Fixing previous Changelog entry (removing the unnecessary "gdb/testsuite/" line
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
2
3 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
4 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
5 is not enabled.
6
7 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
10 parameter to self_exec, adjust the function.
11 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
12 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
13 (set var do_exit = 0): Remove test.
14 (newline at end of file): Add one.
15
16 2011-12-27 Joel Brobecker <brobecker@adacore.com>
17
18 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
19 New files.
20
21 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 Fix racy FAILs.
24 * gdb.threads/fork-thread-pending.c (barrier): New variable.
25 (thread_function, thread_forker): Call pthread_barrier_wait for it.
26 (main): Call pthread_barrier_init for it.
27
28 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
29
30 Fix double send_gdb leading to racy FAILs.
31 * gdb.base/break.exp (set silent break bp_location1): Replace
32 3x send_gdb and gdb_expect by gdb_test.
33 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
34 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
35 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
36 instead of send_gdb. Twice.
37 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
38 3x send_gdb and gdb_expect by gdb_test.
39 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
40
41 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
42
43 * gdb.linespec/linespec.exp: Compile using {c++}.
44
45 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
46
47 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
48 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
49 (verify GCC PR debug/51668): New test.
50
51 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
52
53 Introduce gdb.FinishBreakpoint in Python.
54 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
55 py-finish-breakpoint2
56 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
57 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
58 instead of line number.
59 * gdb.python/py-finish-breakpoint.c: New file.
60 * gdb.python/py-finish-breakpoint.exp: New file.
61 * gdb.python/py-finish-breakpoint.py: New file.
62 * gdb.python/py-finish-breakpoint2.cc: New file.
63 * gdb.python/py-finish-breakpoint2.exp: New file.
64 * gdb.python/py-finish-breakpoint2.py: New file.
65
66 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
67
68 Partial fix of compatibility with gcc-4.7.
69 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
70 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
71 Add comment to add a PASS case in the future.
72
73 Fix compatibility with gcc-4.7.
74 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
75
76 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
77
78 PR tdep/12797
79 * gdb.base/callfuncs.exp: Remove KFAIL.
80
81 2011-12-21 Joel Brobecker <brobecker@adacore.com>
82
83 * gdb.ada/task_bp: New testcase.
84
85 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
86
87 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
88 -DNO_SECTIONS.
89 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
90
91 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
92
93 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
94 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
95 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
96 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
97 conditional for gcc <= 4.5.
98
99 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
100
101 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
102 by XFAIL.
103 * gdb.cp/static-method.exp (info addr A::func())
104 (list static-method.cc:xxx::(anonymous namespace)::A::func)
105 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
106 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
107 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
108 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
109 (test value of F in k3_m): Likewise.
110 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
111 Likewise.
112
113 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
114
115 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
116 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
117 Remove.
118 * gdb.threads/attachstop-mt.c: Remove.
119 * gdb.threads/attachstop-mt.exp: Remove.
120
121 2011-12-17 Mark Kettenis <kettenis@gnu.org>
122
123 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
124
125 2011-12-16 Doug Evans <dje@google.com>
126
127 * boards/native-stdio-gdbserver.exp: New file.
128 * boards/native-gdbserver.exp: New file.
129
130 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
131 gdbserver output.
132 (gdbserver_default_get_remote_address): New function.
133 (gdbserver_start): Call gdb,get_remote_address to compute argument
134 to "target remote" command.
135
136 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
137
138 * gdb.python/py-function.exp: Change "on" to "full" for
139 python print-stack. Add set/show python print-stack
140 off|full|message tests.
141
142 2011-12-15 Yao Qi <yao@codesourcery.com>
143
144 * gdb.trace/strace.c: New
145 * gdb.trace/strace.exp: New.
146
147 2011-12-14 Tom Tromey <tromey@redhat.com>
148
149 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
150
151 2011-12-14 Doug Evans <dje@google.com>
152
153 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
154
155 2011-12-14 Pedro Alves <pedro@codesourcery.com>
156
157 PR threads/10729
158
159 * gdb.mi/watch-nonstop.c: New file.
160 * gdb.mi/mi-watch-nonstop.exp: New file.
161
162 2011-12-13 Pedro Alves <pedro@codesourcery.com>
163 Doug Evans <dje@google.com>
164
165 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
166 (clean_restart): Remove references to the gdb_stub target board
167 variable.
168 (gdb_step_for_stub): Delete.
169
170 * gdb.base/annota1.exp: Remove all references to [target_info
171 exists gdb_stub], gdb_step_for_stub and usestubs.
172 * gdb.base/annota3.exp: Ditto.
173 * gdb.base/async.exp: Ditto.
174 * gdb.base/break.exp: Ditto.
175 * gdb.base/code-expr.exp: Ditto.
176 * gdb.base/commands.exp: Ditto.
177 * gdb.base/completion.exp: Ditto.
178 * gdb.base/condbreak.exp: Ditto.
179 * gdb.base/consecutive.exp: Ditto.
180 * gdb.base/cvexpr.exp: Ditto.
181 * gdb.base/define.exp: Ditto.
182 * gdb.base/display.exp: Ditto.
183 * gdb.base/ena-dis-br.exp: Ditto.
184 * gdb.base/environ.exp: Ditto.
185 * gdb.base/gnu-ifunc.exp: Ditto.
186 * gdb.base/maint.exp: Ditto.
187 * gdb.base/pending.exp: Ditto.
188 * gdb.base/sect-cmd.exp: Ditto.
189 * gdb.base/sepdebug.exp: Ditto.
190 * gdb.base/unload.exp: Ditto.
191 * gdb.base/watchpoint-solib.exp: Ditto.
192 * gdb.cp/annota2.exp: Ditto.
193 * gdb.cp/annota3.exp: Ditto.
194 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
195 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
196 * gdb.mi/mi-pending.exp: Ditto.
197 * gdb.trace/circ.exp: Ditto.
198 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
199 * gdb.base/list.exp: Ditto.
200
201 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
202 breakpoint function and all references to the usestubs macro.
203 * gdb.base/exprs.c: Ditto.
204 * gdb.base/freebpcmd.c: Ditto.
205 * gdb.base/bitfields.c: Ditto.
206 * gdb.base/bitfields2.c: Ditto.
207 * gdb.base/break.c: Ditto.
208 * gdb.base/call-sc.c: Ditto.
209 * gdb.base/call-signals.c: Ditto.
210 * gdb.base/callfuncs.c: Ditto.
211 * gdb.base/charset.c: Ditto.
212 * gdb.base/consecutive.c: Ditto.
213 * gdb.base/constvars.c: Ditto.
214 * gdb.base/funcargs.c: Ditto.
215 * gdb.base/int-type.c: Ditto.
216 * gdb.base/interrupt.c: Ditto.
217 * gdb.base/langs0.c: Ditto.
218 * gdb.base/list0.c: Ditto.
219 * gdb.base/mips_pro.c: Ditto.
220 * gdb.base/miscexprs.c: Ditto.
221 * gdb.base/nodebug.c: Ditto.
222 * gdb.base/opaque0.c: Ditto.
223 * gdb.base/pointers.c: Ditto.
224 * gdb.base/printcmds.c: Ditto.
225 * gdb.base/ptype.c: Ditto.
226 * gdb.base/recurse.c: Ditto.
227 * gdb.base/reread1.c: Ditto.
228 * gdb.base/reread2.c: Ditto.
229 * gdb.base/restore.c: Ditto.
230 * gdb.base/return.c: Ditto.
231 * gdb.base/run.c: Ditto.
232 * gdb.base/scope0.c: Ditto.
233 * gdb.base/sepdebug.c: Ditto.
234 * gdb.base/setshow.c: Ditto.
235 * gdb.base/setvar.c: Ditto.
236 * gdb.base/sigall.c: Ditto.
237 * gdb.base/signals.c: Ditto.
238 * gdb.base/structs.c: Ditto.
239 * gdb.base/structs2.c: Ditto.
240 * gdb.base/testenv.c: Ditto.
241 * gdb.base/twice.c: Ditto.
242 * gdb.base/unwindonsignal.c: Ditto.
243 * gdb.base/watchpoint.c: Ditto.
244 * gdb.base/watchpoints.c: Ditto.
245 * gdb.base/whatis.c: Ditto.
246 * gdb.cp/classes.cc: Ditto.
247 * gdb.cp/cplusfuncs.cc: Ditto.
248 * gdb.cp/derivation.cc: Ditto.
249 * gdb.cp/formatted-ref.cc: Ditto.
250 * gdb.cp/misc.cc: Ditto.
251 * gdb.cp/overload.cc: Ditto.
252 * gdb.cp/ovldbreak.cc: Ditto.
253 * gdb.cp/ref-params.cc: Ditto.
254 * gdb.cp/ref-types.cc: Ditto.
255 * gdb.cp/templates.cc: Ditto.
256 * gdb.cp/virtfunc.cc: Ditto.
257 * gdb.hp/gdb.aCC/run.c: Ditto.
258 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
259 * gdb.hp/gdb.compat/xdb0.c: Ditto.
260 * gdb.reverse/consecutive-reverse.c: Ditto.
261 * gdb.reverse/sigall-reverse.c: Ditto.
262 * gdb.reverse/until-reverse.c: Ditto.
263 * gdb.reverse/watch-reverse.c: Ditto.
264 * gdb.trace/actions.c: Ditto.
265 * gdb.trace/circ.c: Ditto.
266 * gdb.trace/collection.c: Ditto.
267
268 2011-12-13 Pedro Alves <pedro@codesourcery.com>
269
270 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
271 (func6, func7): New.
272 (main): Call func6 and func7.
273 * gdb.base/watchpoint.exp (test_wide_location_1)
274 (test_wide_location_2): New.
275 (top level): Re-enable hardware watchpoints if necessary. Call
276 test_wide_location_1 and test_wide_location_2.
277
278 2011-12-11 Yao Qi <yao@codesourcery.com>
279
280 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
281
282 2011-12-11 Joel Brobecker <brobecker@adacore.com>
283
284 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
285 expected output for unsupported case.
286
287 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 PR testsuite/12649
290 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
291 Protect gdb_test_multiple by final $gdb_prompt match.
292
293 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
296 New variable, new test.
297 (list static-method.cc:xxx::(anonymous namespace)::A::func)
298 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
299 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
300 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
301 them if HAVE_GCC_45682_FIXED is not set.
302
303 2011-12-10 Yao Qi <yao@codesourcery.com>
304
305 * gdb.trace/status-stop.exp: New.
306 * gdb.trace/status-stop.c: New.
307
308 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
311 timeout.
312
313 2011-12-08 Tom Tromey <tromey@redhat.com>
314
315 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
316 condition.
317
318 2011-12-07 Stan Shebs <stan@codesourcery.com>
319
320 * gdb.trace/tfind.exp: Update for output changes.
321
322 2011-12-07 Pedro Alves <pedro@codesourcery.com>
323
324 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
325 throws "Cannot insert catchpoints in this configuration".
326 * gdb.ada/mi_catch_ex.exp: Likewise.
327
328 2011-12-06 Pedro Alves <pedro@codesourcery.com>
329
330 * gdb.base/break-always.exp: Test changing memory at addresses
331 with breakpoints inserted.
332
333 2011-12-06 Joel Brobecker <brobecker@acacore.com>
334
335 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
336 involving a fully qualified function name.
337
338 2011-12-06 Tom Tromey <tromey@redhat.com>
339
340 * gdb.ada/homonym.exp: Add three breakpoint tests.
341
342 2011-12-06 Tom Tromey <tromey@redhat.com>
343
344 * gdb.base/solib-weak.exp (do_test): Remove kfail.
345 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
346 * gdb.objc/objcdecode.exp: Update for output changes.
347 * gdb.linespec/linespec.exp: New file.
348 * gdb.linespec/lspec.cc: New file.
349 * gdb.linespec/lspec.h: New file.
350 * gdb.linespec/body.h: New file.
351 * gdb.linespec/base/two/thefile.cc: New file.
352 * gdb.linespec/base/one/thefile.cc: New file.
353 * gdb.linespec/Makefile.in: New file.
354 * gdb.cp/templates.exp (test_template_breakpoints): Update for
355 output changes.
356 * gdb.cp/re-set-overloaded.exp: Remove kfail.
357 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
358 makes one breakpoint.
359 * gdb.cp/method2.exp (test_break): Update for output changes.
360 * gdb.cp/mb-templates.exp: Update for output changes.
361 * gdb.cp/mb-inline.exp: Update for output changes.
362 * gdb.cp/mb-ctor.exp: Update for output changes.
363 * gdb.cp/ovsrch.exp: Use fully-qualified names.
364 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
365 has multiple matches.
366 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
367 error message change.
368 * gdb.base/list.exp (test_list_filename_and_number): Update for
369 error message change.
370 * gdb.base/break.exp: Disable pending breakpoints. Update for
371 output changes.
372 * configure.ac: Add gdb.linespec.
373 * configure: Rebuild.
374 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
375
376 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
377
378 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
379 last_break register on s390*-*-* targets.
380
381 2011-12-06 Joel Brobecker <brobecker@adacore.com>
382
383 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
384 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
385 of parameter X in procedure Foo.
386
387 2011-12-05 Stan Shebs <stan@codesourcery.com>
388
389 * gdb.trace/tfind.exp: Update help string matches.
390
391 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
392
393 * gdb.server/ext-run.exp (get process list): Accept also systemd
394 as PID 1.
395
396 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
397 Pedro Alves <pedro@codesourcery.com>
398
399 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
400 starting GDB.
401 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
402 $use_gdb_stub.
403 * gdb.base/display.exp: Likewise.
404 * gdb.base/ending-run.exp: Likewise.
405 * gdb.base/list.exp (test_listsize): Likewise.
406 * gdb.base/setshow.exp: Likewise.
407 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
408 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
409 check by global $use_gdb_stub.
410 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
411 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
412 (default_gdb_init): Unset global $use_gdb_stub.
413 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
414 by global $use_gdb_stub.
415 * lib/gdbserver-support.exp: Extend comments for set_board_info
416 gdb_protocol and gdb,socketport.
417 (gdbserver_start_extended): Set global gdbserver_protocol and
418 gdbserver_gdbport. Clear global use_gdb_stub.
419 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
420 from target use_gdb_stub.
421 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
422
423 2011-12-03 Doug Evans <dje@google.com>
424
425 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
426 (gdb_step_for_stub): Add comments.
427
428 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
429
430 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
431 to the caller.
432 (gdb_test_multiple): Likewise.
433
434 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
435
436 Fix gdb.mi/mi-solib.exp without system debug info installed.
437 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
438 expect attribute, return 0 for it. Update comments.
439
440 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
441
442 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
443 (corrupted list): Adjust the expectation.
444
445 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
446
447 PR threads/13448
448 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
449 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
450 * gdb.threads/tls-var-main.c: New file.
451 * gdb.threads/tls-var.c: New file.
452 * gdb.threads/tls-var.exp: New file.
453
454 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
455
456 PR testsuite/12649
457 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
458 Protect gdb_test_multiple by final $gdb_prompt match.
459 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
460 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
461 (test_tracepoints): Likewise.
462
463 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
464
465 PR breakpoints/13346
466 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
467 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
468 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
469
470 2011-12-01 Joel Brobecker <brobecker@adacore.com>
471
472 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
473 * gdb.ada/homonym/homonym.adb: For use of all types defined
474 locally inside both Get_Value subprograms.
475
476 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
477
478 Fix racy FAILs.
479 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
480 of send_gdb.
481
482 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
483
484 * gdb.base/testenv.exp: Skip on remote targets. Unset global
485 environment variable after test completed.
486
487 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
488
489 * gdb.base/solib-nodir.exp: Skip if remote target.
490 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
491 application. Call gdb_load_shlibs.
492 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
493
494 2011-11-29 Joel Brobecker <brobecker@adacore.com>
495
496 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
497
498 2011-11-28 Joel Brobecker <brobecker@adacore.com>
499
500 * gdb.ada/fullname_bp: New testcase.
501
502 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
503
504 PR testsuite/12649
505 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
506 Wrap send_gdb into a new gdb_test.
507
508 Code cleanup.
509 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
510 Convert send_gdb and gdb_expect to gdb_test_multiple.
511
512 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
513
514 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
515
516 2011-11-23 Keith Seitz <keiths@redhat.com>
517
518 * lib/mi-support.exp (varobj_tree): New namespace and procs.
519 (mi_varobj_tree_test_children_callback): New proc.
520 (mi_walk_varobj_tree): New proc.
521
522 2011-11-22 Tom Tromey <tromey@redhat.com>
523
524 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
525 Add "use_mi_command" argument.
526 (mi_run_cmd, mi_run_with_cli): New procs.
527 * gdb.mi/solib-lib.c: New file.
528 * gdb.mi/solib-main.c: New file.
529 * gdb.mi/mi-solib.exp: New file.
530
531 2011-11-21 Doug Evans <dje@google.com>
532
533 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
534 _Unwind_DebugHook is missing.
535
536 2011-11-20 Stan Shebs <stan@codesourcery.com>
537
538 * gdb.trace/tstatus.exp: New.
539 * gdb.trace/actions.c: Include string.h.
540
541 2011-11-18 Yao Qi <yao@codesourcery.com>
542
543 * gdb.trace/pending.exp: New.
544 * gdb.trace/pending.c: New.
545 * gdb.trace/pendshr1.c: New.
546 * gdb.trace/pendshr2.c: New.
547 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
548 tracepoint location becomes pending.
549 (tracepoint_change_loc_2): New.
550
551 2011-11-16 David S. Miller <davem@davemloft.net>
552
553 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
554 target is sparc*-*-linux*
555
556 2011-11-15 Paul Koning <paul_koning@dell.com>
557
558 * gdb.python/py-type.exp: New testcases for exceptions on scalar
559 types.
560
561 2011-11-14 Doug Evans <dje@google.com>
562
563 * gdb.base/shell.exp: New file.
564
565 2011-11-14 Stan Shebs <stan@codesourcery.com>
566
567 * gdb.trace/ftrace.c: New.
568 * gdb.trace/ftrace.exp: New.
569
570 2011-11-14 Yao Qi <yao@codesourcery.com>
571
572 * gdb.trace/change-loc-1.c: New.
573 * gdb.trace/change-loc-2.c: New.
574 * gdb.trace/change-loc.c: New.
575 * gdb.trace/change-loc.exp: New.
576 * gdb.trace/change-loc.h: New.
577 * gdb.trace/trace-break.c (marker): Define new symbol.
578 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
579 New.
580 (break_trace_same_addr_6): New.
581
582 2011-11-12 Matt Rice <ratmice@gmail.com>
583
584 * gdb.base/info-macros.exp: Make tests for info definitions
585 test info macro. Add tests for info macro argument processing.
586 Rename a few tests.
587
588 2011-11-11 Keith Seitz <keiths@redhat.com>
589
590 PR gdb/12843
591 * gdb.base/linespecs.exp: New file.
592
593 2011-11-11 Doug Evans <dje@google.com>
594
595 * gdb.threads/print-threads.exp: Extend timeout for slower
596 tests.
597
598 2011-11-10 Doug Evans <dje@google.com>
599
600 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
601 "record to end of main" test.
602
603 * gdb.python/py-type.c (TS): New typedef.
604 (ts): New global.
605 * gdb.python/py-type.exp: Test field list of typedef.
606
607 2011-11-10 Joel Brobecker <brobecker@adacore.com>
608
609 * gdb.ada/small_reg_param: New testcase.
610
611 2011-11-09 Tom Tromey <tromey@redhat.com>
612
613 * gdb.cp/destrprint.exp: New file.
614 * gdb.cp/destrprint.cc: New file.
615
616 2011-11-08 Meador Inge <meadori@codesourcery.com>
617
618 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
619 (switch_stack_to_other): New test function.
620 * gdb.arch/thumb-prologue.exp: New test cases.
621
622 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
623
624 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
625
626 2011-11-08 Yao Qi <yao@codesourcery.com>
627
628 * gdb.exp (supports_process_record): New.
629 (supports_reverse): New.
630 * gdb.reverse/break-precsave.exp: Call support_process_record
631 to run test conditionally.
632 * gdb.reverse/consecutive-precsave.exp: Likewise.
633 * gdb.reverse/i386-precsave.exp: Likewise.
634 * gdb.reverse/machinestate-precsave.exp: Likewise.
635 * gdb.reverse/solib-precsave.exp: Likewise.
636 * gdb.reverse/step-precsave.exp: Likewise.
637 * gdb.reverse/until-precsave.exp: Likewise.
638 * gdb.reverse/watch-precsave.exp: Likewise.
639 * gdb.reverse/break-reverse.exp: Call support_reverse to run
640 test conditionally.
641 * gdb.reverse/consecutive-reverse.exp: Likewise.
642 * gdb.reverse/finish-precsave.exp: Likewise.
643 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
644 * gdb.reverse/finish-reverse.exp: Likewise.
645 * gdb.reverse/i386-reverse.exp: Likewise.
646 * gdb.reverse/i386-sse-reverse.exp: Likewise.
647 * gdb.reverse/machinestate.exp: Likewise.
648 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
649 * gdb.reverse/sigall-precsave.exp: Likewise.
650 * gdb.reverse/sigall-reverse.exp: Likewise.
651 * gdb.reverse/solib-reverse.exp: Likewise.
652 * gdb.reverse/step-reverse.exp: Likewise.
653 * gdb.reverse/until-reverse.exp: Likewise.
654 * gdb.reverse/watch-reverse.exp: Likewise.
655
656 2011-11-05 Yao Qi <yao@codesourcery.com>
657
658 * gdb.trace/trace-break.exp: Add test on setting two
659 fast tracepoints at the same address.
660
661 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
664
665 2011-11-02 Stan Shebs <stan@codesourcery.com>
666
667 * gdb.trace/collection.c: Add code using strings.
668 * gdb.trace/collection.exp: Add tests of string collection.
669
670 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
671
672 * gdb.base/skip-solib.exp (executable_main): New variable.
673 (binfile_main): Base it on that.
674 Use $executable_main in clean_restart calls. Drop gdb_exit and
675 gdb_start calls.
676
677 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
678
679 Fix racy FAILs.
680 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
681 breakpoint_re globals import by async. Set string_regex to .* for
682 async. Remove the optional thread_selected_re and breakpoint_re
683 globals expectations.
684
685 2011-11-01 Joseph Myers <joseph@codesourcery.com>
686
687 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
688 well as Cygwin.
689
690 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
691
692 Add tests for skip command.
693 * gdb.base/skip-solib-lib.c: New
694 * gdb.base/skip-solib-main.c: New
695 * gdb.base/skip-solib.exp: New
696 * gdb.base/skip.c: New
697 * gdb.base/skip.exp: New
698 * gdb.base/skip1.c: New
699 * gdb.base/Makefile.in: Adding new files.
700
701 2011-10-31 Yao Qi <yao@codesourcery.com>
702 Pedro Alves <pedro@codesourcery.com>
703
704 * gdb.trace/trace-break.c: New.
705 * gdb.trace/trace-break.exp: New.
706
707 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
708
709 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
710 break-here-2.
711
712 2011-10-28 Pedro Alves <pedro@codesourcery.com>
713
714 * gdb.threads/no-unwaited-for-left.c: New.
715 * gdb.threads/no-unwaited-for-left.exp: New.
716 * gdb.threads/non-ldr-exc-1.c: New.
717 * gdb.threads/non-ldr-exc-1.exp: New.
718 * gdb.threads/non-ldr-exc-2.c: New.
719 * gdb.threads/non-ldr-exc-2.exp: New.
720 * gdb.threads/non-ldr-exc-3.c: New.
721 * gdb.threads/non-ldr-exc-3.exp: New.
722 * gdb.threads/non-ldr-exc-4.c: New.
723 * gdb.threads/non-ldr-exc-4.exp: New.
724
725 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
728 * gdb.base/attach-pie-misread.exp: Likewise.
729 * gdb.base/break-interp.exp: Likewise.
730 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
731 testcases for use_gdb_stub.
732 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
733 (continue): New testcase.
734 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
735 * gdb.threads/attach-into-signal.exp: Likewise.
736 * gdb.threads/attach-stopped.exp: Likewise.
737 * gdb.threads/attachstop-mt.exp: Likewise.
738
739 2011-10-28 Paul Koning <paul_koning@dell.com>
740
741 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
742
743 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
744
745 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
746 (mi_gdb_test): Import globals thread_selected_re
747 and breakpoint_re. Expect them optionally at the regex start.
748
749 2011-10-27 Doug Evans <dje@google.com>
750
751 * gdb.python/python.exp: Test source -s.
752
753 2011-10-26 Paul Koning <paul_koning@dell.com>
754
755 * gdb.python/lib-types.cc (struct A): New structure.
756 * gdb.python/lib-types.exp (deepitems): New tests.
757
758 2011-10-25 Paul Koning <paul_koning@dell.com>
759
760 PR python/13327
761
762 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
763 fetch_lazy method.
764
765 2011-10-24 Yao Qi <yao@codesourcery.com>
766
767 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
768 target is tic6x-*-*.
769
770 2011-10-21 Joel Brobecker <brobecker@adacore.com>
771
772 * gdb.ada/mi_task_info/task_switch.adb: New file.
773 * gdb.ada/mi_task_info.exp: New file.
774
775 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
776
777 * gdb.cp/expand-psymtabs-cxx.exp: New file.
778 * gdb.cp/expand-psymtabs-cxx.cc: New file.
779
780 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
781
782 PR python/12656
783
784 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
785 global_block tests.
786
787 2011-10-18 Tom Tromey <tromey@redhat.com>
788
789 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
790
791 2011-10-18 Tom Tromey <tromey@redhat.com>
792
793 * gdb.base/source.exp: Don't include full file name in test name.
794 * gdb.python/python.exp: Don't include full file name in test
795 name.
796
797 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.base/attach-pie-noexec.c: New files.
800 * gdb.base/attach-pie-noexec.exp: New files.
801
802 2011-10-17 Joseph Myers <joseph@codesourcery.com>
803
804 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
805 prompt for each extra line in command.
806
807 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
808
809 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
810 Revert the part of:
811 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
812 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
813 Change the expected string.
814
815 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
816
817 Fix results with system glibc debug info installed.
818 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
819 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
820 Accept also __libc_ symbol prefix and no prefix.
821
822 2011-10-14 Keith Seitz <keiths@redhat.com>
823
824 PR c++/13225
825 * gdb.cp/converts.cc (foo3_1): New function.
826 (foo3_2): New functions.
827 * gdb.cp/converts.exp: Add tests for int to pointer conversion
828 and null pointer conversions of integer constant zero.
829 Add test to check if all arguments are checked for incompatible
830 conversion BADNESS.
831
832 2011-10-14 Tom Tromey <tromey@redhat.com>
833
834 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
835 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
836 linespec.
837
838 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 Fix internal error regression.
841 * gdb.dwarf2/implptr-optimized-out.S: New file.
842 * gdb.dwarf2/implptr-optimized-out.exp: New file.
843
844 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
845
846 Fix empty DWARF expressions DATA vs. SIZE conditionals.
847 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
848 (loclist): New.
849 (4): New abbrev.
850 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
851 Use prepare_for_testing, remove clean_restart.
852 (p arraynoloc, p arraycallnoloc): New tests.
853
854 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
855
856 * gdb.cp/namespace-enum.exp (executable): New variable.
857 (binfile): Use ${objdir}/${subdir}/ prefix.
858 Use ${executable} for clean_restart.
859
860 2011-10-11 Sterling Augustine <saugustine@google.com>
861
862 * gdb.cp/Makefile.in: Add namespace-enum test.
863 * gdb.cp/namespace-enum.exp: New file.
864 * gdb.cp/namespace-enum.c: New file.
865 * gdb.cp/namespace-enum-main.c: New file.
866
867 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
868
869 * gdb.python/py-shared.exp: Relax filename check to handle remote:
870 sysroot.
871
872 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
873
874 Reimplement @entry in input expressions.
875 * gdb.base/exprs.c (v_int_array_init): New variable.
876 * gdb.base/exprs.exp (print v_int_array_init)
877 (print *v_int_array_init@1, print *v_int_array_init@2)
878 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
879 (print v_int_array_init[1]@1): New tests.
880
881 2011-10-10 Joseph Myers <joseph@codesourcery.com>
882
883 * gdb.cp/gdb2495.exp: Do not include directories in filename in
884 expected message.
885
886 2011-10-09 Doug Evans <dje@google.com>
887
888 * gdb.base/alias.exp: Add tests for alias command.
889
890 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
891
892 * gdb.arch/amd64-entry-value.s: New file.
893 * gdb.mi/mi2-amd64-entry-value.s: New file.
894
895 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
896
897 Display @entry parameter values even for references.
898 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
899 functions.
900 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
901 reference and datap_input.
902 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
903 breakpoints.
904 (continue to breakpoint: entry_reference: reference)
905 (entry_reference: bt at entry)
906 (continue to breakpoint: entry_reference: breakhere_reference)
907 (entry_reference: bt, entry_reference: ptype regparam)
908 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
909 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
910 (entry_reference: p regcopy, entry_reference: p nodataparam)
911 (entry_reference: p nodataparam@entry): New tests.
912
913 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
914
915 Support @entry in input expressions.
916 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
917 (entry_stack: p s1@entry, entry_stack: p s2@entry)
918 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
919 (tailcall: p j@entry): New tests.
920 * gdb.cp/koenig.cc (A::entry): New function.
921 (main): Call it.
922 * gdb.cp/koenig.exp (p entry (c)): New test.
923
924 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
925
926 Display @entry parameter values (without references).
927 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
928 (different, validity, invalid): New functions.
929 (main): Call them.
930 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
931 stacktest, breakhere_stacktest, different, breakhere_different,
932 breakhere_validity and breakhere_invalid.
933 (entry: bt): Update for @entry.
934 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
935 (entry_validity: *, entry_invalid: *): Many new tests.
936 * gdb.base/break.exp
937 (run until breakpoint set at small function, optimized file): Accept
938 also the @entry suffix.
939 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
940 * gdb.mi/mi2-amd64-entry-value.c: New files.
941 * gdb.mi/mi2-amd64-entry-value.exp: New files.
942
943 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 Protect entry values against self tail calls.
946 * gdb.arch/amd64-entry-value.cc (self2, self): New.
947 (main): Call self.
948 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
949 (set debug entry-values 1, self: bt debug entry-values): New tests.
950
951 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
952
953 Recognize virtual tail call frames.
954 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
955 (amb_b, amb_a): New.
956 (main): Call a and b.
957 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
958 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
959 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
960 New tests.
961
962 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
963
964 Implement basic support for DW_TAG_GNU_call_site.
965 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
966 * gdb.arch/amd64-entry-value.cc: New file.
967 * gdb.arch/amd64-entry-value.exp: New file.
968
969 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
970
971 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
972 * gdb.dwarf2/implptr-64bit.S: New file.
973 * gdb.dwarf2/implptr-64bit.exp: New file.
974
975 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
976
977 Fix initial language detection with -readnow.
978 * gdb.cp/readnow-language.cc: New file.
979 * gdb.cp/readnow-language.exp: New file.
980
981 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
982
983 Fix printed anonymous struct name.
984 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
985
986 2011-10-09 Joseph Myers <joseph@codesourcery.com>
987
988 * gdb.base/solib-symbol.exp: Do not include directories in
989 filenames in expected messages.
990
991 2011-10-07 Doug Evans <dje@google.com>
992
993 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
994
995 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
996
997 Allow Python notification of new object-file loadings.
998 * gdb.python/py-events.exp: Test newobjfile event.
999 * gdb.python/py-events.py: Register newobjfile callback.
1000 * gdb.python/py-events.c: Add call to shared library
1001 * gdb.python/py-events-shlib.c: New file.
1002
1003 2011-10-06 Joseph Myers <joseph@codesourcery.com>
1004
1005 * gdb.base/fixsection.exp: Do not include directories in filename
1006 in expected message.
1007
1008 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1009
1010 Add tests for passing of environment variables to inferior.
1011 * gdb.base/testenv.c: New test source.
1012 * gdb.base/testenv.exp: New expect test.
1013
1014 2011-10-04 Paul Koning <paul_koning@dell.com>
1015
1016 * gdb.python/py-value.c (main): Break before return.
1017
1018 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1019
1020 PR python/12691: Add the inferior to Python exited event
1021 * gdb.python/py-events.exp: Test the inferior attribute of exited
1022 event with a fork.
1023 * gdb.python/py-events.py: Print inferior number on exit.
1024 * gdb.python/py-events.c: Fork the inferior.
1025
1026 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
1027
1028 * gdb.base/jit.exp: Add testcase name to log message
1029
1030 2011-10-03 Paul Koning <paul_koning@dell.com>
1031 Jan Kratochvil <jan.kratochvil@redhat.com>
1032
1033 * gdb.python/py-value.exp
1034 (python inval = gdb.parse_and_eval('*(int*)0'))
1035 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
1036 (set argc=2, python print argc_lazy): New tests.
1037
1038 2011-10-02 Joel Brobecker <brobecker@adacore.com>
1039
1040 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
1041
1042 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1043 Pedro Alves <pedro@codesourcery.com>
1044
1045 * gdb.python/py-value.exp (test_value_in_inferior): New variable
1046 can_read_0, test for it.
1047 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
1048 (parse_and_eval with memory error): ... here, make it untested if
1049 can_read_0.
1050
1051 2011-09-30 Marek Polacek <mpolacek@redhat.com>
1052
1053 * gdb.python/python.exp (verify pagination beforehand)
1054 (verify pagination afterwards): Fix race by splitting the line.
1055
1056 2011-09-29 Joseph Myers <joseph@codesourcery.com>
1057
1058 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
1059 for 64-bit multilibs from i?86-* targets.
1060
1061 2011-09-29 Marek Polacek <mpolacek@redhat.com>
1062
1063 * lib/gdb.exp: Fix a typo in one of the comments.
1064
1065 2011-09-29 Marek Polacek <mpolacek@redhat.com>
1066
1067 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
1068 matching pattern.
1069
1070 2011-09-28 Paul Koning <paul_koning@dell.com>
1071
1072 * gdb.python/py-type.c (enum E): New.
1073 * gdb.python/py-type.exp (test_fields): Add tests for Python
1074 mapping access to fields.
1075 (test_enums): New test for field access on enums.
1076
1077 2011-09-27 Stan Shebs <stan@codesourcery.com>
1078
1079 * gdb.trace/collection.exp: Test collection of $_ret.
1080
1081 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
1082
1083 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
1084 list of compilation switches for <*-*-freebsd*>.
1085
1086 2011-09-19 Stan Shebs <stan@codesourcery.com>
1087
1088 * gdb.trace/tspeed.exp: New file.
1089 * gdb.trace/tspeed.c: New file.
1090
1091 2011-09-18 Yao Qi <yao@codesourcery.com>
1092
1093 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
1094 instructions.
1095 (test_adr_32bit, test_pop_pc): Likewise.
1096 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
1097 Thumb instructions.
1098 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
1099 in gdb_test_multiple.
1100 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
1101
1102 2011-09-17 Yao Qi <yao@codesourcery.com>
1103
1104 * lib/gdb.exp (can_single_step_to_signal_handler): New.
1105 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
1106 support single step to signal handler.
1107
1108 2011-09-17 Yao Qi <yao@codesourcery.com>
1109
1110 * gdb.base/disp-step-fork.c: New.
1111 * gdb.base/disp-step-syscall.exp: New.
1112 * gdb.base/disp-step-vfork.c: New.
1113
1114 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1115
1116 * gdb.ada/tasks.exp: Make the expected output for
1117 the `info tasks' tests more resilient to spacing
1118 changes.
1119
1120 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1121
1122 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
1123 (reached breakpoint 2, reached breakpoint 3): Update expected output.
1124
1125 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1126
1127 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1128 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
1129
1130 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
1131
1132 Handle multiple breakpoint hits in Python interface:
1133 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
1134 presence.
1135 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
1136 breakpoint hits.
1137
1138 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1139 Jan Kratochvil <jan.kratochvil@redhat.com>
1140
1141 * gdb.python/py-events.exp: Remove pretty printing comment.
1142 * gdb.python/py-evsignal.exp: New file.
1143 * gdb.python/py-evthreads.c: Include signal.h.
1144 (thread3): Remove variable count3. Remove variable bad and use raise
1145 instead.
1146 (thread2): Remove variable count2. Move thread3 pthread_create here,
1147 merge pthread_join to a single line.
1148 (main): Remove variable count1. Merge pthread_join with pthread_create
1149 to a single line.
1150 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
1151 KFAIL python/12966 for gdbserver. Test return value of
1152 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
1153 gdb_expect by gdb_test and gdb_test_multiple.
1154 (thread 2, thread 3): New tests.
1155
1156 2011-09-12 Matt Rice <ratmice@gmail.com>
1157 Pedro Alves <pedro@codesourcery.com>
1158
1159 PR gdb/13175
1160
1161 * gdb.base/interp.exp: New tests.
1162 * gdb.base/interp.c: New file.
1163
1164 2011-09-12 Doug Evans <dje@google.com>
1165
1166 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
1167 * gdb.dwarf2/typeddwarf.exp: Ditto.
1168
1169 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1170
1171 Fix compatibility with x32 arch.
1172 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
1173 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
1174 is_x86_like_target.
1175 * testsuite/gdb.trace/collection.exp: Likewise.
1176 * testsuite/gdb.trace/report.exp: Likewise.
1177 * testsuite/gdb.trace/unavailable.exp: Likewise.
1178 * testsuite/gdb.trace/while-dyn.exp: Likewise.
1179 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
1180 (is_x86_like_target): Check also is_amd64_regs_target.
1181
1182 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 PR breakpoints/12435
1185 * gdb.arch/amd64-prologue-xmm.c: New file.
1186 * gdb.arch/amd64-prologue-xmm.exp: New file.
1187 * gdb.arch/amd64-prologue-xmm.s: New file.
1188
1189 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1190
1191 * gdb.dwarf2/dw2-param-error-main.c: New file.
1192 * gdb.dwarf2/dw2-param-error.S: New file.
1193 * gdb.dwarf2/dw2-param-error.exp: New file.
1194
1195 2011-09-08 Pedro Alves <pedro@codesourcery.com>
1196
1197 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
1198 inferior's pid and look for a core dump named core.$pid. Use
1199 `remote_file' commands on the host instead of hand coding shell
1200 commands on the build.
1201 * gdb.base/valgrind-db-attach.exp: Kill the program before
1202 finishing the test.
1203
1204 2011-09-02 Matt Rice <ratmice@gmail.com>
1205
1206 * lib/prompt.exp: New file for testing the first prompt.
1207 * gdb.python/py-prompt.exp: Ditto.
1208 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
1209
1210 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1211
1212 * gdb.threads/gcore-thread.exp: Set the global core_supported to
1213 0, before testing gcore.
1214
1215 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1216
1217 * dw2-ifort-parameter-debug.S: Update copyright year.
1218 * dw2-ifort-parameter.c: Update copyright year.
1219 * dw2-ifort-parameter.exp: Update copyright year.
1220
1221 * dw2-ifort-parameter-debug.S: New file.
1222 * dw2-ifort-parameter.c: New file.
1223 * dw2-ifort-parameter.exp: New file.
1224
1225 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * gdb.base/commands.exp (error_clears_commands_left): New function.
1228 (): Call it.
1229
1230 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
1233 (C): Initialize `a'.
1234 * gdb.mi/mi-inheritance-syntax-error.exp
1235 (-data-evaluate-expression $path): Expect `a' as 5.
1236
1237 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1238
1239 PR mi/11912
1240 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
1241 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
1242 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
1243 keyword in output of -var-info-path-expression.
1244
1245 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1246
1247 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
1248 * gdb.trace/collection.exp: Likewise.
1249 * gdb.trace/report.exp: Likewise.
1250 * gdb.trace/unavailable.exp: Likewise.
1251 * gdb.trace/while-dyn.exp: Likewise.
1252
1253 2011-08-18 Keith Seitz <keiths@redhat.com>
1254
1255 PR c++/12266
1256 * gdb.cp/meth-typedefs.cc: New file.
1257 * gdb.cp/meth-typedefs.exp: New file.
1258
1259 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1260
1261 * gdb.python/python.exp: Add extended-prompt tests.
1262
1263 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1264
1265 * gdb.arch/i386-dr3-watch.exp
1266 (watchpoint on gap1 does not fit debug registers)
1267 (delete all watchpoints): Fix racy expect strings.
1268
1269 2011-08-14 Yao Qi <yao@codesourcery.com>
1270
1271 * gdb.base/maint.exp: set data_section to ".neardata".
1272 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
1273 * gdb.base/savedregs.exp: Handle SIGILL.
1274 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
1275 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
1276
1277 2011-08-12 Doug Evans <dje@google.com>
1278
1279 * gdb.python/py-symbol.exp: Add test for symbol.type.
1280
1281 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
1282
1283 * gdb.threads/pthreads.exp: Enable on non-native configurations.
1284 * gdb.mi/mi-pthreads.exp: Likewise.
1285 * gdb.mi/mi2-pthreads.exp: Likewise.
1286 * gdb.mi/gdb669.exp.exp: Likewise.
1287
1288 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1289
1290 * lib/mi-support.exp (detect_async): Rename to...
1291 (mi_detect_async): ... this.
1292 * gdb.mi/mi-nonstop-exit.exp: Adjust.
1293 * gdb.mi/mi-nonstop.exp: Adjust.
1294 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
1295 * gdb.mi/mi-nsintrall.exp: Adjust.
1296 * gdb.mi/mi-nsmoribund.exp: Adjust.
1297 * gdb.mi/mi-nsthrexec.exp: Adjust.
1298
1299 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1300
1301 * gdb.base/display.c (do_loops): New `p_i' local.
1302 * gdb.base/display.exp: Test displaying a variable that is
1303 temporarily at a bad address.
1304
1305 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1306
1307 * gdb.dwarf2/dw2-op-stack-value.S: New file.
1308 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
1309
1310 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1311
1312 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
1313 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
1314 (p fuNC_symtab): Permit also ppc64 leading dot.
1315
1316 2011-08-05 Pedro Alves <pedro@codesourcery.com>
1317
1318 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
1319 procedure.
1320 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
1321
1322 2011-08-05 Yao Qi <yao@codesourcery.com>
1323
1324 * gdb.base/callfuncs.exp: Set language after main.
1325 * gdb.cp/cplusfuncs.exp: Likewise.
1326 * gdb.cp/inherit.exp: Likewise.
1327
1328 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1329
1330 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
1331 * gdb.base/watch-vfork.exp: Skip on remote targets.
1332
1333 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1334
1335 * gdb.threads/thread-find.exp: Support remote targets.
1336
1337 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1338
1339 * gdb.base/jit.exp: Download solib_binfile to target.
1340 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
1341 and call dlopen without full path name.
1342 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
1343 dlopen without full path name.
1344
1345 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1346
1347 * gdb.base/break-always.exp: Complete the test
1348 with duplicated breakpoints and enabling/disabling them.
1349
1350 2011-08-02 Tom Tromey <tromey@redhat.com>
1351
1352 PR gdb/11289:
1353 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
1354
1355 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
1356
1357 PR gdb/13045
1358 * gdb.base/float.exp: Add new test case for PR gdb/13045
1359 * gdb.base/float.c: New file.
1360
1361 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1362
1363 * gdb.python/py-mi.exp: Test printers returning string hint, and
1364 also not returning a value.
1365 * gdb.python/py-prettyprint.c: Add testcase for above.
1366 * gdb.python/py-prettyprint.py: Add test printer for above.
1367
1368 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1369
1370 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
1371 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
1372 (.Ldie30) Add as field "data4".
1373 (.Ldie32) Rename field "b" to "shl".
1374 (abbrev4) Change for the "data4" field.
1375 (abbrev5, abbrev6) Remove.
1376 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
1377 (p &s.shl): ... here. Add comment.
1378 (p &s.data4): New.
1379
1380 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1381
1382 Fix crash on lval_computed values.
1383 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
1384
1385 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1386
1387 * gdb.base/help.exp (help whatis): Update the expected string.
1388
1389 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1390
1391 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
1392 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
1393 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1394 Change the expected string.
1395
1396 2011-07-26 Pedro Alves <pedro@codesourcery.com>
1397
1398 * gdb.base/watchpoint.exp
1399 (test_disable_enable_software_watchpoint): New procedure.
1400 (top level): Run it.
1401
1402 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
1403
1404 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
1405 executable file "${binfile}", C++ version "${binfile}-cxx".
1406 * gdb.python/py-prettyprint.exp: Likewise.
1407 * gdb.python/py-symbol.exp: Likewise.
1408 * gdb.python/py-type.exp: Likewise.
1409 * gdb.python/py-value.exp: Likewise.
1410 * gdb.python/py-template.exp (test_template_arg): Pass full executable
1411 file name instead of just suffix.
1412
1413 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1414
1415 Fix implicit pointer offsets.
1416 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
1417 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
1418 (continue to breakpoint: continue to baz breakpoint for implptr)
1419 (sanity check element 0, sanity check element 1)
1420 (enter the inlined function, check element 0 for the offset)
1421 (check element 1 for the offset)
1422 (continue to breakpoint: ignore the second baz breakpoint): New tests.
1423 (set foo breakpoint for implptr): Update the breakpoint number.
1424
1425 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1426
1427 * gdb.python/py-mi.exp: Use different file names for different
1428 versions of the executable under test.
1429 * gdb.python/py-prettyprint.exp: Likewise.
1430 * gdb.python/py-symbol.exp: Likewise.
1431 * gdb.python/py-template.exp: Likewise.
1432 * gdb.python/py-type.exp: Likewise.
1433 * gdb.python/py-value.exp: Likewise.
1434
1435 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1436
1437 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
1438 flag after restarting GDB if necessary.
1439
1440 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1441
1442 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
1443
1444 2011-07-22 Pedro Alves <pedro@codesourcery.com>
1445
1446 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
1447 backend doesn't leave used debug registers behind.
1448
1449 2011-07-22 Tom Tromey <tromey@redhat.com>
1450
1451 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
1452 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
1453 argument.
1454 * gdb.dwarf2/typeddwarf-amd64.S: New file.
1455
1456 2011-07-21 Matt Rice <ratmice@gmail.com>
1457
1458 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
1459 in mostlyclean rule. Add files ending in .core.
1460
1461 2011-07-21 Matt Rice <ratmice@gmail.com>
1462
1463 PR macros/12999
1464 * gdb.base/info-macros.c: New test sources.
1465 * gdb.base/info-macros.exp: New tests.
1466
1467 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1468
1469 * gdb.python/python.exp: Add prompt substitution tests.
1470
1471 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1472
1473 Fix crash if referenced CU is aged out.
1474 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
1475 New.
1476 * gdb.dwarf2/implptr.exp: Likewise.
1477
1478 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1479
1480 * gdb.dwarf2/implptr.S: Rebuilt.
1481 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
1482 (bar): Use them for j, k, l.
1483 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
1484 COMPILE.
1485 (print j in implptr:bar): Update for the intp typedef.
1486 (print p[0].x in implptr:foo): Use more exact regex.
1487
1488 2011-07-18 Tom Tromey <tromey@redhat.com>
1489
1490 * gdb.cp/static-method.exp: Add missing single quote.
1491
1492 2011-07-18 Yao Qi <yao@codesourcery.com>
1493
1494 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
1495 supported.
1496 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1497 * gdb.mi/mi-nonstop.exp: Likewise.
1498 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1499 * gdb.mi/mi-nsintrall.exp: Likewise.
1500 * gdb.mi/mi-nsmoribund.exp: Likewise.
1501 * gdb.mi/mi-nsthrexec.exp: Likewise.
1502 * gdb.python/py-evthreads.exp: Likewise.
1503
1504 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1505
1506 Code cleanup.
1507 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
1508 it. Substitute it instead of test_compiler_info everywhere.
1509
1510 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1511
1512 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
1513 remote targets as well.
1514
1515 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1516
1517 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
1518 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
1519
1520 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1521
1522 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
1523 a remote machine, not the host.
1524 (gdb_compile_shlib): Set soname if target is remote.
1525
1526 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1527
1528 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
1529
1530 2011-07-13 Matt Rice <ratmice@gmail.com>
1531
1532 * gdb.python/py-objfile-script-gdb.py: Renamed to
1533 py-objfile-script-gdb.py.in.
1534 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
1535 py-objfile-script-gdb.py.
1536 * gdb.python/py-objfile-script.exp: Update reference to
1537 py-objfile-script-gdb.py.
1538
1539 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
1542 reference undefined label.
1543
1544 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
1547 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
1548 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
1549 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
1550
1551 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1552
1553 PR python/12438
1554 * gdb.python/python.exp: Add maint set/show python print-stack
1555 deprecated tests. Add set/show python print-backtrace tests.
1556
1557 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1558
1559 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
1560 debug info.
1561
1562 2011-07-06 Matt Rice <ratmice@gmail.com>
1563
1564 * gdb.python/python.exp: Update filename paths.
1565 * gdb.python/py-symtab.exp: Ditto.
1566
1567 2011-07-06 Marek Polacek <mpolacek@redhat.com>
1568
1569 * gdb.python/py-evthreads.exp: Add missing `$'.
1570
1571 2011-07-06 Jie Zhang <jie.zhang@analog.com>
1572
1573 * config/bfin.exp: New file.
1574 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
1575 * gdb.asm/bfin.inc: New file.
1576
1577 2011-07-06 Marek Polacek <mpolacek@redhat.com>
1578
1579 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
1580 the whole output.
1581
1582 2011-07-05 Tom Tromey <tromey@redhat.com>
1583
1584 * gdb.java/jprint.java (jprint.hi): New field.
1585 * gdb.java/jprint.exp: Print string.
1586
1587 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1588
1589 * gdb.base/call-sc.c: Fix typos.
1590 * gdb.base/ifelse.exp: Likewise.
1591 * gdb.base/structs.c: Likewise.
1592
1593 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1594
1595 * gdb.base/jit-so.exp: New test.
1596 * gdb.base/jit-dlmain.c: New file.
1597 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1598
1599 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1600
1601 * gdb.cp/m-static.exp: Call get_compiler_info.
1602 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1603 * gdb.cp/pr9167.exp (p b): Likewise.
1604 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1605 (test value of P in inner_m, test type of Z in inner_m): Call
1606 setup_xfail for gcc <= 4.5.
1607
1608 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 * gdb.cp/paren-type.cc: New files.
1611 * gdb.cp/paren-type.exp: New files.
1612
1613 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1614
1615 Stop on first linespec terminator instead of eating what we can.
1616 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1617 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1618 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1619 (break C::f()): ... this one.
1620 (break C::operator()()): New test.
1621 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1622 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1623 test.
1624
1625 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1626
1627 Fall back linespec to minimal symbols.
1628 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1629 error message.
1630 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1631 * gdb.cp/minsym-fallback-main.cc: New file.
1632 * gdb.cp/minsym-fallback.cc: New file.
1633 * gdb.cp/minsym-fallback.exp: New file.
1634 * gdb.cp/minsym-fallback.h: New file.
1635
1636 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1637
1638 * gdb.cp/no-dmgl-verbose.cc: New file.
1639 * gdb.cp/no-dmgl-verbose.exp: New file.
1640
1641 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1642
1643 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1644 __GI_.
1645 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1646 (f): New function.
1647 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1648 (complete p 'func<short>(): ... here.
1649 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1650 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1651 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1652 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1653 Make them KFAIL gcc/49546.
1654
1655 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1656
1657 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1658
1659 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1660
1661 Test GCC PR debug/49546.
1662 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1663 (test type of F in k3_m, test value of F in k3_m): New.
1664 * gdb.cp/temargs.cc (struct S3, struct K3): New.
1665 (main): New variable k3. Call k3.k3_m.
1666
1667 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1668
1669 * gdb.ada/packed_array.exp: Fix expected outout.
1670
1671 2011-07-01 Jean-Charles Delay <delay@adacore.com>
1672
1673 * gdb.ada/packed_array.exp: fixed expected output.
1674
1675 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.ada/same_enum: New testcase.
1678
1679 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1680
1681 * gdb.ada/ptr_typedef: New testcase.
1682
1683 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.ada/arrayptr.exp: Add ptype test.
1686
1687 2011-07-01 Joel Brobecker <brobecker@adacore.com>
1688
1689 * gdb.ada/char_enum: New testcase.
1690
1691 2011-07-01 Yao Qi <yao@codesourcery.com>
1692
1693 * gdb.base/dump.exp (capture_pointer_with_type): New.
1694 Get value from address instead of name.
1695 Start GDB once, and do `dump' and `restore'
1696 tests together.
1697
1698 2011-06-30 Jie Zhang <jie.zhang@analog.com>
1699 Mike Frysinger <vapier@gentoo.org>
1700
1701 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1702 helper functions for getting/setting remotetimeout variable.
1703 * lib/gdb.exp (gdb_load): If the target is remote, set
1704 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1705 with $loadtimeout. Set $load_ok to 0 before doing the load.
1706 Instead of returning, immediately, set $load_ok to 0. Call
1707 set_remotetimeout with $oldremotetimeout, and then return if
1708 $load_ok is 1.
1709
1710 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
1711
1712 * gdb.python/py-template.exp: Don't run this test if the target
1713 does not support c++ tests.
1714
1715 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1716
1717 Fix non-only rename list for Fortran modules import.
1718 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1719 tests.
1720 * gdb.fortran/module.f90 (module moduse): New.
1721 (program module): use moduse, test var_x, var_y and var_z.
1722
1723 2011-06-29 Tom Tromey <tromey@redhat.com>
1724
1725 PR testsuite/12040:
1726 * gdb.fortran/array-element.exp: Use f90, not f77.
1727 * gdb.fortran/complex.exp: Use f90, not f77.
1728 * gdb.fortran/derived-type.exp: Use f90, not f77.
1729 * gdb.fortran/library-module.exp: Use f90, not f77.
1730 * gdb.fortran/logical.exp: Use f90, not f77.
1731 * gdb.fortran/module.exp: Use f90, not f77.
1732 * gdb.fortran/multi-dim.exp: Use f90, not f77.
1733 * gdb.fortran/subarray.exp: Use f90, not f77.
1734
1735 2011-06-29 Tom Tromey <tromey@redhat.com>
1736
1737 * gdb.fortran/charset.exp: New file.
1738 * gdb.fortran/charset.f90: New file.
1739
1740 2011-06-29 Tom Tromey <tromey@redhat.com>
1741
1742 PR testsuite/12040:
1743 * lib/future.exp: New file, mostly extracted from ada.exp.
1744 Rewrote compatibility code to use rename.
1745 (gdb_find_gfortran): New proc.
1746 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1747 gfortran patch.
1748 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1749 Move to future.exp.
1750 * lib/gdb.exp: Always load future.exp.
1751
1752 2011-06-28 Yao Qi <yao@codesourcery.com>
1753
1754 * gdb.cp/exception.cc: Don't include iostream.
1755 (bar): Remove print statement.
1756 (catcher): New.
1757 (main): Remove print statements. Call function catcher.
1758 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1759 Set breakpoint on catcher, and check the value of parameter.
1760
1761 2011-06-23 Yao Qi <yao@codesourcery.com>
1762
1763 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1764 1.2 is disabled. KFAIL for uclinux.
1765
1766 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1767
1768 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
1769 mi_gdb_test.
1770
1771 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1772
1773 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1774
1775 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1776
1777 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
1778
1779 2011-06-23 Marek Polacek <mpolacek@redhat.com>
1780
1781 * gdb.mi/mi2-basics.exp: Fix races. Honour the
1782 `test_exec_and_symbol_mi_operatons' return value.
1783 (test_mi_interpreter_selection): Use mi_gdb_test instead of
1784 gdb_test_multiple.
1785 (test_exec_and_symbol_mi_operatons): Likewise.
1786 (test_path_specification): Likewise.
1787
1788 2011-06-23 Yao Qi <yao@codesourcery.com>
1789
1790 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
1791 supported.
1792 * lib/gdb.exp (support_displaced_stepping): New.
1793
1794 2011-06-23 Yao Qi <yao@codesourcery.com>
1795
1796 * gdb.threads/execl.exp: Skip on remote target.
1797
1798 2011-06-21 Marek Polacek <mpolacek@redhat.com>
1799
1800 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
1801 mi_gdb_test.
1802
1803 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1804
1805 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1806
1807 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1808
1809 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
1810 mi_gdb_test.
1811
1812 2011-06-20 Marek Polacek <mpolacek@redhat.com>
1813
1814 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
1815
1816 2011-06-14 Yao Qi <yao@codesourcery.com>
1817
1818 gdb/testsuite/
1819 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
1820
1821 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1822
1823 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
1824
1825 2011-06-10 Tom Tromey <tromey@redhat.com>
1826
1827 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
1828 Add tests for pointer-to-member-function.
1829 * gdb.cp/temargs.cc (S::somefunc): New function.
1830 (K2): New class.
1831 (main): Instantiate K2; call method.
1832
1833 2011-06-08 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.python/py-inferior.c (f2): Make str an array rather
1836 than a pointer.
1837 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
1838
1839 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1840
1841 * gdb.base/async-shell.c: New file.
1842 * gdb.base/async-shell.exp: New file.
1843
1844 2011-06-06 Pedro Alves <pedro@codesourcery.com>
1845
1846 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
1847
1848 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
1849
1850 From Stephen Kitt <steve@sk2.org>
1851 * gdb.base/help.exp: Adjust following some spelling corrections
1852 in GDB.
1853
1854 2011-06-01 Yao Qi <yao@codesourcery.com>
1855
1856 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
1857
1858 2010-05-31 Keith Seitz <keiths@redhat.com>
1859
1860 PR c++/12750
1861 * gdb.cp/static-method.cc: New file.
1862 * gdb.cp/static-method.exp: New file.
1863
1864 2010-05-31 Keith Seitz <keiths@redhat.com>
1865
1866 PR symtab/12704
1867 * gdb.cp/anon-ns.cc: New file.
1868 * gdb.cp/anon-ns.exp: New file.
1869
1870 2011-05-31 Pedro Alves <pedro@codesourcery.com>
1871
1872 * gdb.arch/i386-dr3-watch.c: New file.
1873 * gdb.arch/i386-dr3-watch.exp: New file.
1874
1875 2011-05-30 Yao Qi <yao@codesourcery.com>
1876
1877 * gdb.base/callfuncs.c (t_structs_fc): New.
1878 (t_structs_dc, t_structs_ldc): New.
1879 (t_double_many_args):
1880 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
1881 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
1882 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
1883 * gdb.base/callfuncs.exp: Call new functions.
1884
1885 2011-05-30 Yao Qi <yao@codesourcery.com>
1886
1887 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
1888 Call rerun_and_prepare for each test to isolate effects.
1889
1890 2011-05-30 Yao Qi <yao@codesourcery.com>
1891
1892 * gdb.base/varargs.c (find_max_float_real): New.
1893 (find_max_double_real, find_max_long_double_real): New.
1894 * gdb.base/varargs.exp: Call these new added functions.
1895 * lib/gdb.exp (setup_kfail_for_target): New.
1896
1897 2011-05-30 Yao Qi <yao@codesourcery.com>
1898
1899 * gdb.base/funcargs.c (callca, callcb, callcc): New.
1900 (callcd, callce, callcf, callc1a, callc1b): New.
1901 (callc2a, callc2b): New.
1902 * gdb.base/funcargs.exp (complex_args): New.
1903 (complex_integral_args, complex_float_integral_args): New.
1904 * lib/gdb.exp (support_complex_tests): New. Determine
1905 whether to run test cases on _Complex types.
1906
1907 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1908
1909 * gdb.threads/leader-exit.c: New file.
1910 * gdb.threads/leader-exit.exp: New file.
1911
1912 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1913
1914 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
1915
1916 2011-05-27 Marek Polacek <mpolacek@redhat.com>
1917
1918 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
1919 remove the `supported' variable.
1920 * gdb.mi/mi-nonstop.exp: Likewise.
1921 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1922 * gdb.mi/mi-nsintrall.exp: Likewise.
1923 * gdb.mi/mi-nsmoribund.exp: Likewise.
1924 * gdb.mi/mi-nsthrexec.exp: Likewise.
1925
1926 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1927
1928 * gdb.reverse/finish-reverse-bkpt.exp: New test.
1929
1930 2011-05-26 Pedro Alves <pedro@codesourcery.com>
1931
1932 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
1933
1934 2011-05-24 Keith Seitz <keiths@redhat.com>
1935
1936 PR breakpoint/12803
1937 * gdb.cp/cmpd-minsyms.cc (a): New method.
1938 (b): New method.
1939 (c): New method.
1940 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
1941
1942 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1943
1944 * gdb.base/commands.exp (watchpoint_command_test): Check that the
1945 watchpoint's command list didn't execute when the watchpoint went
1946 out of scope.
1947
1948 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
1949
1950 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
1951 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
1952 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
1953 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1954 * gdb.arch/i386-permbkpt.exp: Likewise.
1955 * gdb.arch/i386-prologue.exp: Likewise.
1956 * gdb.arch/i386-size-overlap.exp: Likewise.
1957 * gdb.arch/i386-size.exp: Likewise.
1958 * gdb.arch/i386-unwind.exp: Likewise.
1959 * gdb.reverse/i386-precsave.exp: Likewise.
1960 * gdb.reverse/i386-reverse.exp: Likewise.
1961 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1962 * gdb.reverse/i387-env-reverse.exp: Likewise.
1963 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1964
1965 2011-05-24 Pedro Alves <pedro@codesourcery.com>
1966
1967 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
1968 file doesn't error, using MI.
1969
1970 2011-05-23 Tom Tromey <tromey@redhat.com>
1971
1972 * gdb.base/charset.exp (string_display): Add tests to assign to
1973 arrays.
1974 * gdb.base/charset.c (short_array, int_array, long_array): New.
1975
1976 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1977
1978 Cope with async mode.
1979
1980 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
1981 into gdb_test + mi_expect_stop.
1982
1983 2011-05-20 Pedro Alves <pedro@codesourcery.com>
1984
1985 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
1986 (callme): Remove printf call.
1987
1988 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
1989
1990 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
1991 quote pattern to avoid problems with Cygwin/mingw expect versions.
1992 * gdb.base/default.exp (show convenience): Use double
1993 quote pattern for regular expressions.
1994
1995 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1996
1997 Fix -readnow for -gdwarf-4 unused type units.
1998 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
1999 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2000
2001 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 * gdb.base/kill-after-signal.c: New file.
2004 * gdb.base/kill-after-signal.exp: New file.
2005
2006 2011-05-16 Pedro Alves <pedro@codesourcery.com>
2007
2008 * gdb.ada/start.exp: Call untested with the correct test filename.
2009 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2010 test filename. Make the test's binary unique.
2011 * gdb.arch/i386-signal.exp: Call untested with the correct test
2012 filename.
2013 * gdb.arch/i386-size-overlap.exp: Ditto.
2014 * gdb.arch/Makefile.in (EXECUTABLES): Update.
2015 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2016 * gdb.cp/call-c.exp: Ditto.
2017 * gdb.mi/mi-reverse.exp: Call untested with the correct test
2018 filename. Make the test's binary unique.
2019 * gdb.mi/Makefile.in (EXECUTABLES): Update.
2020 * gdb.python/py-mi.exp: Ditto.
2021 * gdb.python/Makefile.in (EXECUTABLES): Update.
2022 * gdb.reverse/i386-precsave.exp: Ditto.
2023 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2024 test filename.
2025 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2026 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
2027 unique.
2028 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2029 test filename.
2030 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2031 * gdb.trace/tfile.exp: Ditto.
2032
2033 2011-05-14 Yao Qi <yao@codesourcery.com>
2034
2035 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
2036 type.
2037
2038 2011-05-13 Doug Evans <dje@google.com>
2039
2040 * gdb.python/py-objfile-script.exp: New file.
2041 * gdb.python/py-objfile-script.c: New file.
2042 * gdb.python/py-objfile-script-gdb.py: New file.
2043 * testsuite/gdb.python/py-section-script.exp: Test
2044 "info auto-load-scripts".
2045
2046 2011-05-13 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.dwarf2/clztest.exp: New file.
2049 * gdb.dwarf2/clztest.c: New file.
2050 * gdb.dwarf2/clztest.S: New file.
2051
2052 2011-05-13 Doug Evans <dje@google.com>
2053
2054 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
2055 String16 tests.
2056
2057 2011-05-13 Tom Tromey <tromey@redhat.com>
2058
2059 * lib/gdb.exp (is_x86_like_target): New proc.
2060 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
2061 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
2062 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
2063 -nostdlib to compiler.
2064 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
2065 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
2066 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
2067 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
2068 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
2069
2070 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2071
2072 * gdb.python/py-function.exp: Test setting a value from a function
2073 which executes a command.
2074
2075 2011-05-12 Tom Tromey <tromey@redhat.com>
2076
2077 * gdb.dwarf2/typeddwarf.S: New file.
2078 * gdb.dwarf2/typeddwarf.c: New file.
2079 * gdb.dwarf2/typeddwarf.exp: New file.
2080
2081 2011-05-12 Marek Polacek <mpolacek@redhat.com>
2082
2083 * gdb.mi/mi-basics.exp: Fix races. Honour the
2084 `test_exec_and_symbol_mi_operatons' return value.
2085 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2086 gdb_test_multiple.
2087 (test_exec_and_symbol_mi_operatons): Likewise.
2088 (test_path_specification): Likewise.
2089
2090 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2091
2092 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
2093 (gdb_touch_execfile): Remove catch wrappers. New variable time.
2094 Replace `file copy' and `file rename' by `file mtime'. Twice.
2095
2096 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2097
2098 * gdb.base/readline-ask.c: New file.
2099 * gdb.base/readline-ask.exp: New file.
2100 * gdb.base/readline-ask.inputrc: New file.
2101
2102 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
2103
2104 * gdb.cell/bt.exp: Delete breakpoints before running to signal
2105 to avoid race condition.
2106 * gdb.cell/coremaker.c: Use small stack size.
2107 * gdb.cell/ea-standalone.exp: Use file name without path as
2108 argument to c_to.
2109 * gdb.cell/fork.exp: Allow other output when continuing to end.
2110
2111 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2112
2113 * gdb.threads/corethreads.c: New file.
2114 * gdb.threads/corethreads.exp: New file.
2115
2116 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2117
2118 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
2119 Try to compile the test using -Wl,-z,norelro first.
2120 (load_core): New variable libthread_db_seen, initialize it.
2121 (zeroed-threads cannot be listed): Protect it by XFAIL on
2122 !$libthread_db_seen.
2123
2124 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 PR 12573
2127 * gdb.dwarf2/dw2-skip-prologue.S: New file.
2128 * gdb.dwarf2/dw2-skip-prologue.c: New file.
2129 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
2130
2131 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2132
2133 * gdb.cp/psymtab-parameter.cc: New file.
2134 * gdb.cp/psymtab-parameter.exp: New file.
2135
2136 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2137
2138 Fix a race.
2139 * gdb.cp/static-print-quit.exp (print c): Split to ...
2140 (print c - <return>, print c - q <return>, print c - to quit):
2141 ... these. Make the testfile untested on gdb-7.1.
2142
2143 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
2144
2145 * lib/gdb.exp (exec_target_file, exec_symbol_file,
2146 gdb_rename_execfile, gdb_touch_execfile): New.
2147 * gdb.base/reread.exp: Use new procs to handle multiple
2148 exec files.
2149
2150 2011-05-05 Yao Qi <yao@codesourcery.com>
2151
2152 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
2153 (test_adr_32bit, test_pop_pc): New.
2154 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
2155 (test_adr_32bit, test_pop_pc): New.
2156
2157 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2158
2159 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
2160 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
2161 targets.
2162 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
2163 handle targets.
2164
2165 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2166
2167 * gdb.base/completion.exp (complete help info wat): Rename to ...
2168 (complete 'help info wat'): ... here.
2169 Remove all `-re ".*' and `-re "^.*' redundant regexes.
2170 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
2171
2172 2011-05-04 Pedro Alves <pedro@codesourcery.com>
2173
2174 * gdb.base/completion.exp: Use gdb_test_multiple instead of
2175 gdb_test and explicit $gdb_prompt/timeout matches.
2176
2177 2011-05-04 Yao Qi <yao@codesourcery.com>
2178
2179 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
2180 and __thumb2__.
2181
2182 2011-05-03 Marek Polacek <mpolacek@redhat.com>
2183
2184 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
2185 in place of `gdb_test "delete breakpoints"'. This eliminates two
2186 testcases.
2187
2188 2011-05-02 Pedro Alves <pedro@codesourcery.com>
2189
2190 PR testsuite/12649
2191 Fix races.
2192
2193 * gdb.base/completion.exp: Remove all sleep calls. Remove
2194 unnecessary regexs. Don't explicitly expect anything after the
2195 prompt. Eat the prompt if necessary.
2196
2197 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2198
2199 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
2200 accept to show the caller line again as well as the line after.
2201
2202 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
2203
2204 PR mi/12531
2205
2206 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
2207 compile target.
2208 * gdb.python/py-prettyprint.exp: Add C++ object for
2209 CPLUS_FAKE_CHILD test.
2210
2211 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
2212
2213 * gdb.base/signest.exp: New file.
2214 * gdb.base/signest.c: Likewise.
2215
2216 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2217
2218 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
2219 thread and breakpoint notifications.
2220
2221 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2222
2223 * gdb.base/fortran-sym-case.c: New file.
2224 * gdb.base/fortran-sym-case.exp: New file.
2225 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
2226 * gdb.dwarf2/dw2-case-insensitive.c: New file.
2227 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
2228
2229 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2230
2231 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
2232 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
2233 false #1', `if true else false #2' and `if true else false #3'.
2234
2235 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
2236
2237 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
2238 while delivering signal.
2239
2240 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
2241
2242 MI breakpoint notifications.
2243
2244 * testsuite/gdb.mi/mi-cli.exp: Adust.
2245 * testsuite/gdb.mi/mi2-cli.exp: Adust.
2246 * testsuite/gdb.mi/mi-watch.exp: Adust.
2247 * testsuite/gdb.mi/mi2-watch.exp: Adust.
2248 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
2249 notifications.
2250
2251 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 * gdb.base/gdbindex-stabs-dwarf.c: New file.
2254 * gdb.base/gdbindex-stabs.c: New file.
2255 * gdb.base/gdbindex-stabs.exp: New file.
2256
2257 2011-04-25 Yao Qi <yao@codesourcery.com>
2258
2259 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
2260 with /*...*/.
2261 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2262
2263 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.python/py-value.exp (test_objfiles): Name the first test
2266 `py-value in file.filename'.
2267
2268 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2269
2270 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
2271 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
2272 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
2273 !gdbserver_reconnect_p..
2274 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
2275
2276 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 * gdb.cp/cpcompletion.exp (complete class methods)
2279 (complete class methods beginning with F): Move them above runto. New
2280 comment about the runto delimiter.
2281
2282 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2283
2284 * gdb.base/maint.exp: Test that "maint print registers" works
2285 without a running program.
2286
2287 2011-04-20 Marek Polacek <mpolacek@redhat.com>
2288
2289 * gdb.base/setshow.exp: Fix racy tests.
2290 ($old_gdb_prompt): New variable.
2291
2292 2011-04-19 Tom Tromey <tromey@redhat.com>
2293
2294 * gdb.mi/mi-nsmoribund.exp:
2295 * gdb.hp/gdb.objdbg/objdbg01.exp:
2296 * gdb.base/structs.exp (test_struct_returns):
2297 * gdb.base/call-sc.exp (test_scalar_returns):
2298 * gdb.base/bigcore.exp: Remove duplicate words.
2299
2300 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2301
2302 * gdb.base/break-interp-lib.c (v, vptr): New variables.
2303 * gdb.base/break-interp.exp (test_attach): New comment.
2304
2305 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 * gdb.threads/gcore-thread.exp ($core0file): New variable.
2308 (clear __stack_user.next, clear stack_used.next)
2309 (save a zeroed-threads corefile): New test.
2310 Call core_load for $core0file.
2311 (zeroed-threads cannot be listed): New test.
2312
2313 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2314
2315 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
2316 filename.
2317 ($srcfile): Preserve the original value.
2318 ($testfile): Match it the .exp filename.
2319 ($corefile): New variable. Substitute it around.
2320 Use clean_restart.
2321 ($prev_timeout): Remove.
2322 (load_core): Move core loading into this proc.
2323 Fix restore of $timeout if load_core fails.
2324
2325 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * gdb.base/eu-strip-infcall.c: New file.
2328 * gdb.base/eu-strip-infcall.exp: New file.
2329
2330 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
2333 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
2334
2335 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2336
2337 Fix Python access to inlined frames.
2338 * gdb.python/py-frame-inline.c: New file.
2339 * gdb.python/py-frame-inline.exp: New file.
2340
2341 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
2342
2343 * gdb.base/gdb1090.exp: Change breakpoint location to read the
2344 content of 's24' correctly (avoiding "optimized out").
2345 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
2346
2347 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2348
2349 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
2350
2351 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2352
2353 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
2354 expect a colon in watch -location output.
2355
2356 2011-04-13 Marek Polacek <mpolacek@redhat.com>
2357
2358 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
2359 New testcase `expect response to define backtrace'. Also remove
2360 redundant `default' block.
2361
2362 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2363
2364 * gdb.python/py-prettyprint.c (struct hint_error): New.
2365 (main): New variable hint_error.
2366 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
2367 "print hint_error".
2368 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
2369 (register_pretty_printers): Register it.
2370
2371 2011-04-04 Tom Tromey <tromey@redhat.com>
2372
2373 * gdb.cp/maint.exp (test_help): Update.
2374 (test_namespace): Likewise.
2375
2376 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2377
2378 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
2379 * gdb.ada/arrayptr.exp: Add new tests.
2380
2381 2011-04-01 Joel Brobecker <brobecker@adacore.com>
2382
2383 * gdb.ada/mi_catch_ex: New testcase.
2384
2385 2011-04-01 Pedro Alves <pedro@codesourcery.com>
2386
2387 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
2388 base::overload(void) method without specifying "const".
2389
2390 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2391
2392 * gdb.arch/thumb-singlestep.S: New file.
2393 * gdb.arch/thumb-singlestep.exp: Likewise.
2394
2395 2011-03-31 Tom Tromey <tromey@redhat.com>
2396
2397 * gdb.python/py-prettyprint.py (exception_flag): New global.
2398 (NoStringContainerPrinter._iterator.next): Check it.
2399 * gdb.python/py-prettyprint.c (main): New variable nstype2.
2400 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
2401
2402 2011-03-29 Tom Tromey <tromey@redhat.com>
2403
2404 * gdb.cp/anon-struct.cc: New file.
2405 * gdb.cp/anon-struct.exp: New file.
2406
2407 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 Test STT_GNU_IFUNC support.
2410 * gdb.base/gnu-ifunc-lib.c: New file.
2411 * gdb.base/gnu-ifunc.c: New file.
2412 * gdb.base/gnu-ifunc.exp: New file.
2413
2414 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2415
2416 Support a ring of related breakpoints.
2417 * gdb.base/watchpoint-delete.c: New file.
2418 * gdb.base/watchpoint-delete.exp: New file.
2419
2420 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2421
2422 * gdb.ada/arrayparam.exp (print first after function call): Use
2423 explicit package name. Add a comment
2424 (print lasta after function call): Rename ...
2425 (print last after function call): ... it and use explicit package
2426 name.
2427 (print length after function call): Use explicit package name.
2428 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
2429 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
2430 (multiple matches for symbol i): Rename ...
2431 (multiple matches for symbol integervar): ... it.
2432 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
2433 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
2434
2435 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
2436
2437 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
2438 environment variable to make grep output more predictable. Move
2439 all the environment setup into gdb_init so it's done once per test
2440 case rather than each time we start gdb.
2441
2442 2011-03-24 Tom Tromey <tromey@redhat.com>
2443
2444 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
2445 test.
2446
2447 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2448
2449 * gdb.dwarf2/dw2-entry-value-main.c: New file.
2450 * gdb.dwarf2/dw2-entry-value.S: New file.
2451 * gdb.dwarf2/dw2-entry-value.exp: New file.
2452
2453 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
2454
2455 PR python/12183
2456
2457 * gdb.python/py-function.exp: Add GdbError tests.
2458
2459 2011-03-18 Pedro Alves <pedro@codesourcery.com>
2460
2461 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
2462 (reglocal_test_func, statlocal_test_func): New functions.
2463 (globals_test_func): Call new functions.
2464 * gdb.trace/unavailable.exp (gdb_collect_args_test)
2465 (gdb_collect_locals_test): New procedure.
2466 (gdb_trace_collection_test): Call new procedures.
2467
2468 2011-03-18 Pedro Alves <pedro@codesourcery.com>
2469
2470 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
2471 (test_register, test_register_unavailable): New procedures.
2472 (gdb_unavailable_registers_test): New procedure.
2473 (gdb_trace_collection_test): Call it.
2474
2475 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2476
2477 PR python/12149
2478
2479 * gdb.python/python.exp: Add gdb.write tests.
2480
2481 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
2482
2483 * gdb.python/Makefile.in: Add py-objfile.
2484 * gdb.python/py-objfile.exp: New file.
2485 * gdb.python/py-objfile.c: New file.
2486 * gdb.python/py-block.exp: Add is_valid tests.
2487 * gdb.python/py-inferior.exp: Ditto.
2488 * gdb.python/py-infthread.exp: Ditto.
2489 * gdb.python/py-symbol.exp: Ditto.
2490 * gdb.python/py-symtab.exp: Ditto.
2491
2492 2011-03-16 Keith Seitz <keiths@redhat.com>
2493
2494 PR c++/12273
2495 * gdb.cp/cmpd-minsyms.exp: New test.
2496 * gdb.cp/cmpd-minsyms.cc: New file.
2497
2498 PR c++/11734
2499 * gdb.cp/ovsrch.exp: New test.
2500 * gdb.cp/ovsrch.h: New file.
2501 * gdb.cp/ovsrch1.cc: New file.
2502 * gdb.cp/ovsrch2.cc: New file.
2503 * gdb.cp/ovsrch3.cc: New file.
2504 * gdb.cp/ovsrch4.cc: New file.
2505
2506 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2507
2508 PR gdb/12528
2509 * gdb.base/Makefile.in: Adjust EXECUTABLES.
2510 * gdb.base/break-on-linker-gcd-function.exp: New test.
2511 * gdb.base/break-on-linker-gcd-function.cc: New file.
2512
2513 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
2514
2515 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
2516
2517 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
2518
2519 * lib/gdb.exp (gdb_unload): Add another termination case.
2520
2521 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2522
2523 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
2524 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
2525 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
2526 Provide a stub byte there.
2527 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
2528 DW_AT_entry_pc.
2529 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
2530
2531 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
2532
2533 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
2534 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
2535 "generic ABI, auto".
2536 (altivec_abi_tests): Accept vectors returned by reference.
2537
2538 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
2539
2540 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
2541
2542 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
2543
2544 * gdb.python/py-section-script.exp: Skip test if no Python support.
2545
2546 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
2547
2548 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2549
2550 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2551
2552 * gdb.python/py-parameter.exp: Update tests to the new Python
2553 parameter API. Add "no documentation" test. Add deprecated API
2554 backward compatibility test.
2555
2556 2011-03-09 Tom Tromey <tromey@redhat.com>
2557
2558 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
2559 gdb_continue_to_end.
2560
2561 2011-03-09 Mark Kettenis <kettenis@gnu.org>
2562
2563 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
2564 tabs.
2565
2566 2011-03-09 Tom Tromey <tromey@redhat.com>
2567
2568 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
2569 parentheses.
2570 (gdb_continue_to_end): Add "allow_extra" parameter. Use
2571 $command.
2572 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
2573 argument to gdb_continue_to_end.
2574 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
2575 argument to gdb_continue_to_end.
2576 * gdb.cp/annota3.exp: Fix regex.
2577 * gdb.cp/annota2.exp: Fix regex.
2578 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
2579 gdb_continue_to_end.
2580 * gdb.base/call-signal-resume.exp: Revert earlier patch.
2581 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
2582 gdb_continue_to_end.
2583
2584 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.server/ext-run.exp
2587 (load new file without any gdbserver inferior): New test.
2588
2589 2011-03-07 Tom Tromey <tromey@redhat.com>
2590
2591 * Makefile.in (TAGS): Rewrite.
2592
2593 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * gdb.trace/report.exp (12.1: trace report #1): New match for the
2596 initial commands echo. New match for `Found trace'. Anchor all the
2597 other matches. Anchor and match for `No trace frame found' the final
2598 match.
2599
2600 2011-03-07 Tom Tromey <tromey@redhat.com>
2601
2602 * Makefile.in (TAGS): New target.
2603
2604 2011-03-07 Tom Tromey <tromey@redhat.com>
2605
2606 * lib/opencl.exp (skip_opencl_tests): Update for exit message
2607 change.
2608 * lib/mi-support.exp (mi_gdb_test): Update for exit message
2609 change.
2610 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
2611 exit message change.
2612 (skip_altivec_tests): Update for exit message change.
2613 (skip_vsx_tests): Likewise.
2614 (gdb_continue_to_end): Likewise. Add 'command' argument.
2615 * lib/cell.exp (skip_cell_tests): Update for exit message change.
2616 * gdb.threads/tls.exp: Update for exit message change.
2617 * gdb.threads/thread-unwindonsignal.exp: Use
2618 gdb_continue_to_end.
2619 * gdb.threads/step.exp (step_it): Update for exit message change.
2620 (continue_all): Likewise.
2621 * gdb.threads/print-threads.exp (test_all_threads): Update for
2622 exit message change.
2623 * gdb.threads/interrupted-hand-call.exp: Use
2624 gdb_continue_to_end.
2625 * gdb.threads/execl.exp: Use gdb_continue_to_end.
2626 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2627 gdb_continue_to_end.
2628 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2629 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2630 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2631 * gdb.cp/method.exp: Update for exit message change.
2632 * gdb.cp/mb-templates.exp: Update for exit message change.
2633 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2634 * gdb.cp/annota3.exp: Update for exit message change.
2635 * gdb.cp/annota2.exp: Update for exit message change.
2636 * gdb.cell/fork.exp: Use gdb_continue_to_end.
2637 * gdb.base/term.exp: Update for exit message change.
2638 * gdb.base/step-test.exp (test_i): Update for exit message change.
2639 * gdb.base/sigstep.exp (advance): Update for exit message change.
2640 (advancei): Likewise.
2641 * gdb.base/siginfo.exp: Update for exit message change.
2642 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2643 * gdb.base/reread.exp: Use gdb_continue_to_end.
2644 * gdb.base/langs.exp: Use gdb_continue_to_end.
2645 * gdb.base/interrupt.exp: Update for exit message change.
2646 * gdb.base/gdb1555.exp: Update for exit message change.
2647 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2648 * gdb.base/ending-run.exp: Update for exit message change.
2649 * gdb.base/chng-syms.exp: Update for exit message change.
2650 * gdb.base/checkpoint.exp: Update for exit message change.
2651 * gdb.base/catch-syscall.exp (check_for_program_end): Use
2652 gdb_continue_to_end.
2653 (test_catch_syscall_with_wrong_args): Likewise.
2654 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2655 * gdb.base/break-interp.exp (test_ld): Update for exit message
2656 change.
2657 * gdb.base/bang.exp: Update for exit message change.
2658 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2659 (do_call_attach_tests): Likewise.
2660 * gdb.base/a2-run.exp: Update for exit message change.
2661 * gdb.arch/ppc-dfp.exp: Update for exit message change.
2662 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2663 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2664
2665 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2666
2667 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2668
2669 2011-03-03 Tom Tromey <tromey@redhat.com>
2670
2671 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2672 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2673 * gdb.hp/gdb.aCC/configure.ac: Remove.
2674 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2675 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2676 * gdb.hp/gdb.base-hp/configure.ac: Remove.
2677 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2678 * gdb.hp/gdb.compat/configure (Makefile): Remove.
2679 * gdb.hp/gdb.compat/configure.ac: Remove.
2680 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2681 * gdb.hp/gdb.defects/configure (Makefile): Remove.
2682 * gdb.hp/gdb.defects/configure.ac: Remove.
2683 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2684 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2685 * gdb.hp/gdb.objdbg/configure.ac: Remove.
2686 * gdb.hp/configure.ac: Remove.
2687 * gdb.hp/configure: Remove.
2688 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2689 substitution.
2690 (Makefile): Remove rule.
2691 * gdb.cell/configure.ac: Remove.
2692 * gdb.cell/configure: Remove.
2693 * gdb.stabs/Makefile.in (Makefile): Remove.
2694 (distclean): Don't remove config.status or config.log.
2695 * gdb.stabs/configure (Makefile): Remove.
2696 * gdb.stabs/configure.ac: Remove.
2697 * configure: Rebuild.
2698 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2699 Remove stabs- and cell-specific logic. Test for existence of
2700 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
2701 subdirectories, gdb.cell, and and gdb.stabs.
2702 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2703
2704 2011-03-03 Joel Brobecker <brobecker@adacore.com>
2705
2706 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2707 end of buffer.
2708
2709 2011-03-02 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2712 gdb_test when running a test where we expected no output back.
2713
2714 2011-02-28 Michael Snyder <msnyder@vmware.com>
2715
2716 * gdb.cp/overload.cc: Change initializer value to integer.
2717
2718 2011-02-27 Michael Snyder <msnyder@vmware.com>
2719
2720 * gdb.multi/base.exp: Add test for remove-inferiors.
2721
2722 2011-02-26 Joel Brobecker <brobecker@adacore.com>
2723
2724 * gdb.python/py-frame.exp: Simplify the initialization phase
2725 using prepare_for_testing.
2726
2727 2011-02-25 Michael Snyder <msnyder@vmware.com>
2728
2729 * gdb.multi/base.exp: Add tests for info inferiors with args.
2730
2731 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.dwarf2/dw2-ranges.S: Rename to ...
2734 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2735 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2736 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2737 asmfile3. Comment the STABS (#3) file compilation. Compile
2738 everything through assembler. Provide KFAIL for symtab/12497.
2739 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2740 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2741 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2742 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2743
2744 2011-02-24 Michael Snyder <msnyder@vmware.com>
2745
2746 * gdb.base/break.exp: Add tests for delete breakpoints using
2747 convenience variables and value history references.
2748
2749 2011-02-24 Michael Snyder <msnyder@vmware.com>
2750
2751 * gdb.base/break.exp: Remove debugging 'printf' accidentally
2752 left behind in previous check-in.
2753
2754 2011-02-23 Michael Snyder <msnyder@vmware.com>
2755
2756 * gdb.base/break.exp: Add tests for "info break" with arguments.
2757 * gdb.trace/infotrace.exp: Update patterns for error and help.
2758 * gdb.base/completion.exp: Update pattern.
2759 * gdb.base/ena-dis-br.exp: Update pattern.
2760 * gdb.base/help.exp: Update patterns.
2761
2762 2011-02-23 Michael Snyder <msnyder@vmware.com>
2763
2764 * gdb.base/memattr.exp: New test.
2765 * gdb.base/memattr.c: Test load for memattr.exp.
2766
2767 2011-02-22 Doug Evans <dje@google.com>
2768
2769 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
2770
2771 2011-02-22 Michael Snyder <msnyder@vmware.com>
2772
2773 * Makefile.in: Make more clean.
2774 * gdb.ada/Makefile.in: Ditto.
2775 * gdb.arch/Makefile.in: Ditto.
2776 * gdb.asm/Makefile.in: Ditto.
2777 * gdb.base/Makefile.in: Ditto.
2778 * gdb.cp/Makefile.in: Ditto.
2779 * gdb.dwarf2/Makefile.in: Ditto.
2780 * gdb.java/Makefile.in: Ditto.
2781 * gdb.mi/Makefile.in: Ditto.
2782 * gdb.modula2/Makefile.in: Ditto.
2783 * gdb.python/Makefile.in: Ditto.
2784 * gdb.server/Makefile.in: Ditto.
2785 * gdb.stabs/Makefile.in: Ditto.
2786 * gdb.threads/Makefile.in: Ditto.
2787 * gdb.trace/Makefile.in: Ditto.
2788
2789 2011-02-22 Michael Snyder <msnyder@vmware.com>
2790
2791 * gdb.threads/thread-find.exp: Add tests for bad input to
2792 info threads.
2793
2794 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2795
2796 * gdb.python/py-breakpoint.exp: Fix the expected output of
2797 one of the "maint info breakpoints" tests to accept the output
2798 generated on platforms that do not have hardware watchpoints.
2799
2800 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2801
2802 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
2803 clean_restart. Be a little stricter in the expected output
2804 for one of the tests. Fix a typo in one of the comments.
2805
2806 2011-02-22 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
2809 Delete variable binfile, no longer use. Add or modify test
2810 comments to make them unique.
2811
2812 2011-02-21 Michael Snyder <msnyder@vmware.com>
2813
2814 * Makefile.in: Update for make clean.
2815 * gdb.ada/Makefile.in: Ditto.
2816 * gdb.arch/Makefile.in: Ditto.
2817 * gdb.asm/Makefile.in: Ditto.
2818 * gdb.base/Makefile.in: Ditto.
2819 * gdb.cp/Makefile.in: Ditto.
2820 * gdb.dwarf2/Makefile.in: Ditto.
2821 * gdb.java/Makefile.in: Ditto.
2822 * gdb.mi/Makefile.in: Ditto.
2823 * gdb.modula2/Makefile.in: Ditto.
2824 * gdb.python/Makefile.in: Ditto.
2825 * gdb.server/Makefile.in: Ditto.
2826 * gdb.stabs/Makefile.in: Ditto.
2827 * gdb.threads/Makefile.in: Ditto.
2828 * gdb.trace/Makefile.in: Ditto.
2829
2830 2011-02-21 Michael Snyder <msnyder@vmware.com>
2831
2832 * gdb.threads/thread-find.exp: Update patterns for changes in
2833 output of "info threads" command.
2834
2835 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2836 Ulrich Weigand <uweigand@de.ibm.com>
2837
2838 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
2839 (skip_hw_watchpoint_tests): Likewise.
2840 (skip_hw_watchpoint_multi_tests): Likewise.
2841
2842 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
2843
2844 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
2845 (skip_hw_watchpoint_tests): Likewise.
2846 (skip_hw_watchpoint_multi_tests): Likewise.
2847 (skip_hw_watchpoint_access_tests): Likewise.
2848
2849 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
2850 * gdb.base/pr11022.exp: Likewise.
2851 * gdb.base/watch-read.exp: Likewise.
2852 * gdb.base/watch_thread_num.exp: Likewise.
2853 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
2854 * gdb.base/watchpoint-hw.exp: Likewise.
2855 * gdb.base/watchpoint.exp: Likewise.
2856 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
2857 * gdb.threads/watchthreads-reorder.exp: Likewise.
2858 * gdb.threads/watchthreads.exp: Likewise.
2859 * gdb.threads/watchthreads2.exp: Likewise.
2860
2861 2011-02-21 Joel Brobecker <brobecker@adacore.com>
2862
2863 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
2864 the debugger is unable to find the array bounds.
2865
2866 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 * gdb.cp/typedef-operator.exp: New file.
2869 * gdb.cp/typedef-operator.cc: New file.
2870
2871 2011-02-17 Michael Snyder <msnyder@vmware.com>
2872
2873 * gdb.threads/thread-find.exp: Fix regular expressions.
2874
2875 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2876
2877 * gdb.ada/packed_array: Expand testcase to test printing of
2878 unconstrained packed array.
2879
2880 2011-02-17 Joel Brobecker <brobecker@adacore.com>
2881
2882 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
2883
2884 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2885
2886 * gdb.trace/collection.c (globalarr3): New global.
2887 (main): Initialize it before collecting, and and clear it
2888 afterwards.
2889 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2890 collecting with '{type} addr', where the addr expression is not an
2891 rvalue.
2892
2893 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
2894
2895 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
2896 a bool variable. Expect correct OpenCL names for vector types. Use the
2897 uc3 variable name instead of referring to the uchar3 built-in type.
2898 Escape the asterisk at the half pointer test.
2899
2900 2011-02-16 Pedro Alves <pedro@codesourcery.com>
2901
2902 * gdb.trace/collection.c (globalarr2): New global.
2903 (main): Initialize it before collecting, and and clear it
2904 afterwards.
2905 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
2906 collecting overlapping memory ranges.
2907
2908 2011-02-15 Michael Snyder <msnyder@vmware.com>
2909
2910 * gdb.base/default.exp: Add tests for thread commands.
2911 * gdb.base/help.exp: Add tests for thread commands.
2912 * gdb.threads/thread-find.exp: New test for thread find command.
2913
2914 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
2915
2916 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
2917
2918 2011-02-15 Yao Qi <yao@codesourcery.com>
2919
2920 PR tdep/12352
2921 * gdb.arch/arm-disp-step.S : New test for str instruction.
2922 * gdb.arch/arm-disp-step.exp : Likewise.
2923
2924 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
2925
2926 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
2927 "vector_register2_vr" test strings. Test the extended floating
2928 point registers (F32~F63).
2929 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
2930 IBM XL C compiler. Make the test program use a register provided
2931 by the compiler for the lxvd2x instruction.
2932
2933 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2934
2935 * gdb.trace/unavailable.cc (class Base, class Middle, class
2936 Derived): New types.
2937 (derived_unavail, derived_partial, derived_whole): New globals.
2938 (virtual_partial): New global.
2939 (virtualp): Point at virtual_partial.
2940 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
2941 related to unavailable vptr.
2942
2943 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2944
2945 * gdb.trace/unavailable.cc (a, b, c): New globals.
2946 (main): Set and clear them.
2947 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
2948 `a' and `c', and check that `b' isn't collected, although `a' and
2949 `c' are.
2950
2951 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2952
2953 * gdb.trace/unavailable.cc (struct Virtual): New.
2954 (virtualp): New global pointer.
2955 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
2956 printing a pointer to an object whose type has a vtable, with
2957 print object on.
2958
2959 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2960
2961 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
2962 value repeat handles unavailableness.
2963
2964 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2965
2966 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
2967 tests for building arrays from unavailable values, subscripting
2968 non-memory rvalue unvailable arrays, and accessing fields or
2969 baseclasses of non-lazy unavailable values,
2970 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
2971 struct types.
2972 (g_smallstruct, g_smallstruct_b): New globals.
2973
2974 2011-02-14 Pedro Alves <pedro@codesourcery.com>
2975
2976 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
2977
2978 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 Fix const/volatile qualifiers of C++ types, PR c++/12328.
2981 * gdb.cp/overload-const.exp: New file.
2982 * gdb.cp/overload-const.cc: New file.
2983
2984 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2985
2986 * gdb.opencl/callfuncs.cl: New file.
2987 * gdb.opencl/callfuncs.exp: New test.
2988 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
2989
2990 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
2991
2992 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
2993 when computing result.
2994 * gdb.arch/altivec-abi.exp: Update expected results.
2995
2996 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2997
2998 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
2999 * gdb.base/jit.exp: Likewise.
3000 * gdb.base/pie-execl.exp: Likewise.
3001 * gdb.base/solib-nodir.exp: Likewise.
3002 * gdb.base/solib-overlap.exp: Likewise.
3003
3004 2011-02-07 Pedro Alves <pedro@codesourcery.com>
3005
3006 * gdb.trace/collection.c (global_pieces): New.
3007 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3008 New procedure.
3009 (gdb_trace_collection_test): Call it.
3010
3011 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3012
3013 * gdb.python/py-evthreads.c: New file.
3014 * gdb.python/py-evthreads.exp: New file.
3015 * gdb.python/py-events.py: New file.
3016 * gdb.python/py-events.exp: New file.
3017 * gdb.python/py-events.c: New file.
3018
3019 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3020
3021 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3022
3023 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
3024
3025 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3026 gdb.base/disasm-end-cu.exp: New test for disassembling over the
3027 boundary between two compilation units.
3028
3029 2011-02-02 Pedro Alves <pedro@codesourcery.com>
3030
3031 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3032 (Virtual): New structs.
3033 (virtual_o, virtual_middle_b): New globals.
3034 * gdb.cp/virtbase.exp: New tests.
3035
3036 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3037
3038 * gdb.base/jit.exp: New file.
3039 * gdb.base/jit-main.c: New file.
3040 * gdb.base/jit-solib.c: New file.
3041
3042 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
3043
3044 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
3045 proceed to initial kernel entry point.
3046 * gdb.opencl/datatypes.exp: Likewise.
3047 * gdb.opencl/operators.exp: Likewise.
3048 * gdb.opencl/vec_comps.exp: Likewise.
3049
3050 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
3051
3052 * gdb.cp/nsnested.cc: New.
3053 * gdb.cp/nsnested.exp: New.
3054 * gdb.cp/nsnoimports.exp: New.
3055 * gdb.cp/nsnoimports.cc: New.
3056
3057 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3058
3059 * gdb.base/interact.exp: Add extra tests that verify that
3060 the value of the interactive-mode setting does not change
3061 after the script is sourced.
3062
3063 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 * gdb.cp/noparam.exp: New file.
3066 * gdb.cp/noparam.cc: New file.
3067
3068 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3069
3070 * gdb.trace/tfile.exp: Test that with no traceframe selected,
3071 there's no stack or registers.
3072
3073 2011-01-26 Tom Tromey <tromey@redhat.com>
3074
3075 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
3076 space before string output. Add test for "set print pretty off"
3077 case.
3078
3079 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3080
3081 * gdb.base/frame-args.exp: Adjust.
3082 * gdb.dwarf2/dw2-noloc.exp: Adjust.
3083 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
3084 * gdb.dwarf2/pieces.exp: Adjust.
3085 * gdb.opt/clobbered-registers-O2.exp: Adjust.
3086 * gdb.opt/inline-locals.exp: Adjust.
3087 * gdb.threads/fork-child-threads.exp: Adjust.
3088
3089 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
3090
3091 * gdb.opencl/convs_casts.cl: Move program scope variables into the
3092 OpenCL kernel function. Add a comment as marker. Add address space
3093 qualifiers for the remaining program scope variables.
3094 * gdb.opencl/datatypes.cl: Likewise.
3095 * gdb.opencl/operators.cl: Likewise.
3096 * gdb.opencl/vec_comps.cl: Likewise.
3097 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
3098 Add breakpoint at the marker comment.
3099 * gdb.opencl/datatypes.exp: Likewise.
3100 * gdb.opencl/operators.exp: Likewise.
3101 * gdb.opencl/vec_comps.exp: Likewise.
3102
3103 2011-01-24 Pedro Alves <pedro@codesourcery.com>
3104
3105 * gdb.base/printcmds.c (some_struct): New struct and instance.
3106 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
3107 procedure.
3108 <global scope>: Call it.
3109
3110 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
3111
3112 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
3113 argument to the gdb_compile_opencl_hostapp call.
3114
3115 2011-01-19 Yao Qi <yao@codesourcery.com>
3116
3117 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
3118 positve list.
3119
3120 2011-01-19 Yao Qi <yao@codesourcery.com>
3121
3122 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
3123 canonical form.
3124 Remove "xscale-*-*"
3125 * gdb.xml/tdesc-regs.exp: Likewise.
3126 * gdb.python/py-section-script.exp: Replace ARM target triplet
3127 with canonical form.
3128 Match arm*-*-symbianelf*.
3129 * gdb.base/dup-sect.exp: Likewise.
3130 * lib/dwarf.exp: New.
3131 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
3132 dwarf2_support.
3133 * gdb.dwarf2/dup-psym.exp: Likewise.
3134 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
3135 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3136 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
3137 * gdb.dwarf2/dw2-basic.exp: Likewise.
3138 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3139 * gdb.dwarf2/dw2-const.exp: Likewise.
3140 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
3141 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
3142 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3143 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
3144 * gdb.dwarf2/dw2-filename.exp: Likewise.
3145 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3146 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
3147 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3148 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3149 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
3150 * gdb.dwarf2/dw2-noloc.exp: Likewise.
3151 * gdb.dwarf2/dw2-op-call.exp: Likewise.
3152 * gdb.dwarf2/dw2-producer.exp: Likewise.
3153 * gdb.dwarf2/dw2-ranges.exp: Likewise.
3154 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
3155 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
3156 * gdb.dwarf2/dw2-strp.exp: Likewise.
3157 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
3158 * gdb.dwarf2/implptr.exp: Likewise.
3159 * gdb.dwarf2/mac-fileno.exp: Likewise.
3160 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
3161 * gdb.dwarf2/pieces.exp: Likewise.
3162 * gdb.dwarf2/pr11465.exp: Likewise.
3163 * gdb.dwarf2/valop.exp: Likewise.
3164 * gdb.dwarf2/watch-notconst.exp: Likewise.
3165 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
3166
3167 2011-01-19 Tom Tromey <tromey@redhat.com>
3168
3169 * gdb.python/py-infthread.exp: Add thread tests.
3170
3171 2011-01-14 Joel Brobecker <brobecker@adacore.com>
3172
3173 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
3174
3175 2011-01-14 Joel Brobecker <brobecker@adacore.com>
3176
3177 * gdb.ada/widewide: New testcase.
3178
3179 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3180
3181 * gdb.base/interact.exp: New testcase.
3182
3183 2011-01-12 Tom Tromey <tromey@redhat.com>
3184
3185 * gdb.mi/gdb2549.exp: Update for error message changes.
3186 * gdb.mi/mi-cli.exp: Likewise.
3187 * gdb.mi/mi-disassemble.exp: Likewise.
3188 * gdb.mi/mi-pthreads.exp: Likewise.
3189 * gdb.mi/mi-regs.exp: Likewise.
3190 * gdb.mi/mi-stack.exp: Likewise.
3191 * gdb.mi/mi-var-block.exp: Likewise.
3192 * gdb.mi/mi-var-cmd.exp: Likewise.
3193 * gdb.mi/mi2-cli.exp: Likewise.
3194 * gdb.mi/mi2-disassemble.exp: Likewise.
3195 * gdb.mi/mi2-pthreads.exp: Likewise.
3196 * gdb.mi/mi2-regs.exp: Likewise.
3197 * gdb.mi/mi2-stack.exp: Likewise.
3198 * gdb.mi/mi2-var-block.exp: Likewise.
3199 * gdb.mi/mi2-var-cmd.exp: Likewise.
3200
3201 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3202 Jan Kratochvil <jan.kratochvil@redhat.com>
3203
3204 PR fortran/11104 and DWARF unbound arrays detection.
3205 * gdb.fortran/multi-dim.exp: New file.
3206 * gdb.fortran/multi-dim.f90: New file.
3207
3208 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3209
3210 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
3211 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
3212 add new tests for opcode dumping.
3213
3214 2011-01-11 Tom Tromey <tromey@redhat.com>
3215
3216 * gdb.python/py-infthread.exp: Load gdb-python.exp.
3217
3218 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3219
3220 Convert hardware watchpoints to use breakpoint_ops.
3221 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
3222 type is not supported.
3223 * gdb.base/foll-fork.exp: Likewise.
3224 * gdb.base/foll-vfork.exp: Likewise.
3225
3226 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
3227
3228 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
3229 Use load_lib gdb-python.exp.
3230 * gdb.python/python.exp: Ditto.
3231 * gdb.python/py-function.exp: Ditto.
3232
3233 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
3234
3235 * gdb.threads/tls.exp ("info address me"): Fix expected output.
3236
3237 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3238
3239 * configure: Regenerate.
3240
3241 2011-01-06 Tom Tromey <tromey@redhat.com>
3242
3243 * gdb.python/py-frame.exp: Test gdb.newest_frame.
3244
3245 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3246
3247 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
3248 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
3249 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
3250 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
3251 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
3252 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
3253 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
3254 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
3255 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
3256 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
3257 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
3258 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
3259 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
3260 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
3261 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
3262 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
3263 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
3264 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
3265 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
3266 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
3267 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
3268 gdb.ada/uninitialized_vars.exp,
3269 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
3270 Simplify by using clean_restart.
3271
3272 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3273
3274 Add marker to be used as anchor for inserting breakpoints.
3275 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
3276 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
3277 Likewise.
3278
3279 Remove uses of gdb_start_cmd.
3280 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
3281 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
3282
3283 Do not run testcase if testing with GDBserver.
3284 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
3285 if testing with GDBserver.
3286
3287 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3288
3289 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
3290 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
3291 copyright header.
3292
3293 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3294
3295 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
3296 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
3297 testsuite/gdb.fortran/complex.f,
3298 testsuite/gdb.fortran/derived-type.f90,
3299 testsuite/gdb.fortran/library-module-lib.f90,
3300 testsuite/gdb.fortran/library-module-main.f90,
3301 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
3302 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
3303 Copyright year update.
3304
3305 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3306
3307 * gdb.base/langs1.f: Add copyright header.
3308
3309 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3310
3311 * gdb.base/morestack.exp: New file.
3312 * gdb.base/morestack.c: New file.
3313
3314 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3315
3316 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
3317
3318 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3319
3320 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
3321 * gdb.ada/arrayptr.exp: Add test printing that new variable.
3322
3323 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3324
3325 * gdb.ada/lang_switch.exp: Correct expected parameter value.
3326
3327 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
3328
3329 * gdb.threads/tls.exp: Fix typo.
3330
3331 * gdb.threads/thread-specific.exp (get_thread_list): Update.
3332 * gdb.threads/execl.exp: Update.
3333
3334 2010-12-23 Yao Qi <yao@codesourcery.com>
3335
3336 * gdb.arch/arm-disp-step.exp: New.
3337 * gdb.arch/arm-disp-step.S: New.
3338
3339 2010-12-21 Tom Tromey <tromey@redhat.com>
3340
3341 * gdb.threads/execl.exp: Update.
3342 * gdb.threads/linux-dp.exp: Update.
3343 * gdb.threads/manythreads.exp: Update.
3344 * gdb.threads/tls.exp: Update.
3345
3346 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3347
3348 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
3349 (NextOverThrowDerivates) <resumebpt>: New.
3350 (resumebpt_test): New.
3351 (main): Call resumebpt_test.
3352 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
3353
3354 2010-12-12 Stan Shebs <stan@codesourcery.com>
3355
3356 * gdb.trace/tsv.exp: Test print command on trace state variables.
3357
3358 2010-12-09 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.base/interp.exp: Add regression test.
3361
3362 2010-12-09 Tom Tromey <tromey@redhat.com>
3363
3364 * gdb.java/jnpe.java: New file.
3365 * gdb.java/jnpe.exp: New file.
3366 * gdb.cp/nextoverthrow.exp: New file.
3367 * gdb.cp/nextoverthrow.cc: New file.
3368
3369 2010-12-07 Doug Evans <dje@google.com>
3370
3371 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
3372 of data-directory.
3373 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
3374 updated.
3375 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
3376
3377 2010-11-29 Michael Snyder <msnyder@vmware.com>
3378
3379 * gdb.base/callfuncs.exp: Test for skip_float_tests.
3380 * gdb.base/call-sc.exp: Ditto.
3381 * gdb.base/finish.exp: Ditto.
3382 * gdb.base/return.exp: Ditto.
3383 * gdb.base/return2.exp: Ditto.
3384
3385 2010-11-30 Doug Evans <dje@google.com>
3386
3387 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
3388 (gdb_expect_list): Fix spelling errors in comments.
3389 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
3390 send_gdb/gdb_expect_list where applicable.
3391 * gdb.base/call-ar-st.exp: Ditto.
3392 * gdb.base/funcargs.exp: Ditto.
3393 * gdb.base/gcore.exp: Ditto.
3394 * gdb.base/page.exp: Ditto.
3395 * gdb.base/sigaltstack.exp: Ditto.
3396 * gdb.base/siginfo.exp: Ditto.
3397 * gdb.base/sigstep.exp: Ditto.
3398 * gdb.base/trace-commands.exp: Ditto.
3399
3400 2010-11-29 Doug Evans <dje@google.com>
3401
3402 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
3403 printer-name;subprinter-name.
3404
3405 2010-11-29 Tom Tromey <tromey@redhat.com>
3406
3407 * gdb.dwarf2/implptr.exp: New file.
3408 * gdb.dwarf2/implptr.c: New file.
3409 * gdb.dwarf2/implptr.S: New file.
3410
3411 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3412
3413 PR python/12199
3414
3415 * gdb.python/py-breakpoint.exp: Test the delete method.
3416
3417 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3418
3419 Fix step_resume_breakpoint unsaved during an infcall.
3420 * gdb.base/step-resume-infcall.exp: New file.
3421 * gdb.base/step-resume-infcall.c: New file.
3422
3423 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
3424
3425 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
3426
3427 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
3428
3429 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
3430 on ppc64's symbols; "finish" and "return" commands must accept to
3431 show the caller line again as well as the line after.
3432 * gdb.asm/powerpc64.inc: New file.
3433
3434 2010-11-23 Doug Evans <dje@google.com>
3435
3436 * lib/gdb.exp (gdb_test_sequence): New function.
3437 (gdb_expect_list): Add verbose -log call for each pattern.
3438 * gdb.base/signals.exp (test_handle_all_print): Call it.
3439 Reduce timeout increment from 6 minutes to 1 minute.
3440 * gdb.server/ext-run.exp: Call it.
3441
3442 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
3443
3444 PR python/12212
3445
3446 * gdb.python/python.exp: Check that selected_thread raises an
3447 error when no inferior is loaded.
3448
3449 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3450
3451 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
3452 * gdb.dwarf2/dw2-stack-boundary.S: New file.
3453
3454 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
3457 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
3458
3459 2010-11-18 Doug Evans <dje@google.com>
3460
3461 * gdb.server/ext-run.exp: Fix intermittent failures.
3462
3463 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3464
3465 * gdb.stabs/gdb11479.exp: Use runto_main.
3466
3467 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3468
3469 * gdb.base/break-entry.exp: Skip if using a stub.
3470
3471 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3472
3473 * gdb.python/py-inferior.exp: Pack values in target endianness.
3474
3475 2010-11-12 Tom Tromey <tromey@redhat.com>
3476
3477 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
3478 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
3479 MemoryError.
3480 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
3481 type.
3482 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
3483 MemoryError.
3484 (test_subscript_regression): Update exception type.
3485
3486 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3487
3488 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
3489 breakpoint tests.
3490
3491 2010-11-09 Pedro Alves <pedro@codesourcery.com>
3492
3493 * gdb.base/watchpoint.exp: Test "watch -location" with an
3494 innacessible location.
3495
3496 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
3497 Luis Machado <luisgpm@br.ibm.com>
3498
3499 * gdb.base/maint.exp: Expect "." prefix.
3500 * gdb.base/nodebug.exp: Expect "." Likewise.
3501 * gdb.base/sepsymtab.exp: Expect "." Likewise.
3502 * gdb.base/watchpoint-cond-gone.exp: Likewise.
3503 * gdb.base/watchpoint.exp: Expect a software watch to be created for
3504 POWER server processors.
3505
3506 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
3507 Luis Machado <luisgpm@br.ibm.com>
3508
3509 * gdb.base/break-entry.exp: convert entry point for
3510 ppc64 and expect leading `.' on ppc64's symbols
3511
3512 2010-11-05 Doug Evans <dje@google.com>
3513
3514 * gdb.base/help.exp: Update expected output.
3515 * gdb.python/py-param.exp: Delete, contents moved to ...
3516 * gdb.python/py-parameter.exp: ... here. New file.
3517 Add test for gdb.parameter ("directories").
3518
3519 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
3520
3521 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
3522 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
3523 * configure: Regenerate.
3524 * gdb.opencl/Makefile.in: New File.
3525 * gdb.opencl/datatypes.exp: Likewise.
3526 * gdb.opencl/datatypes.cl: Likewise.
3527 * gdb.opencl/operators.exp: Likewise.
3528 * gdb.opencl/operators.cl: Likewise.
3529 * gdb.opencl/vec_comps.exp: Likewise.
3530 * gdb.opencl/vec_comps.cl: Likewise.
3531 * gdb.opencl/convs_casts.exp: Likewise.
3532 * gdb.opencl/convs_casts.cl: Likewise.
3533 * lib/opencl.exp: Likewise.
3534 * lib/opencl_hostapp.c: Likewise.
3535 * lib/opencl_kernel.cl: Likewise.
3536 * lib/cl_util.c: Likewise.
3537 * lib/cl_util.c: Likewise.
3538 * gdb.base/default.exp (set language): Add "opencl" to the list of
3539 languages.
3540
3541 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
3542
3543 * gdb.cp/overload.exp: Added test for inheritance overload.
3544 * gdb.cp/overload.cc: Ditto.
3545 * gdb.cp/oranking.exp: Removed releveant kfails.
3546
3547 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3548 Joel Brobecker <brobecker@adacore.com>
3549
3550 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
3551 check test_compiler_info.
3552
3553 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3554
3555 * gdb.base/gnu_vector.exp: Adjust expect messages.
3556
3557 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3558
3559 * gdb.base/gnu_vector.exp: Add unary operator tests.
3560
3561 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
3562
3563 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
3564
3565 2010-11-02 Doug Evans <dje@google.com>
3566
3567 * gdb.python/py-pp-maint.c: New file.
3568 * gdb.python/py-pp-maint.exp: New file.
3569 * gdb.python/py-pp-maint.py: New file.
3570
3571 2010-11-02 Tom Tromey <tromey@redhat.com>
3572
3573 * gdb.base/default.exp: Remove "scheme" from language list.
3574
3575 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3576
3577 Revert:
3578 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3579 * gdb.threads/sigstep-threads.exp: New file.
3580 * gdb.threads/sigstep-threads.c: New file.
3581
3582 2010-10-20 Michael Snyder <msnyder@vmware.com>
3583
3584 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
3585
3586 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3587
3588 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3589 Skip test completely if gdb,no_hardware_watchpoints.
3590
3591 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3592
3593 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3594 strict, but do not check for any particular function name within libc.
3595
3596 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3597
3598 * gdb.cp/smartp.exp: New test.
3599 * gdb.cp/smartp.cc : New test.
3600
3601 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3602
3603 * gdb.cp/converts.exp: Test pointer to bool conversion.
3604 Test pointer to long conversion.
3605 * gdb.cp/oranking.exp: Removed relevant kfail.
3606
3607 2010-10-18 Tom Tromey <tromey@redhat.com>
3608
3609 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3610 argument to lazy_string.
3611 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3612 (pp_ls.to_string): Use it.
3613 * gdb.python/py-prettyprint.c (main): Move declarations to top.
3614 Add "estring2" local.
3615
3616 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 Fix s390x compatibility.
3619 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
3620 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3621
3622 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 * gdb.threads/sigstep-threads.exp: New file.
3625 * gdb.threads/sigstep-threads.c: New file.
3626
3627 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3628
3629 * gdb.base/pie-execl.exp: New file.
3630 * gdb.base/pie-execl.c: New file.
3631
3632 2010-10-13 Doug Evans <dje@google.com>
3633 Jan Kratochvil <jan.kratochvil@redhat.com>
3634
3635 PR exp/12117
3636 * gdb.cp/ptype-cv-cp.cc: New file.
3637 * gdb.cp/ptype-cv-cp.exp: New file.
3638
3639 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
3640
3641 * gdb.cp/converts.cc: New test program.
3642 * gdb.cp/converts.exp: New test.
3643 * gdb.cp/overload.exp: Added test for void* vs int*.
3644 * gdb.cp/overload.exp: Ditto.
3645 * gdb.cp/oranking.exp: Removed related kfail.
3646
3647 2010-10-13 Doug Evans <dje@google.com>
3648
3649 * lib/gdb-python.exp (gdb_check_python_config): New function.
3650 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3651 * gdb.python/lib-types.cc: New file.
3652 * gdb.python/lib-types.exp: New file.
3653
3654 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 * gdb.python/py-error.exp: New file.
3657 * gdb.python/py-error.py: New file.
3658
3659 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3662 gdb_test_multiple.
3663
3664 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3665
3666 * gdb.base/break-interp.exp: Use ldlags for linking flags.
3667 * gdb.base/prelink.exp: Likewise.
3668 * gdb.base/solib-nodir.exp: Likewise.
3669 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3670 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3671 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3672
3673 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3674
3675 * break-interp.exp (test_ld): Use two separate gdb_expect statements
3676 for the "info files" test to avoid timeouts on slow machines.
3677
3678 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3681 (main): Make openlib dummy call.
3682
3683 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3686 * break-interp.exp (reach): Move the core body ...
3687 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
3688 (test_ld): Provide always real argument, even to the linker. Replace
3689 dl_main by _dl_debug_state.
3690
3691 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3692
3693 Fix results of prelinked PIEs on ppc*.
3694 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3695 Accept also DISPLACEMENT "PRESENT".
3696 (main): Replace "ZERO" displacements by "PRESENT".
3697
3698 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
3699
3700 * gdb.cp/oranking.exp: New test.
3701 * gdb.cp/oranking.cc: New test program.
3702
3703 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
3704
3705 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3706 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3707
3708 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3709
3710 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3711 lush, lynx) New constant.
3712 * gdb.base/constvars.exp: Test const array types.
3713 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3714
3715 2010-10-06 Doug Evans <dje@google.com>
3716
3717 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3718 of syscall staging area.
3719
3720 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
3721
3722 * gdb.base/gnu_vector.c: Add variable c4.
3723 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3724 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3725
3726 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
3727
3728 * gdb.arch/altivec-abi.exp: Fix a typo.
3729
3730 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
3731
3732 * lib/mi-support.exp (thread_selected_re): Correct pattern used
3733 to match a thread ID.
3734
3735 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3736
3737 Fix s390x testcase compatibility.
3738 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3739
3740 2010-10-01 Doug Evans <dje@google.com>
3741
3742 * lib/gdb-python.exp: New file.
3743 * gdb.python/py-block.exp: Use it.
3744 * gdb.python/py-breakpoint.exp: Ditto.
3745 * gdb.python/py-frame.exp: Ditto.
3746 * gdb.python/py-inferior.exp: Ditto.
3747 * gdb.python/py-param.exp: Ditto.
3748 * gdb.python/py-prettyprint.exp: Ditto.
3749 * gdb.python/py-shared.exp: Ditto.
3750 * gdb.python/py-symbol.exp: Ditto.
3751 * gdb.python/py-symtab.exp: Ditto.
3752 * gdb.python/py-type.exp: Ditto.
3753 * gdb.python/py-value.exp: Ditto.
3754 * gdb.python/python.exp: Ditto.
3755
3756 2010-09-30 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.base/anon.exp: New file.
3759 * gdb.base/anon.c: New file.
3760
3761 2010-09-30 Tom Tromey <tromey@redhat.com>
3762
3763 * gdb.base/completion.exp: Test completion through anonymous
3764 union.
3765 * gdb.base/break1.c (struct some_struct): Add anonymous union.
3766
3767 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3768
3769 Fix printing parameters of inlined functions.
3770 * gdb.dwarf2/dw2-inline-param.exp: New file.
3771 * gdb.dwarf2/dw2-inline-param-main.c: New file.
3772 * gdb.dwarf2/dw2-inline-param.S: New file.
3773
3774 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 PR corefiles/12071.
3777 * gdb.base/corefile.exp (quit with a process, no question: load core)
3778 (quit with a core file): New tests.
3779
3780 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3781
3782 Fix GDB crash on inferior calls with self-referencing classes.
3783 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
3784 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
3785 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
3786
3787 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 Fix lost siginfo_t for inferior calls.
3790 * gdb.base/siginfo-infcall.exp: New file.
3791 * gdb.base/siginfo-infcall.c: New file.
3792
3793 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3794
3795 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
3796
3797 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
3800 New test.
3801 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
3802
3803 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3804
3805 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
3806 type of our const type.
3807
3808 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
3809
3810 * gdb.cp/pr12028.cc: New.
3811 * gdb.cp/pr12028.exp: New.
3812
3813 2010-09-22 Joel Brobecker <brobecker@adacore.com>
3814
3815 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
3816
3817 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
3818 Jan Kratochvil <jan.kratochvil@redhat.com>
3819
3820 PR mi/11407
3821 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
3822 * gdb.mi/dw2-ref-missing-frame-main.c New File.
3823 * gdb.mi/dw2-ref-missing-frame.S New File.
3824 * gdb.mi/dw2-ref-missing-frame.exp New File.
3825
3826 2010-09-14 Tom Tromey <tromey@redhat.com>
3827
3828 PR symtab/8399:
3829 * gdb.threads/tls.exp: Remove kfail. Update expected output.
3830
3831 2010-09-14 Tom Tromey <tromey@redhat.com>
3832
3833 PR exp/11803:
3834 * gdb.threads/tls.exp: Use C++.
3835 (check_thread_local): Use K::another_thread_local.
3836 * gdb.threads/tls.c (class K): New.
3837 (another_thread_local): Now a member of K.
3838 (spin): Update. No longer K&R C.
3839
3840 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
3841
3842 * gdb.cp/koenig.cc: created class for testing member lookup.
3843 * gdb.cp/koenig.exp: Added test for member lookup.
3844
3845 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3846
3847 Fix false FAILs on sourcetree topdir directory containing "kill".
3848 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
3849 source line matching regexp.
3850
3851 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3852
3853 * gdb.python/python.exp (set height 0, collect help from uiout)
3854 (verify help to uiout): New tests.
3855
3856 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3857
3858 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
3859 is_lp64_target to check 64bit target.
3860
3861 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3862
3863 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
3864 (test_ld) <powerpc64-*>: New.
3865
3866 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3867
3868 * gdb.cp/templates.exp (test_template_args): Allow "struct".
3869
3870 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
3871
3872 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
3873 (FunctionArg::method): New function.
3874 (empty, arg): New variables.
3875 (main): Call arg.method.
3876 * gdb.cp/templates.exp (test_template_args): New function.
3877 (do_tests): Call it.
3878
3879 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3880
3881 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
3882 of "next" to proceed over pthread_exit call.
3883
3884 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
3885
3886 * gdb.base/maint.exp: Avoid wildcards against potentially very long
3887 "maint print statistics" output to prevent expect timeouts.
3888
3889 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
3892 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3893 (test_float_rejected): ... here.
3894 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
3895 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3896 (test_float_rejected): ... here.
3897 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
3898 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3899 (test_float_rejected): ... here.
3900 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
3901 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
3902 (test_float_rejected): ... here.
3903
3904 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
3905
3906 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
3907 before disabling hardware watchpoints.
3908 (test_inaccessible_watchpoint): Check that hardware watchpoints
3909 are used. Test for watchpoints on a constant address.
3910
3911 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3912
3913 * gdb.base/ui-redirect.exp: New file.
3914
3915 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3916 Joel Brobecker <brobecker@adacore.com>
3917
3918 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
3919
3920 2010-08-31 Doug Evans <dje@google.com>
3921
3922 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
3923
3924 2010-08-30 Tom Tromey <tromey@redhat.com>
3925
3926 PR python/11792:
3927 * gdb.python/py-value.exp (test_subscript_regression): Add
3928 dynamic_type test.
3929
3930 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
3931
3932 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
3933 instead of running to main. Do not test the main function.
3934 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
3935 Add new main.
3936
3937 2010-08-26 Pedro Alves <pedro@codesourcery.com>
3938
3939 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
3940 one test.
3941
3942 2010-08-24 Doug Evans <dje@google.com>
3943
3944 PR symtab/11942
3945 * gdb.dwarf2/dw4-sig-types.cc: New file.
3946 * gdb.dwarf2/dw4-sig-types.h: New file.
3947 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
3948 * gdb.dwarf2/dw4-sig-types.exp: New file.
3949
3950 2010-08-23 Tom Tromey <tromey@redhat.com>
3951
3952 PR python/11145:
3953 * gdb.python/py-value.c (Base, Derived): New types.
3954 (base): New global.
3955 * gdb.python/py-value.exp (test_subscript_regression): Add
3956 dynamic_cast test.
3957
3958 2010-08-23 Tom Tromey <tromey@redhat.com>
3959
3960 PR python/10676:
3961 * gdb.python/py-type.exp (test_fields): Add tests for type
3962 equality.
3963
3964 2010-08-23 Tom Tromey <tromey@redhat.com>
3965
3966 PR python/11915:
3967 * gdb.python/py-type.exp (test_fields): Add tests for array.
3968
3969 2010-08-23 Keith Seitz <keiths@redhat.com>
3970
3971 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
3972 have any children. Create a new abbrev for it.
3973 Add missing terminal sequence to .debug_abbrev.
3974
3975 2010-08-20 Keith Seitz <keiths@redhat.com>
3976
3977 PR symtab/11465:
3978 * gdb.dwarf2/pr11465.exp: New test.
3979 * gdb.dwarf2/pr11465.S: New file.
3980 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
3981 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
3982
3983 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
3984
3985 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
3986 registers. Update data sets with the new v2_double element in the
3987 VSX register union. Add vector_register3_vr data set for the AltiVec
3988 registers. Use gdb_test_no_output instead of send_gdb.
3989
3990 2010-08-19 Pedro Alves <pedro@codesourcery.com>
3991
3992 * gdb.python/py-shared.exp: New file, factored out from
3993 python.exp.
3994 * gdb.python/py-shared.c: New file.
3995 * gdb.python/py-shared-sl.c: New file.
3996 * gdb.python/python-1.c: New file.
3997 * gdb.python/python-sl.c: Delete.
3998 * gdb.python/python.c: Mention python-1.c.
3999 * gdb.python/python.exp: Move shared library tests to
4000 py-shared.exp.
4001 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4002 (MISCELLANEOUS): New.
4003 (clean mostlyclean): Also remove $MISCELLANEOUS.
4004
4005 2010-08-19 Doug Evans <dje@google.com>
4006
4007 PR exp/11926
4008 * gdb.base/printcmds.exp (test_float_accepted): New function.
4009 Move existing float tests there. Add tests for floats with suffixes.
4010 (test_float_rejected): New function.
4011 * gdb.java/jv-print.exp (test_float_accepted): New function.
4012 (test_float_rejected): New function.
4013 * gdb.objc/print.exp: New file.
4014 * gdb.pascal/print.exp: New file.
4015 * lib/objc.exp: New file.
4016
4017 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4018
4019 * gdb.base/default.exp (info set): Avoid full buffer error and force
4020 reading up to final gdb prompt.
4021 (show): Likewise.
4022
4023 2010-08-18 Tom Tromey <tromey@redhat.com>
4024
4025 PR symtab/11919:
4026 * gdb.base/completion.exp: Add test.
4027
4028 2010-08-18 Doug Evans <dje@google.com>
4029
4030 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4031 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4032 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4033 Simplify, early exit if runto_main fails.
4034 * gdb.fortran/exprs.exp: load_lib fortran.exp.
4035 (set_lang_fortran): Moved to lib/fortran.exp.
4036 * gdb.fortran/types.exp: load_lib fortran.exp.
4037 (set_lang_fortran): Moved to lib/fortran.exp.
4038 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
4039 * gdb.java/jprint.exp (set_lang_java): Ditto.
4040 * gdb.java/jv-exp.exp: load_lib java.exp.
4041 If set_lang_java fails, issue a warning instead of failure to be
4042 consistent with other set_lang_foo uses.
4043 (set_lang_java): Moved to lib/java.exp.
4044 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
4045 If set_lang_java fails, issue a warning instead of failure to be
4046 consistent with other set_lang_foo uses.
4047 * gdb.pascal/types.exp: load_lib pascal.exp.
4048 (set_lang_pascal): Moved to lib/pascal.exp.
4049 * lib/fortran.exp: New file.
4050 * lib/java.exp (set_lang_java): New function.
4051 * lib/pascal.exp (set_lang_pascal): New function.
4052
4053 2010-08-18 Yao Qi <yao@codesourcery.com
4054
4055 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
4056 func_nofb_start and func_loopfb_start, so that address of functions
4057 is equal to these labels on Thumb.
4058
4059 2010-08-18 Yao Qi <yao@codesourcery.com>
4060
4061 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
4062 to reflect latest c source file.
4063
4064 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4065
4066 * gdb.cp/infcall-dlopen.exp: New file.
4067 * gdb.cp/infcall-dlopen.cc: New file.
4068 * gdb.cp/infcall-dlopen-lib.cc: New file.
4069
4070 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4071 Pedro Alves <pedro@codesourcery.com>
4072
4073 PR breakpoints/11371
4074
4075 * gdb.base/watch-cond-infcall.exp: New file.
4076 * gdb.base/watch-cond-infcall.c: New file.
4077
4078 2010-08-16 Tom Tromey <tromey@redhat.com>
4079
4080 * gdb.base/help.exp: Update.
4081 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
4082 watchpoint.
4083 (test_watch_location): New proc.
4084 (test_watchpoint_in_big_blob): Delete watchpoint.
4085 * gdb.base/watchpoint.c (func5): New function.
4086 (main): Call it.
4087
4088 2010-08-16 Doug Evans <dje@google.com>
4089
4090 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
4091
4092 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4093
4094 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
4095 tests.
4096
4097 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
4098
4099 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
4100 * gdb.base/gnu_vector.c: New File.
4101 * gdb.base/gnu_vector.exp: Likewise.
4102
4103 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4104
4105 * gdb.python/python.c: New File.
4106 * gdb.python/python-sl.c: New File.
4107 * gdb.python/python.exp: Test solib_address and decode_line
4108 * functions.
4109
4110 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4111
4112 * gdb.python/python.exp (show height, set height 10)
4113 (verify pagination beforehand, verify pagination beforehand: q)
4114 (gdb.execute does not page, verify pagination afterwards)
4115 (verify pagination afterwards: q): New.
4116
4117 2010-08-02 Doug Evans <dje@google.com>
4118
4119 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
4120 because of an older gcc, change test2
4121 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
4122 to unsupported.
4123
4124 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
4125
4126 * gdb.base/break-always.exp: Do not expect full paths to file
4127 names.
4128 * gdb.base/commands.exp: Likewise.
4129
4130 2010-07-30 Doug Evans <dje@google.com>
4131
4132 * gdb.cp/temargs.exp: For new tests that require newer gccs,
4133 xfail them when run with older gccs.
4134
4135 * lib/gdb.exp (build_executable): Forward "c++" option to
4136 get_compiler_info.
4137
4138 * gdb.python/py-type.exp (test_template): Mark as xfail tests
4139 "python print ttype.template_argument(1)" and
4140 "python print isinstance(ttype.template_argument(1), gdb.Value)"
4141 if using gcc 4.4 or earlier.
4142
4143 * gdb.base/valgrind-db-attach.exp: Use unique test name for
4144 attach-to-debugger handling.
4145
4146 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
4149 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
4150 (main): Use copyreloc.
4151 * gdb.base/prelink.exp (split debug of executable)
4152 (.dynbss vs. .bss address shift): New tests.
4153
4154 2010-07-29 Pedro Alves <pedro@codesourcery.com>
4155
4156 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
4157 in gdb_test_multiple.
4158
4159 2010-07-29 Pedro Alves <pedro@codesourcery.com>
4160
4161 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
4162 environment.
4163
4164 2010-07-28 Tom Tromey <tromey@redhat.com>
4165
4166 PR python/11060:
4167 * gdb.python/py-type.c (Temargs): New template.
4168 (temvar): New variable.
4169 * gdb.python/py-type.exp (test_template): New proc.
4170
4171 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4172
4173 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
4174 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
4175
4176 2010-07-28 Tom Tromey <tromey@redhat.com>
4177
4178 PR c++/9946:
4179 * gdb.cp/temargs.exp: New file.
4180 * gdb.cp/temargs.cc: New file.
4181
4182 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4183
4184 * gdb.base/help.exp (help disassemble): Update the content.
4185
4186 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4187
4188 * gdb.threads/ia64-sigill.exp: New file.
4189 * gdb.threads/ia64-sigill.c: New file.
4190
4191 2010-07-27 Tom Tromey <tromey@redhat.com>
4192
4193 * gdb.opt/inline-cmds.c (ATTR): New define.
4194 (func1): Use it.
4195 (func2): Likewise.
4196 (func3): Likewise.
4197 (outer_inline1): Likewise.
4198 (outer_inline2): Likewise.
4199 * gdb.opt/inline-bt.c (ATTR): New define.
4200 (func1): Use it.
4201 (func2): Likewise.
4202 * gdb.opt/inline-locals.c (ATTR): New define.
4203 (func1): Use it.
4204 (func2): Likewise.
4205
4206 2010-07-27 Tom Tromey <tromey@redhat.com>
4207
4208 * gdb.stabs/gdb11479.c (hack): New function.
4209 (test): Use it.
4210 (test2): Use it.
4211 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
4212 (int32_search_buf, int64_search_buf): No longer static.
4213 (x): Remove.
4214 * gdb.base/relocate.c (hack): New function.
4215
4216 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4217
4218 * gdb.python/py-value.exp (test_inferior_function_call): New function.
4219 * gdb.python/py-value.c (func1): New function.
4220 (func2): Likewise.
4221
4222 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
4223
4224 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
4225 as not to clash with .data section.
4226
4227 2010-07-26 Jerome Guitton <guitton@adacore.com>
4228
4229 * gdb.base/code_elim.exp: New file.
4230 * gdb.base/code_elim1.c: New file.
4231 * gdb.base/code_elim2.c: New file.
4232
4233 2010-07-21 Pedro Alves <pedro@codesourcery.com>
4234
4235 PR symtab/11827
4236
4237 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
4238 (some_volatile_enum): New variable.
4239 * gdb.base/printcmds.exp (test_print_enums): New.
4240 <top level>: Call it.
4241
4242 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
4243
4244 * gdb.cp/fpointer.cc: New test.
4245 * gdb.cp/fpointer.exp: New test.
4246
4247 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * gdb.base/solib-nodir.exp: New file.
4250 * lib/gdb.exp (runto): New case for a GDB internal error.
4251
4252 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4253 Ulrich Weigand <uweigand@de.ibm.com>
4254 Tom Tromey <tromey@redhat.com>
4255
4256 * gdb.base/charset-malloc.c: New file.
4257 * gdb.base/charset.c (malloc_stub): New prototype.
4258 (main): Call it instead of malloc itself.
4259 * gdb.base/charset.exp: Use only prepare_for_testing.
4260 (binfile): Remove the variable.
4261
4262 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4263
4264 Make core files the process_stratum.
4265 * gdb.base/corefile.exp (run: load core again)
4266 (run: sanity check we see the core file, run: with core)
4267 (run: core file is cleared, attach: load core again)
4268 (attach: sanity check we see the core file, attach: with core)
4269 (attach: core file is cleared): New tests.
4270 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
4271
4272 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
4273
4274 * gdb.arch/altivec-abi.exp: New tests.
4275
4276 2010-07-13 Tom Tromey <tromey@redhat.com>
4277
4278 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
4279 (main): Use it.
4280 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
4281
4282 2010-07-13 Tom Tromey <tromey@redhat.com>
4283
4284 * gdb.base/label.exp: New file.
4285 * gdb.base/label.c: New file.
4286
4287 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4288 H.J. Lu <hongjiu.lu@intel.com>
4289
4290 * lib/gdb.exp (is_ilp32_target): New.
4291 (is_lp64_target): Likewise.
4292
4293 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
4294 target.
4295 * gdb.arch/amd64-disp-step.exp: Likewise.
4296 * gdb.arch/amd64-dword.exp: Likewise.
4297 * gdb.arch/amd64-i386-address.exp: Likewise.
4298 * gdb.arch/amd64-word.exp: Likewise.
4299
4300 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
4301 target.
4302 * gdb.arch/i386-bp_permanent.exp: Likewise.
4303 * gdb.arch/i386-byte.exp: Likewise.
4304 * gdb.arch/i386-disp-step.exp: Likewise.
4305 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4306 * gdb.arch/i386-prologue.exp: Likewise.
4307 * gdb.arch/i386-size-overlap.exp: Likewise.
4308 * gdb.arch/i386-size.exp: Likewise.
4309 * gdb.arch/i386-sse.exp: Likewise.
4310 * gdb.arch/i386-unwind.exp: Likewise.
4311 * gdb.arch/i386-word.exp: Likewise.
4312
4313 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
4314 test only when building 64-bit executables. Do not hard-code
4315 -m64 option.
4316
4317 2010-07-07 Doug Evans <dje@google.com>
4318
4319 * lib/gdb.exp (gdb_test_list_exact): New function.
4320 * gdb.base/default.exp (show convenience): Call it, add tests for
4321 $_sdata = void, $_thread = 0.
4322
4323 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4324 Joel Brobecker <brobecker@adacore.com>
4325
4326 Fix re-run of PIE executable, PR shlibs/11776.
4327 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
4328 Remove $displacement_main to match the solib-svr4.c change. New "kill"
4329 and re-"run" of the inferior.
4330
4331 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4332 Joel Brobecker <brobecker@adacore.com>
4333
4334 Cope with missing /usr/sbin/prelink.
4335 * lib/prelink-support.exp (prelink_no):
4336 <result == 1 && $output is "no such file or directory">: New.
4337 (prelink_yes): Likewise. Return on failed prelink_no.
4338
4339 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4340 Joel Brobecker <brobecker@adacore.com>
4341
4342 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
4343 build_executable by build_executable_own_libs. Replace "prelink -R"
4344 execution by a call of prelink_yes. Comment why "prelink -r" needs no
4345 change.
4346 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
4347 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
4348 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
4349 Replace build_executable by build_executable_own_libs's function
4350 build_executable_own_libs.
4351 (prelinkNO): Create new stub to call prelink_no.
4352 (prelinkYES): Create new stub to call prelink_yes.
4353 (test_attach): Rename calls of copy to file_copy.
4354 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
4355 (copy): Move to ...
4356 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
4357 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
4358 * gdb.base/prelink.exp: Disable testcase also for is_remote and
4359 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
4360 special flags by gdb_compile_shlib. Replace second gdb_compile by
4361 build_executable_own_libs. Replace "prelink -R" execution by a call of
4362 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
4363 a second call of prelink_yes. Replace restart commands by
4364 clean_restart.
4365 (prelink): Rename to ...
4366 (seen displacement message): ... this test. Extend its expectation
4367 strictness.
4368
4369 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4370
4371 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
4372 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
4373 displacement message exactly once.
4374
4375 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4376 Joel Brobecker <brobecker@adacore.com>
4377
4378 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
4379 its restore after the <$relink_args != ""> loop. new comment.
4380
4381 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4382 Joel Brobecker <brobecker@adacore.com>
4383
4384 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
4385 code for it. New variable relink_args.
4386 (prelinkYES): Call prelinkNO.
4387 (test_attach): Accept new parameter relink_args. Re-prelink the binary
4388 in such case. Move the core code to ...
4389 (test_attach_gdb): ... a new function. Send GDB command "file".
4390 Extend expected "Attaching to " string.
4391
4392 2010-07-02 Tom Tromey <tromey@redhat.com>
4393
4394 * gdb.base/bitops.exp: Remove extraneous "pass".
4395
4396 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
4397
4398 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4399
4400 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4401
4402 * gdb.base/help.exp: Adjust expected output.
4403
4404 2010-07-01 Pedro Alves <pedro@codesourcery.com>
4405
4406 * gdb.base/help.exp: Adjust expected output.
4407
4408 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4409
4410 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
4411 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
4412 c++/11702.
4413
4414 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4415 Doug Evans <dje@google.com>
4416
4417 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
4418 add .dynamic entry'.
4419
4420 2010-06-29 Doug Evans <dje@google.com>
4421
4422 Test PR c++/11702.
4423 * gdb.cp/m-static.exp: Add testcase.
4424 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
4425
4426 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
4427 Tom Tromey <tromey@redhat.com>
4428 Thiago Jung Bauermann <bauerman@br.ibm.com>
4429
4430 * gdb.python/py-inferior.c: New File.
4431 * gdb.python/py-infthread.c: New File.
4432 * gdb.python/py-inferior.exp: New File.
4433 * gdb.python/py-infthread.exp: New File.
4434
4435 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4436
4437 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
4438 (ptype ::C::OtherFileClass typedefs): New.
4439 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
4440 (C::OtherFileClass::cOtherFileClassVar2): New.
4441 (C::OtherFileClass::cOtherFileClassVar_use): Use also
4442 cOtherFileClassVar2.
4443 (C::cOtherFileType2, C::cOtherFileVar2): New.
4444 (C::cOtherFileVar_use): use also cOtherFileVar2.
4445 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
4446
4447 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4448
4449 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
4450 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
4451 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
4452 (print ::C::cOtherFileVar)
4453 (whatis C::OtherFileClass::cOtherFileClassType)
4454 (whatis ::C::OtherFileClass::cOtherFileClassType)
4455 (print C::OtherFileClass::cOtherFileClassVar)
4456 (print ::cOtherFileClassVar)
4457 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
4458 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
4459 trailing content.
4460 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
4461 (C::OtherFileClass::cOtherFileClassVar)
4462 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
4463 (C::cOtherFileVar, C::cOtherFileVar_use): New.
4464
4465 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 Test PR c++/11703 and PR gdb/1448.
4468 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
4469 gdb/1448.
4470
4471 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4472
4473 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
4474 (main) <rtti_data>: New.
4475 * gdb.cp/virtbase.exp (print rtti_data): New.
4476
4477 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4478 Joel Brobecker <brobecker@adacore.com>
4479
4480 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
4481
4482 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4483
4484 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
4485
4486 2010-06-28 Doug Evans <dje@google.com>
4487
4488 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
4489
4490 2010-06-27 Doug Evans <dje@google.com>
4491
4492 * gdb.cp/m-static.exp: Update expected test output.
4493
4494 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4495
4496 * gdb.gdb/selftest.exp: Adjust expected message for
4497 capturing start-up runtime.
4498
4499 2010-06-25 Tom Tromey <tromey@redhat.com>
4500
4501 PR python/10808:
4502 * gdb.python/python.exp: Add new tests.
4503
4504 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
4505
4506 * gdb.cp/operator.cc: Created an import loop.
4507 * gdb.cp/operator.exp: Added testcase for import loop.
4508
4509 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4510
4511 Test PR python/11407.
4512 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
4513 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
4514 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
4515 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
4516 executable_nofb and executable_fb. New variables srcsfile, objsfile,
4517 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
4518 binfile. Call gdb_compile with clean_restart twice.
4519 (func_nofb print, func_nofb backtrace, func_loopfb print)
4520 (func_loopfb backtrace): New.
4521
4522 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4523
4524 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
4525 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
4526 by a hand made one.
4527 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
4528 i?86 requirement. Remove variables srcfile and binfile. New variable
4529 sources, executable_nofb and executable_fb. Call prepare_for_testing.
4530
4531 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4532
4533 * gdb.cell/dwarfaddr.exp: New file.
4534 * gdb.cell/dwarfaddr.S: New file.
4535
4536 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 Test PR 9436.
4539 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
4540
4541 2010-06-24 Hui Zhu <teawater@gmail.com>
4542
4543 * gdb.base/eval.exp: New file.
4544
4545 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4546
4547 * gdb.cell/fork.exp: New file.
4548 * gdb.cell/fork.c: Likewise.
4549 * gdb.cell/fork-spu.c: Likewise.
4550
4551 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
4552
4553 * lib/gdb.exp (banned_variables_traced): New global variable.
4554 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
4555 (gdb_init): Use `trace add variable' instead of obsolete
4556 `trace variable'.
4557
4558 2010-06-21 Doug Evans <dje@google.com>
4559
4560 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
4561
4562 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4563
4564 * gdb.arch/spu-ls.exp: New file.
4565 * gdb.arch/spu-ls.c: Likewise.
4566
4567 2010-06-18 Stan Shebs <stan@codesourcery.com>
4568
4569 * gdb.threads/thread-specific.exp: Add tests of $_thread.
4570
4571 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4572
4573 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
4574 * gdb.base/watch-cond.exp: Likewise.
4575 * gdb.python/py-breakpoint.exp: Likewise.
4576
4577 2010-06-18 Pedro Alves <pedro@codesourcery.com>
4578
4579 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
4580 clean_restart, make sure every test has a distinct message, and
4581 that messages don't include the executable' full path.
4582
4583 2010-06-17 Doug Evans <dje@google.com>
4584
4585 * gdb.arch/i386-size.exp: Updated expected output for
4586 DISASSEMBLY_OMIT_FNAME.
4587
4588 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4589 Sergio Durigan Junior <sergiodj@redhat.com>
4590
4591 * gdb.base/watch-notconst.c: New file.
4592 * gdb.base/watch-notconst.S: New file.
4593 * gdb.base/watch-notconst2.c: New file.
4594 * gdb.base/watch-notconst2.S: New file.
4595 * gdb.base/watch-notconst.exp: New file.
4596 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4597 (func4): Add operations on `global_ptr_ptr'.
4598 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4599 routine to test watchpoints created with a constant expression.
4600 (test_inaccessible_watchpoint): Include tests for watchpoints
4601 created with a constant expression.
4602
4603 2010-06-14 Kevin Buettner <kevinb@redhat.com>
4604
4605 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4606 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4607 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4608 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4609 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4610 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4611 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4612 of `_start'.
4613
4614 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4615
4616 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4617 not supported on the target.
4618 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4619 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4620 * gdb.mi/mi-nsintrall.exp: Likewise.
4621 * gdb.mi/mi-nsmoribund.exp: Likewise.
4622 * gdb.mi/mi-nsthrexec.exp: Likewise.
4623
4624 2010-06-11 Stan Shebs <stan@codesourcery.com>
4625
4626 * gdb.base/permissions.exp: New file.
4627
4628 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4629
4630 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4631 does not support ELF executable class.
4632
4633 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4634
4635 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4636
4637 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4638
4639 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4640 (runto): Catch "The target does not support running in non-stop mode.".
4641
4642 2010-06-11 Michael Snyder <msnyder@vmware.com>
4643
4644 * gdb.base/setshow.exp (set language asm): Don't use
4645 gdb_test_no_output, fails on some targets.
4646
4647 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4648
4649 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4650 * gdb.cp/pr9167.exp: Likewise.
4651
4652 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4653
4654 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4655
4656 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4657
4658 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4659
4660 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4661
4662 * gdb.base/charset.c (main): Make sure malloc gets linked in.
4663
4664 2010-06-11 Tom Tromey <tromey@redhat.com>
4665
4666 PR gdb/9977, PR exp/11636::
4667 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4668 (pieces_test_f6): Update expected output.
4669
4670 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4671
4672 * gdb.base/moribund-step.exp: New.
4673
4674 2010-06-08 Michael Snyder <msnyder@vmware.com>
4675
4676 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
4677 * gdb.ada/boolean_expr.exp:
4678 * gdb.ada/frame_args.exp: Ditto.
4679 * gdb.ada/lang_switch.exp: Ditto.
4680 * gdb.ada/ptype_arith_binop.exp: Ditto.
4681 * gdb.ada/ref_param.exp: Ditto.
4682 * gdb.ada/type_coercion.exp:Ditto.
4683
4684 * gdb.asm/asm-source.exp: Ditto.
4685
4686 * gdb.base/attach.exp: Ditto.
4687 * gdb.base/bitfields2.exp: Ditto.
4688 * gdb.base/call-signal-resume.exp: Ditto.
4689 * gdb.base/callfuncs.exp: Ditto.
4690 * gdb.base/commands.exp: Ditto.
4691 * gdb.base/dbx.exp: Ditto.
4692 * gdb.base/default.exp: Ditto.
4693 * gdb.base/dump.exp: Ditto.
4694 * gdb.base/exprs.exp: Ditto.
4695 * gdb.base/freebpcmd.exp: Ditto.
4696 * gdb.base/interrupt.exp: Ditto.
4697 * gdb.base/list.exp: Ditto.
4698 * gdb.base/long_long.exp: Ditto.
4699 * gdb.base/maint.exp: Ditto.
4700 * gdb.base/ptype.exp: Ditto.
4701 * gdb.base/return.exp: Ditto.
4702 * gdb.base/setshow.exp: Ditto.
4703 * gdb.base/sigbpt.exp: Ditto.
4704 * gdb.base/sigrepeat.exp: Ditto.
4705
4706 * gdb.cp/classes.exp: Ditto.
4707
4708 * gdb.dwarf2/dw2-restore.exp: Ditto.
4709
4710 * gdb.gdb/selftest.exp: Ditto.
4711
4712 * gdb.multi/base.exp: Ditto.
4713 * gdb.multi/bkpt-multi-exec.exp: Ditto.
4714
4715 * gdb.python/py-block.exp: Ditto.
4716 * gdb.python/py-prettyprint.exp: Ditto.
4717 * gdb.python/py-template.exp: Ditto.
4718
4719 * gdb.server/ext-attach.exp: Ditto.
4720 * gdb.server/ext-run.exp: Ditto.
4721 * gdb.server/server-mon.exp: Ditto.
4722
4723 * gdb.threads/fork-thread-pending.exp: Ditto.
4724 * gdb.threads/hand-call-in-threads.exp: Ditto.
4725 * gdb.threads/interrupted-hand-call.exp: Ditto.
4726 * gdb.threads/linux-dp.exp: Ditto.
4727 * gdb.threads/manythreads.exp: Ditto.
4728 * gdb.threads/print-threads.exp: Ditto.
4729 * gdb.threads/pthreads.exp: Ditto.
4730 * gdb.threads/schedlock.exp: Ditto.
4731 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4732 * gdb.threads/threadapply.exp: Ditto.
4733
4734 2010-06-08 Michael Snyder <msnyder@vmware.com>
4735
4736 * gdb.ada/exec_changed.exp:
4737 Use ".*" instead of "" as wildcard regexp.
4738
4739 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4740 * gdb.base/call-ar-st.exp: Ditto.
4741 * gdb.base/checkpoint.exp: Ditto.
4742 * gdb.base/default.exp: Ditto.
4743 * gdb.base/dump.exp: Ditto.
4744 * gdb.base/ending-run.exp: Ditto.
4745 * gdb.base/fileio.exp: Ditto.
4746 * gdb.base/miscexprs.exp: Ditto.
4747 * gdb.base/pointers.exp: Ditto.
4748 * gdb.base/readline.exp: Ditto.
4749 * gdb.base/reread.exp: Ditto.
4750 * gdb.base/restore.exp: Ditto.
4751 * gdb.base/shlib-call.exp: Ditto.
4752 * gdb.base/valgrind-db-attach.exp: Ditto.
4753 * gdb.base/volatile.exp: Ditto.
4754 * gdb.base/watchpoints.exp: Ditto.
4755
4756 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4757
4758 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4759 * gdb.python/py-value.exp: Ditto.
4760
4761 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4762 * gdb.trace/circ.exp: Ditto.
4763 * gdb.trace/collection.exp: Ditto.
4764 * gdb.trace/packetlen.exp: Ditto.
4765 * gdb.trace/passc-dyn.exp: Ditto.
4766 * gdb.trace/report.exp: Ditto.
4767 * gdb.trace/tfile.exp: Ditto.
4768 * gdb.trace/tfind.exp: Ditto.
4769 * gdb.trace/while-dyn.exp: Ditto.
4770
4771 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4772
4773 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
4774
4775 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 Test PR 10640.
4778 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
4779
4780 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
4781
4782 * gdb.cp/koenig.exp: Test for ADL operators.
4783 * gdb.cp/koenig.cc: Added ADL operators.
4784 * gdb.cp/operator.exp: New test.
4785 * gdb.cp/operator.cc: New test.
4786
4787 2010-06-04 Michael Snyder <msnyder@vmware.com>
4788
4789 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
4790 * gdb.base/pending.exp: Ditto.
4791
4792 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
4793
4794 2010-06-04 Doug Evans <dje@google.com>
4795
4796 * gdb.python/py-prettyprint.exp: Add new test for enabled and
4797 disabled printers.
4798 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
4799 (enable_lookup_function): New function.
4800
4801 2010-06-04 Tom Tromey <tromey@redhat.com>
4802
4803 * gdb.python/py-value.exp (test_value_hash): Don't test equality
4804 of hash and id.
4805
4806 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4807
4808 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
4809 newline.
4810 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
4811 (empty verbose non-noisy clear, empty verbose noisy clear)
4812 (empty non-verbose noisy clear): Likewise.
4813
4814 2010-06-03 Michael Snyder <msnyder@vmware.com>
4815
4816 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
4817 * gdb.base/display.exp: Ditto.
4818 * gdb.base/find.exp: Ditto.
4819 * gdb.base/ifelse.exp: Ditto.
4820 * gdb.base/multi-forks.exp: Ditto.
4821 * gdb.base/recurse.exp: Ditto.
4822 * gdb.base/setshow.exp: Ditto.
4823 * gdb.base/value-double-free.exp: Ditto.
4824 * gdb.base/watch-vfork.exp: Ditto.
4825 * gdb.base/watch_thread_num.exp: Ditto.
4826 * gdb.base/watchpoint-solib.exp: Ditto.
4827 * gdb.base/watchpoint.exp: Ditto.
4828 * gdb.base/watchpoints.exp: Ditto.
4829
4830 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
4831 * gdb.cp/overload.exp: Ditto.
4832 * gdb.cp/virtfunc.exp: Ditto.
4833
4834 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
4835
4836 * gdb.reverse/watch-precsave.exp:
4837 Replace gdb_test with gdb_test_no_output.
4838
4839 * gdb.threads/attach-into-signal.exp:
4840 Replace gdb_test with gdb_test_no_output.
4841 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4842 * gdb.threads/watchthreads.exp: Ditto.
4843 * gdb.threads/watchthreads2.exp: Ditto.
4844
4845 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
4846 * gdb.trace/tfind.exp: Ditto.
4847
4848 2010-06-03 Joel Brobecker <brobecker@adacore.com>
4849
4850 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
4851 successful test if message is the empty string.
4852
4853 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 * gdb.fortran/module.exp (stopped language detection): New test.
4856
4857 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 Support DW_TAG_module as separate namespaces.
4860 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
4861 gdb.fortran/library-module-lib.f90: New.
4862 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
4863 (print i): Remove.
4864 (continue to breakpoint: i-is-1, print var_i value 1)
4865 (continue to breakpoint: i-is-2, print var_i value 2)
4866 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
4867 (print var_d, print var_i value 14, ptype modmany, complete `modm)
4868 (complete `modmany, complete `modmany`, complete `modmany`var)
4869 (show language, setting breakpoint at module): New tests.
4870 * gdb.fortran/module.f90 (module mod): Remove.
4871 (module mod1, module mod2, module modmany, subroutine sub1)
4872 (subroutine sub2, program module): New.
4873
4874 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4875
4876 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
4877 (print value of rUC, print value of rI, print value of UI): ... here.
4878 * gdb.cp/anon-union.exp (pass): Rename to ...
4879 (print z 2): ... here.
4880
4881 2010-06-02 Michael Snyder <msnyder@vmware.com>
4882
4883 * gdb.trace/actions.exp: Use gdb_test_no_output.
4884 * gdb.trace/circ.exp: Ditto.
4885 * gdb.trace/packetlen.exp: Ditto.
4886 * gdb.trace/save-trace.exp: Ditto.
4887 * gdb.trace/tracecmd.exp: Ditto.
4888 * gdb.trace/tsv.exp: Ditto.
4889
4890 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
4891 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
4892 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
4893 * gdb.threads/manythreads.exp: Ditto.
4894 * gdb.threads/print-threads.exp: Ditto.
4895 * gdb.threads/pthreads.exp: Ditto.
4896 * gdb.threads/schedlock.exp: Ditto.
4897 * gdb.threads/staticthreads.exp: Ditto.
4898 * gdb.threads/thread-specific.exp: Ditto.
4899 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4900 * gdb.threads/threadapply.exp: Ditto.
4901 * gdb.threads/watchthreads.exp: Ditto.
4902 * gdb.threads/watchthreads2.exp: Ditto.
4903
4904 * gdb.python/py-block.exp: Use gdb_test_no_output.
4905 * gdb.python/py-prettyprint.exp: Ditto.
4906 * gdb.python/py-template.exp: Ditto.
4907 * gdb.python/py-value.exp: Ditto.
4908
4909 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
4910 * gdb.reverse/watch-reverse.exp: Ditto.
4911
4912 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
4913 * gdb.server/ext-run.exp: Ditto.
4914
4915 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
4916 * gdb.dwarf2/dw2-compressed.exp: Ditto.
4917 * gdb.dwarf2/dw2-intercu.exp: Ditto.
4918 * gdb.dwarf2/dw2-intermix.exp: Ditto.
4919 * gdb.dwarf2/dw2-producer.exp: Ditto.
4920 * gdb.dwarf2/mac-fileno.exp: Ditto.
4921
4922 * gdb.gdb/observer.exp: Use gdb_test_no_output.
4923 * gdb.gdb/selftest.exp: Ditto.
4924
4925 * gdb.multi/base.exp: Use gdb_test_no_output.
4926
4927 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
4928
4929 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4930
4931 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
4932
4933 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
4934
4935 * gdb.cp/class2.exp: Use gdb_test_no_output.
4936 * gdb.cp/classes.exp: Ditto.
4937 * gdb.cp/extern-c.exp: Ditto.
4938 * gdb.cp/inherit.exp: Ditto.
4939 * gdb.cp/maint.exp: Ditto.
4940 * gdb.cp/mb-inline.exp: Ditto.
4941 * gdb.cp/mb-templates.exp: Ditto.
4942 * gdb.cp/method2.exp: Ditto.
4943 * gdb.cp/misc.exp: Ditto.
4944 * gdb.cp/ovldbreak.exp: Ditto.
4945 * gdb.cp/punctuator.exp: Ditto.
4946 * gdb.cp/templates.exp: Ditto.
4947 * gdb.cp/virtbase.exp: Ditto.
4948
4949 * gdb.threads/attach-stopped.exp:
4950 Replace uses of send_gdb / gdb_expect.
4951 * gdb.threads/attachstop-mt.exp:
4952 Replace uses of send_gdb / gdb_expect.
4953 * gdb.threads/gcore-thread.exp:
4954 Replace uses of send_gdb / gdb_expect.
4955 * gdb.threads/hand-call-in-threads.exp:
4956 Replace uses of send_gdb / gdb_expect.
4957 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
4958 * gdb.threads/print-threads.exp:
4959 Replace uses of send_gdb / gdb_expect.
4960 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
4961 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
4962 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
4963
4964 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
4965 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
4966 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
4967 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
4968 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
4969 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
4970 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
4971 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
4972 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
4973 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
4974 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
4975
4976 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4977
4978 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
4979
4980 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
4981
4982 * gdb.cp/koenig.exp: Added new test case.
4983 * gdb.cp/koenig.cc: Ditto.
4984
4985 2010-06-01 Michael Snyder <msnyder@vmware.com>
4986
4987 * gdb.base/arithmet.exp: Use gdb_test_no_output.
4988 * gdb.base/arrayidx.exp: Ditto.
4989 * gdb.base/attach.exp: Ditto.
4990 * gdb.base/auxv.exp: Ditto.
4991 * gdb.base/bigcre.exp: Ditto.
4992 * gdb.base/break-always.exp: Ditto.
4993 * gdb.base/break-interp.exp: Ditto.
4994 * gdb.base/break.exp: Ditto.
4995 * gdb.base/breakpoint-shadow.exp: Ditto.
4996 * gdb.base/call-ar-st.exp: Ditto.
4997 * gdb.base/call-sc.exp: Ditto.
4998 * gdb.base/call-signal-resume.exp: Ditto.
4999 * gdb.base/callfuncs.exp: Ditto.
5000 * gdb.base/catch-syscall.exp: Ditto.
5001 * gdb.base/charset.exp: Ditto.
5002 * gdb.base/code-expr.exp: Ditto.
5003 * gdb.base/commands.exp: Ditto.
5004 * gdb.base/cond-expr.exp: Ditto.
5005 * gdb.base/condbreak.exp: Ditto.
5006 * gdb.base/cursal.exp: Ditto.
5007 * gdb.base/cvexpr.exp: Ditto.
5008 * gdb.base/default.exp: Ditto.
5009 * gdb.base/del.exp: Ditto.
5010 * gdb.base/detach.exp: Ditto.
5011 * gdb.base/display.exp: Ditto.
5012 * gdb.base/ena-dis-br.exp: Ditto.
5013 * gdb.base/eval-skip.exp: Ditto.
5014 * gdb.base/foll-fork.exp: Ditto.
5015 * gdb.base/foll-vfork.exp: Ditto.
5016 * gdb.base/frame-args.exp: Ditto.
5017 * gdb.base/funcargs.exp: Ditto.
5018 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5019 * gdb.base/gdbvars.exp: Ditto.
5020 * gdb.base/help.exp: Ditto.
5021 * gdb.base/ifelse.exp: Ditto.
5022 * gdb.base/included.exp: Ditto.
5023 * gdb.base/list.exp: Ditto.
5024 * gdb.base/macscp.exp: Ditto.
5025 * gdb.base/maint.exp: Ditto.
5026 * gdb.base/multi-fork.exp: Ditto.
5027 * gdb.base/overlays.exp: Ditto.
5028 * gdb.base/page.exp: Ditto.
5029 * gdb.base/pending.exp: Ditto.
5030 * gdb.base/pointers.exp: Ditto.
5031 * gdb.base/pr11022.exp: Ditto.
5032 * gdb.base/prelink.exp: Ditto.
5033 * gdb.base/printcmds.exp: Ditto.
5034 * gdb.base/psymtab.exp: Ditto.
5035 * gdb.base/randomize.exp: Ditto.
5036 * gdb.base/relational.exp: Ditto.
5037 * gdb.base/relocate.exp: Ditto.
5038 * gdb.base/remote.exp: Ditto.
5039 * gdb.base/sepdebug.exp: Ditto.
5040 * gdb.base/set-lang-auto.exp: Ditto.
5041 * gdb.base/setshow.exp: Ditto.
5042 * gdb.base/setvar.exp: Ditto.
5043 * gdb.base/signals.exp: Ditto.
5044 * gdb.base/signull.exp: Ditto.
5045 * gdb.base/sigstep.exp: Ditto.
5046 * gdb.base/sizeof.exp: Ditto.
5047 * gdb.base/solib-disc.exp: Ditto.
5048 * gdb.base/store.exp: Ditto.
5049 * gdb.base/structs.exp: Ditto.
5050 * gdb.base/structs2.exp: Ditto.
5051 * gdb.base/subst.exp: Ditto.
5052 * gdb.base/term.exp: Ditto.
5053 * gdb.base/trace-commands.exp: Ditto.
5054 * gdb.base/unwindonsignal.exp: Ditto.
5055 * gdb.base/valgrind-db-attach.exp: Ditto.
5056 * gdb.base/varargs.exp: Ditto.
5057 * gdb.base/watch-cond.exp: Ditto.
5058 * gdb.base/watch_thread_num.exp: Ditto.
5059 * gdb.base/watchpoint-cond-gone.exp: Ditto.
5060 * gdb.base/watchpoint.exp: Ditto.
5061 * gdb.base/whatis-exp.exp: Ditto.
5062
5063 2010-06-01 Michael Snyder <msnyder@vmware.com>
5064
5065 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
5066 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
5067 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
5068 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
5069 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
5070 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
5071 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
5072 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
5073 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
5074 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
5075 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
5076 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
5077 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
5078 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
5079 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
5080
5081 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5082
5083 * gdb.base/commands.exp (begin commands on watch): Remove excessive
5084 trailing newline.
5085 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
5086 * gdb.java/jmisc.exp (p *args\n): Rename to ...
5087 (p *args): ... here and remove excessive trailing newline.
5088
5089 2010-05-31 Joel Brobecker <brobecker@adacore.com>
5090
5091 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
5092
5093 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5094
5095 Accept the new Linux kernel "t (tracing stop)" string.
5096 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
5097 Update comment.
5098 (state_wait) <T (tracing stop)>: New.
5099 (main): Update the state_wait expect string.
5100
5101 2010-05-28 Pedro Alves <pedro@codesourcery.com>
5102
5103 * limits.c, limits.exp: Delete files.
5104 * Makefile.in (clean mostlyclean): Adjust.
5105 * tracecmd.exp: Adjust.
5106
5107 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5108
5109 * gdb.base/tui-layout.exp: New.
5110
5111 2010-05-28 Michael Snyder <msnyder@vmware.com>
5112
5113 * gdb.reverse/break-precsave.exp:
5114 Replace uses of send_gdb / gdb_expect.
5115 * gdb.reverse/break-reverse.exp:
5116 Replace uses of send_gdb / gdb_expect.
5117 * gdb.reverse/consecutive-precsave.exp:
5118 Replace uses of send_gdb / gdb_expect.
5119 * gdb.reverse/consecutive-reverse.exp:
5120 Replace uses of send_gdb / gdb_expect.
5121 * gdb.reverse/finish-precsave.exp:
5122 Replace uses of send_gdb / gdb_expect.
5123 * gdb.reverse/finish-reverse.exp:
5124 Replace uses of send_gdb / gdb_expect.
5125 * gdb.reverse/i386-precsave.exp:
5126 Replace uses of send_gdb / gdb_expect.
5127 * gdb.reverse/i386-reverse.exp:
5128 Replace uses of send_gdb / gdb_expect.
5129 * gdb.reverse/i386-sse-reverse.exp:
5130 Replace uses of send_gdb / gdb_expect.
5131 * gdb.reverse/i387-env-reverse.exp:
5132 Replace uses of send_gdb / gdb_expect.
5133 * gdb.reverse/i387-stack-reverse.exp:
5134 Replace uses of send_gdb / gdb_expect.
5135 * gdb.reverse/machinestate-precsave.exp:
5136 Replace uses of send_gdb / gdb_expect.
5137 * gdb.reverse/machinestate.exp:
5138 Replace uses of send_gdb / gdb_expect.
5139 * gdb.reverse/sigall-precsave.exp:
5140 Replace uses of send_gdb / gdb_expect.
5141 * gdb.reverse/sigall-reverse.exp:
5142 Replace uses of send_gdb / gdb_expect.
5143 * gdb.reverse/solib-precsave.exp:
5144 Replace uses of send_gdb / gdb_expect.
5145 * gdb.reverse/solib-reverse.exp:
5146 Replace uses of send_gdb / gdb_expect.
5147 * gdb.reverse/step-precsave.exp:
5148 Replace uses of send_gdb / gdb_expect.
5149 * gdb.reverse/step-reverse.exp:
5150 Replace uses of send_gdb / gdb_expect.
5151 * gdb.reverse/until-precsave.exp:
5152 Replace uses of send_gdb / gdb_expect.
5153 * gdb.reverse/until-reverse.exp:
5154 Replace uses of send_gdb / gdb_expect.
5155 * gdb.reverse/watch-precsave.exp:
5156 Replace uses of send_gdb / gdb_expect.
5157 * gdb.reverse/watch-reverse.exp:
5158 Replace uses of send_gdb / gdb_expect.
5159
5160 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5161
5162 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
5163 excessive newline.
5164
5165 2010-05-27 Michael Snyder <msnyder@vmware.com>
5166
5167 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
5168 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
5169 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
5170 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
5171 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
5172 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
5173 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
5174 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
5175 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
5176 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
5177 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
5178 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
5179 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
5180 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
5181 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
5182 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
5183 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
5184 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
5185 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
5186
5187 2010-05-26 Michael Snyder <msnyder@vmware.com>
5188
5189 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
5190 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
5191
5192 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
5193 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
5194 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
5195
5196 * gdb.reverse/consecutive-reverse.exp:
5197 Replace uses of send_gdb / gdb_expect.
5198 * gdb.reverse/consecutive-precsave.exp:
5199 Replace uses of send_gdb / gdb_expect.
5200
5201 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
5202 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
5203 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
5204 * gdb.mi/mi-ns-stale-regcache.exp:
5205 Replace uses of send_gdb / gdb_expect.
5206 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
5207 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
5208 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
5209 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
5210 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
5211 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
5212 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
5213 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
5214 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
5215
5216 2010-05-26 Michael Snyder <msnyder@vmware.com>
5217
5218 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
5219
5220 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
5221
5222 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
5223 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
5224 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
5225 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
5226 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
5227 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
5228 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
5229 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
5230 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
5231
5232 2010-05-25 Tom Tromey <tromey@redhat.com>
5233
5234 * gdb.base/macscp.exp: Add missing space after setup_kfail.
5235
5236 2010-05-25 Tom Tromey <tromey@redhat.com>
5237
5238 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
5239 argument order.
5240 * gdb.base/macscp.exp: Fix setup_kfail argument order.
5241 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
5242 order.
5243 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
5244 order.
5245 * gdb.base/call-sc.exp (setup_kfails): Remove.
5246 (setup_compiler_kfails): Remove.
5247 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
5248 argument order.
5249 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
5250 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
5251 (advancei): Fix setup_kfail argument order.
5252 * gdb.base/radix.exp: Fix setup_kfail argument order.
5253 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
5254 order.
5255 * gdb.base/structs.exp (setup_kfails): Remove.
5256 (setup_compiler_kfails): Fix setup_kfail argument order.
5257 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
5258 order.
5259 * gdb.java/jmain.exp: Fix setup_kfail argument order.
5260 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
5261 setup_kfail argument order.
5262 * gdb.cp/overload.exp: Fix setup_kfail argument order.
5263
5264 2010-05-25 Tom Tromey <tromey@redhat.com>
5265
5266 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
5267
5268 2010-05-25 Michael Snyder <msnyder@vmware.com>
5269
5270 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
5271 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
5272 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
5273 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
5274 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
5275 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
5276 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
5277 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
5278 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
5279 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
5280 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
5281 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
5282 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
5283 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
5284 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
5285 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
5286 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
5287 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
5288 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
5289 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
5290 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
5291 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
5292 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
5293 * gdb.base/default.exp: Replace send_gdb with gdb_test.
5294 * gdb.base/define.exp: Replace send_gdb with gdb_test.
5295 * gdb.base/display.exp: Replace send_gdb with gdb_test.
5296 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
5297 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
5298 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
5299 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
5300 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
5301 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
5302 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
5303 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
5304 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
5305 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
5306 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
5307 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
5308 * gdb.base/help.exp: Replace send_gdb with gdb_test.
5309 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
5310 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
5311 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
5312 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
5313 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
5314 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
5315 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
5316 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
5317 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
5318
5319 2010-05-25 Doug Evans <dje@google.com>
5320
5321 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
5322 gdb.string_to_argv.
5323
5324 2010-05-21 Tom Tromey <tromey@redhat.com>
5325
5326 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
5327 Call it.
5328 * gdb.dwarf2/pieces.S: Update.
5329 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
5330
5331 2010-05-21 Tom Tromey <tromey@redhat.com>
5332
5333 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
5334 Call it.
5335 * gdb.dwarf2/pieces.c (struct C): New.
5336 (f6): New function.
5337 * gdb.dwarf2/pieces.S: Replace.
5338
5339 2010-05-21 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
5342 Call it.
5343
5344 2010-05-21 Tom Tromey <tromey@redhat.com>
5345
5346 * gdb.dwarf2.pieces.exp: New file.
5347 * gdb.dwarf2.pieces.S: New file.
5348 * gdb.dwarf2.pieces.c: New file.
5349
5350 2010-05-20 Pedro Alves <pedro@codesourcery.com>
5351 Joel Brobecker <brobecker@adacore.com>
5352
5353 * lib/gdb.exp (gdb_test_no_output): New function.
5354 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
5355 when testing commands that should produce no output.
5356
5357 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5358
5359 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
5360 parameter that we want to watch being a constant.
5361
5362 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5363
5364 * gdb.ada/cond_lang: New testcase.
5365
5366 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5367
5368 * lib/gdb.exp (banned_variables): New variable/constant.
5369 (gdb_init): Add write trace on variables listed in banned_variables.
5370 (gdb_finish): Remove write traces on variables listed in
5371 banned_variables.
5372
5373 2010-05-17 Joel Brobecker <brobecker@adacore.com>
5374
5375 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
5376 * gdb.cp/koenig.exp: Likewise.
5377
5378 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5379
5380 PR python/11482
5381
5382 * gdb.python/py-value.exp (test_value_hash): New function.
5383
5384 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5385
5386 PR exp/11530.
5387 * gdb.base/gdb11530.c: New file.
5388 * gdb.base/gdb11530.exp: New file.
5389
5390 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5391
5392 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
5393 * gdb.dwarf2/dw2-modula2-self-type.S: New.
5394
5395 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5396
5397 * gdb.cp/koenig.exp: New test.
5398 * gdb.cp/koenig.cc: New test program.
5399
5400 2010-05-05 Joel Brobecker <brobecker@adacore.com>
5401
5402 Remove the use of prms_id and bug_id throughout the testsuite.
5403
5404 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5405
5406 PR exp/11349.
5407 * testsuite/gdb.cp/ref-types.exp: Add test to examine
5408 use a reference local variable.
5409
5410 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5411
5412 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
5413 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
5414 variable different_dir. Move debugfile into a full directory pathname
5415 under DIFFERENT_DIR.
5416 * lib/gdb.exp (separate_debug_filename): Remove.
5417 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
5418 variable debug_dir and mkdir of it. Update function comments.
5419
5420 2010-04-29 Pedro Alves <pedro@codesourcery.com>
5421
5422 PR gdb/11557
5423
5424 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
5425 files.
5426
5427 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5428
5429 * gdb.python/py-param.exp: New File.
5430
5431 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5432
5433 * gdb.base/default.exp: Fix "set language" test.
5434
5435 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
5436
5437 PR breakpoints/11531.
5438 * gdb.base/gdb11531.c: New file.
5439 * gdb.base/gdb11531.exp: New file.
5440
5441 2010-04-26 Tom Tromey <tromey@redhat.com>
5442
5443 * gdb.base/completion.exp: Add tests for completion and deprecated
5444 commands.
5445
5446 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5447
5448 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
5449 (print /x char_array): Escape curly brackets.
5450
5451 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 Fix deadlock on looped list of loaded shared objects.
5454 * gdb.base/solib-corrupted.exp: New.
5455
5456 2010-04-23 Doug Evans <dje@google.com>
5457
5458 * gdb.python/py-section-script.c: New file.
5459 * gdb.python/py-section-script.exp: New file.
5460 * gdb.python/py-section-script.py: New file.
5461
5462 2010-04-20 Chris Moller <cmoller@redhat.com>
5463
5464 PR 10179
5465
5466 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
5467 * gdb.base/pr10179-a.c:
5468 * gdb.base/pr10179-b.c:
5469 * gdb.base/pr10179.exp: New files.
5470
5471 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5472
5473 Fix crashes on dangling display expressions.
5474 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
5475 is SEP.
5476 (lib_flags): Remove the "debug" keyword.
5477 (libsepdebug): New variable for iterating new loop.
5478 (save_pf_prefix): New variable wrapping the loop.
5479 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
5480 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
5481
5482 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5483
5484 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
5485
5486 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5487
5488 PR stabs/11479.
5489 * gdb.stabs/gdb11479.exp: New file.
5490 * gdb.stabs/gdb11479.c: New file.
5491
5492 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5493
5494 * gdb.base/charset.c (Strin16, String32): New variables.
5495 * gdb.base/charset.exp (gdb_test): Test correct display
5496 of 16 or 32 bit strings.
5497
5498 2010-04-21 Chris Moller <cmoller@redhat.com>
5499
5500 PR 9167
5501 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
5502 * gdb.cp/pr9167.cc: New file.
5503 * gdb.cp/pr9167.exp: New file.
5504
5505
5506 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5507
5508 PR pascal/11492.
5509 * gdb.pascal/gdb11492.pas: New file.
5510 * gdb.pascal/gdb11492.exp: New file.
5511
5512 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5513
5514 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
5515
5516 2010-04-20 Joel Brobecker <brobecker@adacore.com>
5517
5518 * gdb.ada/dyn_loc: New testcase.
5519
5520 2010-04-20 Chris Moller <cmoller@redhat.com>
5521
5522 PR 10867
5523
5524 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
5525 * gdb.cp/pr10687.cc: New file.
5526 * gdb.cp/pr10687.exp: New file.
5527
5528
5529 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5530 Sergio Durigan Junior <sergiodj@redhat.com>
5531
5532 * gdb.fortran/logical.exp: New testcase.
5533 * gdb.fortran/logical.f90: New file.
5534
5535 2010-04-19 Doug Evans <dje@google.com>
5536
5537 * gdb.base/help.exp (help source): Update expected output.
5538
5539 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5540
5541 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
5542 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
5543 gdb_exit and return.
5544 (executable): New variable.
5545 (binfile): Use it.
5546
5547 2010-04-19 Pedro Alves <pedro@codesourcery.com>
5548
5549 PR breakpoints/8554.
5550
5551 * gdb.trace/save-trace.exp: Adjust.
5552
5553 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5554
5555 PR corefiles/11511
5556 * gdb.arch/system-gcore.exp: New.
5557 * gdb.arch/gcore.c: Likewise.
5558
5559 2010-04-15 Doug Evans <dje@google.com>
5560
5561 * gdb.python/py-progspace.c: New file.
5562 * gdb.python/py-progspace.exp: New file.
5563
5564 * gdb.base/source.exp: Add tests for "source -s".
5565
5566 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5567
5568 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
5569 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
5570 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
5571 * gdb.python/py-mi.exp: New test for to_string returning None.
5572
5573 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
5574
5575 * gdb.python/py-breakpoint.c: Make result global.
5576
5577 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5578
5579 Fix non-GNU make compatibility.
5580 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
5581
5582 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5583
5584 * gdb.python/py-breakpoint.exp: New File.
5585 * gdb.python/py-breakpoint.C: Ditto.
5586
5587 2010-04-08 Stan Shebs <stan@codesourcery.com>
5588
5589 * gdb.trace/actions.exp: Clear default-collect.
5590 * gdb.trace/save-trace.exp: Clear default-collect.
5591
5592 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5593
5594 * gdb.python/py-value: Add null string variable.
5595 (test_lazy_string): Test zero length, NULL address lazy
5596 strings.
5597
5598 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5599
5600 * gdb.arch/i386-avx.c: New.
5601 * gdb.arch/i386-avx.exp: Likewise.
5602
5603 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5604
5605 2010-04-06 Doug Evans <dje@google.com>
5606
5607 * gdb.base/source-test.gdb: New file.
5608 * gdb.base/source.exp: Test source -v.
5609
5610 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5611
5612 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5613
5614 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5615
5616 * gdb.stabs/aout.sed: Convert all backslash to double backslash
5617 within one line, unless it is followed by a double quote.
5618 * gdb.stabs/hppa.sed: Idem.
5619 * gdb.stabs/weird.def: Add char and String constants
5620 * gdb.stabs/weird.exp: Check for correct parsing of
5621 char and string constants.
5622 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5623 in .stabs to .stabx substitution.
5624
5625 2010-04-05 Stan Shebs <stan@codesourcery.com>
5626
5627 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5628 constant global.
5629 * gdb.trace/tfile.exp: Try to print them.
5630
5631 2010-04-04 Stan Shebs <stan@codesourcery.com>
5632
5633 * gdb.base/completion.exp: Update for new "info watchpoints".
5634 * gdb.base/default.exp: Ditto.
5635 * gdb.base/help.exp: Ditto.
5636 * gdb.base/watchpoint.exp: Ditto.
5637 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
5638
5639 2010-04-04 Stan Shebs <stan@codesourcery.com>
5640
5641 * gdb.trace/tfile.exp: Sharpen tfind test.
5642
5643 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5644
5645 * gdb.base/break-entry.exp: New.
5646
5647 2010-04-02 Hui Zhu <teawater@gmail.com>
5648 Michael Snyder <msnyder@vmware.com>
5649
5650 * gdb.reverse/i386-sse-reverse.exp: New file.
5651 * gdb.reverse/i386-sse-reverse.c: New file.
5652
5653 2010-04-02 Pedro Alves <pedro@codesourcery.com>
5654
5655 * gdb.trace/tfind.exp: Adjust expected disassembly output.
5656
5657 2010-04-01 Stan Shebs <stan@codesourcery.com>
5658
5659 * gdb.trace/actions.exp: Tweak expected output.
5660 * gdb.trace/while-stepping.exp: Tweak expected output.
5661
5662 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5663
5664 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5665
5666 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5667
5668 * gdb.base/commands.exp: Adjust.
5669 * gdb.cp/extern-c.exp: Adjust.
5670
5671 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5672
5673 * gdb.trace/collection.c (local_test_func): Define a local struct,
5674 and instanciate it.
5675
5676 2010-04-01 Pedro Alves <pedro@codesourcery.com>
5677
5678 * gdb.trace/collection.exp (gdb_collect_args_test)
5679 (gdb_collect_argarray_test): XFAIL the tests that assume the
5680 argarray argument's elements are collected.
5681
5682 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5683
5684 * gdb.dwarf2/dw2-bad-parameter-type.exp,
5685 gdb.dwarf2/dw2-bad-parameter-type.S: New.
5686
5687 2010-03-31 Stan Shebs <stan@codesourcery.com>
5688
5689 * gdb.trace/save-trace.exp: Test save/restore of default-collect
5690 and tracepoint conditionals.
5691 (gdb_verify_tracepoints): Delete unused return.
5692
5693 2010-03-26 Keith Seitz <keiths@redhat.com>
5694
5695 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5696 appear in the output before main.
5697 Remove KFAIL for gdb/2215 aka bz 9320.
5698
5699 2010-03-30 Doug Evans <dje@google.com>
5700
5701 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5702 by dejagnu.
5703 * gdb.arch/amd64-dword.exp: Ditto.
5704
5705 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5706 match.
5707 (break printf): Ditto.
5708
5709 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
5710
5711 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5712 gcc < 4.4.
5713 * gdb.cp/shadow.exp: Ditto.
5714
5715 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5716
5717 * gdb.trace/collection.exp (run_trace_experiment): Make sure
5718 "tstart" is silent.
5719
5720 2010-03-29 Pedro Alves <pedro@codesourcery.com>
5721
5722 * gdb.trace/collection.exp (executable): New.
5723 (binfile): Use it.
5724 (fpreg, spreg, pcreg): New.
5725 (test_register): Use gdb_test_multiple. Pass /x to print.
5726 (prepare_for_trace_test): New.
5727 (run_trace_experiment): Use "continue", not gdb_run_cmd.
5728 (gdb_collect_args_test, gdb_collect_argstruct_test)
5729 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5730 prepare_for_trace_test.
5731 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
5732 fpreg, spreg and pcreg.
5733 (gdb_collect_expression_test, gdb_collect_globals_test): Use
5734 prepare_for_trace_test.
5735 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
5736 try to detect tracing support here. Don't set breakpoints at
5737 `begin' or `end' here.
5738 <global scope>: Use clean_restart. Run to main before checking
5739 for tracing support. Check for for tracing support here.
5740
5741 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5744 " as $displacement" to "seen displacement message".
5745
5746 2010-03-28 Pedro Alves <pedro@codesourcery.com>
5747
5748 * gdb.trace/while-dyn.exp (executable): New variable.
5749 (binfile): Use it.
5750 (test_while_stepping): New function. Move most tests here. Call
5751 it once for each of the while-stepping, stepping and ws aliases.
5752
5753 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5754
5755 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5756 that do not provide the tagless_struct type name at all.
5757 (test_print_anon_union): Do not check value of uninitialized
5758 union member. Do not use cp_test_ptype_class, so we can accept
5759 "long" as well as "long int".
5760
5761 2010-03-26 Pedro Alves <pedro@codesourcery.com>
5762
5763 * gdb.trace/tfile.c (tohex, bin2hex): New.
5764 (write_error_trace_file): Hexify error description.
5765
5766 2010-03-25 Stan Shebs <stan@codesourcery.com>
5767
5768 * gdb.trace/tfile.c: Generate an additional trace file, improve
5769 portability.
5770 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
5771 files in a better way.
5772
5773 2010-03-25 Keith Seitz <keiths@redhat.com>
5774
5775 * gdb.java/jprint.exp: XFAIL printing of static class members
5776 because of GCC debuginfo problem.
5777
5778 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
5781
5782 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5783
5784 * gdb.base/completion.exp: Allow long instead of long int.
5785 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
5786 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
5787 variable p.
5788 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
5789 * gdb.base/pointers.exp: Allow long instead of long int.
5790 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
5791 * gdb.base/step-line.exp: Allow a directory before the source file name.
5792
5793 2010-03-24 Tom Tromey <tromey@redhat.com>
5794
5795 PR breakpoints/9352:
5796 * gdb.base/default.exp: Update.
5797 * gdb.base/commands.exp: Update.
5798 * gdb.cp/extern-c.exp: Test setting commands on multiple
5799 breakpoints at once.
5800
5801 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5802
5803 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
5804 if gdb,nosignals.
5805 * gdb.base/watchpoints.c: Do not include unnecessary headers.
5806 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
5807 exited".
5808
5809 2010-03-24 Stan Shebs <stan@codesourcery.com>
5810
5811 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
5812
5813 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
5814
5815 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
5816 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
5817 argument. Handle "short" and "long".
5818 (Top level): Pass overprototyped output for old_fptr and xptr.
5819
5820 2010-03-23 Pedro Alves <pedro@codesourcery.com>
5821
5822 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
5823 format strings and add casts to avoid compiler warnings.
5824
5825 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
5826
5827 * lib/trace-support.exp (gdb_trace_setactions):
5828 Don't expect whitespace after ">" prompt.
5829 * gdb.trace/actions.exp: Adjust for output changes.
5830 * gdb.trace/while-stepping.exp: Likewise.
5831
5832 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5833
5834 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
5835 and r157645).
5836
5837 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
5840 New.
5841
5842 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
5843
5844 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
5845 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
5846
5847 2010-03-19 Stan Shebs <stan@codesourcery.com>
5848
5849 * gdb.trace/ax.exp: New file.
5850
5851 2010-03-19 Doug Evans <dje@google.com>
5852
5853 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
5854 output from gcc.
5855
5856 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
5857 named /usr/sbin/prelink<foo>.
5858
5859 2010-03-18 Stan Shebs <stan@codesourcery.com>
5860
5861 * gdb.trace/circ.exp: Test circular-trace-buffer.
5862 * gdb.trace/tfile.exp: Update tstatus test.
5863
5864 2010-03-18 Joel Brobecker <brobecker@adacore.com>
5865
5866 * gdb.dwarf2/dw2-anonymous-func.S: New file.
5867 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
5868
5869 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5870
5871 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
5872
5873 2010-03-18 Pedro Alves <pedro@codesourcery.com>
5874
5875 * gdb.base/default.exp: Adjust the expected output of the finish
5876 and until commands when the inferior is not being run.
5877
5878 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
5879
5880 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
5881 * gdb.cp/nsusing.exp: Ditto.
5882
5883 2010-03-15 Tom Tromey <tromey@redhat.com>
5884
5885 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
5886 * gdb.cp/userdef.cc (operator==): New function.
5887 (main): New locals mem1, mem2.
5888
5889 2010-03-15 Jie Zhang <jie@codesourcery.com>
5890
5891 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
5892 Declare and use new loadtimeout variable.
5893
5894 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
5895
5896 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
5897 Use gdb_load later.
5898
5899 2010-03-14 Pedro Alves <pedro@codesourcery.com>
5900
5901 * gdb.base/solib-disc.c (main): Make format of fprintf a string
5902 literal. Add missing endlines to prints to stderr.
5903
5904 2010-03-12 Tom Tromey <tromey@redhat.com>
5905
5906 PR c++/9708:
5907 * gdb.cp/m-static.exp: Add regression test.
5908 * gdb.cp/m-static.cc (method): New method.
5909 (main): Call it.
5910
5911 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
5912
5913 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
5914 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
5915
5916 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5917
5918 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
5919
5920 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
5921
5922 * lib/gdb.exp (skip_stl_tests): New.
5923 (gdb_compile): Symbian needs -ldl.
5924 (shlib_target_file): New.
5925 (shlib_symbol_file): New.
5926 (gdb_load_shlibs): Use shlib_target_file.
5927 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
5928 * gdb.cp/exception.exp: Use skip_stl_tests.
5929 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
5930 * gdb.cp/try_catch.exp: Use skip_stl_tests.
5931 * gdb.cp/mb-templates.exp: Ditto.
5932 * gdb.base/commands.exp: Relax regexes.
5933 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
5934 shlib_target_file and shlib_symbol_file.
5935 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
5936 sections.
5937 * gdb.base/ending-run.exp: Accept E32Main for symbian.
5938 * gdb.base/solib-disc.exp: Use
5939 shlib_target_file and shlib_symbol_file.
5940 * gdb.base/unload.exp: Don't skip on symbian. Use
5941 shlib_target_file and shlib_symbol_file.
5942 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
5943
5944 2010-03-12 Pedro Alves <pedro@codesourcery.com>
5945
5946 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
5947 * gdb.trace/report.exp: Adjust for x86 and x86_64.
5948 Issue a tfind end before looking for a tracepoint frame.
5949 * gdb.trace/tfind.exp: Adjust tstatus output.
5950 Adjust disassembly output.
5951 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
5952
5953 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 * gdb.base/break-interp.exp: Create new displacement parameter value
5956 for the test_ld calls.
5957 (reach): New parameter displacement, verify its content. New push of
5958 pf_prefix "reach-$func:". Import global expect_out.
5959 (test_core): New parameter displacement, verify its content. New push
5960 of pf_prefix "core:". New command "set verbose on". Import global
5961 expect_out.
5962 (test_attach): New parameter displacement, verify its content. New
5963 push of pf_prefix "attach:". New command "set verbose on". Import
5964 global expect_out.
5965 (test_ld): New parameter displacement, pass it to the reach, test_core
5966 and test_attach calls and verify its content in the "ld.so exit" test.
5967 * gdb.base/prelink.exp: Remove gdb_exit and final return.
5968 (prelink): Update expected text, use gdb_test.
5969
5970 2010-03-10 Doug Evans <dje@google.com>
5971
5972 * gdb.base/checkpoint.exp: Fix comment.
5973 Lengthen timeout while doing >600 checkpoints test.
5974 Rename duplicate "kill all one" test to keep test names unique.
5975
5976 2010-03-10 Pedro Alves <pedro@codesourcery.com>
5977
5978 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
5979
5980 2010-03-08 Keith Seitz <keiths@redhat.com>
5981
5982 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
5983 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
5984 (dm_type_long): New function.
5985 (dm_type_unsigned_short): New function.
5986 (dm_type_unsigned_long): New function.
5987 (myint): New typedef.
5988 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
5989 long, unsigned shor and long, operator char*, and typedef.
5990 (test_lookup_operator_functions): Add operator char* test.
5991 (test_paddr_operator_functions): Likewise.
5992 (test_paddr_overloaded_functions): Use probe values for
5993 short, long, and unsigned short and long.
5994 (test_paddr_hairy_functions): If the demangler probe detected
5995 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
5996 demangler.
5997 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
5998 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
5999 and "print null_pmf".
6000 Add test "ptype a.*pmf".
6001 * gdb.cp/overload.exp: Allow optional "int" to appear with
6002 "short" and "long".
6003 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6004 long expect value for men_overload1arg.
6005 Allow "int" to appear with "short" and "long".
6006 When testing "info break", add argument for main (void).
6007 Also allow "int" to appear with "short" and "long".
6008 Ditto with "unsigned" and "long long".
6009 * gdb.java/jmain.exp: Do not enclose methods names in single
6010 quotes.
6011 * gdb.java/jmisc.exp: Likewise.
6012 * gdb.java/jprint.exp: Likewise.
6013 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6014
6015 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6016 * gdb.cp/exception.exp (backtrace after first throw)
6017 (backtrace after second throw): Allow a namespace before __cxa_throw.
6018 (backtrace after first catch, backtrace after second catch): Allow
6019 a namespace before __cxa_begin_catch.
6020
6021 * gdb.cp/cpexprs.exp: New file.
6022 * gdb.cp/cpexprs.cc: New file.
6023
6024 From Daniel Jacobowitz <dan@codesourcery.com>
6025 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
6026 to use string_to_regexp.
6027 (ctor, dtor): New functions. Use them to match constructor
6028 and destructor function types.
6029 (Top level): Use runto_main.
6030
6031 2010-03-05 Tom Tromey <tromey@redhat.com>
6032
6033 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6034 gdb.target_charset.
6035 (pp_ns.to_string): Likewise.
6036
6037 2010-03-04 Keith Seitz <keiths@redhat.com>
6038
6039 * gdb.cp/overload.exp: Test that the filename portion of a linespec
6040 can be quoted. Test that both the filename and function/line
6041 portions can be quoted at the same time.
6042
6043 2010-03-04 Pedro Alves <pedro@codesourcery.com>
6044
6045 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
6046
6047 2010-03-03 Doug Evans <dje@google.com>
6048
6049 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
6050 libc contains libpthread.
6051
6052 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
6053 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
6054 of gdb_compile. Add another pattern to match android backtrace.
6055
6056 2010-03-03 Tom Tromey <tromey@redhat.com>
6057
6058 PR gdb/11345:
6059 * gdb.base/printcmds.exp (test_printf): Add test.
6060
6061 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
6062
6063 * gdb.arch/amd64-byte.exp: New.
6064 * gdb.arch/amd64-dword.exp: Likewise.
6065 * gdb.arch/amd64-pseudo.c: Likewise.
6066 * gdb.arch/amd64-word.exp: Likewise.
6067 * gdb.arch/i386-byte.exp: Likewise.
6068 * gdb.arch/i386-pseudo.c: Likewise.
6069 * gdb.arch/i386-word.exp: Likewise.
6070
6071 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6072
6073 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
6074 types. Add structreg, bitfields, and flags registers.
6075 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
6076 registers.
6077
6078 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6079
6080 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
6081 (load_description): Set architecture if defined.
6082
6083 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6084
6085 * gdb.python/py-frame.exp: Add read_var block tests.
6086 * gdb.python/py-frame.c (block): New function.
6087
6088 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6089 Daniel Jacobowitz <dan@codesourcery.com>
6090
6091 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
6092
6093 2010-02-25 David S. Miller <davem@davemloft.net>
6094
6095 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
6096 fix logic for setting all_syscalls_numbers.
6097
6098 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6099
6100 * Makefile.in: Add py-block and py-symbol.
6101 * gdb.python/py-symbol.exp: New File.
6102 * gdb.python/py-symtab.exp: New File.
6103 * gdb.python/py-block.exp: New File.
6104 * gdb.python/py-symbol.c: New File.
6105 * gdb.python/py-block.c: New File.
6106
6107 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6108
6109 PR python/11314
6110 * lib/gdb.exp (skip_python_tests): New function.
6111 * gdb.python/py-cmd.exp: Use skip_python_tests.
6112 * gdb.python/py-frame.exp: Likewise.
6113 * gdb.python/py-function.exp: Likewise.
6114 * gdb.python/py-prettyprint.exp: Likewise.
6115 * gdb.python/py-template.exp: Likewise.
6116 * gdb.python/py-type.exp: Likewise.
6117 * gdb.python/py-value.exp: Likewise.
6118
6119 2010-02-22 Pedro Alves <pedro@codesourcery.com>
6120
6121 PR9605
6122
6123 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
6124
6125 2010-02-19 Tom Tromey <tromey@redhat.com>
6126
6127 PR c++/8693, PR c++/9496:
6128 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
6129 regression tests.
6130
6131 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6132
6133 Fix compatibility with m68k as.
6134 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
6135 Use only /* comments */.
6136
6137 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6138
6139 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
6140 * configure: Regenerate.
6141
6142 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
6143
6144 * gdb.python/py-type.exp: Check for Python support.
6145
6146 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6147
6148 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
6149 `regsub' syntax available.
6150
6151 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6152
6153 * gdb.base/shmain.c (main): Remove printf call.
6154 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
6155 * gdb.base/unload.c (main): Make format of fprintf a string
6156 literal. Add missing endlines to prints to stderr.
6157 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
6158
6159 2010-02-17 Tom Tromey <tromey@redhat.com>
6160
6161 * gdb.java/jprint.java (jprint.props): New field.
6162 * gdb.java/jprint.exp (set_lang_java): Add regression test.
6163
6164 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6165
6166 * gdb.base/charset.exp: Don't assume new `regsub' syntax
6167 available.
6168
6169 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6170
6171 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
6172 creation to support remote host testing.
6173
6174 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6175
6176 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
6177 Recognize "command not found".
6178
6179 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6180
6181 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
6182 single-stepping.
6183
6184 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6185
6186 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
6187 if arguments are not supported.
6188
6189 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6190
6191 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
6192 be const or non-const.
6193
6194 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6195
6196 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
6197 mi_send_resuming_command to send -exec-continue.
6198
6199 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6200
6201 * gdb.base/list.exp (test_list_filename_and_function): Add test
6202 with single quotes.
6203 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
6204 matching.
6205 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
6206 Add KFAIL'd tests for PR gdb/11289.
6207
6208 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6209
6210 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
6211
6212 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6213
6214 * gdb.base/comp-dir/subdir/dummy.txt: New file.
6215 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
6216 a temporary directory.
6217
6218 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6219
6220 * gdb.base/charset.exp: Use a single regular expression to match
6221 show host-charset and show target-charset output.
6222
6223 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6224
6225 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
6226 "Illegal process-id" expect string more exact.
6227 (attach to digits-starting nonsense is prohibited): New.
6228
6229 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6230
6231 * gdb.base/prelink.exp (set verbose on): New.
6232
6233 2010-02-12 Tomas Holmberg <th@virtutech.com>
6234
6235 * mi-reverse.exp: New file. Test for reverse option to the
6236 following MI commands: exec-continue, exec-finish, exec-next,
6237 exec-step, exec-next-instruction, exec-step-instruction.
6238
6239 2010-02-09 Joel Brobecker <brobecker@adacore.com>
6240
6241 * gdb.ada/ptype_tagged_param: New testcase.
6242
6243 2010-02-08 Tom Tromey <tromey@redhat.com>
6244
6245 PR c++/8017:
6246 * gdb.cp/overload.exp: Add tests.
6247 * gdb.cp/overload.cc (struct K): New.
6248 (namespace N): New.
6249 (main): Call new functions.
6250 (K::staticoverload): Define.
6251
6252 2010-02-08 Chris Moller <moller@mollerware.com>
6253
6254 PR gdb/10728
6255 * gdb.cp/pr10728-x.h: New file.
6256 * gdb.cp/pr10728-x.cc: New file.
6257 * gdb.cp/pr10728-y.cc: New file.
6258 * gdb.cp/pr10728.exp: New file.
6259 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
6260
6261 2010-02-08 Chris Moller <moller@mollerware.com>
6262
6263 PR gdb/9067
6264 * gdb.cp/pr9067.exp: New
6265 * gdb.cp/pr9067.cc: New
6266 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
6267
6268 2010-02-08 Joel Brobecker <brobecker@adacore.com>
6269
6270 * lib/gdb.exp (gdb_test_timeout): New global variable.
6271 Set it to timeout if not already set.
6272 (gdb_init): Reset the value of timeout to gdb_test_timeout.
6273
6274 2010-02-05 Doug Evans <dje@google.com>
6275
6276 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
6277 user.
6278
6279 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
6280
6281 PR c++/7935:
6282 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
6283
6284 2010-02-04 Tom Tromey <tromey@redhat.com>
6285
6286 * gdb.cp/virtbase.exp: Make test case names unique.
6287
6288 2010-02-02 Tom Tromey <tromey@redhat.com>
6289
6290 * gdb.cp/virtbase.exp: Add regression tests.
6291 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
6292 (main): Instantiate RHC.
6293
6294 2010-02-02 Tom Tromey <tromey@redhat.com>
6295
6296 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
6297 type-printing change.
6298
6299 2010-02-02 Tom Tromey <tromey@redhat.com>
6300
6301 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6302 * gdb.cp/virtbase.cc: New file.
6303 * gdb.cp/virtbase.exp: New file.
6304 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
6305
6306 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6307
6308 PR libc/11214:
6309 * gdb.threads/current-lwp-dead.c: Include features.h.
6310 (HAS_NOMMU): New.
6311 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
6312
6313 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 * gdb.base/symbol-without-target_section.exp,
6316 gdb.base/symbol-without-target_section.c: New.
6317
6318 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6319
6320 * gdb.base/bigcore.exp: Reset increased timeout.
6321 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
6322
6323 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6324
6325 * gdb.base/gcore.exp (capture_command_output): Use
6326 gdb_test_multiple.
6327
6328 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6329
6330 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
6331 * gdb.arch/thumb2-it.exp (test_it_break): New function.
6332 (Top level): Call it.
6333
6334 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6335
6336 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
6337
6338 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6339
6340 * gdb.base/call-strs.exp, gdb.base/default.exp,
6341 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
6342 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
6343 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
6344 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
6345 gdb.base/watchpoint-solib.exp: Save and restore timeout.
6346 * gdb.base/ending-run.exp: Correct restore of timeout.
6347 * gdb.base/page.exp: Remove unnecessary timeout setting.
6348
6349 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6350
6351 * gdb.ada/rec_return: New testcase.
6352
6353 2010-01-29 Joel Brobecker <brobecker@adacore.com>
6354
6355 * gdb.ada/call_pn: New testcase.
6356
6357 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6358
6359 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
6360 (Top level): Use it to resume.
6361 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
6362 the Thumb mode displaced stepping error as unsupported.
6363
6364 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
6365
6366 * gdb.cp/nsusing.exp: Added more tests.
6367 * gdb.cp/nsrecurs.exp: Ditto.
6368 * gdb.cp/nsusing.cc: Added test functions.
6369 * gdb.cp/nsrecurs.cc: Ditto.
6370
6371 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6372
6373 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
6374 absolute directory pathnames in gdb.sum file.
6375
6376 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
6377
6378 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
6379 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
6380
6381 2010-01-26 Tom Tromey <tromey@redhat.com>
6382
6383 PR exp/7643:
6384 * gdb.base/printcmds.exp (test_print_string_constants): Remove
6385 setup_kfail.
6386
6387 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
6388
6389 * gdb.cp/nsrecurs.exp: New test.
6390 * gdb.cp/nsrecurs.cc: New test program.
6391 * gdb.cp/nsstress.exp: New test.
6392 * gdb.cp/nsstress.cc: New test program.
6393 * gdb.cp/nsdecl.exp: New test.
6394 * gdb.cp/nsdecl.cc: New test program.
6395
6396 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
6397
6398 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
6399 imported into file scope.
6400 Marked test as xfail.
6401 * gdb.cp/namespace-using.cc (marker5): New function.
6402 * gdb.cp/shadow.exp: New test.
6403 * gdb.cp/shadow.cc: New test program.
6404 * gdb.cp/nsimport.exp: New test.
6405 * gdb.cp/nsimport.cc: New test program.
6406
6407 2010-01-25 Tom Tromey <tromey@redhat.com>
6408
6409 PR gdb/11049:
6410 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
6411 with "set print null-stop on".
6412
6413 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6414
6415 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
6416 Adjust it for DISASSEMBLY_OMIT_FNAME.
6417
6418 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6419
6420 PR symtab/11199:
6421 * gdb.dwarf2/member-ptr-forwardref.exp,
6422 gdb.dwarf2/member-ptr-forwardref.S: New.
6423
6424 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6425
6426 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
6427 (thread1_func): Protect thread1_tid with thread1_tid_cond by
6428 thread1_tid_mutex. Remove gdbstop_mutex handling.
6429 (thread2_func): Protect thread2_tid with thread2_tid_cond by
6430 thread2_tid_mutex. Remove gdbstop_mutex handling.
6431 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
6432 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
6433 pthread_cond_wait conditionalizations by while loops.
6434
6435 2010-01-20 Tom Tromey <tromey@redhat.com>
6436
6437 PR backtrace/10770:
6438 * gdb.dwarf2/pr10770.exp: New file.
6439 * gdb.dwarf2/pr10770.c: New file.
6440 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
6441
6442 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
6443
6444 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
6445 that target was removed, and the test always runs native anyway.
6446
6447 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6448
6449 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
6450 gdb.base/watchpoint-cond-gone-stripped.c: New.
6451
6452 2010-01-19 Tom Tromey <tromey@redhat.com>
6453
6454 PR c++/8000:
6455 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
6456 existing tests.
6457 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
6458 (main): Use AAA::SomeEnum.
6459
6460 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
6463 (test_ignore_count): Declare line_callme_body global.
6464 (run to breakpoint with ignore count): Use line_callme_body.
6465 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
6466 (set line_main_hello, set line_main_return): Reindent.
6467 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
6468 New.
6469 (continue to callee4): Use line_callee4_body.
6470 (check *stopped from CLI command): Use line_callee4_next.
6471 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
6472 (set line_main_hello, set line_main_return): Reindent.
6473 (set line_callee4_head, set line_callee4_body): New.
6474 (continue to callee4): Use line_callee4_body.
6475
6476 2010-01-18 Tom Tromey <tromey@redhat.com>
6477
6478 PR c++/9680:
6479 * gdb.cp/casts.cc: Add new classes and variables.
6480 * gdb.cp/casts.exp: Test new operators.
6481
6482 2010-01-18 Tom Tromey <tromey@redhat.com>
6483 Thiago Jung Bauermann <bauerman@br.ibm.com>
6484
6485 * gdb.python/source2.py: New file.
6486 * gdb.python/source1: New file.
6487 * gdb.python/python.exp: Test "source" command.
6488
6489 2010-01-15 Stan Shebs <stan@codesourcery.com>
6490
6491 * gdb.trace/tfile.c: New file.
6492 * gdb.trace/tfile.exp: New file.
6493
6494 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6495
6496 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
6497
6498 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6499
6500 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
6501
6502 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6503
6504 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
6505 (libfunc): New parameter action. Implement also selectable "sleep".
6506 * gdb.base/break-interp-main.c: Include assert.h.
6507 (libfunc): New parameter action.
6508 (main): New parameters argc and argv. Assert argc. Pass argv.
6509 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
6510 (test_attach): New proc.
6511 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
6512 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
6513
6514 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6515
6516 * gdb.base/break-interp.exp (test_core): New proc.
6517 (test_ld): Call it.
6518
6519 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6520
6521 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
6522 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
6523 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
6524 and gdb_compile_shlib. Use new -Wl compiler options.
6525 (dl bt, main bt): New tests.
6526
6527 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6528
6529 Support PIEs with no symfile_objfile.
6530 * gdb.base/break-interp.exp: New argument at the test_ld calls.
6531 (test_ld): New parameter trynosym.
6532 (test_ld <$trynosym>): New block.
6533
6534 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6535
6536 * gdb.base/break-interp.exp: New file.
6537
6538 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6539
6540 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
6541 * gdb.python/py-prettyprint.py (pp_ls): New printer.
6542 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
6543 test.
6544 * gdb.python/py-prettyprint.c: Define lazystring test structure.
6545 * gdb.python/py-mi.exp: Add lazy string test.
6546
6547 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6548
6549 * lib/mi-support.exp (mi_check_thread_states): Handle
6550 core number in thread listing.
6551
6552 2010-01-12 Joel Brobecker <brobecker@adacore.com>
6553
6554 * gdb.base/maint.exp: Adjust the expected output for the
6555 "maint print type" test. Use gdb_test_multiple instead of
6556 gdb_sent/gdb_expect.
6557
6558 2010-01-11 Doug Evans <dje@google.com>
6559
6560 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
6561 from gdbserver_download. All callers updated.
6562
6563 * gdb.server/ext-run.exp: "info os processes" requires xml support.
6564
6565 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6566
6567 Implement binary numbers parsing.
6568 * gdb.base/printcmds.exp (test_integer_literals_accepted)
6569 (test_integer_literals_rejected): New binary tests.
6570
6571 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6572
6573 * gdb.cell/configure: Regenerate.
6574
6575 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6576
6577 * gdb.base/corefile.exp: Move the core finding block out and call it as
6578 core_find, new variable $corefile, replace corefile by $corefile and
6579 [file tail $corefile] for usage vs. test names resp.
6580 * lib/gdb.exp (core_find): Move it as a new function here. New
6581 parameter binfile and deletefiles. New variable $destcore. Pre-delete
6582 $destcore. Return "" on error.
6583
6584 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6585
6586 Workaround PR binutils/10802.
6587 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6588 (twice).
6589
6590 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6591
6592 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6593
6594 2010-01-08 Joel Brobecker <brobecker@adacore.com>
6595
6596 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6597 call, to avoid interruption.
6598
6599 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6600
6601 * gdb.stabs/weird.def (args93): New.
6602
6603 2010-01-07 Doug Evans <dje@google.com>
6604
6605 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6606
6607 2010-01-07 Tom Tromey <tromey@redhat.com>
6608
6609 * gdb.base/source.exp: Use correct line number.
6610
6611 2010-01-05 Stan Shebs <stan@codesourcery.com>
6612
6613 * gdb.trace/tracecmd.exp: Test ftrace.
6614
6615 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6616
6617 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6618
6619 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6620
6621 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6622 "uint_for_mi_testing".
6623
6624 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6625
6626 Test indented comment in file being sourced.
6627 * gdb.base/commands.exp: Test indented comment in file being sourced.
6628
6629 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6630
6631 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6632 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6633 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6634 notice.
6635
6636 2010-01-01 Joel Brobecker <brobecker@adacore.com>
6637
6638 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6639 notice.
6640
6641 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6642
6643 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6644 missing $after_stopped and comma (,) expectation.
6645
6646 2009-12-31 Stan Shebs <stan@codesourcery.com>
6647
6648 * gdb.trace/actions.exp: Test teval action.
6649
6650 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6651
6652 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6653 (top level): Call test_watchpoint_in_big_blob.
6654 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6655 watchpoints.
6656 (func3): Write to buf.
6657
6658 2009-12-29 Stan Shebs <stan@codesourcery.com>
6659
6660 * gdb.trace/actions.exp: Test default-collect.
6661
6662 2009-12-28 Stan Shebs <stan@codesourcery.com>
6663
6664 * gdb.trace/tsv.exp: New file.
6665 * gdb.base/completion.exp: Update ambiguous info output.
6666
6667 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6668
6669 * gdb.base/find.c (main): Reference search buffers.
6670 * gdb.base/included.c (main): Reference integer.
6671 * gdb.base/ptype.c (charfoo): Declare.
6672 (intfoo): Call charfoo.
6673 * gdb.base/scope0.c (useitp): New function.
6674 (usestatics): Use useitp.
6675 (useit): Add a type for val.
6676 * gdb.base/scope1.c (useit1): Take a pointer argument.
6677 (usestatics1): Update calls to useit1.
6678 * gdb.cp/call-c.cc: Declare foo.
6679 (main): Call foo.
6680 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6681 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6682 (main): Call C::ensureRefs and ensureOtherRefs.
6683 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6684 variables.
6685 (ensureOtherRefs): New function.
6686 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6687 * gdb.cp/templates.cc (main): Call t5i.value.
6688
6689 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6690
6691 Fix compatibility with G++-4.5.
6692 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6693 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6694 (uncaught return): Remove.
6695
6696 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6697 Phil Muldoon <pmuldoon@redhat.com>
6698
6699 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6700 (bp_location13, bp_location14, bp_location17, bp_location18)
6701 (marker3_proto, marker4_proto): New variables.
6702 (breakpoint info): Update output.
6703 (run until breakpoint at marker3, run until breakpoint at marker4): New
6704 tests.
6705
6706 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6707
6708 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6709 Replace the printf call of Y by provided "y-set-1" label. New block
6710 for the second shared library.
6711 * gdb.base/unload.exp: Compile also the second library, call
6712 gdb_load_shlibs also for it. Use now gdb_breakpoint.
6713 (single pending breakpoint info): Rename to ...
6714 (pending breakpoint info before run): ... this extended test.
6715 (libfile2, libname2, libsrcfile2, libsrc2)
6716 (lib_sl2): New variables.
6717 (exec_opts): Set also SHLIB_NAME2.
6718 (pending breakpoint info on first run at shrfunc1)
6719 (pending breakpoint info on second run at shrfunc1)
6720 (pending breakpoint info on second run at shrfunc2)
6721 (print y from libfile, print y from libfile2): New tests.
6722 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6723 * gdb.base/unloadshr2.c: New.
6724
6725 2009-12-22 Hui Zhu <teawater@gmail.com>
6726
6727 * gdb.reverse/sigall-reverse.exp: Adjust.
6728
6729 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6730
6731 PR gdb/10884
6732
6733 * gdb.mi/var-cmd.c (do_bitfield_tests): New
6734 (main): Call do_bitfield_tests.
6735 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
6736
6737 2009-12-20 Joel Brobecker <brobecker@adacore.com>
6738
6739 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6740 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6741 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6742 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6743 gdb.modula2/unbounded1.c: Update copyright header.
6744
6745 2009-12-10 Chris Moller <moller@mollerware.com>
6746
6747 PR gdb/9399
6748 * gdb.cp/virtfunc2.exp: New tests
6749 * gdb.cp/virtfunc2.cc: New tests
6750 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6751
6752 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
6753
6754 * gdb.reverse/i387-env-reverse.c: New file.
6755 * gdb.reverse/i387-env-reverse.exp: New file.
6756 * gdb.reverse/i387-stack-reverse.c: New file.
6757 * gdb.reverse/i387-stack-reverse.exp: New file.
6758
6759 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6760
6761 * gdb.python/py-type.exp (test_range): New test.
6762
6763 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
6764
6765 PR python/10805
6766
6767 * gdb.python/py-type.exp: New file.
6768 * gdb.python/py-type.c: New file.
6769 * Makefile.in: Add py-type.
6770
6771 2009-12-03 Tom Tromey <tromey@redhat.com>
6772
6773 * gdb.python/py-value.exp (test_parse_and_eval): New
6774 function.
6775
6776 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
6777
6778 PR gdb/11022
6779
6780 * gdb.base/pr11022.exp: New test.
6781 * gdb.base/pr11022.c: New test.
6782
6783 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6784
6785 Fix spurious false FAILs.
6786 * gdb.base/structs.c (chartest): New.
6787 (main): Fill-in chartest.
6788 * gdb.base/structs.exp (anychar_re, first): New.
6789 (start_structs_test): Import global anychar_re and first.
6790 New gdb_test call "set print elements 300; ${testfile}"
6791 (start_structs_test <$first>): New block.
6792 (any): Import global anychar_re. New variable ac. Use ${ac}.
6793
6794 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6795
6796 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
6797
6798 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
6801 Force $srcfile file.
6802 * gdb.base/foll-fork.c (callee): Comment out the printf call.
6803
6804 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6805
6806 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
6807 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
6808 * gdb.threads/watchthreads-reorder.exp: Likewise.
6809
6810 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
6811
6812 PR gdb/8704
6813
6814 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
6815 "if", and "thread". Correct matching in the previous test.
6816
6817 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
6818
6819 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
6820
6821 2009-11-23 Michael Snyder <msnyder@vmware.com>
6822
6823 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
6824 * gdb.reverse-watch-precsave.exp: Ditto.
6825
6826 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
6827
6828 * gdb.asm/asm-source.exp: Adjust.
6829 * gdb.base/help.exp: Adjust.
6830
6831 2009-11-22 Pedro Alves <pedro@codesourcery.com>
6832
6833 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
6834 (do_syscall_tests_without_xml): Set data-directory to
6835 /the/path/to/nowhere.
6836
6837 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6838
6839 * gdb.threads/local-watch-wrong-thread.c,
6840 gdb.threads/local-watch-wrong-thread.exp: New files.
6841
6842 2009-11-21 Pedro Alves <pedro@codesourcery.com>
6843
6844 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
6845 assume new `regsub' syntax available.
6846
6847 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6848
6849 * gdb.base/watchpoint-hw-hit-once.exp,
6850 gdb.base/watchpoint-hw-hit-once.c: New.
6851
6852 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6853
6854 * gdb.threads/watchthreads-reorder.exp,
6855 gdb.threads/watchthreads-reorder.c: New.
6856
6857 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
6858
6859 * gdb.xml/tdesc-regs.exp: Use for m68k.
6860
6861 2009-11-15 Pedro Alves <pedro@codesourcery.com>
6862
6863 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
6864
6865 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6866
6867 * lib/gdb.exp (current_target_name): New procedure.
6868 (gdb_wrapper_target): New variable.
6869 (gdb_wrapper_init): Set gdb_wrapper_target.
6870 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
6871 wrapper.
6872
6873 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6874
6875 * gdb.base/remote.exp: Delete the slowest load test.
6876 Do not load with fixed packet sizes.
6877
6878 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6879
6880 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
6881
6882 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6883
6884 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
6885 srcfile when setting a breakpoint.
6886
6887 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
6888
6889 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
6890 macros.
6891
6892 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
6895 to be in memory.
6896 * gdb.base/display.c (force_mem): New.
6897 (do_loops): Use it. Add breakpoint comments.
6898 (do_vars): Add a breakpoint comment.
6899 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
6900 line numbers.
6901
6902 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
6903
6904 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
6905 instead of a bare "run".
6906
6907 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6908
6909 * gdb.python/py-prettyprint.exp: Adjust.
6910
6911 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6912
6913 * lib/cell.exp (skip_cell_tests): Clean up test files before
6914 returning.
6915
6916 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6917
6918 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
6919 and the breakpoint menu. Do not call perror if a prompt is seen.
6920 Consume the following GDB prompt.
6921 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
6922 * gdb.cp/namespace.exp: Use gdb_test.
6923 * gdb.cp/templates.exp: Use gdb_test.
6924 (test_template_breakpoints): Use gdb_test_multiple.
6925
6926 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6927
6928 * gdb.base/break1.c (struct some_struct, values): Move earlier.
6929 (marker4): Reference values.
6930
6931 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6932
6933 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
6934 is missing.
6935
6936 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6937
6938 * gdb.base/break.c (need_malloc): New.
6939 * gdb.base/constvars.c (main): Reference crass and crisp.
6940 * gdb.base/gdb1821.c (main): Reference bar.
6941 * gdb.cp/gdb1355.cc (main): Reference s1.
6942 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
6943 (main): Call them.
6944 * gdb.cp/hang2.cc (dummy2): Define.
6945 * gdb.cp/hang3.cc (dummy3): Define.
6946 * gdb.cp/m-data.cc (main): Reference shadow.
6947
6948 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
6949 Nathan Froyd <froydnj@codesourcery.com>
6950
6951 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
6952 remote host.
6953
6954 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
6955
6956 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
6957 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
6958 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6959 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6960 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6961 * gdb.dwarf2/dw2-producer.exp: Likewise.
6962 * gdb.dwarf2/mac-fileno.exp: Likewise.
6963 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
6964 py-prettyprint.py to the remote host.
6965 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
6966
6967 2009-11-11 Keith Seitz <keiths@redhat.com>
6968
6969 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
6970 use it instead of "Foo".
6971 * gdb.cp/classes.exp (do_tests): Add a test to access
6972 a method through a typedef'd class name.
6973
6974 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
6975
6976 * gdb.base/long_long.exp: Permit leading zeros on floating-point
6977 exponents.
6978 * gdb.base/pointers.exp: Likewise.
6979 * gdb.cp/ref-types.exp: Likewise.
6980
6981 2009-11-11 Keith Seitz <keiths@redhat.com>
6982
6983 * gdb.cp/cplusfuncs.cc (class foo): Add operators
6984 new[] and delete[].
6985 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
6986 "void".
6987 (probe_demangler): Remove all single-quoting of
6988 method and variable names.
6989 (info_func_regexp): Remove the word "void" from any
6990 occurrence of "(void)".
6991 (print_addr_2): Remove all single-quoting of
6992 method names.
6993 (print_addr_2_kfail): Likewise.
6994 (print_addr): Single-quote C function names before
6995 passing to print_addr_2.
6996 (test_paddr_operator_functions): Remove single-quoting
6997 for method names.
6998 Add tests for operator new[] and operator delete[].
6999
7000 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7001
7002 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7003
7004 2009-11-09 Keith Seitz <keiths@redhat.com>
7005
7006 * gdb.cp/overload.exp: Add tests for resolving overloaded
7007 methods in expression parsing/evaluation.
7008
7009 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * lib/gdb.exp (default_gdb_version): Use --version instead of
7012 --command.
7013
7014 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
7015
7016 * lib/gdb.exp (gdb_compile_test): New.
7017 (skip_ada_tests, skip_java_tests): New.
7018 (gdb_compile): Use gdb_compile_test for f77.
7019 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7020 * lib/java.exp (compile_java_from_source): Remove runtests check,
7021 use gdb_compile_test to record result.
7022 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7023 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7024 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7025 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7026 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7027 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7028 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7029 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7030 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7031 adjust gdb_compile invocations.
7032
7033 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7034
7035 * Makefile.in (abs_builddir): New.
7036 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
7037 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
7038 `$(abs_builddir)/site.exp'.
7039
7040 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7041
7042 * config/m68k-emc.exp, lib/emc-support.exp,
7043 gdb.trace/gdb_c_test.c: Delete.
7044 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
7045 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7046 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7047 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7048 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7049 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
7050 casing for m68k-*-elf.
7051
7052 2009-11-03 Pedro Alves <pedro@codesourcery.com>
7053
7054 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
7055 * gdb.arch/i386-prologue.exp: Likewise.
7056 * gdb.arch/i386-unwind.exp: Likewise.
7057
7058 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7059
7060 * lib/gdb.exp (gdb_expect): Fix timeout typo.
7061
7062 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7063
7064 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
7065
7066 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7067
7068 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
7069
7070 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
7073
7074 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7075
7076 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
7077 * gdb.base/sepdebug2.c: New file.
7078
7079 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7080
7081 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
7082 the modified warnings for catch syscall. Verify if GDB was compiled
7083 with support for lib expat, and choose which tests to run depending
7084 on this.
7085
7086 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
7087
7088 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
7089 that composite commands are parsed OK. And also test
7090 that breakpoint commands do work.
7091
7092 2009-10-23 Michael Snyder <msnyder@vmware.com>
7093
7094 gdb.reverse/consecutive-precsave.exp: Change expect pattern
7095 to allow for new disassembly style.
7096
7097 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
7098
7099 * gdb.asm/asm-source.exp: Adjust.
7100
7101 2009-10-22 Michael Snyder <msnyder@vmware.com>
7102
7103 * gdb.reverse/break-precsave.exp: New test.
7104 * gdb.reverse/consecutive-precsave.exp: Ditto.
7105 * gdb.reverse/finish-precsave.exp: Ditto.
7106 * gdb.reverse/i386-precsave.exp: Ditto.
7107 * gdb.reverse/machinestate-precsave.exp: Ditto.
7108 * gdb.reverse/sigall-precsave.exp: Ditto.
7109 * gdb.reverse/solilb-precsave.exp: Ditto.
7110 * gdb.reverse/step-precsave.exp: Ditto.
7111 * gdb.reverse/until-precsave.exp: Ditto.
7112 * gdb.reverse/watch-precsave.exp: Ditto.
7113
7114 2009-10-22 Michael Snyder <msnyder@vmware.com>
7115
7116 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
7117 for gdb_expect. Adjust one test's expect strings for the new
7118 format of disassemble.
7119 * gdb.reverse/finish-reverse.exp: Delete 'return'.
7120 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
7121 gdb_test_multiple.
7122 * gdb.reverse/step-reverse.exp: Delete 'return'.
7123 * gdb.reverse/until-reverse.exp: Delete blank lines.
7124 * gdb.reverse/watch-reverse.exp: Delete blank lines.
7125
7126 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
7127
7128 * gdb.base/consecutive.exp: Adjust.
7129 * gdb.base/display.exp: Likewise.
7130 * gdb.base/pc-fp.exp: Likewise.
7131 * gdb.base/sigbpt.exp: Likewise.
7132
7133 2009-10-19 Michael Snyder <msnyder@vmware.com>
7134
7135 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
7136 * gdb.reverse/finish-reverse.c: Ditto.
7137 * gdb.reverse/sigall-reverse.c: Ditto.
7138 * gdb.reverse/solib-reverse.c: Ditto.
7139 * gdb.reverse/step-reverse.c: Ditto.
7140 * gdb.reverse/watch-reverse.c: Ditto.
7141
7142 2009-10-19 Pedro Alves <pedro@codesourcery.com>
7143 Stan Shebs <stan@codesourcery.com>
7144
7145 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
7146 * gdb.base/foll-exec.exp: Adjust to expect a process id before
7147 "Executing new program".
7148 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
7149 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
7150 left listed after having been killed.
7151 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
7152 * gdb.base/maint.exp: Adjust test.
7153
7154 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
7155 * gdb.multi/Makefile.in: New.
7156 * gdb.multi/base.exp: New.
7157 * gdb.multi/goodbye.c: New.
7158 * gdb.multi/hangout.c: New.
7159 * gdb.multi/hello.c: New.
7160 * gdb.multi/bkpt-multi-exec.c: New.
7161 * gdb.multi/bkpt-multi-exec.exp: New.
7162 * gdb.multi/crashme.c: New.
7163
7164 2009-10-13 Tristan Gingold <gingold@adacore.com>
7165
7166 * gdb.base/sepdebug.exp: Check debug info are found.
7167
7168 2009-10-08 Pedro Alves <pedro@codesourcery.com>
7169
7170 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
7171 bits.
7172
7173 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
7176
7177 2009-10-07 Joel Brobecker <brobecker@adacore.com>
7178
7179 * gdb.base/watchpoints.c: Add copyright header. Reformat one
7180 of the comments.
7181
7182 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
7183
7184 * gdb.base/annota1.exp: Remove obsolete match_max increase.
7185 * gdb.base/annota3.exp: Idem.
7186 * gdb.base/maint.exp: Idem.
7187
7188 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7189
7190 * lib/gdb.exp (default_gdb_init): Set current value of match_max
7191 to default.
7192
7193 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7194
7195 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
7196 mingw and cygwin targets.
7197
7198 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7199 Pedro Alves <pedro@codesourcery.com>
7200
7201 * lib/gdb.exp (gdb_compile): Avoid adding
7202 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
7203
7204 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7205
7206 * gdb.base/shr1.c: Use %p in format string.
7207 * gdb.base/unload.c: Avoid warning in fprintf.
7208 * gdb.base/watchpoint-solib.c: Idem.
7209
7210 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7211
7212 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
7213 long type.
7214 (test_unlink): Correct printf string.
7215 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
7216 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
7217
7218 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
7221 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
7222 * gdb.arch/ia64-breakpoint-shadow.S: New file.
7223
7224 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7225
7226 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
7227 * gdb.objc/nondebug.exp: Likewise.
7228
7229 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7230
7231 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
7232 target_info setting.
7233
7234 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
7235 that detect new threads during "info threads".
7236
7237 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7238
7239 * gdb.threads/manythreads.c (main): Increase thread stack size
7240 to 2*PTHREAD_STACK_MIN.
7241 * gdb.threads/multi-create.c (main): Likewise.
7242 (create_function): Likewise.
7243
7244 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7245
7246 * gdb.base/dump.exp: Pass difference of pointer types instead
7247 of integer types as offset to restore in intarr3.srec case.
7248
7249 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7250
7251 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
7252
7253 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7254
7255 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
7256
7257 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
7258
7259 New test for two watchpoints, with disabling of
7260 the first inserted.
7261 * testsuite/gdb.base/watchpoints.c: New file.
7262 * testsuite/gdb.base/watchpoints.exp: New file.
7263
7264 2009-09-25 Tom Tromey <tromey@redhat.com>
7265
7266 * gdb.base/charset.exp: Test utf-16 strings with Python.
7267
7268 2009-09-25 Tom Tromey <tromey@redhat.com>
7269
7270 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
7271 UCS-4.
7272 * gdb.base/charset.c (utf_32_string): Rename.
7273 (init_utf32): Rename.
7274 (main): Update.
7275
7276 2009-09-22 Tom Tromey <tromey@redhat.com>
7277
7278 * gdb.python/py-function.exp: Add regression tests.
7279
7280 2009-09-21 Keith Seitz <keiths@redhat.com>
7281
7282 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
7283 with invalid operator.
7284
7285 2009-09-21 Keith Seitz <keiths@redhat.com>
7286
7287 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
7288 and destructor using typedef name of class.
7289 * gdb.cp/classes.cc (class Base1): Add a destructor.
7290 (base1): New typedef.
7291 (use_methods): Instanitate an object of type base1.
7292 * gdb.cp/templates.exp (test_template_typedef): New procedure.
7293 (do_tests): Call test_template_typedef.
7294 * gdb.cp/templates.cc (Baz::~Baz): New method.
7295 (intBazOne): New typedef.
7296 (main): Instantiate intBazOne.
7297
7298 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7299
7300 PR python/10633
7301
7302 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
7303 Function.
7304 (run_lang_tests): Add print elements test.
7305
7306 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7307
7308 * gdb.python/py-value.exp (test_subscript_regression): New
7309 function. Test for invalid subscripts.
7310 * gdb.python/py-value.c (main): Add test array, and pointer to it.
7311 (ptr_ref): New function.
7312
7313 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7314
7315 * gdb.base/default.exp: Fix "show convenience".
7316
7317 2009-09-15 Tom Tromey <tromey@redhat.com>
7318
7319 * lib/mi-support.exp (mi_create_varobj): Update.
7320 (mi_create_floating_varobj): Likewise.
7321 (mi_create_dynamic_varobj): New proc.
7322 (mi_varobj_update): Update.
7323 (mi_varobj_update_with_type_change): Likewise.
7324 (mi_varobj_update_kv_helper): New proc.
7325 (mi_varobj_update_dynamic_helper): Rewrite.
7326 (mi_varobj_update_dynamic): New proc.
7327 (mi_list_varobj_children): Update.
7328 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
7329 * gdb.python/python-prettyprint.py (pp_outer): New class.
7330 (pp_nullstr): Likewise.
7331 (lookup_function): Register new printers.
7332 * gdb.python/python-prettyprint.c (struct substruct): New type.
7333 (struct outerstruct): Likewise.
7334 (substruct_test): New function.
7335 (struct nullstr): New type.
7336 (string_1, string_2): New globals.
7337 (main): Add new tests.
7338 * gdb.python/python-mi.exp: Added regression tests.
7339 * gdb.mi/mi2-var-display.exp: Update.
7340 * gdb.mi/mi2-var-cmd.exp: Update.
7341 * gdb.mi/mi2-var-child.exp: Update.
7342 * gdb.mi/mi2-var-block.exp: Update.
7343 * gdb.mi/mi-var-invalidate.exp: Update.
7344 * gdb.mi/mi-var-display.exp: Update.
7345 * gdb.mi/mi-var-cmd.exp: Update.
7346 * gdb.mi/mi-var-child.exp: Update.
7347 * gdb.mi/mi-var-block.exp: Update.
7348 * gdb.mi/mi-break.exp: Update.
7349 * gdb.mi/gdb701.exp: Update.
7350
7351 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7352
7353 * Makefile.in: Inclusion of catch-syscall object.
7354 * gdb.base/catch-syscall.c: New file.
7355 * gdb.base/catch-syscall.exp: New file.
7356
7357 2009-09-12 Michael Snyder <msnyder@vmware.com>
7358
7359 * gdb.reverse/step-reverse.exp: Explicitly check for targets
7360 that can support reverse debuggnig.
7361
7362 2009-09-11 Tom Tromey <tromey@redhat.com>
7363
7364 * gdb.dwarf2/valop.S: New file.
7365 * gdb.dwarf2/valop.exp: New file.
7366
7367 2009-09-11 Mark Kettenis <kettenis@gnu.org>
7368
7369 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
7370
7371 2009-09-10 Doug Evans <dje@google.com>
7372
7373 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
7374 Add $gdb_prompt to second breakpoint regexp.
7375
7376 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
7377
7378 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
7379 names, add missing ones.
7380 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
7381 * gdb.python/py-frame.c: Rename from python-frame.c.
7382 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
7383 testfile name.
7384 * gdb.python/py-function.exp: Rename from python-function.exp.
7385 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
7386 testfile name.
7387 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
7388 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
7389 Adjust testfile name.
7390 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
7391 * gdb.python/py-template.cc: Rename from python-template.cc.
7392 * gdb.python/py-template.exp: Rename from python-template.exp.
7393 Adjust testfile name.
7394 * gdb.python/py-value.c: Rename from python-value.c.
7395 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
7396 testfile name.
7397
7398 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7399
7400 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
7401 $bpt2address.
7402 (Second breakpoint address is valid on ia64)
7403 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
7404
7405 2009-09-03 Joseph Myers <joseph@codesourcery.com>
7406
7407 * gdb.base/ending-run.exp: Restrict regular expression matching
7408 line number to require closing brace following.
7409
7410 2009-09-03 Doug Evans <dje@google.com>
7411
7412 * gdb.base/store.exp (check_set): Fix typo in expected value message.
7413
7414 2009-09-02 Tom Tromey <tromey@redhat.com>
7415
7416 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
7417
7418 2009-09-02 Tom Tromey <tromey@redhat.com>
7419
7420 * gdb.dwarf2/callframecfa.exp: New file.
7421 * gdb.dwarf2/callframecfa.S: New file.
7422
7423 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7424
7425 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
7426 gdb.base/solib-overlap-main.c: New.
7427
7428 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
7429
7430 PR gdb/10565
7431
7432 * gdb.base/bitfields.c (struct container, container): New.
7433 (main): Initialize it and call break5.
7434 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
7435
7436 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7437
7438 Support constant DW_AT_data_member_location by GCC PR debug/40659.
7439 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
7440
7441 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7442
7443 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
7444
7445 2009-08-26 Michael Snyder <msnyder@vmware.com>
7446
7447 * gdb.base/i386-reverse.c: New file.
7448 * gdb.base/i386-reverse.exp: New file.
7449 * gdb.base/Makefile.in: Add new files to be removed.
7450
7451 2009-08-26 Joseph Myers <joseph@codesourcery.com>
7452
7453 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
7454 environment-pwd for remote host.
7455 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
7456
7457 2009-08-24 Keith Seitz <keiths@redhat.com>
7458
7459 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
7460 Add two new C++ completer tests which limit the output to a
7461 given class.
7462
7463 2009-08-24 Michael Snyder <msnyder@vmware.com>
7464
7465 * gdb.base/del.exp: Fix typo in comment.
7466 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
7467
7468 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7469
7470 * configure: Regenerate.
7471 * gdb.hp/configure: Likewise.
7472 * gdb.hp/gdb.aCC/configure: Likewise.
7473 * gdb.hp/gdb.base-hp/configure: Likewise.
7474 * gdb.hp/gdb.compat/configure: Likewise.
7475 * gdb.hp/gdb.defects/configure: Likewise.
7476 * gdb.hp/gdb.objdbg/configure: Likewise.
7477 * gdb.stabs/configure: Likewise.
7478
7479 2009-08-19 Doug Evans <dje@google.com>
7480
7481 * gdb.base/gdbvars.c: New file.
7482 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
7483
7484 2009-08-14 Pedro Alves <pedro@codesourcery.com>
7485
7486 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7487 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
7488
7489 2009-08-13 Pedro Alves <pedro@codesourcery.com>
7490
7491 * gdb.base/default.exp: Adjust "set language test": it's now an
7492 enum command. Larger help string moved to "help set language".
7493 * gdb.base/help.exp: Adjust "help set language" expected output,
7494 now lists all known languages.
7495
7496 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
7497
7498 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
7499 all frame arguments.
7500 * gdb.arch/altivec-regs.exp: Likewise.
7501
7502 2009-08-07 Tom Tromey <tromey@redhat.com>
7503
7504 * gdb.base/setshow.exp: Add tests for changes to set language, set
7505 check range, and set check type.
7506
7507 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
7508
7509 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
7510 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
7511 Call it.
7512
7513 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7514
7515 * configure.ac: Run gdb.cell tests when appropriate.
7516 * configure: Regenerate.
7517 * lib/cell.exp: New file.
7518 * gdb.cell: New directory.
7519 * gdb.cell/configure.ac: New file.
7520 * gdb.cell/configure: New file.
7521 * gdb.cell/Makefile.in: New file.
7522 * gdb.cell/arch.exp: New file.
7523 * gdb.cell/break.c: New file.
7524 * gdb.cell/break.exp: New file.
7525 * gdb.cell/break-spu.c: New file.
7526 * gdb.cell/bt.c: New file.
7527 * gdb.cell/bt2-spu.c: New file.
7528 * gdb.cell/bt-spu.c: New file.
7529 * gdb.cell/bt.exp: New file.
7530 * gdb.cell/coremaker.c: New file.
7531 * gdb.cell/coremaker-spu.c: New file.
7532 * gdb.cell/core.exp: New file.
7533 * gdb.cell/gcore.exp: New file.
7534 * gdb.cell/data.c: New file.
7535 * gdb.cell/data.exp: New file.
7536 * gdb.cell/data-spu.c: New file.
7537 * gdb.cell/ea-cache.exp: New file.
7538 * gdb.cell/ea-cache.c: New file.
7539 * gdb.cell/ea-cache-spu.c: New file.
7540 * gdb.cell/ea-standalone.c: New file.
7541 * gdb.cell/ea-standalone.exp: New file.
7542 * gdb.cell/ea-test.c: New file.
7543 * gdb.cell/ea-test.exp: New file.
7544 * gdb.cell/f-regs.exp: New file.
7545 * gdb.cell/mem-access.c: New file.
7546 * gdb.cell/mem-access.exp: New file.
7547 * gdb.cell/mem-access-spu.c: New file.
7548 * gdb.cell/ptype.exp: New file.
7549 * gdb.cell/registers.exp: New file.
7550 * gdb.cell/size.c: New file.
7551 * gdb.cell/sizeof.exp: New file.
7552 * gdb.cell/size-spu.c: New file.
7553 * gdb.cell/solib.exp: New file.
7554 * gdb.cell/solib-symbol.exp: New file.
7555
7556 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7557
7558 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
7559
7560 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7561
7562 * gdb.base/float.exp: Handle VFP registers.
7563
7564 2009-07-14 Michael Snyder <msnyder@vmware.com>
7565
7566 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
7567 to bring gdb to the beginning of the calling line.
7568
7569 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
7570 confusing the i386 epilogue unwinder.
7571
7572 2009-07-14 Stan Shebs <stan@codesourcery.com>
7573
7574 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
7575
7576 2009-07-14 Michael Snyder <msnyder@vmware.com>
7577
7578 * gdb.reverse/step-reverse.exp (stepi into function call):
7579 Call instruction may not be first instruction in the line.
7580 (reverse stepi from a function call): Used wrong line number.
7581
7582 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
7585
7586 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 Fix gdb.base/macscp.exp when using custom inputrc.
7589 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7590 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
7591 env(TERM) set.
7592 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7593 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7594
7595 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7596
7597 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7598 * gdb.base/annota1.exp (thread_test): Import global $testfile.
7599 Change the compilation target to match the testcase name.
7600 * gdb.base/sect-cmd.exp: Change the compilation target to match the
7601 testcase name.
7602 * a2-run.exp: Use for setup prepare_for_testing. Change the
7603 compilation target to match the testcase name.
7604 * gdb.base/commands.exp: Likewise.
7605 * gdb.base/finish.exp: Likewise.
7606 * gdb.base/float.exp: Likewise.
7607 * gdb.base/info-target.exp: Likewise.
7608 * gdb.base/relational.exp: Likewise.
7609 * gdb.base/term.exp: Likewise.
7610 * gdb.base/until.exp: Likewise.
7611 * gdb.base/volatile.exp: Likewise.
7612 * gdb.base/whatis-exp.exp: Likewise.
7613
7614 2009-07-11 Hui Zhu <teawater@gmail.com>
7615
7616 * gdb.base/help.exp (disassemble): Update expected help text.
7617
7618 2009-07-09 Tom Tromey <tromey@redhat.com>
7619
7620 * lib/gdb.exp: Handle TRANSCRIPT.
7621 (remote_spawn, remote_close, send_gdb): New procs.
7622
7623 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
7624
7625 * gdb.python/python-prettyprint.c: Add counted null string
7626 structure.
7627 * gdb.python/python-prettyprint.exp: Print null string. Test for
7628 embedded nulls.
7629 * gdb.python/python-prettyprint.py (pp_ns): New Function.
7630 * gdb.python/python-value.exp (test_value_in_inferior): Add
7631 variable length string fetch tests.
7632 * gdb.python/python-value.c (main): Add strings for string fetch tests.
7633
7634 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7635
7636 * gdb.base/dump.exp (inaccessible memory is reported): New test.
7637
7638 2009-07-07 Tom Tromey <tromey@redhat.com>
7639
7640 * gdb.base/call-rt-st.exp: Update for change to escape output.
7641 * gdb.base/callfuncs.exp: Likewise.
7642 * gdb.base/charset.exp: Likewise.
7643 * gdb.base/constvars.exp: Likewise.
7644 * gdb.base/long_long.exp: Likewise.
7645 * gdb.base/pointers.exp: Likewise.
7646 * gdb.base/printcmds.exp: Likewise.
7647 * gdb.base/setvar.exp: Likewise.
7648 * gdb.base/store.exp: Likewise.
7649 * gdb.cp/ref-types.exp: Likewise.
7650 * gdb.mi/mi-var-child.exp: Likewise.
7651 * gdb.mi/mi-var-display.exp: Likewise.
7652 * gdb.mi/mi2-var-display.exp: Likewise.
7653 * gdb.base/charset.exp: Test octal escape sequence length.
7654 Update for change to escape output.
7655
7656 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7657
7658 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7659
7660 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
7661
7662 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7663
7664 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7665
7666 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7667 gdbserver increasing $portnum if "Can't bind address" has been seen.
7668
7669 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7670
7671 * gdb.base/ending-run.exp: Add "step out of main" pattern for
7672 mingw32ce.
7673
7674 2009-07-05 Pedro Alves <pedro@codesourcery.com>
7675
7676 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7677 VFP format.
7678
7679 2009-07-02 Pedro Alves <pedro@codesourcery.com>
7680
7681 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7682 linux. Adjust to use "inferior", "info inferiors", "detach
7683 inferior" and "kill inferior" instead of "restart", "info fork",
7684 "detach fork" and "delete fork".
7685 * gdb.base/ending-run.exp: Spell out "info".
7686 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7687 the "kill" command.
7688
7689 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7690
7691 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7692 change to prefix TLS offset in hex with 0x.
7693
7694 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7695
7696 * gdb.base/default.exp: Update test case for "x" changes.
7697
7698 2009-07-01 Tristan Gingold <gingold@adacore.com>
7699
7700 * gdb.base/bigcore.exp: Make darwin untested.
7701
7702 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7703
7704 * gdb.base/completion.exp (directory completion): Create the directory.
7705 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7706 escapeuniquesub.
7707 (directory completion 2): Expect now ${escapeuniquesub}.
7708 (Glob remaining of directory test): Remove one excessive newline.
7709 Expect the real output.
7710
7711 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7712
7713 Fix `make check//%' target after `make check' has been ran.
7714 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
7715 a mkdir call.
7716 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7717 (%/.dir): Remove.
7718
7719 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7720
7721 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7722 the expected result record.
7723
7724 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7725
7726 Remove racy FAILs relying just on the timeouts.
7727 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7728 (annotation_level 2): Remove racy FAILs.
7729
7730 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
7731
7732 gdb/10275
7733 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7734
7735 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
7736
7737 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7738
7739 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
7740
7741 * gdb.mi/mi-stack.exp: Testing symbolic options
7742 to -stack-list-locals and -stack-list-arguments.
7743
7744 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7745
7746 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7747
7748 2009-06-29 Tom Tromey <tromey@redhat.com>
7749
7750 * dg-extract-results.sh: New file.
7751 * Makefile.in (FORCE_PARALLEL): New variable.
7752 (CHECK_TARGET): New conditional variable.
7753 (check): Use CHECK_TARGET.
7754 (DO_RUNTEST): New variable.
7755 (check-single): New target.
7756 (TEST_DIRS): New variable.
7757 (TEST_TARGETS): Likewise.
7758 (check-parallel): New target.
7759 (check-gdb.%): New pattern.
7760 (BASE1_FILES): New variable.
7761 (BASE2_FILES): Likewise.
7762 (check-gdb.base%): New pattern.
7763 (%/.dir): New pattern.
7764 * configure: Rebuild.
7765 * aclocal.m4 (AM_CONDITIONAL): New defun.
7766 * configure.ac: Check whether user is using GNU make.
7767 (GMAKE): New conditional.
7768
7769 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
7770
7771 * gdb.cp/namespace-nested-import.cc: New test.
7772 * gdb.cp/namespace-nested-import.exp: New test.
7773
7774 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
7775
7776 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
7777 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
7778 * gdb.opt/Makefile.in (EXECUTABLES): Update.
7779 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
7780 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
7781 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
7782 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
7783 gdb.opt/inline-markers.c: New files.
7784 * lib/gdb.exp (skip_inline_frame_tests): New function.
7785 (skip_inline_var_tests): New function.
7786
7787 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
7788
7789 * gdb.cp/exception.exp: Don't require $hex before inner frame in
7790 backtrace.
7791
7792 2009-06-27 Michael Snyder <msnyder@vmware.com>
7793
7794 * gdb.reverse: New directory.
7795 * gdb.reverse/break-reverse.c: New test.
7796 * gdb.reverse/break-reverse.exp: New test.
7797 * gdb.reverse/consecutive-reverse.c: New test.
7798 * gdb.reverse/consecutive-reverse.exp: New test.
7799 * gdb.reverse/finish-reverse.c: New test.
7800 * gdb.reverse/finish-reverse.exp: New test.
7801 * gdb.reverse/machinestate.c: New test.
7802 * gdb.reverse/ms1.c: New test.
7803 * gdb.reverse/machinestate.exp: New test.
7804 * gdb.reverse/Makefile.in: New file.
7805 * gdb.reverse/shr2.c: New test.
7806 * gdb.reverse/solib-reverse.c: New test.
7807 * gdb.reverse/solib-reverse.exp: New test.
7808 * gdb.reverse/step-reverse.c: New test.
7809 * gdb.reverse/step-reverse.exp: New test.
7810 * gdb.reverse/until-reverse.c: New test.
7811 * gdb.reverse/ur1.c: New test.
7812 * gdb.reverse/until-reverse.exp: New test.
7813 * gdb.reverse/watch-reverse.c: New test.
7814 * gdb.reverse/watch-reverse.exp: New test.
7815 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
7816 * configure: Regenerate.
7817
7818 2009-06-26 Doug Evans <dje@google.com>
7819
7820 * gdb.base/psymtab.exp: Turn off pending breakpoints.
7821
7822 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
7823
7824 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
7825 windows problem for 'file delete $binfile'.
7826
7827 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
7828
7829 * gdb.cp/namespace-using.exp: New test.
7830 * gdb.cp/namespace-using.cc: New test.
7831
7832 2009-05-20 Joel Brobecker <brobecker@adacore.com>
7833
7834 * gdb.ada/variant_record_packed_array: New testcase.
7835
7836 2009-06-23 Tom Tromey <tromey@redhat.com>
7837
7838 * gdb.base/charset.exp (test_combination): Regression test.
7839 * gdb.base/charset.c (my_wchar_t): New typedef.
7840 (myvar): New global.
7841 (main): Set myvar.
7842
7843 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
7844
7845 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
7846 target.
7847
7848 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7849
7850 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
7851
7852 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7853
7854 * gdb.mi/gdb680.exp: Update test for error message.
7855
7856 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7857
7858 * gdb.base/annota1.exp: Allow multiple occurrences of the
7859 frames-invalid annotation.
7860 * gdb.cp/annota2.exp: Likewise.
7861
7862 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
7863
7864 * gdb.cp/gdb2495.cc: New file.
7865 * gdb.cp/gdb2495.exp: New file.
7866
7867 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 Report error on GDB crash during runto.
7870 * lib/gdb.exp (runto <eof>): New.
7871
7872 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
7873
7874 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
7875 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
7876 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
7877 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
7878 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
7879 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
7880 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
7881 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
7882 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
7883 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
7884 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
7885 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
7886 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
7887 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
7888 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
7889 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
7890 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
7891 gdb.server/server-mon.exp, gdb.server/server-run.exp,
7892 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7893 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
7894 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
7895 gdb.trace/passcount.exp, gdb.trace/report.exp,
7896 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
7897 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
7898 gdb.trace/while-stepping.exp: Use a unique name for the compiled
7899 executable.
7900
7901 2009-06-07 Pedro Alves <pedro@codesourcery.com>
7902
7903 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
7904 defined before referencing it.
7905
7906 2009-06-03 Doug Evans <dje@google.com>
7907
7908 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
7909 * gdb.arch/i386-see.c: Ditto.
7910
7911 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
7912
7913 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
7914 (check_macro): Return 1 if undefined.
7915 If first test fails, check if macro debug information is available,
7916 and report unsupported test if no macro information is found.
7917
7918 2009-05-29 Doug Evans <dje@google.com>
7919
7920 * gdb.threads/hand-call-in-threads.exp: New.
7921 * gdb.threads/hand-call-in-threads.c: New.
7922
7923 2009-05-29 Michael Snyder <msnyder@vmware.com>
7924
7925 * gdb.base/break-always.exp: Change "1" to "on".
7926 Add confirmation check.
7927
7928 2009-05-28 Pedro Alves <pedro@codesourcery.com>
7929
7930 * gdb.threads/threxit-hop-specific.c: New.
7931 * gdb.threads/threxit-hop-specific.exp: New.
7932 * gdb.threads/thread-execl.c: New.
7933 * gdb.threads/thread-execl.exp: New.
7934
7935 2009-05-27 Tom Tromey <tromey@redhat.com>
7936 Thiago Jung Bauermann <bauerman@br.ibm.com>
7937
7938 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
7939 (mi_child_regexp): Likewise.
7940 (mi_list_varobj_children_range): Likewise.
7941 (mi_get_features): Likewise.
7942 (mi_list_varobj_children): Rewrite.
7943 * gdb.python/python-mi.exp: New file.
7944
7945 2009-05-27 Tom Tromey <tromey@redhat.com>
7946 Thiago Jung Bauermann <bauerman@br.ibm.com>
7947 Phil Muldoon <pmuldoon@redhat.com>
7948 Paul Pluzhnikov <ppluzhnikov@google.com>
7949
7950 * gdb.python/python-prettyprint.exp: New file.
7951 * gdb.python/python-prettyprint.c: New file.
7952 * gdb.python/python-prettyprint.py: New file.
7953 * gdb.base/display.exp: print/r is now valid.
7954
7955 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
7956 Tom Tromey <tromey@redhat.com>
7957 Pedro Alves <pedro@codesourcery.com>
7958 Paul Pluzhnikov <ppluzhnikov@google.com>
7959
7960 * gdb.python/python-template.exp: New file.
7961 * gdb.python/python-template.cc: New file.
7962 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7963 tests.
7964 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7965 Call it.
7966 (test_value_after_death): New proc.
7967 * gdb.python/python-value.c (PTR): New typedef.
7968 (main): New variable 'x'.
7969
7970 2009-05-27 Tom Tromey <tromey@redhat.com>
7971
7972 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
7973 tests.
7974 * gdb.python/python-value.exp (py_objfile_tests): New proc.
7975 Call it.
7976
7977 2009-05-27 Pedro Alves <pedro@codesourcery.com>
7978
7979 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
7980
7981 2009-05-24 Pedro Alves <pedro@codesourcery.com>
7982
7983 * gdb.threads/fork-thread-pending.c: New.
7984 * gdb.threads/fork-thread-pending.exp: New.
7985
7986 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7987
7988 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
7989 * gdb.dwarf2/dw2-strp.S (a_string2): New.
7990
7991 2009-05-18 Jon Beniston <jon@beniston.com>
7992
7993 * gdb.asm/asm-source.exp: Add lm32 target.
7994
7995 2009-05-17 Pedro Alves <pedro@codesourcery.com>
7996
7997 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
7998 `gdb_get_line_number'. Call `callee' in both parent and child.
7999 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8000 `gdb_get_line_number' instead of hardcoding line numbers.
8001 (catch_fork_unpatch_child): New procedure to test detaching
8002 breakpoints from child fork.
8003 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8004 hardcoding line numbers.
8005 (do_fork_tests): Run `catch_fork_unpatch_child'.
8006
8007 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8008
8009 * gdb.mi/mi-cmd-var.exp: Check that when varobj
8010 of structure type enters or leaves the scope, it
8011 is reported by -var-update.
8012
8013 2009-05-11 Doug Evans <dje@sebabeach.org>
8014
8015 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
8016 * gdb.threads/pending-step.c (main): Fix off-by-one error.
8017 * gdb.threads/schedlock.c (main): Fix off-by-one error.
8018
8019 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8020
8021 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8022
8023 2009-04-30 Doug Evans <dje@google.com>
8024
8025 * gdb.threads/watchthreads2.exp: New testcase.
8026 * gdb.threads/watchthreads2.c: New testcase.
8027
8028 2009-04-29 Doug Evans <dje@google.com>
8029
8030 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8031 * gdb.cp/mb-ctor.cc: Ditto.
8032 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8033 * gdb.cp/mb-inline.h (multi_line_foo): New function.
8034 * gdb.cp/mb-inline1.cc: Call it.
8035 * gdb.cp/mb-inline2.cc: Ditto.
8036 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
8037 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
8038
8039 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8040
8041 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
8042 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
8043 Replace all uses of `decimal' by `nonzero'.
8044 (info macro FROM_COMMANDLINE): New test.
8045
8046 2009-04-27 Tom Tromey <tromey@redhat.com>
8047
8048 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
8049
8050 2009-04-27 Doug Evans <dje@google.com>
8051
8052 * gdb.threads/watchthreads.c (main): Initialize args before starting
8053 the threads. Plus formatting cleanup.
8054 * gdb.threads/watchthreads.exp: Avoid errant failures due to
8055 biased scheduling of one thread.
8056
8057 2009-04-27 Jerome Guitton <guitton@adacore.com>
8058
8059 * gdb.cp/templates.cc (GetMax): New template.
8060 (main): Declare two instances of GetMax.
8061 * gdb.cp/templates.exp: Add new test.
8062
8063 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8064
8065 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
8066
8067 2009-04-22 Joseph Myers <joseph@codesourcery.com>
8068
8069 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
8070
8071 2009-04-15 Tom Tromey <tromey@redhat.com>
8072
8073 * gdb.base/charset.exp: Add regression test.
8074
8075 2009-04-14 Joel Brobecker <brobecker@adacore.com>
8076
8077 * gdb.base/exe-lock.exp: New testcase.
8078
8079 2009-04-13 Tom Tromey <tromey@redhat.com>
8080
8081 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
8082 operator on Frame.
8083
8084 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8085
8086 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
8087 * gdb.server/ext-attach.exp: Likewise.
8088
8089 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
8090
8091 Eliminate some sleep usage.
8092
8093 * gdb.mi/basics.c (do_nothing): New.
8094 (main): Use do_nothing instead of printf, so that
8095 not to introduce race condition between output of
8096 inferiour and output of gdb. Do not use sleep as it
8097 is not generally available on embedded targets.
8098
8099 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8100
8101 * gdb.server/ext-attach.exp: Expect an optional process id after
8102 "Detached from remote process".
8103
8104 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8105
8106 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
8107 gdb.dwarf2/dw2-unresolved.exp: New.
8108
8109 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8110
8111 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
8112 mi_run_to_main.
8113
8114 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8115
8116 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
8117 mi_run_to_main. Skip thread exit test on remote targets.
8118 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
8119 mi_run_to_main.
8120 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
8121 mi_run_to_main.
8122 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
8123 when expecting ^connected. Detect when the target doesn't support
8124 non-stop mode.
8125 (mi_run_cmd): Detect if non-stop mode was requested by isn't
8126 supported. Return -1 on error, 0 on success.
8127 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
8128 (mi_runto): Return mi_runto_helper's result explicitly.
8129
8130 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8131
8132 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
8133
8134 2009-04-01 Tom Tromey <tromey@redhat.com>
8135
8136 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
8137 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
8138 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
8139 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
8140
8141 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
8142 Jan Kratochvil <jan.kratochvil@redhat.com>
8143
8144 PR gdb/931
8145 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
8146 output.
8147 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
8148 for gdb/931.
8149 * dw2-strp.S (DW_AT_language): Change to C++.
8150 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
8151
8152 2009-03-31 Joel Brobecker <brobecker@adacore.com>
8153
8154 * gdb.ada/tasks: New testcase.
8155
8156 2009-03-30 Stan Shebs <stan@codesourcery.com>
8157
8158 * gdb.trace/actions.exp: Update to match new info trace format.
8159 * gdb.trace/deltrace.exp: Ditto.
8160 * gdb.trace/infotrace.exp: Ditto.
8161 * gdb.trace/passcount.exp: Ditto.
8162 * gdb.trace/save-trace.exp: Ditto.
8163 * gdb.trace/while-stepping.exp: Ditto.
8164 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
8165
8166 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8167
8168 * gdb.python/python-frame.c: New file.
8169 * gdb.python/python-frame.exp: New file.
8170
8171 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
8172
8173 * gdb.python/python-value.exp: Add tests for the address
8174 attribute.
8175
8176 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
8177
8178 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
8179
8180 2009-03-26 Doug Evans <dje@google.com>
8181
8182 * gdb.mi/mi-nonstop-exit.exp: New file.
8183 * gdb.mi/non-stop-exit.c: New file.
8184
8185 2009-03-26 Tom Tromey <tromey@redhat.com>
8186
8187 Update for change to prologue skipping:
8188 * gdb.mi/mi2-simplerun.exp: Update.
8189 * gdb.mi/mi2-break.exp: Update.
8190 * gdb.mi/mi-simplerun.exp: Update.
8191 * gdb.mi/mi-break.exp: Update.
8192 * gdb.base/ending-run.exp: Update.
8193
8194 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
8195
8196 * gdb.python/python-value.exp (test_value_in_inferior): Test
8197 gdb.Value.is_optimized_out attribute.
8198
8199 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * gdb.dwarf2/dw2-noloc-main.c: New file.
8202 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
8203 (.text): Remove.
8204 (.data): New.
8205 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
8206 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
8207 (DW_TAG_subprogram func_cu1, noloc): Remove.
8208 (main): New.
8209 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
8210 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
8211 (file_symbols): New procedure.
8212
8213 2009-03-25 Tom Tromey <tromey@redhat.com>
8214
8215 * gdb.base/charset.exp (valid_target_charset): New proc.
8216 Use it to skip tests on invalid charsets.
8217
8218 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
8219
8220 * gdb.base/completion.exp: Add a test for directory completion.
8221
8222 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8223
8224 Fix a racy FAIL.
8225 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
8226 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
8227
8228 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
8229
8230 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
8231 * gdb.python/python-function.exp: Add test for function returning
8232 a GDB value.
8233
8234 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
8235
8236 * gdb.python/python-function.exp: New file.
8237
8238 2009-03-20 Tom Tromey <tromey@redhat.com>
8239
8240 * gdb.base/store.exp: Update for change to escape output.
8241 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
8242 to escape output.
8243 * gdb.base/pointers.exp: Update for change to escape output.
8244 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
8245 to escape output.
8246 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
8247 escape output.
8248 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
8249 to escape output.
8250 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
8251 escape output.
8252 * gdb.base/setvar.exp: Update for change to escape output.
8253 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
8254 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
8255 to escape output.
8256 (test_print_string_constants): Likewise.
8257 * gdb.base/charset.exp (valid_host_charset): Check size of
8258 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
8259 cases. Handle "auto"-related output.
8260 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
8261 (uvar, Uvar): New globals.
8262
8263 2009-03-19 Jerome Guitton <guitton@adacore.com>
8264
8265 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
8266 deltas.
8267 * gdb.ada/fixed_points.exp: Ditto.
8268
8269 2009-03-18 Pedro Alves <pedro@codesourcery.com>
8270
8271 * return-nodebug.c: Don't include stdio.h.
8272 (init): Delete.
8273 (func): Delete definition and provide extern declaration.
8274 (t): New.
8275 (main): Don't call printf. Call func and store its result in t.
8276 * return-nodebug1.c: New.
8277 * return-nodebug.exp: Don't expect stdio output. Instead, print
8278 the global variable t. Drop printf formatters and cast types from
8279 foreach loop. Don't use prepare_for_testing. Compile
8280 return-nodebug.c and return-nodebug1.c in separate steps. Don't
8281 define FORMAT or CAST.
8282
8283 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8284
8285 * gdb.base/solib-display.exp: Disable test for remote targers.
8286
8287 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8288
8289 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
8290
8291 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8292
8293 Fix a racy FAIL.
8294 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
8295 code from `follow parent, print pids'.
8296 (`follow child, print pids', `follow parent, print pids'): Call it.
8297 Replace `gdb_test "break..."' by gdb_breakpoint.
8298
8299 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
8300
8301 * gdb.mi/mi-cli.exp: Adjust for output difference in
8302 sync and async modes.
8303
8304 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8305
8306 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
8307 that was checked in by mistake. Remove loading of ada.exp, since
8308 this is not necessary in this case.
8309
8310 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8311
8312 * gdb.ada/ptype_arith_binop.exp: New testcase.
8313
8314 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8315
8316 * gdb.ada/mod_from_name: New testcase.
8317
8318 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8319
8320 * gdb.ada/tick_last_segv: New testcase.
8321
8322 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8323
8324 * gdb.mi/mi-cli.exp: Remove debug print.
8325
8326 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8327
8328 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
8329 include the token in ^running and frame info in *stopped.
8330
8331 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8332
8333 * solib-display.exp: New file.
8334 * solib-display-main.c: New file.
8335 * solib-display-lib.c: New file.
8336
8337 2009-03-05 Pedro Alves <pedro@codesourcery.com>
8338
8339 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
8340
8341 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8342
8343 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
8344 (list_and_check_macro): Use more specific test name.
8345 (next to definition): Make the test names unique.
8346
8347 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8348
8349 * gdb.pascal/floats.exp: Accept approximate results everywhere.
8350
8351 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
8352
8353 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
8354 notifications.
8355 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
8356 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
8357 * lib/mi-support.exp (library_loaded_re): New.
8358 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
8359
8360 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
8361
8362 * gdb.gdb/observer.exp: Use test_notification observer, not
8363 normal_stop, everywhere.
8364 (test_normal_stop_notifications): Rename to...
8365 (test_notifications): ...this.
8366 (test_observer_normal_stop): Rename to...
8367 (test_observer): ...this.
8368
8369 2009-02-16 Doug Evans <dje@google.com>
8370
8371 * gdb.arch/amd64-disp-step.S (test_int3): New test.
8372 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
8373 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
8374 (test_prefixed_syscall,test_int3): New tests.
8375 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
8376 (test_prefixed_syscall,test_int3): New tests.
8377
8378 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
8379
8380 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
8381 (mi_expect_interrupt): Likewise.
8382 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
8383 response.
8384
8385 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8386
8387 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
8388 * gdb.base/pc-fp.exp (get_valueofx): Remove.
8389 Replace calls to get_valueofx by get_hexadecimal_valueof.
8390
8391 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8392
8393 * lib/gdb.exp (get_valueof): Accept anything as a return value.
8394 (get_integer_valueof): New procedure.
8395 (get_sizeof): Use new get_integer_value_of.
8396 * gdb.base/sizeof.exp: Replace all uses of get_valueof
8397 by get_integer_valueof.
8398
8399 2009-02-13 Tom Tromey <tromey@redhat.com>
8400
8401 * gdb.base/remote.exp (get_sizeof): Remove.
8402 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
8403 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
8404 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
8405 * lib/gdb.exp (get_valueof): Move from long_long.exp.
8406 (get_sizeof): Likewise.
8407
8408 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8409
8410 PR fortran/9806
8411 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
8412
8413 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8414
8415 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
8416
8417 2009-02-06 Pedro Alves <pedro@codesourcery.com>
8418
8419 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
8420
8421 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8422
8423 * gdb.python/python-cmd.exp: New file.
8424
8425 2009-02-06 Tristan Gingold <gingold@adacore.com>
8426
8427 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
8428
8429 2009-02-05 Tristan Gingold <gingold@adacore.com>
8430
8431 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
8432 pointer is dereferenced and use this signal name in regexp.
8433 * gdb.base/signull.exp: Ditto.
8434 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
8435 * gdb.base/signull.c (main): Ditto.
8436
8437 2009-02-04 Tom Tromey <tromey@redhat.com>
8438 Thiago Jung Bauermann <bauerman@br.ibm.com>
8439
8440 * gdb.python/python-value.exp: Use `gdb.history' instead of
8441 `gdb.value_from_history'.
8442 (test_value_numeric_ops): Add test for conversion of enum constant.
8443 * gdb.python/python-value.c (enum e): New type.
8444 (evalue): New global.
8445 (main): Use argv.
8446
8447 2009-02-04 Jerome Guitton <guitton@adacore.com>
8448
8449 * gdb.ada/uninitialized_vars: New test program.
8450 * gdb.ada/uninitialized_vars.exp: New testcase.
8451
8452 2009-02-02 Tom Tromey <tromey@redhat.com>
8453
8454 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
8455 * gdb.cp/pr2489.cc: Rename...
8456 * gdb.cp/pr9594.cc: ... to this.
8457
8458 2009-02-02 Tom Tromey <tromey@redhat.com>
8459
8460 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
8461 * gdb.cp/pr2489.cc: New file.
8462 * gdb.cp/cpcompletion.exp: New file.
8463
8464 2009-02-02 Tom Tromey <tromey@redhat.com>
8465
8466 PR exp/9059:
8467 * gdb.cp/call-c.exp: Add regression test.
8468 * gdb.cp/call-c.cc (FooHandle): New typedef.
8469 (main): New variable 'handle'.
8470
8471 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
8472
8473 * lib/mi-support.exp (et_mi_thread_list)
8474 (check_mi_and_console_threads): Adjust for current thread in
8475 -thread-list-ids output.
8476
8477 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
8478
8479 * gdb.mi/mi-break.exp (test_disabled_creation): New.
8480 Call it.
8481
8482 2009-01-28 Doug Evans <dje@google.com>
8483
8484 * gdb.arch/amd64-disp-step.S: New file.
8485 * gdb.arch/amd64-disp-step.exp: New file.
8486 * gdb.arch/i386-disp-step.S: New file.
8487 * gdb.arch/i386-disp-step.exp: New file.
8488
8489 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
8490
8491 * gdb.base/find.exp: Set newline variable
8492 using quotes instead of braces to fix cygwin failures.
8493
8494 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8495
8496 * gdb.base/radix.exp: Add tests to ensure that that set
8497 input-radix 0 and set output-radix 0 are really rejected.
8498
8499 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8500
8501 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
8502 copyright years.
8503
8504 2009-01-23 Pedro Alves <pedro@codesourcery.com>
8505
8506 PR gdb/9664:
8507 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
8508
8509 2009-01-22 Pedro Alves <pedro@codesourcery.com>
8510
8511 PR c++/9631:
8512 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
8513
8514 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
8515
8516 * gdb.server/file-transfer.exp: Use EXEEXT variable for
8517 binfile definition to fix Windows OS failure.
8518
8519 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8520
8521 PR gdb/9346
8522 * gdb.base/interrupt.c (sigint_handler): New.
8523 (main): Install a SIGINT handler if SIGNALS is defined. Exit
8524 on error.
8525 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
8526 Test "signal SIGINT".
8527
8528 2009-01-19 Doug Evans <dje@google.com>
8529
8530 * gdb.base/break.exp: Update expected gdb output.
8531 * gdb.base/sepdebug.exp: Ditto.
8532 * gdb.mi/mi-syn-frame.exp: Ditto.
8533 * gdb.mi/mi2-syn-frame.exp: Ditto.
8534 * gdb.base/call-signal-resume.exp: New file.
8535 * gdb.base/call-signals.c: New file.
8536 * gdb.base/unwindonsignal.exp: New file.
8537 * gdb.base/unwindonsignal.c: New file.
8538 * gdb.threads/interrupted-hand-call.exp: New file.
8539 * gdb.threads/interrupted-hand-call.c: New file.
8540 * gdb.threads/thread-unwindonsignal.exp: New file.
8541
8542 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
8543
8544 * gdb.base/define.exp: Test defining and hooking prefix commands.
8545 * gdb.python/python.exp: Update test for "show user" output.
8546
8547 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8548
8549 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
8550 now the output exactly, using less wildcards. Expect also the output
8551 of gfortran-4.3. Update for the f-valprint.c modification from
8552 2008-04-22.
8553 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
8554 Remove gdb_test test names where matching the command.
8555
8556 2009-01-01 Pedro Alves <pedro@codesourcery.com>
8557
8558 PR breakpoints/9681:
8559 * gdb.base/watchpoint.exp: Add regression test.
8560
8561 2008-12-31 Pedro Alves <pedro@codesourcery.com>
8562
8563 * gdb.threads/attach-into-signal.exp: Don't use
8564 gdb_suppress_entire_file.
8565 * gdb.threads/attach-stopped.exp: Ditto.
8566 * gdb.threads/attachstop-mt.exp: Ditto.
8567
8568 2008-12-31 Pedro Alves <pedro@codesourcery.com>
8569
8570 PR gdb/8812:
8571 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
8572
8573 2008-12-29 Pedro Alves <pedro@codesourcery.com>
8574
8575 PR gdb/7536:
8576 * gdb.base/radix.exp: Add tests to ensure invalid input radices
8577 and unsupported output radices are really rejected.
8578
8579 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8580
8581 * gdb.cp/punctuator.exp: Backslash the '$' signs.
8582
8583 2008-12-22 Tom Tromey <tromey@redhat.com>
8584
8585 * gdb.cp/punctuator.exp: New file.
8586
8587 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8588
8589 * gdb.base/completion.exp (Completing non-existing component): New test.
8590
8591 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8592
8593 Fix for PR gdb/8648.
8594 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8595 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8596 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8597 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8598
8599 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8602
8603 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
8604
8605 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8606 compiler actually generate code at the expected line number.
8607
8608 2008-12-15 Jie Zhang <jie.zhang@analog.com>
8609
8610 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8611
8612 2008-12-12 Tom Tromey <tromey@redhat.com>
8613
8614 * gdb.base/commands.exp (redefine_hook_test): New proc.
8615 Call it.
8616
8617 2008-12-11 Tom Tromey <tromey@redhat.com>
8618
8619 * gdb.base/macscp.exp: New regression test.
8620
8621 2008-12-11 Tom Tromey <tromey@redhat.com>
8622
8623 * gdb.base/macscp.exp: Print "address.addr".
8624 * gdb.base/macscp1.c (struct outer): New struct.
8625 (address): New global.
8626
8627 2008-12-09 Tom Tromey <tromey@redhat.com>
8628
8629 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8630 Call it.
8631
8632 2008-12-04 Doug Evans <dje@google.com>
8633
8634 * gdb.server/ext-run.exp: Relax regexp for init program.
8635
8636 2008-12-03 Tristan Gingold <gingold@adacore.com>
8637
8638 * gdb.base/macscp.exp: Generate an object file during compilation
8639 to work around Darwin dsymutil limitations.
8640
8641 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8642
8643 Test resolving external references to TLS variables.
8644 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8645 FILE2_THREAD_LOCAL.
8646 (testfile2, srcfile2): New variables.
8647 * gdb.threads/tls.c (file2_thread_local)
8648 (function_referencing_file2_thread_local): New.
8649 * gdb.threads/tls2.c: New file.
8650
8651 2008-11-28 Joel Brobecker <brobecker@adacore.com>
8652
8653 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
8654 rather than integer, as integer might not be big enough when
8655 on 64bit targets.
8656
8657 2008-11-27 Jerome Guitton <guitton@adacore.com>
8658
8659 * gdb.cp/formatted-ref.exp: Add equality test.
8660 * gdb.ada/formatted_ref.exp: Ditto.
8661
8662 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8663
8664 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8665 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8666
8667 2008-11-20 Andreas Schwab <schwab@suse.de>
8668
8669 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8670 matching syscall entry point.
8671 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8672 (tcatch_vfork_then_child_follow): Likewise. Finish through
8673 vfork even if we stopped at the syscall trampoline.
8674
8675 2008-11-20 Doug Evans <dje@google.com>
8676
8677 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8678
8679 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8680
8681 * gdb.arch/ppc-dfp.exp: New file.
8682 * gdb.arch/ppc-dfp.c: New file.
8683
8684 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8685
8686 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
8687
8688 2008-11-17 Doug Evans <dje@google.com>
8689
8690 * gdb.mi/mi-syn-frame.exp: Update expected output.
8691 * gdb.mi/mi2-syn-frame.exp: Update expected output.
8692
8693 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8694
8695 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
8696 "thread N" results in =thread-selected.
8697 * lib/mi-support (mi_run_cmd, mi_expect_stop)
8698 (mi_send_resuming_command_raw): Be prepared for
8699 =thread-selected.
8700
8701 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8702
8703 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8704 * lib/mi-support.exp: Likewise.
8705
8706 2008-11-16 Joel Brobecker <brobecker@adacore.com>
8707
8708 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8709 commands from the expected output for "help catch".
8710
8711 2008-11-15 Joel Brobecker <brobecker@adacore.com>
8712
8713 * gdb.ada/int_deref.exp: New testcase.
8714
8715 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
8716
8717 * gdb.mi/gdb2549.exp: New file.
8718
8719 2008-11-11 Doug Evans <dje@google.com>
8720
8721 * gdb.base/callexit.exp: New file.
8722 * gdb.base/callexit.c: New file.
8723
8724 2008-11-10 Doug Evans <dje@google.com>
8725
8726 * lib/gdb.exp (GDBFLAGS): Move -nx ...
8727 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
8728 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8729 (default_gdb_start,default_gdb_exit): Ditto.
8730 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8731 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8732 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8733 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8734 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8735 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8736
8737 2008-11-03 Andreas Schwab <schwab@suse.de>
8738
8739 * gdb.base/hashline2.exp: Fix typo.
8740 * gdb.base/hashline3.exp: Likewise.
8741
8742 2008-10-30 Tom Tromey <tromey@redhat.com>
8743
8744 * gdb.base/pointers.exp: Add test.
8745 * gdb.base/pointers.c (k, S): New typedefs.
8746 (instance): New global.
8747
8748 2008-10-30 Andreas Schwab <schwab@suse.de>
8749
8750 * gdb.base/args.exp: Add tests for newlines.
8751
8752 2008-10-30 Joel Brobecker <brobecker@adacore.com>
8753
8754 gdb.base/foll-exec.exp: Update the expected output of a couple
8755 of "info breakpoints" tests.
8756
8757 2008-10-28 Tom Tromey <tromey@redhat.com>
8758
8759 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8760
8761 2008-10-24 Pedro Alves <pedro@codesourcery.com>
8762
8763 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8764 gdb_start_cmd.
8765 Use runto_main before any test that requires execution.
8766
8767 2008-10-23 Pedro Alves <pedro@codesourcery.com>
8768
8769 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
8770 instead of SIGINT.
8771
8772 2008-10-22 Joel Brobecker <brobecker@adacore.com>
8773
8774 * gdb.base/completion.exp: Update expected output following
8775 the addition of the "info tasks" command.
8776
8777 2008-10-22 Tom Tromey <tromey@redhat.com>
8778
8779 * gdb.base/exprs.exp (test_expr): Add test for string
8780 concatenation.
8781
8782 2008-10-19 Pedro Alves <pedro@codesourcery.com>
8783
8784 * configure.ac: Output gdb.python/Makefile.
8785 * configure: Regenerate.
8786 * gdb.python/Makefile.in: New.
8787
8788 2008-10-16 Joel Brobecker <brobecker@adacore.com>
8789
8790 * gdb.base/foll-fork.exp: Adjust the expected output to match
8791 the new description for fork/vfork catchpoints in the "info
8792 breakpoints" output.
8793
8794 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
8795
8796 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
8797
8798 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
8799
8800 * gdb.python/python-value.c: New file.
8801 * gdb.python/python-value.exp: New file.
8802
8803 2008-10-15 Pedro Alves <pedro@codesourcery.com>
8804
8805 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
8806
8807 2008-10-15 Denis Pilat <denis.pilat@st.com>
8808
8809 * gdb.cp/mb-ctor.exp: Fix a typo.
8810
8811 2008-10-09 Tom Tromey <tromey@redhat.com>
8812
8813 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
8814 'fprintf' and 'stderr'.
8815
8816 2008-10-07 Joel Brobecker <brobecker@adacore.com>
8817
8818 * gdb.ada/ref_tick_size.exp: New testcase.
8819
8820 2008-10-06 Doug Evans <dje@google.com>
8821
8822 * gdb.dwarf2/dw2-cu-size.exp: New file.
8823 * gdb.dwarf2/dw2-cu-size.S: New file.
8824
8825 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
8826 .Ltype_int for clarity.
8827
8828 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
8829
8830 PR gdb/2384:
8831 * gdb.cp/gdb2384.exp: Extended to test more cases.
8832 * gdb.cp/gdb2384.cc: Likewise.
8833 * gdb.cp/gdb2384-base.h: Likewise.
8834 * gdb.cp/gdb2384-base.cc: Likewise.
8835
8836 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8837
8838 * gdb.base/maint.exp (maint print type): Remove printing
8839 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
8840
8841 2008-09-30 Tom Tromey <tromey@redhat.com>
8842
8843 * gdb.base/macscp.exp: Add completion tests.
8844 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
8845 (TWENTY_THREE): Likewise.
8846 (FORTY_EIGHT): Likewise.
8847
8848 2008-09-30 Tom Tromey <tromey@redhat.com>
8849
8850 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
8851 everywhere.
8852 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
8853
8854 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
8857 testcase is derived from. Fix racy dependency on an expected PID
8858 number. No longer support the testcase on Linux kernel 2.4.x.
8859
8860 2008-09-27 Tom Tromey <tromey@redhat.com>
8861
8862 * gdb.base/macscp.exp: Add tests for stringification, splicing,
8863 and varargs.
8864
8865 2008-09-22 Pedro Alves <pedro@codesourcery.com>
8866
8867 * lib/mi-support.exp (mi_expect_interrupt): New.
8868 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
8869 from gdb.mi/mi-nonstop.exp.
8870 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
8871 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
8872 lib/mi-support.exp.
8873 Use mi_check_thread_states throughout. Avoid ".*" and do not
8874 require an anchor after -exec-run.
8875
8876 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
8877
8878 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
8879 stop is pending. Avoid ".*" when two stops are pending.
8880 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
8881 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
8882 newlines in fullnames.
8883 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
8884 (mi_expect_stop): Update comments. Only anchor in sync mode.
8885 Do not match newlines.
8886 (mi_send_resuming_command_raw): Always return status.
8887 (mi_get_stop_line): Do not match more than one line by accident.
8888 Only anchor in sync mode.
8889 (mi_run_inline_test): If -exec-next fails, give up.
8890
8891 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8892
8893 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
8894 on SPU.
8895
8896 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8897
8898 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
8899
8900 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8901
8902 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
8903 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8904 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
8905 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8906 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
8907 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
8908 gdb.ada/interface.exp, gdb.ada/null_array.exp,
8909 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8910 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8911 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8912 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
8913 Include the "= " sequence in the expected output of print tests.
8914
8915 2008-09-10 Joel Brobecker <brobecker@adacore.com>
8916
8917 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
8918 description for boolean types.
8919
8920 2008-09-09 Pedro Alves <pedro@codesourcery.com>
8921
8922 * gdb.base/hook-stop-continue.c: New.
8923 * gdb.base/hook-stop-continue.exp: New.
8924
8925 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8926
8927 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
8928
8929 2008-09-08 Jerome Guitton <guitton@adacore.com>
8930
8931 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
8932 (stack_check_probe_2, stack_check_probe_loop_1)
8933 (stack_check_probe_loop_2): New functions.
8934 (main): Add call to these new functions.
8935 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
8936 functions, check that the breakpoint is inserted at the appropriate
8937 location.
8938 (insert_breakpoint): Slightly refine this procedure so that it can
8939 be called several times in the test.
8940
8941 2008-09-08 Jerome Guitton <guitton@adacore.com>
8942
8943 * gdb.base/stack-checking.c: New file.
8944 * gdb.base/stack-checking.exp: New file.
8945
8946 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8947
8948 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
8949 * gdb.arch/altivec-regs.exp: Likewise.
8950 * gdb.arch/vsx-regs.exp: Likewise.
8951
8952 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
8953
8954 * gdb.arch/ppc-fp.exp: New file.
8955 * gdb.arch/ppc-fp.c: New file.
8956
8957 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8958
8959 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
8960 lest gcc-4.3.1 optimizes the whole thing away.
8961
8962 2008-09-04 Michael Snyder <msnyder@vmware.com>
8963
8964 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
8965 as "at" (for non-debug functions such as _start).
8966
8967 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8968
8969 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
8970 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
8971 software watchpoints.
8972 * gdb.base/watch_thread_num.exp: Likewise.
8973
8974 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
8975
8976 * gdb.arch/i386-bp_permanent.exp: New test.
8977
8978 2008-08-24 Tom Tromey <tromey@redhat.com>
8979
8980 * gdb.base/maint.exp: Update "maint print type".
8981
8982 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
8983
8984 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
8985 support. Adjust the order of "*running" notifications.
8986 * gdb.mi/non-stop.c: Don't cast from int to void* and
8987 back.
8988
8989 2008-08-20 Mark Kettenis <kettenis@gnu.org>
8990
8991 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
8992 expect to find it in the "info frame" output.
8993
8994 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
8995
8996 * gdb.base/interp.exp: Always consume both prompts.
8997
8998 2008-08-20 Pedro Alves <pedro@codesourcery.com>
8999
9000 * gdb.base/pending.exp: Test pending breakpoints without symbols
9001 loaded.
9002
9003 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9004
9005 * lib/mi-support.exp (mi_expect_stop): Produce
9006 more details on failures.
9007 * gdb.mi/mi-nonstop.exp: New.
9008 * gdb.mi/non-stop.c: New.
9009
9010 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9011
9012 * gdb.mi/mi-async.exp: Use 'set target-async'.
9013 * lib/mi-support.exp: Use 'set/show target-async'.
9014
9015 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
9016
9017 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9018
9019 2008-08-17 Tom Tromey <tromey@redhat.com>
9020
9021 * gdb.base/help.exp (help catch): Rewrite.
9022
9023 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9024
9025 * gdb.base/define.exp: Test indented command documentation.
9026 * gdb.python/python.exp: Test indented multi-line command.
9027
9028 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
9029
9030 * testsuite/gdb.arch/vsx-regs.c: New source file.
9031 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9032 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9033
9034 2008-08-14 Tom Tromey <tromey@redhat.com>
9035
9036 * gdb.base/macscp.exp: Add regression test for "macro define" or
9037 "macro undef" with no arguments.
9038
9039 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9040
9041 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
9042
9043 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9044
9045 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
9046
9047 2008-08-06 Tom Tromey <tromey@redhat.com>
9048
9049 * gdb.python/python.exp: New file.
9050
9051 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9052
9053 Fix for PR gdb/1543.
9054 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
9055 $LOCATION.
9056 (location): New variable.
9057 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
9058 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
9059 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
9060 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
9061 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
9062 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
9063 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
9064 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
9065 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
9066 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
9067 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
9068 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
9069 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
9070 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
9071 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9072 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
9073 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
9074 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
9075 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
9076 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9077 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
9078 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
9079 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
9080 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
9081 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
9082 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
9083 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
9084 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
9085 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
9086 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
9087 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
9088 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
9089 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
9090 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
9091 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
9092 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
9093 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
9094 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9095 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
9096 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
9097 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
9098 gdb.base/type-opaque.exp, gdb.base/until.exp,
9099 gdb.base/value-double-free.c, gdb.base/varargs.exp,
9100 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
9101 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
9102 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9103 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
9104 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
9105 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9106 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9107 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9108 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
9109 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
9110 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
9111 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
9112 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
9113 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
9114 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
9115 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9116 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
9117 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
9118 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
9119 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9120 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
9121 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
9122 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
9123 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9124 gdb.pascal/types.exp, gdb.stabs/weird.exp,
9125 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
9126 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
9127 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
9128 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
9129 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
9130 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
9131 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9132 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
9133 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9134 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
9135 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9136 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9137 lib/mi-support.exp, lib/trace-support.exp: Remove reference
9138 to bug-gdb@prep.ai.mit.edu .
9139
9140 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
9141
9142 * lib/mi-support.exp (mi_load_shlibs): New.
9143 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
9144
9145 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
9146
9147 * lib/mi-support.exp (get_mi_thread_list)
9148 (check_mi_and_console_threads): New, moved from ...
9149 * gdb.mi/mi-pthread.exp: ...here.
9150 * gdb.mi/gdb669.exp (get_mi_thread_list)
9151 (check_mi_and_console_threads): Delete.
9152 * gdb.mi/mi2-pthread.exp: Likewise.
9153
9154 2008-07-28 Tom Tromey <tromey@redhat.com>
9155
9156 * Makefile.in (just-check): Remove. Move body to...
9157 (check): ... here.
9158
9159 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9160
9161 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
9162 Add a test for duplicated SIGINTs.
9163
9164 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9165
9166 * gdb.threads/schedlock.exp (get_args): Update to work for any
9167 value of NUM.
9168 (Top level): Report the number of threads that did not resume.
9169
9170 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9171
9172 * gdb.dwarf2/dw2-compressed.S: Also define __start.
9173
9174 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9175
9176 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
9177 non-MI prompt.
9178
9179 2008-07-26 Tom Tromey <tromey@redhat.com>
9180
9181 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
9182 (function_struct, function_struct_ptr): New globals.
9183 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
9184 function pointer in a struct.
9185
9186 2008-07-26 Tom Tromey <tromey@redhat.com>
9187
9188 * gdb.base/macscp.exp: Add test for macro lexing bug.
9189
9190 2008-07-18 Tom Tromey <tromey@redhat.com>
9191
9192 * gdb.base/macscp.exp: Add macro tests.
9193
9194 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9195
9196 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
9197
9198 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9199
9200 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
9201
9202 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9203
9204 * gdb.cp/class2.exp: fix for failure on spu-elf
9205
9206 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9207
9208 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
9209
9210 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
9213
9214 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
9215
9216 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
9217
9218 2008-07-11 Kevin Buettner <kevinb@redhat.com>
9219
9220 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
9221 of regexp to account for changes made to GDB in the printing of
9222 byte vectors.
9223
9224 2008-07-11 Tom Tromey <tromey@redhat.com>
9225
9226 * gdb.base/completion.exp: Add 'help' completion test.
9227
9228 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
9231
9232 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9233
9234 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
9235
9236 2008-07-09 Pedro Alves <pedro@codesourcery.com>
9237
9238 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
9239
9240 2008-07-09 Pedro Alves <pedro@codesourcery.com>
9241
9242 * gdb.base/fullname.exp: Restore pwd if compiling failed.
9243
9244 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
9247
9248 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9249
9250 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
9251 previous commit. Add a comment.
9252
9253 2008-06-28 Pedro Alves <pedro@codesourcery.com>
9254
9255 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
9256
9257 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9258
9259 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
9260
9261 2008-06-27 Pedro Alves <pedro@codesourcery.com>
9262
9263 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
9264 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
9265 compiling an executable, link in an object that forces unbuffered
9266 output.
9267 * lib/set_unbuffered_mode.c: New file.
9268
9269 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
9272
9273 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
9274
9275 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
9276 mi_expect_stop.
9277 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
9278 Demand that *running is output.
9279 (detect_async): Perform checking every time.
9280 (mi_send_resuming_command): Extract everything into...
9281 (mi_send_resuming_command_raw): ...this.
9282 (mi_expect_stop): Don't accept any output before *stopped.
9283
9284 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
9285
9286 Robustify mi-simplerun.
9287 * gdb.mi/basics.c (main): Add a call to sleep.
9288 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
9289 * gdb.mi/mi2-cli.exp: Likewise.
9290 * gdb.mi/mi-break.exp: Likewise.
9291
9292 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
9293
9294 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
9295
9296 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9297
9298 * gdb.mi/mi-console.exp: Adjust.
9299 * gdb.mi/mi-syn-frame.exp: Adjust.
9300 * gdb.mi/mi2-console.exp: Adjust.
9301 * gdb.mi/mi2-syn-frame.exp: Adjust.
9302 * lib/mi-support.exp (mi_run_cmd): Adjust.
9303 (mi_send_resuming_command): Adjust.
9304
9305 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9306
9307 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
9308 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
9309 testing of stopped.
9310 * gdb.mi/mi2-syn-frame.exp: Likewise.
9311 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
9312 (async, detect_async): New.
9313 (mi_expect_stop, mi_continue_to_line): Adjust expectation
9314 depending on if we're running in sync or async mode.
9315
9316 2008-06-09 Tom Tromey <tromey@redhat.com>
9317
9318 * gdb.base/completion.exp: New tests for field name completion
9319 with spaces, and field name completion with '->'.
9320
9321 2008-06-06 Tom Tromey <tromey@redhat.com>
9322
9323 * gdb.base/break1.c (struct some_struct): New struct.
9324 (values): New global.
9325 * gdb.base/completion.exp: Add field name completion test.
9326
9327 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9328
9329 * gdb.cp/call-c.exp: Test for incorrect handling of reference
9330 to pointer.
9331 * gdb.cp/call-c.cc: Likewise.
9332
9333 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
9334
9335 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
9336 annotation.
9337
9338 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9339 Pedro Alves <pedro@codesourcery.com>
9340
9341 * gdb.threads/execl.c, gdb.threads/execl1.c,
9342 gdb.threads/execl.exp: New tests.
9343
9344 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
9345 Daniel Jacobowitz <dan@codesourcery.com>
9346
9347 * gdb.cp/exception.exp: Activate test, make it work with pending
9348 catchpoints.
9349
9350 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9351
9352 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
9353
9354 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
9355
9356 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
9357 now printed.
9358 * gdb.mi/mi2-var-cmd.exp: Likewise.
9359
9360 2008-05-27 Andreas Schwab <schwab@suse.de>
9361
9362 * gdb.base/frame-args.exp: Handle arguments that are optimized
9363 out.
9364
9365 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
9366
9367 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
9368 quiet for ppc32 and group options into a single variable.
9369
9370 2008-05-23 Joel Brobecker <brobecker@adacore.com>
9371
9372 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
9373 of zero-size elements.
9374 * gdb.ada/null_array.exp: Test printing this new array.
9375
9376 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9377
9378 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
9379
9380 2008-05-21 Joel Brobecker <brobecker@adacore.com>
9381
9382 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
9383 of the "finish" command.
9384
9385 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
9386
9387 * gdb.base/annota1.exp: Test for new annotation.
9388
9389 2008-05-16 Pedro Alves <pedro@codesourcery.com>
9390
9391 * gdb.base/fixsection.exp: New file.
9392 * gdb.base/fixsection0.c: New file.
9393 * gdb.base/fixsection1.c: New file.
9394
9395 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9396
9397 * gdb.base/annota1.exp: Accept printf@... in place of printf.
9398 * gdb.base/annota3.exp: Likewise.
9399
9400 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
9401
9402 * gdb.base/watch_thread_num.exp: Don't run tests that require
9403 watchpoints if the target doesn't support them.
9404
9405 2008-05-12 Doug Evans <dje@google.com>
9406
9407 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
9408
9409 2008-05-09 Joel Brobecker <brobecker@adacore.com>
9410
9411 * gdb.ada/assign_1.exp: New testcase.
9412
9413 2008-05-09 Doug Evans <dje@google.com>
9414
9415 * gdb.base/find.exp: New file.
9416 * gdb.base/find.c: New file.
9417
9418 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
9419
9420 * gdb.base/commands.exp (watchpoint_command_test): Handle
9421 gdb,no_hardware_watchpoints.
9422 * gdb.base/float.exp: Allow ARM targets without floating point.
9423 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
9424
9425 2008-05-06 Jerome Guitton <guitton@adacore.com>
9426 Joel Brobecker <brobecker@adacore.com>
9427
9428 * gdb.ada/lang_switch: New test program.
9429 * gdb.ada/lang_switch.exp: New testcase.
9430
9431 2008-05-05 Doug Evans <dje@google.com>
9432
9433 * gdb.base/help.exp (disassemble): Update expected help text.
9434
9435 2008-05-04 Pedro Alves <pedro@codesourcery.com>
9436
9437 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
9438
9439 2008-05-04 Pedro Alves <pedro@codesourcery.com>
9440
9441 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
9442 different times.
9443
9444 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9445
9446 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
9447 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
9448 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
9449 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
9450
9451 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
9452
9453 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
9454 notification to appear.
9455
9456 2008-05-04 Daniel Jacobowitz <dan@debian.org>
9457
9458 * gdb.base/fullname.c: New file.
9459 * gdb.base/fullname.exp: New file.
9460 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
9461
9462 2008-05-03 Pedro Alves <pedro@codesourcery.com>
9463
9464 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
9465 expressions with macros.
9466
9467 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
9470
9471 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
9472
9473 * gdb.base/completion.exp: Handle lack of other symbols beginning
9474 with "a".
9475
9476 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
9477
9478 2008-05-02 Jim Blandy <jimb@codesourcery.com>
9479
9480 * gdb.asm/asmsrc1.s: Add scratch space.
9481
9482 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9483 Daniel Jacobowitz <dan@codesourcery.com>
9484
9485 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
9486 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
9487 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
9488
9489 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
9490
9491 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
9492
9493 2008-05-01 Joel Brobecker <brobecker@adacore.com>
9494
9495 * gdb.base/info-target.exp: New testcase.
9496
9497 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9498
9499 * gdb.cp/hang.exp: Use .cc instead of .C.
9500 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
9501 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
9502
9503 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9504
9505 * gdb.base/gdb1250.exp: Remove perror.
9506 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
9507
9508 2008-04-30 Pedro Alves <pedro@codesourcery.com>
9509
9510 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
9511 .2byte.
9512
9513 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
9514
9515 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
9516 (maybe_kfail): New.
9517
9518 2008-04-25 Pedro Alves <pedro@codesourcery.com>
9519
9520 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
9521
9522 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9523
9524 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
9525 * gdb.mi/mi2-syn-frame.exp: Likewise.
9526 * lib/mi-support.exp: Likewise.
9527
9528 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9529
9530 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
9531 to specify regexp for the location to stop at.
9532 * gdb.base/break-always.c: New.
9533 * gdb.base/break-always.exp: New.
9534
9535 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9536
9537 * lib/mi-support.exp (mi_runto_helper): Adjust
9538 for the original-location field.
9539 (mi_create_breakpoint, mi_list_breakpoints): New.
9540 * gdb.mi/mi-break.exp: Adjust.
9541 * gdb.mi/mi2-break.exp: Adjust.
9542 * gdb.mi/mi-pending.exp: Adjust.
9543 * gdb.mi/mi-simplerun.exp: Adjust.
9544 * gdb.mi/mi2-simplerun.exp: Adjust.
9545 * gdb.mi/mi-syn-frame.exp: Adjust.
9546 * gdb.mi/mi2-syn-frame.exp: Adjust.
9547 * gdb.mi/mi-until.exp: Adjust.
9548 * gdb.mi/mi2-until.exp: Adjust.
9549 * gdb.mi/mi-var-display.exp: Adjust.
9550 * gdb.mi/mi2-var-display.exp: Adjust.
9551 * gdb.mi/mi-watch.exp: Adjust.
9552 * gdb.mi/mi2-watch.exp: Adjust.
9553
9554 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
9555
9556 * aclocal.m4: Add override.m4.
9557 * configure: Regenerate.
9558
9559 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
9560
9561 * gdb.mi/var-cmd.c (do_at_tests): Verify that
9562 '-var-update --all-values' reports new value even the type
9563 of a variable object has changed.
9564
9565 2008-04-18 Craig Silverstein <csilvers@google.com>
9566
9567 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
9568 files.
9569
9570 2008-04-18 Joel Brobecker <brobecker@adacore.com>
9571
9572 * gdb.ada/atomic_enum: New test program.
9573 * gdb.ada/atomic_enum.exp: New testcase.
9574
9575 2008-04-17 Doug Evans <dje@google.com>
9576
9577 * gdb.opt/Makefile.in: Fix whitespace.
9578
9579 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9580
9581 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
9582
9583 2008-04-17 Doug Evans <dje@google.com>
9584
9585 * gdb.base/hashline1.exp: New testcase.
9586 * gdb.base/hashline2.exp: New testcase.
9587 * gdb.base/hashline2.exp: New testcase.
9588
9589 2008-04-17 Pedro Alves <pedro@codesourcery.com>
9590
9591 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9592
9593 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
9594
9595 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9596 temporary breakpoint to match "Temporary breakpoint".
9597 * gdb.base/break.exp (delete_breakpoints): Likewise.
9598 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9599 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9600 * gdb.base/display.exp: Likewise.
9601 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9602 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9603 * gdb.base/restore.exp (restore_tests): Likewise.
9604 * gdb.base/sepdebug.exp: Likewise.
9605 * gdb.base/watchpoint.exp: Likewise.
9606 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9607 * gdb.mi/mi-pending.exp: Likewise.
9608 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9609 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9610 * gdb.mi/mi-var-cmd.exp: Likewise.
9611 * gdb.mi/mi-var-display.exp: Likewise.
9612 * gdb.mi/mi2-cli.exp: Likewise.
9613 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9614 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9615 * gdb.mi/mi2-var-display.exp: Likewise.
9616 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9617 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9618 new "disp" field.
9619 (mi_expect_stop): Move after_reason argument to be really after
9620 reason. This is to support fix for PR2424.
9621
9622 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9623
9624 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9625
9626 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
9627
9628 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
9629 field. Add more floating varobj tests.
9630 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
9631 field.
9632 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9633 (main): Call do_at_tests.
9634 * lib/mi-support.exp (mi_create_floating_varobj)
9635 (mi_varobj_update_with_type_change): New.
9636
9637 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
9638
9639 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9640 option of -var-evaluate-expression.
9641 * gdb.mi/mi2-var-display.exp: Likewise.
9642
9643 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
9644
9645 Introduce test setup helpers.
9646 * lib/gdb.exp (build_executable, clean_restart)
9647 (prepare_for_testing): New.
9648 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9649 * gdb.base/return.exp: Likewise.
9650 * gdb.base/ending-run.exp: Likewise.
9651
9652 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
9653
9654 * gdb.mi/mi-async.exp: New test for asynchronous Machine
9655 Interface (MI) responses.
9656
9657 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
9658
9659 * gdb.cp/breakpoint.cc: New code to test conditions involving
9660 member variables.
9661 * gdb.cp/breakpoint.exp: Test condition involving member
9662 variables.
9663
9664 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
9665
9666 * lib/mi-support.exp (mi_expect_stop): New.
9667 (mi_run_cmd): Change the
9668 token. Use mi_send_resuming_command, use
9669 mi_expect_stop.
9670 (mi_execute_to_helper): Rename to mi_execute_to.
9671 (mi_send_resuming_command): Add more error patterns.
9672 (mi_wait_for_stop): Renamed to...
9673 (mi_get_stop_line): ...this.
9674 (mi_run_inline_test): Adjust.
9675
9676 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9677 * gdb.mi/mi-console.exp: Likewise.
9678 * gdb.mi/mi-pending.exp: Likewise.
9679 * gdb.mi/mi-simplerun.exp: Likewise.
9680 * gdb.mi/mi-stack.exp: Likewise.
9681 * gdb.mi/mi-stepi.exp: Likewise.
9682 * gdb.mi/mi-syn-frame.exp: Add comment.
9683 * gdb.mi/mi-until.exp: Likewise.
9684 * gdb.mi/mi-var-display.exp: Likewise.
9685 * gdb.mi/mi-watch.exp: Likewise.
9686 * gdb.mi/mi2-cli.exp: Likewise.
9687 * gdb.mi/mi2-console.exp: Likewise.
9688 * gdb.mi/mi2-simplerun.exp: Likewise.
9689 * gdb.mi/mi2-stack.exp: Likewise.
9690 * gdb.mi/mi2-stepi.exp: Likewise.
9691 * gdb.mi/mi2-until.exp: Likewise.
9692 * gdb.mi/mi2-var-display.exp: Likewise.
9693 * gdb.mi/mi2-watch.exp: Likewise.
9694
9695 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9696
9697 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9698
9699 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9700
9701 2008-04-04 Pedro Alves <pedro@codesourcery.com>
9702
9703 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9704 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9705 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9706 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9707 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9708 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9709 expect an mi error duplicated in stderr.
9710
9711 2008-04-03 Joel Brobecker <brobecker@adacore.com>
9712
9713 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9714 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9715 Add a couple of tests that verify the behavior when the new setting
9716 is set to "cancel" and "all".
9717 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9718 "ask" before we start the testing.
9719
9720 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9721
9722 * gdb.cp/casts.cc: Add class reference variables.
9723 * gdb.cp/casts.exp: New test cases for up/down casting references.
9724
9725 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
9726
9727 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9728 instead of beginning to make an extra test pass.
9729 * gdb.mi/mi2-var-display.exp: Likewise.
9730
9731 2008-03-31 Maciej W. Rozycki <macro@mips.com>
9732
9733 * gdb.base/break.exp: Mark failures as such. Fix formatting.
9734
9735 2008-03-31 Markus Deuling <deuling@de.ibm.com>
9736 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9737
9738 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9739 value. Add xfail for older kernels.
9740
9741 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
9742
9743 Bring mi-support in line with gdb.exp.
9744 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9745 (mi_gdb_start): New function.
9746
9747 2008-03-28 Maciej W. Rozycki <macro@mips.com>
9748
9749 * gdb.mi/mi-var-cmd.exp: Fix a typo.
9750
9751 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9752
9753 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9754 * gdb.mi/mi2-var-display.exp: Likewise.
9755
9756 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9757
9758 * lib/mi-support.exp (mi_create_varobj_checked): New.
9759 (mi_list_varobj_children): Allow to check for a
9760 value.
9761 (mi_list_array_varobj_children): New.
9762
9763 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9764 and mi_list_varobj_children, as opposed to hardcoding
9765 expected strings.
9766 * gdb.mi/gdb701.exp: Likewise.
9767 * gdb.mi/gdb792.exp: Likewise.
9768 * gdb.mi/mi-var-block.exp: Likewise.
9769 * gdb.mi/mi-var-cmd.exp: Likewise.
9770 * gdb.mi/mi-var-invalidate.exp: Likewise.
9771 * gdb.mi/mi2-var-block.exp: Likewise.
9772 * gdb.mi/mi2-var-child.exp: Likewise.
9773 * gdb.mi/mi2-var-cmd.exp: Likewise.
9774 * gdb.mi/mi2-var-display.exp: Likewise.
9775
9776 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9777
9778 Fix random false FAILs on i386.
9779 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
9780
9781 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9782
9783 PR gdb/544
9784 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
9785
9786 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
9787
9788 PR gdb/544
9789 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
9790
9791 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9792
9793 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
9794 fixed PR gdb/544.
9795
9796 2008-03-21 Pedro Alves <pedro@codesourcery.com>
9797
9798 * gdb.threads/fork-child-threads.exp: Test next over fork.
9799
9800 2008-03-21 Chris Demetriou <cgd@google.com>
9801
9802 * gdb.base/break.exp (rbreak junk): New test for rbreak
9803 "Junk at end of arguments" issue.
9804
9805 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9806
9807 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
9808 *& to work on created array elements.
9809 (Top level): Test print $pc with a file. Test string operations
9810 without a target.
9811 * gdb.base/ptype.exp: Do not expect *& to work on created array
9812 elements.
9813
9814 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
9815
9816 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
9817 gdb.threads/staticthreads.exp: Update exit query.
9818
9819 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
9820
9821 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
9822
9823 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
9824
9825 * gdb.base/watchpoint.c (global_ptr, func4): New.
9826 (main): Call func4.
9827 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
9828 (test_inaccessible_watchpoint): New.
9829
9830 2008-02-29 Maciej W. Rozycki <macro@mips.com>
9831
9832 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
9833 select the largest.
9834
9835 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9836
9837 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
9838 frames-invalid annotations.
9839
9840 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
9841
9842 * gdb.base/assign.exp: avoid same output for different tests.
9843
9844 2008-02-27 Doug Evans <dje@google.com>
9845
9846 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
9847 for bug 1738.
9848 (breakpoint_to_handler_entry): Ditto.
9849
9850 2008-02-27 Joel Brobecker <brobecker@adacore.com>
9851
9852 * gdb.base/ending-run.exp: Use the first line of code inside
9853 function body to test breakpoints.
9854 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
9855 location where the breakpoint is inserted when using the line
9856 where a function is declared. Fix typo in the description of
9857 one of the tests.
9858 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
9859
9860 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9861
9862 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
9863 tests.
9864
9865 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
9866
9867 * gdb.base/args.exp: avoid same output for tests
9868 with single quotes.
9869
9870 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
9871
9872 * gdb.base/annota1.exp: Adjust for 'info break'
9873 format changes.
9874 * gdb.base/annota3.exp: Likewise.
9875 * gdb.base/break.exp: Likewise.
9876 * gdb.base/condbreak.exp: Likewise.
9877 * gdb.base/pending.exp: Likewise.
9878 * gdb.base/sepdebug.exp: Likewise.
9879 * gdb.base/unload.exp: Likewise.
9880 * gdb.cp/ovldbreak.exp: Likewise.
9881 * gdb.mi/mi-pending.exp: Likewise.
9882
9883 2008-02-07 Doug Evans <dje@google.com>
9884
9885 * gdb.cp/mb-inline.exp: New.
9886 * gdb.cp/mb-inline.h: New.
9887 * gdb.cp/mb-inline1.cc: New.
9888 * gdb.cp/mb-inline2.cc: New.
9889
9890 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
9891
9892 * gdb.pascal/floats.pas: New test program.
9893 * gdb.pascal/floats.exp: New testcase.
9894
9895 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9896
9897 * gdb.base/callfuncs.c (t_float_many_args): New function.
9898 (t_double_many_args): New function.
9899 * gdb.base/callfuncs.exp: Add tests for exceeding float
9900 and double parameters passed through the stack.
9901
9902 2008-02-05 Joel Brobecker <brobecker@adacore.com>
9903
9904 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
9905 gdb.ada/complete/foo.adb: New files.
9906 * gdb.ada/complete.exp: New testcase.
9907
9908 2008-02-03 Doug Evans <dje@google.com>
9909
9910 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
9911
9912 * gdb.cp/gdb2384.exp: New file.
9913 * gdb.cp/gdb2384.cc: New file.
9914 * gdb.cp/gdb2384-base.h: New file.
9915 * gdb.cp/gdb2384-base.cc: New file.
9916
9917 2008-02-02 Doug Evans <dje@google.com>
9918
9919 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
9920
9921 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9922
9923 * gdb.ada/sym_print_name: New test program.
9924 * gdb.ada/sym_print_name.exp: New testcase.
9925
9926 2007-02-01 Joel Brobecker <brobecker@adacore.com>
9927
9928 * gdb.ada/nested/hello.adb: New file.
9929 * gdb.ada/nested.exp: New testcase.
9930 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
9931
9932 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9933
9934 * gdb.mi/basic.c (return_1): New function.
9935 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
9936 don't cause future evaluations of function to report
9937 creation of internal breakpoints.
9938
9939 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
9940
9941 * gdb.mi/mi-break.exp (test_error): New.
9942 Call it.
9943
9944 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
9945
9946 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
9947 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
9948
9949 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9950
9951 * gdb.pascal/integers.pas: New test program.
9952 * gdb.pascal/integers.exp: New testcase.
9953
9954 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
9955
9956 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
9957
9958 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
9959
9960 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
9961 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
9962
9963 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
9964
9965 * gdb.ada/formatted_ref: New test program.
9966 * gdb.ada/formatted_ref.exp: New testcase.
9967
9968 * gdb.cp/formatted-ref.cc: New file.
9969 * gdb.cp/formatted-ref.exp: New testcase.
9970
9971 2008-01-30 Joel Brobecker <brobecker@adacore.com>
9972
9973 * gdb.base/ptype.exp: Add testing of "ptype $pc".
9974
9975 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
9976
9977 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
9978 (test_file_list_exec_source_file): Update to new macro-info field.
9979
9980 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
9981
9982 * gdb.ada/exprs: New test program.
9983 * gdb.ada/exprs.exp: New testcase.
9984
9985 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9986
9987 * dfp-test.c (DELTA, DELTA_B): New definitions.
9988 (double_val1, double_val2, double_val3, double_val4, double_val5,
9989 double_val6, double_val7, double_val8, double_val9, double_val10,
9990 double_val11, double_val12, double_val13, double_val14, dec32_val1,
9991 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
9992 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
9993 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
9994 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
9995 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
9996 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
9997 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
9998 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
9999 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10000 dec128_val16): New global variables.
10001 (decimal_dec128_align): New function.
10002 (decimal_mixed): Likewise.
10003 (decimal_many_args_dec32): Likewise.
10004 (decimal_many_args_dec64): Likewise.
10005 (decimal_many_args_dec128): Likewise.
10006 (decimal_many_args_mixed): Likewise.
10007 * dfp-test.exp: Add tests calling new inferior functions.
10008
10009 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10010
10011 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10012 gdb.server/ext-run.exp: New files.
10013 * lib/gdbserver-support.exp (gdbserver_download): New.
10014 (gdbserver_start): New. Update gdbserver expected
10015 output.
10016 (gdbserver_spawn): Use them.
10017 (gdbserver_start_extended): New.
10018
10019 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10020
10021 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
10022 Run on GNU/Linux.
10023 (do_exec_tests): Check for systems which do not support catchpoints.
10024 Do not match START.
10025 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
10026 Run on GNU/Linux. Enable verbose output.
10027 (check_fork_catchpoints): New.
10028 (explicit_fork_child_follow, catch_fork_child_follow)
10029 (tcatch_fork_parent_follow): Update expected messages.
10030 (do_fork_tests): Use check_fork_catchpoints.
10031 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
10032 Run on GNU/Linux. Enable verbose output.
10033 (check_vfork_catchpoints): New.
10034 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
10035 expected messages.
10036 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
10037
10038 2008-01-29 Jim Blandy <jimb@red-bean.com>
10039
10040 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
10041 host' errors.
10042 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
10043
10044 2008-01-29 Jim Blandy <jimb@red-bean.com>
10045
10046 * gdb.threads/sigthread.c: Use barriers to ensure that
10047 child_thread and child_thread_two are always initialized before we
10048 start to use them.
10049
10050 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10051
10052 * gdb.base/watchpoint-solib.exp: New.
10053 * gdb.base/watchpoint-solib.c: New.
10054 * gdb.base/watchpoint-solib-shr.c: New.
10055
10056 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
10057
10058 * gdb.base/gdb1056.exp: Add unsigned integer test.
10059
10060 2008-01-28 Doug Evans <dje@google.com>
10061
10062 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
10063
10064 2008-01-27 Jim Blandy <jimb@codesourcery.com>
10065
10066 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
10067
10068 * gdb.base/expand-psymtabs.exp: Doc fix.
10069
10070 2008-01-26 Mark Kettenis <kettenis@gnu.org>
10071
10072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10073
10074 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
10075
10076 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
10077 -var-set-format.
10078
10079 2008-01-23 Chris Demetriou <cgd@google.com>
10080
10081 * gdb.threads/thread_events.c: New testcase source file.
10082 * gdb.threads/thread_events.exp: New testcase expect file.
10083
10084 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10085
10086 * lib/gdb.exp: Add the variable octal.
10087
10088 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
10089 -var-set-format.
10090
10091 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10092 Vladimir Prus <vladimir@codesourcery.com>
10093
10094 * gdb.base/float.exp: Allow missing floating point for m68k and
10095 PowerPC.
10096
10097 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
10098
10099 * gdb.mi/basics.c: Setup for testing breakpoints
10100 ignore count.
10101 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
10102 * gdb.mi/mi-cli.exp: Adjust.
10103 * gdb.mi/mi2-cli.exp: Adjust.
10104
10105 2008-01-17 Pedro Alves <pedro@codesourcery.com>
10106
10107 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
10108 and 'dummy_ptr' integer pointer. Initialize struct_declarations
10109 with dummy_ptr's address.
10110 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
10111 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
10112 all targets.
10113 * gdb.mi/mi2-var-child.exp: Likewise.
10114
10115 2008-01-09 Joel Brobecker <brobecker@adacore.com>
10116
10117 * gdb.ada/null_array: New test program.
10118 * gdb.ada/null_array.exp: New testcase.
10119
10120 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
10121
10122 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
10123 with required float modifiers.
10124
10125 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10126
10127 * gdb.ada/funcall_param: New test program.
10128 * gdb.ada/funcall_param.exp: New testcase.
10129
10130 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10131
10132 * gdb.ada/arrayparam: New test program.
10133 * gdb.ada/arrayparam.exp: New testcase.
10134
10135 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10136
10137 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
10138 landed. Should also fix random failures in the test following it.
10139
10140 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10141
10142 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
10143 for expressions with decimal float values.
10144 (test_dfp_conversions): New function to test casts to and from
10145 decimal float types.
10146 Call test_dfp_conversions.
10147 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
10148 elements.
10149 (main): Initialize ds.float4 and ds.double8 elements.
10150 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
10151 string to new error message.
10152 (d64_set_tests): Likewise.
10153 (d128_set_tests): Likewise.
10154 Add tests for expressions with decimal float variables. Add tests for
10155 conversions to and from decimal float types.
10156
10157 2008-01-05 Joel Brobecker <brobecker@adacore.com>
10158
10159 * gdb.ada/packed_tagged/comp_bug.adb: New file.
10160 * gdb.ada/packed_tagged.exp: New testcase.
10161
10162 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10163
10164 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
10165 gdb.ada/homonym/homonym_main.adb: New files.
10166 * gdb.ada/homonym.exp: New testcase.
10167
10168 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10169
10170 * gdb.ada/packed_array.exp: Add testing of references to
10171 a packed array.
10172
10173 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10174
10175 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
10176 New files.
10177 * gdb.ada/type_coercion.exp: New testcase.
10178
10179 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10180
10181 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
10182 gdb.ada/tagged/foo.adb: New file.
10183 * gdb.ada/tagged.exp: New testcase.
10184
10185 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10186
10187 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
10188 gdb.ada/ptype_field/foo.adb: New files.
10189 * gdb.ada/ptype_field.exp: New testcase.
10190
10191 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10192
10193 * gdb.ada/print_pc.exp: New testcase.
10194
10195 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10196
10197 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
10198 gdb.ada/taft_type/p.adb: New files.
10199 * gdb.ada/taft_type.exp: New testcase.
10200
10201 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10202
10203 * gdb.ada/array_bounds/bar.adb: New file.
10204 * gdb.ada/array_bounds.exp: New testcase.
10205
10206 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10207
10208 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
10209 gdb.ada/arrayptr/foo.adb: New files.
10210 * gdb.ada/arrayptr.exp: New testcase.
10211
10212 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10213
10214 * gdb.base/set-lang-auto.exp: New testcase.
10215
10216 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10217
10218 * gdb.ada/fun_addr/foo.adb: New file.
10219 * gdb.ada/fun_addr.exp: New testcase.
10220
10221 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10222
10223 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
10224 New files
10225
10226 2008-01-02 Joel Brobecker <brobecker@adacore.com>
10227
10228 * array_subscript_addr/p.adb: New file.
10229 * array_subscript_addr.exp: New testcase.
10230
10231 2008-01-02 Joel Brobecker <brobecker@adacore.com>
10232
10233 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
10234 New files.
10235 * gdb.ada/str_cmp_ref.exp: New testcase.
10236
10237 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10238
10239 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
10240 gdb.ada/fun_in_declare/foo.adb: New files.
10241 * gdb.ada/fun_in_declare.exp: New testcase.
10242
10243 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10244
10245 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
10246 gdb.ada/ref_param/pck.ads: New files.
10247 * gdb.ada/ref_param.exp: New testcase.
10248
10249 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10250
10251 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
10252 gdb.ada/interface/foo.adb: New files.
10253 * gdb.ada/interface.exp: New testcase.
10254
10255 2007-12-31 Jim Blandy <jimb@codesourcery.com>
10256
10257 * gdb.base/multi-forks.exp: Consume all output from child
10258 processes before proceeding to next test.
10259
10260 2007-12-29 Jim Blandy <jimb@codesourcery.com>
10261
10262 * configure: Regenerated.
10263
10264 2007-12-27 Joel Brobecker <brobecker@adacore.com>
10265
10266 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
10267 gdb.ada/fixed_cmp/fixed.adb: New files.
10268 * gdb.ada/fixed_cmp.exp: New testcase.
10269
10270 2007-12-27 Joel Brobecker <brobecker@adacore.com>
10271
10272 * gdb.ada/boolean_expr.exp: New testcase.
10273
10274 2007-12-26 Jim Blandy <jimb@codesourcery.com>
10275
10276 * gdb.base/multi-forks.exp: Doc fix.
10277
10278 2007-12-26 Joel Brobecker <brobecker@adacore.com>
10279
10280 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10281 * gdb.ada/char_param.exp: Do not compile our test program with
10282 -gnata, this is unnecessary.
10283 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
10284
10285 2007-12-24 Joel Brobecker <brobecker@adacore.com>
10286
10287 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
10288 gdb.ada/print_chars/foo.adb: New files.
10289 * gdb.ada/print_chars.exp: New testcase.
10290
10291 2007-12-24 Joel Brobecker <brobecker@adacore.com>
10292
10293 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
10294 gdb.ada/char_param/foo.adb: New files.
10295 * gdb.ada/char_param.exp: New testcase.
10296
10297 2007-12-22 Jim Blandy <jimb@codesourcery.com>
10298
10299 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
10300 hard-coding source line numbers into the test.
10301 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
10302 gdb_get_line_number to find.
10303
10304 2007-12-22 Joel Brobecker <brobecker@adacore.com>
10305
10306 * gdb.base/ptype.c (highest): New struct type.
10307 (the_highest): New variable of that type.
10308 (main): Add dummy assignment to a field of variable the_highest.
10309 * gdb.base/ptype.exp: Test type printing of our new variable.
10310
10311 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
10312
10313 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
10314 and record first explicitly generated thread number.
10315 Use that thread number for thread specific watchpoint test.
10316 Add iteration number to repetitive tests.
10317
10318 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
10319 Jim Blandy <jimb@codesourcery.com>
10320
10321 * gdb.base/expand-psymtabs.c: New testcase
10322 source file.
10323 * gdb.base/expand-psymtabs.exp: New testcase
10324 expect file.
10325
10326 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
10327
10328 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
10329 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
10330
10331 2007-12-17 Joel Brobecker <brobecker@adacore.com>
10332
10333 * gdb.ada/frame_args/foo.adb: New file.
10334 * gdb.ada/frame_args/pck.ads: New file.
10335 * gdb.ada/frame_args/pck.adb: New file.
10336 * gdb.ada/frame_args.exp: New testcase.
10337
10338 2007-12-17 Joel Brobecker <brobecker@adacore.com>
10339
10340 * gdb.base/frame-args.c: New file.
10341 * gdb.base/frame-args.exp: New testcase.
10342
10343 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
10344 Joseph Myers <joseph@codesourcery.com>
10345
10346 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
10347
10348 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
10349
10350 * gdb.mi/mi-pending.exp: New.
10351 * gdb.mi/mi-pending.c: New.
10352 * gdb.mi/mi-pendshr.c: New.
10353
10354 2007-12-06 Jim Blandy <jimb@codesourcery.com>
10355
10356 * gdb.base/default.exp: Update expected output for 'info catch'.
10357
10358 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10359
10360 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
10361 must be set to binary.
10362
10363 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
10364
10365 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
10366
10367 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10368
10369 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
10370 gdb.mi/mi-file-transfer.exp: New.
10371
10372 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10373
10374 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
10375
10376 2007-11-22 Maciej W. Rozycki <macro@mips.com>
10377
10378 * gdb.trace/backtrace.exp: Fix a typo.
10379 * gdb.trace/circ.exp: Likewise.
10380 * gdb.trace/collection.exp: Likewise.
10381 * gdb.trace/limits.exp: Likewise.
10382 * gdb.trace/report.exp: Likewise.
10383 * gdb.trace/tfind.exp: Likewise.
10384 * gdb.trace/while-dyn.exp: Likewise.
10385
10386 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
10387
10388 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
10389 objects of pointers that can't be dereferenced are now
10390 "noneditable".
10391
10392 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10393
10394 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
10395 (target_cpu): Remove.
10396
10397 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
10398
10399 * gdb.base/ending-run.exp: Expect the list of cleared
10400 breakpoint to come in natural order, not the reversed one.
10401
10402 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
10403
10404 * gdb.mi/mi-var-child.c (do_child_deletion): New.
10405 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
10406
10407 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
10408
10409 * gdb.base/printcmds.exp: New function
10410 test_printf_with_dfp.
10411
10412 2007-11-02 Doug Evans <dje@google.com>
10413
10414 * gdb.disasm/t01_mov.s: Remove carriage returns.
10415 * gdb.disasm/t02_mova.s: Ditto.
10416 * gdb.disasm/t03_add.s: Ditto.
10417 * gdb.disasm/t04_sub.s: Ditto.
10418 * gdb.disasm/t05_cmp.s: Ditto.
10419 * gdb.disasm/t06_ari2.s: Ditto.
10420 * gdb.disasm/t07_ari3.s: Ditto.
10421 * gdb.disasm/t08_or.s: Ditto.
10422 * gdb.disasm/t09_xor.s: Ditto.
10423 * gdb.disasm/t10_and.s: Ditto.
10424 * gdb.disasm/t11_logs.s: Ditto.
10425 * gdb.disasm/t12_bit.s: Ditto.
10426 * gdb.disasm/t13_otr.s: Ditto.
10427
10428 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10429
10430 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
10431
10432 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10433
10434 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
10435 provide DFP support.
10436
10437 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
10438
10439 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
10440 Test "set powerpc vector-abi". Skip auto-detection tests for old
10441 toolchains.
10442
10443 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
10444
10445 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
10446 with [string compare].
10447
10448 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
10449
10450 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
10451 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
10452
10453 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
10454
10455 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
10456 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
10457 * gdb.opt/Makefile.in: New makefile.
10458 * Makefile.in: Create new directory "gdb.opt".
10459 * configure.ac: Add "gdb.opt" directory.
10460 * configure: Regenerated.
10461
10462 2007-10-25 Doug Evans <dje@google.com>
10463
10464 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
10465 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
10466
10467 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
10468 Thiago Jung Bauermann <bauerman@br.ibm.com>
10469
10470 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
10471 Floating Point expressions.
10472 * gdb.base/dfp-test.exp: new file adding tests for Decimal
10473 Floating Point variables.
10474 * gdb.base/dfp-test.c: new file containing program with Decimal
10475 Floating variables, used by gdb.base/dfp-test.exp.
10476
10477 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10478
10479 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
10480
10481 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10482
10483 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
10484 compiling test case with GCC.
10485 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
10486
10487 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10488
10489 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10490 format changes.
10491
10492 2007-10-18 Michael Snyder <msnyder@specifix.com>
10493
10494 * gdb.base/dbx.exp: Add missing "-re " operator.
10495
10496 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
10497
10498 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
10499 * configure.ac: Removed trailing spaces after backslash.
10500 * gdb.modula2: New directory.
10501 * gdb.modula2/Makefile.in: New file.
10502 * gdb.modula2/unbounded-array.exp: New file.
10503 * gdb.modula2/unbounded1.c: New file.
10504
10505 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10506
10507 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
10508
10509 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
10510
10511 * gdb.base/sigstep.c (main): Add checks for
10512 return values for setitimer call.
10513 Call setitimer again with itimer = ITIMER_REAL
10514 if first call to setitimer fails.
10515
10516 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
10517
10518 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
10519 of $timeout.
10520
10521 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10522
10523 * gdb.server/server-run.exp: Test for dynamic linker symbols.
10524
10525 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
10526
10527 * lib/gdb.exp (gdb_run_cmd): Move comment outside
10528 of gdb_expect call, to avoid interruption.
10529
10530 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
10531
10532 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
10533 (v_unsigned_long_long, v_long_long_array)
10534 (v_signed_long_long_array, v_unsigned_long_long_array)
10535 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
10536 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
10537 [!NO_LONG_LONG]: New.
10538 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
10539 v_long_long_member.
10540
10541 (v_long_long_func, v_signed_long_long_func)
10542 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
10543 (main) [!NO_LONG_LONG]: Initialize long long variants.
10544
10545 * gdb.base/whatis.exp: If board file requests no_long_long, build
10546 test with NO_LONG_LONG defined. Test long long, signed long long,
10547 and unsigned long long variants but only if board file doesn't
10548 disable it.
10549
10550 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
10551 Daniel Jacobowitz <dan@codesourcery.com>
10552
10553 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
10554 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
10555 * configure: Regenerated.
10556 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
10557 gdb.pascal/types.exp, lib/pascal.exp: New files.
10558
10559 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
10560
10561 * gdb.cp/classes.exp (do_tests): Always step to the line after the
10562 call.
10563 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
10564 to return to the call.
10565 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
10566 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
10567 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
10568 * gdb.mi/mi-until.exp (test_until): Likewise.
10569 * gdb.mi/mi2-until.exp (test_until): Likewise.
10570
10571 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
10572
10573 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
10574 two-char array.
10575 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
10576
10577 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
10578
10579 * gdb.threads/watchthreads.c (thread_function): Sleep between
10580 iterations.
10581 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
10582 at once for S/390. Generate matching fails and passes.
10583
10584 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
10585
10586 * gdb.mi/var-cmd.c (do_children_tests): Initialize
10587 the 'struct_declarations' variable to zeros.
10588
10589 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
10590
10591 * gdb.cp/mb-ctor.cc: New.
10592 * gdb.cp/mb-ctor.exp: New.
10593 * gdb.cp/mb-templates.cc: New.
10594 * gdb.cp/mb-templates.exp: New.
10595
10596 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
10597
10598 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10599
10600 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
10601
10602 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10603 targets.
10604 * configure: Regenerate.
10605
10606 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
10607
10608 * gdb.base/annota1.exp: Adjust for 'info break'
10609 format changes.
10610 * gdb.base/annota3.exp: Likewise.
10611 * gdb.base/break.exp: Likewise.
10612 * gdb.base/condbreak.exp: Likewise.
10613 * gdb.base/pending.exp: Likewise.
10614 * gdb.base/sepdebug.exp: Likewise.
10615 * gdb.base/unload.exp: Likewise.
10616 * gdb.base/ovldbreak.exp: Likewise.
10617
10618 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
10619
10620 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10621 messages.
10622 * gdb.base/chng-syms.exp: Likewise.
10623 * gdb.base/unload.exp: Likewise.
10624
10625 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10626
10627 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10628
10629 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10630
10631 * schedlock.c (NUM): Change to 1.
10632 (main): Use args[0] for the main thread.
10633 * schedlock.exp: Only expect two threads. Only issue one pass or fail
10634 regardless of the number of threads.
10635
10636 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10637
10638 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10639 type down.
10640 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10641 test.
10642 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10643 watchpoint type down.
10644 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10645 test.
10646
10647 2007-09-14 Maciej W. Rozycki <macro@mips.com>
10648
10649 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10650 Move all the tests here and run them twice, once using software
10651 watchpoints and once using hardware watchpoints.
10652 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10653
10654 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
10655
10656 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10657 test.
10658
10659 2007-09-10 Mark Kettenis <kettenis@gnu.org>
10660
10661 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10662 build-id.
10663
10664 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10665 know about $ORIGIN. Calculate output dir from $dest instead of
10666 using ${objdir}/{$subdir}.
10667
10668 2007-09-09 Mark Kettenis <kettenis@gnu.org>
10669
10670 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10671 gcore, before continuing with the test.
10672
10673 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
10674
10675 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10676 * gdb.mi/mi-watch.exp: Likewise.
10677
10678 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10679 Jim Blandy <jimb@codesourcery.com>
10680
10681 * gdb.arch/i386-sse.exp: Do not expect character constants.
10682 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10683 * gdb.base/display.exp: Allow print/s.
10684 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10685 and unsigned char array changes.
10686
10687 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10688
10689 * gdb.base/display.exp: Add tests for printf %p.
10690
10691 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10692
10693 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10694 the dll name to unicode.
10695
10696 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.base/default.exp (show version): Update the version text.
10699 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10700
10701 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10702
10703 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10704 New files.
10705
10706 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10707
10708 * lib/gdb.exp (build_id_debug_filename_get): New function.
10709 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10710 Remove the generate DEBUG file for the future testcase runs.
10711 New testcase for the NT_GNU_BUILD_ID retrieval.
10712 Move the final testing step to ...
10713 (test_different_dir): ... a new function.
10714 New parameter XFAIL to XFAIL all the tests performed.
10715 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10716 New parameter TYPE to PF_PREFIX all the tests performed.
10717
10718 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
10719
10720 * gdb.mi/mi-var-cp.cc (path_expression): New
10721 function.
10722 * gdb.mi/mi-var-cp.exp: Run path exression tests.
10723
10724 2007-08-27 Markus Deuling <deuling@de.ibm.com>
10725
10726 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10727 to fit into SPU Local Store memory.
10728
10729 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10730
10731 * gdb.base/default.exp: Adjust the expected output of "info
10732 warranty" after the switch to GPLv3.
10733
10734 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10735
10736 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10737 to 30000 (from 20000).
10738
10739 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10740
10741 Switch the license of all .exp files to GPLv3.
10742 Switch the license of all .f and .f90 files to GPLv3.
10743 Switch the license of all .s and .S files to GPLv3.
10744
10745 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10746
10747 * configure.ac: Switch license to GPLv3.
10748
10749 2007-08-23 Joel Brobecker <brobecker@adacore.com>
10750
10751 Switch the licensing to GPLv3 for all .ads and .adb files.
10752
10753 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
10754
10755 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10756 and t_int_double.
10757 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10758
10759 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10760
10761 * gdb.base/step-line.c: Switch license to GPL version 3, and
10762 update copyright year.
10763 * gdb.base/step-line.inp: Likewise.
10764
10765 2007-08-17 Joel Brobecker <brobecker@adacore.com>
10766
10767 * gdb.base/gdb1555.exp: Make expected output immune to formatting
10768 changes inside gdb1555.c.
10769 * gdb.base/pending.exp: Likewise.
10770
10771 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
10772
10773 * config/default.exp: New file.
10774
10775 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
10776
10777 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
10778 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
10779
10780 2007-07-30 Maciej W. Rozycki <macro@mips.com>
10781
10782 * gdb.base/dump.exp: Force the correct endianness for binary
10783 formats not carrying this information.
10784
10785 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10786
10787 * gdb.threads/staticthreads.exp: Match .*sem_post.
10788
10789 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
10790
10791 * gdb.base/readline.exp (operate_and_get_next): Match the final
10792 prompt.
10793
10794 2007-07-23 Kevin Buettner <kevinb@redhat.com>
10795
10796 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
10797 to restarting SID.
10798
10799 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10800
10801 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
10802 prior to `gdb_start'.
10803
10804 2007-07-18 Kevin Buettner <kevinb@redhat.com>
10805
10806 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
10807 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
10808 Remove call to gdb_unload.
10809
10810 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
10811 Daniel Jacobowitz <dan@codesourcery.com>
10812
10813 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
10814 for __WIN32__.
10815 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
10816 * gdb.base/unload.exp: Use shared library test routines.
10817
10818 2007-07-03 Markus Deuling <deuling@de.ibm.com>
10819
10820 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
10821 * gdb.base/solib-symbol-lib.c: Likewise.
10822 * gdb.base/solib-symbol-main.c: Likewise.
10823
10824 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
10825
10826 * config/gdbserver.exp (gdb_reconnect): New.
10827 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
10828 gdb.base/solib-disc.exp: New files.
10829 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
10830 remote debugging".
10831 (gdb_compile): Add shlib_load flag.
10832 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
10833 port.
10834 (gdbserver_reconnect): New.
10835
10836 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
10837 Daniel Jacobowitz <dan@codesourcery.com>
10838
10839 * gdb.base/annota3.exp: Test for if construct.
10840
10841 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
10842
10843 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
10844
10845 2007-06-21 Chris Dearman <chris@mips.com>
10846 Maciej W. Rozycki <macro@mips.com>
10847
10848 * gdb.base/display.exp: Allow a newline after display/i.
10849 * gdb.base/pc-fp.exp: Likewise.
10850 * gdb.base/sigbpt.exp: Likewise.
10851
10852 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
10853
10854 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
10855 required features to be included.
10856
10857 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
10858
10859 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
10860 in info threads output.
10861
10862 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10863 Markus Deuling <deuling@de.ibm.com>
10864
10865 * gdb.arch/spu-info.exp: New testcase.
10866 * gdb.arch/spu-info.c: New file.
10867
10868 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
10869
10870 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
10871 tpcs_offset. Restore lr after the call.
10872 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
10873
10874 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
10875
10876 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
10877 (gdbserver_run): Kill any running gdbserver.
10878 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
10879
10880 2007-05-17 Maciej W. Rozycki <macro@mips.com>
10881
10882 * gdb.base/sigbpt.exp: Preset segv_addr.
10883
10884 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
10885
10886 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
10887 (gdb_compile_shlib): Likewise.
10888 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
10889 (default_gdb_init): Clear cleanfiles.
10890 (gdb_finish): Delete recorded cleanfiles.
10891 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
10892
10893 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
10894 Do not use isnative.
10895 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
10896 gdb.base/so-impl-ld.exp: Likewise.
10897 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
10898 * gdb.base/unload.exp: Likewise. Do not pass empty option to
10899 gdb_compile.
10900
10901 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
10902
10903 * config/unknown.exp: Remove.
10904
10905 2007-05-15 Markus Deuling <deuling@de.ibm.com>
10906
10907 * gdb.base/info-proc.exp: Check is_remote.
10908
10909 2007-05-14 Markus Deuling <deuling@de.ibm.com>
10910
10911 * gdb.base/gcore.exp: Initialize variable core_supported.
10912
10913 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10914
10915 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
10916
10917 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10918
10919 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
10920 * gdb.threads/print-threads.exp (test_all_threads): Allow
10921 negative and hexadecimal thread IDs.
10922
10923 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
10924
10925 * gdb.java/jprint.java (public): Avoid invalid call to static
10926 method.
10927
10928 2007-05-14 Denis Pilat <denis.pilat@st.com>
10929
10930 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
10931 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
10932 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10933 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
10934 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
10935
10936 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10937
10938 * gdb.base/overlays.exp: Add support for targets with only code
10939 overlay support, not data overlay. Support spu-*-* target in
10940 this mode.
10941 * gdb.base/ovlymgr.c: Provide stubs for spu target.
10942 * gdb.base/spu.ld: New file.
10943
10944 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
10945
10946 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
10947
10948 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
10949
10950 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
10951
10952 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10953
10954 * gdb.java/jmain.exp: Handle demangled names with and without method
10955 signatures.
10956
10957 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
10958
10959 * gdb.mi/mi-syn-frame.c (main, foo, bar)
10960 (have_a_very_merry_interrupt): Remove calls to puts.
10961 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
10962 inferior output.
10963 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
10964 test names.
10965
10966 2007-04-29 Markus Deuling <deuling@de.ibm.com>
10967 Daniel Jacobowitz <dan@codesourcery.com>
10968
10969 * gdb.base/auxv.exp (core_works): Also check is_remote.
10970 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
10971
10972 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
10973
10974 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
10975 message, not the undefined 'module' variable.
10976 * gdb.base/siginfo.exp: Likewise.
10977 * gdb.base/sigstep.exp: Likewise.
10978 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
10979 serialport.
10980 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
10981
10982 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
10983
10984 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
10985 target sim fails. Return 0 otherwise.
10986 (gdb_load): Return prematurely if gdb_target_sim fails.
10987
10988 2007-04-16 Denis Pilat <denis.pilat@st.com>
10989
10990 * gdb.base/setshow.exp: Reset height after having set it to 100.
10991
10992 2007-04-16 Denis Pilat <denis.pilat@st.com>
10993
10994 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
10995
10996 2007-04-16 Denis Pilat <denis.pilat@st.com>
10997
10998 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
10999
11000 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
11001
11002 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11003 tests. Run the frozen varobjs test.
11004 * gdb.mi/var-cmd.c (do_frozen_tests): New.
11005 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
11006
11007 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11008
11009 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11010 gdb.base/type-opaque.exp: New files.
11011
11012 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
11013
11014 * gdb.mi/mi-var-child.c
11015 (do_children_tests): User char[2] instead of
11016 char so that automatic printing of pointers to char
11017 don't give unpredicable result.
11018 * gdb.mi/var-cmd.c (do_locals_test): Initialize
11019 local variables.
11020 * gdb.mi/mi-var-child.exp: Step to right line
11021 of do_children_tests.
11022 * gdb.mi/mi2-var-child.exp: Likewise.
11023 * gdb.mi/mi-var-cmd.exp: Step to right line of
11024 do_locals_tests.
11025 (do_children_tests): User char[2] instead of
11026 char so that automatic printing of pointers to char
11027 don't give unpredicable result.
11028 * gdb.mi/mi2-var-cmd.exp: Likewise.
11029 * lib/mi-support.exp (mi_continue_to_line):
11030 Pass test name to mi_wait_for_stop.
11031
11032 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11033
11034 * gdb.asm/asm-source.exp: Remove d10v case.
11035 * lib/gdb.exp (skip_cplus_tests): Likewise.
11036 * gdb.asm/d10v.inc: Deleted.
11037
11038 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11039
11040 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
11041
11042 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11043
11044 * config/netware.exp: Delete file.
11045
11046 2007-03-29 Joel Brobecker <brobecker@adacore.com>
11047
11048 * gdb.dwarf2/dw2-noloc.S: New file.
11049 * gdb.dwarf2/dw2-noloc.exp: New file.
11050
11051 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
11052
11053 * gdb.cp/method2.cc: New test.
11054 * gdb.cp/method2.exp: New test.
11055 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
11056
11057 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11058
11059 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
11060
11061 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
11062
11063 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
11064
11065 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11066
11067 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
11068 (gdb_load): Delete, replace with...
11069 (gdb_reload): ...this.
11070 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
11071 * gdb.server/server-mon.exp: Likewise.
11072 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
11073 (gdb_start_cmd): New.
11074 (gdb_file_cmd): Save the last loaded file.
11075 (gdb_reload): New.
11076 (gdb_gnu_strip_debug): Use transform.
11077 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
11078 support here. Use new $last_loaded_file. Check mtime.
11079 (gdb_target_cmd): Handle ObjC failure case.
11080 (infer_host_exec): Delete.
11081 (gdbserver_load): Rename to...
11082 (gdbserver_run): ...this. Simplify.
11083 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
11084 (mi_gdb_load): Move most contents to a new function...
11085 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
11086 (mi_run_cmd): Use mi_gdb_target_load.
11087 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
11088 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
11089 Use gdb_run_cmd.
11090 * gdb.base/charsign.exp: Remove incorrect comment.
11091 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
11092 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
11093 gdb.base/start.exp: Use gdb_start_cmd.
11094
11095 2007-03-23 Nigel Stephens <nigel@mips.com>
11096 Maciej W. Rozycki <macro@mips.com>
11097
11098 * gdb.base/sigbpt.exp: Fix the message when skipping test.
11099 * gdb.base/signull.exp: Similarly.
11100
11101 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11102
11103 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
11104 messages available to test cases (like chng-sym.exp).
11105
11106 2007-03-14 Andreas Schwab <schwab@suse.de>
11107
11108 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11109 format changes.
11110
11111 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
11112
11113 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
11114 (optimized_1): New.
11115 (main): Call optimized_1.
11116 (gdb2029): Correct typos. Call gdb2029_marker.
11117 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
11118 for gdb2029.
11119
11120 2007-03-12 Mark Kettenis <kettenis@gnu.org>
11121
11122 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
11123 as tabs. Remove redundant test pattern.
11124
11125 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11126
11127 * gdb.base/long_long.exp: Accept optional symbol name in <...>
11128 for /a format output.
11129
11130 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
11131
11132 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
11133 collect output incrementally.
11134
11135 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11136
11137 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
11138 for -var-create lpcharacter test.
11139 * gdb.mi/mi2-var-cmd.exp: Likewise.
11140
11141 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11142
11143 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
11144 pass on targets where address zero is readable.
11145
11146 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11147
11148 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
11149 just a single architecture.
11150
11151 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11152
11153 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
11154 (fetch_all_registers): New function, uses gdb_test_multiple and
11155 exp_continue to fetch inferior output line-by-line.
11156 Replace all uses of do_get_all_registers by fetch_all_registers.
11157
11158 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11159
11160 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
11161 in target_info.
11162
11163 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11164
11165 * gdb.threads/manythreads.exp: Use $message string for
11166 consistancy; add a default (timeout) case.
11167
11168 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11169
11170 * gdb.base/watchpoint.exp: Fix truncated comment.
11171
11172 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11173
11174 * Makefile.in: Remove spurious single-quotes from sed command.
11175
11176 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
11177
11178 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
11179 func.
11180 * gdb.mi/mi2-var-cmd.exp: Likewise.
11181
11182 2007-02-27 Joel Brobecker <brobecker@adacore.com>
11183
11184 * gdb.dwarf2/dw2-producer.S: New file.
11185 * gdb.dwarf2/dw2-producer.exp: New testcase.
11186
11187 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
11188
11189 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11190 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11191 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11192 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11193 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11194 Revert tests to use mi_gdb_test and include value field in output
11195 of -var-create.
11196
11197 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11198
11199 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
11200
11201 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11202
11203 * gdb.base/maint.exp: Remove full paths from test names.
11204 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
11205 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
11206
11207 2007-02-27 Joel Brobecker <brobecker@adacore.com>
11208
11209 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
11210
11211 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11212
11213 * gdb.server/server-mon.exp: New test.
11214
11215 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11216
11217 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
11218
11219 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11220
11221 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
11222 register capitalization.
11223
11224 2007-02-13 Denis Pilat <denis.pilat@st.com>
11225
11226 * gdb.mi/mi-var-invalidate.exp: New file.
11227
11228 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11229
11230 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
11231
11232 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11233
11234 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
11235
11236 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11237
11238 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
11239 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
11240
11241 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
11242
11243 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11244 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11245 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11246 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11247 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11248 * gdb.mi/gdb792.exp, lib/mi-support.exp:
11249 Update tests to include value field in output of -var-create.
11250
11251 2007-02-08 Andreas Schwab <schwab@suse.de>
11252
11253 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
11254
11255 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
11256
11257 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
11258 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
11259
11260 2007-02-02 Denis Pilat <denis.pilat@st.com>
11261
11262 * gdb.threads/threadapply.exp: check that frame is not changed by
11263 the thread apply all command.
11264
11265 2007-01-31 Andreas Schwab <schwab@suse.de>
11266
11267 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11268
11269 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
11270 in the dwarf sections.
11271 * gdb.dwarf2/mac-fileno.S: Likewise.
11272
11273 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
11274 bspstore register on ia64.
11275
11276 2007-01-29 Andreas Schwab <schwab@suse.de>
11277
11278 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
11279 "frame-begin" annotation.
11280
11281 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
11282 number of "frames-invalid" annotations.
11283
11284 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11285
11286 * gdb.base/commands.exp: Call if_commands_test.
11287 (gdb_test_no_prompt, if_commands_test): New.
11288
11289 2007-01-28 Mark Kettenis <kettenis@gnu.org>
11290
11291 * gdb.threads/sigthread.c (NSIGS): Make bigger.
11292
11293 2007-01-27 Andreas Schwab <schwab@suse.de>
11294
11295 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
11296 .short/.int/.quad in the dwarf sections.
11297 * gdb.dwarf2/dw2-intercu.S: Likewise.
11298 * gdb.dwarf2/dw2-intermix.S: Likewise.
11299
11300 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11301
11302 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
11303 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
11304 array.
11305 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
11306 * gdb.base/setvar.exp: Likewise.
11307
11308 2007-01-26 Andreas Schwab <schwab@suse.de>
11309
11310 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
11311 test.
11312
11313 * gdb.base/multi-forks.exp ("restart $i"): Also match
11314 __kernel_syscall_via_break.
11315
11316 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
11317
11318 * lib/mi-support.exp (mi_delete_varobj): New.
11319 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
11320 testcase.
11321 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
11322 (main): Call the above.
11323 (reference_update_test, base_in_reference_test)
11324 (reference_to_pointer): Delete the created varobjs.
11325
11326 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
11327
11328 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
11329 * configure: Regenerated.
11330 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
11331 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
11332 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
11333 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
11334 * lib/gdb.exp (gdb_skip_xml_test): New function.
11335
11336 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
11337
11338 * gdb.base/sigrepeat.exp: Correct error message.
11339
11340 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11341 Daniel Jacobowitz <dan@codesourcery.com>
11342
11343 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
11344 gdb.arch/i386-gnu-cfi-asm.S: New files.
11345
11346 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11347
11348 * lib/gdb.exp: Abort on missing `site.exp'.
11349
11350 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11351 Daniel Jacobowitz <dan@codesourcery.com>
11352
11353 * gdb.base/included.c, gdb.base/included.exp,
11354 gdb.base/included.h: New files.
11355
11356 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11357
11358 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
11359 (maximize_rlimit): Reduce limits on 64-bit systems.
11360
11361 2007-01-19 Mark Kettenis <kettenis@gnu.org>
11362
11363 From Marcus Deuling <deuling@de.ibm.com>:
11364 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
11365 every case.
11366
11367 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
11368
11369 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
11370 (test_path_specification): Use objdir instead of srcdir to always
11371 get an absolute filename.
11372
11373 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
11374
11375 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
11376
11377 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
11378
11379 * gdb.mi/mi-var-cp.cc (reference_update_tests):
11380 Make sure the variable we're using is in scope.
11381 (reference_to_pointer): Likewise.
11382
11383 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11384
11385 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
11386 has no debug information.
11387
11388 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11389
11390 * gdb.base/annota1.exp: Remove extra send_gdb.
11391
11392 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11393
11394 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
11395
11396 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11397
11398 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
11399
11400 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
11401 Daniel Jacobowitz <dan@codesourcery.com>
11402
11403 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
11404 lcharacter or linteger change. Correct duplicated test name.
11405 * gdb.mi/mi2-var-cmd.exp: Likewise.
11406
11407 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11408
11409 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
11410
11411 2007-01-05 Joel Brobecker <brobecker@adacore.com>
11412
11413 * gdb.base/nofield.c: New file.
11414 * gdb.base/nofield.exp: New testcase.
11415
11416 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
11417
11418 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
11419
11420 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
11421 test.
11422
11423 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
11424
11425 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
11426
11427 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
11428
11429 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
11430 when continuing.
11431
11432 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11433
11434 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
11435 Expect ".exe" extension.
11436
11437 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11438
11439 * gdb.base/charset.exp: Add explicit filename to break.
11440 * gdb.base/dbx.exp: Add explicit filename to breaks.
11441
11442 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11443
11444 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
11445 * gdb.mi/mi2-file.exp: Likewise.
11446
11447 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
11448
11449 Implement specification of MI tests as comments
11450 in C and C++ sources.
11451 * lib/mi-support.exp (mi_autotest_data): New variable.
11452 (mi_autotest_source): New variable.
11453 (count_newlines, mi_prepare_inline_tests)
11454 (mi_get_inline_test, mi_continue_to_line)
11455 (mi_run_inline_test, mi_tbreak)
11456 (mi_send_resuming_command, mi_wait_for_stop): New functions.
11457 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
11458 Run inline tests.
11459 * gdb.mi/mi-var-cp.cc: Define tests here.
11460
11461 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
11462
11463 Simplify usage of mi_continue_to.
11464 * lib/mi-support.exp (mi_runto_helper): Renamed
11465 from mi_runto, added new parameter 'run_or_continue'.
11466 (mi_runto): Use mi_runto_helper.
11467 (mi_continue_to): Accept just function name as parameter.
11468 Use mi_runto_helper.
11469 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
11470 * gdb.mi/mi2-var-cmd.exp: Likewise.
11471
11472 2006-01-04 Joel Brobecker <brobecker@adacore.com>
11473
11474 Make this testcase a bit more realistic. The current code
11475 is too simplistic, and allows the compiler to optimize out
11476 some of the entities we need for this testcase.
11477 * gdb.ada/null_record/bar.ads (Void_Star): New type.
11478 (Do_Nothing): Add extra parameter.
11479 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
11480 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
11481 by using a variable of type Void_Star.
11482
11483 2006-01-04 Joel Brobecker <brobecker@adacore.com>
11484
11485 * gdb.ada/catch_ex/foo.adb: New file.
11486 * gdb.ada/catch_ex.exp: New testcase.
11487
11488 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
11489
11490 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
11491 pass --image-base to linker.
11492
11493 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11494 Daniel Jacobowitz <dan@codesourcery.com>
11495
11496 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
11497 secondary prompts.
11498
11499 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11500
11501 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
11502 output. Test the types of members and member pointers.
11503 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
11504 gdb/2092.
11505 * gdb.cp/member-ptr.exp: Search for a comment instead of a
11506 statement. Enable for GCC. Update expected output for some tests
11507 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
11508 layout.
11509 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
11510 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
11511 (Diamond::vget_base): New.
11512 (main): Add new tests.
11513 * gdb.cp/printmethod.exp: Update expected output for member functions.
11514 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
11515 print pEe->D::vg().
11516
11517 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11518
11519 * gdb.threads/tls.exp: Allow stops in sem_post.
11520
11521 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
11522
11523 * gdb.base/annota1.exp: Allow .*printf in backtraces.
11524 * gdb.base/annota3.exp: Likewise.
11525 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
11526 again (instead of timing out).
11527 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
11528 GCC bug 26475.
11529 * gdb.java/jmisc.exp: Adjust to work with method signatures including
11530 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
11531 test from jmisc1.exp.
11532 * gdb.java/jmisc1.exp: Delete.
11533 * gdb.java/jprint.exp: Adjust to work with method signatures including
11534 return types.
11535 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
11536 * gdb.threads/linux-dp.exp: Don't be confused by program output.
11537 * lib/java.exp (compile_java_from_source): Pass the correct type
11538 to target_compile.
11539
11540 2006-12-31 Joel Brobecker <brobecker@adacore.com>
11541
11542 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
11543 (stack_align_edx): New function.
11544 (stack_align_eax): New function.
11545 (main): Add calls to stack_align_edx and stack_align_eax.
11546 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
11547 Add testing for the cases where the register used during a stack
11548 realignment is edx. Same for eax.
11549
11550 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
11551
11552 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
11553 and generic PE targets.
11554
11555 2006-12-29 Joel Brobecker <brobecker@adacore.com>
11556
11557 * gdb.ada/array_return.exp: Update copyright date list.
11558
11559 2006-12-27 Joel Brobecker <brobecker@adacore.com>
11560
11561 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
11562 (Create_Small_Float_Vector): New function.
11563 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
11564 function body.
11565 * gdb.ada/array_return/p.adb: Use new type and function from
11566 package Pck.
11567 * gdb.ada/array_return.exp: Add a test verifying that GDB is
11568 able to print the value returned by a function returning an
11569 array of float.
11570
11571 2006-12-20 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
11574 The associated tests should be PASSing.
11575
11576 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11577
11578 Test for base in references.
11579 * gdb.mi/mi-var-cp.cc: Add test code.
11580 * gdb.mi/mi-var-cp.exp: Test for bases in references.
11581 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
11582 * gdb.mi/mi2-watch.exp: Likewise.
11583 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
11584 (mi_list_varobj_children): New function.
11585
11586 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11587
11588 * lib/mi-support.exp
11589 (mi_runto): Accept "()" after function name.
11590 (mi_create_varobj): New function.
11591 (mi_varobj_update): New function.
11592 (mi_Check_varobj_value): New function.
11593 * gdb.mi/mi-var-cp.exp: New file.
11594 * gdb.mi/mi-var-cp.cc: New file.
11595
11596 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
11597
11598 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11599 gdb.base/weaklib2.c: New files.
11600
11601 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
11602
11603 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11604 info. Adjust test names.
11605
11606 * gdb.base/break.c (main): Move position of malloc.
11607 * gdb.base/break.exp: Revert mistaken checkin.
11608
11609 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
11610
11611 * gdb.mi/mi-var-cmd.exp: Check -var-update after
11612 assignement of arrays and function pointers.
11613 * gdb.mi/var-cmd.c: Add declaration necessary for above
11614 tests.
11615
11616 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11617
11618 * gdb.base/break.c (main): Call malloc.
11619
11620 * gdb.threads/linux-dp.exp: Read thread table before and after
11621 creating each philosopher and verify it.
11622
11623 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11624 Paul Brook <paul@codesourcery.com>
11625 Daniel Jacobowitz <dan@codesourcery.com>
11626
11627 * gdb.base/ending-run.exp: Flatten expect script stepping out of
11628 main to remove duplication. Add start function of the form
11629 '_*start[1-9]*'. Add RVDS start function.
11630
11631 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11632
11633 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11634
11635 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11636
11637 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11638 * gdb.asm/spu.inc: New file.
11639 * gdb.base/term.exp: Disable if [target_info exists noargs].
11640 * gdb.gdb/complaints.exp: Disable if ![isnative].
11641 * gdb.gdb/selftest.exp: Likewise.
11642 * gdb.gdb/observer.exp: Likewise.
11643 * gdb.gdb/xfullpath.exp: Likewise.
11644 * gdb.base/attach.exp: Disable on SPU target.
11645 * gdb.cp/bs145503.exp: Likewise.
11646 * gdb.cp/exception.exp: Likewise.
11647 * gdb.cp/userdef.exp: Likewise.
11648
11649 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11650
11651 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11652
11653 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
11654
11655 * gdb.base/completion.exp: Fix completion tests for
11656 'info' and 'info '.
11657 * gdb.base/help.exp (help_test_raw, test_class_help)
11658 (test_prefix_command_help): Move...
11659 * lib/gdb.exp: Here.
11660 * gdb.base/main.exp: Adjust.
11661 * gdb.cp/maint.exp: Adjust.
11662 * gdb.trace/tracecmd.exp: Use test_help_class.
11663
11664 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11665
11666 * gdb.stabs/weird.exp (print_weird_var): Use
11667 gdb_test_multiple instead of gdb_expect.
11668
11669 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11670
11671 * gdb.base/help.exp (help_test_raw): New.
11672 (test_class_help): New.
11673 (test_prefix_command_help): New.
11674 Adjust testcases.
11675
11676 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
11677
11678 * gdb.base/constvars.c (main): Write to crass and crips, so that
11679 they are allocated by the compiler.
11680
11681 2006-10-27 Andreas Schwab <schwab@suse.de>
11682
11683 * gdb.base/multi-forks.exp: Use "detach fork" instead of
11684 "detach-fork".
11685
11686 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
11687
11688 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11689 of patterns.
11690
11691 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11692
11693 * gdb.base/sepdebug.exp: Remove debug format test.
11694 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11695 Handle no-symtab.
11696 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11697
11698 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11699
11700 * gdb.threads/manythreads.c (thread_function, main): Don't cast
11701 int to pointer or pointer to int.
11702 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11703
11704 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
11705
11706 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11707
11708 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11709
11710 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11711
11712 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11713
11714 PR c++/2116
11715 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11716
11717 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11718
11719 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11720 the corresponding bug has been fixed in GDB (PR/2018).
11721
11722 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11723
11724 * gdb.base/subst.exp: New testcase.
11725
11726 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11727
11728 * gdb.ada/array_return/pck.ads: Add copyright notice.
11729 * gdb.ada/array_return/pck.adb: Likewise.
11730 * gdb.ada/array_return/p.adb: Likewise.
11731 * gdb.ada/exec_changed/first.adb: Likewise.
11732 * gdb.ada/exec_changed/second.adb: Likewise.
11733
11734 2006-10-06 Joel Brobecker <brobecker@adacore.com>
11735
11736 * gdb.ada/watch_arg/watch.adb: New file.
11737 * gdb.ada/watch_arg.exp: New testcase.
11738
11739 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
11740
11741 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
11742 via string_to_regexp.
11743 * gdb.mi/mi2-basics.exp: Likewise.
11744
11745 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
11746
11747 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11748 Remove unused / obsolete files.
11749
11750 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11753
11754 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
11755
11756 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11757 HIGH_FRAME argument to -stack-list-arguments can be larger than
11758 the number of frames.
11759
11760 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
11761
11762 * gdb.base/args.c (main): Add breakpoint marker.
11763 * gdb.base/args.exp: Use args_test for tests. Add new tests which
11764 really test empty arguments.
11765 (args_load): Delete.
11766 (args_test): New.
11767
11768 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
11769
11770 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
11771 check for one file.
11772
11773 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
11774
11775 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
11776 HIGH_FRAME argument to -stack-list-locals can be larger than
11777 the number of frames.
11778
11779 2006-08-18 Fred Fish <fnf@specifix.com>
11780
11781 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
11782 '$' in front of skip_vmx_tests_saved when setting that.
11783
11784 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
11785
11786 * gdb.base/trace-commands.exp: New file.
11787
11788 2006-08-10 Joel Brobecker <brobecker@adacore.com>
11789 Daniel Jacobowitz <dan@codesourcery.com>
11790
11791 * gdb.base/step-bt.exp: Make hexadecimal address optional in
11792 expected output of the backtrace commands.
11793
11794 2006-08-09 Joel Brobecker <brobecker@adacore.com>
11795
11796 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
11797 untested followed by return combination.
11798 * gdb.arch/altivec-regs.exp: Likewise.
11799 * gdb.arch/e500-abi.exp: Likewise.
11800 * gdb.arch/e500-regs.exp: Likewise.
11801 * gdb.arch/gdb1291.exp: Likewise.
11802 * gdb.arch/gdb1431.exp: Likewise.
11803 * gdb.arch/gdb1558.exp: Likewise.
11804 * gdb.arch/i386-prologue.exp: Likewise.
11805 * gdb.arch/i386-unwind.exp: Likewise.
11806 * gdb.asm/asm-source.exp: Likewise.
11807 * gdb.base/a2-run.exp: Likewise.
11808 * gdb.base/advance.exp: Likewise.
11809 * gdb.base/all-bin.exp: Likewise.
11810 * gdb.base/annota1.exp: Likewise.
11811 * gdb.base/annota3.exp: Likewise.
11812 * gdb.base/args.exp: Likewise.
11813 * gdb.base/arithmet.exp: Likewise.
11814 * gdb.base/assign.exp: Likewise.
11815 * gdb.base/async.exp: Likewise.
11816 * gdb.base/attach.exp: Likewise.
11817 * gdb.base/bang.exp: Likewise.
11818 * gdb.base/bigcore.exp: Likewise.
11819 * gdb.base/bitfields.exp: Likewise.
11820 * gdb.base/bitfields2.exp: Likewise.
11821 * gdb.base/break.exp: Likewise.
11822 * gdb.base/call-sc.exp: Likewise.
11823 * gdb.base/call-strs.exp: Likewise.
11824 * gdb.base/callfuncs.exp: Likewise.
11825 * gdb.base/checkpoint.exp: Likewise.
11826 * gdb.base/chng-syms.exp: Likewise.
11827 * gdb.base/code-expr.exp: Likewise.
11828 * gdb.base/commands.exp: Likewise.
11829 * gdb.base/completion.exp: Likewise.
11830 * gdb.base/cond-expr.exp: Likewise.
11831 * gdb.base/condbreak.exp: Likewise.
11832 * gdb.base/consecutive.exp: Likewise.
11833 * gdb.base/constvars.exp: Likewise.
11834 * gdb.base/corefile.exp: Likewise.
11835 * gdb.base/cvexpr.exp: Likewise.
11836 * gdb.base/dbx.exp: Likewise.
11837 * gdb.base/define.exp: Likewise.
11838 * gdb.base/detach.exp: Likewise.
11839 * gdb.base/display.exp: Likewise.
11840 * gdb.base/dump.exp: Likewise.
11841 * gdb.base/ena-dis-br.exp: Likewise.
11842 * gdb.base/ending-run.exp: Likewise.
11843 * gdb.base/environ.exp: Likewise.
11844 * gdb.base/eval-skip.exp: Likewise.
11845 * gdb.base/exprs.exp: Likewise.
11846 * gdb.base/fileio.exp: Likewise.
11847 * gdb.base/finish.exp: Likewise.
11848 * gdb.base/float.exp: Likewise.
11849 * gdb.base/foll-exec.exp: Likewise.
11850 * gdb.base/foll-fork.exp: Likewise.
11851 * gdb.base/foll-vfork.exp: Likewise.
11852 * gdb.base/freebpcmd.exp: Likewise.
11853 * gdb.base/funcargs.exp: Likewise.
11854 * gdb.base/gcore.exp: Likewise.
11855 * gdb.base/gdb1090.exp: Likewise.
11856 * gdb.base/gdb1250.exp: Likewise.
11857 * gdb.base/huge.exp: Likewise.
11858 * gdb.base/info-proc.exp: Likewise.
11859 * gdb.base/interrupt.exp: Likewise.
11860 * gdb.base/jump.exp: Likewise.
11861 * gdb.base/langs.exp: Likewise.
11862 * gdb.base/lineinc.exp: Likewise.
11863 * gdb.base/list.exp: Likewise.
11864 * gdb.base/logical.exp: Likewise.
11865 * gdb.base/long_long.exp: Likewise.
11866 * gdb.base/macscp.exp: Likewise.
11867 * gdb.base/maint.exp: Likewise.
11868 * gdb.base/mips_pro.exp: Likewise.
11869 * gdb.base/miscexprs.exp: Likewise.
11870 * gdb.base/multi-forks.exp: Likewise.
11871 * gdb.base/opaque.exp: Likewise.
11872 * gdb.base/overlays.exp: Likewise.
11873 * gdb.base/pc-fp.exp: Likewise.
11874 * gdb.base/pointers.exp: Likewise.
11875 * gdb.base/printcmds.exp: Likewise.
11876 * gdb.base/psymtab.exp: Likewise.
11877 * gdb.base/ptype.exp: Likewise.
11878 * gdb.base/recurse.exp: Likewise.
11879 * gdb.base/relational.exp: Likewise.
11880 * gdb.base/relocate.exp: Likewise.
11881 * gdb.base/remote.exp: Likewise.
11882 * gdb.base/reread.exp: Likewise.
11883 * gdb.base/restore.exp: Likewise.
11884 * gdb.base/return.exp: Likewise.
11885 * gdb.base/return2.exp: Likewise.
11886 * gdb.base/scope.exp: Likewise.
11887 * gdb.base/sect-cmd.exp: Likewise.
11888 * gdb.base/sep.exp: Likewise.
11889 * gdb.base/sepdebug.exp: Likewise.
11890 * gdb.base/setshow.exp: Likewise.
11891 * gdb.base/setvar.exp: Likewise.
11892 * gdb.base/sigall.exp: Likewise.
11893 * gdb.base/sigbpt.exp: Likewise.
11894 * gdb.base/signals.exp: Likewise.
11895 * gdb.base/signull.exp: Likewise.
11896 * gdb.base/sizeof.exp: Likewise.
11897 * gdb.base/solib.exp: Likewise.
11898 * gdb.base/step-line.exp: Likewise.
11899 * gdb.base/step-test.exp: Likewise.
11900 * gdb.base/structs.exp: Likewise.
11901 * gdb.base/structs2.exp: Likewise.
11902 * gdb.base/term.exp: Likewise.
11903 * gdb.base/twice.exp: Likewise.
11904 * gdb.base/until.exp: Likewise.
11905 * gdb.base/varargs.exp: Likewise.
11906 * gdb.base/volatile.exp: Likewise.
11907 * gdb.base/watchpoint.exp: Likewise.
11908 * gdb.base/whatis-exp.exp: Likewise.
11909 * gdb.base/whatis.exp: Likewise.
11910 * gdb.cp/ambiguous.exp: Likewise.
11911 * gdb.cp/annota2.exp: Likewise.
11912 * gdb.cp/annota3.exp: Likewise.
11913 * gdb.cp/bool.exp: Likewise.
11914 * gdb.cp/breakpoint.exp: Likewise.
11915 * gdb.cp/casts.exp: Likewise.
11916 * gdb.cp/class2.exp: Likewise.
11917 * gdb.cp/classes.exp: Likewise.
11918 * gdb.cp/cplusfuncs.exp: Likewise.
11919 * gdb.cp/ctti.exp: Likewise.
11920 * gdb.cp/derivation.exp: Likewise.
11921 * gdb.cp/exception.exp: Likewise.
11922 * gdb.cp/gdb1355.exp: Likewise.
11923 * gdb.cp/hang.exp: Likewise.
11924 * gdb.cp/inherit.exp: Likewise.
11925 * gdb.cp/local.exp: Likewise.
11926 * gdb.cp/m-data.exp: Likewise.
11927 * gdb.cp/m-static.exp: Likewise.
11928 * gdb.cp/member-ptr.exp: Likewise.
11929 * gdb.cp/method.exp: Likewise.
11930 * gdb.cp/misc.exp: Likewise.
11931 * gdb.cp/namespace.exp: Likewise.
11932 * gdb.cp/overload.exp: Likewise.
11933 * gdb.cp/ovldbreak.exp: Likewise.
11934 * gdb.cp/pr-1023.exp: Likewise.
11935 * gdb.cp/pr-1210.exp: Likewise.
11936 * gdb.cp/pr-574.exp: Likewise.
11937 * gdb.cp/printmethod.exp: Likewise.
11938 * gdb.cp/psmang.exp: Likewise.
11939 * gdb.cp/ref-params.exp: Likewise.
11940 * gdb.cp/ref-types.exp: Likewise.
11941 * gdb.cp/rtti.exp: Likewise.
11942 * gdb.cp/templates.exp: Likewise.
11943 * gdb.cp/try_catch.exp: Likewise.
11944 * gdb.cp/userdef.exp: Likewise.
11945 * gdb.cp/virtfunc.exp: Likewise.
11946 * gdb.disasm/am33.exp: Likewise.
11947 * gdb.disasm/h8300s.exp: Likewise.
11948 * gdb.disasm/mn10300.exp: Likewise.
11949 * gdb.disasm/sh3.exp: Likewise.
11950 * gdb.disasm/t01_mov.exp: Likewise.
11951 * gdb.disasm/t02_mova.exp: Likewise.
11952 * gdb.disasm/t03_add.exp: Likewise.
11953 * gdb.disasm/t04_sub.exp: Likewise.
11954 * gdb.disasm/t05_cmp.exp: Likewise.
11955 * gdb.disasm/t06_ari2.exp: Likewise.
11956 * gdb.disasm/t07_ari3.exp: Likewise.
11957 * gdb.disasm/t08_or.exp: Likewise.
11958 * gdb.disasm/t09_xor.exp: Likewise.
11959 * gdb.disasm/t10_and.exp: Likewise.
11960 * gdb.disasm/t11_logs.exp: Likewise.
11961 * gdb.disasm/t12_bit.exp: Likewise.
11962 * gdb.disasm/t13_otr.exp: Likewise.
11963 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
11964 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
11965 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11966 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
11967 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
11968 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
11969 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
11970 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
11971 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
11972 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
11973 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
11974 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
11975 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
11976 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
11977 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
11978 * gdb.mi/gdb701.exp: Likewise.
11979 * gdb.mi/gdb792.exp: Likewise.
11980 * gdb.mi/mi-basics.exp: Likewise.
11981 * gdb.mi/mi-break.exp: Likewise.
11982 * gdb.mi/mi-cli.exp: Likewise.
11983 * gdb.mi/mi-console.exp: Likewise.
11984 * gdb.mi/mi-disassemble.exp: Likewise.
11985 * gdb.mi/mi-eval.exp: Likewise.
11986 * gdb.mi/mi-file.exp: Likewise.
11987 * gdb.mi/mi-read-memory.exp: Likewise.
11988 * gdb.mi/mi-regs.exp: Likewise.
11989 * gdb.mi/mi-return.exp: Likewise.
11990 * gdb.mi/mi-simplerun.exp: Likewise.
11991 * gdb.mi/mi-stack.exp: Likewise.
11992 * gdb.mi/mi-stepi.exp: Likewise.
11993 * gdb.mi/mi-syn-frame.exp: Likewise.
11994 * gdb.mi/mi-until.exp: Likewise.
11995 * gdb.mi/mi-var-block.exp: Likewise.
11996 * gdb.mi/mi-var-child.exp: Likewise.
11997 * gdb.mi/mi-var-cmd.exp: Likewise.
11998 * gdb.mi/mi-var-display.exp: Likewise.
11999 * gdb.mi/mi-watch.exp: Likewise.
12000 * gdb.mi/mi2-basics.exp: Likewise.
12001 * gdb.mi/mi2-break.exp: Likewise.
12002 * gdb.mi/mi2-cli.exp: Likewise.
12003 * gdb.mi/mi2-console.exp: Likewise.
12004 * gdb.mi/mi2-disassemble.exp: Likewise.
12005 * gdb.mi/mi2-eval.exp: Likewise.
12006 * gdb.mi/mi2-file.exp: Likewise.
12007 * gdb.mi/mi2-read-memory.exp: Likewise.
12008 * gdb.mi/mi2-regs.exp: Likewise.
12009 * gdb.mi/mi2-return.exp: Likewise.
12010 * gdb.mi/mi2-simplerun.exp: Likewise.
12011 * gdb.mi/mi2-stack.exp: Likewise.
12012 * gdb.mi/mi2-stepi.exp: Likewise.
12013 * gdb.mi/mi2-syn-frame.exp: Likewise.
12014 * gdb.mi/mi2-until.exp: Likewise.
12015 * gdb.mi/mi2-var-block.exp: Likewise.
12016 * gdb.mi/mi2-var-child.exp: Likewise.
12017 * gdb.mi/mi2-var-cmd.exp: Likewise.
12018 * gdb.mi/mi2-var-display.exp: Likewise.
12019 * gdb.mi/mi2-watch.exp: Likewise.
12020 * gdb.stabs/exclfwd.exp: Likewise.
12021 * gdb.stabs/weird.exp: Likewise.
12022 * gdb.threads/gcore-thread.exp: Likewise.
12023 * gdb.trace/actions.exp: Likewise.
12024 * gdb.trace/backtrace.exp: Likewise.
12025 * gdb.trace/circ.exp: Likewise.
12026 * gdb.trace/collection.exp: Likewise.
12027 * gdb.trace/deltrace.exp: Likewise.
12028 * gdb.trace/infotrace.exp: Likewise.
12029 * gdb.trace/limits.exp: Likewise.
12030 * gdb.trace/packetlen.exp: Likewise.
12031 * gdb.trace/passc-dyn.exp: Likewise.
12032 * gdb.trace/passcount.exp: Likewise.
12033 * gdb.trace/report.exp: Likewise.
12034 * gdb.trace/save-trace.exp: Likewise.
12035 * gdb.trace/tfind.exp: Likewise.
12036 * gdb.trace/tracecmd.exp: Likewise.
12037 * gdb.trace/while-dyn.exp: Likewise.
12038 * gdb.trace/while-stepping.exp: Likewise.
12039
12040 2006-08-08 Joel Brobecker <brobecker@adacore.com>
12041
12042 * gdb.base/step-bt.c: New file.
12043 * gdb.base/step-bt.exp: New testcase.
12044
12045 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
12046
12047 * config/monitor.exp (gdb_load): Remove support for obsolete
12048 download-write-size.
12049 * gdb.base/remote.exp: Likewise. Update all callers of
12050 gdb_timed_load.
12051
12052 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
12053
12054 * cursal.exp: Pass binfile to gdb_load.
12055
12056 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
12057
12058 * gdb.base/cursal.exp: Add "" to gdb_load call.
12059
12060 2006-07-29 Mark Kettenis <kettenis@gnu.org>
12061
12062 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
12063 NetBSD/ELF targets.
12064
12065 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
12066
12067 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
12068 operator*.
12069
12070 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
12071
12072 * gdb.base/completion.exp: Update for change in "file" behavior.
12073 * gdb.stabs/weird.exp: Likewise.
12074 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
12075 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
12076
12077 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
12078
12079 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
12080 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
12081
12082 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
12083
12084 * gdb.base/default.exp: Update source command error message.
12085 * gdb.base/help.exp: Update 'help source' message.
12086
12087 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
12088
12089 * gdb.cp/bs15503.exp: Update comment for no longer crashing
12090 test.
12091
12092 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
12093
12094 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
12095
12096 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12097
12098 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
12099
12100 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12101
12102 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
12103
12104 2006-07-17 Mark Kettenis <kettenis@gnu.org>
12105
12106 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
12107 *-*-openbsd* from targets for wich we expect ARM FPA floating
12108 point format.
12109
12110 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
12111
12112 * gdb.cp/annota3.exp: Expect frame-begin annotation.
12113
12114 2006-07-17 Mark Kettenis <kettenis@gnu.org>
12115
12116 * gdb.base/annota3.exp: Expect frame-begin annotation.
12117
12118 2006-07-14 Joel Brobecker <brobecker@adacore.com>
12119
12120 * gdb.base/help.exp: Adjust "help unset" test to accept
12121 any list of unset commands.
12122
12123 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
12124 Daniel Jacobowitz <dan@codesourcery.com>
12125
12126 * gdb.cp/ref-params.exp: New test.
12127 * gdb.cp/ref-params.cc: New source file.
12128 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
12129
12130 2006-07-08 Mark Kettenis <kettenis@gnu.org>
12131
12132 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
12133 spaces/tabs in regular expressions since they might not be there.
12134
12135 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
12136
12137 * gdb.base/ifelse.exp: New file.
12138
12139 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
12140
12141 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
12142 line.
12143 * gdb.base/huge.exp: Loop over compilation to find a size that
12144 is acceptable.
12145 * gdb.base/remote.exp: Correct expected strings.
12146 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
12147
12148 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12149
12150 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
12151
12152 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12153
12154 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
12155 native.
12156
12157 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12158
12159 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
12160 enable stabs testing.
12161
12162 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12163
12164 * gdb.base/auxv.exp: Intercept undefined command messages before
12165 gdb_test_multiple does.
12166
12167 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12168
12169 * Makefile.in (host_alias): Remove.
12170 (target_alias): Use @target_noncanonical@.
12171 (site.exp): Don't set host_alias.
12172 * aclocal.m4: Remove contents. Include acx.m4.
12173 * configure: Regenerated.
12174 * configure.ac: Use ACX_NONCANONICAL_TARGET.
12175
12176 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
12177
12178 * lib/gdb.exp (gdb_load_cmd): New.
12179
12180 * gdb.base/fileio.c: Add system(NULL) test.
12181 * gdb.base/fileio.exp: Check it.
12182
12183 * gdb.base/break.c: Add 10a breakpoint at }
12184 * gdb.base/break.exp: Add test for breakpoint at }
12185 * gdb.cp/anon-union.cc: Add code at end of function.
12186 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
12187 * gdb.mi/var-cmd.c: Add code at end of function.
12188 * gdb.mi/mi-var-display.exp: Adjust end of next.
12189 * gdb.mi/mi2-var-display.exp: Likewise.
12190 * gdb.base/fileio.c: Add stop function and insert calls at
12191 stopping places.
12192 * gdb.base/fileio.exp: Breakpoint stop function and remove
12193 explicit line number references.
12194
12195 2006-05-19 Joel Brobecker <brobecker@adacore.com>
12196
12197 * gdb.base/del.exp (test_delete_alias): New function.
12198 Now check that both "del" and "d" work as aliases for "delete".
12199
12200 2006-05-18 Fred Fish <fnf@specifix.com>
12201
12202 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
12203 required. Check for spurious output after program exits normally.
12204
12205 2006-05-17 Fred Fish <fnf@specifix.com>
12206
12207 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
12208 gdb_load, so it works in the simulator.
12209
12210 2006-05-11 Fred Fish <fnf@specifix.com>
12211
12212 * gdb.base/bang.exp: Ignore unexpected output between the
12213 "program exited normally" and the gdb prompt, as many other
12214 tests do.
12215
12216 2006-05-07 Mark Kettenis <kettenis@gnu.org>
12217
12218 * gdb.base/help.exp: Make "delete checkpoint" part option for
12219 "help d" and "help delete" tests.
12220
12221 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12222
12223 * gdb.mi/mi-basics.exp: Add missing serial number to
12224 expected output in some mi_gdb_test statements.
12225 * gdb.mi/mi2-basics.exp: Likewise.
12226
12227 2006-05-05 Joel Brobecker <brobecker@adacore.com>
12228
12229 * gdb.base/del.c: New file.
12230 * gdb.base/del.exp: New testcase.
12231
12232 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
12233
12234 * gdb.base/break.exp: Do not assume a breakpoint on
12235 main will actually be in $srcfile when optimizing.
12236 * gdb.base/savedregs.exp: Do not require that the dummy
12237 frame location match up to a symbol and source file location.
12238 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
12239 will get printed without a mi_cmd_data_list_register_values prefix.
12240 (*-data-list-register-*): Correct regular expressions to expect the new
12241 pseudo d? floating point registers.
12242 * gdb.mi/mi2-regs.exp: Likewise.
12243
12244 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
12245
12246 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
12247 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
12248 is allocated by the compiler.
12249 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
12250 anons, e, anone to force their allocation by the compiler.
12251
12252 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
12253
12254 * gdb.base/help.exp: Update expected text for help d and
12255 help delete.
12256
12257 2006-05-02 Mark Kettenis <kettenis@gnu.org>
12258
12259 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
12260 NetBSD/ELF targets.
12261
12262 2006-04-30 Mark Kettenis <kettenis@gnu.org>
12263
12264 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
12265 single-step breakpoint fails; make this a KFAIL on
12266 sparc*-*-openbsd*.
12267 * gdb.base/siginfo.exp: Likewise.
12268 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12269
12270 2006-04-26 Michael Snyder <msnyder@redhat.com>
12271
12272 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
12273 which may have to consume output from other forks.
12274 Add tests to make sure that "delete fork" succeeded.
12275
12276 2006-04-20 Michael Snyder <msnyder@redhat.com>
12277
12278 * 2006-03-22 Jim Blandy <jimb@redhat.com>
12279 Add support for the Renesas M32C and M16C.
12280
12281 * gdb.asm/asm-source.exp: Add m32c target.
12282 * gdb.asm/m32c.inc: Support for m32c target.
12283
12284 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
12285
12286 * gdb.base/commands.exp (recursive_source_test): New test.
12287
12288 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
12289
12290 * gdb.base/float.exp: Add pattern for sparc targets.
12291
12292 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12293
12294 * gdb.base/commands.exp (stray_arg0_test): New test.
12295
12296 2006-03-30 Paul Brook <paul@codesourcery.com>
12297
12298 * gdb.mi/mi-until.exp: kfail broken until command.
12299 * gdb.mi/mi2-until.exp: Ditto.
12300
12301 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12302
12303 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
12304
12305 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
12306
12307 * gdb.base/prelink.exp: Anchor tested-for regular expression
12308 on gdb prompt.
12309
12310 2006-03-07 Paul Brook <paul@codesourcery.com>
12311
12312 * gdb.base/assign.exp: Correct fail message.
12313
12314 2006-03-07 Paul Brook <paul@codesourcery.com>
12315
12316 * lib/compiler.c: Extract armcc version number.
12317 * lib/compiler.cc: Ditto.
12318
12319 2006-03-07 Paul Brook <paul@codesourcery.com>
12320
12321 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
12322 additional_flags=-w.
12323 * gdb.arch/altivec-regs.exp: Ditto.
12324 * gdb.arch/e500-abi.exp: Ditto.
12325 * gdb.arch/e500-regs.exp: Ditto.
12326 * gdb.base/all-bin.exp: Ditto.
12327 * gdb.base/annota1.exp: Ditto.
12328 * gdb.base/annota3.exp: Ditto.
12329 * gdb.base/args.exp: Ditto.
12330 * gdb.base/arithmet.exp: Ditto.
12331 * gdb.base/assign.exp: Ditto.
12332 * gdb.base/async.exp: Ditto.
12333 * gdb.base/bang.exp: Ditto.
12334 * gdb.base/break.exp: Ditto.
12335 * gdb.base/call-rt-st.exp: Ditto.
12336 * gdb.base/completion.exp: Ditto.
12337 * gdb.base/cond-expr.exp: Ditto.
12338 * gdb.base/condbreak.exp: Ditto.
12339 * gdb.base/consecutive.exp: Ditto.
12340 * gdb.base/define.exp: Ditto.
12341 * gdb.base/display.exp: Ditto.
12342 * gdb.base/ena-dis-br.exp: Ditto.
12343 * gdb.base/environ.exp: Ditto.
12344 * gdb.base/eval-skip.exp: Ditto.
12345 * gdb.base/info-proc.exp: Ditto.
12346 * gdb.base/jump.exp: Ditto.
12347 * gdb.base/logical.exp: Ditto.
12348 * gdb.base/long_long.exp: Ditto.
12349 * gdb.base/maint.exp: Ditto.
12350 * gdb.base/miscexprs.exp: Ditto.
12351 * gdb.base/pc-fp.exp: Ditto.
12352 * gdb.base/pointers.exp: Ditto.
12353 * gdb.base/relational.exp: Ditto.
12354 * gdb.base/reread.exp: Ditto.
12355 * gdb.base/sect-cmd.exp: Ditto.
12356 * gdb.base/sep.exp: Ditto.
12357 * gdb.base/sepdebug.exp: Ditto.
12358 * gdb.base/until.exp: Ditto.
12359 * gdb.base/whatis-exp.exp: Ditto.
12360 * gdb.cp/annota2.exp: Ditto.
12361 * gdb.cp/annota3.exp: Ditto.
12362 * gdb.trace/actions.exp: Ditto.
12363 * gdb.trace/backtrace.exp: Ditto.
12364 * gdb.trace/circ.exp: Ditto.
12365 * gdb.trace/collection.exp: Ditto.
12366 * gdb.trace/deltrace.exp: Ditto.
12367 * gdb.trace/infotrace.exp: Ditto.
12368 * gdb.trace/limits.exp: Ditto.
12369 * gdb.trace/packetlen.exp: Ditto.
12370 * gdb.trace/passc-dyn.exp: Ditto.
12371 * gdb.trace/passcount.exp: Ditto.
12372 * gdb.trace/report.exp: Ditto.
12373 * gdb.trace/save-trace.exp: Ditto.
12374 * gdb.trace/tfind.exp: Ditto.
12375 * gdb.trace/tracecmd.exp: Ditto.
12376 * gdb.trace/while-dyn.exp: Ditto.
12377 * gdb.trace/while-stepping.exp: Ditto.
12378 * lib/gdb.exp: Ditto.
12379 (gdb_compile): Handle nowarning option.
12380
12381 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
12382
12383 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
12384 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
12385 Rename executable to prelinkt. Don't re-prelink if we didn't
12386 get a core file. Test prelink -u exit status to tell whether
12387 prelinking failed. Use gdb_test_multiple.
12388
12389 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12390
12391 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
12392 (do_tests): Call it.
12393
12394 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
12395
12396 * gdb.base/prelink.exp: New test.
12397 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
12398
12399 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
12400
12401 * gdb.fortran/derived-type.f90: New file.
12402 * gdb.fortran/derived-type.exp: New testcase.
12403
12404 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
12405
12406 * gdb.base/default.exp: Allow ';' as a directory separator.
12407
12408 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
12409
12410 * gdb.base/help.exp (help add-symbol-file): Update.
12411
12412 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
12413
12414 * gdb.base/help.exp (help load): Update expected results.
12415
12416 2006-02-19 Fred Fish <fnf@specifix.com>
12417
12418 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
12419 specifix hex value as part of results.
12420 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
12421
12422 2006-02-16 Fred Fish <fnf@specifix.com>
12423
12424 * gdb.base/whatis.c: Define variables using typedefs char_addr,
12425 ushort_addr, and slong_addr, so the typedefs are not optimized
12426 away.
12427 * gdb.base/whatis.exp: Add tests using type name for struct type,
12428 union type, enum type, and typedef.
12429
12430 2006-02-13 Mark Kettenis <kettenis@gnu.org>
12431
12432 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
12433
12434 2006-02-13 Jim Blandy <jimb@redhat.com>
12435
12436 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
12437 case where it takes two "next" commands to skip past the init
12438 call.
12439
12440 2006-02-12 Fred Fish <fnf@specifix.com>
12441
12442 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
12443 to handle cases where it takes two "next" commands to skip
12444 past the init call.
12445
12446 2006-02-07 Joel Brobecker <brobecker@adacore.com>
12447
12448 * gdb.ada/array_return.exp: Mark the last test as expected to fail
12449 on hppa32 targets.
12450
12451 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
12452
12453 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
12454 field.
12455
12456 2006-01-29 Mark Kettenis <kettenis@gnu.org>
12457
12458 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
12459
12460 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
12461
12462 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
12463 files.
12464
12465 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12466
12467 * gdb.cp/maint.exp: Set complaints to a positive value.
12468
12469 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
12470
12471 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
12472 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
12473 function name.
12474
12475 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
12476
12477 * gdb.base/checkpoint.c: Update copyright notice. Include
12478 <stdlib.h>.
12479
12480 2006-01-04 Jim Blandy <jimb@redhat.com>
12481
12482 * gdb.asm/asm-source.exp: Independently provide default values for
12483 asm-flags and debug-flags. Use 'string equal' to do the
12484 comparison, not the implicit expr's '==' operator. Remove
12485 now-unneeded assignments to asm-flags. In h8300 case, place
12486 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
12487
12488 2006-01-04 Michael Snyder <msnyder@redhat.com>
12489
12490 * gdb.base/checkpoint.c: New file.
12491 * gdb.base/checkpoint.exp: New file.
12492 * gdb.base/multi-fork.c: New file.
12493 * gdb.base/multi-fork.exp: New file.
12494 * gdb.base/pi.txt: New file (data for checkpoint.c test).
12495
12496 2006-01-04 Fred Fish <fnf@specifix.com>
12497
12498 * gdb.base/ptype.c (foo): Add typedef.
12499 (intfoo): Add function.
12500 * gdb.base/ptype1.c: New file.
12501 * gdb.base/ptype.exp: Handle compilation and linking with two
12502 source files. Test that proper type for "foo" is found based
12503 on source context rather than first match found in symtabs.
12504
12505 2005-12-28 Mark Kettenis <kettenis@gnu.org>
12506
12507 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
12508 * gdb.asm/openbsd.inc: Indent commands.
12509
12510 2005-12-26 Mark Kettenis <kettenis@gnu.org>
12511
12512 * gdb.base/freebpcmd.exp: Increase timeout.
12513
12514 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
12515
12516 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
12517
12518 * gdb.base/default.exp: Update check for "show version".
12519
12520 2005-12-09 Randolph Chung <tausq@debian.org>
12521
12522 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
12523 * gdb.asm/pa64.inc: New file.
12524
12525 2005-12-09 Randolph Chung <tausq@debian.org>
12526
12527 * gdb.asm/common.inc: Indent commands.
12528 * gdb.asm/asmsrc1.s: Likewise.
12529 * gdb.asm/asmsrc2.s: Likewise.
12530
12531 2005-12-09 Randolph Chung <tausq@debian.org>
12532
12533 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
12534 (get_addr_of_sym): Remove duplicate print.
12535 (gen_core): xfail hppa*-*-hpux*, update expected output.
12536 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
12537 * gdb.arch/pa64-nullify.s: New file.
12538
12539 2005-12-09 Randolph Chung <tausq@debian.org>
12540
12541 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
12542
12543 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
12544
12545 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
12546 code generation for these functions.
12547 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
12548 error message.
12549
12550 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
12551
12552 * gdb.base/help.exp (help b, help br, help bre, help brea)
12553 (help break): Update the expected message.
12554
12555 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
12556
12557 * gdb.asm/m68hc11.inc: Setup the data section.
12558 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
12559 script for this test.
12560 (m6812-*-*): Likewise.
12561
12562 2005-11-09 Randolph Chung <tausq@debian.org>
12563
12564 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
12565
12566 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
12567
12568 * gdb.base/break.exp: Fix a comment typo.
12569
12570 2005-11-03 Jim Blandy <jimb@redhat.com>
12571
12572 Checked in by Elena Zannoni <ezannoni@redhat.com>
12573
12574 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
12575
12576 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
12577
12578 * gdb.arch/gdb1558.c: Include stdio.h.
12579
12580 2005-10-31 Mark Kettenis <kettenis@gnu.org>
12581
12582 * gdb.asm/asm-source.exp: Use -e instead of --entry.
12583
12584 2005-10-31 Mark Kettenis <kettenis@gnu.org>
12585
12586 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12587
12588 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
12589
12590 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12591 vscr" tests to better match output.
12592
12593 2005-10-12 Jim Blandy <jimb@redhat.com>
12594
12595 * gdb.base/structs.exp (any): New function.
12596 (test_struct_returns): Don't make any assumptions at all about
12597 what value the function returns when GDB can't set the return
12598 value.
12599
12600 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12601
12602 * gdb.ada/arrayidx/p.adb: New file.
12603 * gdb.ada/arrayidx.exp: New testcase
12604
12605 2005-10-09 Joel Brobecker <brobecker@adacore.com>
12606
12607 * gdb.ada/array_return/pck.ads: New file.
12608 * gdb.ada/array_return/pck.adb: New file.
12609 * gdb.ada/array_return/p.adb: New file.
12610 * gdb.ada/array_return.exp: New testcase.
12611
12612 2005-10-03 Joel Brobecker <brobecker@adacore.com>
12613
12614 * gdb.base/arrayidx.c: New file.
12615 * gdb.base/arrayidx.exp: New testcase.
12616
12617 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
12618
12619 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12620 frames-invalid and breakpoints-invalid are no longer generated
12621 with level 3 so don't expect them in the output.
12622
12623 2005-09-27 Bob Rossi <bob@brasko.net>
12624
12625 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
12626 from test. Escape the | in mi_gdb_test call.
12627 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12628 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12629 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12630 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12631 expected regex's in mi_gdb_test calls.
12632 * lib/mi-support.exp: Remove arbitrary .* from tests.
12633 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12634 Fully anchor GDB/MI expected results in mi_gdb_test.
12635 * lib/gdb.exp (string_to_regexp): Escape the ] character.
12636 * gdb.base/sizeof.exp: Remove escape character. Correct test.
12637
12638 2005-09-26 Paul Brook <paul@codesourcery.com>
12639
12640 * long_long.exp: Exclude eabi targets from arm FPA float format test.
12641
12642 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12643
12644 * bfp-test.c: New file.
12645 * bfp-test.exp: New testcase.
12646
12647 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12648
12649 * gdb.fortran/subarray.exp: New testcase to test the evaluation
12650 of subarray and substring variable.
12651 * gdb.fortran/subarray.f: New source file for the test of subarray
12652 and substring variable evaluation.
12653 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12654 of string constant.
12655
12656 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
12657
12658 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12659 copyright dates.
12660
12661 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
12662
12663 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12664 powerpc altivec' test with an almost identical 'info vector' test.
12665
12666 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12667
12668 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12669 vscr" tests to match output.
12670
12671 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12672
12673 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12674 output.
12675
12676 2005-09-11 Bob Rossi <bob@brasko.net>
12677
12678 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12679 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12680 commands that return an MI output command and an asyncronous MI output
12681 command.
12682 * gdb.mi/mi-console.exp: Ditto.
12683
12684 2005-09-11 Bob Rossi <bob@brasko.net>
12685
12686 * gdb.mi/mi-var-child.c: Include <string.h>.
12687
12688 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
12689
12690 * killed.exp: Correct gdb_expect syntax.
12691
12692 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
12693
12694 * lib/mi-support.exp (mi_gdb_load): Fix typo.
12695
12696 2005-08-02 Bob Rossi <bob@brasko.net>
12697
12698 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12699 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12700 Change tests to inferior-tty-set/show.
12701 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12702 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12703 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12704 inferior. Use mi_gdb_test to get GDB and Inferior output.
12705 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12706 descriptor.
12707 (mi_inferior_tty_name): Add inferior PTY file name.
12708 (mi_gdb_start): Add INFERIOR_PTY parameter.
12709 (mi_gdb_test): Add IPATTERN parameter.
12710
12711 2005-08-02 Bob Rossi <bob@brasko.net>
12712
12713 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12714 parameter to mi_gdb_test.
12715 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12716
12717 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12718
12719 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12720 struct_declarations.
12721 * gdb.mi/mi-var-child.exp: Step over the initialization of
12722 struct_declarations.
12723
12724 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12725
12726 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12727 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12728 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12729 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12730 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12731 file.
12732
12733 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
12734
12735 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12736 (do_children_tests): Assign values to the extra elements.
12737
12738 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12739 them for tests for "-var-update --no-values" and
12740 "-var-update --all-values".
12741 Add test for "-var-list-children --simple-values".
12742
12743 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12744
12745 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12746 "-stack-list-locals --simple-values" Improve doc strings and
12747 comments.
12748
12749 2005-07-18 Mark Kettenis <kettenis@gnu.org>
12750
12751 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12752 *-*-openbsd*.
12753 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12754
12755 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12756 sigaltsatck'.
12757
12758 2005-07-14 Bob Rossi <bob@brasko.net>
12759
12760 * gdb.base/default.exp (tty): Changed output of command.
12761 * gdb.base/help.exp (help tty): Ditto.
12762
12763 2005-07-12 Mark Kettenis <kettenis@gnu.org>
12764
12765 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
12766
12767 2005-07-10 Mark Kettenis <kettenis@gnu.org>
12768
12769 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
12770 -stack-select-frame without arguments.
12771 (test_stack_frame_listing): Add test for newly implemented command
12772 -stack-info-frame.
12773
12774 2005-07-06 Bob Rossi <bob@brasko.net>
12775
12776 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
12777 command.
12778 (Copyright): Update copyright.
12779
12780 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
12781
12782 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
12783 tests to evaluate exponentiation expression.
12784
12785 2005-06-29 Andreas Schwab <schwab@suse.de>
12786
12787 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
12788 main to avoid warnings.
12789
12790 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
12791
12792 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
12793
12794 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
12795 -stack-select-frame without arguments.
12796 (test_stack_frame_listing): Add test for newly implemented command
12797 -stack-info-frame.
12798
12799 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
12800
12801 * gdb.fortran/array-element.f: New file.
12802 * gdb.fortran/array-element.exp: New testcase.
12803
12804 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12805
12806 * gdb.base/bigcore.exp: Correct checks for systems which can
12807 not dump a large core file.
12808
12809 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
12810
12811 * gdb.base/relocate.c: Add a copyright notice.
12812 (dummy): Remove.
12813 * gdb.base/relocate.exp: Test printing the values of variables
12814 from a relocatable file.
12815
12816 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
12817
12818 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
12819 excess MI output after an error.
12820
12821 2005-05-29 Joel Brobecker <brobecker@adacore.com>
12822
12823 * gdb.arch/alpha-step.c: New file.
12824 * gdb.arch/alpha-step.exp: New testcase.
12825
12826 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
12827 Dennis Brueni <dennis@slickedit.com>
12828
12829 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
12830 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
12831 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
12832 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
12833 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12834 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
12835 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
12836
12837 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
12838 Wu Zhou <woodzltc@cn.ibm.com>
12839
12840 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
12841 IBM's xlc compiler.
12842 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
12843 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
12844
12845 2005-05-13 Jim Blandy <jimb@redhat.com>
12846
12847 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
12848 calling gdb_suppress_entire_file.
12849 * gdb.base/charset.exp: Same.
12850 * gdb.base/call-rt-st.exp: Same.
12851
12852 2005-05-05 Bob Rossi <bob_rossi@cox.net>
12853
12854 * lib/gdb.exp (fullname_syntax): Added global regex.
12855 (fullname_syntax_POSIX): Ditto.
12856 (fullname_syntax_UNC): Ditto.
12857 (fullname_syntax_DOS_CASE): Ditto.
12858 (fullname_syntax_DOS): Ditto.
12859 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
12860 fullname_syntax variable to scope and use it.
12861 (test_file_list_exec_source_files): Ditto.
12862 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
12863
12864 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
12865
12866 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
12867
12868 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
12869
12870 * lib/gdb.exp (skip_altivec_tests): New function, based on
12871 check_vmx_hw_available from the GCC testsuite.
12872 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
12873 * lib/gdb.arch/altivec-regs.exp: Likewise.
12874
12875 2005-05-02 Jim Blandy <jimb@redhat.com>
12876
12877 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
12878 calling gdb_suppress_entire_file.
12879
12880 2005-04-30 Randolph Chung <tausq@debian.org>
12881
12882 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
12883 Slightly relax "sem_post" name checking.
12884
12885 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12886
12887 * gdb.base/unload.exp: Use new shared library infrastructure.
12888
12889 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
12890
12891 * gdb.base/so-impl-ld.exp: Use new shared library
12892 infrastructure.
12893
12894 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
12895
12896 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
12897 * gdb.asm/h8300.inc: New file.
12898
12899 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12900
12901 * gdb.base/shlib-call.exp: Change to use new shared library
12902 infrastructure.
12903
12904 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12905
12906 * gdb.base/pending.exp: Change to use new shared library
12907 infrastructure.
12908
12909 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
12910
12911 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
12912 use test_compiler_info instead of gcc_compiled, and update copyright.
12913
12914 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
12915
12916 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
12917 shared objects being adjusted and update copyright years.
12918
12919 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
12920
12921 * ChangeLog: Correct some 2003-01-13 dates.
12922 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
12923 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
12924 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
12925 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
12926 gdb.trace/tfind.exp: Update copyright years.
12927
12928 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
12929 Daniel Jacobowitz <dan@codesourcery.com>
12930
12931 * lib/gdb.exp (gdb_compile): Handle shlib=.
12932 (gdb_compile_shlib): New function.
12933
12934 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
12935
12936 * lib/gdb.exp (test_compiler_info): Give argument a default value.
12937
12938 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12939
12940 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
12941 gdb.server.
12942 * configure.ac: Likewise.
12943 * configure: Regenerated.
12944 * gdb.gdbserver/Makefile.in: Moved to...
12945 * gdb.server/Makefile.in: ... here.
12946 * gdb.gdbserver/server.c: Moved to...
12947 * gdb.server/server.c: ... here.
12948 * gdb.gdbserver/server-run.exp: Moved to...
12949 * gdb.server/server-run.exp: ... here.
12950
12951 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
12952
12953 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
12954 * configure.ac: Create gdb.gdbserver/Makefile.
12955 * configure: Regenerated.
12956 * lib/gdbserver-support.exp: New file, derived from
12957 config/gdbserver.exp.
12958 * config/gdbserver.exp: Use gdbserver-support.exp.
12959 * gdb.gdbserver/Makefile.in: New file.
12960 * gdb.gdbserver/server.c: New file.
12961 * gdb.gdbserver/server-run.exp: New file.
12962
12963 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
12964
12965 * lib/gdb.exp (test_compiler_info): Return compiler_info
12966 if no arguments are given.
12967
12968 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
12969
12970 * gdb.arch/altivec-abi.exp: Check for compiler and set
12971 use altivec' flag accordingly.
12972 * gdb.arch/altivec-regs.exp: Likewise.
12973
12974 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
12975
12976 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
12977
12978 2005-03-27 Andreas Schwab <schwab@suse.de>
12979
12980 * gdb.base/bigcore.c (main): Add missing mode argument in open
12981 call.
12982
12983 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
12984
12985 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
12986 downloads.
12987 * config/gdbserver.exp (gdb_load): Likewise.
12988
12989 2005-03-14 Paul Brook <paul@codesourcery.com>
12990
12991 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
12992 targets.
12993
12994 2005-03-09 Joel Brobecker <brobecker@adacore.com>
12995
12996 * gdb.dwarf2/dup-psym.S: New file.
12997 * gdb.dwarf2/dup-psym.exp: New testcase.
12998
12999 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13000
13001 * gdb.ada/exec_changed/first.adb: New file.
13002 * gdb.ada/exec_changed/second.adb: New file.
13003 * gdb.ada/exec_changed.exp: New testcase.
13004
13005 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
13006
13007 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13008 (A2): New class.
13009 (main): Test operator+.
13010 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
13011 breakpoint test.
13012
13013 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13014 * gdb.base/signull.exp: Disable if gdb,nosignals.
13015 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13016 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13017 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13018 * gdb.mi/mi2-console.exp: Likewise.
13019 * gdb.trace/collection.exp (run_trace_experiment): Consume the
13020 continue output at start.
13021 (gdb_collect_locals_test): Robustify regexp.
13022 * gdb.trace/passc-dyn.exp: Fix comment typo.
13023 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13024
13025 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
13026
13027 * gdb.asm/asm-source.exp: Add iq2000 case.
13028 * gdb.asm/iq2000.inc: New file.
13029
13030 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
13031
13032 * gdb.base/command.exp: Change hardcoded value to regular expression.
13033 * gdb.base/float.exp: Add powerpc to the list of targets checked.
13034
13035 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
13036
13037 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
13038 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
13039 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
13040 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
13041 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
13042
13043 2005-03-05 Mark Kettenis <kettenis@gnu.org>
13044
13045 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
13046 changes.
13047
13048 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
13049
13050 * lib/compiler.c: Add test for IBM's xlc compiler.
13051 * lib/compiler.cc: Likewise.
13052
13053 2004-02-24 Joel Brobecker <brobecker@adacore.com>
13054
13055 * gdb.ada/fixed_points.exp: Create compilation object directory
13056 before running the test.
13057 * gdb.ada/null_record.exp: Likewise.
13058 * gdb.ada/packed_array.exp: Likewise.
13059 * gdb.ada/start.exp: Likewise.
13060
13061 2005-02-15 Joel Brobecker <brobecker@adacore.com>
13062
13063 * gdb.ada/packed_array/pa.adb: New file.
13064 * gdb.ada/packed_array.exp: New testcase.
13065
13066 2005-02-10 Mark Kettenis <kettenis@gnu.org>
13067
13068 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
13069 files.
13070
13071 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
13072 on *-*-openbsd*. Correctly match whitespace in regukar
13073 expressions.
13074
13075 2005-02-10 Daniel Jacobowitz <dan@debian.org>
13076
13077 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
13078 PR exp/1821
13079 * gdb.base/gdb1821.c: New test file.
13080 * gdb.base/gdb1821.exp: New test file.
13081
13082 2005-02-09 Joel Brobecker <brobecker@adacore.com>
13083
13084 * gdb.base/start.c: New file.
13085 * gdb.base/start.exp: New testcase.
13086
13087 2005-02-09 Joel Brobecker <brobecker@adacore.com>
13088
13089 * gdb.ada/start/dummy.adb: New file.
13090 * gdb.ada/start.exp: New testcase.
13091
13092 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
13093
13094 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
13095 for printing symbols and statistics.
13096 Add test for using relative pathnames in "maint print msymbols" test.
13097 Mark "maint info sections DATA" XFAIL on Cygwin.
13098 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
13099 tests.
13100
13101 2005-02-09 Andreas Schwab <schwab@suse.de>
13102
13103 Committed by Andrew Cagney <cagney@gnu.org>
13104 * gdb.base/remotetimeout.exp: New file.
13105
13106 2005-02-07 Mark Kettenis <kettenis@gnu.org>
13107
13108 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
13109
13110 2005-02-03 Joel Brobecker <brobecker@adacore.com>
13111
13112 * gdb.ada/gnat_ada.gpr: New file.
13113 * gdb.ada/gnat_ada.gin: Delete, no longer used.
13114 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
13115 * configure.ac: No longer generate gnat_ada.gpr.
13116 * configure: Regenerate.
13117 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
13118 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
13119 * gdb.ada/null_record/bar.ads: Likewise.
13120 * gdb.ada/null_record/bar.adb: Likewise.
13121 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
13122 * gdb.ada/null_record.exp (testdir): New variable.
13123 (testfile): executable is now in testdir subdirectory.
13124 (srcfile): Use full path to the main compilation unit.
13125 * gdb.ada/fixed_points.exp: Same changes as above.
13126
13127 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
13128
13129 * gdb.base/interp.exp: New test.
13130
13131 2005-01-24 Andrew Cagney <cagney@gnu.org>
13132
13133 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
13134
13135 2005-01-19 Andrew Cagney <cagney@gnu.org>
13136
13137 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
13138 configure.ac not configure.in.
13139
13140 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
13141 of powerpc*-*-*.
13142 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
13143 * gdb.base/list.exp (test_list_function)
13144 (test_list_filename_and_function): Ditto.
13145 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
13146
13147 2005-01-16 Andrew Cagney <cagney@gnu.org>
13148
13149 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
13150
13151 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
13152
13153 2005-01-14 Andrew Cagney <cagney@gnu.org>
13154
13155 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
13156 * gdb.mi/mi2-var-cmd.exp: Ditto.
13157
13158 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
13159
13160 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
13161
13162 2005-01-07 Andrew Cagney <cagney@gnu.org>
13163
13164 * configure.ac: Rename configure.in, require autoconf 2.59.
13165 * configure: Re-generate.
13166 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
13167 * gdb.stabs/configure: Re-generate.
13168 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
13169 * gdb.hp/configure: Re-generate.
13170 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
13171 autoconf 2.59.
13172 * gdb.hp/gdb.objdbg/configure: Re-generate.
13173 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
13174 autoconf 2.59.
13175 * gdb.hp/gdb.defects/configure: Re-generate.
13176 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
13177 autoconf 2.59.
13178 * gdb.hp/gdb.compat/configure: Re-generate.
13179 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
13180 autoconf 2.59.
13181 * gdb.hp/gdb.base-hp/configure: Re-generate.
13182 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
13183 autoconf 2.59.
13184 * gdb.hp/gdb.aCC/configure: Re-generate.
13185
13186 2004-12-15 Jim Blandy <jimb@redhat.com>
13187
13188 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
13189 under NPTL when there is debugging info available for libpthread.
13190
13191 2004-12-13 Jerome Guitton <guitton@gnat.com>
13192
13193 * gdb.ada/fixed_points.c: New file.
13194 * gdb.ada/fixed_points.exp: New file.
13195
13196 2004-12-03 Randolph Chung <tausq@debian.org>
13197
13198 * gdb.arch/pa-nullify.exp: New file.
13199 * gdb.arch/pa-nullify.s: New file.
13200
13201 2004-11-30 Randolph Chung <tausq@debian.org>
13202
13203 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
13204 instead of "tbug". Fix regexp to work properly with gdb_test.
13205
13206 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
13207
13208 * gdb.base/bitfields2.exp: New test.
13209 * gdb.base/bitfields2.c: New file.
13210
13211 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
13212
13213 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
13214
13215 2004-11-16 Randolph Chung <tausq@debian.org>
13216
13217 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
13218
13219 2004-11-14 Daniel Jacobowitz <dan@debian.org>
13220
13221 * gdb.threads/threadapply.exp: Correct "macro details" test.
13222
13223 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
13224
13225 * gdb.threads/threadapply.exp: New test.
13226 * gdb.threads/threadapply.c: New file.
13227
13228 2004-11-07 Mark Kettenis <kettenis@gnu.org>
13229
13230 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
13231 frames.
13232
13233 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
13234
13235 * gdb.base/cursal.exp: New file.
13236 * gdb.base/cursal.c: New file.
13237
13238 2004-11-03 Andrew Cagney <cagney@gnu.org>
13239
13240 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
13241
13242 2004-10-30 Mark Kettenis <kettenis@gnu.org>
13243
13244 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
13245 NetBSD/ELF targets.
13246
13247 2004-10-29 Joel Brobecker <brobecker@gnat.com>
13248
13249 * gdb.threads/bp_in_thread.c: New file, copied from
13250 pthread_cond_wait.c.
13251 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
13252 file, rather than reusing the .c file from another testcase.
13253
13254 2004-10-20 Joel Brobecker <brobecker@gnat.com>
13255
13256 * gdb.ada/null_record.exp: Check where we stopped after
13257 sending the start command, instead of where the associated
13258 temporary breakpoint was inserted.
13259
13260 2004-10-14 Andrew Cagney <cagney@gnu.org>
13261
13262 * gdb.mi/gdb701.c (main): Return 0.
13263
13264 2004-10-13 Daniel Jacobowitz <dan@debian.org>
13265
13266 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
13267
13268 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
13269
13270 * gdb.threads/schedlock.c: Add comment markers to use to find
13271 line numbers.
13272 * gdb.threads/schedlock.exp: Adjust regex to handle the new
13273 comments.
13274 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
13275 breakpoint lines.
13276
13277 2004-10-12 Daniel Jacobowitz <dan@debian.org>
13278
13279 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
13280
13281 2004-10-12 Daniel Jacobowitz <dan@debian.org>
13282
13283 * configure.in: Add gdb.dwarf2.
13284 * configure: Regenerated.
13285 * Makefile.in: Add gdb.dwarf2.
13286 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
13287 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
13288 gdb.dwarf2/file1.txt: New files.
13289
13290 2004-10-11 Orjan Friberg <orjanf@axis.com>
13291
13292 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
13293 of "run", since the latter doesn't work with remote targets. Adjust
13294 the breakpoint numbering accordingly.
13295 * gdb.threads/pthread_cond_wait.exp: Ditto.
13296
13297 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
13298
13299 * gdb.base/overlays.exp: Update copyright years.
13300
13301 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
13302
13303 * gdb.base/overlays.exp: Disable if target is Linux.
13304
13305 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
13306
13307 * config/gdbserver.exp (gdb_load): Use right filename on remote.
13308
13309 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
13310
13311 * gdb.asm/asm-source.exp: Add m32r-linux target.
13312 * gdb.asm/m32r-linux.inc: New file.
13313
13314 2004-09-24 Andrew Cagney <cagney@redhat.com>
13315 David Anderson <anderson@redhat.com>
13316
13317 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
13318 command fails, assume things will work.
13319 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
13320 (_GNU_SOURCE): Define.
13321 (print_unsigned, print_hex): Change parameter to "long long".
13322 (print_byte_count): New function, use to print byte counts.
13323 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
13324 O_LARGEFILE.
13325 (main): Compute an upper bound on a corefile in max_core_size.
13326 Limit memory chunk size to max_core_size. Limit total memory
13327 allocated to max_core_size.
13328
13329 2004-09-23 Andrew Cagney <cagney@gnu.org>
13330
13331 * gdb.base/bigcore.exp: Replace the code that creates a corefile
13332 from a separate process with code that creates a corefile by
13333 making the inferior dump core.
13334
13335 2004-09-23 Mark Kettenis <kettenis@gnu.org>
13336
13337 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
13338 block.
13339
13340 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
13341
13342 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
13343 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
13344 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
13345 Likewise.
13346
13347 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
13348
13349 * gdb.java/jprint.exp: New test case for java inferior call.
13350 * gdb.java/jprint.java: Ditto.
13351
13352 2004-09-15 Joel Brobecker <brobecker@gnat.com>
13353
13354 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
13355
13356 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
13357
13358 * gdb.threads/killed.c: Include <stdlib.h>.
13359 * gdb.threads/pthreads.c: Likewise.
13360
13361 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
13362
13363 * gdb.threads/killed.c: Add copyright notice.
13364
13365 2004-09-10 Jason Molenda (jmolenda@apple.com)
13366
13367 * gdb.base/define.exp: Two new tests to verify zero space chars
13368 after 'if' and 'while' commands in a user-defined command is correctly
13369 parsed.
13370
13371 2004-09-08 Andrew Cagney <cagney@gnu.org>
13372
13373 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
13374 delivery test with duplicate at end of file.
13375
13376 2004-09-06 Mark Kettenis <kettenis@jive.nl>
13377
13378 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
13379
13380 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13381
13382 * config/hppro.exp: Removed.
13383
13384 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13385
13386 * config/sparclet.exp: Removed.
13387
13388 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13389
13390 * config/udi.exp: Removed.
13391
13392 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
13393
13394 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
13395 of "exp_continue".
13396 (advancei): Likewise.
13397
13398 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
13399
13400 * gdb.base/unload.exp: Fix so messages aren't duplicated.
13401
13402 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
13403
13404 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
13405 to check for nodebug in executable.
13406 * gdb.gdb/observer.exp (setup_test): Likewise.
13407 * gdb.gdb/selftest.exp (test_with_self): Likewise.
13408 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
13409
13410 2004-09-01 Andrew Cagney <cagney@gnu.org>
13411
13412 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13413 files.
13414
13415 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
13416
13417 * gdb.base/unload.exp: Fix expected warning message to match
13418 latest format.
13419
13420 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
13421
13422 * gdb.base/call-rt-st.exp: Fix typos.
13423
13424 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
13425
13426 * gdb.threads/thread_check.exp: New testcase.
13427 * gdb.threads/thread_check.c: New testcase.
13428
13429 2004-08-31 Andrew Cagney <cagney@gnu.org>
13430
13431 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
13432 (skip_to_handler_entry): New procedures. Test stepping into a
13433 handler when the breakpoint is at the handler's entry point.
13434
13435 2004-08-30 Andrew Cagney <cagney@gnu.org>
13436
13437 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
13438 gdb/1757.
13439
13440 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
13441
13442 With code from Manoj Iyer <manjo@austin.ibm.com>:
13443 * lib/gdb.exp (gdb_file_cmd): Return more information in the
13444 return value. Add an arm for "no debugging symbols found".
13445 Change a stray "error" to "perror".
13446 (gdb_run_cmd): Adapt to new return value.
13447 * gdb.base/remote.exp: Adapt to new return value.
13448 * gdb.gdb/complaints.exp: Likewise.
13449 * gdb.gdb/observer.exp: Likewise.
13450 * gdb.gdb/selftest.exp: Likewise.
13451 * gdb.gdb/xfullpath.exp: Likewise.
13452
13453 2004-08-27 Joel Brobecker <brobecker@gnat.com>
13454
13455 * gdb.threads/bp_in_thread.exp: New testcase.
13456
13457 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
13458
13459 Fix PR testsuite/1735.
13460 * gdb.threads/schedlock.c (thread_function): Add a cast
13461 to suppress a gcc warning.
13462 * gdb.threads/thread-specific.c (thread_function): Likewise.
13463
13464 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13465
13466 * gdb.base/unload.c: Include <stdlib.h>.
13467
13468 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13469
13470 From Paul Gilliam <pgilliam@us.ibm.com>:
13471 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
13472 synchronized after the "return".
13473
13474 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13475
13476 * gdb.mi/basics.c: Include <stdio.h>.
13477 * gdb.mi/pthreads.c: Include <stdlib.h>.
13478 * gdb.mi/var-cmd.c: Include <stdlib.h>.
13479
13480 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13481
13482 * gdb.threads/schedlock.c: Add copyright notice.
13483
13484 2004-08-25 Andrew Cagney <cagney@gnu.org>
13485
13486 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
13487 (skip_over_handler, breakpoint_over_hander): New test procedures.
13488 (advance, advancei): Add a proper prefix, do not use
13489 rerun_to_main.
13490 * gdb.base/sigstep.c (main): Change to use an infinite loop.
13491
13492 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
13493
13494 * gdb.mi/basics.c: Add copyright notice.
13495 * gdb.mi/var-cmd.c: Add copyright notice.
13496
13497 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13498
13499 * lib/gdb.exp: Remove signed_keyword_not_used.
13500 * lib/compiler.c: Likewise.
13501 * lib/compiler.cc: Likewise.
13502
13503 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13504
13505 * gdb.base/whatis.c: Remove conditional disabling of "signed".
13506 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
13507
13508 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13509
13510 * gdb.base/whatis.c: Add copyright notice.
13511
13512 2004-08-20 Mark Kettenis <kettenis@gnu.org>
13513
13514 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
13515 it to skip the breakpoints encoded in the inline assembly.
13516
13517 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13518
13519 * Makefile.in: Add gdb.fortran.
13520
13521 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13522
13523 * gdb.base/call-sc.exp (test_scalar_returns):
13524 Fix cut-and-paste glitch in "Make fun return now".
13525
13526 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13527
13528 * configure.in: Add gdb.fortran.
13529 * configure: Regenerate.
13530 * gdb.fortran/Makefile.in: New file.
13531 * lib/gdb.exp (skip_fortran_tests): New procedure.
13532
13533 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13534
13535 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
13536 reference to bug-gnu@prep.ai.mit.edu.
13537 * gdb.mi/mi-var-child.exp: Likewise.
13538 * gdb.mi/mi-var-cmd.exp: Likewise.
13539 * gdb.mi/mi-var-display.exp: Likewise.
13540 * gdb.mi/mi2-var-block.exp: Likewise.
13541 * gdb.mi/mi2-var-child.exp: Likewise.
13542 * gdb.mi/mi2-var-cmd.exp: Likewise.
13543 * gdb.mi/mi2-var-display.exp: Likewise.
13544
13545 2004-08-15 Mark Kettenis <kettenis@gnu.org>
13546
13547 * gdb.base/unload.c (main): Make local variable msg const.
13548
13549 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13550
13551 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
13552 to bug-gnu@prep.ai.mit.edu.
13553 * gdb.mi/mi-disassemble.exp: Likewise.
13554 * gdb.mi/mi-eval.exp: Likewise.
13555 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
13556 default line number.
13557 * gdb.mi/mi-return.exp: Likewise.
13558 * gdb.mi/mi-simplerun.exp: Likewise.
13559 * gdb.mi/mi-stack.exp: Likewise.
13560 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
13561 number with explicit range test.
13562 * gdb.mi/mi-watch.exp: Likewise.
13563 * gdb.mi/mi2-break.exp: Likewise.
13564 * gdb.mi/mi2-cli.exp: Likewise.
13565 * gdb.mi/mi2-disassemble.exp: Likewise.
13566 * gdb.mi/mi2-eval.exp: Likewise.
13567 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
13568 default line number.
13569 * gdb.mi/mi2-return.exp: Likewise.
13570 * gdb.mi/mi2-simplerun.exp: Likewise.
13571 * gdb.mi/mi2-stack.exp: Likewise.
13572 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
13573 number with explicit range test.
13574 * gdb.mi/mi2-watch.exp: Likewise.
13575
13576 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13577
13578 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
13579 * gdb.cp/m-static.exp: Likewise.
13580 * gdb.cp/rtti.exp: Likewise.
13581
13582 2004-08-14 Mark Kettenis <kettenis@gnu.org>
13583
13584 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
13585
13586 2004-08-14 Eli Zaretskii <eliz@gnu.org>
13587
13588 * ChangeLog: Prefix Local Variables with semi-colons and indent
13589 the reference to older ChangeLog files, to fix fontification in
13590 Emacs.
13591
13592 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13593
13594 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13595 * gdb.mi/mi2-break.exp: Likewise.
13596
13597 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13598
13599 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13600
13601 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13602
13603 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13604
13605 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13606
13607 * gdb.cp/classes.exp: Remove unused declarations. Just let
13608 test names default instead of providing special names. Remove
13609 extraneous demangler test.
13610
13611 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
13612
13613 * gdb.base/unload.exp: New test for breakpoints in dynamically
13614 loaded libraries.
13615 * gdb.base/unload.c: Ditto.
13616 * gdb.base/unloadshr.c: Ditto.
13617
13618 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
13619
13620 * gdb.cp/classes.exp (test_ptype_class_objects): Call
13621 cp_test_ptype_class.
13622 (test_enums): Likewise.
13623
13624 2004-08-10 Andrew Cagney <cagney@gnu.org>
13625
13626 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13627 files.
13628
13629 2004-08-10 Andrew Cagney <cagney@gnu.org>
13630
13631 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13632 init_malloc call.
13633
13634 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13635
13636 * ChangeLog: Add copyright notice. The notice is copied
13637 from emacs 21.3 top level ChangeLog.
13638
13639 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13640
13641 * lib/cp-support.exp: New file.
13642 * lib/cp-support.exp (cp_test_type_class): New function.
13643 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13644 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13645 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13646 cp_test_ptype_class.
13647
13648 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13649
13650 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13651 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13652 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13653 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13654 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13655 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13656 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13657 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13658 gdb.mi/mi2-watch.exp: Update copyright years.
13659
13660 2004-08-09 Mark Kettenis <kettenis@gnu.org>
13661
13662 * gdb.base/sigaltstack.exp: Provide proper anchoring.
13663
13664 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13665
13666 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13667 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13668 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13669 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13670 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13671 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13672 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13673 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13674 gdb.mi/mi-watch.exp: Update copyright years.
13675
13676 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13677
13678 PR gdb/1738
13679 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13680 from a breakpoint with a pending signal.
13681
13682 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13683
13684 PR gdb/1736
13685 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13686 * gdb.base/sigaltstack.exp (finish_test): Consume output until
13687 the prompt.
13688 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13689
13690 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13691
13692 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13693
13694 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13695
13696 PR gdb/1736
13697 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
13698 for i?86-*-linux*.
13699
13700 2004-08-08 Daniel Jacobowitz <dan@debian.org>
13701
13702 * gdb.arch/i386-prologue.exp: Compile without debug information.
13703
13704 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
13705
13706 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13707 rather than asking gdb to search.
13708
13709 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13710
13711 * gdb.base/gcore.c: Include <string.h>.
13712
13713 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13714
13715 * gdb.base/gcore.c: Add copyright notice.
13716
13717 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13718
13719 * gdb.base/freebpcmd.c: Include <stdio.h>.
13720 * gdb.base/long_long.c: Include <string.h>.
13721 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13722 * gdb.base/siginfo.c: Include <string.h>.
13723 * gdb.base/sigstep.c: Include <string.h>.
13724
13725 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13726
13727 * gdb.base/complex.c: Include <stdlib.h>.
13728
13729 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13730
13731 * gdb.base/complex.c: Add copyright notice.
13732
13733 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13734
13735 * gdb.base/charset.c: Include <stdlib.h>.
13736
13737 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13738
13739 * gdb.base/auxv.c: Include <stdlib.h>.
13740
13741 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13742
13743 * gdb.base/auxv.c: Add copyright notice.
13744
13745 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13746
13747 * gdb.base/coremaker.c: Add copyright notice.
13748 * gdb.base/coremaker2.c: Add copyright notice.
13749
13750 2004-08-04 Andrew Cagney <cagney@gnu.org>
13751
13752 * gdb.base/store.exp: Update copyright.
13753 (check_set, up_set, check_struct, up_struct): Add a prefix to test
13754 names, do not import gdb_prompt.
13755
13756 2004-08-01 Andrew Cagney <cagney@gnu.org>
13757
13758 Fix PR testsuite/1729.
13759 * gdb.base/dump.exp: Add test name to callers of capture_value, do
13760 not use capture_value with value 4.
13761 (capture_value): Add optional test name parameter.
13762 (test_reload_saved_value, test_restore_saved_value): Use $msg as
13763 the prefix, pass to capture_value.
13764
13765 2004-08-01 Mark Kettenis <kettenis@gnu.org>
13766
13767 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
13768 * gdb.arch/i386-prologue.c (standard): New prototype and function.
13769 (main): Call new function.
13770
13771 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13772
13773 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
13774
13775 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13776
13777 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
13778
13779 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
13780
13781 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
13782 Accept more values of vtbl pointer. Remove some messages
13783 about "obsolete gcc or gdb".
13784
13785 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13786
13787 * gdb.cp/classes.exp: Accept more varieties of ptype output.
13788
13789 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
13790
13791 * gdb.base/asm-source.exp: Properly convert target board
13792 debug flags from gcc format to binutils format.
13793
13794 2004-07-28 Mark Kettenis <kettenis@gnu.org>
13795
13796 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
13797 gdb1718". PR backtrace/1718 partially fixed.
13798
13799 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
13800
13801 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
13802
13803 2004-07-26 Nick Clifton <nickc@redhat.com>
13804
13805 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
13806 good default value for a specific architecture is available then
13807 set it to that value. Otherwise default to the -gstabs switch.
13808 Remove the -g... switches from the asm-flags variable. Allow the
13809 target board info to override the value if it wants to. Pass the
13810 switch on the assembler command line.
13811
13812 2004-07-23 Mark Kettenis <kettenis@gnu.org>
13813
13814 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
13815 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
13816 (main): Call new function.
13817
13818 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
13819
13820 Test for PR exp/1715.
13821 * gdb.base/radix.exp: Refactor common procedures. Make all
13822 test names unique. Change XFAIL to KFAIL.
13823
13824 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
13825
13826 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
13827 * gdb.ada/gnat_ada.gin: ... to here.
13828 * configure.in: Use gnat_ada.gin.
13829 * configure: Regenerate.
13830
13831 2004-07-20 Andrew Cagney <cagney@gnu.org>
13832
13833 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
13834 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
13835 XFAILs. Clean up test messages and comments. Check backtraces.
13836 Delete re-sync code.
13837
13838 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13839
13840 Fix PR cli/740.
13841 * gdb.base/annota1.exp: Honor gdb,nosignals.
13842 * gdb.base/annota3.exp: Likewise.
13843
13844 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
13845
13846 * lib/java.exp: Update copyright notice.
13847
13848 2004-07-19 Andrew Cagney <cagney@gnu.org>
13849
13850 * gdb.base/selftest.exp: Copy file from here ...
13851 * gdb.gdb/selftest.exp: ... to here.
13852
13853 2004-07-16 Andrew Cagney <cagney@redhat.com>
13854
13855 * lib/insight-support.exp: Delete file.
13856 * lib/java.exp (java_init): Fix copyright.
13857
13858 2004-07-16 Andrew Cagney <cagney@gnu.org>
13859
13860 * gdb.base/restore.c: Append "prologue" to comments marking the a
13861 function's prologue.
13862 * gdb.base/restore.exp: Update copyright, re-indent.
13863 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
13864 callerN" prefix where needed. Update patterns that match a
13865 function's prologue.
13866
13867 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
13868
13869 * gdb.base/restore.c: Add copyright notice.
13870
13871 2004-07-16 Andrew Cagney <cagney@gnu.org>
13872
13873 * gdb.base/logical.exp: Update copyright.
13874 (evaluate): New procedure. Use to re-implement tests using
13875 several tables.
13876
13877 2004-07-14 Martin Hunt <hunt@redhat.com>
13878
13879 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
13880 which fixes some problems where init.tcl was not found.
13881
13882 2004-07-13 Andrew Cagney <cagney@gnu.org>
13883
13884 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
13885 (check_sizeof, check_valueof): Do not include the output in the
13886 test name. Use gdb_test.
13887 (get_valueof): Use gdb_test_multiple.
13888
13889 * gdb.base/step-test.exp: Update copyright. Use
13890 gdb_test_multiple. Ensure that test names do not include
13891 architecture dependent output.
13892
13893 * gdb.gdb/observer.exp: Update copyright.
13894 (setup_test): Use gdb_test_multiple.
13895 (attach_first_observer, attach_second_observer)
13896 (attach_third_observer, detach_first_observer)
13897 (detach_second_observer, detach_third_observer)
13898 (reset_counters, check_counters): Make $message a prefix.
13899 (test_normal_stop_notifications): Add "args" parameter - a list of
13900 init functions to be called. Make $message a prefix,
13901 (test_observer_normal_stop): Change the message prefixes so that
13902 they are unique, pass the attach / detach procedures to
13903 test_normal_stop_notifications.
13904
13905 * gdb.base/signull.exp (test_segv): Prefix all tests with
13906 "${name}". Clean up test messages.
13907
13908 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
13909
13910 * gdb.base/ena-dis-br.exp: Update copyright.
13911 (break_at): New function. Replace send_gdb with gdb_test,
13912 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
13913 ignore count, not stopped at bpt", with KFAIL.
13914
13915 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
13916
13917 * gdb.base/attach.exp: Remove cleanupfile handling.
13918
13919 2004-07-12 Andrew Cagney <cagney@gnu.org>
13920
13921 * gdb.base/annota1.exp: Cleanup corefile test name.
13922 * gdb.base/annota3.exp: Ditto.
13923
13924 2004-07-12 Andrew Cagney <cagney@gnu.org>
13925
13926 * gdb.base/signals.exp: Clean up copyright, re-indent.
13927
13928 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
13929 gdb_test and gdb_test_multiple.
13930
13931 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
13932
13933 * gdb.java/jmain.exp: Fix expected line number for main to
13934 break at. Set XFAIL for break at main test since gcj does not
13935 provide line number info for first statement in main.
13936
13937 2004-07-08 Andrew Cagney <cagney@gnu.org>
13938
13939 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
13940
13941 * gdb.base/sigbpt.exp: Make the common part of each test name a
13942 prefix instead of suffix.
13943
13944 2004-07-07 Bob Rossi <bob_rossi@cox.net>
13945
13946 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
13947 test from test_tbreak_creation_and_listing to
13948 test_file_list_exec_source_file
13949 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
13950 Changed name of test from test_tbreak_creation_and_listing to
13951 test_file_list_exec_source_file
13952
13953 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
13954
13955 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
13956 the jmisc() constructor instead of <init>.
13957 * gdb.java/jmisc1.exp: Ditto.
13958
13959 2004-07-07 Andrew Cagney <cagney@gnu.org>
13960
13961 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
13962 corrupting the PC.
13963
13964 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
13965
13966 * gdb.cp/templates.exp: Accept whitespace change in demangler
13967 output.
13968
13969 2004-07-06 Andrew Cagney <cagney@gnu.org>
13970
13971 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
13972
13973 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
13974
13975 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
13976 * lib/compiler.cc: Likewise.
13977
13978 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
13979
13980 * lib/compiler.cc: Work around string preprocessing problem
13981 with old hp c++ compiler.
13982 * lib/compiler.c: Likewise.
13983
13984 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13985
13986 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
13987 directives to conditionalize symbol prefixing.
13988 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
13989 additional_flags handling. Add underscore prefix for Cygwin.
13990 * gdb.arch/i386-unwind.c: Use preprocessor directives to
13991 conditionalize symbol prefixing.
13992 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
13993 additional_flags handling. Add underscore prefix for Cygwin.
13994
13995 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
13996
13997 * gdb.base/bigcore.exp: Skip test on Cygwin.
13998
13999 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
14000
14001 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14002 formats for "info register". Use gdb_test_multiple. Fix
14003 the "invalid register" test.
14004
14005 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
14006
14007 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
14008 PID for Cygwin. Add Cygwin specific strings to check for in some
14009 tests.
14010 (do_attach_tests): Add a test for user interaction when attaching
14011 to a process with no matching symbol table already loaded.
14012
14013 2004-06-26 Andrew Cagney <cagney@gnu.org>
14014
14015 Test PR java/1567 and PR java/1565.
14016 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14017 * gdb.java/jmisc2.exp: Delete file.
14018
14019 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
14020
14021 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14022
14023 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
14024
14025 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14026 attach process.
14027
14028 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
14029
14030 * gdb.cp/pr-1553.exp: Remove.
14031
14032 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
14033
14034 * gdb.cp/pr-1553.cc: Remove.
14035 * gdb.cp/pr-1553.exp: Disable this test.
14036
14037 2004-06-20 Jim Blandy <jimb@redhat.com>
14038
14039 Fix PR testsuite/1680.
14040 * gdb.arch/i386-sse.exp: Properly quote curly braces in
14041 regular expressions.
14042
14043 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
14044
14045 Fix PR testsuite/1679.
14046 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
14047 Issue an UNSUPPORTED result instead.
14048
14049 2004-06-18 Jim Blandy <jimb@redhat.com>
14050
14051 * gdb.base/charset.exp: Only send a control-C if we see a new
14052 prompt and incomplete command.
14053
14054 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
14055
14056 * gdb.cp/pr-574.cc: Add copyright notice.
14057
14058 2004-06-17 Jim Blandy <jimb@redhat.com>
14059
14060 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
14061 cases where the regexp has no groups; this grabs random text from
14062 the previous test suite, whatever that was.
14063
14064 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
14065
14066 * gdb.cp/printmethod.cc: Add copyright notice.
14067
14068 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
14069
14070 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
14071
14072 2004-06-16 Andrew Cagney <cagney@gnu.org>
14073
14074 * gdb.base/signull.c: Update copyright. Include <string.h>.
14075 (bowler): Replace data_pointer with data_read
14076 and data_write cases. Add code_descriptor case.
14077 (zero, desc): New array and pointer.
14078 (data, code): Change to simple pointers.
14079 * gdb.base/signull.exp: Fix probe pattern matching a function
14080 descriptor SIGSEGV. Replace data_pointer with data_read and
14081 data_write tests.
14082
14083 2004-06-16 Andrew Cagney <cagney@gnu.org>
14084
14085 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
14086
14087 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14088
14089 * gdb.base/long_long.c: Add copyright notice.
14090
14091 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14092
14093 * gdb.base/long_long.exp: Remove reference to
14094 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
14095 to gdb_breakpoint and gdb_continue_to_breakpoint.
14096
14097 2004-06-14 Jim Blandy <jimb@redhat.com>
14098
14099 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
14100 endian case.
14101
14102 2004-06-14 Andrew Cagney <cagney@gnu.org>
14103
14104 * gdb.base/gcore.exp (capture_command_output): Delete the always
14105 passing tests containing inferior values.
14106 * gdb.base/ending-run.exp: Do not include the breakpoint address
14107 in the test message. Update copyright.
14108 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
14109 size in the test name, use gdb_test_multiple. Update copyright.
14110
14111 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14112
14113 * gdb.cp/ref-types.cc: Add copyright notice.
14114
14115 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14116
14117 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
14118 hp_aCC_compiler.
14119 * lib/compiler.cc: Likewise.
14120 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
14121 'set' commands. Log diagnostics for other lines. Set
14122 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
14123
14124 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
14125
14126 * gdb.cp/try_catch.cc: Add copyright notice.
14127
14128 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
14129
14130 * gdb.cp/userdef.cc: Add copyright notice.
14131
14132 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
14133
14134 * gdb.cp/virtfunc.cc: Add copyright notice.
14135
14136 2004-06-11 Randolph Chung <tausq@debian.org>
14137
14138 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
14139 problem.
14140
14141 2004-06-10 Andrew Cagney <cagney@gnu.org>
14142
14143 * lib/compiler.cc, lib/compiler.c: Append either
14144 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
14145 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
14146 instead of gcc-3-3.
14147
14148 2004-06-09 Andrew Cagney <cagney@gnu.org>
14149
14150 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
14151 gdb/1455, bug is specific to "long long" and "double".
14152
14153 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
14154 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
14155 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
14156 fixed.
14157
14158 2004-06-09 Andrew Cagney <cagney@gnu.org>
14159
14160 * gdb.base/structs.exp (test_struct_returns): Replace
14161 "return_value_unknown" and "finish_value_unknown" by
14162 "return_value_known" and "finish_value_known". Instead of
14163 "return_value_unknown" iff "finish_value_unknown", check
14164 "return_value_known" implies "finish_value_known".
14165
14166 2004-06-08 Martin Hunt <hunt@redhat.com>
14167
14168 * gdb.base/float.exp: Add pattern for mips targets.
14169
14170 2004-06-08 Randolph Chung <tausq@debian.org>
14171
14172 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
14173 message for unknown architectures more clear.
14174
14175 2004-06-08 Joel Brobecker <brobecker@gnat.com>
14176
14177 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
14178 start the execution of the program.
14179
14180 2004-06-07 Jim Blandy <jimb@redhat.com>
14181
14182 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
14183 * gdb.arch/i386-cpuid.h: New helper file.
14184
14185 2004-06-07 Randolph Chung <tausq@debian.org>
14186
14187 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
14188 has started.
14189
14190 2004-06-04 Roland McGrath <roland@redhat.com>
14191
14192 Fix PR gdb/1647.
14193 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
14194 differently to be robust to output buffering differences.
14195
14196 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
14197
14198 * gdb.threads/pthreads.exp: Update copyright years.
14199 (check_control_c): Change asynchronous 'after' to synchronous.
14200
14201 2004-06-04 Roland McGrath <roland@redhat.com>
14202
14203 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
14204 next gdb prompt.
14205
14206 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
14207
14208 Fix PR gdb/1636.
14209 * gdb.threads/manythreads.exp: Change asynchronous 'after'
14210 calls to synchronous.
14211
14212 2004-05-26 Jim Blandy <jimb@redhat.com>
14213
14214 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
14215
14216 2004-05-24 Randolph Chung <tausq@debian.org>
14217
14218 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
14219 * gdb.asm/pa.inc: New file.
14220
14221 2004-05-22 Mark Kettenis <kettenis@gnu.org>
14222
14223 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
14224
14225 2004-05-21 Joel Brobecker <brobecker@gnat.com>
14226 Daniel Jacobowitz <drow@mvista.com>
14227
14228 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
14229 GDB prompt.
14230
14231 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14232
14233 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
14234 setjmp/longjmp. Use sigaction instead of signal.
14235
14236 2004-05-19 J. Brobecker <brobecker@gnat.com>
14237 Michael Snyder <msnyder@redhat.com>
14238
14239 * gdb.threads/pthread_cond_wait.c: New file.
14240 * gdb.threads/pthread_cond_wait.exp: New testcase.
14241
14242 2004-05-13 Andrew Cagney <cagney@redhat.com>
14243
14244 * gdb.base/signull.exp, gdb.base/signull.c: New files.
14245 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
14246
14247 2004-05-11 Andrew Cagney <cagney@redhat.com>
14248
14249 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
14250 fixed but revealed gdb/1639.
14251
14252 2004-05-10 Andrew Cagney <cagney@redhat.com>
14253
14254 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
14255 func1" and "next to 2nd alarm", kernel bug avoided.
14256
14257 2004-05-10 Daniel Jacobowitz <dan@debian.org>
14258
14259 PR external/1568
14260 * gdb.base/bigcore.exp: Check the size of the dumped core file.
14261 XFAIL if it is smaller than bytes_allocated.
14262 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
14263 (main): Make chunks_allocated unsigned. Correct comment.
14264
14265 2004-05-07 Joel Brobecker <brobecker@gnat.com>
14266
14267 * gdb.arch/powerpc-aix-prologue.c: New file.
14268 * gdb.arch/powerpc-aix-prologue.exp: New file.
14269
14270 2004-05-07 Jim Blandy <jimb@redhat.com>
14271
14272 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
14273 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
14274
14275 2004-05-06 Joel Brobecker <brobecker@gnat.com>
14276
14277 * gdb.base/sep.exp: No longer setup_kfail when the program was
14278 built with dwarf2.
14279
14280 2004-05-05 Jim Ingham <jingham@apple.com>
14281
14282 * gdb.base/pending.exp: Make sure pending breakpoints
14283 preserve the ignore count.
14284
14285 2004-04-27 Jerome Guitton <guitton@gnat.com>
14286
14287 * i386-prologue.exp: Add testcase for jump instruction as first
14288 instruction of the real code.
14289 * i386-prologue.c (jump_at_beginning): New function.
14290
14291 2004-04-28 Mark Kettenis <kettenis@gnu.org>
14292
14293 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
14294 x86_64-*-*.
14295
14296 2004-04-28 Mark Kettenis <kettenis@gnu.org>
14297
14298 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
14299 i*86-*-*.
14300
14301 2004-04-25 Mark Kettenis <kettenis@gnu.org>
14302
14303 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
14304 expression that checks the return type.
14305
14306 2004-04-23 Andrew Cagney <cagney@redhat.com>
14307
14308 * gdb.base/call-sc.exp: New test of scalar call/return values.
14309 * gdb.base/call-sc.c: Ditto.
14310
14311 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14312
14313 * gdb.threads/manythreads.c: Reduce thread stack size.
14314
14315 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
14316
14317 * gdb.threads/manythreads.c: Add copyright notice.
14318
14319 2004-04-23 Andrew Cagney <cagney@redhat.com>
14320
14321 * gdb.base/siginfo.exp: Better handle step out of signal.
14322 * gdb.base/sigstep.exp: Ditto.
14323
14324 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
14325 Daniel Jacobowitz <drow@mvista.com>
14326
14327 * gdb.threads/manythreads.c: New testcase.
14328 * gdb.threads/manythreads.exp: Ditto.
14329
14330 2004-04-22 Jim Blandy <jimb@redhat.com>
14331
14332 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
14333 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
14334
14335 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
14336
14337 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
14338
14339 2004-04-21 Andrew Cagney <cagney@redhat.com>
14340
14341 * gdb.base/sigstep.c: New file.
14342 * gdb.base/sigstep.exp: New file.
14343
14344 2004-04-16 Joel Brobecker <brobecker@gnat.com>
14345
14346 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
14347 call to observer_notify_normal_stop.
14348
14349 2004-04-15 Andrew Cagney <cagney@redhat.com>
14350
14351 * gdb.base/siginfo.c: New file.
14352 * gdb.base/siginfo.exp: New file.
14353
14354 2004-04-12 J. Brobecker <brobecker@gnat.com>
14355
14356 * gdb.base/sep.exp: Fix typo in comment.
14357
14358 2004-04-12 J. Brobecker <brobecker@gnat.com>
14359
14360 * gdb.base/sep.c: New file.
14361 * gdb.base/sep-proc.c: New file.
14362 * gdb.base/sep.exp: New testcase.
14363
14364 2004-04-09 Mark Kettenis <kettenis@gnu.org>
14365
14366 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
14367 support.
14368
14369 2004-04-05 Andrew Cagney <cagney@redhat.com>
14370
14371 * gdb.base/sigaltstack.c: New file.
14372 * gdb.base/sigaltstack.exp: New file.
14373
14374 2004-04-04 Joel Brobecker <brobecker@gnat.com>
14375
14376 * gdb.base/foll-fork.exp: Update the expected output for
14377 "help set follow-fork-mode", to match a change that was made
14378 to the help of this variable on 2004-01-13.
14379
14380 2004-04-01 Joel Brobecker <brobecker@gnat.com>
14381
14382 * lib/ada.exp: Add copyright notice.
14383 * bar.ads: Likewise.
14384 * bar.adb: Likewise.
14385 * null_record.adb: Likewise.
14386 * null_record.exp: Likewise.
14387 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
14388
14389 2004-04-01 Joel Brobecker <brobecker@gnat.com>
14390
14391 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
14392 * configure: Regenerate.
14393
14394 2004-04-01 Joel Brobecker <brobecker@gnat.com>
14395
14396 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
14397 to build the application. Remove the message printed when in
14398 verbose mode, redundant with the UNSUPPORTED message above.
14399
14400 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14401
14402 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
14403 * gdb.ada (null_record.exp): New testcase.
14404
14405 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14406
14407 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
14408
14409 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14410
14411 * gdb.ada: New subdirectory.
14412 * gdb.ada/Makefile.in: New file.
14413 * gdb.ada/gnat_ada.gpr.in: New file.
14414
14415 2004-03-31 Joel Brobecker <brobecker@gnat.com>
14416
14417 * lib/ada.exp: New file.
14418
14419 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
14420
14421 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
14422 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
14423
14424 2004-03-22 Andrew Cagney <cagney@redhat.com>
14425
14426 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
14427 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
14428 Problem identified by Ulrich Weigand.
14429
14430 2004-03-17 David Carlton <carlton@kealia.com>
14431
14432 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
14433 PR c++/826.
14434
14435 2004-03-16 Roland McGrath <roland@redhat.com>
14436
14437 * gdb.base/auxv.exp: New file.
14438 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
14439
14440 2004-03-12 David Carlton <carlton@kealia.com>
14441
14442 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
14443 * gdb.cp/pr-1553.cc: Ditto.
14444 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
14445 pass branch.
14446
14447 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
14448
14449 * gdb.cp/templates.exp: Accept more template types.
14450
14451 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14452
14453 From Corinna Vinschen with modifications.
14454 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
14455 local variable obj_with_enum.
14456 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
14457 results with obj_with_enum.
14458
14459 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14460
14461 * gdb.cp/classes.cc: New file, copied from misc.cc.
14462 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
14463
14464 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14465
14466 * gdb.cp/misc.cc: Add copyright notice.
14467
14468 2004-03-05 David Carlton <carlton@kealia.com>
14469
14470 * gdb.cp/rtti.exp: Add 'print *obj3' test.
14471 * gdb.cp/rtti.h: Update copyright.
14472 (namespace n2::n3): New.
14473 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
14474 (n2::n3::func3): New.
14475 (main): Call n2::n3::func3.
14476 * gdb.cp/rtti2.cc: Update copyright.
14477 (n2::create3): New.
14478
14479 2004-03-04 Mark Kettenis <kettenis@gnu.org>
14480
14481 * gdb.asm/openbsd.inc: Fix typo.
14482
14483 2004-03-03 Fred Fish <fnf@redhat.com>
14484
14485 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
14486 "val" instead of unused "size". Update copyright year.
14487
14488 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
14489
14490 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
14491 to use unsigned char.
14492 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
14493 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
14494
14495 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
14496
14497 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
14498 line of output.
14499
14500 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
14501
14502 * gdb.base/relocate.c (dummy): Initialize.
14503
14504 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
14505
14506 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
14507 a breakpoint at exit.
14508
14509 2004-02-27 Fred Fish <fnf@redhat.com>
14510
14511 * gdb.base/chng-syms.exp: Add expect condition to match failing
14512 case that isn't a timeout.
14513
14514 2004-02-27 Andrew Cagney <cagney@redhat.com>
14515
14516 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
14517 support.
14518
14519 2004-02-26 Fred Fish <fnf@redhat.com>
14520
14521 * gdb.arch/gdb1431.c: Remove.
14522 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
14523 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
14524 of "until" incorrectly.
14525
14526 2004-02-26 J. Brobecker <brobecker@gnat.com>
14527
14528 * gdb.cp/class2.cc (empty): New class.
14529 (refer): New function.
14530 (main): Declare an object of type empty and use it.
14531 * gdb.cp/class2.exp: Print the value of an object of type empty.
14532
14533 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
14534
14535 * gdb.base/langs.exp: Update query string to match the
14536 new nquery format used for pending breakpoints.
14537
14538 2004-02-26 Andrew Cagney <cagney@redhat.com>
14539
14540 Fix PR i18n/1570.
14541 * gdb.base/charset.c: Update copyright notice.
14542 (main, init_string): Remove the escape character '\e' tests.
14543 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
14544 * gdb.base/charset.exp (valid_host_charset): Ditto.
14545 * gdb.base/setvar.exp: Ditto.
14546
14547 2004-02-24 Andrew Cagney <cagney@redhat.com>
14548
14549 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
14550 mmapped data in core file" PASS and FAIL messages consistent.
14551
14552 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
14553 setting a breakpoint. Work around PR java/1565.
14554
14555 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
14556
14557 * lib/gdb.exp (gdb_breakpoint): Update query string to match
14558 new nquery format.
14559 * gdb.base/pending.exp: Ditto.
14560
14561 2004-02-22 Mark Kettenis <kettenis@gnu.org>
14562
14563 * configure.in: Run stabs tests on *BSD.
14564 * configure: Regenerated.
14565
14566 2004-02-21 Mark Kettenis <kettenis@gnu.org>
14567
14568 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
14569
14570 2004-02-20 Fred Fish <fnf@redhat.com>
14571
14572 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
14573 blank in test for "returns short", for consistency with other
14574 "returns xxx" tests. Update copyright year.
14575
14576 2004-02-19 Fred Fish <fnf@redhat.com>
14577
14578 New testcase for PR breakpoint/1558.
14579 * gdb.arch/gdb1558.exp: New file.
14580 * gdb.arch/gdb1558.c: New file.
14581
14582 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
14583
14584 * gdb.base/nodebug.exp: Fix typo.
14585
14586 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14587
14588 Committed by Jim Blandy <jimb@redhat.com>.
14589
14590 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14591
14592 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14593
14594 * gdb.base/float.exp: Support s390*-*-* targets.
14595
14596 2004-02-17 Adam Fedor <fedor@gnu.org>
14597
14598 * gdb.base/gdb1555.exp: New file.
14599 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14600
14601 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
14602
14603 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14604
14605 2004-02-16 Fred Fish <fnf@redhat.com>
14606
14607 * gdb.arch/gdb1291.c: Remove
14608 * gdb.arch/gdb1291.s: New test input file.
14609 * gdb.arch/gdb1291.exp: Expand test to check case that should not
14610 fail. Test for correct result, known incorrect result, other
14611 failures and timeouts.
14612
14613 2004-02-16 Andrew Cagney <cagney@redhat.com>
14614
14615 * gdb.base/bigcore.exp: New file.
14616 * gdb.base/bigcore.c: New file.
14617
14618 2004-02-13 Andrew Cagney <cagney@redhat.com>
14619
14620 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14621 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14622 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14623 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14624 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14625 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14626 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14627 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14628 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14629 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14630
14631 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
14632
14633 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14634 executed is an alloc instruction.
14635
14636 2004-02-11 David Carlton <carlton@kealia.com>
14637
14638 * gdb.cp/breakpoint.exp: New.
14639 * gdb.cp/breakpoint.cc: New.
14640
14641 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
14642
14643 Partial fix for PR gdb/1543.
14644 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14645 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14646 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14647 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14648 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14649 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14650 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14651 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14652 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14653 to bug-gdb@prep.ai.mit.edu .
14654 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14655 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14656 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14657 Likewise.
14658
14659 2004-02-10 Andrew Cagney <cagney@redhat.com>
14660
14661 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14662 using gdb_internal_error_resync.
14663
14664 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
14665
14666 * gdb.threads/thread-specific.exp: Stop early if no threads are
14667 found.
14668
14669 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
14670
14671 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14672
14673 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
14674
14675 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14676 breakpoints.
14677
14678 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
14679
14680 * config/sim.exp (gdb_load): Handle $arg == "".
14681 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14682 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14683
14684 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
14685
14686 * gdb.base/maint.exp: Update test to reflect
14687 obstack changes.
14688
14689 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
14690
14691 * gdb.base/pendshr.c (pendfunc): New function that calls
14692 pendfunc1.
14693 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14694
14695 2004-02-04 Fred Fish <fnf@redhat.com>
14696
14697 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14698 function symbols and update copyright years.
14699 * gdb.arch/gdb1291.c: Ditto.
14700
14701 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14702
14703 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14704
14705 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14706
14707 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14708
14709 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14710
14711 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14712
14713 2004-02-02 Fred Fish <fnf@redhat.com>
14714
14715 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14716 remote targets. Update copyright years.
14717
14718 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
14719
14720 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14721 support.
14722 * gdb.base/langs.exp: Fix test which attempts to create
14723 breakpoint on non-existent function to handle new pending
14724 support.
14725 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14726 a breakpoint.
14727 * gdb.base/pending.exp: New test.
14728 * gdb.base/pending.c: New file.
14729 * gdb.base/pendshr.c: Ditto.
14730
14731 2004-02-02 David Carlton <carlton@kealia.com>
14732
14733 * gdb.cp/overload.exp: Add overloadNamespace tests.
14734 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14735 (overloadNamespace, XXX): New.
14736 (main): Call XXX::marker2.
14737
14738 2004-02-01 Fred Fish <fnf@redhat.com>
14739
14740 * gdb.base/dump.exp: Use runto_main instead of "runto main".
14741 * gdb.base/finish.exp: Ditto.
14742 * gdb.base/gcore.exp: Ditto.
14743 * gdb.base/huge.exp: Ditto.
14744 * gdb.base/info-proc.exp: Ditto.
14745 * gdb.base/return2.exp: Ditto.
14746 * gdb.threads/gcore-thread.exp: Ditto.
14747
14748 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14749
14750 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14751
14752 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14753
14754 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14755 that opening the file succeeds on OpenBSD.
14756
14757 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14758
14759 * gdb.threads/thread-specific.c: New file.
14760 * gdb.threads/threads-specific.exp: New test script.
14761 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14762 to expect_out.
14763
14764 2004-02-01 Mark Kettenis <kettenis@gnu.org>
14765
14766 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
14767 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
14768 only on the "print_small_structs from print_long_arg_list" test.
14769
14770 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
14771
14772 * gdb.base/completion.exp: Kill a stray backslash.
14773
14774 From Jim Ingham <jingham@apple.com>:
14775 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
14776 agrees with the result from sending a tab.
14777
14778 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
14779
14780 * gdb.base/chng-syms.exp: Remove stray newline.
14781
14782 2004-01-31 Mark Kettenis <kettenis@gnu.org>
14783
14784 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
14785 *-*-openbsd*.
14786 * gdb.asm/openbsd.inc: New file.
14787
14788 2004-01-30 Mark Kettenis <kettenis@gnu.org>
14789
14790 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
14791 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
14792 *-*solaris2*. Remove commented out default settings for
14793 asm-flags. Replace gdb_compile with target_link.
14794
14795 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
14796
14797 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
14798 for all tests. Remove old hp-ux and cygnus xfail cases.
14799
14800 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
14801
14802 * gdb.base/chng-syms.exp: New file.
14803 * gdb.base/chng-syms.c: New file.
14804
14805 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14806
14807 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
14808 Provide arms for current output in all my configurations.
14809
14810 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
14811
14812 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
14813 * lib/compiler.cc: Likewise.
14814 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
14815 get the right preprocessor. Eval the output directly. Remove
14816 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
14817 hp_f77_compiler and hp_f90_compiler completely.
14818 (gdb_preprocess): Delete.
14819 (get_compiler): Delete.
14820
14821 2004-01-24 Mark Kettenis <kettenis@gnu.org>
14822
14823 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
14824 <string.h>.
14825
14826 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
14827
14828 * gdb.mi/mi-stack.exp: Update copyright.
14829
14830 2004-01-23 David Carlton <carlton@kealia.com>
14831
14832 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
14833 test for cp_lookup_transparent_type.
14834 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
14835 call them.
14836
14837 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
14838
14839 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
14840 after -var-update.
14841
14842 2004-01-23 David Carlton <carlton@kealia.com>
14843
14844 * gdb.cp/namespace.cc (C::ensureRefs): New.
14845 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
14846
14847 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
14848
14849 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
14850 case "-stack-list-locals 2".
14851 * gdb.mi/mi-var-child.exp: Test for case
14852 "-var-list-children --all-values NAME".
14853
14854 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
14855
14856 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
14857
14858 2004-01-18 Mark Kettenis <kettenis@gnu.org>
14859
14860 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
14861 used with gdb_test_multiple.
14862
14863 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
14864 read at address 0. This fixes PR testsuite/1504.
14865
14866 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
14867
14868 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
14869 Remove downloading, guessing the host executable, the calls to
14870 gdb_file_cmd and gdb_target_cmd, and "load" support.
14871 (infer_host_exec): New function broken out from gdb_load.
14872 (gdb_load): New wrapper for gdbserver_gdb_load.
14873 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
14874 gdb_target_cmd. Use -target-select.
14875 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
14876 Download binaries to the host. Clear last_mi_remote_file when
14877 we load a new binary.
14878 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
14879 call gdbserver_gdb_load and mi_gdb_target_cmd.
14880
14881 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14882
14883 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
14884 type patterns.
14885
14886 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
14887
14888 * gdb.cp/templates.exp: Fix typo in test name of
14889 "print Foo<volatile char*>::foo".
14890
14891 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14892
14893 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
14894
14895 2004-01-16 Ben Elliston <bje@wasabisystems.com>
14896
14897 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
14898 (clean mostlyclean): Remove empty rm.
14899
14900 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
14901
14902 * gdb.base/setvar.exp: Add copyright years.
14903
14904 2004-01-14 David Carlton <carlton@bactrian.org>
14905
14906 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
14907 PR c++/1511 and update coment.
14908 * gdb.cp/templates.exp: Update patterns to match current output.
14909 If changes involve something other than whitespace, KFAIL
14910 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
14911
14912 2004-01-14 David Carlton <carlton@kealia.com>
14913
14914 * gdb.cp/namespace.exp: Add tests involving classes defined within
14915 namespaces.
14916 * gdb.cp/namespace.cc (C::CClass): New.
14917 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
14918
14919 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14920
14921 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
14922 what debug info we have. Print a better message if something goes
14923 wrong while producing the separate debug info file.
14924
14925 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14926
14927 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
14928
14929 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
14930
14931 * gdb.base/callfuncs.c: Add copyright notice.
14932
14933 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
14934
14935 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
14936 inheritance. PR gdb/1498, PR gcc/13539.
14937
14938 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
14939
14940 * gdb.threads/gcore-thread.exp: Prefix name of binary with
14941 test specific name.
14942 * gdb.mi/gdb669.exp: Ditto.
14943 * gdb.mi/mi-pthreads.exp: Ditto.
14944 * gdb.mi/mi1-pthreads.exp: Ditto.
14945 * gdb.mi/mi2-pthreads.exp: Ditto.
14946
14947 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14948
14949 * gdb.cp/member-ptr.cc: Add copyright notice.
14950
14951 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
14952
14953 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
14954 some patterns for recent versions of gcc and hpacc. Delete
14955 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
14956 Delete tests that access a NULL pointer-to-member-data. This
14957 script is still disabled for gcc.
14958
14959 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14960
14961 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
14962 escaped correctly.
14963
14964 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
14965
14966 * gdb.base/sepdebug.exp: New file.
14967 * gdb.base/sepdebug.c: New file.
14968 * lib/gdb.exp (separate_debug_filename): New procedure.
14969 (gdb_gnu_strip_debug): New procedure.
14970
14971 2004-01-12 Andrew Cagney <cagney@redhat.com>
14972
14973 * gdb.mi/ChangeLog: Delete file. Renamed to ...
14974 * gdb.mi/ChangeLog-1999-2003: New file.
14975
14976 2004-01-12 Andrew Cagney <cagney@redhat.com>
14977
14978 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
14979 "Renaming a directory to a non-empty directory returns ENOTEMPTY
14980 or EEXIST", treat EBUSY as an XFAIL.
14981
14982 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
14983
14984 * gdb.base/scope.exp: Remove obsolete setup_xfail for
14985 hp_cc_compiler.
14986
14987 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14988
14989 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
14990 decorations.
14991
14992 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
14993
14994 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
14995 and "(aCC)" decorations. Remove obsolete doco about old
14996 test results.
14997
14998 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
14999
15000 * gdb.cp/exception.exp: Fix typo in doco.
15001
15002 2004-01-09 Mark Kettenis <kettenis@gnu.org>
15003
15004 * gdb.base/gdb1476.exp: Fix typo.
15005
15006 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15007
15008 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15009 file.
15010
15011 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15012
15013 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15014 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15015 Use gdb_compile. Remove restriction on gcc. Add some patterns
15016 for recent version of gdb. Delete second half, which was a copy
15017 of the first half with different build flags. This test is
15018 still disabled because it is still not ready for production.
15019
15020 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15021
15022 * gdb.cp/exception.cc: Add copyright notice.
15023 * gdb.cp/exception.exp: Add a notice that this file is broken
15024 because of line number changes caused by addition of copyright
15025 notice.
15026
15027 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15028
15029 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15030 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15031
15032 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15033
15034 * gdb.cp/classes.exp: Accept gnu abi 2.
15035 * gdb.cp/derivation.exp: Likewise.
15036 * gdb.cp/overload.exp: Likewise.
15037 * gdb.cp/virtfunc.exp: Likewise.
15038
15039 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15040
15041 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
15042 semicolon after end of function.
15043
15044 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15045
15046 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
15047 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
15048 boilerplate code for compiling and running the program under
15049 test. Add some string method tests.
15050
15051 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15052
15053 * gdb.cp/bs15503.cc: Add copyright notice.
15054 * gdb.cp/bs15503.exp: Adjust line number.
15055
15056 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15057
15058 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
15059 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
15060
15061 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15062
15063 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
15064 hp_cc_compiler.
15065
15066 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15067
15068 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
15069 * gdb.cp/ctti.exp: Use the marker instead of "next".
15070 With gcc, run further before bailing.
15071
15072 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15073
15074 * gdb.cp/cttiadd.cc: Add copyright notice.
15075 * gdb.cp/cttiadd1.cc: Likewise.
15076 * gdb.cp/cttiadd2.cc: Likewise.
15077 * gdb.cp/cttiadd3.cc: Likewise.
15078
15079 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15080
15081 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
15082 Use gdb_test, gdb_test_multiple. Use floating-point values that
15083 have exact representations in IEEE-ish formats.
15084
15085 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15086
15087 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
15088 compilers. Delete duplicate call to get_compiler_info.
15089 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
15090 * gdb.base/volatile.exp: Likewise.
15091
15092 2004-01-07 Mark Kettenis <kettenis@gnu.org>
15093
15094 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
15095 memory at address 0.
15096
15097 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15098
15099 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
15100 to test for hp-ux assembler. Fix copyright years.
15101
15102 2004-01-07 Andrew Cagney <cagney@redhat.com>
15103
15104 * gdb.base/fileio.c (strerrno): Add "EBUSY".
15105
15106 2004-01-07 Andrew Cagney <cagney@redhat.com>
15107
15108 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
15109 when creating the read-only file. From analysis by Roland McGrath
15110 and Elena Zannoni.
15111
15112 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15113
15114 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
15115
15116 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15117
15118 * gdb.base/cvexpr.c: Be type-safe with function pointers and
15119 data pointers.
15120
15121 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15122
15123 * gdb.cp/m-static.exp: Compile one source file at a time.
15124 Delete unused call to get_compiler_info.
15125
15126 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15127
15128 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
15129 * gdb.base/call-rt-st.exp: Likewise.
15130 * gdb.base/nodebug.exp: Likewise.
15131 * gdb.base/volatile.exp: Likewise.
15132 * gdb.cp/ref-types.exp: Likewise.
15133 * gdb.cp/templates.exp: Likewise.
15134
15135 2004-01-05 Mark Kettenis <kettenis@gnu.org>
15136
15137 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
15138
15139 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
15140
15141 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
15142 hppa*-hp-hpux*.
15143
15144 2004-01-04 Mark Kettenis <kettenis@gnu.org>
15145
15146 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15147 x86_64-*-*.
15148
15149 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15150 sparc64-*-* and sparc*-solaris2*.
15151
15152 2004-01-04 Mark Kettenis <kettenis@gnu.org>
15153
15154 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
15155 return ${tests}" test. The ${tests} already mentions the
15156 filename.
15157
15158 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15159
15160 * gdb.cp/local.exp: Accept gcc abi 2.
15161
15162 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15163
15164 * gdb.cp/templates.exp: Accept gcc abi 2.
15165
15166 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15167
15168 * lib/compiler.cc: Remove supports_template_debugging.
15169 * gdb.cp/templates.exp: Do not test supports_template_debugging.
15170
15171 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15172
15173 * gdb.cp/namespace.exp: Accept gcc abi 2.
15174
15175 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15176
15177 * gdb.cp/method.exp: Accept gcc abi 2.
15178
15179 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15180
15181 * gdb.cp/classes.exp: Generate identical results as old version.
15182 * gdb.cp/derivation.exp: Likewise.
15183 * gdb.cp/overload.exp: Likewise.
15184 * gdb.cp/virtfunc.exp: Likewise.
15185
15186 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15187
15188 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
15189 mysterious bug with sourceware version of expect.
15190
15191 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15192
15193 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
15194 current versions of gcc, including gcc abi 2. Remove gratuitous
15195 restart of test program. Use gdb_test_multiple and gdb_test for
15196 all tests. Add patterns to xfail missing "const" in "const char *"
15197 and kfail PR gdb/1155.
15198
15199 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15200
15201 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
15202 current versions of gcc, including gcc abi 2. Remove gratuitous
15203 restart of test program. Use gdb_test_multiple and gdb_test for
15204 all tests. Add patterns to kfail PR gdb/1498.
15205
15206 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15207
15208 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
15209 current versions of gcc, including gcc abi 2. Use "breakpoint"
15210 and "continue" instead of restarting the target program. Use
15211 gdb_test_multiple and gdb_test for all tests.
15212
15213 2004-01-01 Mark Kettenis <kettenis@gnu.org>
15214
15215 * gdb.asm/asm-source.exp: Update copyright year. Link statically
15216 for *-*-solaris2*.
15217
15218 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15219
15220 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
15221 current versions of gcc, including gcc abi 2. Use "breakpoint"
15222 and "continue" instead of restarting the target program several
15223 times. Use gdb_test_multiple and gdb_test for all tests.
15224
15225 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
15226
15227 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
15228 source files.
15229
15230 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15231
15232 * gdb.base/environ.exp: Handle compiling test case from multiple
15233 source files.
15234
15235 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15236
15237 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
15238
15239 2003-12-17 Jim Blandy <jimb@redhat.com>
15240
15241 * gdb.base/freebpcmd.c: Add copyright notice.
15242
15243 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
15244
15245 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15246
15247 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
15248
15249 2003-12-13 Jim Blandy <jimb@redhat.com>
15250
15251 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
15252
15253 2003-12-12 Kevin Buettner <kevinb@redhat.com>
15254
15255 * gdb.asm/frv.inc: New file.
15256 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
15257
15258 2003-12-09 Fred Fish <fnf@redhat.com>
15259
15260 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
15261 functions to break1.c and leave prototypes behind. Add more
15262 "set breakpoint NN here" comments.
15263 * gdb.base/break1.c: New file.
15264
15265 * gdb.base/break.exp: Handle compiling test case from multiple
15266 source files and change source file references as needed.
15267 * gdb.base/completion.exp: Ditto.
15268 * gdb.base/condbreak.exp: Ditto.
15269 * gdb.base/define.exp: Ditto.
15270 * gdb.base/ena-dis-br.exp: Ditto.
15271 * gdb.base/info-proc.exp: Ditto.
15272 * gdb.base/maint.exp: Ditto.
15273 * gdb.base/until.exp: Ditto.
15274
15275 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
15276 hardcoded line numbers.
15277 * gdb.base/define.exp: Ditto.
15278 * gdb.base/ena-dis-br.exp: Ditto.
15279 * gdb.base/maint.exp: Ditto.
15280 * gdb.base/until.exp: Ditto.
15281
15282 * gdb.base/completion.exp: Use "break1" for completion tests since
15283 "break" is no longer a unique prefix.
15284
15285 2003-12-06 Andrew Cagney <cagney@redhat.com>
15286
15287 * gdb.base/structs.exp (test_struct_returns): When applicable, set
15288 "return_value_unimplemented". When an unimplemented struct return
15289 architecture, report incorrect values as a KFAIL
15290
15291 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15292
15293 * gdb.cp/rtti.exp: Accept new wording of warning from
15294 cp_lookup_rtti_type.
15295
15296 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15297
15298 Partial fix for PR testsuite/1456.
15299 * gdb.base/scope.exp (test_at_main): Replace references to
15300 gcc_compiled with calls to test_compiler_info.
15301 (test_at_foo): Likewise.
15302 (test_at_bar): Likewise.
15303
15304 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
15305
15306 Partial fix for PR testsuite/1456.
15307 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
15308 to test_compiler_info.
15309
15310 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
15311
15312 * gdb.base/so-impl-ld.exp: Update copyright notice.
15313
15314 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
15315
15316 Partial fix for PR testsuite/1456.
15317 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
15318 to test_compiler_info.
15319
15320 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15321
15322 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
15323 from current versions of gdb. Clean up regular expressions.
15324 Delete redundant timeout case.
15325
15326 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15327
15328 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
15329 from current versions of gdb. Clean up regular expressions.
15330 Delete redundant timeout case.
15331
15332 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
15333
15334 Partial fix for PR testsuite/1456.
15335 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
15336 gcc_compiled with call to test_compiler_info.
15337
15338 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
15339
15340 Partial fix for PR testsuite/1456.
15341 * gdb.base/list.exp (test_list_function): Delete unused declaration
15342 of gcc_compiled.
15343
15344 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
15345
15346 Partial fix for PR testsuite/1456.
15347 * gdb.base/complex.exp: Replace reference to gcc_compiled with
15348 call to test_compiler_info.
15349
15350 2003-11-29 Mark Kettenis <kettenis@gnu.org>
15351
15352 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
15353 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
15354 it to create the appropriate note.inc.
15355 * gdb.asm/asmsrc1.s: Include "note.inc".
15356 * gdb.asm/netbsd.inc: New file.
15357 * gdb.asm/empty.inc: New file.
15358
15359 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15360
15361 Partial fix for PR testsuite/1456.
15362 * gdb.base/constvars.exp: Replace references to gcc_compiled with
15363 calls to test_compiler_info.
15364
15365 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
15366
15367 Partial fix for PR testsuite/1456.
15368 * gdb.base/volatile.exp: Replace references to gcc_compiled with
15369 calls to test_compiler_info.
15370
15371 2003-11-27 Mark Kettenis <kettenis@gnu.org>
15372
15373 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
15374 pattern for the KFAILs.
15375
15376 2003-11-25 Adam Fedor <fedor@gnu.org>
15377
15378 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
15379 * gdb.objc/objcdecode.m: New file.
15380
15381 2003-11-25 Adam Fedor <fedor@gnu.org>
15382
15383 * gdb.objc/nondebug.exp: Test for PR objc/1236.
15384 * gdb.objc/nondebug.m: New file.
15385
15386 2003-11-26 Ben Elliston <bje@wasabisystems.com>
15387
15388 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15389 NetBSD as it does on FreeBSD. Modelled on a similar change by
15390 Mark Kettenis on 2003-05-30.
15391 (link-flags): Set to "--entry _start" regardless of target.
15392 Special linker flags are to be appended to $link-flags.
15393 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
15394
15395 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15396
15397 * gdb.cp/method.exp: Accept output of new demangler.
15398
15399 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15400
15401 * gdb/class2.exp: New file.
15402 * gdb/class2.cc: New file.
15403
15404 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15405
15406 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
15407 of new demangler.
15408
15409 2003-11-23 Mark Kettenis <kettenis@gnu.org>
15410
15411 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
15412 of gdb_test "run".
15413
15414 2003-11-23 Mark Kettenis <kettenis@gnu.org>
15415
15416 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
15417 "continue" into "run".
15418
15419 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
15420
15421 Partial fix for PR testsuite/1456.
15422 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
15423 call to test_compiler_info.
15424 * gdb.cp/ctti.exp: Likewise.
15425 * gdb.cp/derivation.exp: Likewise.
15426 * gdb.cp/member-ptr.exp: Likewise.
15427 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
15428 reference to gcc_compiled.
15429
15430 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
15431
15432 Fix PR testsuite/1463.
15433 * gdb.base/structs.exp (start_structs_test): Call
15434 get_debug_format before using the debug format.
15435
15436 2003-11-22 Andrew Cagney <cagney@redhat.com>
15437
15438 * lib/gdb.exp (gdb_test_multiple): Add simple example.
15439 * gdb.base/structs.exp: Use gdb_test_multiple.
15440
15441 2003-11-20 Andrew Cagney <cagney@redhat.com>
15442
15443 * gdb.base/structs.exp: Handle and recover from internal errors.
15444 Replace "foo${n}" with "foo<n>" in test messages.
15445
15446 * gdb.base/structs.exp: Update copyright. Rewrite.
15447 * gdb.base/structs.c: Update copyright. Rewrite.
15448
15449 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
15450 resync count exceeded.
15451
15452 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
15453 from the internal error.
15454 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
15455 Original from Jim Blandy.
15456 (gdb_test_multiple): Use gdb_internal_error_resync.
15457
15458 2003-11-19 Andrew Cagney <cagney@redhat.com>
15459
15460 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
15461 KFAIL.
15462
15463 2003-11-17 Mark Kettenis <kettenis@gnu.org>
15464
15465 New testcase for PR backtrace/1435.
15466 * gdb.arch/i386-unwind.exp: New file.
15467 * gdb.arch/i386-unwind.c: New file.
15468
15469 2003-11-17 Andrew Cagney <cagney@redhat.com>
15470
15471 * lib/gdb.exp (compiler_info): New global.
15472 (test_compiler_info): New function.
15473 (get_compiler_info): Set compiler_info.
15474 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
15475 "compiler_info" to gcc-<major>-<minor>.
15476
15477 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
15478
15479 * gdb.trace/configure: Remove.
15480
15481 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
15482
15483 * gdb.base/break.c: Add comments to aid finding line numbers for
15484 breakpoints.
15485 * gdb.base/break.exp: Remove all references to explicit line
15486 numbers.
15487
15488 2003-11-11 Nick Clifton <nickc@redhat.com>
15489
15490 * gdb.base/shreloc.exp: Do not run for targets which do not
15491 support shared objects.
15492
15493 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
15494
15495 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
15496 Don't run tests if nofileio flag is given.
15497
15498 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
15499
15500 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
15501 as well as 'Watchpoint'.
15502
15503 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
15504
15505 Reported by Jim Ingham <jingham@apple.com>:
15506 * gdb.base/annota1.exp: Match at least one occurrence of the
15507 signal handler annotation.
15508
15509 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
15510
15511 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
15512 as well as 'Watchpoint'.
15513
15514 2003-11-05 Michael Chastain <mec@shout.net>
15515
15516 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
15517
15518 2003-11-03 Kris Warkentin <kewarken@qnx.com>
15519
15520 * gdb.arch/gdb1291.c: New test file.
15521 * gdb.arch/gdb1291.exp: New test script.
15522 * gdb.arch/gdb1431.c: New test file.
15523 * gdb.arch/gdb1431.exp: New test script.
15524
15525 2003-10-22 Michael Chastain <mec@shout.net>
15526
15527 * gdb.mi/pthreads.c: Add copyright notice.
15528
15529 2003-10-22 Michael Chastain <mec@shout.net>
15530
15531 * gdb.threads/pthreads.c: Add copyright notice.
15532
15533 2003-10-20 Michael Chastain <mec@shout.net>
15534
15535 * gdb.base/gdb1056.exp: New test script.
15536
15537 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15538
15539 * gdb.threads/killed.exp: Use gdb_run_cmd.
15540
15541 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
15542
15543 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
15544 create a core file.
15545 * gdb.threads/gcore-thread.exp: Likewise.
15546
15547 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
15548
15549 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
15550 type, based on char type.
15551 (struct bit_flags_short_t): New bitfield type, based on short type.
15552 (init_bit_flags_char): New fuction.
15553 (init_bit_flags_short): Ditto.
15554 (print_bit_flags_char): Ditto.
15555 (print_bit_flags_short): Ditto.
15556 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
15557
15558 2003-10-11 Michael Chastain <mec@shout.net>
15559
15560 * gdb.base/call-rt-st.exp: Update copyright year.
15561
15562 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
15563
15564 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
15565 * gdb.disasm/sh3.s: Ditto.
15566
15567 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
15568
15569 * gdb.threads/switch-threads.exp: New test.
15570 * gdb.threads/switch-threads.c: New source file.
15571
15572 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
15573
15574 * gdb.base/ending-run.exp: Add sh specific case.
15575
15576 2003-10-06 Andrew Cagney <cagney@redhat.com>
15577
15578 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
15579 * gdb.disasm/mn10200.exp: Delete obsolete file.
15580
15581 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
15582
15583 * ChangeLog: Correct an entry command.exp -> commands.exp.
15584 * gdb.base/commands.exp (bp_deleted_in_command_test)
15585 (temporary_breakpoint_commands): Check noargs.
15586
15587 2003-09-25 David Carlton <carlton@kealia.com>
15588
15589 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
15590 of some print tests, where appropriate. Add tests for C::D::cd,
15591 E::ce, F::cXfX, G::XgX.
15592 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15593
15594 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
15595
15596 * lib/java.exp (java_init): Import target_alias before using it.
15597
15598 2003-09-25 David Carlton <carlton@kealia.com>
15599
15600 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15601
15602 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
15603
15604 * gdb.base/selftest.exp: Accomodate more instruction reordering
15605 weirdness.
15606
15607 2003-09-17 Michael Chastain <mec@shout.net>
15608
15609 * gdb.cp/gdb1355.exp: New file.
15610 * gdb.cp/gdb1355.c: New file.
15611
15612 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
15613
15614 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15615 * gdb.asm/sh.inc: New file.
15616
15617 2003-09-11 David Carlton <carlton@kealia.com>
15618
15619 * gdb.cp/namespace.exp: Add tests for namespace types.
15620 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
15621 (test_namespace): New.
15622
15623 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
15624
15625 * gdb.base/relocate.exp: Handle new gdb output at startup.
15626 * gdb.stabs/weird.exp: Ditto.
15627
15628 2003-09-08 Michael Chastain <mec@shout.net>
15629
15630 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15631
15632 2003-09-07 Michael Chastain <mec@shout.net>
15633
15634 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15635 'parse error'.
15636
15637 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
15638
15639 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15640
15641 2003-08-30 Michael Chastain <mec@shout.net>
15642
15643 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15644 * gdb.gdb/observer.exp: Ditto.
15645 * gdb.gdb/xfullpath.exp: Ditto.
15646
15647 2003-08-29 Mark Kettenis <kettenis@gnu.org>
15648
15649 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15650 *-*-*bsd*.
15651
15652 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
15653
15654 * gdb.base/dump.exp: Skip for ia64.
15655
15656 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
15657
15658 * gdb.asm/asm-source.exp: Add ia64 support.
15659 * gdb.asm/ia64.inc: New file.
15660
15661 2003-08-22 Michael Chastain <mec@shout.net>
15662
15663 * gdb.cp: New directory.
15664 * gdb.cp/*: Copy from gdb.c++/*.
15665 * gdb.c++/*: Remove.
15666 * Makefile.in: Change gdb.c++ to gdb.cp.
15667 * configure.in: Ditto.
15668 * configure: Regnerate.
15669
15670 2003-08-18 Mark Kettenis <kettenis@gnu.org>
15671
15672 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15673 * gdb.arch/i386-prologue.c (gdb1338): Add function.
15674
15675 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15676
15677 * mi-var-display.exp (-var-list-children weird): Accept function
15678 pointers with argument types.
15679 * mi1-var-display.exp (-var-list-children weird): Likewise.
15680 * mi2-var-display.exp (-var-list-children weird): Likewise.
15681
15682 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
15683
15684 * gdb.base/annota3.exp: Add missing newline.
15685
15686 2003-08-06 Michael Chastain <mec@shout.net>
15687
15688 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15689
15690 2003-08-12 Michael Snyder <msnyder@redhat.com>
15691
15692 * gdb.base/float.exp: Add test for SH.
15693
15694 2003-08-10 Mark Kettenis <kettenis@gnu.org>
15695
15696 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15697
15698 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15699
15700 * gdb.base/completion.exp: Remove reduntant completion test
15701 on filename.
15702
15703 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15704
15705 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15706 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15707 gdb.trace/save-trace.exp: Make sure that full pathnames are
15708 escaped correctly.
15709
15710 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
15711
15712 * configure.in: Don't generate config.h from config.hin.
15713 * configure: Regenerate.
15714 * config.hin: Remove file.
15715 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15716 * gdb.threads/pthreads.c: Ditto.
15717
15718 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
15719
15720 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15721 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15722 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15723 Replace ld24 with seth/add3.
15724
15725 2003-08-02 Andrew Cagney <cagney@redhat.com>
15726
15727 * gdb.base/annota3.exp: New file.
15728 * gdb.base/annota3.c: New file.
15729 * gdb.c++/annota3.exp: New file.
15730 * gdb.c++/annota3.cc: New file.
15731
15732 2003-07-29 Michael Chastain <mec@shout.net>
15733
15734 * gdb.threads/tls.c (spin): Check errno only if sem_wait
15735 actually failed.
15736 (do_pass): Likewise.
15737 * gdb.threads/tls.exp: Always initialize no_of_threads.
15738
15739 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
15740
15741 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15742 pattern.
15743 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15744 * gdb.threads/tls.exp: Recognize one case of the host library not
15745 supporting TLS.
15746
15747 2003-07-27 Andrew Cagney <cagney@redhat.com>
15748
15749 * gdb.base/fileio.exp: Use SH when running commands using
15750 remote_exec.
15751
15752 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
15753
15754 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15755 * gdb.base/relocate.c (dummy): New padding array.
15756
15757 2003-07-22 Michael Snyder <msnyder@redhat.com>
15758
15759 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
15760
15761 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15762 patterns to be more general, accepting old and new output.
15763 Some output chars (such as '+') also must be quoted.
15764 Some addresses are displayed numerically instead of
15765 symbolically.
15766
15767 2003-07-23 Michael Snyder <msnyder@redhat.com>
15768
15769 * gdb.base/return2.exp: Don't test long-long return.
15770
15771 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
15772 * gdb.disasm/t01_mov.exp: Ditto.
15773 * gdb.disasm/t02_mova.s: Ditto.
15774 * gdb.disasm/t02_mova.exp: Ditto.
15775 * gdb.disasm/t03_add.s: Ditto.
15776 * gdb.disasm/t03_add.exp: Ditto.
15777 * gdb.disasm/t04_sub.s: Ditto.
15778 * gdb.disasm/t04_sub.exp: Ditto.
15779 * gdb.disasm/t05_cmp.s: Ditto.
15780 * gdb.disasm/t05_cmp.exp: Ditto.
15781 * gdb.disasm/t06_ari2.s: Ditto.
15782 * gdb.disasm/t06_ari2.exp: Ditto.
15783 * gdb.disasm/t07_ari3.s: Ditto.
15784 * gdb.disasm/t07_ari3.exp: Ditto.
15785 * gdb.disasm/t08_or.s: Ditto.
15786 * gdb.disasm/t08_or.exp: Ditto.
15787 * gdb.disasm/t09_xor.s: Ditto.
15788 * gdb.disasm/t09_xor.exp: Ditto.
15789 * gdb.disasm/t10_and.s: Ditto.
15790 * gdb.disasm/t10_and.exp: Ditto.
15791 * gdb.disasm/t11_logs.s: Ditto.
15792 * gdb.disasm/t11_logs.exp: Ditto.
15793 * gdb.disasm/t12_bit.s: Ditto.
15794 * gdb.disasm/t12_bit.exp: Ditto.
15795 * gdb.disasm/t13_otr.s: Ditto.
15796 * gdb.disasm/t13_otr.exp: Ditto.
15797
15798 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15799
15800 * gdb.threads/tls.exp :Add kfail for 'info address' case.
15801
15802 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
15803
15804 * gdb.threads/tls.c : New file.
15805 * gdb.threads/tls.exp : New file.
15806 * gdb.threads/tls-main.c : New file.
15807 * gdb.threads/tls-shared.c : New file.
15808 * gdb.threads/tls-shared.exp : New file.
15809
15810 2003-07-22 Andreas Schwab <schwab@suse.de>
15811
15812 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
15813
15814 2003-07-20 Andreas Schwab <schwab@suse.de>
15815
15816 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
15817 due to insn reordering.
15818
15819 2003-07-15 Andrew Cagney <cagney@redhat.com>
15820
15821 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
15822
15823 2003-07-15 Michael Chastain <mec@shout.net>
15824
15825 * gdb.base/gdb1250.exp: New file.
15826 * gdb.base/gdb1250.c: New file.
15827
15828 2003-07-09 Michal Ludvig <mludvig@suse.cz>
15829
15830 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
15831 expansion of size_t to 'unsigned long', not only to 'unsigned'.
15832
15833 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15834
15835 * gdb.threads/tls.c: New file.
15836 * gdb.threads/tls.exp: New file.
15837 * gdb.threads/tls-main.c: New file.
15838 * gdb.threads/tls-shared.c: New file.
15839 * gdb.threads/tls-shared.exp: New file.
15840
15841 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
15842
15843 * gdb.base/annota1.exp: Make sure that we properly escape the
15844 full path of the source file. Xfail more permissive patterns,
15845 due to a compiler debug info problem.
15846
15847 2003-07-07 Andreas Schwab <schwab@suse.de>
15848
15849 * gdb.asm/m68k.inc: New file.
15850 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
15851
15852 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
15853 arguments"): Also match negative number.
15854
15855 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
15856
15857 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
15858
15859 * gdb.base/store.c (charest): New typedef.
15860 (add_char): Rename to add_charest, update.
15861 (wack_char): Rename to wack_charest, update types. Return l + r
15862 to keep r live across the call.
15863 (wack_short, wack_int, wack_long, wack_longest, wack_float)
15864 (wack_double, wack_doublest): Return l + r to keep r live across
15865 the call.
15866 * gdb.base/store.exp: Accomodate store.c changes.
15867
15868 2003-06-30 David Carlton <carlton@kealia.com>
15869
15870 * gdb.c++/maint.exp (test_invalid_name): New.
15871 (test_first_component): Add tests for invalid names.
15872
15873 2003-06-29 Michael Chastain <mec@shout.net>
15874
15875 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
15876 output of '<VTT for class>' for virtual base classes.
15877
15878 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15879
15880 * gdb.base/completion.exp: Tab-complete "complet" instead of
15881 "compl".
15882 * gdb.base/complex.exp, gdb.base/complex.c: New files.
15883
15884 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15885
15886 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
15887 * gdb.base/volatile.exp: Likewise.
15888
15889 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
15890
15891 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
15892 gdb/1265.
15893
15894 2003-06-28 Michael Chastain <mec@shout.net>
15895 Daniel Jacobowitz <drow@mvista.com>
15896
15897 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
15898 initial line count of 'captured_main' from 26 to 32.
15899 (test_with_self): Allow xmalloc call to be interleaved with the
15900 preceding two lines.
15901
15902 2003-06-24 Joel Brobecker <brobecker@gnat.com>
15903
15904 * gdb.base/bang.exp: New testcase.
15905
15906 2003-06-23 Joel Brobecker <brobecker@gnat.com>
15907
15908 * gdb.base/langs.exp: Add some tests for the "minimal" language
15909 support.
15910
15911 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
15912
15913 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
15914 the testcase.
15915
15916 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15917
15918 * gdb.base/relocate.exp: Test add-symbol-file with a variable
15919 offset.
15920
15921 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
15922
15923 * gdb.c++/pr-1210.cc: New file.
15924 * gdb.c++/pr-1210.exp: New file.
15925
15926 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
15927
15928 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
15929 000-exec-continue.
15930
15931 2003-06-15 Mark Kettenis <kettenis@gnu.org>
15932
15933 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
15934 on *-*-*bsd* instead of *-*-freebsd*.
15935
15936 2003-06-14 Andrew Cagney <cagney@redhat.com>
15937
15938 * gdb.base/store.exp: Test longest and doublest. Test all
15939 parameters. Weaken return statement match.
15940 * gdb.base/store.c: Add longest and doublest - aka long long and
15941 long double functions. Put all parameters into local register
15942 variables. Use negative values.
15943
15944 2003-06-14 Andrew Cagney <cagney@redhat.com>
15945
15946 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
15947 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
15948 exit status.
15949 * gdb.base/fileio.exp: Disable target when nointerrupts and
15950 noinferiorio, instead of limiting it to remote. Use remote_exec
15951 instead of system.
15952
15953 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
15954
15955 * gdb.base/float.exp: Add ia64 support.
15956
15957 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
15958
15959 * gdb.base/fileio.exp: Run only on remote targets.
15960
15961 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
15962
15963 * gdb.base/fileio.c: New file, testing File-I/O.
15964 * gdb.base/fileio.exp: Ditto.
15965
15966 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
15967
15968 * gdb.base/shreloc.exp: New file, check symbol values obtained from
15969 shared objects after relocation at load time (gdb PR/1132).
15970 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
15971 as above, part of the shared object relocation test.
15972
15973 2003-06-08 Mark Kettenis <kettenis@gnu.org>
15974
15975 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
15976 fully filled history list.
15977 * gdb.base/gdb_history: New file.
15978
15979 * gdb.base/signals.exp: XFAIL "continue to func1" on
15980 i*86-*-freebsd*.
15981
15982 * gdb.base/attach.exp: When trying to attach to a nonexistent
15983 process, make it possible to specify the PID based on the target,
15984 and do so for *-*-freebsd*.
15985
15986 2003-06-02 Richard Henderson <rth@redhat.com>
15987
15988 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
15989
15990 2003-06-02 Richard Henderson <rth@redhat.com>
15991
15992 * gdb.base/selftest.exp: Next over lim_at_start initialization.
15993
15994 2003-06-02 Richard Henderson <rth@redhat.com>
15995
15996 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
15997
15998 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
15999
16000 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16001 of globalvar.
16002
16003 2003-06-01 Mark Kettenis <kettenis@gnu.org>
16004
16005 * gdb.asm/asm-source.exp: Check for memory read errors in
16006 disassembler test on *BSD too.
16007
16008 2003-06-01 Richard Henderson <rth@redhat.com>
16009
16010 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16011 for .frame.
16012 (gdbasm_call): Lose ldgp.
16013 (gdbasm_startup): Add frame information.
16014 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16015
16016 2003-05-31 Mark Kettenis <kettenis@gnu.org>
16017
16018 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16019 i?86-*-*.
16020
16021 2003-05-30 Mark Kettenis <kettenis@gnu.org>
16022
16023 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16024 FreeBSD.
16025
16026 2003-05-29 Richard Henderson <rth@redhat.com>
16027
16028 * gdb.asm/alpha.inc: New file.
16029 * gdb.asm/asm-source.exp: Use it.
16030
16031 2003-05-29 Jim Blandy <jimb@redhat.com>
16032
16033 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16034 'core.PID'.
16035
16036 2003-05-22 Jim Blandy <jimb@redhat.com>
16037
16038 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
16039 backtrace.
16040
16041 2003-05-20 David Carlton <carlton@math.stanford.edu>
16042
16043 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
16044 this time.
16045
16046 2003-05-19 David Carlton <carlton@bactrian.org>
16047
16048 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
16049 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
16050
16051 2003-05-19 David Carlton <carlton@bactrian.org>
16052
16053 * gdb.c++/namespace.exp: Add namespace scope and anonymous
16054 namespace tests.
16055 Bump copyright date.
16056 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
16057 (main): Call C::D::marker2.
16058 * gdb.c++/namespace1.cc: New file.
16059
16060 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
16061
16062 Roland McGrath <roland@redhat.com>
16063 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
16064 there is no manager thread.
16065
16066 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
16067
16068 * gdb.threads/schedlock.exp: Remove assumption that all threads
16069 will run in a particular small time slice. Also ensure we break
16070 in one of the child threads rather than the main thread.
16071
16072 2003-05-07 Jim Blandy <jimb@redhat.com>
16073
16074 Add support for assembly source testing on the s390x.
16075 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
16076 architecture.
16077 * gdb.asm/s390x.inc: New file.
16078
16079 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
16080 succession of 'if' statements.
16081
16082 2003-05-05 Andrew Cagney <cagney@redhat.com>
16083
16084 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
16085
16086 2003-05-05 Andrew Cagney <cagney@redhat.com>
16087
16088 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
16089 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
16090
16091 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
16092
16093 * gdb.base/charset.exp: Update based on new behavior of set/show
16094 charset commands.
16095
16096 2003-05-01 Andrew Cagney <cagney@redhat.com>
16097
16098 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
16099 variable do not give memory errors.
16100
16101 2003-04-30 Adam Fedor <fedor@gnu.org>
16102
16103 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
16104 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
16105 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
16106 gdb.objc/basicclass.m: : New files
16107
16108 * lib/gdb.exp (gdb_compile_objc): New procedure.
16109
16110 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
16111
16112 * gdb.base/signals.exp: Make backtrace tests more specific.
16113
16114 2003-04-23 David Carlton <carlton@bactrian.org>
16115
16116 * gdb.c++/maint.exp (test_first_component): Add tests for
16117 'operator' in more locations.
16118
16119 2003-04-16 Kevin Buettner <kevinb@redhat.com>
16120
16121 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
16122
16123 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
16124
16125 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
16126 func marke' instead. Update test name.
16127
16128 2003-04-15 David Carlton <carlton@math.stanford.edu>
16129
16130 * gdb.c++/maint.exp: New file.
16131
16132 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
16133
16134 * gdb.threads/schedlock.c: Change type of thread function argument
16135 to long, to avoid warnings on 64-bit platforms.
16136
16137 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
16138
16139 * gdb.base/attach.exp: Add new message from ptrace in case of
16140 attaching to nonexistent process.
16141
16142 2003-04-11 Jim Blandy <jimb@redhat.com>
16143
16144 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16145 gdb.c++/userdef.cc: Place comments on the lines to which the
16146 marker function might return.
16147 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16148 gdb.c++/userdef.exp: Look for those comments to check that we've
16149 returned to the right place, instead of checking line numbers.
16150
16151 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
16152
16153 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
16154 match on sourcefile name, instead of directory name.
16155
16156 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
16157
16158 * gdb.base/completion.exp: Use string_to_regexp to match the
16159 working directory name.
16160
16161 2003-04-09 Jim Blandy <jimb@redhat.com>
16162
16163 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16164 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
16165 after an inferior function call, report the failure, but allow the
16166 test to continue.
16167
16168 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16169
16170 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16171 with -DPROTOTYPES.
16172
16173 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16174
16175 * gdb.base/break.exp: Revert last patch.
16176
16177 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
16178
16179 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16180 with -DPROTOTYPES.
16181
16182 2003-04-02 Andrew Cagney <cagney@redhat.com>
16183
16184 * gdb.base/callfuncs.exp: Make "print add" messages unique.
16185 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
16186 matching directories by the name breakpoint.
16187 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
16188 Make "continue to marker1" consistent.
16189 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
16190 message consistent.
16191 * lib/gdb.exp: Put "the program is no longer running", and "the
16192 program exited" in parenthesis.
16193 * lib/mi-support.exp: Ditto.
16194
16195 2003-04-02 Bob Rossi <bob_rossi@cox.net>
16196
16197 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
16198
16199 2003-03-29 Andrew Cagney <cagney@redhat.com>
16200
16201 * gdb.base/sizeof.c (main): Print the value of '\377'.
16202 * gdb.base/sizeof.exp: Check the sign of '\377'.
16203
16204 2003-03-27 Michael Chastain <mec@shout.net>
16205
16206 * gdb.base/gdb1090.exp: New file.
16207 * gdb.base/gdb1090.cc: New file.
16208
16209 2003-03-27 J. Brobecker <brobecker@gnat.com>
16210
16211 * gdb.gdb/observer.exp: New regression test.
16212
16213 2003-03-27 Michael Chastain <mec@shout.net>
16214
16215 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
16216 * gdb.base/ptype.exp: Likewise.
16217
16218 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
16219
16220 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
16221
16222 2003-03-26 Michael Chastain <mec@shout.net>
16223
16224 * gdb.base/ptype.exp: Actually use some typedef'd types.
16225
16226 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
16227
16228 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
16229 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
16230
16231 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16232
16233 * gdb.base/default.exp: Fix regular expression.
16234
16235 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16236
16237 * gdb.base/args.exp: Fix regular expression.
16238
16239 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16240
16241 * gdb.base/help.exp: Allow Win32 child process.
16242
16243 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16244
16245 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
16246 when stepping out of main().
16247
16248 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16249
16250 * gdb.base/default.exp: Check for win32 specific message when calling
16251 "run" without executable.
16252
16253 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16254
16255 * gdb.base/args.exp: Expect .exe in output.
16256
16257 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16258
16259 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
16260 Cygwin native.
16261
16262 2003-03-17 Andrew Cagney <cagney@redhat.com>
16263
16264 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
16265 vector registes.
16266 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
16267 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
16268
16269 2003-03-17 David Carlton <carlton@math.stanford.edu>
16270
16271 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
16272 test, for PR breakpoints/38.
16273 Call test_watchpoint_and_breakpoint.
16274 * gdb.base/watchpoint.c (func3): New function.
16275 (main): Call func3.
16276
16277 2003-03-04 David Carlton <carlton@math.stanford.edu>
16278
16279 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
16280 Garply<Garply<char> >:: garply".
16281 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
16282 with respect to PR c++/1111; note also PR c++/1113.
16283 (test_template_breakpoints): KFAIL "constructor breakpoint" with
16284 respect to PR c++/1062.
16285 KFAIL "destructor breakpoint" with respect to PR c++/1112.
16286
16287 2003-03-03 David Carlton <carlton@math.stanford.edu>
16288
16289 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
16290 with respect to PR c++/57.
16291 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
16292 c++/826.
16293 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
16294 respect to PR c++/57.
16295
16296 2003-03-03 David Carlton <carlton@math.stanford.edu>
16297
16298 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
16299 respect to PR c++/33 into FAILs.
16300
16301 2003-03-03 Michael Chastain <mec@shout.net>
16302
16303 * configure.in: Update copyright years.
16304
16305 2003-03-03 Michael Chastain <mec@shout.net>
16306
16307 * Makefile.in: Update copyright years.
16308
16309 2003-02-28 David Carlton <carlton@math.stanford.edu>
16310
16311 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
16312 print class instead of struct and/or superfluous protection
16313 specifiers, as long as the resulting output is equivalent to the
16314 source code.
16315 Delete FIXME from end of messages on tests that don't need
16316 fixing.
16317
16318 2003-02-28 David Carlton <carlton@math.stanford.edu>
16319
16320 * gdb.c++/templates.exp (do_tests): Allow const in the two
16321 Foo<volatile char *>::foo tests.
16322
16323 2003-02-27 Michael Snyder <msnyder@redhat.com>
16324
16325 * gdb.base/restore.c (main): Return zero, so exit code
16326 will be consistant.
16327
16328 2003-02-26 David Carlton <carlton@math.stanford.edu>
16329
16330 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
16331 char *>::foo" test with respect to PR c++/33. Create a new test
16332 which is identical to that one except that it doesn't put the
16333 space between the "char" and the "*"; KFAIL it, too.
16334
16335 2003-02-26 David Carlton <carlton@math.stanford.edu>
16336
16337 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
16338 template types into either PASSes or KFAILs (corresponding to PR
16339 c++/57). Tweak indentation. Update copyright.
16340
16341 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
16342
16343 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
16344
16345 2003-02-13 Michael Chastain <mec@shout.net>
16346
16347 * gdb.base/exprs.exp: Remove i960 remnants.
16348 * gdb.base/funcargs.exp: Likewise.
16349 * gdb.base/list.exp: Likewise.
16350 * gdb.base/ptype.exp: Likewise.
16351
16352 2003-02-14 David Carlton <carlton@math.stanford.edu>
16353
16354 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
16355 pEe->D::vg()" from XFAIL to KFAIL.
16356
16357 2003-02-13 Jason Molenda (jmolenda@apple.com)
16358
16359 * gdb.base/maint.exp: Update maint print statistics regexp to include
16360 new entries.
16361
16362 2003-02-13 Michael Chastain <mec@shout.net>
16363
16364 * gdb.c++/inherit.exp: Remove call to get_debug_format.
16365
16366 2003-02-12 Michael Chastain <mec@shout.net>
16367
16368 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
16369 * gdb.c++/inherit.exp: Likewise.
16370 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
16371 * gdb.c++/templates.exp: Likewise.
16372 * gdb.c++/virtfunc.exp: Likewise.
16373
16374 2003-02-06 Jason Molenda (jason-cl@molenda.com)
16375
16376 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
16377 why the code is written that way.
16378
16379 2003-02-05 Michael Chastain <mec@shout.net>
16380
16381 * gdb.base/dump.exp: Add missing copyright line.
16382
16383 2003-02-05 Jason Molenda (jason-cl@molenda.com)
16384
16385 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
16386 at the beginning so the breakpoint doesn't get set on the loop.
16387
16388 2003-02-05 Michael Chastain <mec@shout.net>
16389
16390 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
16391 output for configurations with gcc 2.95.3.
16392
16393 2003-02-05 Keith Seitz <keiths@redhat.com>
16394 Andrew Cagney <ac131313@redhat.com>
16395
16396 * gdb.mi/mi-cli.exp: New file.
16397
16398 2003-02-04 Michael Chastain <mec@shout.net>
16399
16400 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
16401 Call perror and then continue.
16402
16403 2003-02-03 Michael Chastain <mec@shout.net>
16404
16405 * gdb.c++/pr-1023.cc: New file.
16406 * gdb.c++/pr-1023.exp: New file.
16407
16408 2003-02-05 Jim Blandy <jimb@redhat.com>
16409
16410 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
16411 it's local to foobar. Check for it there, and check that it's not
16412 present in main.
16413 * gdb.c++/local.cc (marker2): New function.
16414 (foobar): Call marker1.
16415 (main): Call marker2 instead of marker1.
16416
16417 2003-02-04 Andrew Cagney <ac131313@redhat.com>
16418
16419 * gdb.disasm/mn10200.exp: Obsolete file.
16420 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
16421 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
16422 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
16423
16424 2003-02-04 David Carlton <carlton@math.stanford.edu>
16425
16426 * gdb.c++/overload.exp: Test intToChar(1).
16427 * gdb.c++/overload.cc (intToChar): New.
16428 (main): Call intToChar.
16429
16430 2003-02-03 David Carlton <carlton@math.stanford.edu>
16431
16432 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
16433 'might_kfail' arg.
16434 KFAIL some of the continue_to_bp_overloaded calls, according to
16435 PR c++/1025.
16436
16437 2003-02-01 Michael Chastain <mec@shout.net>
16438
16439 * gdb.base/advance.c (marker1): New marker function.
16440 * gdb.base/advance.exp: When the 'advance' command lands on the
16441 return breakpoint, it can legitimately stop on either the
16442 current line or the next line. Accommodate both outcomes.
16443 * gdb.base/until.exp: Likewise.
16444
16445 2003-02-02 Andrew Cagney <ac131313@redhat.com>
16446
16447 2002-11-10 Jason Molenda (jason-cl@molenda.com):
16448 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
16449 now a list, not a tuple.
16450 * gdb.mi/mi-var-display.exp: Ditto.
16451 * gdb.mi/gdb792.exp: Ditto.
16452
16453 2003-02-01 Andrew Cagney <ac131313@redhat.com>
16454
16455 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
16456 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
16457 stack backtraces.
16458 * gdb.mi/mi-syn-frame.c: Part of same.
16459
16460 2003-02-01 Mark Kettenis <kettenis@gnu.org>
16461
16462 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16463 gdb.mi/mi1-pthreads.exp: Return instead of calling
16464 gdb_suppress_entire_file.
16465
16466 2003-02-01 Mark Salter <msalter@redhat.com>
16467
16468 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
16469
16470 2003-01-31 Mark Salter <msalter@redhat.com>
16471
16472 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
16473 Support empty arg.
16474
16475 2003-01-30 Michael Chastain <mec@shout.net>
16476
16477 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
16478 This was a workaround for a UTF-8 bug in readline 4.3. The bug
16479 has been fixed in gdb/readline on 2003-01-09.
16480
16481 2003-01-29 Michael Snyder <msnyder@redhat.com>
16482
16483 * gdb.base/maint.exp: Allow for leading underscore in symbol.
16484 * gdb.base/display.exp: Allow for leading underscore in symbol.
16485 * gdb.base/args.exp: Skip if target does not support args passing.
16486
16487 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
16488
16489 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
16490 gdb_test. Accept a list of expect arguments as the third
16491 parameter.
16492 (gdb_test): Use it.
16493
16494 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
16495
16496 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
16497 allow for different test tree configurations. Update some
16498 tescases accordingly.
16499 * gdb.arch/altivec-regs.exp: Ditto.
16500 * gdb.asm/asm-source.exp: Ditto.
16501 * gdb.base/advance.exp: Ditto.
16502 * gdb.base/display.exp: Ditto.
16503 * gdb.base/long_long.exp: Ditto.
16504 * gdb.base/mips_pro.exp: Ditto.
16505 * gdb.base/overlays.exp: Ditto.
16506 * gdb.base/relocate.exp: Ditto.
16507 * gdb.base/setshow.exp: Ditto.
16508 * gdb.base/step-line.exp: Ditto.
16509 * gdb.base/step-test.exp: Ditto.
16510 * gdb.base/until.exp: Ditto.
16511 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
16512
16513 2003-01-17 David Carlton <carlton@math.stanford.edu>
16514
16515 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
16516 corresponding to PR c++/945.
16517 Update copyright.
16518
16519 2003-01-17 David Carlton <carlton@math.stanford.edu>
16520
16521 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
16522 corresponding to PR c++/68.
16523
16524 2003-01-17 David Carlton <carlton@math.stanford.edu>
16525
16526 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
16527 (test_paddr_hairy_functions): Call print_addr_2_kfail for
16528 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
16529
16530 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
16531
16532 * gdb.base/break.exp: Fix change of default location, because of
16533 removal of until tests.
16534 * gdb.base/help.exp: Update test for new 'until' help message.
16535 Add test for help on 'advance'.
16536 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
16537
16538 2003-01-15 Mark Kettenis <kettenis@gnu.org>
16539
16540 * gdb.base/default.exp: Adapt "info float" test for recent changes
16541 to that command. Add test for "info vector".
16542 * gdb.base/float.exp: New file. Add test for "info float" that
16543 resembles the old test in gdb.base/default.exp.
16544
16545 2003-01-15 David Carlton <carlton@math.stanford.edu>
16546
16547 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
16548
16549 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
16550
16551 * gdb.base/break.exp: Move the tests of until command from here...
16552 * gdb.base/until.exp: ... to here. New file. Add other tests.
16553 * gdb.base/advance.c: New file.
16554 * gdb.base/advance.exp: New file.
16555
16556 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
16557
16558 * gdb.base/args.c: New file.
16559 * gdb.base/args.exp: New file.
16560
16561 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16562
16563 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
16564
16565 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16566
16567 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
16568
16569 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
16570
16571 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
16572 dates.
16573
16574 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16575
16576 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
16577
16578 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16579
16580 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
16581 (ptype &*"foo").
16582 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
16583
16584 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16585
16586 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16587 * gdb.mi/mi1-console.exp: Likewise.
16588
16589 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16590
16591 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16592 * gdb.mi/mi1-console.exp: Likewise.
16593
16594 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
16595
16596 * gdb.c++/overload.exp: Remove some fixed XFAILs.
16597
16598 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16599
16600 * gdb.base/detach.exp: New test.
16601
16602 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
16603
16604 * Makefile.in (ALL_SUBDIRS): New variable.
16605 (subdirs, clean, distclean): Use it.
16606 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
16607 regenerating Makefile, since it is generated from the top level.
16608 * gdb.asm/Makefile.in: Likewise.
16609 * gdb.base/Makefile.in: Likewise.
16610 * gdb.c++/Makefile.in: Likewise.
16611 * gdb.disasm/Makefile.in: Likewise.
16612 * gdb.java/Makefile.in: Likewise.
16613 * gdb.mi/Makefile.in: Likewise.
16614 * gdb.threads/Makefile.in: Likewise.
16615 * gdb.trace/Makefile.in: Likewise.
16616
16617 2003-01-09 David Carlton <carlton@math.stanford.edu>
16618
16619 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16620 Add copyright year 2003.
16621
16622 2003-01-06 Michael Chastain <mec@shout.net>
16623
16624 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16625 When selecting a thread, 'line' and 'file' are optional.
16626 * gdb.mi/mi1-pthreads.exp: Likewise.
16627
16628 2003-01-06 Andreas Schwab <schwab@suse.de>
16629
16630 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16631 failures.
16632
16633 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16634
16635 Fix PR gdb/844
16636 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16637 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16638
16639 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
16640 instead of calling gdb_suppress_entire_file.
16641 * gdb.threads/print-threads.exp: Likewise.
16642 * gdb.threads/schedlock.exp: Likewise.
16643
16644 * gdb.threads/killed.exp: Return instead of calling
16645 gdb_suppress_entire_file.
16646 * gdb.threads/linux-dp.exp: Likewise.
16647 * gdb.threads/pthreads.exp: Likewise.
16648
16649 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16650
16651 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16652 stabs.
16653 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16654 * gdb.base/whatis.exp: Always allow (void) after function names.
16655
16656 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
16657
16658 * gdb.c++/casts.exp: Correct regexp.
16659
16660 2003-01-04 Mark Kettenis <kettenis@gnu.org>
16661
16662 * configure.in: Call AC_CONFIG_HEADER. Don't call
16663 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16664 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
16665 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
16666 aforementioned directories in the AC_OUPUT call.
16667 * config.hin: New file.
16668 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16669 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16670 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16671 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16672 pass -I$objdir instead of -I$objdir/$subdir in compilation.
16673 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16674 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16675 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16676 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16677 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16678 gdb.threads/configure.in, gdb.threads/configure,
16679 gdb.threads/config.in, gdb.trace/configure.in,
16680 gdb.trace/configure: Removed.
16681
16682 2003-01-03 Michael Chastain <mec@shout.net>
16683
16684 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16685 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16686
16687 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
16688
16689 * gdb.base/store.exp: Fix regular expressions.
16690
16691 2002-12-28 Mark Kettenis <kettenis@gnu.org>
16692
16693 * configure.in: Rewrite.
16694 * configure: Regenerated.
16695
16696 2003-01-03 David Carlton <carlton@math.stanford.edu>
16697
16698 * gdb.base/psymtab.exp: New file.
16699 * gdb.base/psymtab1.c: Ditto.
16700 * gdb.base/psymtab2.c: Ditto.
16701
16702 2002-12-23 Adam Fedor <fedor@gnu.org>
16703
16704 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16705
16706 2002-12-23 David Carlton <carlton@math.stanford.edu>
16707
16708 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16709 and current_directory initialization.
16710
16711 2002-12-22 Jim Blandy <jimb@redhat.com>
16712
16713 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16714 rather than as part of the output file name.
16715
16716 * gdb.base/attach.exp: There's no need to copy the test program to
16717 /tmp; that was only ever necessary on HP/UX, and this test is
16718 entirely disabled there anyway.
16719
16720 2002-12-21 Jim Blandy <jimb@redhat.com>
16721
16722 * gdb.c++/psmang.exp: Doc fix.
16723
16724 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16725 test.
16726
16727 2002-12-20 David Carlton <carlton@math.stanford.edu>
16728
16729 * gdb.c++/annota2.exp: KFAIL annotate-quit.
16730
16731 2002-12-18 Michael Chastain <mec@shout.net>
16732
16733 * gdb.c++/annota2.exp: Add copyright year 2002.
16734
16735 2002-12-17 David Carlton <carlton@math.stanford.edu>
16736
16737 * gdb.c++/try_catch.cc: Add marker comments.
16738 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16739 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16740 * gdb.c++/m-static.cc: Ditto.
16741 * gdb.c++/m-static1.cc: Ditto.
16742 * gdb.c++/try_catch.cc: Ditto.
16743
16744 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
16745
16746 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16747 to see whether we are using the new -environment-directory
16748 command which resets via -r or the old version of the command
16749 which may prompt the user. Part of fix for gdb/741.
16750
16751 2002-12-13 Andrew Cagney <ac131313@redhat.com>
16752
16753 * gdb.fortran/types.exp: Update obsolete comment.
16754 * gdb.fortran/exprs.exp: Ditto.
16755 * lib/gdb.exp: Delete obsolete code.
16756 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16757 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16758 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16759 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16760 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16761 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16762 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16763 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16764 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
16765 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
16766 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
16767 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
16768 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
16769 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
16770 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
16771 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
16772 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
16773 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
16774 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
16775 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
16776 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
16777 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
16778 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
16779 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
16780 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
16781 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
16782 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
16783 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
16784 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
16785 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
16786 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
16787 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
16788 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
16789 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
16790 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
16791 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
16792 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
16793
16794 2002-12-11 David Carlton <carlton@math.stanford.edu>
16795
16796 * gdb.c++/m-data.exp: Add test for members that shadow global
16797 variables: see PR gdb/804.
16798 * gdb.c++/m-data.cc: Ditto.
16799
16800 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
16801
16802 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
16803
16804 2002-12-06 David Carlton <carlton@math.stanford.edu>
16805
16806 * gdb.base/store.c: Don't declare functions static.
16807
16808 2002-12-04 Andrew Cagney <ac131313@redhat.com>
16809
16810 * gdb.base/store.exp, gdb.base/store.c: New files.
16811
16812 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16813
16814 * gdb.base/selftest.exp: Update for current gdb.
16815
16816 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16817
16818 * gdb.base/maint.exp: Only dump symbols from one source file
16819 or objfile.
16820
16821 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
16822
16823 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
16824 function call.
16825
16826 2002-11-25 Jim Blandy <jimb@redhat.com>
16827
16828 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
16829 function appearing in error message.
16830
16831 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
16832
16833 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
16834
16835 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
16836
16837 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
16838 for mi1 and current mi is in correct format. New mi startup message
16839 should be in mi console format. This is part of fix for PR gdb/604.
16840
16841 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16842
16843 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
16844 which explicitly prints the zero offset as "+0".
16845
16846 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
16847
16848 * gdb.threads/schedlock.c (args): Make unsigned.
16849
16850 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
16851
16852 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
16853 numbers. Allow "foo2|selected stack frame".
16854 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
16855 * gdb.asm/asmsrc2.s: Likewise.
16856 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
16857 comments.
16858 * gdb.asm/mips.inc: New file.
16859
16860 2002-10-18 Adam Fedor <fedor@gnu.org>
16861
16862 * gdb.base/default.exp: Update expected output to include 'ObjC'.
16863 * gdb.base/help.exp: Likewise.
16864
16865 2002-10-17 Kevin Buettner <kevinb@redhat.com>
16866
16867 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
16868 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
16869
16870 2002-10-02 Jim Blandy <jimb@redhat.com>
16871
16872 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
16873
16874 2002-10-01 Andrew Cagney <ac131313@redhat.com>
16875
16876 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
16877 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
16878 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
16879 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
16880 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
16881 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
16882 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
16883
16884 2002-09-29 Andrew Cagney <ac131313@redhat.com>
16885
16886 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
16887 * mi0-disassemble.exp, mi0-eval.exp: Delete.
16888 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
16889 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
16890 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
16891 * mi0-var-block.exp, mi0-var-child.exp: Delete.
16892 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
16893
16894 2002-09-27 Kevin Buettner <kevinb@redhat.com>
16895
16896 * gdb.base/annota1.exp (info break): Make directory components of
16897 path optional since not all compilers emit this debug information.
16898
16899 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
16900 step ends up stepping out of the function instead of stopping on
16901 the epilogue.
16902
16903 2002-09-26 Keith Seitz <keiths@redhat.com>
16904
16905 * lib/insight-support.exp (gdbtk_start): Figure out where
16906 the insight executable is based on where gdb is. Use this
16907 executable to start insight instead of gdb.
16908
16909 2002-09-25 Andrew Cagney <cagney@redhat.com>
16910
16911 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
16912
16913 2002-09-24 Andrew Cagney <ac131313@redhat.com>
16914
16915 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
16916 test_isolated_complaints.
16917 (test_empty_complaint): New function.
16918 (test_empty_complaints): New function. Check no output when no
16919 complaints.
16920
16921 2002-09-19 Jim Blandy <jimb@redhat.com>
16922
16923 * gdb.base/charset.exp, gdb.base/charset.c: New files.
16924
16925 2002-09-19 Andrew Cagney <ac131313@redhat.com>
16926
16927 * gdb.gdb/complaints.exp: New file.
16928
16929 2002-09-18 Andrew Cagney <ac131313@redhat.com>
16930
16931 * gdb.base/maint.exp: Check `help maint internal-warning'.
16932
16933 2002-09-18 David Carlton <carlton@math.stanford.edu>
16934
16935 * gdb.c++/m-static.exp: Remove breakpoints depending on line
16936 numbers, and replace them by a single breakpoint after the
16937 constructors are all finished.
16938 Add test 4.
16939 * gdb.c++/m-static.cc: Add test 4.
16940 * gdb.c++/m-static.h: New file.
16941 * gdb.c++/m-static1.cc: New file.
16942
16943 * gdb.c++/printmethod.exp: New file.
16944 * gdb.c++/printmethod.cc: New file.
16945
16946 * gdb.c++/pr-574.exp: New file.
16947 * gdb.c++/pr-574.cc: New file.
16948
16949 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16950
16951 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
16952 embedded targets which never actually exit.
16953
16954 2002-09-18 Fernando Nasser <fnasser@redhat.com>
16955
16956 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
16957 "don't step after run" as unresolved or unsupported, instead of xfail.
16958
16959 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16960
16961 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
16962 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
16963 Add newline to expected string in "step out of main (status wrapper)"
16964 case.
16965
16966 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
16967
16968 * lib/gdb.exp (rerun_to_main): Allow restarting application.
16969 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
16970
16971 2002-09-17 Tom Tromey <tromey@redhat.com>
16972
16973 * gdb.base/printcmds.exp (test_print_string_constants): Expect
16974 \000, not \0, in double-quoted string.
16975
16976 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
16977
16978 * gdb.base/commands.exp: Don't expect a "Program exited normally"
16979 string after running the commands execution on breakpoint tests.
16980
16981 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
16982
16983 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
16984
16985 2002-09-12 Joel Brobecker <brobecker@gnat.com>
16986
16987 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
16988
16989 2002-09-10 Keith Seitz <keiths@redhat.com>
16990
16991 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
16992 runto proc.
16993 (mi_run_to_main): Use mi_runto.
16994 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
16995
16996 2002-09-10 Keith Seitz <keiths@redhat.com>
16997
16998 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
16999 regexp for stopping at main. Could have multiple event notifications.
17000 Don't assume that main was declared with no parameters.
17001 (mi_next): Use mi_step_to.
17002 (mi_step): Use mi_next_to.
17003
17004 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
17005
17006 * gdb.base/default.exp: Fix expected string in `info float' test.
17007
17008 2002-09-09 Ben Elliston <bje@redhat.com>
17009
17010 * config/mips.exp: Update comments.
17011 * config/mips-idt.exp: Likewise.
17012 * config/nind.exp: Likewise.
17013 * config/slite.exp: Likewise.
17014 * config/sparclet.exp: Likewise.
17015 * config/udi.exp: Likewise.
17016 * config/vx.exp: Likewise.
17017 * config/vxworks29k.exp: Likewise.
17018
17019 2002-09-05 Jim Blandy <jimb@redhat.com>
17020
17021 * gdb.threads/killed.exp: Fix test failure message.
17022
17023 2002-09-04 Keith Seitz <keiths@redhat.com>
17024
17025 * lib/mi-support.exp: Update copyright.
17026 (mi_gdb_test): Increase the priority of the expected pattern
17027 so that it matches gdb_test.
17028
17029 2002-09-03 Keith Seitz <keiths@redhat.com>
17030
17031 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17032 Use integer comparison instead of string comparison for testing
17033 whether binary was built.
17034
17035 2002-09-03 Jim Blandy <jimb@redhat.com>
17036
17037 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
17038
17039 2002-08-29 Jim Blandy <jimb@redhat.com>
17040
17041 * gdb.threads/pthreads.exp: Move the portable thread compilation
17042 code into a function in lib/gdb.exp, and call that from here.
17043 * lib/gdb.exp (gdb_compile_pthreads): New function.
17044
17045 2002-08-29 Keith Seitz <keiths@redhat.com>
17046
17047 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
17048 expect_out so that callers can get at it.
17049
17050 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
17051
17052 * gdb.threads/print-threads.c: New file.
17053 * gdb.threads/print-threads.exp: New file.
17054 * gdb.threads/schedlock.c: New file.
17055 * gdb.threads/schedlock.exp: New file.
17056
17057 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
17058
17059 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
17060 not altivec.c.
17061
17062 2002-08-17 Mark Kettenis <kettenis@gnu.org>
17063
17064 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
17065 targets. The problem should be fixed now.
17066
17067 2002-08-15 Mark Kettenis <kettenis@gnu.org>
17068
17069 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
17070 2002-07-24 change that removes final dots from error messages.
17071
17072 2002-08-13 Tom Tromey <tromey@redhat.com>
17073
17074 * gdb.base/readline.exp: New file.
17075
17076 2002-08-01 Andrew Cagney <ac131313@redhat.com>
17077
17078 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
17079 supress message.
17080
17081 2002-08-01 Andrew Cagney <cagney@redhat.com>
17082
17083 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
17084 CHILL_FOR_TARGET and CHILL_LIB.
17085 * configure.in (configdirs): Remove gdb.chill.
17086 * configure: Regenerate.
17087 * lib/gdb.exp: Obsolete references to chill.
17088 * gdb.fortran/types.exp: Ditto.
17089 * gdb.fortran/exprs.exp: Ditto.
17090
17091 2002-07-30 Kevin Buettner <kevinb@redhat.com>
17092
17093 * gdb.base/shlib-call.exp (additional_flags): Conditionally
17094 set Irix-specific compile and link flags.
17095
17096 2002-07-29 Kevin Buettner <kevinb@redhat.com>
17097
17098 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
17099 source files. The ``-o'' option doesn't work with the ``-E'' option
17100 when using the Irix compiler.
17101
17102 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
17103
17104 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
17105 Improve support for reusing an exec file. Copy exec file
17106 to target, and run gdbserver on the target instead of on the host.
17107
17108 2002-07-18 Jim Blandy <jimb@redhat.com>
17109
17110 * gdb.base/ending-run.exp: Don't expect to see the program end in
17111 some orderly fashion when we're running on a real stand-alone
17112 board.
17113
17114 * gdb.base/interrupt.exp: Correct logic for skipping tests on
17115 targets that don't support interrupts.
17116
17117 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
17118
17119 * gdb.base/attach.exp: Add patterns to match output from /proc-based
17120 systems.
17121 Move comments in expect statements to inside the actions, so that they
17122 don't get matched against.
17123
17124 2002-07-10 Mark Kettenis <kettenis@gnu.org>
17125
17126 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
17127 function when asleep" test.
17128
17129 2002-07-10 Andrew Cagney <ac131313@redhat.com>
17130
17131 * gdb.base/page.exp: Rewrite to handle problems with very long
17132 `info set' output. Update copyright.
17133
17134 2002-06-26 Andrew Cagney <ac131313@redhat.com>
17135
17136 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
17137 gdb.threads-hp.
17138 * gdb.hp/configure: Regenerate.
17139 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
17140 * gdb.hp/gdb.threads-hp/configure: Delete file.
17141 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
17142
17143 2002-06-22 Andrew Cagney <ac131313@redhat.com>
17144
17145 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
17146 setlocale, bindtextdomain and textdomain.
17147
17148 2002-06-11 Jim Blandy <jimb@redhat.com>
17149
17150 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
17151 preprocessor macro information is present.
17152
17153 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
17154 tests.
17155
17156 2002-06-06 Michael Snyder <msnyder@redhat.com>
17157
17158 * gdb.base/overlays.exp: Record addresses of overlay
17159 functions in TCL variables rather than in GDB variables,
17160 to avoid having GDB convert them to pointers (with loss
17161 of information).
17162
17163 * gdb.base/d10v.ld: Merge in several years worth of
17164 default linker script changes.
17165 * gdb.base/long_long.exp: Add check for sizeof (long double).
17166
17167 2002-06-06 Michal Ludvig <mludvig@suse.cz>
17168
17169 * gdb.asm/asm-source.exp: Add x86-64 target.
17170 * gdb.asm/x86_64.inc: New.
17171
17172 2002-05-30 Michael Chastain <mec@shout.net>
17173
17174 From Benjamin Kosnik <bkoz@redhat.com>:
17175 * gdb.c++/m-static.cc: New file.
17176 * gdb.c++/m-static.exp: New file.
17177
17178 2002-05-28 Michael Snyder <msnyder@redhat.com>
17179
17180 * gdb.base/call-ar-st.exp: Allow for reduced floating point
17181 precision.
17182
17183 2002-05-27 Michael Chastain <mec@shout.net>
17184
17185 From Benjamin Kosnik <bkoz@redhat.com>:
17186 * gdb.c++/m-data.cc: New file.
17187 * gdb.c++/m-data.exp: New file.
17188
17189 2002-05-27 Michael Chastain <mec@shout.net>
17190
17191 From Benjamin Kosnik <bkoz@redhat.com>:
17192 * gdb.c++/try_catch.cc: New file.
17193 * gdb.c++/try_catch.exp: New file.
17194
17195 2002-05-27 Michael Chastain <mec@shout.net>
17196
17197 * gdb.c++/local.exp: Accept more nested types in output.
17198
17199 2002-05-26 Michael Chastain <mec@shout.net>
17200
17201 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
17202
17203 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
17204
17205 * lib/gdb.exp (gdb_wrapper_init): Just because
17206 gdb_wrapper_file exists, this does not mean that the file
17207 should not be rebuilt. That is what gdb_wrapper_initialized
17208 is for.
17209 (default_gdb_init): Reset gdb_wrapper_initialized.
17210
17211 2002-05-23 Michael Snyder <msnyder@redhat.com>
17212
17213 * gdb.base/all-bin.exp: Revise previous patch by just reducing
17214 the precision of the floating point test results.
17215 * gdb.base/call-rt-st.exp: Ditto.
17216
17217 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
17218 * gdb.base/call-rt-st.exp: Ditto.
17219
17220 2002-05-19 Michael Chastain <mec@shout.net>
17221
17222 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
17223
17224 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
17225
17226 * configure.in (configdirs): Add gdb.arch.
17227 * configure: Regenerate.
17228
17229 2002-05-17 Jim Blandy <jimb@redhat.com>
17230
17231 * gdb.base/completion.exp: Recognize the more detailed error
17232 messages produced by the macro expander's lexical analyzer.
17233
17234 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
17235
17236 * gdb.arch/altivec-abi.c: New file.
17237 * gdb.arch/altivec-abi.exp: New file.
17238 * gdb.arch/altivec-regs.c: New file.
17239 * gdb.arch/altivec-regs.exp: New file.
17240
17241 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
17242
17243 * gdb.base/maint.exp (maint print type): Update for new type
17244 structure.
17245
17246 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
17247
17248 * gdb.arch: New directory.
17249 * gdb.arch/configure.in: New file.
17250 * gdb.arch/configure: New file.
17251 * gdb.arch/Makefile.in: New file.
17252
17253 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
17254
17255 * gdb.asm/asm-source.exp: Add v850 as supported target.
17256 * gdb.asm/v850.inc: New file.
17257
17258 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
17259
17260 * gdb.c++/annota2.exp (annotate-quit): Add comment.
17261
17262 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
17263
17264 * gdb.base/break.exp: Check 'break "marker2"'.
17265
17266 2002-05-10 Michael Snyder <msnyder@redhat.com>
17267
17268 * gdb.base/long_long.exp: Fix typo.
17269
17270 2002-05-10 Jim Blandy <jimb@redhat.com>
17271
17272 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
17273 a bug.
17274
17275 * gdb.base/printcmds.exp (test_integer_literals_rejected):
17276 Recognize more detailed error message produced by the macro
17277 expander's lexical analyzer.
17278 * lib/gdb.exp (test_print_reject): Same.
17279
17280 2002-05-09 Mark Kettenis <kettenis@gnu.org>
17281
17282 * gdb.c++/method.exp: Fix typo.
17283
17284 2002-05-08 Michael Snyder <msnyder@redhat.com>
17285
17286 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
17287 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
17288 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
17289 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
17290 Add iftarget clause for strongarm.
17291
17292 2002-05-06 Michael Snyder <msnyder@redhat.com>
17293
17294 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
17295 (gdb_continue_to_end): Accept output from status wrapper.
17296 * gdb.base/ending-run.exp: Add case for output from status wrapper.
17297 Clean up fail messages to match pass messages.
17298
17299 Enable the "needs_status_wrapper" testsuite feature.
17300 * lib/gdb.exp (gdb_wrapper_init): New procedure.
17301 (gdb_compile): Conditionally call gdb_wrapper_init.
17302 * gdb.base/a2-run.exp: Recognize output from status wrapper.
17303 * gdb.c++/method.exp: Recognize output from status wrapper.
17304
17305 2002-05-06 Ben Elliston <bje@redhat.com>
17306 From Graydon Hoare <graydon@redhat.com>
17307
17308 * config/sid.exp: Include support for "rawsid" protocol.
17309
17310 2002-05-03 Jim Blandy <jimb@redhat.com>
17311
17312 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
17313 * gdb.c++/hang3.C: New file.
17314
17315 2002-05-04 Andrew Cagney <ac131313@redhat.com>
17316
17317 * gdb.base/default.exp: Remove obsolete code.
17318 * gdb.c++/misc.exp: Ditto. Update copyright.
17319 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
17320 * gdb.base/whatis.exp: Ditto. Update copyright.
17321 * gdb.base/scope.exp: Ditto. Update copyright.
17322 * gdb.base/ptype.exp: Ditto. Update copyright.
17323 * gdb.base/printcmds.exp: Ditto. Update copyright.
17324 * gdb.base/opaque.exp: Ditto. Update copyright.
17325 * gdb.base/list.exp: Ditto.
17326 * gdb.base/funcargs.exp: Ditto. Update copyright.
17327 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
17328 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
17329 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
17330 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
17331 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
17332 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
17333
17334 2002-05-02 Michael Snyder <msnyder@redhat.com>
17335
17336 * gdb.base/watchpoint.exp: Add xscale target.
17337 * gdb.base/long_long.exp: Add xscale target.
17338 * gdb.base/default.exp: Add xscale target.
17339
17340 2002-05-01 Jim Blandy <jimb@redhat.com>
17341
17342 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
17343 gdb.c++/hang.exp: New test.
17344
17345 2002-05-01 Fred Fish <fnf@redhat.com>
17346
17347 * gdb.base/completion.exp: Handle completions of "./Make" for
17348 more than one completion possibility, as is the case when we
17349 build and test in the source tree.
17350
17351 2002-04-29 Anthony Green <green@redhat.com>
17352
17353 * gdb.java/jmisc1.exp: New file.
17354 * gdb.java/jmisc2.exp: New file.
17355
17356 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
17357
17358 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
17359
17360 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
17361
17362 * gdb.base/help.exp: Change 'help status' to allow for target
17363 dependent output differences.
17364
17365 2002-04-22 Michael Chastain <mec@shout.net>
17366
17367 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
17368
17369 2002-04-22 Michael Chastain <mec@shout.net>
17370
17371 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
17372
17373 2002-04-17 David S. Miller <davem@redhat.com>
17374
17375 * gdb.asm/sparc64.inc: New file.
17376 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
17377
17378 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
17379
17380 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
17381 instruction file directly into the build tree. Clean up at end of
17382 test.
17383
17384 2002-04-18 David S. Miller <davem@redhat.com>
17385
17386 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
17387 handle 64-bit platforms correctly.
17388 * gdb.base/maint.exp: Likewise.
17389
17390 2002-04-18 Kevin Buettner <kevinb@redhat.com>
17391
17392 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
17393 ``-fpic'' when compiling files comprising a shared library, but
17394 it does need additional linker flags in order to find shared
17395 libraries at run time.
17396
17397 2002-04-18 Kevin Buettner <kevinb@redhat.com>
17398
17399 * gdb.base/cvexpr.c (use): New function.
17400 (main): Invoke use() on all global variables to prevent
17401 some linkers from deleting these otherwise unused symbols.
17402
17403 2002-04-17 Michael Chastain <mec@shout.net>
17404 From David S. Miller <davem@redhat.com>
17405
17406 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
17407 handle 64-bit platforms correctly.
17408
17409 2002-04-12 Michael Snyder <msnyder@redhat.com>
17410 From Jim Blandy <jimb@redhat.com>
17411 * gdb.base/foo.c (foox): Remove section attribute; the linker
17412 script can handle this instead.
17413 * gdb.base/bar.c (barx): Same.
17414 * gdb.base/baz.c (bazx): Same.
17415 * gdb.base/grbx.c (grbxx): Same.
17416
17417 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
17418 manager doesn't automatically unmap overlays unnecessarily.
17419
17420 2002-04-10 Martin M. Hunt <hunt@redhat.com>
17421
17422 * gdb.base/ending-run.exp: Fix pattern for Mips targets
17423 stepping out of main.
17424
17425 2002-04-09 Michael Chastain <mec@shout.net>
17426
17427 * gdb.c++/local.cc (main): Move call to marker1() inside nested
17428 scope so that the nested scope tests will make sense.
17429 * gdb.c++/local.exp: Write patterns that actually work with gcc
17430 (the HP patterns "were never known to work with gcc").
17431 Keep the old aCC patterns too.
17432
17433 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
17434
17435 * gdb.base/attach.exp: Correct target board test.
17436
17437 2002-04-08 Michael Chastain <mec@shout.net>
17438
17439 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
17440 in a const method. Add some xfail and fail cases for configurations
17441 that do not emit the "const ...".
17442
17443 2002-04-07 Michael Chastain <mec@shout.net>
17444
17445 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
17446 Accept "A * const" and "const A * const" as type of "this".
17447 Fix spelling of getFunky throughout. Make messages uniform.
17448
17449 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
17450
17451 Work around for PR gdb/285:
17452 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
17453
17454 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
17455
17456 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
17457 instructions file at run time instead of configure time.
17458 Sometimes we run the test in a directory that is not the one we
17459 configured in.
17460 * gdb.asm/configure.in: Delete creation of symlink.
17461 * gdb.asm/configure: Regenerate.
17462
17463 2002-04-05 J. Brobecker <brobecker@gnat.com>
17464
17465 * gdb.gdb/xfullpath.exp: New test, to exercise the new
17466 xfullpath () function.
17467
17468 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
17469
17470 * gdb.asm/Makefile.in: Correct dependencies.
17471
17472 * gdb.asm/powerpc.inc: New file.
17473 * gdb.asm/asm-source.exp: Add PowerPC.
17474 * gdb.asm/configure.in: Likewise.
17475 * gdb.asm/configure: Regenerated.
17476
17477 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
17478
17479 * gdb.base/relocate.exp: New file.
17480 * gdb.base/relocate.c: New file.
17481
17482 2002-04-04 Fred Fish <fnf@redhat.com>
17483
17484 * gdb.base/step-test.exp: Update comment regarding stopping in
17485 memcpy/bcopy calls inserted as part of the compiler runtime.
17486
17487 2002-04-04 Michael Snyder <msnyder@redhat.com>
17488
17489 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
17490
17491 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
17492
17493 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
17494 (gdb_expect): Remove $notransfer hack.
17495
17496 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
17497
17498 * gdb.c++/classes.exp ("calling method for small class"): Match
17499 updated register output.
17500
17501 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
17502
17503 Fix PR gdb/452
17504 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
17505 when finished. Make gdb_file_cmd send "exec-file" when
17506 appropriate.
17507
17508 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
17509
17510 * gdb.base/attach.exp: Remove extra setup_xfail.
17511
17512 2002-03-26 Michael Snyder <msnyder@redhat.com>
17513
17514 * gdb.base/default.exp: Add tests for dump, append, and restore.
17515 * gdb.base/help.exp: Add tests for dump, append, and restore.
17516 * gdb.base/dump.exp: New file, test dump, append and restore.
17517 * gdb.base/dump.c: New file.
17518
17519 2002-03-27 Michael Snyder <msnyder@redhat.com>
17520
17521 * gdb.base/help.exp: Modify expect strings to reflect
17522 clean-ups in help messages.
17523
17524 2002-03-26 Fred Fish <fnf@redhat.com>
17525
17526 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
17527 have debugging info for those functions and the compiler uses them
17528 internally to copy structs around.
17529
17530 2002-03-26 Fred Fish <fnf@redhat.com>
17531
17532 * gdb.base/list.exp: Revert the change made yesterday and add note
17533 about why we don't list the default lines for remote targets.
17534
17535 2002-03-25 Michael Snyder <msnyder@redhat.com>
17536
17537 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
17538
17539 2002-03-25 Fred Fish <fnf@redhat.com>
17540
17541 * gdb.base/list.exp: This test works on remote targets so remove
17542 the short circuit for remote targets. Update copyright.
17543
17544 2002-03-25 Fred Fish <fnf@redhat.com>
17545
17546 * gdb.base/attach.exp: Fix logic error that was suppressing this
17547 test for all non hppa*-*-hpux* targets, instead of the hp target.
17548 Move comments closer to the suppression point. Also now need to
17549 check that we are running natively.
17550
17551 2002-03-22 Michael Snyder <msnyder@redhat.com>
17552
17553 * gdb.base/default.exp: Add test for gcore. Update copyright.
17554 * gdb.base/help.exp: Add test for gcore. Update copyright.
17555
17556 2002-03-06 Fred Fish <fnf@redhat.com>
17557
17558 * gdb.base/funcargs.c: Remove extraneous ';' character.
17559 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
17560
17561 2002-03-04 Michael Chastain <mec@shout.net>
17562
17563 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
17564 accommodate gcc v3 function signature.
17565 * gdb.mi/mi0-var-cmd-exp: Ditto.
17566
17567 2002-02-24 Andrew Cagney <ac131313@redhat.com>
17568
17569 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
17570 ``GNU/Linux'' or ``Linux kernel''
17571 * testsuite/gdb.threads/pthreads.c: Ditto.
17572
17573 2002-02-24 Michael Chastain <mec@shout.net>
17574
17575 * gdb.threads/pthreads.c (thread1): Add a return statement.
17576 (thread2): Likewise.
17577 (foo): Likewise.
17578
17579 2002-02-23 Michael Chastain <mec@shout.net>
17580
17581 * gdb.threads/linux-dp.c (philosopher): Add a return statement
17582 to placate gcc.
17583
17584 2002-02-23 Michael Chastain <mec@shout.net>
17585
17586 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17587 test "ptype bint". The test passes on all my stabs configurations.
17588
17589 2002-02-21 Jim Blandy <jimb@redhat.com>
17590
17591 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17592 filename at a time, and watch for the ones we want to see.
17593
17594 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17595 types of pointers to prototyped functions.
17596
17597 2002-02-20 Andrew Cagney <ac131313@redhat.com>
17598
17599 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
17600 signed, unsigned and straight char.
17601 (padding_char, padding_short, padding_int, padding_long,
17602 padding_long_long, padding_float, padding_double,
17603 padding_long_double): New global variables.
17604 (fill, fill_structs): New functions.
17605
17606 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
17607 for correctly sized writes. Update copyright.
17608 (get_valueof): New procedure.
17609 (get_sizeof): Call get_valueof.
17610 (check_valueof): New procedure.
17611 (check_padding): New procedure.
17612
17613 2002-02-20 Michael Chastain <mec@shout.net>
17614
17615 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17616 to setup_xfail. Document some of the remaining calls.
17617
17618 2002-02-18 Michael Chastain <mec@shout.net>
17619
17620 * gdb.c++/userdef.exp: Update copyright year.
17621
17622 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
17623
17624 * gdb.c++/userdef.exp: Test overloaded operators properly.
17625 Remove xfails.
17626
17627 2002-02-14 Michael Snyder <msnyder@redhat.com>
17628
17629 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17630
17631 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
17632
17633 * gdb.base/a2-run.exp: Check for a remote target properly.
17634 * gdb.base/annota1.exp: Likewise.
17635 * gdb.base/list.exp: Likewise.
17636 * gdb.base/reread.exp: Likewise.
17637 * gdb.base/scope.exp: Likewise.
17638 * gdb.base/shlib-call.exp: Likewise.
17639 * gdb.base/term.exp: Likewise.
17640 * gdb.c++/annota2.exp: Likewise.
17641
17642 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
17643
17644 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17645
17646 2002-02-10 Michael Chastain <mec@shout.net>
17647
17648 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17649 (call_after_alloca): Ditto.
17650
17651 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
17652
17653 * gdb.base/ending-run.exp: Guard "cont" test with
17654 gdb_skip_stdio_test.
17655
17656 2002-02-06 Jim Blandy <jimb@redhat.com>
17657
17658 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17659 from here...
17660 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17661 To here. Disable this test on non-HP platforms. Add big comment.
17662
17663 2002-02-04 Michael Snyder <msnyder@redhat.com>
17664
17665 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
17666 other than d10v and m32r.
17667
17668 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
17669
17670 * gdb.base/default.exp: Rewrite test patterns to reduce time
17671 taken to match them.
17672
17673 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17674
17675 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17676 Allow a start function above main.
17677 * gdb.threads/linux-dp.exp: Fix copyright date.
17678
17679 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17680
17681 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17682 (check_philosopher_stack): Check for manager thread before checking
17683 for a just-starting thread.
17684
17685 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
17686
17687 From Neil Booth <neil@daikokuya.demon.co.uk>:
17688 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17689 warnings.
17690
17691 2002-01-21 Fred Fish <fnf@redhat.com>
17692
17693 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17694 not caller.
17695
17696 2002-01-21 Jim Blandy <jimb@redhat.com>
17697
17698 * gdb.base/reread.exp: Check that GDB properly re-reads the
17699 executable file when it changes while no inferior is running.
17700
17701 2002-01-21 Fred Fish <fnf@redhat.com>
17702
17703 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17704 optionally accept the "shlib events" variation.
17705
17706 2002-01-21 Jim Blandy <jimb@redhat.com>
17707
17708 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17709 call `fflush' after every `printf', so that the output is produced
17710 at predictable points, regardless of whatever buffering does (or
17711 doesn't) take place.
17712 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17713 at different points.
17714
17715 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17716
17717 * gdb.c++/inherit.exp: Update copyright years.
17718 * gdb.c++/method.exp: Likewise.
17719
17720 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
17721
17722 * gdb.c++/classes.exp: Update for improved v3 support and skipping
17723 artificial methods/arguments.
17724 * gdb.c++/derivation.exp: Likewise.
17725 * gdb.c++/inherit.exp: Likewise.
17726 * gdb.c++/method.exp: Likewise.
17727 * gdb.c++/virtfunc.exp: Likewise.
17728
17729 2002-01-18 Andrew Cagney <ac131313@redhat.com>
17730
17731 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17732 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17733 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17734 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17735 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17736 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17737
17738 2002-01-17 Jim Blandy <jimb@redhat.com>
17739
17740 * gdb.asm/asm-source.exp (info symbol): Take another shot at
17741 anchoring the pattern matching the entry point symbol's name.
17742
17743 2002-01-17 Andrew Cagney <ac131313@redhat.com>
17744
17745 * gdb.base/maint.exp: Update ``maint internal-error'' to match
17746 continue/quit query. Update copyright.
17747
17748 2002-01-14 Michael Snyder <msnyder@redhat.com>
17749
17750 * gdb.base/gcore.exp: Remove extra debugging output.
17751
17752 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17753
17754 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17755 for slightly dubious v2 mangled string.
17756
17757 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
17758
17759 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17760
17761 2002-01-10 Jason Merrill <jason@redhat.com>
17762
17763 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
17764
17765 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
17766 constructors.
17767 * gdb.c++/derivation.exp: Likewise.
17768 * gdb.c++/templates.exp: Likewise.
17769 * gdb.c++/virtfunc.exp: Likewise.
17770
17771 2002-01-10 Michael Snyder <msnyder@redhat.com>
17772
17773 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
17774
17775 2002-01-08 Michael Snyder <msnyder@redhat.com>
17776
17777 * gdb.base/gcore.exp: New test for generate-core-file command.
17778 * gdb.base/gcore.c: Testcase for above.
17779 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
17780
17781 2002-01-08 Jason Merrill <jason@redhat.com>
17782
17783 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
17784
17785 2002-01-07 Fred Fish <fnf@redhat.com>
17786
17787 * gdb.c++/overload.exp: Remove unconditional xfails for:
17788 print foo_instance1.overloadargs(1)
17789 print foo_instance1.overloadargs(1, 2)
17790 print foo_instance1.overloadargs(1, 2, 3)
17791 print foo_instance1.overloadargs(1, 2, 3, 4)
17792 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
17793 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
17794 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
17795 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
17796 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
17797 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
17798 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
17799 print foo_instance1.overload1arg()
17800 print foo_instance1.overload1arg((char)arg2)
17801 print foo_instance1.overload1arg((signed char)arg3)
17802 print foo_instance1.overload1arg((unsigned char)arg4)
17803 print foo_instance1.overload1arg((int)arg7)
17804 print foo_instance1.overload1arg((unsigned int)arg8)
17805 print foo_instance1.overload1arg((float)arg11)
17806 print foo_instance1.overload1arg((double)arg12)
17807
17808 2002-01-07 Michael Snyder <msnyder@redhat.com>
17809
17810 * gdb.base/huge.exp: New test. Print a very large target data object.
17811 (skip_huge_test): New test variable. Define if you want to skip this
17812 test. The test reads an 8 megabyte data object from the target, so it
17813 might be very time consuming on remote targets with a slow connection.
17814 * gdb.base/huge.c: New file. Test case for above.
17815
17816 2002-01-07 Fred Fish <fnf@redhat.com>
17817
17818 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
17819 g_instance.bfoo, and g_instance.cfoo.
17820
17821 2002-01-07 Jeffrey A Law <law@redhat.com>
17822
17823 * gdb.base/break.c (multi_line_if_conditional): New function.
17824 (multi_ilne_while_conditional): Likewise.
17825 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
17826 IF or WHILE condition puts the breakpoint at the start of
17827 the condition.
17828
17829 * gdb.base/selftest.exp (backtrace through signal handler): Remove
17830 hppa*-*-hpux* expected failure.
17831 * gdb.base/structs.exp (do_function_calls): Similarly.
17832
17833 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
17834 watchpoints.
17835
17836 2002-01-06 Andrew Cagney <ac131313@redhat.com>
17837
17838 Fix PR gdb/66.
17839 * gdb.base/structs.exp: Replace skip for a29k with skip for
17840 gdb,cannot_call_functions.
17841 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
17842 * gdb.base/callfuncs.exp: Ditto.
17843 * gdb.base/call-rt-st.exp: Ditto.
17844 * gdb.base/call-strs.exp: Ditto.
17845 * gdb.base/callfwmall.exp: Ditto.
17846 * gdb.base/scope.exp: Obsolete xfail a29k.
17847 * gdb.c++/misc.exp: Ditto.
17848 * gdb.c++/cplusfuncs.exp: Ditto.
17849 * gdb.base/ptype.exp: Ditto.
17850 * gdb.base/printcmds.exp: Ditto.
17851 * gdb.base/opaque.exp: Ditto.
17852 * gdb.base/list.exp: Ditto.
17853 * gdb.base/funcargs.exp: Ditto.
17854 * gdb.base/default.exp: Ditto.
17855
17856 2002-01-04 Michael Snyder <msnyder@redhat.com>
17857
17858 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
17859 * gdb.base/maint.exp: Add tests for maint info sections options.
17860
17861 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
17862
17863 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
17864
17865 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
17866
17867 * gdb.asm/arm.inc: New file.
17868 * gdb.asm/asm-source.exp: Add arm targets.
17869 * gdb.asm/configure.in: Ditto.
17870 * gdb.asm/configure: Recreated from configure.in.
17871
17872 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
17873
17874 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
17875 with HP's compiler.
17876 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
17877 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
17878 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
17879 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
17880
17881 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
17882 either HP's compilers or GCC.
17883
17884 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
17885 a SIGBUS or SIGSEGV.
17886
17887 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
17888
17889 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
17890 can be compiled with either HP's compiler or GCC.
17891
17892 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
17893 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
17894 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
17895
17896 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
17897 to match current gdb output. Update due to using auto-solib-limit
17898 for limiting instead of overloading auto-solib-add.
17899 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
17900 test program.
17901
17902 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
17903 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
17904 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
17905 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
17906 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
17907 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
17908 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
17909 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
17910 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
17911 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
17912 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
17913 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
17914 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
17915
17916 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
17917 a SIGTRAP to the inferior.
17918
17919 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
17920
17921 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
17922 Substitute call to target_link by call to gdb_compile.
17923
17924 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
17925
17926 * gdb.base/break.exp: Fix HP specific search string when testing
17927 backtracing in a called function.
17928
17929 * gdb.base/constvars.exp: Only set lang to C++ if we're
17930 compiling the test with HP's compilers.
17931 * gdb.base/volatile.exp: Similarly.
17932
17933 2001-12-19 Jim Blandy <jimb@redhat.com>
17934
17935 * gdb.base/printcmds.exp: Expect the null character to be printed
17936 as '\0', and the '\013' to be printed as '\v'.
17937 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
17938 * gdb.base/setvar.exp: Same.
17939
17940 2001-12-17 Jim Blandy <jimb@redhat.com>
17941
17942 * gdb.base/completion.exp: Rather than completing very long
17943 filenames, which can make the readline library produce output we
17944 don't recognize, cd to the directory first, and then complete
17945 using nice, short relative paths.
17946
17947 * gdb.base/completion.exp: On some systems, there is, in fact, a
17948 variable named `b' in scope, since GDB treats all static
17949 variables as being in scope. So use `no_var_named_this'
17950 instead of `b'.
17951
17952 * gdb.base/corefile.exp: Recognize the message saying that GDB
17953 can't find the core file's registers as a failure.
17954
17955 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
17956
17957 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
17958 test expect string more specific.
17959
17960 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
17961
17962 * gdb.asm/asm-source.exp: Add support for xstormy16.
17963 * gdb.asm/configure.in: Ditto.
17964 * gdb.asm/configure: Rebuild.
17965 * gdb.asm/xstormy16.inc: New file.
17966
17967 2001-12-10 Fred Fish <fnf@redhat.com>
17968
17969 * gdb.base/maint.exp: Update to match changes in type dumping code.
17970
17971 2001-12-10 Jim Blandy <jimb@redhat.com>
17972
17973 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
17974 matching the entry point symbol's name at the beginning of the
17975 line.
17976
17977 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17978
17979 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
17980 gdb.c++/inherit.exp, gdb.c++/method.exp,
17981 gdb.c++/namespace.exp, gdb.c++/templates.exp,
17982 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
17983 and class layout support.
17984
17985 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
17986
17987 * gdb.c++/classes.exp: Add test for static member function.
17988 * gdb.c++/misc.cc: Add class with static member function.
17989
17990 2001-12-07 Jim Blandy <jimb@redhat.com>
17991
17992 If GDB says it can't find the struct the function returned, report
17993 those tests as `unsupported'.
17994 * gdb.base/call-rt-st.exp (print_struct_call): New function.
17995 Rewrite subsequent tests to use it.
17996
17997 If GDB says it can't find the struct the function returned, report
17998 those tests as `unsupported'.
17999 * gdb.base/structs.exp (call_struct_func): New function.
18000 (do_function_calls): Use call_struct_func to call the functions
18001 returning structs.
18002
18003 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18004 whether functions are prototyped or not, so we can't possibly pass
18005 arguments to t_float_values2 properly.
18006
18007 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18008 value of `timeout' for targets other than the mips*tx39-*.
18009
18010 2001-12-06 Michael Snyder <msnyder@redhat.com>
18011
18012 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
18013 and detect whether the start symbol has a leading underscore.
18014
18015 2001-12-04 Jim Blandy <jimb@redhat.com>
18016
18017 * gdb.base/completion.exp: Clarify indentation.
18018
18019 2001-12-03 Jim Blandy <jimb@redhat.com>
18020
18021 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18022 variables on the S/390, not `.word'.
18023
18024 2001-11-30 Jim Blandy <jimb@redhat.com>
18025
18026 Add assembly-source tests for s390-ibm-linux.
18027 * gdb.asm/s390.inc: New file.
18028 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18029 the S/390 architecture.
18030 * gdb.asm/configure: Regenerated.
18031
18032 2001-11-30 Michael Snyder <msnyder@redhat.com>
18033
18034 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
18035 next, info source, info sources, info line, global and static
18036 variables, and static functions.
18037 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
18038 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
18039 * gdb.asm/asmsrc1.s: Add a static function and some variables.
18040 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
18041 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
18042 (gdbasm_leave): Restore frame pointer.
18043 (gdbasm_startup): Copy stack set-up from crt0.S.
18044
18045 2001-11-26 Fernando Nasser <fnasser@redhat.com>
18046
18047 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
18048 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
18049 to a local (non-static) variable. Copy tstruct.a to a static buffer
18050 and return a pointer to that buffer.
18051 * gdb.base/callfwmall.c (t_structs_a): Ditto.
18052
18053 2001-11-24 Mark Kettenis <kettenis@gnu.org>
18054
18055 * gdb.asm/configure.in: Fix recognition of ix86 target.
18056 * gdb.asm/configure: Regenerate.
18057
18058 2001-11-21 Michael Snyder <msnyder@redhat.com>
18059
18060 * gdb.asm/sparc.inc: New file.
18061 * gdb.asm/asm-source.exp: Recognize sparc target.
18062 * gdb.asm/configure.in: Recognize sparc target.
18063 * gdb.asm/configure: Regenerate.
18064
18065 2001-11-21 Michael Snyder <msnyder@redhat.com>
18066
18067 * gdb.asm/m32r.inc: New file.
18068 * gdb.asm/asm-source.exp: Recognize m32r target.
18069 * gdb.asm/configure.in: Recognize m32r target.
18070 * gdb.asm/configure: Regenerate.
18071
18072 2001-11-20 Michael Snyder <msnyder@redhat.com>
18073
18074 * gdb.asm/i386.inc: New file.
18075 * gdb.asm/asm-source.exp: Recognize ix86 target.
18076 * gdb.asm/configure.in: Recognize ix86 target.
18077 * gdb.asm/configure: Regenerate.
18078
18079 * gdb.c++/namespace.exp: Fix quotes in output messages.
18080
18081 2001-11-14 Michael Snyder <msnyder@redhat.com>
18082
18083 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
18084 qualifier in a type cast expression, to designate an address
18085 in the instruction space (Harvard architecture).
18086
18087 2001-11-13 Michael Snyder <msnyder@redhat.com>
18088
18089 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
18090 Tests for expressions using 'const' and 'volatile'.
18091
18092 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
18093
18094 * gdb.asm/asm-sources.exp: Allow defining linker flags.
18095
18096 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
18097
18098 * lib/mi-support.exp (mi_run_to_helper): Move comments
18099 outside of gdb_expect.
18100
18101 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
18102
18103 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
18104 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
18105 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
18106 mi0_run_to): New functions.
18107 * gdb.mi/mi-simplerun.exp: Use them.
18108 * gdb.mi/mi0-simplerun.exp: Likewise.
18109 * gdb.mi/mi-var-cmd.exp: Likewise.
18110 * gdb.mi/mi0-var-cmd.exp: Likewise.
18111
18112 2001-11-10 Andrew Cagney <ac131313@redhat.com>
18113
18114 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
18115 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
18116
18117 2001-11-09 Andrew Cagney <ac131313@redhat.com>
18118
18119 * gdb.base/restore.exp: Include $expected value in restored test
18120 message.
18121
18122 2001-11-09 Andrew Cagney <ac131313@redhat.com>
18123
18124 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
18125 implemented.
18126
18127 2001-11-08 Michael Snyder <msnyder@redhat.com>
18128
18129 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
18130 Add pass/fail message for stop at breakpoint in call dummy function.
18131
18132 2001-11-07 Michael Snyder <msnyder@redhat.com>
18133
18134 * gdb.c++/templates.exp (test_template_breakpoints):
18135 If we get an overload menu, but it does not match what
18136 we expect, we still need to issue the "cancel" command.
18137 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
18138 making the whitespace optional. Argument for "new" may be
18139 "unsigned" as well as "unsigned int/long".
18140 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
18141 making the whitespace optional. Also replace "(void) with
18142 "((void|)), making the keyword "void" optional.
18143 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
18144 making the whitespace optional. Also replace "(void) with
18145 "((void|)), making the keyword "void" optional.
18146 * gdb.base/callfuncs.c (t_float_values): This function must
18147 _not_ be prototyped, and the following function (t_float_values2)
18148 must be prototyped (if the compiler supports it), so that GDB
18149 can be tested against both cases. Usually one case involves
18150 promotion of float to double, while the other does not.
18151 * gdb.base/callfwmall.c: Ditto.
18152 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
18153 includes a stack frame for "start".
18154
18155 2001-11-05 Jim Blandy <jimb@redhat.com>
18156
18157 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
18158 pointers are 32 bits long, and that offsets of relocs are always
18159 stored in the data (REL-style), and not in the reloc entry itself
18160 (RELA-style).
18161 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
18162 stabs.
18163
18164 2001-11-01 Michael Snyder <msnyder@redhat.com>
18165
18166 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
18167 and regular expression operators by using quoting.
18168
18169 2001-10-31 Michael Snyder <msnyder@redhat.com>
18170
18171 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
18172 depending on what the symbol table contains.
18173 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
18174 the output of the ptype command. Similarly, accept both "const &"
18175 and "const&".
18176
18177 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
18178
18179 * gdb.base/miscexprs.c (main): Add usage of preprocessor
18180 symbol `STORAGE' to allow to choose the storage class of
18181 the local datastructures.
18182 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
18183 compiler directive.
18184
18185 2001-10-30 Michael Snyder <msnyder@redhat.com>
18186
18187 * gdb.base/jump.exp: Allow it to run for all targets.
18188
18189 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
18190
18191 * gdb.base/call-ar-st.c (print_double_array): Match for loop
18192 with new double_array size.
18193 (main): Change storage class of all local variables to static.
18194 Reduce size of double_array to 9.
18195 * gdb.base/call-ar-st.exp: Increase timeout value.
18196 Change expected output for double array to match new size in
18197 call-ar-st.c.
18198
18199 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
18200
18201 * gdb.base/ending-run.exp: Create identical output when passing
18202 `step to end of run' case. Add regular expression branch satisfying
18203 Stormy16 target.
18204
18205 2001-10-28 Mark Kettenis <kettenis@gnu.org>
18206
18207 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
18208 that we catch the expected failure under Linux/x86.
18209
18210 2001-10-29 Orjan Friberg <orjanf@axis.com>
18211
18212 * gdb.base/setvar.exp: Escape curly braces.
18213 * gdb.stabs/weird.exp: Ditto.
18214
18215 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
18216
18217 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
18218 * gdm.mi/mi0-hack-cli.exp: Likewise.
18219
18220 2001-10-25 Andrew Cagney <ac131313@redhat.com>
18221
18222 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
18223 messages.
18224
18225 2001-10-21 Andrew Cagney <ac131313@redhat.com>
18226
18227 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
18228 checking MI enabled.
18229
18230 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
18231
18232 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
18233
18234 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
18235
18236 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
18237 if gdb child process crashes, just signal an error.
18238
18239 2001-10-02 Jim Blandy <jimb@redhat.com>
18240
18241 * lib/gdb.exp (test_xfail_format): Simplify.
18242
18243 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
18244 front of the variable name `format'. Simplify `if'.
18245
18246 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
18247
18248 * gdb.threads/pthreads.exp: Wait for output and delay
18249 before sending ^C.
18250
18251 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
18252
18253 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
18254 some incorrect output instead of timing out.
18255 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
18256
18257 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
18258
18259 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
18260 check to allow additional `int'.
18261
18262 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
18263
18264 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
18265 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
18266
18267 2001-09-27 Michael Snyder <msnyder@redhat.com>
18268
18269 * lib/gdb.exp (test_debug_format): New proc.
18270 (setup_xfail_format): Use new proc test_debug_format.
18271 * gdb.base/constvars.exp (local_compiler_xfail_check): New
18272 proc; use new service proc test_debug_format.
18273 Replace all other "gcc_compiled" tests with this test.
18274 * gdb.base/volatile.exp (local_compiler_xfail_check): New
18275 proc; use new service proc test_debug_format.
18276 Replace all other "gcc_compiled" tests with this test.
18277
18278 2001-09-27 Michael Snyder <msnyder@redhat.com>
18279
18280 * gdb.base/cvexpr.exp: New file.
18281 * gdb.base/cvexpr.c: New file
18282 Test for expressions using const and volatile keywords.
18283
18284 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
18285
18286 * gdb.base/constvars.exp: Check for different orders of keywords
18287 and additional "int" strings in output.
18288
18289 2001-09-22 Andrew Cagney <ac131313@redhat.com>
18290
18291 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
18292 responses from "help maint".
18293
18294 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
18295
18296 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
18297 to localhost:NNN instead of :NNN, in case Xvfb is listening
18298 only on TCP.
18299
18300 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
18301
18302 * gdb.base/recurse.exp: When checking leaving the watchpoint
18303 scope, recognize when gdb is in function's epilogue and pass.
18304
18305 2001-09-18 Keith Seitz <keiths@redhat.com>
18306
18307 * lib/insight-support.exp (_gdbtk_export_target_info): Add
18308 support for running tests against sid targets.
18309 (gdbtk_done): Ditto.
18310
18311 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
18312
18313 * gdb.base/ending-run.c (main): Set stdout buffersize
18314 to the same reasonable value for any target.
18315 * gdb.base/ending-run.exp: Add a regular expression
18316 to make testsuite happy on Sanyo Stormy16 target.
18317
18318 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
18319
18320 * gdb.base/display.c (do_loops): Add float variable `f'.
18321 Increment f in loop.
18322 * gdb.base/display.exp: Increment timeout by 60 seconds.
18323 Change float display test to use variable `f'.
18324
18325 2001-09-17 Jim Blandy <jimb@redhat.com>
18326
18327 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
18328 overflowing the limited breakpoint tables on some ROM monitors
18329 (like the ROM68K).
18330
18331 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
18332
18333 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
18334 the "-ac" (disable access control) flag.
18335
18336 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
18337
18338 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
18339 ints.
18340
18341 2001-08-30 Keith Seitz <keiths@redhat.com>
18342
18343 * lib/gdb.exp: Move all insight-related functionality into
18344 separate file.
18345 * lib/insight-support.exp: New file.
18346
18347 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
18348
18349 * config/sid.exp (sid_start): Never set sid verbosity; disable
18350 expect_background {} that consumed its stdout; tolerate </dev/null.
18351 Attempt to set endianness override in "sid" protocol mode. Cleanup.
18352
18353 2001-08-18 Andrew Cagney <ac131313@redhat.com>
18354
18355 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
18356 CLI jump command to start it.
18357 (mi_run_to_main): Fail immediatly when unexpected output.
18358
18359 2001-08-18 Andrew Cagney <ac131313@redhat.com>
18360
18361 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
18362 beginning of function. Fix PR gdb/191.
18363
18364 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
18365
18366 * config/sid.exp (sid_start): Don't warn if we cannot figure out
18367 what to force sid endianness to.
18368
18369 2001-08-15 Keith Seitz <keiths@redhat.com>
18370
18371 * lib/gdb.exp (gdbtk_start): Don't set environment
18372 variables for TCL_LIBRARY and friends. Insight will
18373 now figure these out for itself.
18374
18375 2001-08-02 Michael Snyder <msnyder@redhat.com>
18376
18377 * gdb.base/completion.exp: Remove the symbol "a64l" from
18378 the expect string; this is target-specific, and not related
18379 to what is being tested.
18380
18381 2001-08-02 Dave Brolley <brolley@redhat.com>
18382
18383 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
18384
18385 2001-07-25 Michael Snyder <msnyder@redhat.com>
18386
18387 * gdb.base/consecutive.exp: New file. Test stepping over
18388 breakpoints on consecutive instructions.
18389 * gdb.base/consecutive.c: New file.
18390
18391 * gdb.base/call-rt-st.exp: Use double-backslash to quote
18392 curly braces in regular expressions.
18393
18394 2001-07-25 Michael Snyder <msnyder@redhat.com>
18395
18396 * gdb.base/ending-run.exp: Accept "Program exited normally" as
18397 legitimate output from stepping out of main.
18398
18399 2001-07-22 Keith Seitz <keiths@redhat.com>
18400
18401 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
18402 the empty string, do not run the tests.
18403
18404 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18405
18406 * gdb.base/long_long.exp: Detect size of pointer. Take into
18407 account 2-byte pointers when testing for p/a results.
18408
18409 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18410
18411 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
18412 and defined to 1K for m68hc11.
18413 (random_data): Reduce table to 1K for embedded platforms (68hc11).
18414 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
18415 (sizeof_random_data): New variable to tell the size of the data table;
18416 don't test past this size; always run to main.
18417
18418 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18419
18420 * gdb.base/return2.exp: return of long long and double fails for
18421 68HC11; don't execute these tests on that platform.
18422 * gdb.base/return.exp: Return of a double fails for 68hc11.
18423
18424 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18425
18426 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
18427 tests that print a float.
18428 * call-rt-st.exp: Likewise.
18429
18430 2001-07-12 Mark Kettenis <kettenis@gnu.org>
18431
18432 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
18433 running this test on Linux.
18434
18435 2001-06-24 Michael Chastain <chastain@redhat.com>
18436
18437 * gdb.base/arithmet.exp: Remove some tests to make all test names
18438 unique.
18439
18440 2001-07-03 Michael Snyder <msnyder@redhat.com>
18441
18442 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
18443 the output of the ptype command.
18444
18445 2001-07-02 Michael Snyder <msnyder@redhat.com>
18446
18447 * gdb.base/completion.exp: Don't assume that break.c is the only
18448 source file that may contain functions named "marker".
18449 * gdb.base/corefile.exp: Quote the curly braces in regexp.
18450
18451 2001-06-28 Andrew Cagney <ac131313@redhat.com>
18452
18453 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
18454 of files to delete.
18455
18456 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
18457 * gdb.disasm/h8300s.exp: New file.
18458 gdb.disasm/h8300s.s: Likewise.
18459
18460 2001-06-27 Andrew Cagney <ac131313@redhat.com>
18461
18462 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
18463 empty breakpoint tables.
18464
18465 2001-06-25 Andrew Cagney <ac131313@redhat.com>
18466
18467 * lib/mi-support.exp: Update args=... part of stop-reason
18468 patterns. Accept either a list or a tuple.
18469
18470 2001-06-23 Andrew Cagney <ac131313@redhat.com>
18471
18472 * lib/mi-support.exp: Remove local emacs variable defining
18473 change-log-default-name.
18474
18475 2001-06-22 Michael Chastain <chastain@redhat.com>
18476
18477 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
18478 This is operationally compatible with the previous version.
18479
18480 2001-06-13 Jim Blandy <jimb@redhat.com>
18481
18482 * lib/gdb.exp (gdb_test): Doc fix.
18483
18484 2001-06-10 Michael Chastain <chastain@redhat.com>
18485
18486 * gdb.base/exprs.exp: Remove a duplicate test.
18487
18488 2001-06-06 Jim Blandy <jimb@redhat.com>
18489
18490 * gdb.base/return2.exp (main): Use values to test float and double
18491 returns that are not NaN's, to avoid being confused by IEEE
18492 comparison rules.
18493
18494 2001-06-04 Michael Snyder <msnyder@redhat.com>
18495
18496 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
18497 non-zero if control_c fails. Terminate the test on failure,
18498 rather than wait for 12 more tests to time out.
18499
18500 2001-06-06 Jim Blandy <jimb@redhat.com>
18501
18502 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
18503 Don't forget to match the GDB prompt.
18504
18505 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
18506
18507 2001-06-04 Jim Blandy <jimb@redhat.com>
18508
18509 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
18510 command.
18511
18512 2001-05-31 Kevin Buettner <kevinb@redhat.com>
18513
18514 * gdb.base/annota1.exp (info break): Match four or more spaces
18515 after "Address".
18516
18517 2001-05-31 Michael Chastain <chastain@redhat.com>
18518
18519 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
18520 (dm_type_int_star): Likewise.
18521 (dm_type_long_star): Likewise.
18522 (dm_type_void_star): Likewise.
18523
18524 2001-05-29 Kevin Buettner <kevinb@redhat.com>
18525
18526 * gdb.base/completion.exp (INPUTRC): Set this environment variable
18527 to a known value in order to get consistent results regardless
18528 of the setting of INPUTRC or the presence or contents of .inputrc.
18529
18530 2001-05-24 Michael Snyder <msnyder@redhat.com>
18531
18532 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
18533 Don't require that the main thread and the manager thread are the
18534 first in the list.
18535
18536 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
18537 debugging. If test fails, issue an "unsupported" not a "fail".
18538
18539 2001-05-24 Jim Blandy <jimb@redhat.com>
18540
18541 Don't assume that short is shorter than int.
18542 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
18543 assume that shorts are smaller than ints. On a 16-bit machine,
18544 this isn't true.
18545 ("print unsigned char == (~0)"): Add test that verifies that ~0,
18546 an int, is not equal to ~0 stored in an unsigned char. This tests
18547 the same thing that the previous test meant to, but works on
18548 16-bit machines, too.
18549 ("print unsigned char != (~0)"): Same test, complemented.
18550
18551 2001-05-24 Michael Snyder <msnyder@redhat.com>
18552
18553 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
18554 test for (full_coverage == 0). This makes the test run faster,
18555 and prevents dejagnu getting out of step.
18556
18557 2001-05-23 Kevin Buettner <kevinb@redhat.com>
18558
18559 * gdb.base/finish.exp (finish_void): Revise pattern for
18560 stopping on the call statement to not permit stopping at
18561 the start of the instructions comprising the call sequence.
18562
18563 2001-05-19 Michael Chastain <chastain@redhat.com>
18564
18565 * gdb.base/callfuncs.exp: Make all test names unique.
18566 * gdb.base/commands.exp: Make all test names unique.
18567 * gdb.base/condbreak.exp: Make all test names unique.
18568 * gdb.base/dbx.exp: Make all test names unique.
18569 * gdb.base/default.exp: Make all test names unique.
18570 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
18571 and TIMEOUT messages to their corresponding PASS message.
18572 * gdb.base/ending-run.exp: Make all test names unique.
18573 * gdb.base/long_long.exp: Remove duplicate test.
18574
18575 2001-05-21 Kevin Buettner <kevinb@redhat.com>
18576
18577 * gdb.base/finish.exp (finish_void): Allow "finish" command to
18578 stop on the call statement as well as the statement after the
18579 call.
18580
18581 2001-05-21 Michael Snyder <msnyder@redhat.com>
18582
18583 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
18584
18585 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18586
18587 * gdb.base/completion.exp: Revamp test. Make it execute on all
18588 platforms.
18589
18590 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
18591
18592 * config/gdbserver.exp (gdb_load): Handle the case
18593 in which the arguments to gdbserver are given in the
18594 baseboard configuration file.
18595 Also handle the case in which the server needs to do a
18596 load.
18597
18598 2001-05-07 Keith Seitz <keiths@cygnus.com>
18599
18600 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18601 set up the display for testing.
18602 (gdbtk_start): Convert all paths to paths that tcl will like.
18603 Export target information to environment.
18604 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18605 necessary.
18606 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18607 (to_tcl_path): New proc to convert a given pathname into
18608 a path acceptible as an argument to a tcl command.
18609 (_gdbtk_export_target_info): New proc to export target info
18610 into the environment for gdbtk testing.
18611 (gdbtk_done): New proc to signal end-of-test.
18612
18613 2001-05-06 Jim Blandy <jimb@redhat.com>
18614
18615 * restore.c: Make the code of caller0 correspond to its comment.
18616
18617 2001-05-03 Michael Snyder <msnyder@redhat.com>
18618
18619 * config/sid.exp (gdb_target_sid): Check for error messages.
18620 On error or timeout, don't make expect exit (which will terminate
18621 all subsequent tests); instead just make gdb exit.
18622 (gdb_load): Check for error messages. On error or timeout,
18623 return a negative value.
18624
18625 2001-04-24 Jim Blandy <jimb@redhat.com>
18626
18627 * gdb.c++/templates.exp: If we see the prompt for the overload
18628 list, but we haven't recognized any of the longer patterns,
18629 arrange for this test to fail, not hang.
18630
18631 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18632 variations.
18633
18634 2001-04-22 Michael Chastain <chastain@redhat.com>
18635
18636 * gdb.c++/local.exp: Use the 'runto' library function.
18637 * gdb.c++/namespace.exp: Likewise.
18638 * gdb.c++/overload.exp: Likewise.
18639
18640 2001-03-26 Kevin Buettner <kevinb@redhat.com>
18641
18642 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18643 * gdb.base/step-line.exp: New file. Test step/next in presence of
18644 #line directives.
18645 * gdb.base/step-line.c: New file. Test program for the above.
18646 * gdb.base/step-line.inp: New file. We pretend that this file has
18647 been transformed by some other tool into step-line.c.
18648
18649 2001-03-21 Jim Blandy <jimb@redhat.com>
18650
18651 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18652 unmangled operator names.
18653
18654 2001-03-20 Jim Blandy <jimb@redhat.com>
18655
18656 * gdb.threads/linux-dp.exp: Recognize an additional message
18657 generated by GDB when it doesn't understand how to debug threads
18658 on the target system.
18659
18660 2001-03-19 Andrew Cagney <ac131313@redhat.com>
18661
18662 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18663
18664 2001-03-12 Michael Chastain <chastain@redhat.com>
18665
18666 * gdb.c++/derivation.exp: Use the 'runto' library function.
18667
18668 2001-03-12 Michael Chastain <chastain@redhat.com>
18669
18670 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18671
18672 2001-02-24 Michael Chastain <chastain@redhat.com>
18673
18674 * gdb.c++/ref-types.exp: Change handwritten code to library
18675 function 'runto'.
18676
18677 2001-03-16 Orjan Friberg <orjanf@axis.com>
18678
18679 * gdb.base/signals.exp: Set count to 0 explicitly.
18680
18681 2001-03-15 Mark Salter <msalter@redhat.com>
18682
18683 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18684 (gdb_target_monitor): Add check of gdb_target_cmd return value.
18685 (gdb_load): Add support for additional target_info: gdb_download_size
18686 and gdb_load_timeout.
18687
18688 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
18689
18690 * gdb.base/annota1.exp: Move test of isnative to earlier in the
18691 file -- to prevent failing when the compile fails but we have no
18692 intention of running the tests anyway.
18693
18694 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18695 tests if set.
18696
18697 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
18698 integers.
18699
18700 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18701 * gdb.c++/namespace.exp: Ditto.
18702
18703 2001-03-07 Orjan Friberg <orjanf@axis.com>
18704
18705 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18706 * gdb.base/pointers.exp: Relax pattern match of decimals.
18707
18708 2001-03-06 Kevin Buettner <kevinb@redhat.com>
18709
18710 * Makefile.in, config/abug.exp, config/cfdbug.exp,
18711 config/cpu32bug.exp, config/dve.exp, config/est.exp,
18712 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18713 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18714 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18715 config/sh.exp, config/sid.exp, config/slite.exp,
18716 config/sparclet.exp, config/udi.exp, config/unknown.exp,
18717 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18718 config/vxworks.exp, config/vxworks29k.exp,
18719 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18720 gdb.base/all-bin.exp, gdb.base/annota1.exp,
18721 gdb.base/arithmet.exp, gdb.base/assign.exp,
18722 gdb.base/async.exp, gdb.base/attach.exp,
18723 gdb.base/bitfields.exp, gdb.base/bitops.exp,
18724 gdb.base/break.exp, gdb.base/call-ar-st.exp,
18725 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18726 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18727 gdb.base/commands.exp, gdb.base/completion.exp,
18728 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18729 gdb.base/constvars.exp, gdb.base/corefile.exp,
18730 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18731 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18732 gdb.base/ending-run.exp, gdb.base/environ.exp,
18733 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18734 gdb.base/finish.exp, gdb.base/foll-exec.exp,
18735 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18736 gdb.base/funcargs.exp, gdb.base/help.exp,
18737 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18738 gdb.base/logical.exp, gdb.base/long_long.exp,
18739 gdb.base/maint.exp, gdb.base/mips_pro.exp,
18740 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18741 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18742 gdb.base/pointers.exp, gdb.base/printcmds.exp,
18743 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18744 gdb.base/regs.exp, gdb.base/relational.exp,
18745 gdb.base/remote.exp, gdb.base/reread.exp,
18746 gdb.base/restore.exp, gdb.base/return2.exp,
18747 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18748 gdb.base/selftest.exp, gdb.base/setshow.exp,
18749 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18750 gdb.base/sigall.exp, gdb.base/signals.exp,
18751 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18752 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18753 gdb.base/step-test.exp, gdb.base/structs.c,
18754 gdb.base/structs.exp, gdb.base/structs2.exp,
18755 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18756 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18757 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18758 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18759 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18760 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18761 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18762 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18763 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18764 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
18765 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
18766 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
18767 gdb.fortran/types.exp, gdb.java/jmisc.exp,
18768 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
18769 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
18770 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
18771 gdb.trace/circ.exp, gdb.trace/collection.exp,
18772 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
18773 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
18774 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
18775 gdb.trace/report.exp, gdb.trace/save-trace.exp,
18776 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
18777 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
18778 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
18779 notices.
18780
18781 2001-02-27 Michael Snyder <msnyder@cygnus.com>
18782
18783 * gdb.base/varargs.c (find_max_double): Fix printf format string:
18784 first arg is int not float.
18785
18786 2001-02-22 Michael Snyder <msnyder@cygnus.com>
18787
18788 * gdb.base/reread.exp: Unsupported for non-native targets;
18789 doesn't work for remote debugging.
18790
18791 2001-02-19 Fernando Nasser <fnasser@redhat.com>
18792
18793 From Drew Moseley <dmoseley@redhat.com>
18794 * gdb.base/ending-run.exp: Properly handle the BSP state when
18795 stepping past the end of main.
18796
18797 2001-02-19 John Moore <jmoore@redhat.com>
18798
18799 * gdb.base/commands.exp (infrun_breakpoint_command_test):
18800 Converted HPUX fix for non-expected items following multiple
18801 step commands into general solution for all platforms.
18802
18803 2001-02-18 Michael Chastain <chastain@redhat.com>
18804
18805 * gdb.c++/classes.exp (do_tests): Change runto statements
18806 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18807 statements demangler agnostic.
18808 * gdb.c++/virtfunc.exp (do_tests): Likewise.
18809 (gdb_virtfunc_restart): Likewise.
18810
18811 2001-02-14 Michael Chastain <chastain@redhat.com>
18812
18813 * gdb.c++/inherit.exp (do_tests): Change runto statements
18814 from "runto 'foo(void)'" to "runto 'foo'". This makes the
18815 statements demangler agnostic.
18816
18817 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
18818
18819 * gdb.threads/pthreads.exp: Unify pass/fail messages for
18820 ``continue to bkpt at common_routine in thread 2'' and ``stopped
18821 before calling common_routine 15 times'' tests.
18822
18823 2001-02-11 Michael Chastain <chastain@redhat.com>
18824
18825 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
18826 Helps the test script figure out which demangler is in use.
18827 (dm_type_foo_ref): Ditto.
18828 (dm_type_int_star): Ditto.
18829 (dm_type_long_star): Ditto.
18830 (dm_type_unsigned_int): Ditto.
18831 (dm_type_void): Ditto.
18832 (dm_type_void_star): Ditto.
18833 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
18834 Probe the gdb demangler and set variables to accommodate
18835 formatting differences.
18836 (info_func_regexp): New function. Same as info_func, but
18837 matches against a regexp.
18838 (info_func): Match against a literal string.
18839 (print_addr_2): New function. Match against a literal string,
18840 which can be different from the input to gdb.
18841 (print_addr): Simply call print_addr_2 with the same argument twice.
18842 (test_lookup_operator_functions): Use demangler formatting variables.
18843 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
18844 the tests in the same order as the C++ class declaration.
18845 (test_paddr_operator_functions): Ditto.
18846 (test_paddr_overloaded_functions): Ditto.
18847 (test_paddr_hairy_functions): Use demangler formatting variables.
18848 Add reference to gdb/19 for related tests.
18849 (do_tests): Call probe_demangler.
18850
18851 2001-01-30 Kevin Buettner <kevinb@redhat.com>
18852
18853 * gdb.c++/templates.cc (printf): Remove unused function definition.
18854
18855 2001-01-26 Felix Lee <flee@redhat.com>
18856
18857 * sid.exp (sid_exit): Pass host, not target, to remote_close.
18858
18859 2001-01-25 matthew green <mrg@redhat.com>
18860
18861 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
18862 up sid.
18863 (sid_exit): Call `remote_pop_conn' after GDB is gone.
18864
18865 2001-01-25 matthew green <mrg@redhat.com>
18866
18867 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
18868 Deprecate $sid_spawn_id.
18869 (sid_exit): Remove code necessary only for `spawn.'
18870
18871 2001-01-25 matthew green <mrg@redhat.com>
18872
18873 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
18874
18875 2001-01-28 Michael Chastain <chastain@redhat.com>
18876
18877 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
18878 to call when tests fail. It takes gdb out of the overloaded
18879 function choice menu back to the main prompt, so that the test
18880 program stays synchronized.
18881 (set_bp_overloaded): New proc to collect all the common
18882 code for setting a breakpoint on an overloaded name. Calls
18883 take_gdb_out_of_choice_menu when needed.
18884 (menu_overload1arg): New variable to collect the repeated
18885 instances of the expected menu for an overloaded name. Change
18886 the regular expression to handle changes in g++ type encoding:
18887 "void" can be either "void" or "", and "unsigned int" can be
18888 either "unsigned int" or "unsigned".
18889 (continue_to_bp_overloaded): Change regular expressions to handle
18890 changes in g++ type encoding.
18891 (no proc): Call take_gdb_out_of_choice_menu when needed.
18892 Remove redundant calls to "info break". Accept either "canceled"
18893 or "cancelled". Change regular expressions in "info break"
18894 calls to handle changes in g++ type encoding. Give all tests
18895 unique strings.
18896
18897 2001-01-17 Ben Elliston <bje@redhat.com>
18898
18899 * config/sid.exp: New file.
18900
18901 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
18902
18903 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
18904
18905 2000-12-21 Michael Snyder <msnyder@cygnus.com>
18906
18907 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
18908 Add a RE to accept a non-ascii char if one is ever presented.
18909
18910 2000-12-20 Fernando Nasser <fnasser@redhat.com>
18911
18912 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
18913
18914 2000-12-18 Michael Snyder <msnyder@cygnus.com>
18915
18916 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
18917 in regexp. One '\' does not suffice on Linux.
18918
18919 2000-12-09 Michael Chastain <chastain@redhat.com>
18920
18921 * gdb.base/break.exp (test_clear_command): Use a marker function
18922 rather than 'main' for the test function. Also move this
18923 test to an execution point where the marker function names are
18924 guaranteed to be bound to functions. (Executing tests after a
18925 'finish' from main runs into name conflicts with local names
18926 in __libc_start_main).
18927
18928 2000-12-07 Michael Snyder <msnyder@cygnus.com>
18929
18930 * gdb.base/finish.exp: New test for gdb's "finish" command.
18931 * gdb.base/return2.exp: New test for gdb's "return" command.
18932 * gdb.base/return2.c: New source file for above.
18933
18934 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18935
18936 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
18937 * gdb.base/miscexprs.exp: Ditto.
18938 * gdb.base/pointers.exp: Ditto.
18939 * gdb.c++/derivation.exp: Ditto.
18940 * gdb.c++/local.exp: Ditto.
18941 * gdb.c++/namespace.exp: Ditto.
18942 * gdb.c++/overload.exp: Ditto.
18943 * gdb.c++/ref-types.exp: Ditto.
18944
18945 2000-12-05 Michael Snyder <msnyder@cygnus.com>
18946
18947 * gdb.base/constvars.exp: Test result of "up" command.
18948 * gdb.base/miscexprs.exp: Ditto.
18949 * gdb.base/pointers.exp: Ditto.
18950 * gdb.base/scope.exp: Ditto.
18951 * gdb.c++/derivation.exp: Ditto.
18952 * gdb.c++/local.exp: Ditto.
18953 * gdb.c++/namespace.exp: Ditto.
18954 * gdb.c++/overload.exp: Ditto.
18955 * gdb.c++/ref-types.exp: Ditto.
18956
18957 2000-11-22 Michael Chastain <chastain@redhat.com>
18958
18959 * mips_pro.exp: Accept either "middle -> top -> main" or
18960 "middle -> main" in the backtrace, because gcc can optimize
18961 tail calls to jumps. Remove setup_xfail for the hppa case.
18962 Add a comment with the original warning messages from PR 3016,
18963 which was filed in 1993, to preserve them for posterity.
18964
18965 2000-11-17 Nick Duffek <nsd@redhat.com>
18966
18967 * lib/gdb.exp (gdb_test): Override timeout with board info.
18968
18969 2000-11-17 Nick Duffek <nsd@redhat.com>
18970
18971 * gdb.base/display.exp: Don't kill running stub. Add "again" to
18972 the second kill and detach messages.
18973
18974 2000-11-17 Nick Duffek <nsd@redhat.com>
18975
18976 * configure.in: Add AC_EXEEXT.
18977 * configure: Regenerate.
18978 * Makefile.in (just-check): Export EXEEXT.
18979 * lib/gdb.exp ($EXEEXT): Import from environment.
18980 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
18981 expect "maint dump-me" on Cygwin.
18982 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
18983 $EXEEXT.
18984
18985 2000-11-17 Nick Duffek <nsd@redhat.com>
18986
18987 * gdb.base/break.exp: Test backtrace and finish from called
18988 function on all platforms, not just HP-UX.
18989
18990 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18991
18992 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
18993 code from gdb_target_monitor, so it can be used independantly
18994 for gdbserver. Also comment out an unnecessary PUTS.
18995
18996 2000-11-03 Michael Snyder <msnyder@cygnus.com>
18997
18998 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
18999 * gdb.base/corefile.exp: Expect the message "Program is being
19000 debugged already" when we send the "corefile" command, since
19001 the preceeding gdb_load may have connected gdb to a remote target.
19002 * gdb.base/display.exp: Disable hardware watchpoints if new
19003 board info variable "no_hardware_watchpoints" is true.
19004 Replace single-letter commands with more readable ones.
19005 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19006 if new board info variable "no_hardware_watchpoints" is true.
19007 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19008 to see if stdio (printf) testing is possible.
19009 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19010 board info variable "no_hardware_watchpoints" is true. Use new
19011 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19012
19013 2000-11-13 Fernando Nasser <fnasser@redhat.com>
19014
19015 From Orjan Friberg <orjanf@axis.com>:
19016 * gdb.base/printcmds.exp: Escape curly braces followed by a number
19017 in array print pattern match.
19018
19019 2000-11-09 Fernando Nasser <fnasser@redhat.com>
19020
19021 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19022 spelling "cancelled" to U.S. spelling "canceled" to match changes
19023 made to gdb.
19024 * gdb.c++/ovldbreak.exp: Ditto.
19025
19026 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19027
19028 * gdb.base/callfuncs.c (main): Moved to end of file, call
19029 t_double_values to initialize the FPU before inferior calls are made.
19030 * gdb.base/callfuncs.exp: Test for register preservation after calling
19031 inferior functions. Add tests for continuining, finishing and
19032 returning from a stop in a call dummy.
19033
19034 2000-10-24 Michael Snyder <msnyder@cygnus.com>
19035
19036 * gdb.base/commands.exp: Break up long lines, and re-indent.
19037
19038 2000-10-19 Michael Snyder <msnyder@cygnus.com>
19039
19040 * config/gdbserver.exp: Rewritten from the ground up, to make it
19041 compatible with the current dejagnu tree, and to make it work with
19042 the new "gdbserver" in libremote.
19043
19044 2000-10-16 Michael Snyder <msnyder@cygnus.com>
19045
19046 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
19047 * gdb.base/varargs.exp: Skip entire test if no printf support.
19048 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
19049 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
19050
19051 2000-10-13 Michael Snyder <msnyder@cygnus.com>
19052
19053 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
19054 no floating point support.
19055 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
19056 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
19057 * gdb.base/call-rt-st.exp: Ditto.
19058 * gdb.base/call-strs.exp: Ditto.
19059
19060 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
19061
19062 * gdb.base/sizeof.c: include <stdio.h>.
19063
19064 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
19065 'finish', otherwise uncaptured gdb_prompt would potentially
19066 throw remaining test points out of sync.
19067
19068 2000-07-26 Scott Bambrough <scottb@netwinder.org>
19069
19070 * gdb.base/recurse.exp: Run tests for all targets.
19071 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
19072 gnu-oldld case on ARM.
19073 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
19074 for ARM targets.
19075
19076 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
19077
19078 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
19079 * gdb.java/configure: Rebuild.
19080
19081 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
19082
19083 * gdb.java/jv-exp.exp: New file.
19084
19085 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
19086
19087 * configure: Rebuilt.
19088 * configure.in (configdirs): Add gdb.java.
19089 * gdb.java/jmisc.java: New file.
19090 * gdb.java/jmisc.exp: New file.
19091 * gdb.java/Makefile.in: New file.
19092 * gdb.java/configure: Rebuilt.
19093 * gdb.java/configure.in: New file.
19094 * lib/java.exp: New file.
19095
19096 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
19097
19098 * gdb.base/exprs.exp: Test casts to a pointer including over and
19099 underflow.
19100
19101 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
19102
19103 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
19104 and the compilers sizes.
19105
19106 2000-07-09 Nick Duffek <nsd@redhat.com>
19107
19108 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
19109 (use_methods): New function.
19110 (main): Call use_methods().
19111 * gdb.c++/classes.exp (test_method_param_class): New procedure.
19112 (do_tests): Call test_method_param_class.
19113
19114 2000-07-09 Nick Duffek <nsd@redhat.com>
19115
19116 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
19117 spelling.
19118 (test_enums): New procedure. Move enum tests from end of script
19119 to here. Set breakpoint on function name instead of line number.
19120 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
19121 (enums2): New marker function.
19122 (enums1): New function.
19123 (main): Call enums1(). Move enum tests to enums1().
19124
19125 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
19126
19127 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
19128 compile/link program. Update line numbers.
19129 * gdb.asm/d10v.inc: Define ``startup''.
19130 * gdb.asm/asmsrc1.s: Add definition of _start.
19131
19132 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
19133
19134 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
19135
19136 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19137
19138 * gdb.base/maint.exp: Add 'maint print architecture' item to output
19139 of 'help maint print' command.
19140
19141 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
19142
19143 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
19144 they use gdb_expect_list.
19145
19146 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
19147
19148 * gdb.base/commands.exp: Use ``set remote
19149 memory-read-packet-size'' instead of ``set endian big'' to test
19150 long commands.
19151
19152 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
19153
19154 * gdb.c++/templates.exp (do_tests): Make all of these work under
19155 g++, and stop skipping them.
19156
19157 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
19158 work under g++.
19159
19160 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
19161 initialization.
19162
19163 2000-06-02 Michael Snyder <msnyder@cygnus.com>
19164
19165 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
19166 the regular expression: accept an (almost) arbitrary sequence of
19167 "frames-invalid" and "breakpoints-invalid" messages both before
19168 and after the "starting" message.
19169
19170 2000-06-02 Michael Snyder <msnyder@cygnus.com>
19171
19172 * gdb.c++/local.exp: This test has never been known to work with g++.
19173
19174 2000-05-18 Michael Snyder <msnyder@cygnus.com>
19175
19176 * gdb.base/annota1.exp (annotate-signal-handler-caller):
19177 Relax the regular expression a little, make it pass on Solaris 8.
19178
19179 2000-05-12 Kevin Buettner <kevinb@redhat.com>
19180
19181 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
19182 a call, do not require that gdb stop on the line after the call.
19183 Instead, it is permissible for gdb to stop on the line of the
19184 call itself.
19185
19186 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
19187
19188 * gdb.base/break.exp (bp on small function, optimized file):
19189 Add a second pass pattern. The behavior differs here between stabs
19190 and dwarf for one-line functions. Stabs preserves two line symbols
19191 (one before the prologue and one after) with the same line number,
19192 but dwarf regards these as duplicates and discards one of them.
19193 Therefore the address after the prologue (where the breakpoint is)
19194 has no exactly matching line symbol, and GDB reports the breakpoint
19195 as if it were in the middle of a line rather than at the beginning.
19196
19197 2000-05-08 Michael Snyder <msnyder@cygnus.com>
19198
19199 * gdb.base/interrupt.exp: Make "pass" message say "send"
19200 rather than "send_gdb" (for consistancy).
19201
19202 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
19203
19204 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
19205 * gdb.c++/templates.cc: Properly check for GCC version number.
19206 * lib/compiler.cc: Likewise
19207
19208 2000-04-28 Michael Snyder <msnyder@cygnus.com>
19209
19210 * gdb.base/break.exp: When compiled with -O2 optimization,
19211 gdb may not stop at the first line of main, due to code motion.
19212
19213 2000-04-26 Michael Snyder <msnyder@cygnus.com>
19214
19215 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
19216 This test depends on parsing the printf output from the target.
19217 Since the sparclet stub doesn't do stdio, this will never work.
19218 * gdb.base/call-rt-st.exp: ditto.
19219 * gdb.base/call-strs: ditto.
19220
19221 2000-04-24 Michael Snyder <msnyder@cygnus.com>
19222
19223 * gdb.base/miscexprs.exp: make sizeof long array test portable.
19224
19225 * gdb.base/ending-run.exp: After connecting to a remote target,
19226 but before running, the target will appear to be in a random
19227 location. Specify both a file and a line for breakpoints.
19228 Also, the function that calls main may be called 'init'
19229 rather than 'start'.
19230
19231 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19232
19233 * gdb.base/help.exp: Update output for add-symbol-file command.
19234
19235 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
19236
19237 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19238 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
19239
19240 2000-04-07 J.T. Conklin <jtc@redback.com>
19241
19242 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
19243
19244 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
19245
19246 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
19247
19248 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
19249 values that can be represented exactly.
19250 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
19251 above change, and to not check against the directory part of the source
19252 file name.
19253 (step into print_long_arg_list): Likewise.
19254 (print print_small_structs from print_long_arg_list): Likewise.
19255 (print print_long_arg_list): Likewise.
19256
19257 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19258
19259 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
19260
19261 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
19262
19263 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
19264
19265 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
19266
19267 * gdb.base/commands.exp (deprecated_command_test): Add test for
19268 deprecate with no arguments.
19269
19270 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
19271
19272 * gdb.base/break.exp: Add new test for setting breakpoints on
19273 optimized code so we can test breakpoints work even when function
19274 prologues may be optimized away
19275
19276 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
19277
19278 From David Whedon <dwhedon@gordian.com>
19279 * gdb.base/commands.exp : Added command deprecator tests.
19280
19281 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
19282
19283 * gdb.base/help.exp: Added test for new apropos command.
19284
19285 2000-03-21 Kevin Buettner <kevinb@redhat.com>
19286
19287 * gdb.base/pointers.c (usevar): New function.
19288 (main): Make sure that global variables v_int_pointer2, rptr,
19289 and y are all referenced someplace in the program by calling
19290 usevar() on them. [Some linkers delete symbols which are
19291 never referenced. The space remains, but there's no way to
19292 get a (symbolic) handle on the variable from the debugger.]
19293
19294 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19295
19296 * gdb.base/printcmds.c: Add typedeffed arrays.
19297
19298 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
19299 procedure to test arrays that are typedef'd.
19300
19301 2000-03-13 James Ingham <jingham@leda.cygnus.com>
19302
19303 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
19304 the library directories.
19305
19306 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
19307
19308 * configure.in (configdirs): Add sub directory gdb.mi.
19309 * configure: Re-generate.
19310
19311 * gdb.mi: New directory.
19312
19313 2000-02-25 Scott Bambrough <scottb@netwinder.org>
19314
19315 * gdb.base/long_long.exp: Correct test suite failure when printing
19316 a long long value as a double on ARM platforms.
19317
19318 2000-02-16 Jim Blandy <jimb@redhat.com>
19319
19320 * gdb.base/break.exp ("breakpoint line number"): Make sure the
19321 default source file is set properly before running this test.
19322
19323 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19324
19325 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
19326 gdbtk/library directory, not in gdbtcl2.
19327
19328 2000-02-04 Jim Blandy <jimb@redhat.com>
19329
19330 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
19331 backslash from regexp pattern.
19332
19333 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
19334 procedure. Use it to run all the "continue to bp overloaded"
19335 tests. Note that this changes the names of the tests slightly.
19336 If the breakpoint hit message includes a hex PC value, because
19337 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
19338 from the real source code, still consider that a pass.
19339
19340 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
19341 XFAIL here if the breakpoint message contains a hex address. Note
19342 similar change on 1999-11-02.
19343
19344 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
19345
19346 * gdb.base/ptype.exp: Establish a default source file before
19347 calling get_debug_format.
19348
19349 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
19350
19351 * gdb.base/watchpoint.exp: Remove duplication of test messages.
19352
19353 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
19354
19355 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
19356 of successive stepi commands -- while in the prologue we should see
19357 the function entry bracket.
19358
19359 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
19360
19361 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
19362 reach __change_mode() when stepping through the end of main().
19363
19364 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
19365
19366 * gdb.base/default.exp: Fix expected pattern.
19367 * gdb.base/help.exp: Same.
19368
19369 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19370
19371 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
19372 Don't use xfail's because that affects only the following test.
19373
19374 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
19375 solaris or linux.
19376
19377 * gdb.base/selftest.exp: Update to reflect changes to main.c.
19378
19379 2000-01-07 Michael Snyder <msnyder@cygnus.com>
19380
19381 * gdb.base/display.exp: Some yacc parsers like to say
19382 "A syntax error" rather than "A parse error". Accept both.
19383
19384 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
19385
19386 * gdb.base/default.exp: Remove OS dependent string from "target
19387 remote" test.
19388 * gdb.base/help.exp: Same for "help target remote" test.
19389
19390 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19391
19392 From Jim Kingdon <kingdon@redhat.com>:
19393
19394 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
19395 prompt (cleanup rather than necessity, but still might keep output
19396 from spilling to next test).
19397
19398 2000-01-02 Fred Fish <fnf@cygnus.com>
19399
19400 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
19401 AIX, which defines them in <sys/types.h>.
19402
19403 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
19404
19405 * gdb.base/default.exp: Match arm* etc instead of arm in "info
19406 float" test.
19407
19408 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
19409
19410 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
19411
19412 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
19413 outermost frame disallowed".
19414
19415 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
19416
19417 * gdb.base/setvar.exp: New tests for setting the value of a struct
19418 with a constant list.
19419
19420 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19421
19422 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
19423 require the user to type a cast before setting the value of a struct.
19424
19425 1999-12-06 Jim Blandy <jimb@cygnus.com>
19426
19427 * gdb.base/default.exp: Expect the new 'info float' command on
19428 all i386 platforms.
19429
19430 * gdb.threads/linux-dp.exp: Expand our ability to recognize
19431 LinuxThreads libraries that don't support debugging.
19432
19433 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19434
19435 * gdb.base/remote.c: Fill the buffer with truely random data.
19436 Change the buffer type to ``unsigned char'' to simplify size
19437 arithmetic.
19438
19439 * gdb.base/remote.exp: Reduce download numbers by one. Typical
19440 stub only handles 400-1 byte packets. Verify that the download
19441 worked.
19442
19443 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
19444
19445 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
19446 tests, using UNRESOLVED for the untested cases. Also, does not wait
19447 for a timeout if the prompt was received before a recognizable pattern.
19448
19449 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
19450
19451 * lib/gdb.exp (gdb_expect_list): Fix spelling.
19452
19453 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19454
19455 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
19456 watchpoints.
19457
19458 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
19459
19460 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
19461
19462 * gdb.c++/local.exp: Be more flexible in recognizing local class
19463 name mangling. Don't allow horribly truncated method names.
19464 * gdb.c++/derivation.exp: Expect protected inheritance.
19465 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
19466 * gdb.c++/virtfunc.exp: Likewise.
19467 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
19468 when printing a nested enum.
19469
19470 1999-11-22 Jim Blandy <jimb@cygnus.com>
19471
19472 * gdb.base/step-test.exp: Properly await GDB's response to setting
19473 a breakpoint on the call to large_struct_by_value.
19474
19475 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
19476 just because we have debug info for the `start' function.
19477
19478 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
19479
19480 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
19481 "Unknown signal" messages, which indicate (on LinuxThreads) that
19482 GDB doesn't know how to debug threads on this system. This is
19483 better than hanging while philosopher 0 dumps chatter into gdb.log.
19484
19485 1999-11-18 Tom Tromey <tromey@cygnus.com>
19486
19487 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
19488
19489 1999-11-18 Fred Fish <fnf@cygnus.com>
19490
19491 * gdb.base/coremaker2.c: Add sample program for generating
19492 cores that is more self contained than coremaker.c. Eventually
19493 I'll add more code to this and tie it into the testsuite.
19494
19495 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
19496
19497 * gdb.base/dollar.exp: Remove, now in gdb.hp.
19498
19499 1999-11-10 Jimmy Guo <guo@cup.hp.com>
19500
19501 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
19502 from $srcdir/lib/.
19503 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
19504 and gdb.c++/.
19505
19506 * gdb.c++/derivation.exp: remove redundant get compiler info code.
19507
19508 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
19509 'continue with watch' test point.
19510
19511 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
19512
19513 Merged from p2linux-990323-branch:
19514
19515 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
19516
19517 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
19518
19519 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
19520 {limit,fixed}''. Test ``set download-write-size''.
19521
19522 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
19523
19524 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
19525 gdb_expect_list.
19526
19527 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
19528
19529 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
19530
19531 1999-11-03 Mark Salter <msalter@cygnus.com>
19532
19533 * gdb.base/break.exp: Fix "stub continue" pattern.
19534
19535 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
19536
19537 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
19538
19539 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
19540
19541 * gdb.base/display.exp ("finish"): Add timeout clause.
19542
19543 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
19544 plain prompt clause, so this doesn't have to time out in order to
19545 fail.
19546
19547 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
19548 breakpoint hit messages include an address.
19549
19550 * gdb.base/display.exp: Don't forget to escape parens in regular
19551 expressions. Unix regexp notatation sucks.
19552
19553 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19554
19555 * gdb.base/annota1.exp: Test for annotate-signalled: change output
19556 order for 'signalled' message.
19557
19558 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
19559
19560 From Jimmy Guo <guo@cup.hp.com>:
19561 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
19562 * gdb.base/annota1.c: Add code for tests to work with.
19563
19564 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
19565
19566 * gdb.base/remote.exp: New test for remote downloading settings.
19567 * gdb.base/remote.c: New file with large .data.
19568
19569 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
19570
19571 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
19572 for LinuxThreads support, merged from the Code Fusion branch.
19573
19574 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
19575
19576 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
19577 containing exp_continue into a while within an expect. Don't
19578 attempt a start more than three times. Check return value from
19579 gdb_load.
19580
19581 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
19582
19583 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
19584 a pass case.
19585
19586 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
19587
19588 * gdb.base/break.c (main): Added a statement that we can step
19589 off of.
19590 * gdb.base/break.exp: Added tests for setting a breakpoint
19591 at an offset and stepping onto a breakpoint.
19592
19593 1999-10-01 Fred Fish <fnf@cygnus.com>
19594
19595 * gdb.base/help.exp (help add-symbol-file): Update to match current
19596 gdb output.
19597
19598 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
19599
19600 * gdb.base/break.exp: Code locations are in hex, don't forget!
19601 (For HP-UX.)
19602
19603 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
19604
19605 * condbreak.exp: Use break.c as test program.
19606 * condbreak.c: Remove, redundant with break.c.
19607
19608 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
19609
19610 * config/monitor.exp (gdb_target_monitor): Disable X- and
19611 Z-packets if the target needs it.
19612
19613 1999-09-13 James Ingham <jingham@leda.cygnus.com>
19614
19615 * gdb.c++/overload.exp: Added tests for listing overloaded
19616 functions with function pointers in the arg, explicitly calling
19617 out the version you want.
19618
19619 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
19620
19621 * long_long.exp: Add variations of test cases that work for
19622 targets with 16-bit ints and 32-bit doubles.
19623
19624 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
19625
19626 * break.c (main): Compare a possibly-uninitialized argc with an
19627 unlikely value that fits in 16 bits.
19628
19629 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
19630
19631 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19632 0xfeeb, don't want negative numbers if ints are 16 bits.
19633
19634 * lib/gdb.exp (skip_cplus_tests): New proc.
19635 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19636 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19637 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19638 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19639 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19640 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19641 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19642 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
19643
19644 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19645
19646 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
19647
19648 * gdb.base/corefile.exp (up): Allow a parameter to appear
19649 in the frame that we're going up to.
19650
19651 From Jim Blandy <jimb@cygnus.com>:
19652
19653 * gdb.base/default.exp (info float): Expect some output now.
19654
19655 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19656 returning floating-point values to fail on the x86.
19657 * gdb.base/callfwmall.exp (do_function_calls): Same.
19658
19659 * gdb.base/list.exp (test_listsize): Correct expectations for
19660 listing line 1 with listsize 2. Also, listing a single line
19661 works now, as does listing three lines. [Kevin's note: There
19662 were a number of other cases fixed too where the expectations
19663 differed...]
19664
19665 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
19666
19667 * gdb.base/selftest.exp: Add case for when version prints as
19668 constant string instead of char pointer.
19669
19670 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
19671
19672 * gdb.base/ending-run.exp: Add Solaris case for what happens when
19673 stepping out of main.
19674
19675 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19676 G++ used.
19677
19678 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
19679 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
19680
19681 * gdb.c++/ovldbreak.exp: Update match string in test that
19682 includes a warning of multiple breakpoints.
19683
19684 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
19685
19686 * gdb.base/display.exp: Improve precision of step-after-finish
19687 added yesterday.
19688
19689 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
19690 test.
19691
19692 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19693 configs when using G++, not just hppa*.
19694
19695 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19696
19697 * gdb.base/async.c: New file.
19698 * gdb.base/async.exp: New file.
19699
19700 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
19701
19702 * gdb.base/break.exp: Tweak PA specific tests to properly handle
19703 PA64.
19704
19705 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
19706
19707 * gdb.base/display.exp: "finish" can leave us mid-line on many
19708 targets, deal with it. Add a small constant to main, instead of
19709 1000 since main+1000 may not be a valid address in the target.
19710
19711 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19712 on hpux11.
19713
19714 * gdb.base/attach.exp: Handle another hpux11 error message variant
19715 when attaching to a process that does not exist.
19716
19717 1999-08-19 J.T. Conklin <jtc@redback.com>
19718
19719 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
19720 characters in 'continue to 1241' test.
19721
19722 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
19723
19724 * gdb.base/call-ar-st.exp: Add a shorter match case for the
19725 stop in print_long_arg_list, define and use a whitespace
19726 variable in print_small_structs test, add an XFAIL for Solaris.
19727 * gdb.base/dbx.exp: XFAIL func commands until somebody is
19728 interested enough to fix.
19729
19730 1999-08-13 Keith Seitz <keiths@cygnus.com>
19731
19732 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19733 (dbx_gdb_load): Remove. Use gdb_load instead, since that
19734 proc knows about targets other than the natives.
19735 (test_assign): Use "gdb_run_cmd" to "run" the target.
19736 Check that we've actually hit the breakpoint at main.
19737 When we attempt to assign a value to a local variable, check
19738 that the variable is in the current scope, i.e., don't use
19739 a test with an empty result.
19740
19741 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
19742
19743 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
19744 command.
19745
19746 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
19747
19748 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19749 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19750 gdb.compat, gdb.threads-hp.
19751 gdb.hp/configure, gdb.hp/configure.in: New files.
19752 gdb.hp/Makefile.in: Recurse into new subdirs.
19753 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19754 gdb.hp/gdb.objdbg: New directory, tests for debugging info
19755 in object files.
19756 gdb.hp/tools: New directory, aux tools for HP-specific tests.
19757
19758 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
19759
19760 * gdb.base/display.exp: Help expect by putting a newline in the
19761 funky printf, remove a bogus p/a test.
19762
19763 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19764
19765 * gdb.base/display.exp: Make sure that when we say 'run', we are
19766 connected to the target. This is necessary when running not
19767 natively.
19768
19769 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
19770
19771 * gdb.base/step-test.exp: Removed some extraneous messages.
19772
19773 * gdb.base/long_long.exp: Don't run memory examination tests
19774 on little-endian targets (they will need a different set of
19775 results to match).
19776
19777 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
19778
19779 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
19780 until somebody decides to fix GDB.
19781
19782 * gdb.base/long_long.c: Stop compiler complaint by specifying long
19783 constant as "ULL".
19784 * gdb.base/long_long.exp: Loosen x/c test, add partial result
19785 matches for a couple x/2 commands.
19786
19787 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
19788
19789 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
19790 by merging in ref-types2 tests.
19791 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
19792
19793 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19794 * gdb.c++/Makefile.in: Add standard actions.
19795 (EXECUTABLES): Rename from PROGS, update list.
19796 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
19797 from gdb.hp.
19798 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
19799 foo and bar locals.
19800 * gdb.c++/anon-union.exp: Fix tests to match.
19801 * gdb.c++/classes.exp: Run if HP compiler used, add extra
19802 expect matches to handle output variations.
19803 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
19804 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
19805 output, add HP alternatives for new and delete prints.
19806 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
19807 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
19808 * gdb.c++/demangle.exp: Use $style when reporting failure.
19809 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
19810 * gdb.c++/inherit.exp: Run if HP compiler used, add some
19811 match alternatives.
19812 * gdb.c++/local.exp: Add match alternatives or xfails for HP
19813 compilers.
19814 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
19815 * gdb.c++/method.exp: Add match alternatives.
19816 * gdb.c++/misc.cc: Add bool types.
19817 * gdb.c++/misc.exp: Add tests for bool types.
19818 * gdb.c++/overload.exp: Add xfails.
19819 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
19820 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
19821 add some more template parameter tests (only for HP currently).
19822 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
19823 * gdb.c++/virtfunc.cc: Add return type and value for main.
19824 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
19825 match alternatives.
19826
19827 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19828
19829 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
19830
19831 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
19832
19833 * gdb.base/signals.exp: Don't expect getting a backtrace from
19834 within a signal handler to fail on Linux.
19835
19836 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
19837
19838 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19839 * lib/gdb.exp: Remove some gratuitious semicolons.
19840 (delete_breakpoints): Increase timeout.
19841 (gdb_expect): Add -notransfer option.
19842 (gdb_test): Use -notransfer option.
19843 (get_compiler_info): Add f77 case.
19844 (get_compiler): New proc, split out from gdb_preprocess, add f77
19845 case.
19846 (gdb_preprocess): Call get_compiler.
19847
19848 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
19849 * gdb.base/attach.exp, gdb.base/display.exp,
19850 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
19851 gdb.base/long_long.exp, gdb.base/printcmds.exp,
19852 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
19853 third arg to gdb_test.
19854 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
19855 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
19856 HP-UX xfails, add others.
19857 * gdb.base/completion.exp: Reflect name change of self-test.
19858 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
19859 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
19860 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
19861 HP failure number.
19862 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
19863 useless HP-UX 10.30 references.
19864 * gdb.base/maint.exp: Loosen matches.
19865 * gdb.base/pointers.c (main): Declare more_code.
19866 * gdb.base/pointers.exp: Match on output of a `next'.
19867 * gdb.base/structs.c: Add prototypes.
19868 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
19869 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
19870
19871 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19872
19873 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
19874 command.
19875
19876 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19877
19878 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
19879 Fix run to main failures. Watchpoint can be hardware watchpoint.
19880
19881 * gdb.base/annota1.exp: Clean up some more, in case printf has
19882 debug info. Deal with lack of signal hanlder info in stack.
19883
19884 From Jim Kingdon <kingdon@redhat.com>:
19885 * gdb.base/annota1.exp: If printf has debug info, deal with it.
19886
19887 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
19888
19889 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
19890 gdb.base/foll-vfork.exp: Don't run for crosses.
19891
19892 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19893
19894 * gdb.base/configure.in: Check for gdbvars.exp instead of
19895 a1-selftest.exp.
19896 * gdb.base/configure: Re-generate.
19897
19898 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
19899
19900 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
19901 in trying to run first and name is too long.
19902
19903 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
19904 pointers2.c and pointers2.exp, respectively.
19905 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
19906 doschk happier.
19907
19908 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
19909
19910 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
19911 callfuncs2.c and callfuncs2.exp.
19912
19913 * gdb.base/list.exp: Remove mistaken xfails.
19914 * gdb.base/list0.h: Add optional prototypes.
19915
19916 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
19917
19918 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
19919 calling malloc.
19920 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
19921 * ptype.exp: Move test for get_debug_format to before its first
19922 use.
19923
19924 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19925
19926 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
19927 * gdb.base/annota2.cc, annota2.exp: Move from here.
19928 * gdb.c++/annota2.cc, annota2.exp: To here.
19929 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
19930
19931 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
19932
19933 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
19934 a consistent format.
19935
19936 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
19937
19938 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19939 * lib/gdb.exp (get_compiler_info): Add detection for assorted
19940 HP compilers, also set the globals $true and $false.
19941
19942 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
19943 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
19944 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
19945 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
19946 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
19947 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
19948 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
19949 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
19950 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
19951 whatis.c} Add C++ compatible function definitions and return
19952 types, add includes for library functions.
19953 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
19954 * gdb.base/step-test.c (myglob): Rename from glob.
19955 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
19956 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
19957 files, move here from gdb.hp.
19958 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
19959 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
19960 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
19961 Adjust line numbers in regexps.
19962
19963 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
19964 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
19965 instead of 0/1.
19966
19967 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
19968 foll-vfork.exp: New files, move here from gdb.hp.
19969 * gdb.base/page.exp: New file, test of pagination command.
19970
19971 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
19972 recursion test.
19973 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
19974
19975 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
19976 gdb.base/solib.exp: Fix compiler invocation process.
19977
19978 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
19979 HP-UX 11, turn off overload resolution explicitly.
19980 * gdb.base/commands.exp: Set argument list explicitly, add
19981 watchpoint test.
19982 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
19983 them work.
19984 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
19985 expressions properly.
19986 * gdb.base/corefile.exp: Loosen the match slightly.
19987 * gdb.base/default.exp: Allow "Error accessing memory" message
19988 also.
19989 * gdb.base/display.exp: Skip over x/0 j if PA64.
19990 * gdb.base/funcargs.exp: Add xfails for HP-UX.
19991 * gdb.base/interrupt.exp: Ditto.
19992 * gdb.base/langs.exp: Add symbolic matches governed by compiler
19993 in use.
19994 * gdb.base/list.exp: Add xfails for HP-UX.
19995 * gdb.base/long_long.exp: Refine some of the numeric matches.
19996 * gdb.base/mips_pro.exp: Xfail on HP-UX.
19997 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
19998 * gdb.base/nodebug.exp: Succeed on more varieties of output.
19999 * gdb.base/opaque.exp: Remove some HP-UX xfails.
20000 * gdb.base/ptype.exp: Succeed on more varieties of output.
20001 * gdb.base/scope.exp: Add xfails for HP-UX.
20002 * gdb.base/sect-cmd.exp: Add more cases.
20003 * gdb.base/setvar.exp: Add xfails for HP-UX.
20004 * gdb.base/shlib-call.exp: Loosen some matches slightly.
20005 * gdb.base/signals.exp: Match on void symbolically.
20006 * gdb.base/step-test.exp: Add case for PA64.
20007 * gdb.base/term.exp: Add exit and restart.
20008 * gdb.base/twice.exp: Clean up after self.
20009 * gdb.base/varargs.exp: Disable overload resolution explicitly.
20010 * gdb.base/whatis.exp: Allow more ways to pass tests.
20011
20012 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
20013 no longer useful.
20014
20015 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
20016
20017 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
20018 list of patterns.
20019 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
20020 print_double_array(double_array)", "continuing to breakpoint
20021 1018", "print print_double_array(array_d)" and "continuing to
20022 1034" tests.
20023
20024 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
20025
20026 * Makefile.in: Add empty html and install-html targets.
20027
20028 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
20029
20030 * config/mt-*: Remove, these haven't been used since 1996.
20031
20032 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
20033
20034 * gdb.base/call-strs.c, gdb.base/ending-run.c,
20035 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
20036 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
20037
20038 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
20039
20040 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
20041 simpler match case for the ptype of the big class.
20042
20043 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20044
20045 * gdb.exp: Fix test for gdb_prompt existence.
20046
20047 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20048
20049 * gdb.exp (gdb_test): Add fail after calls to perror.
20050
20051 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20052
20053 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
20054
20055 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20056
20057 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
20058
20059 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
20060
20061 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
20062 malloc() is linked in.
20063
20064 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20065
20066 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
20067 step at end.
20068
20069 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
20070
20071 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
20072
20073 * gdb.java/jv-print.exp: New file. (Our first Java test!)
20074
20075 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
20076
20077 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
20078 * gdb.base/mips_pro.exp: Likewise.
20079
20080 1999-06-02 Keith Seitz <keiths@cygnus.com>
20081
20082 * gdb.c++/templates.cc: Change all "new" operators to throw
20083 an exception.
20084 * gdb.c++/cplusfuncs.cc: Likewise.
20085
20086 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
20087
20088 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
20089
20090 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
20091 * gdb.base/ending-run.exp: When stepping out of main, accept a
20092 step into an arbitrary assembler file.
20093
20094 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20095
20096 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
20097 "breakpoint-invalid" to be printed.
20098 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
20099 number of "frames-invalid" and "breakpoint-invalid" to be printed.
20100 * gdb.base/annota2.cc: Initialize a.x to 0.
20101
20102 1999-05-17 Keith Seitz <keiths@cygnus.com>
20103
20104 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
20105 when "skip_float_tests" set.
20106 Ditto for "print print_double_array(array_d)", "print print_small_structs",
20107 "print print_ten_doubles", and "step into print_long_arg_list".
20108 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
20109 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
20110 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
20111 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
20112 "skip_float_tests" is set.
20113 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
20114 when "skip_float_tests" set.
20115
20116 1999-05-06 Keith Seitz <keiths@cygnus.com>
20117
20118 * gdb.base/annota2.cc: Include stdio.h.
20119
20120 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
20121
20122 * gdb.base/crossload.exp: Remove, this has been disabled ever
20123 since BFD stopped including all targets, and cross-GDB gets
20124 plenty of testing anyway.
20125 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
20126 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
20127 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
20128 * gdb.base/README: Remove, was doc for this.
20129 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
20130 needed.
20131
20132 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20133
20134 * gdb.base/call-ar-st.exp: Fix one regular expression in test
20135 output.
20136
20137 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
20138 * gdb.base/annota2.exp: New file. More annotation tests.
20139 * gdb.base/annota1.c: New file. Source file for annota1.exp.
20140 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
20141
20142 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
20143
20144 * config/cfdbug.exp: New file.
20145
20146 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
20147
20148 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
20149 Marcus Daniel's and Dale Hawkins's demangler crashes.
20150
20151 * gdb.c++/demangle.exp (test_gnu_style_demangling,
20152 test_lucid_style_demangling, test_arm_style_demangling,
20153 test_hp_style_demangling): Try Tom Tromey's core-dumping
20154 identifier under each demangling style.
20155
20156 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
20157
20158 * gdb.c++/demangle.exp: Include the current demangling style
20159 in all test names.
20160 (current_demangling_style): New global variable.
20161 (set_demangling_style, test_demangling_core, test_demangling,
20162 test_demangling_exact): New functions.
20163 (test_gnu_style_demangling, test_lucid_style_demangling,
20164 test_arm_style_demangling, test_hp_style_demangling): Use those,
20165 instead of calling gdb_test and gdb_test_exact directly.
20166 (catch_demangling_errors): New function, which reports errors
20167 signalled by the demangling test functions in an orderly way.
20168 (do_tests): Use catch_demangling_errors.
20169
20170 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
20171
20172 * gdb.base/signals.exp (test_handle_all_print): Use () for
20173 grouping in expressions, not {}.
20174
20175 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
20176 initialized yet.
20177
20178 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
20179
20180 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
20181 are listed.
20182
20183 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
20184
20185 * gdb.stabs/weird.exp: Test for CC being defined before
20186 looking at its value.
20187
20188 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
20189
20190 * gdb.base/call-ar-st.exp: Remove stray '#'.
20191 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
20192 "short int" and "long int".
20193 * gdb.c++/overload.cc: Cast the string added in the previous
20194 change, to mollify finicky HP compiler.
20195 * gdb.hp/reg-test.exp (testfile): Fix file name.
20196 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
20197
20198 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
20199 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
20200 alternate form of enum ptype.
20201
20202 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
20203
20204 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
20205 * gdb.hp/*.exp: Change all to run compiler probe only after
20206 passing skip_hp_tests, so as not to waste time on guaranteed
20207 failure.
20208
20209 * gdb.c++/overload.cc: Pass string instead of char addr, always
20210 init ccpfoo.
20211 * gdb.c++/templates.cc: Fix syntax error.
20212
20213 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20214
20215 * gdb.base/commands.exp: Add test for correct position of '>'
20216 when issuing the 'commands' command after a 'while' or 'if'
20217 command.
20218
20219 1999-03-18 James Ingham <jingham@cygnus.com>
20220
20221 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
20222
20223 * gdb.c++/method.exp: It was testing an uninitialized int on the
20224 stack and assuming it was positive.
20225
20226 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
20227
20228 * gdb.base/step-test.exp: Catch a case where finish is broken and
20229 keep it from killing the rest of the tests.
20230 Use gdb_continue_to_end.
20231
20232 * gdb.base/sigall.exp: use gdb_continue_to_end.
20233
20234 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
20235
20236 * gdb.base/display.exp: use runto_main, not run.
20237
20238 * gdb.base/default.exp: Check for the current error message in the
20239 r abbreviation test.
20240 Add strongarm to the targets that know info float.
20241
20242 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
20243 run which doesn't work with monitors.
20244
20245 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
20246
20247 * gdb.base/break.exp: use the gdb_continue_to_end proc.
20248
20249 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
20250 program. Traps the case (in Cygmon) when the program never really
20251 exits. Same as Mark's continue_to_exit, but I had put it in a lot
20252 more places, so I used my name. Sorry Mark...
20253
20254 * config/monitor.exp (gdb_target_monitor): added another
20255 target_info parameter: remotebinarydownload. This will set the
20256 remotebinarydownload flag if this is causing some boards trouble.
20257
20258 1999-03-18 Mark Salter <msalter@cygnus.com>
20259
20260 * lib/gdb.exp (continue_to_exit): New function.
20261
20262 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
20263 * gdb.base/ending-run.exp: Ditto.
20264 * gdb.base/step-test.exp: Ditto.
20265
20266 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
20267
20268 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
20269 (suggested by Art Haas <ahaas@neosoft.com>).
20270
20271 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
20272
20273 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
20274
20275 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
20276
20277 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
20278 descriptions of types (short unsigned int vs unsigned short, etc).
20279
20280 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
20281
20282 * gdb.base/call-strs.exp: Don't assume that `step' will step over
20283 a call to strlen; sometimes we do have sources.
20284
20285 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20286
20287 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
20288 character, so GDB won't print garbage after its end.
20289
20290 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
20291 breakpoint there instead. Sometimes GCC emits memcpy to handle
20292 the large structures being passed by value, so we step into that
20293 instead of sum_array_print, which obscures what we're really testing.
20294 * gdb.base/step-test.exp: However, we do want a test that notices
20295 the bizarre steps into memcpy, so do that here. Add check for
20296 stepping into function calls that pass large structures by value.
20297 ("Is that a noun clause, or are you just happy to see me?")
20298 Remove all references to specific line numbers.
20299 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
20300 New type and function.
20301 (main): Call large_struct_by_value, passing it a large struct by value.
20302 * lib/gdb.exp (gdb_get_line_number): New function.
20303
20304 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
20305 more portable.
20306
20307 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20308
20309 * lib/gdb.exp: Doc fixes.
20310
20311 1999-03-05 Nick Clifton <nickc@cygnus.com>
20312
20313 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
20314
20315 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
20316
20317 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
20318 commands. They're not germane to this test, and they don't work
20319 that way on remote targets.
20320
20321 1999-03-01 James Ingham <jingham@cygnus.com>
20322
20323 * Changelog entries merged over from gdb development branch.
20324
20325 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
20326
20327 * lib/gdb.exp (gdbtk_analyze_results): Generic function
20328 for outputting results of test run.
20329
20330 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
20331
20332 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
20333
20334 1999-02-25 Felix Lee <flee@cygnus.com>
20335
20336 * lib/gdb.exp (debug_format): initialize
20337
20338 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
20339
20340 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
20341 * gdb.base/call-rt-st.c: Ditto.
20342
20343 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
20344
20345 * gdb.threads/pthreads.exp (horiz): New variable.
20346 (test_startup): Fix regexps that capture thread numbers.
20347
20348 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
20349
20350 * gdb.base/smoke.exp: Disambiguate two test case names (both
20351 called ``print'').
20352
20353 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
20354
20355 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
20356 compilation.
20357
20358 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
20359
20360 * gdb.base/miscexprs.exp: Change patterns to match GDB's
20361 actual output formatting.
20362 * gdb.base/smoke.exp: GDB removes leading 0's.
20363 * gdb.base/volatile.exp: Don't check type of remuneration;
20364 that variable is no longer defined in constvars.c.
20365 * gdb.base/step-test.c (main): Exit with explicit exit code.
20366 * gdb.base/step-test.exp: Remove two nexti checks--they are
20367 not portable.
20368
20369 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
20370
20371 * gdb.base/help.exp ("help delete display"): Fix test to match
20372 gdb's output.
20373
20374 * gdb.base/long_long.c (known_types): Initialize values to zero.
20375 * gdb.base/long_long.exp: Step one more line
20376 so 'dec' is initialized in "get to known place". GDB removes
20377 leading zeros. Explicitly ask for hex formatting. Use
20378 unique test case names.
20379
20380 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20381
20382 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
20383
20384 * gdb.c++/method.exp: Add missing close brace.
20385
20386 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
20387
20388 * gdb.base/maint.exp: Use 'set height 0' to disable page
20389 prompting, not 'set height 400'.
20390
20391 Fix a bunch of timeouts.
20392 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
20393 four separate tests, so expect doesn't take forever to match a ton
20394 of text against a regexp with lots of .* forms.
20395 ("maint print psymbols", "maint print symbols"): Make some of
20396 these greps more selective, so that expect doesn't try to wade
20397 through huge piles of output and time out.
20398
20399 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
20400
20401 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
20402 tests: one which doesn't expect shlib events to be reported, and
20403 another which does, but is XFAIL for all platforms other than
20404 HP/UX.
20405
20406 * gdb.base/break.exp: Teach the test suite that the `catch
20407 fork', `catch vfork', and `catch exec' commands produce error
20408 messages on platforms that don't provide these features.
20409
20410 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
20411
20412 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
20413 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
20414 (shortening names from solib_threshold.exp etc), won't run on
20415 anything but HP-UX for the foreseeable future.
20416 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
20417 reflect move.
20418
20419 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
20420
20421 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
20422 gdb.trace/Makefile.in (clean): Remove all test executables.
20423
20424 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
20425
20426 * gdb.base/shlib-call.exp: add test cases to verify that gdb
20427 successfully re-sets breakpoints in shared libraries.
20428 * gdb.base/shmain.c (main): return 0, don't fall off the end.
20429
20430 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20431
20432 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
20433 and compiled w/o GCC.
20434
20435 * gdb.hp/watch-cmd.exp: ditto.
20436
20437 * gdb.hp/watch-hp.exp: ditto.
20438
20439 * gdb.hp/xdb1.exp: ditto.
20440
20441 * gdb.hp/xdb2.exp: ditto.
20442
20443 * gdb.hp/dbx.exp: ditto.
20444
20445 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
20446
20447 * constvars.c: Remove C++-isms.
20448 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
20449 with GCC.
20450
20451 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
20452
20453 The following changes are part of the HP merge.
20454
20455 * gdb.base/break.exp: new tests to verify that catchpoints for
20456 fork, vfork, and exec don't trigger inappropriately.
20457
20458 * gdb.base/opaque.exp: compile one file at a time, then link.
20459
20460 * gdb.base/signals.exp: be more restrictive about which hppa
20461 systems receive a setup_xfail. new tests.
20462
20463 * gdb.base/solib_threshold.build: new file.
20464 * gdb.base/solib_threshold.exp: new file.
20465 * gdb.base/solib_threshold.link_opts: new file.
20466 * gdb.base/solib_threshold.mk: new file.
20467 * gdb.base/gen_solib_threshold.c: new file.
20468
20469 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
20470 tests. New tests for enums inside classes.
20471
20472 * gdb.c++/compiler.cc: indicate support of template debugging.
20473
20474 * gdb.c++/demangle.exp: run hp style demangling tests.
20475
20476 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
20477 tests.
20478
20479 * gdb.c++/misc.cc: changes to support new tests.
20480
20481 * gdb.c++/templates.cc: changes to support HP's compiler; changes
20482 to support new tests.
20483
20484 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
20485 gcc, then skip these tests.
20486
20487 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
20488
20489 The following files are part of the HP merge; some had longer
20490 names at HP, but have been renamed to be no more than 14
20491 characters in length.
20492
20493 * gdb.hp/ambiguous.cc: new file.
20494 * gdb.hp/ambiguous.exp: new file.
20495 * gdb.hp/attach.exp: new file.
20496 * gdb.hp/attach2.exp: new file.
20497 * gdb.hp/classes-hp.exp: new file.
20498 * gdb.hp/ctti.exp: new file.
20499 * gdb.hp/ctti-add.cc: new file.
20500 * gdb.hp/ctti-add1.cc: new file.
20501 * gdb.hp/ctti-add2.cc: new file.
20502 * gdb.hp/ctti-add3.cc: new file.
20503 * gdb.hp/dbx.exp: new file.
20504 * gdb.hp/exception.cc: new file.
20505 * gdb.hp/exception.exp: new file.
20506 * gdb.hp/foll-exec.c: new file.
20507 * gdb.hp/foll-exec.exp: new file.
20508 * gdb.hp/foll-fork.c: new file.
20509 * gdb.hp/foll-fork.exp: new file.
20510 * gdb.hp/foll-vfork.c: new file.
20511 * gdb.hp/foll-vfork.exp: new file.
20512 * gdb.hp/inherit-hp.exp: new file.
20513 * gdb.hp/more-steps.exp: new file.
20514 * gdb.hp/namespace.cc: new file.
20515 * gdb.hp/namespace.exp: new file.
20516 * gdb.hp/optimize.exp: new file.
20517 * gdb.hp/pxdb.c: new file.
20518 * gdb.hp/pxdb.exp: new file.
20519 * gdb.hp/quicksort.exp: new file.
20520 * gdb.hp/reg-test.exp: new file.
20521 * gdb.hp/reg-test.s: new file.
20522 * gdb.hp/sized-enum.c: new file.
20523 * gdb.hp/sized-enum.exp: new file.
20524 * gdb.hp/start-stop.exp: new file.
20525 * gdb.hp/templ-hp.cc: new file.
20526 * gdb.hp/templ-hp.exp: new file.
20527 * gdb.hp/thr-lib.c: new file.
20528 * gdb.hp/thr-lib.exp: new file.
20529 * gdb.hp/thr-lib.h: new file.
20530 * gdb.hp/thr-liblib.c: new file.
20531 * gdb.hp/virtfun-hp.c: new file.
20532 * gdb.hp/virtfun-hp.exp: new file.
20533 * gdb.hp/watch-cmd.exp: new file.
20534 * gdb.hp/watch-hp.exp: new file.
20535 * gdb.hp/xdb1.exp: new file.
20536 * gdb.hp/xdb2.exp: new file.
20537 * gdb.hp/xdb3.exp: new file.
20538
20539 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
20540
20541 The following files are part of the HP merge; some had longer
20542 names at HP, but have been renamed to be no more than 14
20543 characters in length.
20544
20545 * gdb.base/ss.h: new file.
20546 * gdb.base/call-ar-st.c: new file.
20547 * gdb.base/call-ar-st.exp: new file.
20548 * gdb.base/call-rt-st.c: new file.
20549 * gdb.base/call-rt-st-exp: new file.
20550 * gdb.base/call-strs.exp: new file.
20551 * gdb.base/ena-dis-br.exp: new file.
20552 * gdb.base/environ.exp: new file.
20553 * gdb.base/long_long.exp: new file.
20554 * gdb.base/sect-cmd.exp: new file.
20555 * gdb.base/shlib-cl2.exp: new file.
20556 * gdb.base/smoke.exp: new file.
20557 * gdb.base/so-impl-ld.c: new file.
20558 * gdb.base/so-impl-ld.exp: new file.
20559 * gdb.base/so-indr-cl.c: new file.
20560 * gdb.base/so-indr-cl.exp: new file.
20561 * gdb.base/varargs.exp: new file.
20562 * gdb.base/volatile.exp: new file.
20563 * gdb.base/whatis-exp.exp: new file.
20564 * gdb.base/display.exp: new file.
20565 * gdb.c++/derivation.exp: new file.
20566 * gdb.c++/local.exp: new file.
20567 * gdb.c++/member-ptr.exp: new file.
20568 * gdb.c++/overload.exp: new file.
20569 * gdb.c++/ovldbreak.exp: new file.
20570 * gdb.c++/ref-types.exp: new file.
20571 * gdb.c++/ref-types2.exp: new file.
20572 * gdb.c++/userdef.exp: new file.
20573
20574 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
20575
20576 * gdb.base/default.exp: Reflect wording change in remote.c.
20577
20578 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
20579
20580 * gdb.base/help.exp: Update to reflect current text.
20581
20582 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
20583
20584 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
20585 they're stack variables and contain garbage.
20586 * gdb.c++/anon-union.exp: new file.
20587
20588 The following changes were made by David Taylor
20589 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20590 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20591 in changes by HP.
20592
20593 * gdb.base/bitops.exp: new file.
20594 * gdb.base/default.exp: change expected messages for catch and
20595 info catch tests to reflect HP merge changes.
20596 * gdb.base/enable-disable-break.exp
20597 * gdb.base/ending-run.c: new file.
20598 * gdb.base/long_long.c: new file.
20599 * gdb.base/maint.exp: new file.
20600 * gdb.base/pointers2.exp: new file.
20601 * gdb.base/shlib-call2.exp: new file.
20602 * gdb.base/solib.exp: new file.
20603 * gdb.base/step-test.c: new file.
20604 * gdb.c++/anon-union.cc: new file.
20605 * gdb.c++/local.cc: new file.
20606 * gdb.c++/member-pointer.cc: new file.
20607 * gdb.c++/method.cc: new file.
20608 * gdb.c++/ref-types.cc: new file.
20609 * gdb.c++/ref-types2.cc: new file.
20610 * gdb.c++/userdef.cc: new file.
20611
20612 * gdb.base/scope.exp: compile one file at a time, then link.
20613 * gdb.base/langs.exp: ditto.
20614 * gdb.base/list.exp: ditto.
20615
20616 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
20617
20618 The following changes were made by David Taylor
20619 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20620 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20621 in changes by HP.
20622
20623 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20624 skip tests. When compiling pass c++ flag to gdb_compile.
20625 * gdb.c++/
20626
20627 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20628 test for on hppa*-*-hpux*; use args to see if c++ was specified.
20629 (skip_hp_tests): new function.
20630 (gdb_preprocess): new function.
20631
20632 * configure.in (hpdir): decide whether to configure gdb.hp.
20633 * configure: regenerated.
20634
20635 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20636 to delete on clean.
20637 (EXECUTABLES): update to reflect new additions.
20638 * gdb.base/commands.exp: update message expected.
20639 * gdb.base/default.exp: add copyright notice.
20640 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20641 * gdb.base/help.exp: update messages to reflect current text.
20642 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20643 targets for recurse tests.
20644 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20645 skip this file.
20646
20647 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20648 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20649 compilation.
20650 * gdb.c++/misc.exp: ditto.
20651 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20652 run the tests. tell gdb_compile that it's a c++ compilation.
20653
20654 * gdb.threads/pthreads.exp: fix typo in message.
20655
20656 * gdb.base/all-bin.exp: new file.
20657 * gdb.base/arithmet.exp: new file.
20658 * gdb.base/assign.exp: new file.
20659 * gdb.base/completion.exp: new file.
20660 * gdb.base/cond-expr.exp: new file.
20661 * gdb.base/condbreak.exp: new file.
20662 * gdb.base/define.exp: new file.
20663 * gdb.base/dollar.exp: new file.
20664 * gdb.base/environment.exp: new file.
20665 * gdb.base/eval-skip.exp: new file.
20666 * gdb.base/jump.exp: new file.
20667 * gdb.base/logical.exp: new file.
20668 * gdb.base/pointers.exp: new file.
20669 * gdb.base/relational.exp: new file.
20670 * gdb.base/section_command.exp: new file.
20671 * gdb.base/whatis-expr.exp: new file.
20672
20673 * gdb.base/all-types.c: new file.
20674 * gdb.base/call-array-struct.c: new file.
20675 * gdb.base/call-return-struct.c: new file.
20676 * gdb.base/call-strings.c: new file.
20677 * gdb.base/callfuncs2.c: new file.
20678 * gdb.base/condbreak.c: new file.
20679 * gdb.base/constvars.c: new file.
20680 * gdb.base/display.c: new file.
20681 * gdb.base/int-type.c: new file.
20682 * gdb.base/jump.c: new file.
20683 * gdb.base/miscexprs.c: new file.
20684 * gdb.base/pointers.c: new file.
20685 * gdb.base/pointers2.c: new file.
20686 * gdb.base/shmain.c: new file.
20687 * gdb.base/shr1.c: new file.
20688 * gdb.base/shr2.c: new file.
20689 * gdb.base/solib.c: new file.
20690 * gdb.base/solib1.c: new file.
20691 * gdb.base/solib2.c: new file.
20692 * gdb.base/varargs.c: new file.
20693 * gdb.c++/derivation.cc: new file.
20694 * gdb.c++/overload.cc: new file.
20695 * gdb.c++/ovldbreak.cc: new file.
20696 * gdb.hp/attach.c: new file.
20697 * gdb.hp/attach2.c: new file.
20698 * gdb.hp/average.c: new file.
20699 * gdb.hp/compiler.c: new file.
20700 * gdb.hp/compiler.cc: new file.
20701 * gdb.hp/execd-program.c: new file.
20702 * gdb.hp/follow-exec.c: new file.
20703 * gdb.hp/follow-fork.c: new file.
20704 * gdb.hp/follow-vfork-and-exec.c: new file.
20705 * gdb.hp/misc-hp.cc: new file.
20706 * gdb.hp/more-steps.c: new file.
20707 * gdb.hp/optimize.c: new file.
20708 * gdb.hp/quicksort.c: new file.
20709 * gdb.hp/run-hp.c: new file.
20710 * gdb.hp/start-stop.c: new file.
20711 * gdb.hp/sum.c: new file.
20712 * gdb.hp/templates-hp.cc: new file.
20713 * gdb.hp/thread-local-in-lib.c: new file.
20714 * gdb.hp/thread-local-in-lib.h: new file.
20715 * gdb.hp/thread-local-in-lib.lib.c: new file.
20716 * gdb.hp/vforked-program.c: new file.
20717 * gdb.hp/virtfunc-hp.cc: new file.
20718 * gdb.hp/watchpoint-hp.c: new file.
20719 * gdb.hp/xdb.c: new file.
20720 * gdb.hp/xdb0.c: new file.
20721 * gdb.hp/xdb0.h: new file.
20722 * gdb.hp/xdb1.c: new file.
20723
20724 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
20725
20726 The following change was made by Edith Epstein
20727 <eepstein@cygnus.com> as part of a project to merge in changes
20728 originally made by HP; HP did not create ChangeLog entries.
20729
20730 * gdb.c++/demangle.exp: changed the expected output for some
20731 ARM-style mangling -- removed second reference to datatype.
20732 For example, maint demangle __dt__11T1__pt__2_cFv
20733 T1<char>::~T1<char>(void)
20734 becomes,
20735 maint demangle __dt__11T1__pt__2_cFv
20736 T1<char>::~T1(void)
20737
20738 (test_hp_style_demangling): new hp specific demangling test cases.
20739
20740 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
20741
20742 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20743 * gdb.trace/backtrace.exp: Likewise.
20744 * gdb.trace/circ.exp: Likewise.
20745 * gdb.trace/collection.exp: Likewise.
20746 * gdb.trace/deltrace.exp: Likewise.
20747 * gdb.trace/infotrace.exp: Likewise.
20748 * gdb.trace/limits.exp: Likewise.
20749 * gdb.trace/packetlen.exp: Likewise.
20750 * gdb.trace/passc-dyn.exp: Likewise.
20751 * gdb.trace/passcount.exp: Likewise.
20752 * gdb.trace/report.exp: Likewise.
20753 * gdb.trace/save-trace.exp: Likewise.
20754 * gdb.trace/tfind.exp: Likewise.
20755 * gdb.trace/tracecmd.exp: Likewise.
20756 * gdb.trace/while-dyn.exp: Likewise.
20757 * gdb.trace/while-stepping.exp: Likewise.
20758
20759 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
20760
20761 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20762
20763 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
20764
20765 From Brendan Kehoe:
20766 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
20767 int return types.
20768
20769 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
20770
20771 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
20772 remote dos host testing right.
20773
20774 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
20775
20776 * gdb.base/corefile.exp: remove some xfails.
20777
20778 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
20779
20780 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
20781 have different timestamps.
20782
20783 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
20784
20785 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
20786 gdb.base/default.exp: Replace "exec" with "executable".
20787
20788 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
20789
20790 * gdb.base/default.exp: Change else if to elseif from previous
20791 delta.
20792
20793 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
20794
20795 * gdb.base/default.exp: Add brace missing from previous delta.
20796
20797 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
20798
20799 * gdb.base/default.exp: Support test for info float for all
20800 varieties of arm toolchain.
20801
20802 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
20803
20804 * gdb.trace/*.exp: remove "remote_download" command.
20805
20806 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
20807
20808 * gdb.trace/*.exp: remove -gdwarf from compile.
20809
20810 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
20811
20812 * gdb.trace/configure.in(AC_INIT): typo
20813 * gdb.trace/configure: regenerated
20814
20815 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
20816
20817 * config/m68k-emc.exp: New file.
20818 * lib/<emc-support.exp trace-support.exp}: New files.
20819 * configure.in: add new test directory gdb.trace.
20820 * gdb.trace/{configure configure.in Makefile.in}: New files.
20821 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
20822 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
20823 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
20824 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
20825 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
20826 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
20827 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
20828
20829 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
20830
20831 * gdb.c++/classes.exp: Change all regular expressions to match
20832 arbitrary combinations of newline/carriage-return, so that they
20833 will work equally well on Unix and Windows.
20834 * gdb.c++/inherit.exp: ditto.
20835 * gdb.c++/virtfunc.exp: ditto.
20836
20837 1998-08-11 Dawn Perchik <dawn@cygnus.com>
20838
20839 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
20840
20841 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
20842
20843 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
20844 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
20845 to use a0-a3/d0-d3 as needed.
20846
20847 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
20848
20849 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
20850 * gdb.disasm/am33.exp: Corresponding changes.
20851
20852 1998-07-11 Felix Lee <flee@cygnus.com>
20853
20854 * gdb.base/callfuncs.exp: add cmp10 test.
20855 * gdb.base/callfuncs.c (cmp10): new function.
20856
20857 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
20858
20859 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
20860 into two parts to get around a synchronization problem in expect.
20861
20862 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
20863
20864 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
20865
20866 * configure.in: Add options for gdbtk testsuite.
20867
20868 * configure: Regenerate.
20869
20870 * gdb.gdbtk: New directory to hold gdbtk tests.
20871
20872 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20873
20874 * gdb.fortran/types.exp: Escape brackets in expect patterns
20875 for test_float_literal_types_accepted tests.
20876 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
20877 before run test.
20878
20879 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
20880
20881 * am33.exp: Just compile, do not link the testcase.
20882 * am33.s: Add ".am33" pseudoop to force am33 mode.
20883
20884 1998-06-25 Felix Lee <flee@cygnus.com>
20885
20886 * gdb.base/setshow.exp: make sure $pc is sane.
20887
20888 * gdb.stabs/weird.exp: split expect patterns properly.
20889
20890 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
20891
20892 * gdb.disasm/am33.s: New disassembler testfile for the am33.
20893 * gdb.disasm/am33.exp: Run it.
20894
20895 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
20896
20897 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
20898 match processing (and eliminate spurious timeouts when running).
20899
20900 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
20901
20902 * gdb.base/signals.exp (test_handle_all_print): put back Mach
20903 exception test, but conditionalize it on target [mach | gnu].
20904
20905 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
20906
20907 * gdb.base/overlays.exp: fixup compile line for linker script.
20908
20909 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
20910
20911 * gdb.fortran/types.exp: don't guess at float size.
20912
20913 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
20914
20915 * gdb.base/exprs.exp: delete test that depends on int size.
20916
20917 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
20918
20919 * config/sim.exp: Removed checks for target triplets.
20920 (gdb_target_sim): Use gdb,target_sim_options.
20921
20922 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
20923
20924 * gdb.base/reread.exp: New file.
20925 * gdb.base/reread1.c: New file.
20926 * gdb.base/reread2.c: New file.
20927
20928 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
20929
20930 * config/sim.exp: Use 'target sim -sparclite' when running
20931 SPARClite programs.
20932
20933 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
20934
20935 * gdb.base/structs2.exp: New file.
20936 * gdb.base/structs2.c: New file.
20937
20938 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
20939
20940 * gdb.asm/common.inc: New file.
20941 * gdb.asm/d10v.inc: New file.
20942 * asm-source.exp: Pass -I's to gas to find .inc files.
20943 Update line numbers in expected output.
20944 * asmsrc1.s: Rewrite.
20945 * asmsrc2.s: Rewrite.
20946 * configure.in: Create arch.inc symlink.
20947 * configure: Regenerate.
20948 * Makefile.in (distclean): Delete arch.inc.
20949
20950 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
20951
20952 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
20953 (t_enum_value2): ditto
20954 (t_enum_value3): ditto
20955 (main): ditto
20956 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
20957
20958 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
20959 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
20960 change.
20961 Use gdb_test instead of send_gdb/gdb_expect sequences.
20962
20963 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
20964
20965 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
20966 not void.
20967
20968 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
20969
20970 * gdb.base/branches.c: Code with lots of loops and
20971 subroutines. Used to test gdbs ability to single step through PC
20972 changes, especially to test mips-tdep.c:mips_next_pc
20973
20974 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
20975
20976 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
20977 more rigorous EGCS C++ error checking.
20978
20979 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20980
20981 * gdb.base/help.exp: Clean up `help set args' and `help show args'
20982 tests.
20983 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
20984 function when asleep.
20985 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
20986 for i*86 Linux and SVR4 signal handling problems.
20987 Remove linux xfail for `next to handler in signals_tests_1', fixed
20988 by recent infrun.c change.
20989 Limit backtrace to 10 frames to avoid timeout problems with infinite
20990 stack backtraces.
20991 Adjust expect pattern in `handle all print' test to match Apr 28 1997
20992 target.[ch] change.
20993
20994 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
20995
20996 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
20997 for a newline from gdb before continuing.
20998 (default_gdb_exit): Just look for y or n.
20999 (gdb_test): Detect abnormal exit from GDB running on DOS; if
21000 it does, fail the rests of the tests in the file.
21001
21002 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
21003
21004 * config/cygmon.exp: New file.
21005
21006 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
21007
21008 * gdb.base/list.exp: Fix problem with "list default lines around
21009 main" test on remote targets.
21010
21011 * gdb.base/scope.exp: Fix problem with filelocal_bss before
21012 run test on remote targets.
21013
21014 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
21015
21016 * gdb.asm: New directory.
21017 * configure.in: Configure it.
21018 * configure: Regenerate.
21019 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21020 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21021
21022 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
21023
21024 * config/mn10300-eval.exp: New file to support MN10300 eval board.
21025
21026 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
21027
21028 * gdb.base/overlays (several files): Merge the two overlay
21029 managers into one. Change variables (foox, barx, bazx, grbxx)
21030 back into ints but force them to load in their proper sections.
21031
21032 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
21033
21034 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
21035 on-chip insn memory and IMAP1 to upper 128k.
21036 (D10VCopy): Handle memory regions crossing 16k boundaries.
21037 (D10VCopy): Transfer data in 32 bit chunks.
21038
21039 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
21040
21041 * gdb.base/overlays.c (main): Exit normally when result is
21042 correct.
21043
21044 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
21045 map. Include space for printf in .text segment.
21046
21047 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
21048 updated d10v memory VMA/LMA map.
21049 (D10VCopy): Call D10VTranslate.
21050
21051 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
21052
21053 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
21054
21055 * gdb.base/bar.c (barx, bar): Change variable to small array so
21056 that it won't be put into the .sdata - small data -
21057 section. Update reference.
21058 * gdb.base/baz.c (bazx, baz): Ditto.
21059 * gdb.base/foo.c (foox, foo): Ditto.
21060 * gdb.base/grbx.c (grbxx, grbx): Ditto.
21061
21062 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
21063 to be arrays.
21064
21065 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
21066
21067 * gdb.base/overlays.exp: fix up and get working again.
21068 Add tests for backtraces from an overlay function.
21069
21070 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
21071
21072 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
21073 "calling function with watchpoint enabled".
21074
21075 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
21076
21077 * gdb.base/break.exp (test_next_with_recursion): Remove
21078 gdb_suppress_tests for d10v-*-*.
21079 * lib/gdb.exp (gdb_suppress_tests): Disable this function
21080 pending review of whether it is useful or not.
21081
21082 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
21083
21084 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
21085
21086 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
21087
21088 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
21089 * config/dve.exp: New file to support Densan boards.
21090
21091 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
21092
21093 * gdb.base/interrupt.exp: Document problem of simulators, signals,
21094 reads and BSD.
21095
21096 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
21097
21098 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
21099 response.
21100
21101 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
21102
21103 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
21104
21105 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
21106 test.
21107
21108 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
21109 target_sizeof_long and target_bigendian_p.
21110 (structs_by_value, structs_by_reference): Check values according
21111 to targets word size and endianess.
21112
21113 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
21114
21115 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
21116 output.
21117
21118 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
21119
21120 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
21121 Update test of set args help to match source change.
21122
21123 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
21124
21125 * gdb.base/default.exp: Expect help system output to be in
21126 alphabetical order.
21127 * gdb.base/help.exp: Ditto.
21128
21129 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
21130
21131 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
21132 "i*86-pc-linux-gnu*".
21133 * gdb.base/interrupt.exp: Ditto.
21134 * gdb.base/corefile.exp: Ditto.
21135
21136 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
21137 define vxworks when building the testcase.
21138
21139 * gdb.base/ptype.exp: Fix testnames to be unique.
21140 * gdb.base/radix.exp: Ditto.
21141 * gdb.base/term.exp: Ditto.
21142 * gdb.base/whatis.exp: Ditto.
21143 * gdb.c++/classes.exp: Ditto.
21144
21145 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
21146
21147 * gdb.base/callfuncs.exp: Fix indentation.
21148
21149 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
21150 suppress_flag has been set.
21151 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
21152 target feature.
21153
21154 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
21155
21156 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
21157 the testcase.
21158
21159 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
21160 set_debug_traps() and breakpoint().
21161 * gdb.c++/misc.cc (main): Ditto.
21162 * gdb.c++/templates.cc (main): Ditto.
21163 * gdb.c++/virtfunc.cc (main): Ditto.
21164
21165 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
21166
21167 * lib/gdb.exp(gdb_step_for_stub): New function.
21168 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
21169 exists, reload the executable and do a "continue" instead of
21170 doing a jump.
21171 (runto_main): Use gdb_step_for_stub.
21172
21173 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
21174 tests to have unique names.
21175 * gdb.base/callfuncs.exp: Ditto.
21176 * gdb.base/commands.exp: Ditto.
21177 * gdb.base/default.exp: Ditto.
21178 * gdb.base/help.exp: Ditto.
21179 * gdb.base/list.exp: Ditto.
21180 * gdb.base/opaque.exp: Ditto.
21181 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
21182 similar tests.
21183
21184 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
21185 * gdb.c++/cplusfuncs.cc: Ditto.
21186 * gdb.c++/virtfunc.cc: Ditto.
21187
21188 * config/monitor.exp: Keep track of the last file we saw, rather
21189 than trying to get the info from gdb.
21190
21191 * gdb.fortran/types.exp: Move comment to previous line.
21192
21193 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
21194
21195 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
21196 target mode.
21197
21198 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
21199
21200 From Bob Manson:
21201 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
21202 string from GDB when it connects.
21203
21204 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
21205
21206 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
21207
21208 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
21209 if we can't get a debug format from GDB (we may be testing an
21210 older GDB). Use a 10 second timeout when checking for the format.
21211
21212 * gdb.stabs/weird.exp: Fix quoting.
21213
21214 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
21215
21216 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
21217
21218 * config/arm-ice.exp: New file.
21219
21220 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
21221
21222 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
21223 until it has been modified to work with the new testsuite.
21224
21225 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
21226 testcase won't compile, cause all of the testcases in the file to
21227 fail instead.
21228
21229 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
21230 (gdb_clear_suppressed): New procedure.
21231 (gdb_stop_suppressing_tests): Only clear suppress_flag if
21232 it contains a positive value.
21233
21234 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
21235
21236 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
21237
21238 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
21239
21240 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
21241
21242 * lib/gdb.exp (setup_xfail_format): New function.
21243 (get_debug_format): New function to get debug format.
21244 (debug_format): New global variable to hold last value set
21245 by get_debug_format.
21246 * gdb.base/list.exp: Call get_debug_format and expect some
21247 tests to fail for DWARF 1 and COFF formats.
21248 * gdb.c++/ptype.exp: Ditto.
21249 * gdb.c++/classes.exp: Ditto.
21250 * gdb.c++/cplusfuncs.exp: Ditto.
21251 * gdb.c++/inherit.exp: Ditto.
21252 * gdb.c++/templates.exp: Ditto.
21253 * gdb.c++/virtfunc.exp: Ditto.
21254
21255 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
21256
21257 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
21258 host doesn't have a currently-open connection.
21259
21260 * config/sparclet.exp: Cleanups and fixes to make it generic for
21261 any gdb stub target. Handle cases where gdb doesn't respond when
21262 interrupted in a sane fashion.
21263
21264 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
21265 same thing in a totally different way.
21266
21267 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
21268 setting "timeout".
21269 (gdb_start): We set the global gdb_prompt variable in
21270 default_gdb_init now.
21271
21272 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
21273
21274 * gdb.base/printcmds.exp: Fix "check for floating addition"
21275 regexp to accept results within approx +/- .01 of exact value.
21276 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
21277
21278 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
21279
21280 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
21281 properly.
21282 (gdb_expect): Add optional timeout parameter, and add timeout
21283 value to various calls.
21284 (gdb_suppress_tests): Only give one warning message per group.
21285
21286 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
21287
21288 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
21289 global variables. Handle getting a value for $timeout more
21290 gracefully.
21291
21292 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21293
21294 * lib/gdb.exp: Close connection to remote host if gdb doesn't
21295 initialize.
21296 (default_gdb_init): New procedure; allow gdb_init to be overridden
21297 by a target configuration file.
21298 (gdb_expect): Pass the timeout to remote_expect.
21299
21300 * config/monitor.exp(gdb_load): Fix typo in regexp.
21301
21302 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
21303
21304 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
21305
21306 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
21307
21308 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
21309 here. Call gdb_target_exec before rebooting the target, to make
21310 sure the connection to the target is closed.
21311 (gdb_load): Pass the name of the executable to gdb_target_monitor.
21312 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
21313 Also detect "Timeout reading from remote" error.
21314
21315 * config/gdbserver.exp: Pass the executable being loaded to
21316 gdb_target_monitor. Don't call gdb_file_cmd here; let
21317 gdb_target_monitor do it.
21318
21319 * gdb.disasm/hppa.exp: Don't use exec_output.
21320
21321 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
21322
21323 * gdb.base/list.exp: If we're debugging a non-native target,
21324 try to set the pc register to point to the start of the
21325 program before doing the first list command.
21326
21327 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
21328 test_calls after restarting.
21329
21330 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
21331 reloading.
21332
21333 * gdb.base/watchpoint.exp: Fix typo.
21334
21335 * gdb.base/setshow.exp: Check for use_gdb_stub.
21336
21337 * gdb.base/break.exp: Fix continue until exit test for the gdb
21338 stub case.
21339 * gdb.base/langs.exp: Ditto.
21340
21341 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
21342 gdb_load_offset. If we weren't given a file to load, figure out
21343 what the current file is and use it.
21344
21345 * config/i386-bozo.exp: New file.
21346
21347 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
21348
21349 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
21350 feature.
21351
21352 * config/proelf.exp: New entry.
21353
21354 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
21355
21356 * lib/gdb.exp: Remove spurious .* patterns at the beginning
21357 of regexps.
21358
21359 * gdb.base/watchpoint.exp: Don't run the test_stepping
21360 tests if gdb can't call functions on the target.
21361
21362 * gdb.base/setshow.exp: Don't run the set prompt tests if
21363 the board has gdb_prompt set.
21364
21365 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
21366
21367 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
21368 * gdb.base/commands.exp: Likewise.
21369 * gdb.base/setshow.exp: Likewise.
21370
21371 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
21372
21373 * config/monitor.exp(gdb_start): Look for gdb_prompt target
21374 feature.
21375
21376 * config/i960.exp: New file.
21377
21378 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
21379
21380 * gdb.base/funcargs.exp: Check for gdb,short_int target
21381 feature instead of looking for explicit target triplets.
21382
21383 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
21384
21385 * gdb.base/printcmds.exp: add a couple more tests a la
21386 "p 123DEADBEEF", to check parse_number.
21387 * top.c: change "to enable to enable" to "to enable" in a couple
21388 of help strings.
21389
21390 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
21391
21392 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
21393 on the mn10300.
21394
21395 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
21396
21397 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
21398 where the test executable is run with explicit args.
21399 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
21400
21401 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
21402
21403 * gdb.base/run.c: Use FAKEARGV to build test executable that
21404 does not require a command line arg, since most simulators
21405 don't currently support passing such an arg into the simulated
21406 program.
21407 * gdb.base/commands.exp: Change tests to insert the proper
21408 value as the arg to the first recursive factorial call. Change
21409 compilation line to define FAKEARGV at compile time.
21410
21411 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
21412
21413 * gdb.base/recurse.exp: Enable these tests for the mn10300.
21414 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
21415 function with watchpoint enabled" test.
21416
21417 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
21418
21419 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
21420 Don't call gdb_test when the command doesn't return to a gdb prompt.
21421
21422 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
21423 "Tests restarted" messages.
21424
21425 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
21426
21427 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
21428
21429 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
21430
21431 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
21432 for INFO SYMBOL; add help tests for OVERLAY commands.
21433 * gdb.base/default.exp: add tests for INFO SYMBOL command;
21434 add tests for OVERLAY commands
21435 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
21436 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
21437 * gdb.base/sigall.c: add usestubs code frag
21438 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
21439
21440 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
21441
21442 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
21443 failures.
21444 (gdb_stop_suppressing_tests): Note that tests have restarted.
21445
21446 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
21447
21448 * config/h8300.exp: New file.
21449
21450 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
21451
21452 * gdb.base/setshow.exp: Check for the existence of a
21453 feature, not its value.
21454
21455 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
21456
21457 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
21458
21459 * gdb.base/scope.exp: It's now init0(), not init().
21460
21461 * gdb.base/scope0.c: For now, change init() to be init0().
21462
21463 * config/monitor.exp: Use gdb_serial in preference to serial
21464 or netport.
21465
21466 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
21467 and it's not already set.
21468
21469 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
21470
21471 * gdb.base/setshow.exp: Only test the run command if the target
21472 isn't using a stub and if it supports argument passing.
21473
21474 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
21475
21476 * config/udi.exp(gdb_start): Make sure UDICONF is set
21477 properly before starting gdb.
21478
21479 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
21480
21481 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
21482 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
21483 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
21484
21485 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
21486
21487 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
21488 specialized code to reboot the board, use remote_reboot instead.
21489
21490 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
21491
21492 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
21493
21494 * config/monitor.exp: Make sure we disconnect from the target.
21495 Also, try a reboot/reload cycle instead of failing if the
21496 load fails.
21497
21498 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
21499
21500 * gdb.base/default.exp: Don't set match_max.
21501 * gdb.base/help.exp: Ditto.
21502 * gdb.base/list.exp: Ditto.
21503 * gdb.base/signals.exp: Ditto.
21504
21505 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
21506 set, use remote_ld to download the testcase instead of
21507 the GDB loader.
21508
21509 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
21510
21511 * config/vr5000.exp: New file.
21512
21513 * config/monitor.exp(gdb_target_monitor): Add pattern for
21514 "Ending remote" to detect errors in connecting.
21515
21516 * gdb.base/setshow.exp: Add .* within auto language test.
21517
21518 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
21519 target feature.
21520
21521 * config/monitor.exp(gdb_load): Check for a failure when loading,
21522 and reboot the board if necessary.
21523
21524 * gdb.base/setvar.exp(test_set): Handle multiple prints within
21525 a set of tests. Remove print.* from the patterns being checked.
21526
21527 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
21528
21529 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
21530 refer to gdb_spawn_id.
21531
21532 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
21533 longer used.
21534 * config/sparclet.exp: Ditto.
21535 * config/sparclet-old.exp: Ditto.
21536 * config/slite.exp: Ditto.
21537 * config/sim.exp: Ditto.
21538 * gdb.base/funcargs.exp: Ditto.
21539
21540 * lib/gdb.exp:Remove references to gdb_spawn_id.
21541 (gdb_expect): Move to remote.exp.
21542
21543 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
21544
21545 * config/monitor.exp: Detect the "Couldn't establish connection"
21546 message from GDB.
21547
21548 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
21549
21550 * gdb.base/bitfields.exp: Use runto instead of explicit
21551 gdb_run_cmd/gdb_expect sequences.
21552
21553 * gdb.base/break.exp(text_next_with_recursion): Add match for
21554 gdb_expect call.
21555
21556 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
21557 We also need to handle the "A program is being debugged already"
21558 prompt from gdb. Use gdb_test to set the baud rate.
21559
21560 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
21561 to 20000. Really. I mean it.
21562
21563 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21564
21565 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
21566 fails. If suppress_flag is set, skip perror message about not
21567 being able to send to GDB.
21568 (send_gdb): If suppress_flag is set, don't try to send commands to
21569 GDB.
21570 (gdb_expect): If suppress_flag is set, always fail immediately.
21571 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
21572 (gdb_init): Call gdb_stop_suppressing_tests.
21573 (default_gdb_exit): Ditto.
21574 (default_gdb_start): Ditto.
21575
21576 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
21577 gdb_stop_suppressing_tests as appropriate.
21578 * gdb.base/break.exp: Ditto.
21579 * gdb.base/callfuncs.exp: Ditto.
21580 * gdb.base/commands.exp: Ditto.
21581 * gdb.base/exprs.exp: Ditto.
21582 * gdb.base/funcargs.exp: Ditto.
21583 * gdb.base/list.exp: Ditto.
21584 * gdb.base/recurse.exp: Ditto.
21585 * gdb.base/scope.exp: Ditto.
21586 * gdb.base/structs.exp: Ditto.
21587 * gdb.c++/inherit.exp: Ditto.
21588
21589 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
21590
21591 * config/vr4300.exp: New file.
21592
21593 * gdb.*/*.exp: Call gdb_expect instead of expect.
21594
21595 * lib/gdb.exp(gdb_expect): New function.
21596
21597 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
21598
21599 * lib/gdb.exp(gdb_init): New function.
21600
21601 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
21602 for each individual variable set.
21603
21604 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21605 name.
21606
21607 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21608
21609 * gdb.base/scope.exp: Use gdb_test.
21610
21611 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21612 aborting; the testsuite driver will do that for us (see
21613 gdb_finish). Also, use gdb_test in a few more places.
21614
21615 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
21616
21617 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21618
21619 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
21620
21621 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21622 and "add_tests" are not at the same address.
21623
21624 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
21625
21626 * gdb.base/ptype.exp: Use gdb_test.
21627
21628 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
21629
21630 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21631 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21632 left in. No longer expect them to fail.
21633
21634 * gdb.stabs/*.mt; Deleted, no longer used.
21635 * gdb.stabs/configure.in: Remove references to target makefile
21636 frags.
21637 * gdb.stabs/configure: Rebuilt.
21638
21639 * gdb.disasm/*.mt: Deleted, no longer used.
21640 * gdb.disasm/configure.in: Remove references to target makefile
21641 frags. Use "sh3.s" as the unique filename for this directory.
21642 * gdb.disasm/configure: Rebuilt.
21643
21644 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21645 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21646 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21647
21648 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
21649
21650 * config/udi.exp: Use mondfe,name instead of remote_host.
21651
21652 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
21653
21654 * gdb.base/watchpoint.exp: Don't expect a failure when calling
21655 a function with a watchpoint enabled on the mn10200.
21656
21657 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21658 before trying to create it!
21659
21660 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
21661
21662 * config/vx.exp: Use hostname instead of netport.
21663
21664 * config/vxworks.exp: New file.
21665
21666 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21667
21668 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
21669 gdb before assuming everything worked. Send a ^C if a timeout
21670 occurs.
21671
21672 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21673 $gdb_spawn_id directly.
21674 (gdb_run_cmd): Try _start as well as start. Use the target feature
21675 gdb,start_symbol as the symbol to start from when jumping.
21676
21677 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
21678
21679 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21680 redundant) test.
21681
21682 * gdb.base/recurse.exp: Relax final value test for 'b' so that
21683 it doesn't lose for 16bit integer systems.
21684
21685 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
21686
21687 * gdb.fortran/types.exp: If the target doesn't support "double"
21688 data types, then expect "real" types to only be 4 bytes.
21689
21690 * gdb.c++/virtfunc.exp: Expect failure for virtual function
21691 call tests if the target doesn't support inferior function calls.
21692
21693 * gdb.base/printcmds.exp: Allow minor deviation in FP values
21694 in printf tests.
21695
21696 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
21697
21698 * gdb.base/help.exp: Disable "help set", "help show", and
21699 "help support". Simplify regexp for "help stack".
21700
21701 * gdb.base/default.exp: Set match_max to 5000 and the timeout
21702 to 60 seconds. Temporarily set match_max to 15000 around the
21703 "info copying" test.
21704
21705 * gdb.base/nodebug.exp: Don't try to do an inferior function
21706 call if the target doesn't support them.
21707 * gdb.base/printcmds.exp: Likewise.
21708 * gdb.base/setvar.exp: Likewise.
21709 * gdb.base/structs.exp: Likewise.
21710 * gdb.c++/templates.exp: Likewise.
21711 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
21712
21713 * gdb.base/recurse.exp: Enable for the mn10200.
21714
21715 * configure.in: Do configure gdb.stabs directory for *-*-elf
21716 targets.
21717 * configure: Rebuilt.
21718
21719 * gdb.base/break.exp: Check for gdb,noresults before testing
21720 exit status and/or results from the target.
21721 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21722 * lib/gdb.exp: Remove old (now bogus) initialization of
21723 noinferior, noargs, noresults and nosignals.
21724
21725 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
21726
21727 * config/sh.exp: New file.
21728
21729 * config/slite.exp: Try to connect multiple times to the board
21730 before rebooting. Only send a "monitor run" if need_monitor_run
21731 is set.
21732
21733 * gdb.base/break.exp: Don't do the "stub continue" test if
21734 the target has gdb_stub set.
21735
21736 * gdb.base/callfuncs.exp: Increase the timeout.
21737
21738 * gdb.base/interrupt.exp: Don't even try to compile the testcase
21739 if the target has gdb,noinferiorio set.
21740
21741 * gdb.base/list.exp: Increase match_max to 10000 characters.
21742
21743 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21744
21745 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21746 target.
21747
21748 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21749
21750 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
21751
21752 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
21753 trying to delete the copy of gdb. Catch the file delete so we
21754 don't die if the delete fails; also, the file should be copied to
21755 the host, not to the build.
21756
21757 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
21758
21759 * lib/gdb.exp(gdb_test): Surround the result pattern with
21760 parenthesis in case it contains multiple regexps separated
21761 with |.
21762
21763 * gdb.base/watchpoint.exp: Use gdb_test.
21764 * gdb.base/default.exp: Ditto.
21765
21766 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
21767
21768 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
21769
21770 * gdb.base/scope.exp: Use gdb_test.
21771 * gdb.c++/classes.exp: Ditto.
21772 * gdb.c++/inherit.exp: Ditto.
21773
21774 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
21775
21776 * gdb.base/crossload.exp: Don't use execute_anywhere, use
21777 remote_exec instead.
21778 * gdb.base/corefile.exp: Don't be ridiculous.
21779 * gdb.base/*.c: Add missing stub invocations.
21780
21781 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
21782
21783 * config/slite.exp: Miscellaneous fixes.
21784
21785 * lib/gdb.exp: Fix runto.
21786
21787 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
21788 the target.
21789
21790 * gdb.base/watchpoint.exp: Fix regexp.
21791
21792 * lib/gdb.exp(default_gdb_exit): Add a catch to the
21793 close and wait commands, as the descriptor may now be
21794 invalid. Always call "remote_close host".
21795
21796 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
21797
21798 Major rewrite for testsuite revision.
21799
21800 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
21801 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
21802 instead of relying on spawn_id to always contain a valid
21803 spawn id.
21804 (get_compiler_info): New procedure to build the ${binfile}.ci
21805 file, instead of replicating this in N different places.
21806 (gdb_compile): New procedure.
21807
21808 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
21809 appropriate arguments) instead of compile. Use gdb_test in a lot
21810 more places. Use send_gdb instead of send. Always run gdb_start
21811 at the start of a testcase, as this is no longer done magically.
21812
21813 config/*-gdb.exp: Rename without the -gdb suffix.
21814
21815 config/mips.exp: Use remote_close instead of exit_remote_shell.
21816 config/monitor.exp: Use target_info instead of looking at
21817 baud, timeout, etc.
21818 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
21819
21820 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21821
21822 * gdb.c++/templates.exp (test_ptype_of_templates),
21823 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
21824 Update expect patterns for destructors and assignment operators
21825 to match corresponding c-typeprint.c changes.
21826 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
21827 to destructor breakpoint test, GDB should be able to set the
21828 destructor breakpoint without specifying arguments.
21829
21830 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
21831
21832 * gdb.threads/pthreads.exp: Change result for failure to compile due
21833 to lack of pthreads runtime support from an error to simply an
21834 unsupported test, per dejagnu standards.
21835
21836 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21837
21838 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
21839 where GDB exits to reduce pattern match time.
21840 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
21841
21842 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
21843
21844 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
21845
21846 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
21847 * gdb.base/default.exp: ditto.
21848 * gdb.base/nodebug.exp: ditto.
21849 * gdb.base/printcmds.exp: ditto.
21850 * gdb.base/ptype.exp: ditto.
21851 * gdb.base/setvar.exp: ditto.
21852 * gdb.base/structs.exp: ditto.
21853 * gdb.base/setshow.c: Guard against uninitialized values of argc.
21854
21855 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
21856
21857 * configure, */configure: Rebuild with autoconf 2.12.
21858
21859 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
21860
21861 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
21862 use new i*86-pc-linux*-gnu quads.
21863 * gdb.base/corefile.exp: Ditto.
21864 * gdb.base/signals.exp: Ditto.
21865 * gdb.base/sigall.exp: Ditto.
21866 * gdb.base/interrupt.exp: Ditto.
21867
21868 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
21869 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
21870 RedHat 4.0.
21871
21872 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
21873 linux. This allows the test case to at least compile on latest
21874 linux, but still not run due to missing the threads runtime library.
21875
21876 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21877
21878 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
21879 directory to search gdb directory. Accept and step over conditional
21880 stack alignment code. Consume $prompt in failure cases.
21881 Reset timeout to $oldtimeout instead of some arbitrary value.
21882 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
21883 timeout problems with infinite stack backtraces.
21884 * gdb.base/ptype.exp (ptype struct link, union tu_link):
21885 Accept function parameters for linkfunc member.
21886
21887 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
21888
21889 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
21890 (CXXFLAGS): Remove, unreferenced.
21891 (B_OPTIONS): Add for -B options and add code to initialize with
21892 previous -B options and also add -B option to pick up cross compiled
21893 runtime.
21894 (TARGET_INCLUDES): Add for -I options and add code to initialize when
21895 doing cross compiles.
21896 (target_alias): Declare global.
21897 (xgcc): Set variable to full path of gcc in build tree. Use findfile
21898 to verify that gcc exists in build tree, and if so set CC to that
21899 gcc and to use B_OPTIONS and TARGET_INCLUDES.
21900
21901 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
21902
21903 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
21904 ptype test for anonymous union. Fixup testcase to match
21905 current gcc debug output.
21906
21907 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
21908
21909 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
21910 force argument to an unsigned long type.
21911
21912 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
21913
21914 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
21915 tests and anonymous union print/ptype tests.
21916 * gdb.base/list.exp (test_forward-search): Increase timeout by
21917 5 minutes for the "search extremely long line" case.
21918 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
21919 completely optional and that the pass/fail messages use the command as
21920 the message if that third arg is a null string.
21921 (gdb_test_exact): Arrange that a null string pattern means match a
21922 null string output rather than any output, which might include random
21923 errors.
21924 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
21925 backtrace test.
21926 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
21927 always failing and failure is now exposed by gdb.exp changes.
21928
21929 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
21930
21931 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
21932 weren't being noted.
21933
21934 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21935
21936 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
21937 * gdb.stabs/weird.exp: Remove v_comb xfails.
21938
21939 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
21940
21941 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
21942 list.exp scope.exp watchpoint.exp]
21943 Make all timeout error msgs explicitly say "(timeout)".
21944
21945 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
21946
21947 * config/monitor.exp: Increase download timeout to 1000 seconds.
21948
21949 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
21950
21951 * config/m32r.exp: Increase timeout to 120 seconds.
21952
21953 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
21954
21955 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
21956 and accept older ordering as obsolescent gcc or gdb.
21957 * gdb.c++/templates.exp: Ditto.
21958 * gdb.c++/virtfunc.exp: Ditto.
21959
21960 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
21961
21962 * gdb.base/coremaker.c: Add code to mmap some data so we
21963 can check that it ends up in the core file.
21964 * gdb.base/corefile.exp: Add test to read mmapped data
21965 from core file.
21966
21967 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
21968
21969 * config/m32r.exp: New file.
21970
21971 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
21972
21973 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
21974 that cflags can contains -gstabs, and work correctly for other tests.
21975
21976 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
21977
21978 * gdb.base/setshow.exp: New file, tests show and set.
21979 * gdb.base/setshow.c: New file, tests show and set.
21980 * gdb.base/help.exp: Add test for help set|show annotate.
21981 * gdb.base/default.exp: Add test for set|show annotate.
21982
21983 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
21984
21985 * testsuite/gdb.base/break.exp: Make backtrace from factorial
21986 errors unique.
21987 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
21988 explicitly.
21989
21990 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
21991
21992 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
21993 and width commands. This is done elsewhere.
21994 * (gdb_start): Don't call gdb_start_sim here. That's already
21995 done in gdb_load. This fixes lots of failures in default.exp.
21996
21997 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
21998
21999 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22000 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22001 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22002 in the same we we treat other failures (since it may be an expected
22003 condition), rather than as an error.
22004 * gdb.base/signals.exp (test_handle_all_print): Revert back to
22005 old test format.
22006
22007 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
22008
22009 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22010 (distclean maintainer-clean realclean): No need to remove files
22011 twice. Nuke the duplicates.
22012 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
22013 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
22014 Remove config.h along with other config files.
22015
22016 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
22017
22018 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22019 "p func1 ()" and note that rests of tests are skipped.
22020 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
22021 setup_xfails for "print func2::coremaker_local".
22022 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22023 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22024 affected by the previous run test.
22025 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22026 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22027 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22028 "pass int powerset tuple" and "pass modeless int powerset tuple".
22029 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22030 "real write 4" and "real write 8".
22031 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
22032 setup_xfails for "print vs1 after tuple assign 2",
22033 "print \$i after tuple assign 2", and
22034 "print vs2 after tuple assign 2".
22035 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
22036 meaningful error message and return -1 so the caller can
22037 suppress further tests and avoid a cascade of errors.
22038
22039 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
22040
22041 * gdb.base/a1-selftest.exp: Tweak tests to account for new
22042 format for printing version.
22043 * gdb.base/default.exp: Ditto.
22044 * gdb.base/interrupt.exp: Fix problem with cascade of
22045 errors if child process dies while calling a function.
22046
22047 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
22048
22049 * Makefile.in (VPATH): Add
22050 * Makefile.in (Makefile, config.status): Fix rules so things get
22051 remade when necessary.
22052
22053 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
22054
22055 * Makefile.in (just-check): Add path to sibling expect dir
22056 to environment variable specified by RPATH_ENVVAR.
22057
22058 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
22059
22060 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
22061 (just-check): Add shared library paths for libstdc++, tk,
22062 tcl, bfd, and opcodes to the environment variable specified
22063 in RPATH_ENVVAR.
22064 * configure.in: Add support to recognize --enable-shared flag
22065 and generate correct value for RPATH_ENVVAR.
22066 * configure: Regenerated with autoconf.
22067
22068 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
22069
22070 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
22071 include all osf versions.
22072 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
22073 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
22074 when target is linux. When failing to build pthreads test
22075 executable, give more meaningful message.
22076 * gdb.threads/pthreads.c: Hpux also uses old definition of second
22077 arg for pthread_create.
22078
22079 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
22080
22081 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
22082 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
22083 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
22084 and -lpthreads (everybody else).
22085 (test_startup): Fail gracefully if threads are not supported.
22086 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
22087 "p/c array_index("abcdef",2)" when not gcc compiled.
22088 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
22089 "print func2::coremaker_local" when not gcc compiled.
22090 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
22091 "ptype on opaque struct tagname (statically)",
22092 "ptype on opaque struct tagname (dynamically) 1", and
22093 "ptype on opaque struct tagname (dynamically) 2"
22094 for not compiled with gcc.
22095 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
22096 backtrace when compiled with gcc.
22097 * lib/gdb.exp (runto_main): Return result of "runto main" rather
22098 than always return success.
22099
22100 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
22101
22102 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
22103
22104 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
22105
22106 * gdb.base/structs.exp: Undo last change.
22107
22108 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
22109
22110 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
22111 encapsulate all the steps/nexts done during self test, starting
22112 at main, and makes them less sensitive to optimization issues.
22113 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
22114 signal handler" test.
22115 * gdb.threads/pthreads.exp: Only run this for native configs.
22116 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
22117 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
22118 tests.
22119 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
22120 for "runto test_calls(void)" test.
22121
22122 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
22123
22124 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
22125 and don't expect address info in breakpoint confirmations.
22126
22127 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
22128
22129 * gdb.base/list.exp (test_forward_search): Increase timeout
22130 temporarily by 60 seconds for searching extremely long line,
22131 and then reset to old value when done. Increase expect input
22132 buffer to 10000.
22133
22134 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
22135
22136 * gdb.base/list.exp (test_forward_search): Fix to handle very
22137 long source line without overflowing expect's input buffer.
22138
22139 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
22140
22141 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
22142 "buffer_full".
22143
22144 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
22145 "buffer_full".
22146
22147 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
22148 "buffer_full".
22149
22150 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
22151 "buffer_full".
22152
22153 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
22154
22155 * configure.in (configdirs): Add gdb.threads.
22156 * configure: Regenerated with autoconf.
22157 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
22158 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
22159 * gdb.threads/configure: New, generated with autoconf.
22160
22161 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
22162
22163 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
22164
22165 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
22166
22167 * gdb.base/signals.exp (test_handle_all_print): Test separately for
22168 each signal's status in the output of "handle all print".
22169 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
22170 the \r\n sequence that immediately precedes the gdb prompt.
22171 * gdb.base/a1-selftest.exp: Save original timeout and restore
22172 after test.
22173
22174 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
22175
22176 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
22177 symbol.
22178
22179 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
22180
22181 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
22182
22183 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
22184
22185 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
22186 timeout by 60 seconds.
22187
22188 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
22189
22190 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
22191 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
22192 error return.
22193
22194 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
22195
22196 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
22197 gdb initialization, also report how long dejagnu waited. Restore
22198 old timeout before doing error return. Temporarily increase timeout
22199 by 3 minutes to allow for slow startups over heavy NFS use.
22200
22201 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
22202
22203 * lib/gdb.exp: Report timeout value for verbosity level 2.
22204 * config/gdbserver.exp: Ditto.
22205 * config/hppro.exp: Ditto.
22206 * config/mips-gdb.exp: Ditto.
22207 * config/monitor.exp: Ditto.
22208 * config/netware.exp: Ditto.
22209 * config/sim-gdb.exp: Ditto.
22210 * config/slite-gdb.exp: Ditto.
22211 * config/udi-gdb.exp: Ditto.
22212 * config/unix-gdb.exp: Ditto.
22213 * config/vx-gdb.exp: Ditto.
22214 * gdb.base/a1-selftest.exp: Ditto.
22215 * gdb.base/a2-run.exp: Ditto.
22216 * gdb.base/break.exp: Ditto.
22217 * gdb.base/corefile.exp: Ditto.
22218 * gdb.base/list.exp: Ditto.
22219 * gdb.base/recurse.exp: Ditto.
22220 * gdb.base/scope.exp: Ditto.
22221 * gdb.base/signals.exp: Ditto.
22222
22223 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22224
22225 * gdb.threads/Makefile.in (docdir): Removed.
22226
22227 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22228
22229 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
22230 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
22231 @srcdir@.
22232 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
22233 autoconf 2.5 or higher.
22234 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
22235
22236 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
22237
22238 * configure: Regenerated.
22239 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
22240 avoid name clashes with SunOS headers.
22241
22242 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
22243
22244 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
22245
22246 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
22247
22248 * gdb.base/callfuncs.exp: Finish last change -- make sure the
22249 prototype information ends up in the compiler info file.
22250
22251 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
22252
22253 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
22254 attempting to regenerate it. Eliminate use of a temporary file
22255 and just generate the info file directly. Source it immediately,
22256 for consistency of use.
22257 * gdb.base/corefile.exp: Ditto
22258 * gdb.base/exprs.exp: Ditto.
22259 * gdb.base/funcargs.exp: Ditto.
22260 * gdb.base/langs.exp: Ditto.
22261 * gdb.base/list.exp: Ditto.
22262 * gdb.base/mips_pro.exp: Ditto.
22263 * gdb.base/nodebug.exp: Ditto.
22264 * gdb.base/opaque.exp: Ditto.
22265 * gdb.base/ptype.exp: Ditto.
22266 * gdb.base/scope.exp: Ditto.
22267 * gdb.base/setvar.exp: Ditto.
22268 * gdb.base/signals.exp: Ditto.
22269 * gdb.base/whatis.exp: Ditto.
22270 * gdb.c++/templates.exp: Ditto.
22271 * gdb.c++/virtfunc.exp: Ditto.
22272 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
22273 whether or not to add -lstdc++ to the compile command line args.
22274
22275 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22276
22277 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
22278 it got fixed by the recent lookup_minimal_symbol_by_pc change.
22279 Increase timeout, a lot of single stepping might be needed if the
22280 target has no hardware watchpoints.
22281
22282 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
22283
22284 * gdb.base/break.exp: Ignore compiler warnings when compiling
22285 break.c.
22286 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
22287 * gdb.base/default.exp: Add h8300 xfails. Handle messages
22288 from remote-sim.
22289 * gdb.base/exprs.exp: Add h8300 xfails.
22290 * gdb.base/funcargs.exp: Likewise.
22291 * gdb.base/nodebug.exp: Likewise.
22292 * gdb.base/printcmds.exp: Likewise.
22293 * gdb.base/ptype.exp: Likewise.
22294 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
22295 h8300 xfails.
22296 * gdb.base/return.exp: Handle float/double precision problems
22297 on the h8300.
22298 * gdb.base/funcargs.c: Explicitly make last constant argument to
22299 call_after_alloca_subr an unsigned long type.
22300 * gdb.base/return.c: Include stdio.h.
22301
22302 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
22303
22304 * config/abug.exp: New file for the older Motorola Bug monitor
22305 that runs on the mvme13x series VME boards.
22306 * config/monitor.exp: Use the new config array for target settings
22307 if they exist.
22308
22309 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
22310
22311 * sim-gdb.exp: Make the SH simulator allocate less space when
22312 it is targeted.
22313
22314 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
22315
22316 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
22317 test.
22318
22319 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
22320
22321 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
22322 "rs6000-*-*" for "list function in include file" when gcc compiled.
22323 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
22324 for "p ctable1[120]".
22325 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
22326 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
22327 Remove setup_xfail for "rs6000-*-*" for
22328 "print 'scope0.c'::filelocal before run".
22329 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
22330 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
22331 since some compilers don't allow both options to be given
22332 on the same command line. Create object file and move it.
22333
22334 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
22335
22336 * gdb.base/corefile.exp: Always regenerate the core file, since
22337 we always regenerate the coremaker program. Detect special case
22338 where registers cannot be read from core file.
22339
22340 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
22341
22342 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
22343 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
22344 * gdb.c++/templates.exp: Only match on basename of file since
22345 some formats like xcoff don't encode directory information.
22346 * gdb.stabs/weird.exp: Use the right sed script for powerpc
22347 and rs6000 AIX xcoff targets.
22348 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
22349 * configure: Regenerate.
22350 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
22351 here, rather than in distclean.
22352
22353 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
22354
22355 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
22356 defined, and use it to compile the test case with -O2. The
22357 native compilation still uses no optimization.
22358 * gdb.base/mips_pro.c: Remove inline assembly code since
22359 it is compiled PIC by default, which results in assembler
22360 warnings that make the testsuite think the compilation
22361 was unsuccessful.
22362
22363 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
22364
22365 * gdb.c++/misc.exp: Add note to message for
22366 "print s.a for foo struct" that this is a known gcc 2.7.2
22367 and earlier bug.
22368
22369 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
22370
22371 * gdb.base/break.exp: Fix pattern for matching "Delete all
22372 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
22373 setup_xfail for deleting all breakpoints test. Fix various
22374 timeout messages to include "(timeout)".
22375 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
22376 for "p t_float_values2(3.14159,float_val2)".
22377 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
22378 for "continue to call2g" when gcc compiled.
22379 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
22380 "up to foo in langs.exp", "show language at foo in langs.exp",
22381 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
22382 and "show language at fsub in langs.exp".
22383 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
22384 "list line 1 in include file", "list message for lines past EOF",
22385 "list function in include file", "list list0.h:foo", and
22386 "list filename:function; nonexistant function".
22387 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
22388 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
22389 and "ptype t_char_array" to be for native cc only.
22390
22391 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
22392
22393 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
22394 setup_xfail for "print coremaker_bss", "print coremaker_ro",
22395 "print func2::coremaker_local", and "backtrace in corefile.exp".
22396
22397 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
22398
22399 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
22400 "bt in signals.exp". This problem only appears when running
22401 the testsuite, and then only intermittently.
22402
22403 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
22404
22405 * gdb.base/return.exp (return_tests): Differentiate between
22406 two tests of continuing.
22407
22408 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
22409
22410 * */Makefile.in (maintainer-clean): Remove config.log.
22411 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
22412 * gdb.c++/Makefile.in (PROGS): Add inherit.
22413 (clean): Remove *.ci.
22414
22415 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
22416
22417 * gdb.c++/misc.cc: Add test code from Mike Stump.
22418 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
22419
22420 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
22421
22422 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
22423 to "alpha-*-osf2*" and add comment.
22424 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
22425 setup_xfail for "step over execarg initialization" and
22426 "step over corearg initialization".
22427 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
22428 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
22429 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
22430 gcc compiled for "print coremaker_bss", "print coremaker_ro",
22431 "print func2::coremaker_local", and "backtrace in corefile.exp".
22432 * gdb.base/signals.exp: Build and source signals.ci.
22433 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
22434 to be for gcc only.
22435 * lib/gdb.exp: Move verbose statements outside conditionals.
22436
22437 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22438
22439 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
22440 Feb 3 procfs.c change.
22441
22442 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
22443
22444 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
22445
22446 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
22447
22448 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
22449 from dejagnu's apparent default of 10 seconds, which gives random
22450 results when running the tests over NFS on moderately loaded systems.
22451 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
22452
22453 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
22454
22455 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
22456 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
22457 result reports.
22458
22459 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
22460
22461 * configure.in (CY_AC_PATH_TCLH): Remove.
22462 * configure: Regenerate.
22463
22464 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
22465
22466 * gdb.c++/Makefile.in (clean): Add missing '{'.
22467
22468 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
22469
22470 * lib/gdb.exp: Provide a default value for noinferior.
22471
22472 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
22473 Load libgloss.exp.
22474
22475 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
22476
22477 * gdb.disasm/hppa.exp: Compile directly into an executable, use
22478 the executable, not the .o to run the tests from.
22479
22480 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
22481
22482 * gdb.base/break.exp: Don't test for program exit or exit status
22483 if $noresults if nonzero.
22484 * gdb.base/langs.exp: Likewise.
22485 * gdb.base/watchpoint.exp: Likewise.
22486
22487 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
22488 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
22489 trying to compile the testcase.
22490
22491 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
22492
22493 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
22494 * gdb.base/signals.exp (continue to handler): Likewise.
22495
22496 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
22497
22498 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
22499
22500 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
22501
22502 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
22503
22504 * gdb.base/corefile.exp: Recognize "not found" as failure
22505 when trying to determine if a core file was generated.
22506 If no core file was generate the first time, try again without
22507 the ulimit -c to work around braindamaged shells.
22508
22509 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
22510
22511 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
22512 [] tests with "test" and enclose string in quotes.
22513 * gdb.stabs/configure: Rebuild
22514
22515 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
22516
22517 Changes in sync with expect:
22518 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
22519 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
22520 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
22521 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
22522 argument to AC_REQUIRE.
22523 * configure: Regenerated.
22524
22525 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
22526
22527 * gdb.base/corefile.exp: When generating a core, discard any
22528 error messages about ulimit not found and the "core dumped"
22529 message from the shell that runs the coredumper.
22530
22531 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
22532
22533 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
22534
22535 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
22536 which sed script to run. Expect failure for v_comb test
22537 on PA targets too.
22538
22539 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
22540
22541 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
22542 "print func2::coremaker_local" and for "backtrace in corefile.exp"
22543
22544 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
22545
22546 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
22547 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
22548 "sparc-sun-solaris*" xfails for "p v_comb".
22549 * lib/gdb.exp (default_gdb_start): Fix typo.
22550 * gdb.base/corefile.exp: Allow "Core was generated by ..."
22551 messages to not include the full program name that caused
22552 the core dump since some systems (such as solaris) apparently
22553 truncate this path to about 80 characters.
22554 When generating a core file first try increasing the core file
22555 size limit to unlimited since some systems may default it to
22556 zero, and it is harmless to try it. Move the test for failing
22557 to generate a core file to where it will actually get executed.
22558 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
22559 new gdb result from g++ debug info improvements and make old
22560 pattern obsolescent. Also account for size_t differences
22561 (may be int or long).
22562 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
22563 initialization before function call is placed in the delay slot
22564 and thus appears to be skipped over by commands such as "next".
22565
22566 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
22567
22568 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
22569
22570 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
22571
22572 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
22573 input source file; fix code to compile test to deal with this
22574 convention.
22575 * gdb.c++/*.exp: Likewise.
22576
22577 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
22578
22579 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
22580 "bt in signals.exp".
22581
22582 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
22583
22584 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
22585 "step over execarg initialization" and
22586 "step over corearg initialization".
22587
22588 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
22589
22590 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22591 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
22592
22593 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
22594
22595 From Rob Savoye (rob@poseidon.cygnus.com)
22596 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22597 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
22598 configure.in}, gdb.disasm/{Makefile.in, configure.in},
22599 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22600 configure.in}: Major reworking for autoconfig.
22601 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22602 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
22603 New files.
22604 * config/unix-gdb.exp: Make GDB global.
22605 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
22606 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22607 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22608 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22609 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22610 term.exp, twice.exp, watchpoint.exp, whatis.exp},
22611 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
22612 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22613 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22614 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22615 pr-8136.exp, result.exp, string.exp, tuples.exp},
22616 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
22617 to returns as necessary, arrange for test to compile own testcase
22618 executable.
22619 * lib/gdb.exp: Changes for testsuite to compile own test cases.
22620
22621 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
22622
22623 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
22624 clear_xfail at end of test which might not call either pass or fail.
22625 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22626 "backtrace through signal handler".
22627
22628 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22629
22630 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
22631 continuing from a job control stop signal.
22632 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
22633
22634 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
22635
22636 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22637 * gdb.base/corefile.exp: Likewise.
22638 * gdb.base/funcargs.exp: Likewise.
22639
22640 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
22641
22642 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
22643 * config/monitor.exp: Add support for setting baud rate.
22644
22645 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
22646
22647 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22648 i*86-*-linux* xfails for "backtrace through signal handler".
22649 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22650 "print func2::coremaker_local".
22651 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
22652 alpha-dec-osf2* xfail for
22653 "delete all breakpoints when none".
22654
22655 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
22656
22657 * gdb.base/break.exp: Change test that deletes all breakpoints
22658 when no user breakpoints are installed. A post 4.15 change
22659 causes gdb to no longer prompt in this case.
22660
22661 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
22662
22663 * gdb.base/return.exp (return_tests): Change xfail for test
22664 "correct value returned double test" to stop xfailing at
22665 Solaris 2.5. Apparently the bug has been fixed.
22666
22667 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
22668
22669 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22670 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22671
22672 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
22673
22674 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22675 * gdb.disasm/hppa.s: Corresponding changes.
22676
22677 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
22678
22679 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22680 makefile fragment.
22681 * config/mt-hpux: Deleted.
22682
22683 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
22684
22685 * Many files: When warning about suppressed tests due to a
22686 nonexistant test binary, avoid incrementing the warning count.
22687
22688 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
22689
22690 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
22691
22692 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22693
22694 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
22695 "sparc-*-solaris2*".
22696
22697 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22698
22699 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
22700 Add global and local variables and initialize them.
22701 * gdb.base/corefile.exp: Test correct mapping of corefile sections
22702 by printing variables. Remove rs6000 and powerpc xfails, BFD now
22703 extracts the file name and terminating signal from the core file.
22704 * TODO: Remove note about tests for correct mapping of corefile.
22705 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
22706 from optimizing it away.
22707 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
22708 handles common blocks.
22709
22710 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
22711
22712 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22713 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22714
22715 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
22716
22717 * Makefile.in (maintainer-clean): New target, synonym for
22718 realclean.
22719 * gdb.base/Makefile.in (maintainer-clean): Likewise.
22720 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22721 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22722 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22723 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22724 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22725
22726 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
22727
22728 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
22729 xfails when not gcc compiled for "print foo::funclocal".
22730 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22731 "print foo::funclocal at foo",
22732 "print 'scope1.c'::foo::funclocal at foo",
22733 "print foo::funclocal_bss at foo",
22734 "print 'scope1.c'::foo::funclocal_bss at foo",
22735 "print foo::funclocal_ro at foo",
22736 "print 'scope1.c'::foo::funclocal_ro at foo",
22737 "print bar::funclocal at foo" and
22738 "print 'scope1.c'::bar::funclocal at foo".
22739 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
22740 gcc compiled for "print foo::funclocal at bar".
22741 Expand all messages to ensure that they identify that
22742 the test is at bar().
22743 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22744 gcc compiled for:
22745 "ptype on opaque struct pointer (statically)",
22746 "ptype on opaque struct tagname (statically)",
22747 "ptype on opaque struct pointer (dynamically) 1",
22748 "ptype on opaque struct tagname (dynamically) 1",
22749 "ptype on opaque struct pointer (dynamically) 2" and
22750 "ptype on opaque struct tagname (dynamically) 2
22751 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22752 gcc compiled for:
22753 "p datalocal"
22754 "whatis datalocal",
22755 "ptype datalocal",
22756 "p bsslocal",
22757 "whatis bsslocal", and
22758 "ptype bsslocal".
22759 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22760 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22761 when not gcc compiled.
22762 * gdb.base/funcargs.exp (float_and_integral_args): Add
22763 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22764 compiled.
22765 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
22766 "backtrace from call6a" when not gcc compiled.
22767 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
22768 "backtrace from call7a" when not gcc compiled.
22769 * gdb.base/callfuncs.exp (do_function_calls):
22770 Add "hppa*-*-hpux*" xfail when not gcc compiled for
22771 "p t_char_array_values(char_array_val2,char_array_val1)",
22772 "p t_char_array_values(char_array_val1,char_array_val2)",
22773 "p t_char_array_values("carray 1","carray 2")",
22774 "p t_char_array_values("carray 1",char_array_val2)",
22775 "p t_char_array_values(char_array_val1,"carray 2")",
22776 "p sum_args(1,{2})",
22777 "p sum_args(2,{2,3})",
22778 "p sum_args(3,{2,3,4})",
22779 "p sum_args(4,{2,3,4,5})"
22780 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
22781 "backtrace in corefile.exp" when not gcc compiled.
22782
22783 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22784
22785 * gdb.base/signals.exp: Rewrite `handle all print' test as
22786 a procedure. Accept blanks or TABs as whitespace, increase
22787 timeout and expect input buffer size for the large output
22788 from the command. Remove "i*86-*-bsdi2.0" xfail.
22789
22790 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22791
22792 * gdb.base/setvar.exp: Add new testcases for truncation when
22793 assigning invalid values to bitfields.
22794
22795 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
22796
22797 * gdb.base/callfuncs.exp (do_function_calls): Remove
22798 mips-sgi-irix* xfail for
22799 "call inferior func with struct - returns char *"
22800 and fix test so that an optional (unsigned char *) cast is
22801 accepted in the result.
22802
22803 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
22804
22805 * gdb.base/funcargs.exp (float_and_integral_args): Remove
22806 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22807 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
22808 * gdb.base/signals.exp: Remove duplicate "handle all print" test
22809 that accidentally got checked in.
22810
22811 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
22812
22813 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
22814 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
22815 compiled test.
22816 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
22817 Add mips-sgi-irix5* xfail for not gcc compiled.
22818 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
22819 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
22820 "p top", "whatis top", "p middle", and "whatis middle".
22821 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
22822 "whatis signed char" for not gcc compiled.
22823 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
22824 "set variable signed char=-1 (-1)" and
22825 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
22826 * gdb.base/funcargs.exp (float_and_integral_args):
22827 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
22828 Add mips-sgi-irix* xfail when not gcc compiled for
22829 "continue to call2b".
22830 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
22831 "continue to call2g".
22832 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
22833 "backtrace from call6a"
22834 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
22835 "backtrace from call7k".
22836 Add mips-sgi-irix5* xfail when not gcc compiled for
22837 "backtrace from call7a".
22838 (localvars_after_alloca): Fix gdb_test cmds for
22839 "print * after runto ...".
22840 Remove rs6000-*-* xfails for
22841 "print i after runto localvars_after_alloca" and
22842 "print l after runto localvars_after_alloca"
22843 for all compilers.
22844 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
22845 when not compiled with gcc, for:
22846 "print signed char == (minus)",
22847 "print signed char != (minus)",
22848 "print signed char < (minus)",
22849 "print signed char > (minus)".
22850 * gdb.base/callfuncs.exp (do_function_calls):
22851 Add mips-sgi-irix* xfail, when compiled with native compiler, for
22852 "call inferior func with struct - returns char *".
22853 * gdb.base/return.exp (return_tests): Change xfail for
22854 "correct value returned double test" to include Solaris 2.4.
22855 * gdb.base/funcargs.exp (float_and_integral_args):
22856 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
22857
22858 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22859
22860 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
22861 enumeration bitfields if compiling with GNU C.
22862 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
22863 to empty' prompt.
22864
22865 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
22866
22867 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
22868 test for PRO targets.
22869
22870 * gdb.base/funcargs.exp: Avoid ever setting more than 8
22871 breakpoints in the inferior at any given time by making
22872 two groups of breakpoints for call2*, call6* and call7*
22873 tests.
22874
22875 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22876
22877 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
22878 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
22879 from optimizing it away.
22880 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
22881 "call inferior func with struct".
22882
22883 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
22884
22885 * configure.in: Only configure gdb.chill for particular targets.
22886
22887 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
22888
22889 * gdb.base/Makefile.in: Add action to .c.o transformation
22890 rule that generates a .ci file for each .o file and remove
22891 explicit .c.o rules except for callfuncs.o.
22892 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
22893 generates a .ci file for each .o file and remove explicit
22894 .cc.o rules.
22895 (clean): Remove *.tmp *.ci files.
22896 (EXECUTABLES): Remove templ-info.exp.
22897 * gdb.base/compiler.c: New file.
22898 * gdb.c++/compiler.cc: New file
22899 * gdb.base/scope.exp: Source gdb.base/scope.ci.
22900 Change rs6000-*-* xfail for
22901 "print 'scope0.c'::filelocal_ro" and
22902 "print 'scope1.c'::filelocal" and
22903 "print 'scope1.c'::filelocal_bss" and
22904 "print 'scope1.c'::filelocal_ro" and
22905 "print 'scope1.c'::foo::funclocal" and
22906 "print 'scope1.c'::foo::funclocal_ro" and
22907 "print 'scope1.c'::bar::funclocal" and
22908 "print 'scope0.c'::filelocal_ro" and
22909 "print 'scope1.c'::filelocal at foo" and
22910 "print 'scope1.c'::filelocal_bss at foo" and
22911 "print 'scope1.c'::filelocal_ro at foo" and
22912 "print 'scope1.c'::foo::funclocal at foo" and
22913 "print 'scope1.c'::foo::funclocal_bss at foo" and
22914 "print 'scope1.c'::foo::funclocal_ro at foo" and
22915 "print 'scope1.c'::bar::funclocal at foo" and
22916 "print 'scope0.c'::filelocal_ro" and
22917 "print 'scope1.c'::filelocal" and
22918 "print 'scope1.c'::filelocal_bss" and
22919 "print 'scope1.c'::filelocal_ro" and
22920 "print 'scope1.c'::foo::funclocal" and
22921 "print 'scope1.c'::foo::funclocal_bss" and
22922 "print 'scope1.c'::foo::funclocal_ro" and
22923 "print 'scope1.c'::bar::funclocal" and
22924 "print 'scope1.c'::bar::funclocal_bss"
22925 to only be xfail'd when not compiled with gcc.
22926 Add rs6000-*-* xfail for
22927 "print 'scope0.c'::filelocal_bss before run"
22928 when compiled with gcc.
22929 (test_at_main): Add rs6000-*-* xfail for
22930 "print filelocal_ro in test_at_main"
22931 when compiled with gcc.
22932 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
22933 Add rs6000-*-aix* xfail for
22934 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
22935 "ptype t_char_array", not compiled with gcc.
22936 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
22937 xfail for "list foo (in include file)" when gcc compiled.
22938 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
22939 (integral_args): Add rs6000-*-* xfail for
22940 "run to call0a" if not compiled with gcc.
22941 (unsigned_integral_args): Add rs6000-*-* xfail for
22942 "run to call1a" if not compiled with gcc.
22943 (float_and_integral_args): Add rs6000-*-* xfail for
22944 "run to call2a" if not compiled with gcc and for
22945 "continue to call2b" for any compiler.
22946 Add rs6000-*-* xfail to
22947 "print f1 after run to call2a" for gcc compiled.
22948 (discard_and_shuffle): Add rs6000-*-* xfail for
22949 "run to call6a".
22950 (shuffle_round_robin): Add rs6000-*-* xfail for
22951 "backtrace from call7a" if not compiled with gcc.
22952 Add rs6000-*-* xfail for
22953 "backtrace from call7b" if compiled with gcc.
22954 (call_after_alloca): Add rs6000-*-* xfail for
22955 "print c in call_after_alloca" and
22956 "print s in call_after_alloca" and
22957 "backtrace from call_after_alloca_subr"
22958 if not compiled with gcc.
22959 (localvars_in_indirect_call): Add rs6000-*-* xfail for
22960 "print c in localvars_in_indirect_call" and
22961 "print c in localvars_in_indirect_call" and
22962 "backtrace in indirectly called function" and
22963 "stepping into indirectly called function"
22964 if not compiled with gcc.
22965 (localvars_after_alloca): Add rs6000-*-* xfail for
22966 "print c after runto localvars_after_alloca" and
22967 "print s after runto localvars_after_alloca" and
22968 "print i after runto localvars_after_alloca" and
22969 "print l after runto localvars_after_alloca"
22970 for all compilers.
22971 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
22972 than whatis-info.exp.
22973 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
22974 than opaque-info.exp.
22975 Setup rs6000-*-* xfail for
22976 "ptype on opaque struct pointer (statically)" and
22977 "ptype on opaque struct pointer (dynamically)" when
22978 not compiled with gcc.
22979 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
22980 rather than callf-info.exp.
22981 (do_function_calls): Add clear_xfail for rs6000-*-* for
22982 "p t_float_values2(3.14159,float_val2)". Seems to work
22983 fine there, both with xlc and gcc. Need to find out what
22984 it is doing right and fix other platforms.
22985 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
22986 "call inferior func with struct - returns int",
22987 "call inferior func with struct - returns long",
22988 "call inferior func with struct - returns float",
22989 "call inferior func with struct - returns double",
22990 "call inferior func with struct - returns char *",
22991 but only if not gcc compiled (presumes xlc compiled).
22992 Change rs6000-*-* xfails for
22993 "call inferior func with struct - returns char" and
22994 " call inferior func with struct - returns short" to only
22995 xfail if not using gcc.
22996 (clean mostlyclean): Remove *.ci and *.tmp files.
22997 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
22998 than templ-info.exp.
22999 * gdb.base/langs.exp: Source gdb.base/langs.ci.
23000 Add rs6000-*-* xfail for "up to foo in langs.exp"
23001 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
23002 when not gcc compiled.
23003
23004 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23005
23006 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23007 * gdb.base/corefile.exp: Likewise.
23008 * gdb.base/list.exp: Likewise.
23009 * gdb.base/scope.exp: Likewise.
23010 * gdb.base/siganls.exp: Likewise.
23011
23012 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
23013 compiler output.
23014 * gdb.base/whatis.exp: Likewise.
23015
23016 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
23017
23018 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23019 failure (opcode table has been fixed to match reality).
23020
23021 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
23022
23023 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23024 "call inferior func with struct - returns char",
23025 "call inferior func with struct - returns short"
23026
23027 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23028 "print 'scope0.c'::filelocal at main",
23029 "print 'scope0.c'::filelocal_bss in test_at_main",
23030 "print 'scope0.c'::filelocal at foo",
23031 "print 'scope0.c'::filelocal_bss in test_at_foo",
23032 "print 'scope0.c'::filelocal at bar",
23033 "print 'scope0.c'::filelocal_bss in test_at_bar"
23034
23035 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
23036 in source file 1". This bug seems to have been fixed with both
23037 gcc and native cc (was native assembler bug?).
23038
23039 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
23040
23041 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
23042 "backtrace through signal handler" to "i*86-*-sysv4*".
23043 * gdb.base/signals.exp: Add xfail for "'next' behaved as
23044 continue" case. Add "known SVR4 bug" to fail message.
23045 Add "i*86-*-bsdi2.0" xfail for "handle all print".
23046 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
23047 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
23048 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
23049 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
23050 "up to foo in langs.exp", "show language at foo in
23051 langs.exp", "up to cppsub_ in langs.exp", "show
23052 language at cppsub_ in langs.exp", "up to fsub in
23053 langs.exp", and "show language at fsub in langs.exp".
23054 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
23055 "bactrace in corefile.exp".
23056 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
23057 "call inferior function with struct - returns float" and
23058 "call inferior function with struct - returns double".
23059
23060 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
23061
23062 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
23063 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
23064 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
23065 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
23066
23067 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
23068
23069 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
23070 (or overriden) "CHILL" macro rather then bare "gcc".
23071 Also look for ../../gcc/xgcc since that is what we will
23072 actually need, not "Makefile". Remove following assignment
23073 of CHILL to CHILL_FOR_TARGET because that results in
23074 recursive definition.
23075
23076 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
23077
23078 * gdb.base/corefile.exp: Change xfail for backtrace in
23079 corefile.exp from linuxaout to all linux.
23080 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
23081 cases where we miss the breakpoint at the signal handler
23082 for some reason. Setup xfail for linuxoldld/linuxaout and
23083 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
23084 hitting SIGURG breakpoint.
23085 * gdb.base/signals.exp: Setup xfail for "next" acting like
23086 continue to add linuxoldld. Setup xfail for all linux for
23087 "next to handler in signals_tests_1", "backtrace in
23088 signals_tests_1", "continue to func1", "pass SIGUSR1",
23089 and continue to handler".
23090
23091 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
23092
23093 * Update all FSF addresses except those in COPYING* files.
23094
23095 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
23096
23097 * gdb.base/a2-run.exp: Change messages to be more explicit about
23098 the status of args, and quote binfile in results.
23099
23100 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
23101
23102 * gdb.base/callfuncs.exp: Add tests for passing structs to
23103 inferior functions and return various types.
23104 * gdb.base/callfuncs.c: Add functions to receive a struct
23105 and return a member of the struct, in various types.
23106
23107 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23108
23109 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
23110
23111 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
23112
23113 * config/vxworks29k.exp: New file, sources vxworks.exp.
23114
23115 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23116
23117 * config/gdbremote.exp: New file. Testing framework using
23118 gdbserver.
23119
23120 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
23121
23122 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
23123 "call function when asleep" and "send end of file".
23124 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
23125 for "backtrace in corefile.exp".
23126 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
23127 for "backtrace through signal handler".
23128 * gdb.base/corefile.exp: Make sure we actually generate a core file
23129 before trying the core tests. Some systems allow the user to suppress
23130 generation of core files and default to that (linux for example).
23131 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
23132 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
23133
23134 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23135
23136 * gdb.threads: New directory with some crude multi-threaded
23137 gdb tests (step.exp and step2.exp).
23138 * config/mt-lynx (STEP_EXECUTABLE): Define.
23139 (THREADFLAGS): Define.
23140
23141 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
23142
23143 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
23144
23145 * gdb.base/signals.exp: Disable whole file for lynx until
23146 further notice.
23147
23148 * gdb.base/signals.exp: xfail test where "next" acts like
23149 "continue" for lynx.
23150
23151 * gdb.base/interrupt.exp: xfail test for calling function while
23152 inferior is asleep for lynx.
23153
23154 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
23155 than one cr-lf after each command.
23156
23157 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23158
23159 * configure.in: Reinstate setting of stabsdirs variable, fix
23160 typo in setting up configdirs for native builds.
23161
23162 * gdb.base/return.exp: Fix typo in return double test.
23163 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
23164 compiler from optimizing them away.
23165
23166 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
23167
23168 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
23169 sequences to be echo'd by gdb when using gdb_test.
23170 * gdb.chill/chexp.exp: Likewise.
23171 * gdb.fortran/exprs.exp: Likewise
23172
23173 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23174
23175 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
23176 after the inferior gdb has started.
23177
23178 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
23179 after each command.
23180 * gdb.base/funcargs.exp: Likewise.
23181 * gdb.base/gdbvars.exp: Likewise.
23182 * gdb.base/interrupt.exp: Likewise.
23183 * gdb.base/list.exp: Likewise.
23184 * gdb.base/watchpoint.exp: Likewise.
23185 * gdb.c++/demangle.exp: Likewise.
23186 * gdb.c++/inherit.exp: Likewise.
23187 * gdb.chill/chexp.exp: Likewise.
23188 * gdb.fortran/exprs.exp: Likewise.
23189
23190 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
23191 test if we can't handle IO to/from the inferior.
23192
23193 * gdb.c++/misc.exp: Always check for a program already being
23194 started after sending a "run" command to gdb.
23195
23196 * gdb.base/twice.exp: Start with a fresh gdb.
23197
23198 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
23199 only depend on gdb's expression code, not the chill runtime.
23200
23201 * gdb.base/return.c: Put return values into variables so we
23202 can have gdb print them rather than depending on the program
23203 to print them.
23204 * gdb.base/return.exp: Corresponding changes.
23205
23206 * lib/gdb.exp: Provide default value for noinferiorio.
23207 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
23208 the inferior.
23209
23210 * gdb.base/break.exp: Always check for a program already being
23211 started after sending a "run" command to gdb.
23212 (text_next_with_recursion): Don't check the output from the
23213 program's printf statement. Instead just make sure the program
23214 exited.
23215
23216 * gdb.base/commands.exp: Protect tests which need arguments with
23217 $noargs conditionals.
23218
23219 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23220
23221 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
23222 of structure member arrays to match gdb/valops.c:value_addr change.
23223
23224 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
23225
23226 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
23227 cases.
23228
23229 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
23230
23231 * configure.in (configdirs): Remove gdb.chill from default list
23232 of subdirs and then add it back in only if doing a native build.
23233 The current chill compiler does not yet work in any cross build.
23234 * Revert all signal changes from Jul 6.
23235 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
23236 for sh-hms targets, allowing these tests to link, with no other
23237 changes. Testing is suppressed by setting "nosignals" in site.exp.
23238
23239 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
23240
23241 * configure.in (signaldirs): Define and add to configdirs for all
23242 targets except some specific ones that are known to not support signals.
23243 Also clean up formatting.
23244 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
23245 (signals, sigall): Remove rules to build.
23246 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
23247 Moved to new gdb.signals directory.
23248 * gdb.signals: New test directory.
23249 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
23250 signals.c signals.exp}: New or moved files.
23251
23252 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
23253
23254 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
23255
23256 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
23257
23258 * gdb.base/return.exp: Xfail `return double' test failure
23259 on at least Solaris 2.3 and handle future/past versions on
23260 a case by case basis as appropriate. Also update message
23261 to include i*86 failures.
23262
23263 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23264
23265 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
23266
23267 * lib/gdb.exp: Fix comment which erroneously identified
23268 gdb_file_cmd as gdb_load (the 19 May change was in fact to
23269 gdb_file_cmd not gdb_load).
23270 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
23271
23272 * gdb.base/setvar.exp: Make test names consistent between pass and
23273 fail cases. Use gdb_test more.
23274
23275 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23276
23277 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
23278
23279 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23280
23281 * gdb.base/help.exp: Fix expected help string for `show commands'.
23282
23283 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
23284
23285 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
23286
23287 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
23288 of a text section.
23289
23290 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
23291
23292 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
23293 that loop eventually terminates. Fix Connection refused logic so
23294 that testsuite will expire nicely.
23295
23296 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
23297
23298 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
23299 config/rom68k.exp: New tcl glue for the appropriate monitors.
23300 These all just end up calling monitor.exp.
23301 * config/monitor.exp (gdb_target_monitor): Handle `Connection
23302 refused' by retrying. Cleanup some timeout issues.
23303 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
23304 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
23305 callers don't have to set/restore global timeout variable.
23306
23307 * The following set of changes centralizes management of the global
23308 timeout variable. This way, it can be set in one target dependent
23309 place instead of dozens of places scattered throughout the test suite.
23310 If you need to lengthen a timeout, then you should either set timeout
23311 in one of the config/{target}.exp files, or multiply it by a factor.
23312 Setting it to an absolute value is always going to lose for some
23313 targets.
23314 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
23315 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
23316 * gdb.base/funcargs.exp: Don't set timeout.
23317 * gdb.base/list.exp (test_forward_search): Only use local timeout.
23318 * gdb.base/printcmds.exp (test_print_string_constants
23319 test_print_array_constants): Don't set timeout.
23320 * gdb.base/ptype.exp: Don't set timeout.
23321 * gdb.base/recurse.exp: Don't set timeout.
23322 * gdb.base/return.exp: Don't set timeout.
23323 * gdb.base/watchpoint.exp: Don't set timeout.
23324 * gdb.c++/classes.exp (do_tests): Don't set timeout.
23325 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
23326
23327 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
23328
23329 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
23330
23331 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23332
23333 * lib/gdb.exp: Disable chill tests for irix5.
23334
23335 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23336
23337 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
23338 each test pass or fail.
23339
23340 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23341
23342 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
23343 xlc not gcc.
23344
23345 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
23346
23347 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
23348
23349 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
23350
23351 * config/est.exp: Fix copyright and comments. Remove dead code.
23352 Use targetname, serialport and baud variables instead of fixed
23353 constants.
23354 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
23355 * config/cpu32bug.exp: New file to support cpu32bug monitors.
23356
23357 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23358
23359 * gdb.base/watchpoint.exp: Don't run
23360 test_watchpoint_triggered_in_syscall for sunos.
23361
23362 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23363
23364 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
23365 they don't seem to exist. Do include stdio.h.
23366
23367 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23368
23369 * gdb.base/a1-selftest.exp: Add alpha xfail.
23370
23371 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23372
23373 * gdb.base/watchpoint.c (main): Prompt before calling read().
23374 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
23375 Revise accordingly. Remove cruft about sending "123" several
23376 times, until it gets noticed. Clean up the "print buf[0]" stuff
23377 so that it passes or fails, and waits for prompts in the usual way.
23378
23379 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23380
23381 * gdb.base/recurse.exp: Fix comment.
23382
23383 * TODO: Remove item about printing variables in nodebug.exp. Add
23384 item about enabling tests which are only run on some targets.
23385
23386 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
23387 fail, make test names unique, use new gdb_test convention
23388 regarding pattern, use gdb_test more, etc.).
23389
23390 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
23391 fail, make test names unique, etc.).
23392
23393 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23394
23395 * gdb.base/nodebug.c: Change return type of top and middle to
23396 short.
23397 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
23398 are fixed by the recent mdebugread.c changes. Allow `short ()'
23399 as type for top and middle.
23400
23401 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23402
23403 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
23404 nearly as I can tell, the whole thing was an accident in Stu's
23405 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
23406 to replace a send/expect pair with gdb_test, but ended up only
23407 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
23408 of 30 Mar 1995 took care of it, but left this vestigial comment
23409 which I am now nuking.
23410
23411 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23412
23413 * gdb.base/break.exp: Look for different line number for
23414 breakpoint at main depending on usestubs.
23415
23416 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23417
23418 * gdb.base/list.exp: Adjust some alternate expect patterns to
23419 match recent list0.c change. Add alternate expect pattern for
23420 output from `list default lines around main' for optimizing
23421 compilers.
23422
23423 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23424
23425 * lib/gdb.exp: If nosignals is not set, set it to 0.
23426
23427 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
23428
23429 * config/slite-gdb.exp: Responds to load symbol table prompt.
23430 * gdb.base/break.exp: Adjust line number, fix rerun.
23431 * gdb.base/langs0.c: Add #ifdef usestubs.
23432
23433 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
23434
23435 * gdb.base/list.exp: Adjust line contents after adding new lines in
23436 list0.c. Also fix a syntax error.
23437
23438 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
23439 * gdb.base/break.exp: ditto.
23440 * gdb.base/list.exp: ditto.
23441 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
23442 * gdb.base/run.c: ditto.
23443 * gdb.base/list0.c: ditto.
23444 * gdb.base/funcargs.c: ditto.
23445
23446 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
23447
23448 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
23449 $targetname, $serialport and $baud instead of hardwired variables.
23450 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
23451 target doesn't support signals.
23452
23453 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
23454
23455 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
23456
23457 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23458
23459 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
23460 Don't rely on the value of an auto variable before it has been
23461 initialized. Use gdb_test more.
23462
23463 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23464
23465 * lib/gdb.exp (default_gdb_version): A version number must start
23466 with a digit, but other than that contains all characters up to
23467 the first whitespace character.
23468
23469 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23470
23471 * gdb.base/commands.exp (breakpoint_command_test): New tests.
23472
23473 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23474
23475 * gdb.c++/*.exp: Warn if executable does not exist. The original
23476 reason for skipping the warning was that configure.in sometimes
23477 intentionally skipped building the executables but the tcl code
23478 had no way of knowing. That (a) was always bogus with respect to
23479 error handling, (b) is no longer true (right now there is no way
23480 to skip C++ tests).
23481
23482 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
23483
23484 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23485
23486 * gdb.base/list.exp: Add expect patterns for output from
23487 SunPRO compiled executables.
23488 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
23489 types.
23490
23491 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23492
23493 * gdb.base/break.exp (test_next_with_recursion): Accept any line
23494 number (we are already testing that the correct source line text
23495 gets printed).
23496
23497 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
23498 that is what is intended, but something needed to be done to get
23499 sunos4 native working again.
23500
23501 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
23502
23503 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
23504 apparently went with a (very) old xfail.
23505
23506 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
23507
23508 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
23509 runto_main is a proc in gdb.exp that will do 'step' for target use
23510 stubs.
23511 * gdb.base/exprs.exp: ditto.
23512 * gdb.base/interrupt.exp: ditto.
23513 * gdb.base/opaque.exp: ditto.
23514 * gdb.base/printcmds.exp: ditto.
23515 * gdb.base/ptype.exp: ditto.
23516 * gdb.base/scope.exp: ditto.
23517 * gdb.base/setvar.exp: ditto.
23518 * gdb.base/signals.exp: ditto.
23519 * gdb.base/twice.exp: ditto.
23520 * gdb.c++/classes.exp: ditto.
23521 * gdb.c++/inherit.exp: ditto.
23522 * gdb.c++/templates.exp: ditto.
23523 * gdb.base/break.exp: no run and hit main for stubs. Change line
23524 numbers for breakpoints and info breakpoint.
23525 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
23526 breakpoint().
23527 * gdb.base/callfuncs.c: ditto.
23528 * gdb.base/exprs: ditto.
23529 * gdb.base/interrupt.c: ditto.
23530 * gdb.base/opaque0.c: ditto.
23531 * gdb.base/printcmds.c: ditto.
23532 * gdb.base/ptype.c: ditto.
23533 * gdb.base/scope0.c: ditto.
23534 * gdb.base/setvar.c: ditto.
23535 * gdb.base/signals.c: ditto.
23536 * gdb.base/twice.c: ditto.
23537 * gdb.c++/misc.cc: ditto.
23538 * gdb.c++/templates.cc: ditto.
23539
23540 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23541
23542 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
23543
23544 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
23545 somewhere between `read' and `main.c'. I'm pretty sure the
23546 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
23547 and it isn't particularly useful.
23548
23549 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
23550
23551 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23552
23553 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
23554
23555 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
23556
23557 * config/mt-slite: add LIBS and -nostdlib.
23558 * config/slite-gdb.exp: add this new file to support sparclite target.
23559
23560 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
23561
23562 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
23563
23564 * gdb.base/a2-run.exp: Change argument to istarget from
23565 "*-*-vxworks" to "*-*-vxworks*".
23566 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
23567
23568 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
23569
23570 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
23571 will not runto main but do a 'step' to step out of breakpoint().
23572 * config/mt-slite: add -Dusestubs.
23573
23574 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23575
23576 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
23577 instead of just @.
23578
23579 * gdb.base/signals.exp: Add test for "handle all print".
23580 * TODO: Remove "handle all print". Also remove item about
23581 checking copyright date (I don't like the idea of a spurious FAIL
23582 based on when we run the tests).
23583
23584 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
23585 for SunOS4 (reason for failure not investigated). Remove
23586 redundant test for $binfile.
23587
23588 * gdb.base/nodebug.c (array_index): Call malloc.
23589
23590 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23591
23592 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
23593
23594 * gdb.base/recurse.exp: Update gdb_test invocation to use new
23595 conventions and slightly simplify the matching regexp.
23596
23597 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23598
23599 * gdb.base/break.exp: Update gdb_test invocation to use new
23600 convention.
23601
23602 * lib/gdb.exp: If noargs is not set, set it to 0.
23603
23604 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
23605 tests unique.
23606
23607 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23608
23609 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23610
23611 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23612 one argument of type "<non-float parameter>".
23613
23614 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
23615
23616 * config/rom68k.exp: New file to support Motorola IDP board.
23617 * gdb.base/a2-run.exp: Skip this file if noargs is set.
23618 * gdb.base/break.c: Change things around so that this program
23619 doesn't depend upon args. This is necessary to make remote
23620 targets work (in general, they can't take args).
23621 * gdb.base/break.exp: Don't try to send args to program. Don't
23622 expect output. Also, replace lots of code with gdb_test.
23623
23624 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23625
23626 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23627 printing of '\'' (which is what the comment says we are testing,
23628 even though we were not), not '''.
23629 (test_integer_literals_rejected): Test that printing ''' is an error.
23630
23631 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23632 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23633 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23634 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23635 Use gdb_test not test_print_accept.
23636 * lib/gdb.exp: Remove test_print_accept.
23637
23638 * gdb.base/signals.exp (signal_tests_1): Make pass message
23639 consistent with fail message.
23640
23641 * gdb.base/whatis.exp: Remove xfails for printing char vs.
23642 unsigned char; the bug (PR 1821) is fixed.
23643
23644 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23645
23646 * gdb.base/scope.exp (test_at_localscopes): Call pass for
23647 successful tests--makes xfailing them work right.
23648
23649 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23650
23651 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23652 only \r\n, not .*. The test can pass .* as the last thing in
23653 $pattern if that is what it wants. In addition to providing this
23654 flexibility, this change should speed up pattern matching in cases
23655 where the pattern already ended with .* (there were a number of
23656 them). This change also helps catch bad patterns--in the old
23657 scheme the typo "char \*" instead of "char \\*" would pass. Now
23658 it is caught.
23659 * Many .exp files: Update callers.
23660
23661 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
23662 clearer and does not spuriously match multiple ('s. Likewise for
23663 ) and *.
23664
23665 * gdb.base/nodebug.exp: Test ability to call a function and pass
23666 it a string (even with no debugging info).
23667
23668 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23669 "p '\'", which is the same as "p ''" once tcl gets done with
23670 quoting, to "p '\\'", which I suspect is what is intended (one
23671 backslash gets sent to GDB).
23672
23673 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23674
23675 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23676
23677 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
23678 1817) was fixed literally years ago.
23679
23680 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23681
23682 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
23683 test, it causes stepping out of call_after_alloca_subr with
23684 optimizing compilers.
23685 (localvars_in_indirect_call): Consume GDB prompt if `finish'
23686 fails.
23687
23688 * gdb.c++/templates.exp: Source templ-info.exp only if
23689 the templates executable exists.
23690
23691 * gdb.c++/misc.cc (class Contains_static_instance,
23692 class Contains_nested_static_instance),
23693 gdb.c++/classes.exp (test_static_members): Test printing of
23694 a class that contains a static instance of the class.
23695
23696 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23697
23698 * gdb.base/langs2.c (cppsub_): Don't prototype.
23699 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23700 only, I believe).
23701
23702 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23703
23704 * lib/gdb.exp (skip_chill_tests): New procedure.
23705
23706 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23707
23708 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
23709
23710 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23711 each expect pattern. Cuts runtime from 12 to about 4 seconds.
23712
23713 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23714
23715 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23716
23717 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23718 disassemble 8, not 16, instructions for part 4.
23719
23720 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
23721 support the latter anymore.
23722
23723 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23724 -DNO_PROTOTYPES.
23725 * gdb.base/callfuncs.c: Control use of prototypes based on
23726 NO_PROTOTYPES, not __STDC__.
23727 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23728 t_float_values2 tests if prototypes in use.
23729
23730 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23731 t_double_values): When checking differences against DELTA, check
23732 that difference is within the range (-DELTA,DELTA), not just
23733 (-infinity,DELTA).
23734
23735 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
23736
23737 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23738 'file' command firts, then 'target', then 'load', this is due to gdb
23739 target set up.
23740 * config/mips-gdb.exp: Fix a couple regular exp bugs.
23741
23742 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
23743
23744 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23745 FP load/store variants.
23746 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23747
23748 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23749
23750 * gdb.base/term.exp: Do not give a warning if not native, it is
23751 not an abnormal condition.
23752
23753 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
23754
23755 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23756 t_char_array".
23757
23758 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23759
23760 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23761 are getting the version number.
23762
23763 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23764 if not native, it is not an abnormal condition.
23765
23766 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23767
23768 * lib/gdb.exp: Just use "file exists", rather than undocumented
23769 dejagnu procedure "findfile".
23770
23771 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23772
23773 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
23774 (LDFLAGS): Set to -Xlinker -Ur.
23775
23776 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
23777 Removed, these values are set by lib/gdb.exp.
23778
23779 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
23780
23781 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
23782
23783 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
23784 of replicating gdb startup code.
23785
23786 * config/mt-vxworks (LDFLAGS): Set to -r.
23787 (CFLAGS_FOR_TARGET): Removed.
23788
23789 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
23790 (gdb) and gdb for vxworks uses (vxgdb).
23791
23792 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
23793 executable is not in the tree and host != target, use sed and
23794 program_transform_name to determine the gdb name used by the
23795 target.
23796
23797 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
23798 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
23799
23800 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23801
23802 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
23803 floats, chars, and shorts where there are ANSI-style function
23804 definitions.
23805
23806 * gdb.base/langs.exp, gdb.base/langs*: New test.
23807 * gdb.base/Makefile.in: Build it.
23808 * TODO: Remove item about checking that C names don't get C++
23809 demangling applied; this test tests it.
23810
23811 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23812
23813 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
23814 went with the const70 xfail. The xfail went away a year ago.
23815
23816 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
23817
23818 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
23819 for hp300.
23820
23821 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
23822
23823 * gdb.base/a1-selftest.exp: Don't run on hp300.
23824
23825 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23826
23827 * Makefile.in (site.exp): Set host_alias and target_alias as well
23828 as host_triplet and target_triplet.
23829
23830 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23831
23832 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
23833
23834 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
23835 places as other ecoff systems).
23836
23837 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
23838 ultrix.
23839
23840 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23841
23842 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
23843 remove them.
23844 * gdb.base/nodebug.exp: Accept "function" in addition to "text
23845 variable and "variable" in addition to "data variable".
23846 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
23847
23848 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
23849 2.
23850 * gdb.base/list1.c (long_line): Add additional statement at start
23851 of function.
23852 * gdb.base/list.exp (test_forward_search): Update line number to
23853 reflect new statement.
23854
23855 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23856
23857 * gdb.base/signals.exp: Reinitialize searched source directories
23858 after gdb_start call.
23859
23860 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
23861
23862 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
23863 * gdb.stabs/Makefile.in: Likewise.
23864
23865 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
23866 change. Instead split the tests into smaller pieces.
23867 * gdb.disasm/hppa.s: Corresponding changes.
23868
23869 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23870
23871 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23872 Quote ^C when passing it to stty. For some shells ^ is a pipe.
23873
23874 * gdb.base/funcargs.exp: Modify many tests so that every test
23875 either passes or fails. Make some test names unique.
23876
23877 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23878
23879 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
23880 Call stty to set interrupt character.
23881
23882 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
23883 for HP assembler versus GNU assembler based on actual behavior of
23884 $(CC), rather than assuming that $(AS) is always the GNU assembler.
23885
23886 * TODO: Suggest a few more stepping tests.
23887
23888 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
23889
23890 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
23891 restart GDB for h8300 after a continue.
23892 (return): Add pattern to match a29k-udi behavior.
23893 * gdb.base/nodebug.exp: Remove obsolete comment.
23894 * gdb.base/regs.exp: New file, testing of register displays.
23895 * gdb.base/return.exp: Fix typo in reference to $objdir.
23896 * gdb.base/whatis.exp: Always start with a fresh GDB.
23897
23898 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23899
23900 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
23901 higher, these tests generate a lot of output.
23902
23903 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23904
23905 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
23906 code following the catch silently ignored some errors; without the
23907 catch they should be thrown like any other tcl error. Also, the
23908 catch used "" instead of {} which meant all the callers who wanted
23909 to include one of the characters "[]$ had to quote it an extra time.
23910 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
23911 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
23912 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
23913 Remove extra quoting.
23914
23915 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
23916
23917 * gdb.base/commands.exp: Make test names unique; every test either
23918 passes or fails. Update some comments.
23919
23920 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
23921
23922 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23923
23924 The following fixes a FAIL caused by the fact that the alpha stabs
23925 configuration didn't use the ".if alpha" code in weird.def.
23926 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
23927 bit pointer, so the 32 bit version works even on the alpha.
23928 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
23929 Remove the stuff which allowed us to have separate versions for
23930 alpha and everything else.
23931
23932 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
23933 regexp which "info func operator\[\](" is supposed to match. Fix
23934 string to send to GDB. Note that GDB still doesn't work right. Add a
23935 new test for "info func .perator\[\](" which GDB does handle correctly.
23936
23937 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
23938
23939 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23940
23941 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
23942 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
23943 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
23944 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
23945 it makes the tests harder to understand and confuses test-o-matic.
23946 The preferred style is that each test provides a PASS or a FAIL,
23947 and has a unique message (e.g. "continue #54" not just "continue")
23948 which is the same for the pass and the fail.
23949 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23950 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
23951 to lib/gdb.exp.
23952 * gdb.base/printcmds.exp: Use test_print_accept. Remove
23953 prt_accept which was basically the same thing. Likewise for
23954 test_print_reject and prt_reject.
23955 * lib/gdb.exp (test_print_reject): Add some more error message
23956 patterns to match from the former printcmds.exp (prt_reject).
23957 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
23958 One defect of the passcount stuff is that some of it failed to
23959 report XPASS where appropriate.
23960 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
23961 stuff before and after arg in expected pattern.
23962 (test_paddr_operator_functions): Re-do test without print_addr_of;
23963 this is the only test which seems to want extra stuff there.
23964
23965 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23966
23967 * gdb.base/nodebug.exp: Update new tests to reflect improved
23968 wording of gdb output.
23969
23970 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
23971 and "ptype" work on variables in files compiled without -g.
23972 Replaces commented out "maint print msymbol" tests.
23973
23974 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23975
23976 * gdb.base/setvar.c (dummy): Call malloc.
23977
23978 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
23979 losing with the irix4 sed.
23980
23981 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
23982 ALRM" on irix4.
23983
23984 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23985
23986 * TODO: Remove items about corefile.exp testing new exec-file and
23987 backtrace; both are now done. Add items about printing enums.
23988
23989 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23990
23991 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
23992 "get signal $thissig" test fails.
23993
23994 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
23995
23996 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
23997
23998 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
23999 compiler warning with dec alpha compiler.
24000
24001 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24002 extra \n from gdb_test call (this explains why the prompt test
24003 that I removed yesterday was there).
24004 (user_defined_command_test): Remove extra \n and prompt test.
24005
24006 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24007 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24008 doesn't exist.
24009 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24010 Also remove alpha workaround, which turns out to be because
24011 SIGABRT == SIGLOST.
24012
24013 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24014
24015 * gdb.base/help.exp: Don't test "help show".
24016
24017 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24018
24019 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24020 "set print address" is on.
24021 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24022 pass prompt to gdb_test; gdb_test already looks for the prompt.
24023
24024 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24025
24026 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
24027 was a vestige of the manual TESTSTRATEGY, and the purpose of it
24028 was to make sure that gdb can read a core file. But (a) the "read
24029 the corefile" part didn't make it to a1-selftest.exp, we just
24030 delete the corefile after creating it, and (b) we test reading
24031 corefiles in corefile.exp anyway. Also, this test left around a
24032 xgdb process on Solaris.
24033
24034 * gdb.base/corefile.exp: Also test backtrace.
24035
24036 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
24037
24038 * gdb.base/commands.exp: Test a simple user defined command with
24039 arguments and if/while statements; verify the full user command is
24040 printed by "show user".
24041
24042 * gdb.base/commands.exp: Test if/while commands as part of a
24043 breakpoint command list; verify they appear in breakpoint
24044 information.
24045
24046 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24047
24048 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
24049 than by dividing by zero.
24050
24051 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
24052
24053 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
24054 performing an inferior call with watchpoints enabled.
24055 * gdb.base/watchpoint.c (main): Delete second unnecessary read
24056 call.
24057
24058 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24059
24060 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
24061 of "file" command.
24062
24063 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
24064 Add additional pattern for when "int operator int(void);" appears
24065 in a different order.
24066
24067 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24068
24069 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
24070
24071 * gdb.base/help.exp: Replace most of docstrings for "info signals"
24072 and "signal" with ".*".
24073
24074 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24075
24076 * TODO: Add note about "handle all nostop".
24077
24078 * gdb.base/{sigall.c, sigall.exp}: New test.
24079 * gdb.base/Makefile.in: Add it.
24080
24081 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
24082
24083 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
24084 when invoking GDB, suppresses any windowing interface.
24085
24086 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
24087
24088 * config/sim-gdb: New file, simulator testing support.
24089
24090 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
24091
24092 * gdb.base/interrupt.exp: Test calling func1 twice.
24093
24094 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
24095
24096 * gdb.base/list.exp (test_forward_search): Set timeout higher
24097 when we'll be getting lots of output from gdb.
24098
24099 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
24100 "init_malloc" to after the expect statement. Run it if that
24101 regexp is taken, but also for two others which happen if source
24102 cannot be found.
24103
24104 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24105
24106 * gdb.base/printcmds.exp: New test, for printing register before
24107 program is running.
24108
24109 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24110
24111 * gdb.base/list.exp: Correct some alternate expect patterns
24112 to reflect changes in list1.c.
24113
24114 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24115
24116 * TODO: Add item regarding large frames.
24117
24118 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
24119
24120 * TODO: Remove item about enabling return.exp; it
24121 is enabled. Suggest a few more "return" tests.
24122
24123 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24124
24125 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
24126 anonymous unions.
24127
24128 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24129
24130 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
24131 and pr-5646.o, so "make" is the same as "make all", not "make
24132 pr-4975.o".
24133
24134 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
24135
24136 * gdb.base/list.exp: Adjust expectations to reflect changes in
24137 list1.c.
24138 (test_forward_search): New test proc.
24139 * gdb.base/list1.c (long_line): New function, has long source line.
24140
24141 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
24142
24143 * gdb.base/a1-selftest.exp: Change initial stepping to know about
24144 additional line of code that was added.
24145
24146 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
24147
24148 * gdb.disasm/hppa.s: Break the large branching tests into smaller
24149 tests so as not to overflow expect's input buffers.
24150 * gdb.disasm/hppa.exp: Corresponding changes.
24151
24152 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24153
24154 Beginnings of template debugging tests.
24155 * gdb.c++/templ-info.cc: New file to test for template
24156 debugging capability of the compiler.
24157 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
24158 templ-info.cc.
24159 * gdb.c++/templates.cc: Add explicit template instantiations
24160 to enable compiling with -fno-implicit-templates. Add destructor
24161 and 'value' method to T5 class for template tests.
24162 * gdb.c++/templates.exp: Add testcases for printing of template
24163 types, setting breakpoints on template methods and calling a
24164 template method.
24165
24166 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
24167
24168 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
24169 branch target since some assemblers (gas-2.5) may emit a
24170 relocation for the branch instead of resolving it in the
24171 assembler.
24172
24173 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24174
24175 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
24176 through signal handler.
24177
24178 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24179
24180 * configure.in (*-*-netware): Use config/mt-netware.
24181
24182 * config/mt-netware: New file.
24183 * config/mt-i386-netware: Removed, separate configs for different
24184 netware architectures are no longer needed now that we have
24185 --with-headers.
24186
24187 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24188
24189 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
24190 by the recent changes to use ANSI C arithmetic conversions.
24191
24192 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24193
24194 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
24195 bug involving using inferior_pid to figure out whether to select a
24196 frame.
24197
24198 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
24199
24200 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
24201 match the current disassembler output.
24202
24203 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
24204
24205 * gdb.fortran/exprs.exp: Expect VOID instead of void.
24206 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
24207 types, expect "int" as type of integer values (for now).
24208
24209 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
24210
24211 * gdb.base/commands.exp: New tests for if/while commands.
24212
24213 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
24214
24215 * lib/gdb.exp (runto): Replace sub-pattern for hex value
24216 by .*, since hex values have different syntax in Chill mode.
24217
24218 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24219
24220 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
24221 linefeed from expect pattern for repeated types with indices > 9.
24222
24223 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
24224
24225 First part of Fortran test suite.
24226 * gdb.fortran: New directory.
24227 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
24228
24229 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24230
24231 * gdb.base/default.exp: Update expect pattern for load command
24232 without arguments.
24233
24234 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
24235
24236 * configure.in: Change i386 to i[345]86.
24237 * gdb.base/configure.in: Likewise.
24238 * gdb.c++/configure.in: Likewise.
24239 * gdb.chill/configure.in: Likewise.
24240
24241 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
24242
24243 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
24244 patterns, since that is not a valid context for comments.
24245
24246 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
24247
24248 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
24249 repeated types and repeated types with indices > 9.
24250
24251 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
24252
24253 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
24254 2417; old bug has been fixed.
24255
24256 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
24257
24258 * gdb.base/interrupt.exp: When trying to wake up the inferior,
24259 send the newline ourselves instead of assuming gdb_test will do
24260 so when passed an empty input string.
24261
24262 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
24263 stabs testcode.
24264
24265 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24266
24267 * lib/gdb.exp (gdb_test): Don't send anything if the first
24268 argument is an empty string. This makes cases where we want to
24269 match output that is already in expect's buffers (for example,
24270 matching a breakpoint after gdb_run_cmd has been called) work
24271 reliably.
24272
24273 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24274
24275 * config/netware.exp: New file.
24276
24277 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24278
24279 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
24280 the -B and -L prefixes so we can find the debugging stub.
24281
24282 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
24283 there and we are using the gcc from the tree.
24284
24285 * gdb.base/types.c: Removed.
24286
24287 * gdb.base/configure.in: Look for makefile fragments in ../config.
24288 Recognize i386-*-netware.
24289 * gdb.c++/configure.in: Likewise.
24290
24291 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24292
24293 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
24294 the correct TCL syntax.
24295
24296 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24297
24298 * gdb.base/opaque.exp: use runto instead of messing around with
24299 breakpoints. Simplify by using gdb_test.
24300
24301 * gdb.base/bitfields.exp: restart between tests on netware targets
24302 because breakpoints aren't relocated after target death. Run
24303 processes to completion.
24304
24305 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
24306
24307 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
24308
24309 * Makefile.in: Remove extra tabs that confuse some versions
24310 of "make". Use the newly built gdb to test with by default,
24311 rather than the first one in the tester's search path.
24312
24313 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
24314
24315 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
24316
24317 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
24318 condition help.
24319
24320 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24321
24322 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
24323
24324 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
24325 running.
24326 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
24327 * gdb.base/funcargs.exp: Likewise.
24328
24329 * gdb.base/bitfields.exp: Simplify by using gdb_test.
24330 * gdb.base/funcargs.exp: Likewise.
24331
24332 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
24333 message is "".
24334
24335 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24336
24337 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
24338 return,signals,twice}.exp: Handle non-existant binaries
24339 consistantly.
24340
24341 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
24342 * gdb.base/Makefile.in: Don't try to generate a core dump, we
24343 might testing a cross development system.
24344
24345 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24346
24347 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
24348 runtest script is relative to ${srcdir}, not ${rootdir}.
24349
24350 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
24351
24352 * gdb.base/signals.exp: Allow for optionality of breakpoint
24353 address.
24354
24355 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24356
24357 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
24358
24359 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24360
24361 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
24362 for size_t definition.
24363 * gdb.c++/templates.cc: Likewise
24364
24365 * config/mt-i386-netware: New file.
24366
24367 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
24368 defined.
24369
24370 * gdb.base/Makefile.in: Added support for systems that name core
24371 files by appending "core" to the program name.
24372 * gdb.base/a1-selftest.exp: Likewise.
24373
24374 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24375
24376 * gdb.base/return.exp: Add comment and message for `return double'
24377 test failure on Sparc Solaris.
24378
24379 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
24380
24381 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
24382
24383 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24384
24385 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
24386 from optimizing them away.
24387 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
24388 patterns to include default constructors and assignment operators,
24389 to match gcc versions beyond 2.5.8. Accept any cplus demangling
24390 character in the output of the virtual base pointer.
24391
24392 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24393
24394 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
24395 expression match in print_addr_of to avoid unintented matches.
24396 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
24397 versions up to 2.5.8.
24398
24399 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24400
24401 * gdb.base/list.exp: Tweak alternate pattern for listing of an
24402 included file to run under newer versions of expect.
24403 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
24404 consecutive >'s in templates to accomodate recent cplus-dem.c change.
24405 Remove xfail for the virtual table of BDDHookV.
24406
24407 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
24408
24409 * lib/gdb.exp (string_to_regexp): Set a default result.
24410 (default_gdb_start): Fix misleading message.
24411
24412 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
24413
24414 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
24415 Remove all CC, etc definitions.
24416 * config/mt-hpux: New file.
24417 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
24418 (CFLAGS, LDFLAGS): Define.
24419 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
24420
24421 * Makefile.in (site.exp): Don't insert host_os, etc.
24422 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
24423 (distclean): Check existence of subdir.
24424 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
24425 * gdb.base/Makefile.in: General cleanup and simplification.
24426 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24427 to build executables. Use default rule to build .o files.
24428 (EXPECT, RUNTEST, CC): Fix relative pathname.
24429 (site.exp): Don't insert host_os, etc.
24430 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
24431 and/or SIGUSR1 defined.
24432 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
24433 * gdb.c++/Makefile.in: General cleanup and simplification.
24434 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24435 (CFLAGS): Remove.
24436 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
24437
24438 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
24439
24440 * gdb.base/recurse.exp: Misc changes to get tests running again
24441 after Kung's changes to the watchpoint code.
24442 * gdb.base/watchpoint.exp: Likewise.
24443
24444 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
24445
24446 * lib/gdb.exp (string_to_regexp): Convert {\} also.
24447
24448 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
24449
24450 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
24451 * lib/gdb.exp (default_gdb_start): Define.
24452 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
24453 gdb.base/funcargs.exp, gdb.base/opaque.exp,
24454 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
24455 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
24456 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
24457 Don't call gdb_target_udi in between tests.
24458
24459 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24460
24461 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
24462 (which was basically just a local version of the same thing). In
24463 addition to avoiding duplication, gdb_test_exact is faster.
24464 * lib/gdb.exp (gdb_test_exact): Fix typo.
24465
24466 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
24467 don't give an error.
24468
24469 * gdb.base/term.exp: Call delete_breakpoints before starting.
24470
24471 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
24472 (t10): Add comment.
24473
24474 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24475
24476 Reorganization of the GDB Test Suite.
24477
24478 * gdb.base: New directory, contains all the basic tests.
24479 * gdb.c++: New directory, tests specific to C++.
24480 * gdb.chill: New directory, tests specific to Chill.
24481 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
24482 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
24483 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
24484 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
24485 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
24486 t30-31 to chill).
24487 * */gdbme.*: Rename to match appropriate expect scripts.
24488 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
24489 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
24490 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
24491 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
24492 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
24493 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
24494 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
24495 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
24496 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
24497 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
24498 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
24499 gdb.c++/virtfunc.cc: New names of C++ files.
24500 * gdb.chill/chillvars.ch: New name of Chill file.
24501 * gdb.base/configure.in, gdb.c++/configure.in,
24502 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
24503 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
24504 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
24505 * configure.in (configdirs): Update to reflect directory changes.
24506 (target_abbrev): No longer define for any configuration.
24507 * Makefile.in: Cosmetic improvements to header comments.
24508
24509 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
24510
24511 Various changes to gdb.t31:
24512
24513 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
24514 * gdbme.ch: Make all key-words and predefineds be upper-case.
24515 * chillvars.exp: Expect key-words and predefinds in upper-case.
24516
24517 * chillvars.exp: Use gdb_test_exact many places.
24518 Change expected output for arrays (which now includes index labels).
24519
24520 * pr-5020.exp, gdme.ch (module PR_5020):
24521 New test, for PR-5020.
24522
24523 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
24524
24525 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
24526 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
24527
24528 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
24529
24530 * Makefile.in: Fix bit-rot in definitions of CHILL,
24531 CHILL_FOR_TARGET and Chill_LIB.
24532 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
24533 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
24534 CHILL, and CHILL_LIB.
24535
24536 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
24537
24538 * Revert the previous changes. Please see Rob's directory
24539 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
24540
24541 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
24542
24543 * Makefile.in, configure.in, config/mips-gdb.exp,
24544 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
24545 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
24546 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
24547 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
24548 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
24549 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
24550 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
24551 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
24552 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
24553 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
24554 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
24555 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
24556 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
24557 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
24558 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
24559 changes from 94Q1.
24560
24561 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
24562
24563 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
24564 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
24565 Rob's new testing fragments.
24566
24567 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
24568
24569 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
24570 lib/gdb.exp: Replace error proc calls with perror.
24571
24572 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24573
24574 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
24575 version also, match on casted version strings, and match on
24576 gdb startup case where the line numbers might be messed up.
24577
24578 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
24579
24580 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
24581 (CFLAGS): Delete it from here.
24582
24583 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
24584
24585 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
24586
24587 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
24588
24589 * Makefile.in (RUNTEST): Default to just "runtest".
24590
24591 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24592
24593 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24594 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24595 the code has been restructured.
24596
24597 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24598
24599 * gdb.t00/default.exp (set write): Allow any number of \r and/or
24600 \n, not just one of each.
24601
24602 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24603 /bin/cc gives a warning if you do.
24604
24605 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
24606
24607 * gdb.t24/demangle.exp: change expect pattern of
24608 __t10ListS_link1ZUiRCUiPT0
24609
24610 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24611
24612 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24613 on local variables in recursive functions.
24614
24615 * gdb.t07/Makefile.in: Build the new test.
24616
24617 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24618
24619 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24620 directly. Instead compare the return values from actual calls.
24621
24622 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
24623
24624 * Makefile.in (check): Set TCL_LIBRARY for runtest.
24625
24626 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24627
24628 * From Peter Schauer with minor modifications.
24629 * gdb.t15/return.exp (return_tests): Handle targets where "return"
24630 stops in mid-line in the caller. Add xfail for returning a float
24631 value on X86 targets.
24632
24633 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24634
24635 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24636 to avoid expect lossage.
24637 (fmem_LRbug_tests): Likewise.
24638 * gdb.disasm/hppa.s: Corresponding changes.
24639
24640 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24641 conditions to work with latest dejagnu/expect.
24642
24643 * gdb.t15/funcargs.exp (finish from indirect call): No longer
24644 expected to fail on the PA.
24645 (backtrace in call with trampolines): Explicitly require main
24646 to be frame #1 (no trampolines should show up in backtrace).
24647
24648 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24649 "continue -expect".
24650 * gdb.t06/break.exp: Likewise.
24651 * gdb.t07/watchpoint.exp: Likewise.
24652 * gdb.t13/bitfields.exp: Likewise.
24653 * gdb.t15/{funcargs,return}.exp: Likewise.
24654 * gdb.stabs/weird.exp: Likewise.
24655 * config/{mips,udi}-gdb.exp: Likewise.
24656
24657 * hppa.sed: Enclose comments within a sed command to avoid
24658 losing with the old OSF1 sed.
24659
24660 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24661
24662 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
24663 sequent dynix.
24664 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
24665 * gdb.t15/funcargs.exp: Conditionally step again to really
24666 finish from marker_call_with_trampolines. Handle the case where
24667 the first step from within call_with_trampolines already steps
24668 us back to main.
24669 * gdb.t15/gdbme.c: Add comment to closing brace of
24670 call_with_trampolines for funcargs.exp.
24671
24672 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24673
24674 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24675 Fix typo(s).
24676
24677 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24678
24679 * gdb.t07/gdbme.c: More code for watchpoint testing.
24680
24681 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24682 "Hardware watchpoint" throughout file.
24683 (test_watchpoint_triggered_in_syscall): New test.
24684 (test_complex_watchpoint): New test.
24685
24686 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24687
24688 * gdbme.c (call_with_trampolines): New function to try and step
24689 into. Tests trampoline problems on the PA.
24690
24691 * funcargs.exp (localvars_in_indirect_call): No longer expect
24692 stepping into indirect call to fail on PAs.
24693 (test_stepping_over_trampolines): New test.
24694
24695 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24696
24697 * TODO: Add suggestions for static member function tests, and
24698 completion tests.
24699
24700 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24701
24702 * TODO: Add suggestions for "p/a" tests.
24703
24704 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24705 (default_gdb_exit): Replace all the hair with sending "quit" to
24706 the process with a simple close.
24707
24708 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24709
24710 * TODO: Add suggestions for shared library tests.
24711
24712 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24713
24714 * TODO: Add suggestions for x/s tests.
24715
24716 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24717
24718 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24719 "enable once", and "enable breakpoints once" with ".*".
24720
24721 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24722
24723 * TODO: Add suggestions about structure passing tests.
24724
24725 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24726
24727 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
24728 the primary1 test, use work around if __GNUC__ < 2.
24729 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
24730 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
24731 Test for bad output rather than waiting for timeout. Issue
24732 second continue only if first continue failed.
24733
24734 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24735
24736 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24737 operator[] test with gdb_test because the old code didn't seem to
24738 be getting the quoting right with the new dejagnu.
24739
24740 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
24741
24742 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24743 one from the path.
24744 * Makefile.in: Use a fresh expect if there is one, use runtest
24745 from the src tree if there is one.
24746
24747 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24748
24749 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24750 next over recursive call. Revise the tests from that point on
24751 (which had been skipped) to match GDB's actual (correct) output.
24752
24753 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24754 with next over a breakpoint whose condition is false.
24755
24756 * gdb.t00/help.exp: Comment out "help set print" tests just like
24757 (and for same reason as) "help set" test.
24758
24759 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24760
24761 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24762 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24763
24764 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24765
24766 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
24767 necessary gdb_target_udi.
24768
24769 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
24770
24771 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
24772 1838 and 2417; they are fixed.
24773
24774 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
24775 gdb.t03/ptype.exp (ptype structure, ptype union):
24776 Remove xfails; the test is looser than when the xfails were added.
24777
24778 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
24779 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
24780
24781 * gdb.t01/run.exp: Only run shell test if isnative.
24782
24783 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
24784 since "run" automatically loads if necessary. Call gdb_target_udi
24785 after the "file" since "file" kills any execution target.
24786
24787 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
24788 GDB. GDB doesn't work that way (not anymore at least) on UDI.
24789 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
24790 argument for UDI.
24791
24792 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24793
24794 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
24795
24796 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
24797
24798 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24799
24800 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
24801 properly quoting regexps. This makes the second argument to
24802 demangle a fixed string, which matches the callers, instead of a
24803 shell-style pattern which is what the previous implementation
24804 used. Update some of the callers.
24805
24806 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24807
24808 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
24809 (comib_nullified_tests): Fix typo.
24810 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
24811 strings. No longer expected to fail.
24812
24813 * gdb.disasm/hppa.s (addib_tests): Fix typo.
24814 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
24815 strings. No longer expected to fail.
24816
24817 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
24818 string. No longer expected to fail.
24819
24820 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24821
24822 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
24823 No longer expected to fail.
24824
24825 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
24826 string. No longer expected to fail.
24827
24828 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24829
24830 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
24831 only in the names (I probably got most of them). I was even
24832 generous with some which differed in underscores in names, and
24833 probably missed a few, and I *still* was able to remove almost a
24834 third of the file with almost no impact on testsuite coverage.
24835
24836 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24837
24838 * gdb.t00/default.exp: Match udi_attach error message as well as
24839 the one from child_attach.
24840
24841 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
24842
24843 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
24844
24845 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
24846 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
24847
24848 * Move test with enums and partial symbols back to
24849 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
24850 Reverts the change of 26 May 93. Per today's change to
24851 stabs.texinfo, the behavior that weird.exp was expecting was
24852 unreasonable; what is important is that the compiler+gdb get
24853 things right, which happens with a recent gcc. Also fix the test
24854 to deal with native compilers which put out the stab gdb can't
24855 deal with.
24856
24857 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24858
24859 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
24860 in the names. The main thing these accomplish is to slow things down.
24861 Many more such duplicates surely remain.
24862
24863 * gdb.t00/help.exp: Comment out "help support" test just like
24864 (and for same reason as) "help set" test.
24865
24866 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
24867
24868 * gdb.t06/break.exp: Remove setup_xfails for
24869 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
24870 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
24871 about known bug in gcc to include up through 2.5.8.
24872 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
24873 well as "_vb$".
24874 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
24875 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
24876 with latest gcc and gdb.
24877 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
24878 well as "_vb$".
24879
24880 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24881
24882 * configure.in (hppa*-*-*): Also configure and build stabs-only
24883 tests.
24884
24885 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24886
24887 * gdb.t10/hppa.mt: A makefile fragment for the PA.
24888 * gdb.t10/configure.in (hppa*-*-*): Use it.
24889
24890 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24891
24892 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
24893
24894 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24895
24896 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
24897 versions prior to 1.13.5.
24898
24899 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24900
24901 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
24902 the prompt is at the start of a line.
24903
24904 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24905
24906 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
24907 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
24908 in the copr tests now.
24909 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
24910 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
24911 expected to fail.
24912
24913 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
24914
24915 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
24916 gdb.t31/chillvars.exp, lib/gdb.exp:
24917 Tweak to run under either version of expect.
24918 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
24919 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
24920 * gdb.t11/list.exp: Remove extraneous whitespace.
24921
24922 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24923
24924 * gdb.t16/printcmds.exp (test_print_strings): Accept
24925 "(unsigned char *) " before the string.
24926
24927 * TODO: Add notes about printing of fancy types and GDB expressions.
24928
24929 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
24930
24931 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
24932 * gdb.t06/configure.in: Don't try to compile signals test program
24933 if doing mips-idt-ecoff.
24934
24935 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
24936
24937 * Most .exp files: Tweak to run under either version of expect.
24938
24939 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24940
24941 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
24942 xfails; I'm not sure why they are failing, but not because of PR 1806.
24943
24944 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
24945
24946 * config/unix-gdb.exp: Remove gdb_unload cause it's already
24947 defined in lib/gdb.exp.
24948
24949 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24950
24951 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
24952 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
24953 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
24954 have to be typeless.
24955
24956 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24957
24958 * TODO: Add suggestion for copyright year test.
24959
24960 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
24961
24962 * configure.in (*-*-lynxos*): Add stabs tests.
24963
24964 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24965
24966 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
24967 so insert a tab before any assembler directive in column zero.
24968
24969 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
24970 stores.
24971 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
24972 stores.
24973 (fpu_short_memory_tests): Likewise.
24974
24975 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24976
24977 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
24978 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
24979 .stabs directives in comments.
24980
24981 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24982
24983 * TODO: New file, describing tests we could write.
24984 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
24985
24986 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24987
24988 * gdb.t06/signals.exp: Add kludge to force re-sync.
24989
24990 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
24991 to xgdb instead of gdb, get out of gdb.
24992
24993 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
24994
24995 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
24996 for info.
24997
24998 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
24999
25000 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25001 * gdb.stabs/configure.in (hppa*-*-*): Use it.
25002 * gdb.stabs/hppa.sed: New sed script for the PA.
25003
25004 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25005
25006 * gdb.stabs: Re-write weird.def and configuration to use sed
25007 instead of cpp. sed is portable and POSIX; cpp is neither.
25008
25009 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25010
25011 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25012
25013 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25014
25015 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25016
25017 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25018
25019 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25020 "_vb$".
25021 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25022 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25023
25024 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25025
25026 * lib/gdb.exp: Comment out code which depends on non-existent
25027 `transform' procedure.
25028
25029 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
25030
25031 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25032 * lib/gdb.exp: Transform tool name.
25033 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25034 1.1's new error handling system.
25035
25036 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25037
25038 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
25039
25040 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25041
25042 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
25043 They made pattern matching so slow that timeouts happened on
25044 heavily loaded systems. Now any output from "show print" which
25045 gets us back to the GDB prompt is a PASS.
25046
25047 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
25048
25049 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
25050
25051 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25052
25053 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
25054
25055 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
25056 It is not from PR 3220.
25057
25058 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25059
25060 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
25061 just started failing because they depended on the order the
25062 subcommands are presented, or exact docstring text. This kind of
25063 test is a pain and has minimal benefit.
25064
25065 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25066
25067 * gdb.t09/corefile.exp: At end of test, use "core" command with
25068 no arguments.
25069
25070 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
25071
25072 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
25073 17}/Makefile.in: Make it possible to run the testsuite with Sun
25074 make and CC = cross gcc by adding explicit build rules for .o
25075 files.
25076
25077 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25078
25079 * gdb.t15/funcargs.exp: Don't put comments on same line as
25080 setup_xfail (@#$*%& tcl braindamage!).
25081
25082 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25083
25084 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
25085
25086 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
25087
25088 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
25089 * gdb.t20/inherit.exp: remove three dumplicate entries.
25090
25091 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25092
25093 * gdb.t06/break.exp: For "next over recursive call", fail on any
25094 incorrect output, not just on "factorial (value=2)".
25095
25096 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25097
25098 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
25099 working now. Add an xfail if accesing a bss variable causes
25100 a memory error if the target is not yet run.
25101
25102 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25103
25104 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
25105 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
25106 name of __st* demangling (2 strings). Did Kung really get the
25107 more than 95 others right without testing them?
25108
25109 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
25110
25111 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
25112
25113 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
25114
25115 * configure.in (configdirs): Add gdb.disasm
25116 * gdb.disasm: New directory for GDB disassembler tests.
25117 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
25118
25119 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25120
25121 * gdb.t00/help.exp: Don't test "help set".
25122
25123 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
25124 from within expect statements. None of these happen anymore and
25125 they cause regressions to be silently unnoticed.
25126
25127 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
25128 messages) about known failures with gcc cygnus-2.4.5-930417.
25129
25130 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
25131 comp-info.exp so it gets built if it doesn't exist.
25132
25133 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
25134 it is no longer used.
25135 * gdb.t13/comp-info.c: Removed.
25136
25137 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25138
25139 * gdb.t06/signals.exp: Add xfail for sun3.
25140
25141 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25142
25143 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
25144 relevant because ^C doesn't get sent but failure can be reproduced
25145 interactively).
25146
25147 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25148
25149 * gdb.stabs/alpha.mt: New configuration file for alpha.
25150 * gdb.stabs/configure.in: Use it.
25151 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
25152 sharing with alpha.mt, redefine long to word via preprocessor.
25153 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
25154 for alpha.
25155 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
25156 native cc.
25157 * gdb.t00/teststrategy.exp: Change expect string so that we
25158 consume the `(xgdb)' from the command echo and from the gdb prompt.
25159 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
25160 gdb currently compares all values as long, so this failure probably
25161 applies to any configuration where LONGEST is bigger than a target int.
25162 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
25163 with gcc.
25164 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
25165 to handle opaque pointers, gcc is.
25166 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
25167 as first argument. Include <sys/types.h> and change all operator
25168 new definitions to use size_t.
25169 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
25170 now that we use size_t.
25171
25172 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25173
25174 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
25175 a long or float array cast all array members to the same type.
25176 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
25177 with 64 bit longs.
25178 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
25179 on alpha.
25180 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
25181
25182 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25183
25184 * gdb.t24 (demangle.exp): Constructors of templates have names like
25185 vector<int>::vector(int) not vector<int>::vector<int>(int). See
25186 section 14.6 of the ARM.
25187
25188 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
25189 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
25190 accomplish little and slow down the testsuite.
25191
25192 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
25193 Accept spaces various places.
25194
25195 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25196
25197 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
25198 with watchpoint enabled.
25199
25200 * Makefile.in: Remove definition of CC and remove the second
25201 definition of CXX (the "CXX = gcc" one remains). These definitions
25202 were causing backquotes to be expanded within backquotes, which
25203 doesn't work.
25204
25205 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
25206
25207 * gdb.t17/callfuncs.exp: Add "return 0" to end.
25208
25209 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25210
25211 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
25212 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
25213 by mips cc and contains no stabs entries.
25214
25215 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
25216
25217 * config/vx-gdb.exp: Use fake device to load files rather than
25218 NFS.
25219 * lib/gdb.exp: New proc to do "file" command.
25220 * config/unix-gdb.exp: Use new "file" proc.
25221
25222 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
25223
25224 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
25225 Rework board rebooting slightly.
25226 (gdb_exit): Don't exit from the remote shell; there isn't one.
25227 * gdb.stabs/weird.exp: If a program is being debugged already,
25228 kill it.
25229 * gdb.t04/setvar.exp: Stop and restart gdb.
25230 * gdb.t05/expr.exp: Likewise.
25231 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
25232 restart gdb and reload the program.
25233 * gdb.t08/opaque.exp: Likewise.
25234 * gdb.t12/scope.exp: Likewise.
25235 * gdb.t13/bitfields.exp: Likewise.
25236 * gdb.t15/funcargs.exp: Likewise.
25237 * gdb.t20/classes.exp: Likewise.
25238 * gdb.t03/ptype.exp: Increase timeout.
25239 * gdb.t16/printcmds.exp (test_print_string_constants,
25240 test_print_array_constants): Likewise.
25241 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
25242 * gdb.t20/classes.exp (do_tests): Likewise.
25243 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
25244
25245 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
25246
25247 * gdb.stabs: Renamed *wierd* to *weird*.
25248
25249 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25250
25251 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
25252 for timeout. Add "known gcc 2.4.5 bug" to failure message.
25253
25254 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25255
25256 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
25257 (do_tests): Remove xfail for whatis on one_var and two_var.
25258
25259 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
25260
25261 * Makefile.in: Made cross building work better by adding
25262 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
25263
25264 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25265
25266 * gdb.t15/{return.c,return.exp,Makefile.in}:
25267 New test, currently commented out.
25268
25269 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
25270
25271 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
25272 still running and removes the leftover named socket so GDb can do
25273 clean restarts.
25274
25275 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
25276
25277 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
25278 console, not GDB.
25279 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
25280 cross testing works better with "make check"
25281 * config/unix-gdb: Use default procedures for exit and version.
25282 * config/vx-gdb.exp: Cleaned up and massaged back to working order
25283 with the newest VxWorks.
25284
25285 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25286
25287 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
25288 old form.
25289
25290 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
25291 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
25292
25293 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
25294
25295 * config/unix-gdb.exp: Remove this version of gdb_exit
25296 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
25297 Rob says he'll look at it when he gets back to testing boards.
25298
25299 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
25300
25301 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
25302 an expected fail for certain ptype commands.
25303
25304 * gdb.t20/classes.exp: Update expected results of "ptype class
25305 Base1" to account for the constructor that now appears in the type.
25306
25307 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
25308
25309 * configure.in (configdirs): Restore gdb.t04, which mysteriously
25310 disappeared from list.
25311 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
25312 "alldone" proc with call to cleanup and exit.
25313 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
25314 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
25315 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
25316 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
25317 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
25318 "alldone" proc with simple returns that suppress remaining
25319 tests. The alldone proc went away many months ago.
25320
25321 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25322
25323 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
25324
25325 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
25326
25327 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25328
25329 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
25330 as vax gdb will display them.
25331
25332 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25333
25334 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
25335 optimizers.
25336
25337 * scope.exp: Change "bad value for localval" messages so each one
25338 is unique.
25339
25340 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
25341 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
25342
25343 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
25344
25345 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25346
25347 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
25348 doesn't exist (due to optimization).
25349
25350 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25351
25352 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
25353 contains \r because the filename is long.
25354
25355 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
25356 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
25357
25358 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25359
25360 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
25361 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
25362 Ultrix.
25363 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
25364 int tests.
25365 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
25366
25367 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
25368
25369 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
25370
25371 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
25372 to match does not match the passing case but still matches the
25373 failing case.
25374
25375 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25376
25377 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
25378
25379 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
25380
25381 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
25382 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
25383 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
25384 Remove various versions of gdb_exit.
25385 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
25386 gdb_exit.
25387 * config/unix-gdb.exp: gdb_exit remains here, and should override
25388 the generic version, since it's doing a lot of wierd stuff that
25389 the other versions aren't. FIXME, fold it in, or abandon this
25390 version.
25391
25392 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25393
25394 * gdb.t24/demangle.exp: Add tests for PR 3220.
25395
25396 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25397
25398 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
25399
25400 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
25401
25402 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
25403 "i386-*-*". Works for i486 as well.
25404
25405 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
25406 bug, and expand domain of xfail to all SVR4 systems, since the
25407 actual problem is likely to be in generic SVR4 /proc support.
25408
25409 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25410
25411 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
25412
25413 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
25414
25415 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
25416 xfails for other systems. Match a missing 'Continuing.' as an
25417 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
25418
25419 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
25420 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
25421 Only issue warning for missing executables if -all option is used.
25422
25423 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
25424 file if -all option is used. It's like an unpredictable XFAIL.
25425
25426 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25427
25428 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
25429 for dynamically linked binaries.
25430
25431 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
25432
25433 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25434
25435 * gdb.t20/inherit.exp: Change message for "print tagless struct"
25436 to state that this is a known bug in old versions of g++.
25437
25438 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25439
25440 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
25441 while waiting for `Continuing'.
25442
25443 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
25444
25445 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
25446 in text, data, and bss.
25447 * gdb.t10/nodebug.c: Add local and global test variables for
25448 initialized and uninitialized data.
25449
25450 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25451
25452 * config/unix-gdb.exp (gdb_exit): Add "wait".
25453
25454 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25455
25456 * gdb.t06/signals.exp: xfail the continue from the handler for all
25457 targets.
25458
25459 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
25460 function with watchpoints enabled, the i386 call dummy starts with
25461 a call.
25462
25463 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
25464 386 bsd names its corefiles.
25465
25466 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
25467
25468 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
25469 compilers don't grok it.
25470 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
25471 with small octal ints rather than character constants, which
25472 are signed and might not fit if first promoted to int.
25473
25474 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
25475
25476 * gdb.t09/Makefile.in (clean): Remove corefile.
25477
25478 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25479
25480 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
25481
25482 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25483 and Jim Kingdon (kingdon@cygnus.com)
25484
25485 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
25486 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
25487 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
25488
25489 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25490
25491 * gdb.t17/interrupt.exp: Add xfail for hppa.
25492
25493 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25494
25495 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
25496 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
25497 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
25498 to determine signed-ness of bitfields and use the result to setup
25499 the xfail.
25500 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
25501 * gdb.t15/funcargs.exp: Use them to step until the second indirect
25502 call line is reached if necessary.
25503
25504 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25505
25506 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
25507
25508 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25509
25510 * gdb.t06/break.exp: Also test `clear' command.
25511
25512 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25513
25514 * gdb.t00/teststrategy.exp: Remove extra quote.
25515
25516 * gdb.t07/watchpoint.exp: Change xfail for calling function with
25517 watchpoint enabled to be for all non-68k machines.
25518
25519 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
25520
25521 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25522
25523 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
25524 targets use aout.mt instead of ecoff.mt as gas understands
25525 standard aout format.
25526
25527 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25528
25529 * lib/gdb.exp (runto): Don't insist that function we are running to
25530 was compiled with -g.
25531
25532 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
25533
25534 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
25535 to get back into the read system call.
25536 Accept leading newline in case where we woke it up.
25537
25538 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25539
25540 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
25541 to make the stabs test work on ecoff systems using gcc and -with-stabs.
25542 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
25543 enable ecoff configuration.
25544
25545 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25546
25547 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
25548
25549 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25550
25551 * gdb.t16/printcmds.exp: Add another printf test.
25552
25553 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
25554
25555 * configure.in: If configured -with-stabs on any target, add
25556 stabsdirs to configdirs.
25557
25558 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25559
25560 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
25561 fun" so pattern does not match the command itself.
25562
25563 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25564
25565 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
25566
25567 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25568
25569 * gdb.t17/interrupt.exp: Test for more things.
25570
25571 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25572
25573 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
25574 compiler arranges the code and line numbers.
25575
25576 * gdb.t17/interrupt.exp: Don't send \n after ^C.
25577
25578 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25579
25580 * gdb.t00/help.exp: Increase expect input buffer size.
25581
25582 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25583
25584 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
25585
25586 * gdb.t07/watchpoint.exp: Add xfail for hppa.
25587
25588 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25589
25590 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25591 [0-9]*, not just [0-9].
25592
25593 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25594
25595 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25596
25597 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25598
25599 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25600
25601 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25602
25603 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25604
25605 * gdb.t06/signals.c: Add xfails for sun3.
25606
25607 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25608
25609 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
25610 test_stepping tests.
25611
25612 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25613
25614 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25615
25616 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25617
25618 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25619 rather than actually putting it through cpp twice.
25620
25621 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25622
25623 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
25624
25625 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25626 no longer needed.
25627
25628 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25629
25630 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25631
25632 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25633 C++ features prints as "struct", make it a pass, not an xfail.
25634
25635 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25636
25637 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25638 Don't require VA to print as "class" rather than "struct".
25639
25640 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
25641
25642 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25643
25644 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25645
25646 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25647
25648 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25649
25650 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
25651 order.
25652
25653 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25654
25655 * gdb.t16/printcmds.exp: Add printf tests.
25656
25657 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25658
25659 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25660
25661 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
25662
25663 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
25664 pass counts, to counteract any existing or future setup_xfails.
25665
25666 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25667
25668 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25669 {BEGIN,END}_COMMON for common block instead of STAB.
25670 * gdb.stabs/wierd.exp: Add xfail for rs6000.
25671
25672 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25673 intp_var should be N_GSYM not N_LSYM.
25674 wierd-aout.S: Use a label for the value of the N_SO.
25675 wierd.def: Remove all backslashes.
25676 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25677
25678 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25679
25680 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25681 get the expected next to inheritance3.
25682
25683 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25684
25685 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25686 now that gcc-2.4 gets it right.
25687
25688 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25689
25690 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25691
25692 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25693 generating comp-info.exp which works for cross-compilation.
25694
25695 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
25696
25697 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
25698 "*-*-sysv4.*".
25699
25700 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
25701
25702 * gdb.t01/run.exp: Start with a fresh gdb.
25703 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
25704 SVR4.x.
25705
25706 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
25707
25708 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25709 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25710 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25711 Makefile.in (distclean, realclean): Remove gdbme.c from list of
25712 things to remove.
25713
25714 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
25715
25716 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
25717 test cases from bug reports.
25718
25719 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
25720
25721 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
25722 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
25723 avoid spurious xfails.
25724 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
25725 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
25726 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
25727
25728 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
25729
25730 * gdb.t00/teststrategy.exp: Rework to provide more useful
25731 description of each test, fix problem with systems that define
25732 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25733 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
25734 results for "next over recursive call" so timeouts aren't taken
25735 by error.
25736
25737 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
25738
25739 * gdb.t12/scope.exp: Test printing of variables before run.
25740
25741 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25742 printed in wrong order due to sorting.
25743
25744 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
25745
25746 * gdb.t00/teststrategy.exp: Fix expected results for printing
25747 user entered string constant. Is array of char, prints with no
25748 address.
25749
25750 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
25751 commands.
25752 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
25753 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
25754 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
25755 of struct of char arrays.
25756 * gdb.t00/radix.exp: New tests for radix commands.
25757
25758 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
25759
25760 * gdb.t16/printcmd.exp: Print a variable before running program
25761 (with xfail for AIX).
25762
25763 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
25764
25765 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
25766
25767 * gdb.t16/printcmd.exp: Don't print variables before running program.
25768
25769 * gdb.t06/break.exp: Don't require envp argument to main.
25770
25771 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
25772
25773 * gdb.t02/whatis.exp, gdb.t11/list.exp:
25774 Add xfails for rs6000.
25775
25776 * gdb.t02/whatis.exp: Change other tests not to re-test something
25777 we already tested.
25778
25779 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
25780 each type used has a variable of that type.
25781
25782 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
25783
25784 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
25785
25786 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
25787
25788 * configure.in: change srctrigger to be a file, not a directory
25789
25790 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
25791
25792 * configure.in (mips-idt-ecoff*): Added trailing '*'.
25793
25794 * gdb.t11/list.exp: Fixed a couple of typos.
25795
25796 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
25797
25798 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
25799 is fixed and PR is closed.
25800 * gdb.t16 (gdbme.c): Add simple test string variable.
25801 * gdb.t16 (printcmds.exp): Add tests with simple test string
25802 variable, primarily for boundaries on "set print elements".
25803
25804 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
25805
25806 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
25807 Make leading 0's optional and don't expect a tab in the middle
25808 of the number.
25809
25810 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
25811
25812 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
25813 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
25814 don't end command passed to gdb_test with newline.
25815
25816 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
25817 signed keyword away, don't expect signed bitfields to be signed.
25818
25819 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
25820 printing with only as many 1's as are in the field as well as printing
25821 with 32 1's (see comment).
25822
25823 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
25824
25825 * gdb.t00/default.exp: Start with a fresh gdb.
25826 * configure.in (configdirs): Remove gdb.t31 until the chill
25827 compiler works again. It no longer is able to find chillrt0
25828 since it isn't in libchill.a anymore.
25829 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
25830 wierd.o, make more modular.
25831 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
25832 spurious newlines that caused problems.
25833
25834 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25835
25836 * Move test with enums and partial symbols from gdb.t03/ptype.exp
25837 to gdb.stabs/wierd.exp since GCC has worked around the bug.
25838 gdb.stabs/wierd.{exp,def}: Many new tests.
25839
25840 * gdb.t00/default.exp: update info line for new message.
25841
25842 * gdb.t02/{whatis.exp,gdbme.c}:
25843 Test that "char *" doesn't print as "caddr_t".
25844
25845 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25846
25847 * gdb.t00/help.exp: Use .* in place of some help messages which
25848 just changed.
25849 gdb.t00/default.exp: Update "info frame" test for new message.
25850 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
25851 Remove some xfails
25852
25853 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25854
25855 * gdb.t03/{gdbme.c,ptype.exp}:
25856 Add tests for typedef'd struct and union without tags.
25857 Also check "whatis" on a variable of a typedef'd enum without a tag.
25858
25859 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
25860 PRMS 1823; the bug still exists but isn't reproduced by this test
25861 anymore), and remove rs6000 XFAIL (the bug is fixed).
25862
25863 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
25864 duplicated from whatis.exp. For those that are left, accept
25865 "long", "long int", or "int" for long variables (whatis.exp already
25866 has an XFAIL for "int", so no need to fail it here).
25867
25868 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
25869 Deal with GCC's names for types now that GDB uses the compiler's names.
25870
25871 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
25872 setup_xfail's for sunos4. If we #defined the signed keyword away,
25873 don't expect GDB to know that char it is signed.
25874
25875 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
25876
25877 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
25878
25879 * configure.in (configdirs): Add gdb.t24 for C++ tests that
25880 should work on any system, regardless of debugging format.
25881 * gdb.t21/demangle.exp: Move to gdb.t24.
25882 * gdb.t24/demangle.exp: Move from gdb.t21.
25883 * gdb.t24/{Makefile.in, configure.in}: New files.
25884
25885 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25886
25887 * configure.in: Do gdb.stabs and C++ tests only for stabs.
25888 * gdb.stabs: New directory.
25889
25890 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25891
25892 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
25893 not just "Quit anyway?".
25894
25895 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
25896
25897 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
25898 that all setup_xfails are immediately followed by clear_xfails.
25899
25900 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
25901
25902 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
25903 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
25904 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
25905 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
25906 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
25907 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
25908 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
25909 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
25910 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
25911 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
25912 gdb.t31/chillvars.exp, lib/gdb.exp:
25913 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
25914 bug-gdb@prep.ai.mit.edu.
25915
25916 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
25917
25918 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
25919 with 0.0, not integer 0.
25920
25921 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
25922
25923 * gdb.t06/break.exp: Update for "Kill the program" message change.
25924
25925 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
25926
25927 * Makefile.in (GDBFLAGS): Set to -nx.
25928 * Makefile.in (site.exp): Use GDBFLAGS.
25929
25930 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25931
25932 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
25933 Makefiles.
25934 (check): depend on just-check.
25935 (just-check): added so that tests can be run without a noop
25936 build pass.
25937
25938 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
25939
25940 Switch to using configure's configdirs.
25941 * Makefile.in (Makefile): add configure.in dependency.
25942 (SUBDIRS): removed redundant assignment.
25943 * configure.in: switch subdirs assignment to configdirs.
25944 * gdb.t*/configure.in: new files.
25945
25946 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
25947
25948 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
25949 works.
25950
25951 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
25952
25953 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
25954 in explicit rules. Apparently this is not supported by some makes.
25955
25956 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
25957
25958 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
25959
25960 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25961
25962 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
25963 disappeared.
25964
25965 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
25966
25967 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
25968
25969 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
25970
25971 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
25972 watchpoint problem that is now fixed.
25973 * gdb.t30/chexp.exp: Remove setup_xfail for printing
25974 uninitialized convenience variables.
25975 * gdb.t31/chillvars.exp: Fix expected patterns for printing
25976 structures.
25977
25978 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25979
25980 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
25981 which causes expect to get out of sync with gdb on long output
25982 from help set.
25983 * gdb.t09/corefile.exp: Make expected pattern for core file
25984 failing signal and frame output format less sun specific.
25985
25986 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
25987
25988 * gdb.t31/chillvars.exp: Add and remove initial dummy
25989 breakpoint, so that symbol table is forced in.
25990 (Needed at least on Sunos4, though it seems not SVR4.)
25991 * gdb.t31/chillvars.exp: Update for changed output format.
25992
25993 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
25994
25995 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
25996
25997 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
25998
25999 * Makefile.in: Added --srcdir when invoking runtest, removed the
26000 need for a local config file. (optional now)
26001
26002 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
26003
26004 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
26005 failure count used to force early termination. Add some more
26006 expected failures for gnu style demangling.
26007
26008 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26009
26010 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26011 pmi variable from gdb.t20/gdbme to get optimized away.
26012 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26013 Check for written corefile upon timeout _and_ eof.
26014
26015 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26016
26017 * config/unix-gdb.exp: Add missing return 0.
26018
26019 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26020
26021 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
26022 test termination.
26023
26024 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
26025
26026 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26027 disappeared.
26028
26029 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
26030
26031 * gdb.t10/crossload.exp: Disable the i860-elf test until such
26032 time as i860 support works.
26033
26034 * gdb.t15/funcargs.exp: Fix expected outputs to include
26035 "backtrace 100\r" rather than just "backtrace\r", to match last
26036 change.
26037
26038 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
26039
26040 * config/udi-gdb.exp (gdb_exit): Remove close command.
26041 (gdb_target_udi): New procedure to set the UDI target.
26042 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
26043 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
26044 Added waits for prompts after several question responses. Added
26045 some more responses used by a29k-amd-udi-gdb.
26046 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
26047 pass different arguments, restart UDI connection after program
26048 completion.
26049 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
26050 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26051 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
26052 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
26053 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
26054 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
26055 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26056 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
26057 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
26058 after program completion.
26059 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
26060 compiled with a SELECT_VECS setting.
26061 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
26062 infinite recursion.
26063
26064 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
26065 Added checks for COFF results, and made them expected failures for
26066 all targets. It would be better to make them expected failures
26067 for COFF targets only.
26068
26069 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
26070
26071 * Makefile.in: add null dvi target, don't bother to recurse
26072 through test directories for info and install-info; rename
26073 $(datadir) to be dejagnu instead of deja-gnu
26074
26075 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
26076
26077 * gdb.t31/gdbme.ch: Re-enable code that previously caused
26078 compiler to coredump.
26079 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
26080 code.
26081
26082 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
26083
26084 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
26085 coredump.
26086 * gdb.t31/chillvars.exp: Comment out tests that depend on that
26087 code.
26088
26089 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
26090
26091 * gdb.t03/ptype.exp: tests for return code from gdb_test.
26092 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
26093 which in a shell. Deletes xgdb when done.
26094 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
26095 Tests the return from the "set height" or "set width" commands.
26096 Added a few return codes where needed.
26097
26098 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
26099
26100 * Makefile.in (SUBDIRS): Add gdb.t17.
26101 * configure.in (subdirs): Add gdb.t17.
26102 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
26103 files to test gdb's calling of functions in the inferior with
26104 the correct arguments and gdb's ability to retrieve any
26105 result returned.
26106
26107 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
26108
26109 * config/unix-gdb.exp (gdb_exit): Remove close commands that
26110 may be called after gdb goes away. Previous versions of expect
26111 needed these to avoid file descriptor leaks, but they cause
26112 errors with the current revision of expect.
26113 * gdb.t00/gdbvars.exp: Use -re on expected output after
26114 setting sevenbit-strings.
26115 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
26116 to set sevenbit-strings consistent across tests.
26117 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
26118 set sevenbit-strings consistent across tests.
26119
26120 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
26121
26122 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
26123 expected output to match current "expect" expectations.
26124
26125 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
26126
26127 * gdb.t00/default.exp: Change expected output for default "source"
26128 command, to match new gdb behavior which requires a filename to
26129 source.
26130
26131 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
26132
26133 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
26134 expected fail for i486-*-* that misses the marker2 function.
26135 * gdb.t10/crossload.exp (bfddefault): Allow successful
26136 recognition of a format to pass even if no symbols are found.
26137 Explicitly catch failures where the format is not recognized
26138 or is ambiguous, and add the reason to the fail message.
26139 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
26140 the cause is and invalid target and add reason to failure message.
26141 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
26142 elf32-i386, elf32-sparc, and elf32-i860.
26143 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
26144 Set up expected failure for 'filename'::variable scope resolution,
26145 which is now apparently broken on all targets.
26146 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
26147 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
26148 gdb.t23/templates.exp: Change failure for missing binfile into
26149 just a warning.
26150 gdb.t21/demangle.exp: Change all cfront references to 'arm'
26151 references.
26152
26153 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
26154
26155 * gdb.t00/default.exp: Add expected output for default "source"
26156 command, to match new gdb behavior.
26157 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
26158
26159 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
26160
26161 * config/*-gdb.exp: returns an error, rather than exiting on
26162 internal errors.
26163
26164 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
26165
26166 * gdb.t03/gdbme.c: Add pointer to struct variable.
26167 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
26168 referencing struct members.
26169
26170 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
26171
26172 * configure.in (mips-idt-ecoff): New target.
26173 * config/mips-gdb.exp: New file for remote board using MIPS remote
26174 debugging protocol.
26175
26176 * Redid configuration scheme. Removed gdb.t*/configure.in.
26177 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
26178 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
26179 distclean targets. Built executables via .o files. Adjusted
26180 tests to account for source files in $(srcdir) rather than
26181 $(objdir).
26182 * lib/gdb.exp (runto): Don't expect () after the function name,
26183 because it may have arguments.
26184
26185 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
26186
26187 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
26188 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
26189 expected failures for mips-idt-* and mips-sgi-*.
26190 * gdb.t00/default.exp (attach): Kill process if requested.
26191 * gdb.t00/help.exp (help target core, help target): Accept a gdb
26192 that does not read core files.
26193 * gdb.t01/run.exp: Removed checks for exit status code.
26194 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
26195 it is linked in.
26196 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
26197 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
26198 appropriate, rather than doing it by hand.
26199 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
26200 execution.
26201 * gdb.t10/crossload.exp: Kill existing program if needed.
26202 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
26203 appropriate, rather than doing it by hand. Always increase
26204 timeout for this test, not just for VxWorks.
26205
26206 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
26207
26208 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
26209 of Chill STRUCT types and STRUCT values.
26210 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
26211 than "char".
26212 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
26213 struct2): New struct definitions and initializations to test
26214 simple Chill STRUCT types.
26215
26216 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
26217
26218 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
26219 the null byte at the end of strings.
26220 * gdb.t00/default.exp: Make show version insensitive to copyright
26221 date.
26222 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
26223 to avoid dependencies on target char signedness.
26224 * gdb.t16/printcmds.exp: Update expected results for explicitly
26225 unsigned char.
26226 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
26227 now work.
26228 * gdb.t21/demangle.exp: Add many more patterns for template
26229 demangling, most of them being expected failures.
26230 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
26231 string we are matching for, to match on the whole string.
26232 * gdb.t21/demangle.exp: Add many new test strings to demangle,
26233 and fix a whole bunch that had incorrect expected output but were
26234 passing anyway because of the bug in "proc demangle".
26235 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
26236 type.
26237 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
26238
26239 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
26240
26241 * gdb/testsuite: made modifications to testcases, etc., to allow
26242 them to work properly given the reorganization of deja-gnu and the
26243 relocation of the testcases from deja-gnu to a "tool" subdirectory.
26244
26245 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
26246
26247 * gdb/testsuite: Initial creation of gdb/testsuite.
26248 Migrated dejagnu testcases and support files for testing nm to
26249 gdb/testsuite from deja-gnu. These files were moved "as is"
26250 with no modifications. This migration is part of a major overhaul
26251 of dejagnu. The modifications to these testcases, etc., which
26252 will allow them to work with the new version of dejagnu will be
26253 made in a future update.
26254
26255 For additional changes see gdb.mi/ChangeLog-1999-2003.
26256 \f
26257 ;; Local Variables:
26258 ;; mode: change-log
26259 ;; left-margin: 8
26260 ;; fill-column: 74
26261 ;; version-control: never
26262 ;; End:
26263
26264 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
26265 2003, 2004, 2005 Free Software Foundation, Inc.
26266 Copying and distribution of this file, with or without modification,
26267 are permitted provided the copyright notice and this notice are preserved.
This page took 0.832199 seconds and 5 git commands to generate.