gdb/
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 Fix disp-step-syscall.exp: fork: single step over fork.
4 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5 whitespaces.
6 (single step over $syscall): Remove its check.
7 (single step over $syscall final pc): New check.
8
9 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10
11 Support processors without SSSE3.
12 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
13 pabsd into ...
14 (ssse3_test): ... a new function.
15 (main): Call ssse3_test.
16 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
17 Update expected values everywhere.
18 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
19 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
20 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
21 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
22 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
23 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
24 Move these tests lower.
25 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
26 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
27 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
28 New tests.
29
30 2012-02-29 Yao Qi <yao@codesourcery.com>
31 Pedro Alves <palves@redhat.com>
32
33 * gdb.trace/trace-mt.c: New.
34 * gdb.trace/trace-mt.exp: New.
35
36 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
37
38 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
39 numbers instead of hardcoding them.
40 * gdb.base/annota1.c: Provide suitable markers.
41 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
42 numbers instead of hardcoding them.
43 * gdb.base/annota3.c: Provide suitable markers.
44
45 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
46 * gdb.base/annota3.c: Likewise.
47 * gdb.base/sigall.c: Likewise.
48 * gdb.base/signals.c: Likewise.
49 * gdb.reverse/sigall-reverse.c: Likewise.
50
51 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
52
53 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
54 failure return path.
55
56 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
57
58 * gdb.base/save-bp.exp: Account for new condition evaluator output.
59
60 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
61
62 * gdb.base/cond-eval-mode.exp: New file.
63
64 2012-02-24 Pedro Alves <palves@redhat.com>
65
66 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
67 (top level): Use with_test_prefix.
68
69 2012-02-24 Pedro Alves <palves@redhat.com>
70
71 * gdb.threads/attach-into-signal.exp (corefunc): Use
72 with_test_prefix.
73
74 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
75
76 Fix false FAILs on old CPUs without SSE.
77 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
78 Return untested for Illegal instruction.
79
80 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 Fix false FAILs with glibc debug infos installed.
83 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
84 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
85
86 2012-02-22 Sterling Augustine <saugustine@google.com>
87
88 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
89 constant with cast.
90
91 2012-02-21 Pedro Alves <palves@redhat.com>
92
93 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
94
95 2012-02-21 Pedro Alves <palves@redhat.com>
96
97 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
98
99 2012-02-21 Pedro Alves <palves@redhat.com>
100
101 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
102 with_test_prefix.
103
104 2012-02-21 Pedro Alves <palves@redhat.com>
105
106 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
107 with_test_prefix here.
108 (top level): Do it here instead. Remove `:' from the
109 with_test_prefix string.
110 * gdb.base/attach-pie-misread.exp: Remove the leading space the
111 the suffix `:' from the with_test_prefix prefix string.
112 * gdb.base/break-interp.exp: Ditto.
113 * gdb.base/catch-load.exp: Ditto.
114 * gdb.base/disp-step-syscall.exp: Ditto.
115 * gdb.base/jit-so.exp: Ditto.
116 * gdb.base/jit.exp: Ditto.
117 * gdb.base/sepdebug.exp: Ditto.
118 * gdb.base/solib-display.exp: Ditto.
119 * gdb.base/solib-overlap.exp: Ditto.
120 * gdb.base/watch-cond-infcall.exp: Ditto.
121 * gdb.base/watchpoint.exp: Ditto.
122 * gdb.dwarf2/dw2-noloc.exp: Ditto.
123 * gdb.mi/mi-watch.exp: Ditto.
124 * gdb.mi/mi2-watch.exp: Ditto.
125 * gdb.threads/non-ldr-exc-1.exp: Ditto.
126 * gdb.threads/non-ldr-exc-2.exp: Ditto.
127 * gdb.threads/non-ldr-exc-3.exp: Ditto.
128 * gdb.threads/non-ldr-exc-4.exp: Ditto.
129 * gdb.threads/watchpoint-fork.exp: Ditto.
130 * gdb.threads/watchthreads-reorder.exp: Ditto.
131 * gdb.trace/change-loc.exp: Ditto.
132 * gdb.trace/pending.exp: Ditto.
133 * gdb.trace/status-stop.exp: Ditto.
134 * gdb.trace/strace.exp: Ditto.
135 * gdb.trace/trace-break.exp: Ditto.
136 * gdb.trace/unavailable.exp: Ditto.
137 * lib/gdb.exp (with_test_prefix): Always prefix with space and
138 suffix with colon. Adjust leading comments.
139
140 2012-02-21 Pedro Alves <palves@redhat.com>
141 Tom Tromey <tromey@redhat.com>
142
143 * lib/gdb.exp: Add description of test prefixes.
144 (with_test_prefix): New procedure.
145 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
146 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
147 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
148 instead of lappend to append to pf_prefix.
149 * gdb.base/catch-load.exp: Use with_test_prefix.
150 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
151 * gdb.base/jit-so.exp: Use with_test_prefix.
152 * gdb.base/jit.exp: Use with_test_prefix.
153 * gdb.base/return-nodebug.exp (do_test): Use append instead of
154 lappend to append to pf_prefix.
155 * gdb.base/sepdebug.exp: Use with_test_prefix.
156 * gdb.base/solib-display.exp: Use with_test_prefix.
157 * gdb.base/solib-overlap.exp: Use with_test_prefix.
158 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
159 * gdb.base/watchpoint.exp: Use with_test_prefix.
160 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
161 * gdb.mi/mi-watch.exp: Use with_test_prefix.
162 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
163 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
164 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
165 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
166 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
167 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
168 append instead of lappend to append to pf_prefix.
169 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
170 * gdb.trace/change-loc.exp: Use with_test_prefix.
171 * gdb.trace/pending.exp: Use with_test_prefix.
172 * gdb.trace/status-stop.exp: Use with_test_prefix.
173 * gdb.trace/strace.exp: Use with_test_prefix.
174 * gdb.trace/trace-break.exp: Use with_test_prefix.
175 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
176 instead of lappend to append to pf_prefix.
177
178 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
179
180 Fix racy FAILs.
181 * gdb.base/inferior-died.c (main): Add return of 0.
182 * gdb.base/inferior-died.exp (continue): Fix expectation of
183 asynchronous events.
184 (p 1): New test.
185
186 2012-02-20 Pedro Alves <palves@redhat.com>
187
188 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
189 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
190 gdb's internal debug output. For the non-threaded case, look for
191 "Program received signal SIGLARM", for the threaded case, peek at
192 the thread's siginfo.
193
194 2012-02-20 Pedro Alves <palves@redhat.com>
195
196 General cleanup, make output test messages unique, and build
197 different executable files for the non-threaded and threaded
198 cases.
199
200 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
201 Delete.
202 (executable_nothr, executable_thr): New globals.
203 (top level): Adjust to delete both executables.
204 (corefunc): New parameter $executable. Set $pf_prefix instead of
205 hand writing a prefix in tests. Issue a clean_restart and enable
206 lin-lwp debug output here.
207 (top level): Adjust. Use build_executable. Don't start gdb here,
208 and don't enable lin-lwp debug output here.
209 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
210
211 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
212
213 Fix racy FAILs.
214 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
215 "continue" command.
216
217 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
218
219 Fix for gdbserver non-extended mode.
220 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
221 and gdb_run_cmd.
222
223 2012-02-17 Tom Tromey <tromey@redhat.com>
224
225 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
226 * gdb.python/py-events.exp: Check 'dir' output.
227 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
228
229 2012-02-17 Yao Qi <yao@codesourcery.com>
230
231 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
232
233 2012-02-16 Tom Tromey <tromey@redhat.com>
234
235 * gdb.base/inferior-died.c: Don't include stdio.h.
236
237 2012-02-16 Tom Tromey <tromey@redhat.com>
238
239 * gdb.base/inferior-died.c: New file.
240 * gdb.base/inferior-died.exp: New file.
241
242 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
243
244 * gdb.base/break-inline.exp: New file.
245 * gdb.base/break-inline.c: New file.
246
247 2012-02-15 Tom Tromey <tromey@redhat.com>
248
249 * gdb.base/pc-fp.exp: Add "info register" tests.
250
251 2012-02-15 Tom Tromey <tromey@redhat.com>
252
253 * gdb.base/regs.exp: Remove.
254
255 2012-02-15 Pedro Alves <palves@redhat.com>
256
257 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
258 the target doesn't support tracepoints.
259 * gdb.trace/circ.exp: Ditto.
260 * gdb.trace/collection.exp: Ditto.
261 * gdb.trace/packetlen.exp: Ditto.
262 * gdb.trace/passc-dyn.exp: Ditto.
263 * gdb.trace/report.exp: Ditto.
264 * gdb.trace/tfind.exp: Ditto.
265 * gdb.trace/tspeed.exp: Ditto.
266 * gdb.trace/tsv.exp: Ditto.
267 * gdb.trace/unavailable.exp: Ditto.
268 * gdb.trace/while-dyn.exp: Ditto.
269
270 2012-02-15 Pedro Alves <palves@redhat.com>
271
272 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
273 gdb_test_multiple, and call unsupported instead of fail, if the
274 remote side does not support the request.
275
276 2012-02-15 Pedro Alves <palves@redhat.com>
277
278 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
279 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
280 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
281 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
282 * gdb.server/server-run.exp: Make sure gdb is disconnected.
283 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
284 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
285 doesn't start with "extended-" already.
286
287 2012-02-15 Pedro Alves <palves@redhat.com>
288
289 Support extended-remote. Avoid cascading timeouts.
290
291 * gdb.base/attach.exp (do_attach_tests): Add expected output for
292 the extended-remote target. If attaching with no file fails, load
293 the file manually.
294 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
295
296 2012-02-14 Stan Shebs <stan@codesourcery.com>
297
298 * gdb.base/ena-dis-br.exp: Add enable count test.
299
300 2012-02-13 Pedro Alves <palves@redhat.com>
301
302 * config/mips-idt.exp: Delete.
303 * gdb.base/a2-run.exp: Remove mips-idt xfails.
304 * gdb.base/bitfields.exp: Remove mips-idt restarts.
305 * gdb.base/break.exp: Remove mips-idt references.
306 * gdb.base/chng-syms.exp: Ditto.
307 * gdb.base/default.exp: Ditto.
308 * gdb.base/funcargs.exp (funcargs_reload): Delete.
309 (top level): Don't call it.
310 * gdb.base/opaque.exp: Remove mips-idt restarts.
311 * gdb.base/ptype.exp: Remove mips-idt xfails.
312 * gdb.base/scope.exp: Remove mips-idt restarts.
313 * gdb.base/sepdebug.exp: Remove mips-idt references.
314 * gdb.base/watchpoint.exp (maybe_clean_restart)
315 (maybe_reinitialize): Delete.
316 (test_disabling_watchpoints, test_disabling_watchpoints)
317 (test_watchpoint_triggered_in_syscall)
318 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
319 Don't call them.
320
321 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
322
323 * gdb.server/server-exec-info.exp: New file.
324
325 2012-02-10 Pedro Alves <palves@redhat.com>
326
327 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
328 always non-empty.
329 (test_attach): Always pass $exec to test_attach_gdb.
330
331 2012-02-08 Tom Tromey <tromey@redhat.com>
332
333 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
334 before inferior is started.
335
336 2012-02-07 Tom Tromey <tromey@redhat.com>
337
338 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
339 Symbol.value.
340 * gdb.python/py-symbol.c (qq): Set default value.
341
342 2012-02-07 Tom Tromey <tromey@redhat.com>
343
344 * gdb.python/py-symbol.c (qq): New global.
345 * gdb.python/py-symbol.exp: Add test for frame-less
346 lookup_symbol.
347 * gdb.python/py-symtab.exp: Fix line number.
348
349 2012-02-03 Joel Brobecker <brobecker@adacore.com>
350
351 * gdb.ada/mi_task_arg: New testcase.
352
353 2012-02-02 Pedro Alves <palves@redhat.com>
354
355 * gdb.reverse/until-precsave.exp: Also put "record save" under the
356 extended timeout.
357
358 2012-02-02 Pedro Alves <palves@redhat.com>
359
360 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
361 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
362
363 2012-02-02 Pedro Alves <palves@redhat.com>
364
365 * gdb.base/term.exp: Rewrite.
366 * gdb.base/term.c: New.
367
368 2012-02-02 Pedro Alves <palves@redhat.com>
369
370 * gdb.base/default.exp (run "r" abbreviation, run): Add
371 extended-remote expected output.
372
373 2012-02-02 Tom Tromey <tromey@redhat.com>
374
375 * gdb.cp/dispcxx.exp: New file.
376 * gdb.cp/dispcxx.cc: New file.
377
378 2012-02-01 Tom Tromey <tromey@redhat.com>
379
380 * gdb.base/jit-simple.exp: New file.
381 * gdb.base/jit-simple.c: New file.
382
383 2012-01-30 Yao Qi <yao@codesourcery.com>
384
385 * gdb.base/skip.exp: Make test result unique.
386
387 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
388
389 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
390 compatibility with valgrind-3.7.0.
391
392 2012-01-27 Pedro Alves <palves@redhat.com>
393
394 * gdb.base/watchpoint.exp (no_hw): New global.
395 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
396 disable hw watchpoints.
397 (test_wide_location_1, test_wide_location_2): If no_hw is set,
398 don't expect hw watchpoints.
399 (no_hw_watchpoints): Always clean restart.
400 (do_tests): New procedure, factored out from the top level.
401 (top level): Run tests twice. Once with hw watchpoints enabled,
402 another time with hw watchpoints disabled.
403
404 2012-01-27 Pedro Alves <palves@redhat.com>
405
406 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
407 out from the top level.
408 (top level): Call it instead.
409
410 2012-01-27 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/watchpoint.exp (top level): Re-enable hardware
413 watchpoints sooner.
414
415 2012-01-27 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
418
419 2012-01-27 Pedro Alves <palves@redhat.com>
420
421 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
422 "You may have requested too many hardware
423 breakpoints/watchpoints".
424
425 2012-01-27 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/watchpoint.exp (maybe_clean_restart)
428 (maybe_reinitialize): New.
429 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
430 expect "hit N times".
431 (test_disabling_watchpoints, test_complex_watchpoint)
432 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
433 Call maybe_clean_restart.
434 (top level): Use clean_restart. Remove "mips-idt-*"
435 reinitialization.
436
437 2012-01-27 Pedro Alves <palves@redhat.com>
438
439 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
440
441 2012-01-27 Pedro Alves <palves@redhat.com>
442
443 * gdb.base/watchpoint.exp: Clean restart after tests that don't
444 require `initialize' anymore. Remove unnecessary `initialize'
445 calls.
446
447 2012-01-27 Pedro Alves <palves@redhat.com>
448
449 * gdb.base/watchpoint.exp (wp_set): Delete.
450 (initialize, test_simple_watchpoint, top level): Remove dead code.
451
452 2012-01-27 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
455 typo.
456
457 2012-01-27 Pedro Alves <palves@redhat.com>
458
459 * config/extended-gdbserver.exp: New file.
460 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
461 comment.
462 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
463 * boards/native-extended-gdbserver.exp: New file.
464
465 2012-01-26 Pedro Alves <palves@redhat.com>
466
467 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
468 and gdb_test_multiple.
469
470 2012-01-26 Pedro Alves <palves@redhat.com>
471
472 Make test messages unique, and more identifiable.
473 * gdb.multi/watchpoint-multi.exp: Change test messages.
474
475 2012-01-25 Tom Tromey <tromey@redhat.com>
476
477 * gdb.base/solib-disc.exp: Fix regexps.
478
479 2012-01-24 Tom Tromey <tromey@redhat.com>
480
481 * lib/mi-support.exp (mi_expect_stop): Add special case for
482 solib-event.
483 * gdb.base/catch-load-so.c: New file.
484 * gdb.base/catch-load.exp: New file.
485 * gdb.base/catch-load.c: New file.
486 * gdb.base/break-interp.exp (reach_1): Update regexp.
487
488 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
489
490 Fix fuzzy results.
491 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
492 lpsimple and func.
493
494 2012-01-24 Gary Benson <gbenson@redhat.com>
495
496 Delete #if 0'd out code.
497 * gdb.base/default.exp (info catch): Remove.
498 * gdb.base/gdb_history (info catch): Likewise.
499 * gdb.base/help.exp (info catch): Likewise.
500
501 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 Fix watchpoints to be specific for each inferior.
504 * gdb.multi/watchpoint-multi.c: New file.
505 * gdb.multi/watchpoint-multi.exp: New file.
506
507 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
508
509 Fix watchpoints across inferior fork.
510 * gdb.threads/watchpoint-fork-child.c: New file.
511 * gdb.threads/watchpoint-fork-mt.c: New file.
512 * gdb.threads/watchpoint-fork-parent.c: New file.
513 * gdb.threads/watchpoint-fork-st.c: New file.
514 * gdb.threads/watchpoint-fork.exp: New file.
515 * gdb.threads/watchpoint-fork.h: New file.
516
517 2012-01-23 Pedro Alves <palves@redhat.com>
518
519 * gdb.base/call-signal-resume.exp: Allow output after "return".
520
521 2012-01-20 Pedro Alves <palves@redhat.com>
522
523 * gdb.python/py-finish-breakpoint.py: Fix typo.
524
525 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
526
527 * gdb.base/info-proc.exp: Also run on remote targets. Main
528 "info proc" command is now always present; whether target supports
529 actual info proc operation is detected when attempting to issue
530 the command.
531
532 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * .gdbinit: Remove.
535
536 2012-01-19 Pedro Alves <palves@redhat.com>
537
538 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
539 look at the funtions' returns.
540 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
541 (jprint.print(int, int)): Change return type to int. Adjust.
542
543 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
544
545 PR gdb/9538
546 * gdb.base/sepdebug.exp: New test.
547
548 2012-01-18 Pedro Alves <palves@redhat.com>
549
550 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
551 Allow output before ^done.
552
553 2012-01-16 Tom Tromey <tromey@redhat.com>
554
555 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
556 Add tests for relative directory.
557
558 2012-01-16 Tom Tromey <tromey@redhat.com>
559
560 * gdb.base/printcmds.c (enum flag_enum): New.
561 (three): New global.
562 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
563 enum printing.
564 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
565 FlagEnumerationPrinter.
566 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
567 * gdb.python/py-pp-maint.c (enum flag_enum): New.
568 (fval): New global.
569
570 2012-01-16 Pedro Alves <palves@redhat.com>
571
572 * lib/gdb.exp (banned_procedures): New variable.
573 (banned_variables_traced): Rename to ...
574 (banned_traced): ... this.
575 (gdb_init): Also trace banned procedures.
576 (gdb_finish): Also untrace banned procedures.
577
578 2012-01-16 Pedro Alves <palves@redhat.com>
579
580 Remove all calls to strace.
581
582 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
585 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
586
587 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
588
589 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
590 * gdb.base/pie-execl.exp: Likewise.
591
592 2012-01-12 Keith Seitz <keiths@redhat.com>
593
594 PR mi/10586
595 * gdb.mi/var-cmd.c (struct anonymous): New structure.
596 (do_anonymous_type_tests): New function.
597 (main): Call do_anonymous_type_tests.
598 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
599 (verify_everything): New procedure.
600 * gdb.mi/mi-var-cp.cc (class A): New class.
601 (anonymous_structs_and_unions): New function.
602 (main): Call anonymous_structs_and_unions.
603 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
604 (verify_everything): New procedure.
605
606 2012-01-12 Keith Seitz <keiths@redhat.com>
607
608 * lib/mi-support.exp: Expand comments about PATH_EXPR.
609 (varobj_tree::get_path_expr): Assume that all varobjs are
610 compound unless they are known simple types.
611 Adjust path expressions based on parent type, path parent type,
612 and tree language.
613 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
614 the root varobj.
615 (mi_walk_varobj_tree): Add LANGUAGE parameter.
616
617 2012-01-11 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
620 core files on this machine" anymore.
621
622 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
623
624 * gdb.base/watchpoint.c (recurser): Initialize local_x.
625 (main): Repeat recurser call.
626 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
627 equivalent to 'local_x'.
628
629 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
630 Joel Brobecker <brobecker@adacore.com>
631
632 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
633
634 2012-01-05 Pedro Alves <alves.ped@gmail.com>
635
636 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
637 * gdb.python/py-events.c (first): Add bits for new "step N" test.
638 * gdb.python/py-events.exp: Test that "step N" tripping on a
639 breakpoint emits a breakpoint event.
640
641 2012-01-03 Joel Brobecker <brobecker@adacore.com>
642
643 * gdb.base/auxv.exp: Reformat the copyright notice.
644
645 2012-01-03 Yao Qi <yao@codesourcery.com>
646
647 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
648 (strace_trace_on_diff_addr): New.
649 * gdb.trace/strace.c: (main): Add two local variables.
650
651 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
652
653 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
654 * gdb.cell/gcore.exp: Likewise.
655 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
656 to verify the correct instance of main is selected.
657
658 2012-01-02 Joel Brobecker <brobecker@adacore.com>
659
660 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
661 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
662 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
663 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
664 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
665 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
666 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
667 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
668 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
669 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
670 gdb.threads/thread_check.c: Reformat copyright header.
671
672 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
673
674 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
675 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
676 is not enabled.
677
678 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
679
680 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
681 parameter to self_exec, adjust the function.
682 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
683 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
684 (set var do_exit = 0): Remove test.
685 (newline at end of file): Add one.
686
687 2011-12-27 Joel Brobecker <brobecker@adacore.com>
688
689 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
690 New files.
691
692 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
693
694 Fix racy FAILs.
695 * gdb.threads/fork-thread-pending.c (barrier): New variable.
696 (thread_function, thread_forker): Call pthread_barrier_wait for it.
697 (main): Call pthread_barrier_init for it.
698
699 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
700
701 Fix double send_gdb leading to racy FAILs.
702 * gdb.base/break.exp (set silent break bp_location1): Replace
703 3x send_gdb and gdb_expect by gdb_test.
704 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
705 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
706 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
707 instead of send_gdb. Twice.
708 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
709 3x send_gdb and gdb_expect by gdb_test.
710 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
711
712 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
713
714 * gdb.linespec/linespec.exp: Compile using {c++}.
715
716 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
717
718 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
719 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
720 (verify GCC PR debug/51668): New test.
721
722 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
723
724 Introduce gdb.FinishBreakpoint in Python.
725 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
726 py-finish-breakpoint2
727 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
728 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
729 instead of line number.
730 * gdb.python/py-finish-breakpoint.c: New file.
731 * gdb.python/py-finish-breakpoint.exp: New file.
732 * gdb.python/py-finish-breakpoint.py: New file.
733 * gdb.python/py-finish-breakpoint2.cc: New file.
734 * gdb.python/py-finish-breakpoint2.exp: New file.
735 * gdb.python/py-finish-breakpoint2.py: New file.
736
737 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
738
739 Partial fix of compatibility with gcc-4.7.
740 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
741 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
742 Add comment to add a PASS case in the future.
743
744 Fix compatibility with gcc-4.7.
745 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
746
747 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
748
749 PR tdep/12797
750 * gdb.base/callfuncs.exp: Remove KFAIL.
751
752 2011-12-21 Joel Brobecker <brobecker@adacore.com>
753
754 * gdb.ada/task_bp: New testcase.
755
756 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
757
758 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
759 -DNO_SECTIONS.
760 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
761
762 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
763
764 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
765 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
766 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
767 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
768 conditional for gcc <= 4.5.
769
770 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
771
772 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
773 by XFAIL.
774 * gdb.cp/static-method.exp (info addr A::func())
775 (list static-method.cc:xxx::(anonymous namespace)::A::func)
776 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
777 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
778 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
779 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
780 (test value of F in k3_m): Likewise.
781 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
782 Likewise.
783
784 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
785
786 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
787 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
788 Remove.
789 * gdb.threads/attachstop-mt.c: Remove.
790 * gdb.threads/attachstop-mt.exp: Remove.
791
792 2011-12-17 Mark Kettenis <kettenis@gnu.org>
793
794 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
795
796 2011-12-16 Doug Evans <dje@google.com>
797
798 * boards/native-stdio-gdbserver.exp: New file.
799 * boards/native-gdbserver.exp: New file.
800
801 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
802 gdbserver output.
803 (gdbserver_default_get_remote_address): New function.
804 (gdbserver_start): Call gdb,get_remote_address to compute argument
805 to "target remote" command.
806
807 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
808
809 * gdb.python/py-function.exp: Change "on" to "full" for
810 python print-stack. Add set/show python print-stack
811 off|full|message tests.
812
813 2011-12-15 Yao Qi <yao@codesourcery.com>
814
815 * gdb.trace/strace.c: New
816 * gdb.trace/strace.exp: New.
817
818 2011-12-14 Tom Tromey <tromey@redhat.com>
819
820 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
821
822 2011-12-14 Doug Evans <dje@google.com>
823
824 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
825
826 2011-12-14 Pedro Alves <pedro@codesourcery.com>
827
828 PR threads/10729
829
830 * gdb.mi/watch-nonstop.c: New file.
831 * gdb.mi/mi-watch-nonstop.exp: New file.
832
833 2011-12-13 Pedro Alves <pedro@codesourcery.com>
834 Doug Evans <dje@google.com>
835
836 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
837 (clean_restart): Remove references to the gdb_stub target board
838 variable.
839 (gdb_step_for_stub): Delete.
840
841 * gdb.base/annota1.exp: Remove all references to [target_info
842 exists gdb_stub], gdb_step_for_stub and usestubs.
843 * gdb.base/annota3.exp: Ditto.
844 * gdb.base/async.exp: Ditto.
845 * gdb.base/break.exp: Ditto.
846 * gdb.base/code-expr.exp: Ditto.
847 * gdb.base/commands.exp: Ditto.
848 * gdb.base/completion.exp: Ditto.
849 * gdb.base/condbreak.exp: Ditto.
850 * gdb.base/consecutive.exp: Ditto.
851 * gdb.base/cvexpr.exp: Ditto.
852 * gdb.base/define.exp: Ditto.
853 * gdb.base/display.exp: Ditto.
854 * gdb.base/ena-dis-br.exp: Ditto.
855 * gdb.base/environ.exp: Ditto.
856 * gdb.base/gnu-ifunc.exp: Ditto.
857 * gdb.base/maint.exp: Ditto.
858 * gdb.base/pending.exp: Ditto.
859 * gdb.base/sect-cmd.exp: Ditto.
860 * gdb.base/sepdebug.exp: Ditto.
861 * gdb.base/unload.exp: Ditto.
862 * gdb.base/watchpoint-solib.exp: Ditto.
863 * gdb.cp/annota2.exp: Ditto.
864 * gdb.cp/annota3.exp: Ditto.
865 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
866 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
867 * gdb.mi/mi-pending.exp: Ditto.
868 * gdb.trace/circ.exp: Ditto.
869 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
870 * gdb.base/list.exp: Ditto.
871
872 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
873 breakpoint function and all references to the usestubs macro.
874 * gdb.base/exprs.c: Ditto.
875 * gdb.base/freebpcmd.c: Ditto.
876 * gdb.base/bitfields.c: Ditto.
877 * gdb.base/bitfields2.c: Ditto.
878 * gdb.base/break.c: Ditto.
879 * gdb.base/call-sc.c: Ditto.
880 * gdb.base/call-signals.c: Ditto.
881 * gdb.base/callfuncs.c: Ditto.
882 * gdb.base/charset.c: Ditto.
883 * gdb.base/consecutive.c: Ditto.
884 * gdb.base/constvars.c: Ditto.
885 * gdb.base/funcargs.c: Ditto.
886 * gdb.base/int-type.c: Ditto.
887 * gdb.base/interrupt.c: Ditto.
888 * gdb.base/langs0.c: Ditto.
889 * gdb.base/list0.c: Ditto.
890 * gdb.base/mips_pro.c: Ditto.
891 * gdb.base/miscexprs.c: Ditto.
892 * gdb.base/nodebug.c: Ditto.
893 * gdb.base/opaque0.c: Ditto.
894 * gdb.base/pointers.c: Ditto.
895 * gdb.base/printcmds.c: Ditto.
896 * gdb.base/ptype.c: Ditto.
897 * gdb.base/recurse.c: Ditto.
898 * gdb.base/reread1.c: Ditto.
899 * gdb.base/reread2.c: Ditto.
900 * gdb.base/restore.c: Ditto.
901 * gdb.base/return.c: Ditto.
902 * gdb.base/run.c: Ditto.
903 * gdb.base/scope0.c: Ditto.
904 * gdb.base/sepdebug.c: Ditto.
905 * gdb.base/setshow.c: Ditto.
906 * gdb.base/setvar.c: Ditto.
907 * gdb.base/sigall.c: Ditto.
908 * gdb.base/signals.c: Ditto.
909 * gdb.base/structs.c: Ditto.
910 * gdb.base/structs2.c: Ditto.
911 * gdb.base/testenv.c: Ditto.
912 * gdb.base/twice.c: Ditto.
913 * gdb.base/unwindonsignal.c: Ditto.
914 * gdb.base/watchpoint.c: Ditto.
915 * gdb.base/watchpoints.c: Ditto.
916 * gdb.base/whatis.c: Ditto.
917 * gdb.cp/classes.cc: Ditto.
918 * gdb.cp/cplusfuncs.cc: Ditto.
919 * gdb.cp/derivation.cc: Ditto.
920 * gdb.cp/formatted-ref.cc: Ditto.
921 * gdb.cp/misc.cc: Ditto.
922 * gdb.cp/overload.cc: Ditto.
923 * gdb.cp/ovldbreak.cc: Ditto.
924 * gdb.cp/ref-params.cc: Ditto.
925 * gdb.cp/ref-types.cc: Ditto.
926 * gdb.cp/templates.cc: Ditto.
927 * gdb.cp/virtfunc.cc: Ditto.
928 * gdb.hp/gdb.aCC/run.c: Ditto.
929 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
930 * gdb.hp/gdb.compat/xdb0.c: Ditto.
931 * gdb.reverse/consecutive-reverse.c: Ditto.
932 * gdb.reverse/sigall-reverse.c: Ditto.
933 * gdb.reverse/until-reverse.c: Ditto.
934 * gdb.reverse/watch-reverse.c: Ditto.
935 * gdb.trace/actions.c: Ditto.
936 * gdb.trace/circ.c: Ditto.
937 * gdb.trace/collection.c: Ditto.
938
939 2011-12-13 Pedro Alves <pedro@codesourcery.com>
940
941 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
942 (func6, func7): New.
943 (main): Call func6 and func7.
944 * gdb.base/watchpoint.exp (test_wide_location_1)
945 (test_wide_location_2): New.
946 (top level): Re-enable hardware watchpoints if necessary. Call
947 test_wide_location_1 and test_wide_location_2.
948
949 2011-12-11 Yao Qi <yao@codesourcery.com>
950
951 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
952
953 2011-12-11 Joel Brobecker <brobecker@adacore.com>
954
955 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
956 expected output for unsupported case.
957
958 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
959
960 PR testsuite/12649
961 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
962 Protect gdb_test_multiple by final $gdb_prompt match.
963
964 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
965
966 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
967 New variable, new test.
968 (list static-method.cc:xxx::(anonymous namespace)::A::func)
969 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
970 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
971 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
972 them if HAVE_GCC_45682_FIXED is not set.
973
974 2011-12-10 Yao Qi <yao@codesourcery.com>
975
976 * gdb.trace/status-stop.exp: New.
977 * gdb.trace/status-stop.c: New.
978
979 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
980
981 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
982 timeout.
983
984 2011-12-08 Tom Tromey <tromey@redhat.com>
985
986 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
987 condition.
988
989 2011-12-07 Stan Shebs <stan@codesourcery.com>
990
991 * gdb.trace/tfind.exp: Update for output changes.
992
993 2011-12-07 Pedro Alves <pedro@codesourcery.com>
994
995 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
996 throws "Cannot insert catchpoints in this configuration".
997 * gdb.ada/mi_catch_ex.exp: Likewise.
998
999 2011-12-06 Pedro Alves <pedro@codesourcery.com>
1000
1001 * gdb.base/break-always.exp: Test changing memory at addresses
1002 with breakpoints inserted.
1003
1004 2011-12-06 Joel Brobecker <brobecker@acacore.com>
1005
1006 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
1007 involving a fully qualified function name.
1008
1009 2011-12-06 Tom Tromey <tromey@redhat.com>
1010
1011 * gdb.ada/homonym.exp: Add three breakpoint tests.
1012
1013 2011-12-06 Tom Tromey <tromey@redhat.com>
1014
1015 * gdb.base/solib-weak.exp (do_test): Remove kfail.
1016 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
1017 * gdb.objc/objcdecode.exp: Update for output changes.
1018 * gdb.linespec/linespec.exp: New file.
1019 * gdb.linespec/lspec.cc: New file.
1020 * gdb.linespec/lspec.h: New file.
1021 * gdb.linespec/body.h: New file.
1022 * gdb.linespec/base/two/thefile.cc: New file.
1023 * gdb.linespec/base/one/thefile.cc: New file.
1024 * gdb.linespec/Makefile.in: New file.
1025 * gdb.cp/templates.exp (test_template_breakpoints): Update for
1026 output changes.
1027 * gdb.cp/re-set-overloaded.exp: Remove kfail.
1028 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
1029 makes one breakpoint.
1030 * gdb.cp/method2.exp (test_break): Update for output changes.
1031 * gdb.cp/mb-templates.exp: Update for output changes.
1032 * gdb.cp/mb-inline.exp: Update for output changes.
1033 * gdb.cp/mb-ctor.exp: Update for output changes.
1034 * gdb.cp/ovsrch.exp: Use fully-qualified names.
1035 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
1036 has multiple matches.
1037 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
1038 error message change.
1039 * gdb.base/list.exp (test_list_filename_and_number): Update for
1040 error message change.
1041 * gdb.base/break.exp: Disable pending breakpoints. Update for
1042 output changes.
1043 * configure.ac: Add gdb.linespec.
1044 * configure: Rebuild.
1045 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
1046
1047 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
1048
1049 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
1050 last_break register on s390*-*-* targets.
1051
1052 2011-12-06 Joel Brobecker <brobecker@adacore.com>
1053
1054 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
1055 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
1056 of parameter X in procedure Foo.
1057
1058 2011-12-05 Stan Shebs <stan@codesourcery.com>
1059
1060 * gdb.trace/tfind.exp: Update help string matches.
1061
1062 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1063
1064 * gdb.server/ext-run.exp (get process list): Accept also systemd
1065 as PID 1.
1066
1067 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1068 Pedro Alves <pedro@codesourcery.com>
1069
1070 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
1071 starting GDB.
1072 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
1073 $use_gdb_stub.
1074 * gdb.base/display.exp: Likewise.
1075 * gdb.base/ending-run.exp: Likewise.
1076 * gdb.base/list.exp (test_listsize): Likewise.
1077 * gdb.base/setshow.exp: Likewise.
1078 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
1079 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
1080 check by global $use_gdb_stub.
1081 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
1082 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
1083 (default_gdb_init): Unset global $use_gdb_stub.
1084 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
1085 by global $use_gdb_stub.
1086 * lib/gdbserver-support.exp: Extend comments for set_board_info
1087 gdb_protocol and gdb,socketport.
1088 (gdbserver_start_extended): Set global gdbserver_protocol and
1089 gdbserver_gdbport. Clear global use_gdb_stub.
1090 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
1091 from target use_gdb_stub.
1092 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
1093
1094 2011-12-03 Doug Evans <dje@google.com>
1095
1096 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
1097 (gdb_step_for_stub): Add comments.
1098
1099 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
1100
1101 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
1102 to the caller.
1103 (gdb_test_multiple): Likewise.
1104
1105 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1106
1107 Fix gdb.mi/mi-solib.exp without system debug info installed.
1108 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
1109 expect attribute, return 0 for it. Update comments.
1110
1111 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1112
1113 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
1114 (corrupted list): Adjust the expectation.
1115
1116 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1117
1118 PR threads/13448
1119 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
1120 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
1121 * gdb.threads/tls-var-main.c: New file.
1122 * gdb.threads/tls-var.c: New file.
1123 * gdb.threads/tls-var.exp: New file.
1124
1125 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1126
1127 PR testsuite/12649
1128 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
1129 Protect gdb_test_multiple by final $gdb_prompt match.
1130 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
1131 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
1132 (test_tracepoints): Likewise.
1133
1134 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1135
1136 PR breakpoints/13346
1137 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
1138 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
1139 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
1140
1141 2011-12-01 Joel Brobecker <brobecker@adacore.com>
1142
1143 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
1144 * gdb.ada/homonym/homonym.adb: For use of all types defined
1145 locally inside both Get_Value subprograms.
1146
1147 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1148
1149 Fix racy FAILs.
1150 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
1151 of send_gdb.
1152
1153 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1154
1155 * gdb.base/testenv.exp: Skip on remote targets. Unset global
1156 environment variable after test completed.
1157
1158 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
1159
1160 * gdb.base/solib-nodir.exp: Skip if remote target.
1161 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
1162 application. Call gdb_load_shlibs.
1163 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
1164
1165 2011-11-29 Joel Brobecker <brobecker@adacore.com>
1166
1167 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
1168
1169 2011-11-28 Joel Brobecker <brobecker@adacore.com>
1170
1171 * gdb.ada/fullname_bp: New testcase.
1172
1173 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1174
1175 PR testsuite/12649
1176 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
1177 Wrap send_gdb into a new gdb_test.
1178
1179 Code cleanup.
1180 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
1181 Convert send_gdb and gdb_expect to gdb_test_multiple.
1182
1183 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
1186
1187 2011-11-23 Keith Seitz <keiths@redhat.com>
1188
1189 * lib/mi-support.exp (varobj_tree): New namespace and procs.
1190 (mi_varobj_tree_test_children_callback): New proc.
1191 (mi_walk_varobj_tree): New proc.
1192
1193 2011-11-22 Tom Tromey <tromey@redhat.com>
1194
1195 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
1196 Add "use_mi_command" argument.
1197 (mi_run_cmd, mi_run_with_cli): New procs.
1198 * gdb.mi/solib-lib.c: New file.
1199 * gdb.mi/solib-main.c: New file.
1200 * gdb.mi/mi-solib.exp: New file.
1201
1202 2011-11-21 Doug Evans <dje@google.com>
1203
1204 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
1205 _Unwind_DebugHook is missing.
1206
1207 2011-11-20 Stan Shebs <stan@codesourcery.com>
1208
1209 * gdb.trace/tstatus.exp: New.
1210 * gdb.trace/actions.c: Include string.h.
1211
1212 2011-11-18 Yao Qi <yao@codesourcery.com>
1213
1214 * gdb.trace/pending.exp: New.
1215 * gdb.trace/pending.c: New.
1216 * gdb.trace/pendshr1.c: New.
1217 * gdb.trace/pendshr2.c: New.
1218 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
1219 tracepoint location becomes pending.
1220 (tracepoint_change_loc_2): New.
1221
1222 2011-11-16 David S. Miller <davem@davemloft.net>
1223
1224 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
1225 target is sparc*-*-linux*
1226
1227 2011-11-15 Paul Koning <paul_koning@dell.com>
1228
1229 * gdb.python/py-type.exp: New testcases for exceptions on scalar
1230 types.
1231
1232 2011-11-14 Doug Evans <dje@google.com>
1233
1234 * gdb.base/shell.exp: New file.
1235
1236 2011-11-14 Stan Shebs <stan@codesourcery.com>
1237
1238 * gdb.trace/ftrace.c: New.
1239 * gdb.trace/ftrace.exp: New.
1240
1241 2011-11-14 Yao Qi <yao@codesourcery.com>
1242
1243 * gdb.trace/change-loc-1.c: New.
1244 * gdb.trace/change-loc-2.c: New.
1245 * gdb.trace/change-loc.c: New.
1246 * gdb.trace/change-loc.exp: New.
1247 * gdb.trace/change-loc.h: New.
1248 * gdb.trace/trace-break.c (marker): Define new symbol.
1249 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
1250 New.
1251 (break_trace_same_addr_6): New.
1252
1253 2011-11-12 Matt Rice <ratmice@gmail.com>
1254
1255 * gdb.base/info-macros.exp: Make tests for info definitions
1256 test info macro. Add tests for info macro argument processing.
1257 Rename a few tests.
1258
1259 2011-11-11 Keith Seitz <keiths@redhat.com>
1260
1261 PR gdb/12843
1262 * gdb.base/linespecs.exp: New file.
1263
1264 2011-11-11 Doug Evans <dje@google.com>
1265
1266 * gdb.threads/print-threads.exp: Extend timeout for slower
1267 tests.
1268
1269 2011-11-10 Doug Evans <dje@google.com>
1270
1271 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
1272 "record to end of main" test.
1273
1274 * gdb.python/py-type.c (TS): New typedef.
1275 (ts): New global.
1276 * gdb.python/py-type.exp: Test field list of typedef.
1277
1278 2011-11-10 Joel Brobecker <brobecker@adacore.com>
1279
1280 * gdb.ada/small_reg_param: New testcase.
1281
1282 2011-11-09 Tom Tromey <tromey@redhat.com>
1283
1284 * gdb.cp/destrprint.exp: New file.
1285 * gdb.cp/destrprint.cc: New file.
1286
1287 2011-11-08 Meador Inge <meadori@codesourcery.com>
1288
1289 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
1290 (switch_stack_to_other): New test function.
1291 * gdb.arch/thumb-prologue.exp: New test cases.
1292
1293 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
1294
1295 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
1296
1297 2011-11-08 Yao Qi <yao@codesourcery.com>
1298
1299 * gdb.exp (supports_process_record): New.
1300 (supports_reverse): New.
1301 * gdb.reverse/break-precsave.exp: Call support_process_record
1302 to run test conditionally.
1303 * gdb.reverse/consecutive-precsave.exp: Likewise.
1304 * gdb.reverse/i386-precsave.exp: Likewise.
1305 * gdb.reverse/machinestate-precsave.exp: Likewise.
1306 * gdb.reverse/solib-precsave.exp: Likewise.
1307 * gdb.reverse/step-precsave.exp: Likewise.
1308 * gdb.reverse/until-precsave.exp: Likewise.
1309 * gdb.reverse/watch-precsave.exp: Likewise.
1310 * gdb.reverse/break-reverse.exp: Call support_reverse to run
1311 test conditionally.
1312 * gdb.reverse/consecutive-reverse.exp: Likewise.
1313 * gdb.reverse/finish-precsave.exp: Likewise.
1314 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
1315 * gdb.reverse/finish-reverse.exp: Likewise.
1316 * gdb.reverse/i386-reverse.exp: Likewise.
1317 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1318 * gdb.reverse/machinestate.exp: Likewise.
1319 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
1320 * gdb.reverse/sigall-precsave.exp: Likewise.
1321 * gdb.reverse/sigall-reverse.exp: Likewise.
1322 * gdb.reverse/solib-reverse.exp: Likewise.
1323 * gdb.reverse/step-reverse.exp: Likewise.
1324 * gdb.reverse/until-reverse.exp: Likewise.
1325 * gdb.reverse/watch-reverse.exp: Likewise.
1326
1327 2011-11-05 Yao Qi <yao@codesourcery.com>
1328
1329 * gdb.trace/trace-break.exp: Add test on setting two
1330 fast tracepoints at the same address.
1331
1332 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1333
1334 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
1335
1336 2011-11-02 Stan Shebs <stan@codesourcery.com>
1337
1338 * gdb.trace/collection.c: Add code using strings.
1339 * gdb.trace/collection.exp: Add tests of string collection.
1340
1341 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1342
1343 * gdb.base/skip-solib.exp (executable_main): New variable.
1344 (binfile_main): Base it on that.
1345 Use $executable_main in clean_restart calls. Drop gdb_exit and
1346 gdb_start calls.
1347
1348 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 Fix racy FAILs.
1351 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
1352 breakpoint_re globals import by async. Set string_regex to .* for
1353 async. Remove the optional thread_selected_re and breakpoint_re
1354 globals expectations.
1355
1356 2011-11-01 Joseph Myers <joseph@codesourcery.com>
1357
1358 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
1359 well as Cygwin.
1360
1361 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
1362
1363 Add tests for skip command.
1364 * gdb.base/skip-solib-lib.c: New
1365 * gdb.base/skip-solib-main.c: New
1366 * gdb.base/skip-solib.exp: New
1367 * gdb.base/skip.c: New
1368 * gdb.base/skip.exp: New
1369 * gdb.base/skip1.c: New
1370 * gdb.base/Makefile.in: Adding new files.
1371
1372 2011-10-31 Yao Qi <yao@codesourcery.com>
1373 Pedro Alves <pedro@codesourcery.com>
1374
1375 * gdb.trace/trace-break.c: New.
1376 * gdb.trace/trace-break.exp: New.
1377
1378 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1379
1380 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
1381 break-here-2.
1382
1383 2011-10-28 Pedro Alves <pedro@codesourcery.com>
1384
1385 * gdb.threads/no-unwaited-for-left.c: New.
1386 * gdb.threads/no-unwaited-for-left.exp: New.
1387 * gdb.threads/non-ldr-exc-1.c: New.
1388 * gdb.threads/non-ldr-exc-1.exp: New.
1389 * gdb.threads/non-ldr-exc-2.c: New.
1390 * gdb.threads/non-ldr-exc-2.exp: New.
1391 * gdb.threads/non-ldr-exc-3.c: New.
1392 * gdb.threads/non-ldr-exc-3.exp: New.
1393 * gdb.threads/non-ldr-exc-4.c: New.
1394 * gdb.threads/non-ldr-exc-4.exp: New.
1395
1396 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
1399 * gdb.base/attach-pie-misread.exp: Likewise.
1400 * gdb.base/break-interp.exp: Likewise.
1401 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
1402 testcases for use_gdb_stub.
1403 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
1404 (continue): New testcase.
1405 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
1406 * gdb.threads/attach-into-signal.exp: Likewise.
1407 * gdb.threads/attach-stopped.exp: Likewise.
1408 * gdb.threads/attachstop-mt.exp: Likewise.
1409
1410 2011-10-28 Paul Koning <paul_koning@dell.com>
1411
1412 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
1413
1414 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1415
1416 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
1417 (mi_gdb_test): Import globals thread_selected_re
1418 and breakpoint_re. Expect them optionally at the regex start.
1419
1420 2011-10-27 Doug Evans <dje@google.com>
1421
1422 * gdb.python/python.exp: Test source -s.
1423
1424 2011-10-26 Paul Koning <paul_koning@dell.com>
1425
1426 * gdb.python/lib-types.cc (struct A): New structure.
1427 * gdb.python/lib-types.exp (deepitems): New tests.
1428
1429 2011-10-25 Paul Koning <paul_koning@dell.com>
1430
1431 PR python/13327
1432
1433 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
1434 fetch_lazy method.
1435
1436 2011-10-24 Yao Qi <yao@codesourcery.com>
1437
1438 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1439 target is tic6x-*-*.
1440
1441 2011-10-21 Joel Brobecker <brobecker@adacore.com>
1442
1443 * gdb.ada/mi_task_info/task_switch.adb: New file.
1444 * gdb.ada/mi_task_info.exp: New file.
1445
1446 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1447
1448 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1449 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1450
1451 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1452
1453 PR python/12656
1454
1455 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1456 global_block tests.
1457
1458 2011-10-18 Tom Tromey <tromey@redhat.com>
1459
1460 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1461
1462 2011-10-18 Tom Tromey <tromey@redhat.com>
1463
1464 * gdb.base/source.exp: Don't include full file name in test name.
1465 * gdb.python/python.exp: Don't include full file name in test
1466 name.
1467
1468 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 * gdb.base/attach-pie-noexec.c: New files.
1471 * gdb.base/attach-pie-noexec.exp: New files.
1472
1473 2011-10-17 Joseph Myers <joseph@codesourcery.com>
1474
1475 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1476 prompt for each extra line in command.
1477
1478 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1479
1480 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
1481 Revert the part of:
1482 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1483 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1484 Change the expected string.
1485
1486 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1487
1488 Fix results with system glibc debug info installed.
1489 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
1490 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
1491 Accept also __libc_ symbol prefix and no prefix.
1492
1493 2011-10-14 Keith Seitz <keiths@redhat.com>
1494
1495 PR c++/13225
1496 * gdb.cp/converts.cc (foo3_1): New function.
1497 (foo3_2): New functions.
1498 * gdb.cp/converts.exp: Add tests for int to pointer conversion
1499 and null pointer conversions of integer constant zero.
1500 Add test to check if all arguments are checked for incompatible
1501 conversion BADNESS.
1502
1503 2011-10-14 Tom Tromey <tromey@redhat.com>
1504
1505 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1506 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1507 linespec.
1508
1509 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1510
1511 Fix internal error regression.
1512 * gdb.dwarf2/implptr-optimized-out.S: New file.
1513 * gdb.dwarf2/implptr-optimized-out.exp: New file.
1514
1515 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1518 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1519 (loclist): New.
1520 (4): New abbrev.
1521 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1522 Use prepare_for_testing, remove clean_restart.
1523 (p arraynoloc, p arraycallnoloc): New tests.
1524
1525 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1526
1527 * gdb.cp/namespace-enum.exp (executable): New variable.
1528 (binfile): Use ${objdir}/${subdir}/ prefix.
1529 Use ${executable} for clean_restart.
1530
1531 2011-10-11 Sterling Augustine <saugustine@google.com>
1532
1533 * gdb.cp/Makefile.in: Add namespace-enum test.
1534 * gdb.cp/namespace-enum.exp: New file.
1535 * gdb.cp/namespace-enum.c: New file.
1536 * gdb.cp/namespace-enum-main.c: New file.
1537
1538 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1539
1540 * gdb.python/py-shared.exp: Relax filename check to handle remote:
1541 sysroot.
1542
1543 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1544
1545 Reimplement @entry in input expressions.
1546 * gdb.base/exprs.c (v_int_array_init): New variable.
1547 * gdb.base/exprs.exp (print v_int_array_init)
1548 (print *v_int_array_init@1, print *v_int_array_init@2)
1549 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1550 (print v_int_array_init[1]@1): New tests.
1551
1552 2011-10-10 Joseph Myers <joseph@codesourcery.com>
1553
1554 * gdb.cp/gdb2495.exp: Do not include directories in filename in
1555 expected message.
1556
1557 2011-10-09 Doug Evans <dje@google.com>
1558
1559 * gdb.base/alias.exp: Add tests for alias command.
1560
1561 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1562
1563 * gdb.arch/amd64-entry-value.s: New file.
1564 * gdb.mi/mi2-amd64-entry-value.s: New file.
1565
1566 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1567
1568 Display @entry parameter values even for references.
1569 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1570 functions.
1571 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
1572 reference and datap_input.
1573 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1574 breakpoints.
1575 (continue to breakpoint: entry_reference: reference)
1576 (entry_reference: bt at entry)
1577 (continue to breakpoint: entry_reference: breakhere_reference)
1578 (entry_reference: bt, entry_reference: ptype regparam)
1579 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1580 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1581 (entry_reference: p regcopy, entry_reference: p nodataparam)
1582 (entry_reference: p nodataparam@entry): New tests.
1583
1584 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1585
1586 Support @entry in input expressions.
1587 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1588 (entry_stack: p s1@entry, entry_stack: p s2@entry)
1589 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1590 (tailcall: p j@entry): New tests.
1591 * gdb.cp/koenig.cc (A::entry): New function.
1592 (main): Call it.
1593 * gdb.cp/koenig.exp (p entry (c)): New test.
1594
1595 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1596
1597 Display @entry parameter values (without references).
1598 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1599 (different, validity, invalid): New functions.
1600 (main): Call them.
1601 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1602 stacktest, breakhere_stacktest, different, breakhere_different,
1603 breakhere_validity and breakhere_invalid.
1604 (entry: bt): Update for @entry.
1605 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1606 (entry_validity: *, entry_invalid: *): Many new tests.
1607 * gdb.base/break.exp
1608 (run until breakpoint set at small function, optimized file): Accept
1609 also the @entry suffix.
1610 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1611 * gdb.mi/mi2-amd64-entry-value.c: New files.
1612 * gdb.mi/mi2-amd64-entry-value.exp: New files.
1613
1614 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1615
1616 Protect entry values against self tail calls.
1617 * gdb.arch/amd64-entry-value.cc (self2, self): New.
1618 (main): Call self.
1619 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
1620 (set debug entry-values 1, self: bt debug entry-values): New tests.
1621
1622 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1623
1624 Recognize virtual tail call frames.
1625 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
1626 (amb_b, amb_a): New.
1627 (main): Call a and b.
1628 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
1629 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
1630 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
1631 New tests.
1632
1633 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1634
1635 Implement basic support for DW_TAG_GNU_call_site.
1636 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
1637 * gdb.arch/amd64-entry-value.cc: New file.
1638 * gdb.arch/amd64-entry-value.exp: New file.
1639
1640 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1641
1642 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1643 * gdb.dwarf2/implptr-64bit.S: New file.
1644 * gdb.dwarf2/implptr-64bit.exp: New file.
1645
1646 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1647
1648 Fix initial language detection with -readnow.
1649 * gdb.cp/readnow-language.cc: New file.
1650 * gdb.cp/readnow-language.exp: New file.
1651
1652 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1653
1654 Fix printed anonymous struct name.
1655 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
1656
1657 2011-10-09 Joseph Myers <joseph@codesourcery.com>
1658
1659 * gdb.base/solib-symbol.exp: Do not include directories in
1660 filenames in expected messages.
1661
1662 2011-10-07 Doug Evans <dje@google.com>
1663
1664 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
1665
1666 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
1667
1668 Allow Python notification of new object-file loadings.
1669 * gdb.python/py-events.exp: Test newobjfile event.
1670 * gdb.python/py-events.py: Register newobjfile callback.
1671 * gdb.python/py-events.c: Add call to shared library
1672 * gdb.python/py-events-shlib.c: New file.
1673
1674 2011-10-06 Joseph Myers <joseph@codesourcery.com>
1675
1676 * gdb.base/fixsection.exp: Do not include directories in filename
1677 in expected message.
1678
1679 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1680
1681 Add tests for passing of environment variables to inferior.
1682 * gdb.base/testenv.c: New test source.
1683 * gdb.base/testenv.exp: New expect test.
1684
1685 2011-10-04 Paul Koning <paul_koning@dell.com>
1686
1687 * gdb.python/py-value.c (main): Break before return.
1688
1689 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
1690
1691 PR python/12691: Add the inferior to Python exited event
1692 * gdb.python/py-events.exp: Test the inferior attribute of exited
1693 event with a fork.
1694 * gdb.python/py-events.py: Print inferior number on exit.
1695 * gdb.python/py-events.c: Fork the inferior.
1696
1697 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
1698
1699 * gdb.base/jit.exp: Add testcase name to log message
1700
1701 2011-10-03 Paul Koning <paul_koning@dell.com>
1702 Jan Kratochvil <jan.kratochvil@redhat.com>
1703
1704 * gdb.python/py-value.exp
1705 (python inval = gdb.parse_and_eval('*(int*)0'))
1706 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
1707 (set argc=2, python print argc_lazy): New tests.
1708
1709 2011-10-02 Joel Brobecker <brobecker@adacore.com>
1710
1711 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
1712
1713 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1714 Pedro Alves <pedro@codesourcery.com>
1715
1716 * gdb.python/py-value.exp (test_value_in_inferior): New variable
1717 can_read_0, test for it.
1718 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
1719 (parse_and_eval with memory error): ... here, make it untested if
1720 can_read_0.
1721
1722 2011-09-30 Marek Polacek <mpolacek@redhat.com>
1723
1724 * gdb.python/python.exp (verify pagination beforehand)
1725 (verify pagination afterwards): Fix race by splitting the line.
1726
1727 2011-09-29 Joseph Myers <joseph@codesourcery.com>
1728
1729 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
1730 for 64-bit multilibs from i?86-* targets.
1731
1732 2011-09-29 Marek Polacek <mpolacek@redhat.com>
1733
1734 * lib/gdb.exp: Fix a typo in one of the comments.
1735
1736 2011-09-29 Marek Polacek <mpolacek@redhat.com>
1737
1738 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
1739 matching pattern.
1740
1741 2011-09-28 Paul Koning <paul_koning@dell.com>
1742
1743 * gdb.python/py-type.c (enum E): New.
1744 * gdb.python/py-type.exp (test_fields): Add tests for Python
1745 mapping access to fields.
1746 (test_enums): New test for field access on enums.
1747
1748 2011-09-27 Stan Shebs <stan@codesourcery.com>
1749
1750 * gdb.trace/collection.exp: Test collection of $_ret.
1751
1752 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
1753
1754 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
1755 list of compilation switches for <*-*-freebsd*>.
1756
1757 2011-09-19 Stan Shebs <stan@codesourcery.com>
1758
1759 * gdb.trace/tspeed.exp: New file.
1760 * gdb.trace/tspeed.c: New file.
1761
1762 2011-09-18 Yao Qi <yao@codesourcery.com>
1763
1764 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
1765 instructions.
1766 (test_adr_32bit, test_pop_pc): Likewise.
1767 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
1768 Thumb instructions.
1769 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
1770 in gdb_test_multiple.
1771 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
1772
1773 2011-09-17 Yao Qi <yao@codesourcery.com>
1774
1775 * lib/gdb.exp (can_single_step_to_signal_handler): New.
1776 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
1777 support single step to signal handler.
1778
1779 2011-09-17 Yao Qi <yao@codesourcery.com>
1780
1781 * gdb.base/disp-step-fork.c: New.
1782 * gdb.base/disp-step-syscall.exp: New.
1783 * gdb.base/disp-step-vfork.c: New.
1784
1785 2011-09-16 Joel Brobecker <brobecker@adacore.com>
1786
1787 * gdb.ada/tasks.exp: Make the expected output for
1788 the `info tasks' tests more resilient to spacing
1789 changes.
1790
1791 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1792
1793 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
1794 (reached breakpoint 2, reached breakpoint 3): Update expected output.
1795
1796 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
1797
1798 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1799 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
1800
1801 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
1802
1803 Handle multiple breakpoint hits in Python interface:
1804 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
1805 presence.
1806 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
1807 breakpoint hits.
1808
1809 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1810 Jan Kratochvil <jan.kratochvil@redhat.com>
1811
1812 * gdb.python/py-events.exp: Remove pretty printing comment.
1813 * gdb.python/py-evsignal.exp: New file.
1814 * gdb.python/py-evthreads.c: Include signal.h.
1815 (thread3): Remove variable count3. Remove variable bad and use raise
1816 instead.
1817 (thread2): Remove variable count2. Move thread3 pthread_create here,
1818 merge pthread_join to a single line.
1819 (main): Remove variable count1. Merge pthread_join with pthread_create
1820 to a single line.
1821 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
1822 KFAIL python/12966 for gdbserver. Test return value of
1823 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
1824 gdb_expect by gdb_test and gdb_test_multiple.
1825 (thread 2, thread 3): New tests.
1826
1827 2011-09-12 Matt Rice <ratmice@gmail.com>
1828 Pedro Alves <pedro@codesourcery.com>
1829
1830 PR gdb/13175
1831
1832 * gdb.base/interp.exp: New tests.
1833 * gdb.base/interp.c: New file.
1834
1835 2011-09-12 Doug Evans <dje@google.com>
1836
1837 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
1838 * gdb.dwarf2/typeddwarf.exp: Ditto.
1839
1840 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1841
1842 Fix compatibility with x32 arch.
1843 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
1844 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
1845 is_x86_like_target.
1846 * testsuite/gdb.trace/collection.exp: Likewise.
1847 * testsuite/gdb.trace/report.exp: Likewise.
1848 * testsuite/gdb.trace/unavailable.exp: Likewise.
1849 * testsuite/gdb.trace/while-dyn.exp: Likewise.
1850 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
1851 (is_x86_like_target): Check also is_amd64_regs_target.
1852
1853 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 PR breakpoints/12435
1856 * gdb.arch/amd64-prologue-xmm.c: New file.
1857 * gdb.arch/amd64-prologue-xmm.exp: New file.
1858 * gdb.arch/amd64-prologue-xmm.s: New file.
1859
1860 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.dwarf2/dw2-param-error-main.c: New file.
1863 * gdb.dwarf2/dw2-param-error.S: New file.
1864 * gdb.dwarf2/dw2-param-error.exp: New file.
1865
1866 2011-09-08 Pedro Alves <pedro@codesourcery.com>
1867
1868 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
1869 inferior's pid and look for a core dump named core.$pid. Use
1870 `remote_file' commands on the host instead of hand coding shell
1871 commands on the build.
1872 * gdb.base/valgrind-db-attach.exp: Kill the program before
1873 finishing the test.
1874
1875 2011-09-02 Matt Rice <ratmice@gmail.com>
1876
1877 * lib/prompt.exp: New file for testing the first prompt.
1878 * gdb.python/py-prompt.exp: Ditto.
1879 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
1880
1881 2011-09-02 Pedro Alves <pedro@codesourcery.com>
1882
1883 * gdb.threads/gcore-thread.exp: Set the global core_supported to
1884 0, before testing gcore.
1885
1886 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * dw2-ifort-parameter-debug.S: Update copyright year.
1889 * dw2-ifort-parameter.c: Update copyright year.
1890 * dw2-ifort-parameter.exp: Update copyright year.
1891
1892 * dw2-ifort-parameter-debug.S: New file.
1893 * dw2-ifort-parameter.c: New file.
1894 * dw2-ifort-parameter.exp: New file.
1895
1896 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1897
1898 * gdb.base/commands.exp (error_clears_commands_left): New function.
1899 (): Call it.
1900
1901 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1902
1903 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
1904 (C): Initialize `a'.
1905 * gdb.mi/mi-inheritance-syntax-error.exp
1906 (-data-evaluate-expression $path): Expect `a' as 5.
1907
1908 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1909
1910 PR mi/11912
1911 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
1912 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
1913 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
1914 keyword in output of -var-info-path-expression.
1915
1916 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1917
1918 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
1919 * gdb.trace/collection.exp: Likewise.
1920 * gdb.trace/report.exp: Likewise.
1921 * gdb.trace/unavailable.exp: Likewise.
1922 * gdb.trace/while-dyn.exp: Likewise.
1923
1924 2011-08-18 Keith Seitz <keiths@redhat.com>
1925
1926 PR c++/12266
1927 * gdb.cp/meth-typedefs.cc: New file.
1928 * gdb.cp/meth-typedefs.exp: New file.
1929
1930 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1931
1932 * gdb.python/python.exp: Add extended-prompt tests.
1933
1934 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1935
1936 * gdb.arch/i386-dr3-watch.exp
1937 (watchpoint on gap1 does not fit debug registers)
1938 (delete all watchpoints): Fix racy expect strings.
1939
1940 2011-08-14 Yao Qi <yao@codesourcery.com>
1941
1942 * gdb.base/maint.exp: set data_section to ".neardata".
1943 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
1944 * gdb.base/savedregs.exp: Handle SIGILL.
1945 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
1946 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
1947
1948 2011-08-12 Doug Evans <dje@google.com>
1949
1950 * gdb.python/py-symbol.exp: Add test for symbol.type.
1951
1952 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
1953
1954 * gdb.threads/pthreads.exp: Enable on non-native configurations.
1955 * gdb.mi/mi-pthreads.exp: Likewise.
1956 * gdb.mi/mi2-pthreads.exp: Likewise.
1957 * gdb.mi/gdb669.exp.exp: Likewise.
1958
1959 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1960
1961 * lib/mi-support.exp (detect_async): Rename to...
1962 (mi_detect_async): ... this.
1963 * gdb.mi/mi-nonstop-exit.exp: Adjust.
1964 * gdb.mi/mi-nonstop.exp: Adjust.
1965 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
1966 * gdb.mi/mi-nsintrall.exp: Adjust.
1967 * gdb.mi/mi-nsmoribund.exp: Adjust.
1968 * gdb.mi/mi-nsthrexec.exp: Adjust.
1969
1970 2011-08-09 Pedro Alves <pedro@codesourcery.com>
1971
1972 * gdb.base/display.c (do_loops): New `p_i' local.
1973 * gdb.base/display.exp: Test displaying a variable that is
1974 temporarily at a bad address.
1975
1976 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1977
1978 * gdb.dwarf2/dw2-op-stack-value.S: New file.
1979 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
1980
1981 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1982
1983 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
1984 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
1985 (p fuNC_symtab): Permit also ppc64 leading dot.
1986
1987 2011-08-05 Pedro Alves <pedro@codesourcery.com>
1988
1989 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
1990 procedure.
1991 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
1992
1993 2011-08-05 Yao Qi <yao@codesourcery.com>
1994
1995 * gdb.base/callfuncs.exp: Set language after main.
1996 * gdb.cp/cplusfuncs.exp: Likewise.
1997 * gdb.cp/inherit.exp: Likewise.
1998
1999 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2000
2001 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
2002 * gdb.base/watch-vfork.exp: Skip on remote targets.
2003
2004 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2005
2006 * gdb.threads/thread-find.exp: Support remote targets.
2007
2008 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
2009
2010 * gdb.base/jit.exp: Download solib_binfile to target.
2011 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
2012 and call dlopen without full path name.
2013 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
2014 dlopen without full path name.
2015
2016 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2017
2018 * gdb.base/break-always.exp: Complete the test
2019 with duplicated breakpoints and enabling/disabling them.
2020
2021 2011-08-02 Tom Tromey <tromey@redhat.com>
2022
2023 PR gdb/11289:
2024 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
2025
2026 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
2027
2028 PR gdb/13045
2029 * gdb.base/float.exp: Add new test case for PR gdb/13045
2030 * gdb.base/float.c: New file.
2031
2032 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
2033
2034 * gdb.python/py-mi.exp: Test printers returning string hint, and
2035 also not returning a value.
2036 * gdb.python/py-prettyprint.c: Add testcase for above.
2037 * gdb.python/py-prettyprint.py: Add test printer for above.
2038
2039 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2040
2041 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
2042 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
2043 (.Ldie30) Add as field "data4".
2044 (.Ldie32) Rename field "b" to "shl".
2045 (abbrev4) Change for the "data4" field.
2046 (abbrev5, abbrev6) Remove.
2047 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
2048 (p &s.shl): ... here. Add comment.
2049 (p &s.data4): New.
2050
2051 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2052
2053 Fix crash on lval_computed values.
2054 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
2055
2056 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * gdb.base/help.exp (help whatis): Update the expected string.
2059
2060 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2061
2062 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
2063 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
2064 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
2065 Change the expected string.
2066
2067 2011-07-26 Pedro Alves <pedro@codesourcery.com>
2068
2069 * gdb.base/watchpoint.exp
2070 (test_disable_enable_software_watchpoint): New procedure.
2071 (top level): Run it.
2072
2073 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
2074
2075 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
2076 executable file "${binfile}", C++ version "${binfile}-cxx".
2077 * gdb.python/py-prettyprint.exp: Likewise.
2078 * gdb.python/py-symbol.exp: Likewise.
2079 * gdb.python/py-type.exp: Likewise.
2080 * gdb.python/py-value.exp: Likewise.
2081 * gdb.python/py-template.exp (test_template_arg): Pass full executable
2082 file name instead of just suffix.
2083
2084 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2085
2086 Fix implicit pointer offsets.
2087 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
2088 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
2089 (continue to breakpoint: continue to baz breakpoint for implptr)
2090 (sanity check element 0, sanity check element 1)
2091 (enter the inlined function, check element 0 for the offset)
2092 (check element 1 for the offset)
2093 (continue to breakpoint: ignore the second baz breakpoint): New tests.
2094 (set foo breakpoint for implptr): Update the breakpoint number.
2095
2096 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2097
2098 * gdb.python/py-mi.exp: Use different file names for different
2099 versions of the executable under test.
2100 * gdb.python/py-prettyprint.exp: Likewise.
2101 * gdb.python/py-symbol.exp: Likewise.
2102 * gdb.python/py-template.exp: Likewise.
2103 * gdb.python/py-type.exp: Likewise.
2104 * gdb.python/py-value.exp: Likewise.
2105
2106 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2107
2108 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
2109 flag after restarting GDB if necessary.
2110
2111 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
2112
2113 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
2114
2115 2011-07-22 Pedro Alves <pedro@codesourcery.com>
2116
2117 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
2118 backend doesn't leave used debug registers behind.
2119
2120 2011-07-22 Tom Tromey <tromey@redhat.com>
2121
2122 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
2123 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
2124 argument.
2125 * gdb.dwarf2/typeddwarf-amd64.S: New file.
2126
2127 2011-07-21 Matt Rice <ratmice@gmail.com>
2128
2129 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
2130 in mostlyclean rule. Add files ending in .core.
2131
2132 2011-07-21 Matt Rice <ratmice@gmail.com>
2133
2134 PR macros/12999
2135 * gdb.base/info-macros.c: New test sources.
2136 * gdb.base/info-macros.exp: New tests.
2137
2138 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
2139
2140 * gdb.python/python.exp: Add prompt substitution tests.
2141
2142 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 Fix crash if referenced CU is aged out.
2145 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
2146 New.
2147 * gdb.dwarf2/implptr.exp: Likewise.
2148
2149 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2150
2151 * gdb.dwarf2/implptr.S: Rebuilt.
2152 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
2153 (bar): Use them for j, k, l.
2154 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
2155 COMPILE.
2156 (print j in implptr:bar): Update for the intp typedef.
2157 (print p[0].x in implptr:foo): Use more exact regex.
2158
2159 2011-07-18 Tom Tromey <tromey@redhat.com>
2160
2161 * gdb.cp/static-method.exp: Add missing single quote.
2162
2163 2011-07-18 Yao Qi <yao@codesourcery.com>
2164
2165 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
2166 supported.
2167 * gdb.mi/mi-nonstop-exit.exp: Likewise.
2168 * gdb.mi/mi-nonstop.exp: Likewise.
2169 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2170 * gdb.mi/mi-nsintrall.exp: Likewise.
2171 * gdb.mi/mi-nsmoribund.exp: Likewise.
2172 * gdb.mi/mi-nsthrexec.exp: Likewise.
2173 * gdb.python/py-evthreads.exp: Likewise.
2174
2175 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177 Code cleanup.
2178 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
2179 it. Substitute it instead of test_compiler_info everywhere.
2180
2181 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2182
2183 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
2184 remote targets as well.
2185
2186 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2187
2188 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
2189 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
2190
2191 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
2192
2193 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
2194 a remote machine, not the host.
2195 (gdb_compile_shlib): Set soname if target is remote.
2196
2197 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
2198
2199 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
2200
2201 2011-07-13 Matt Rice <ratmice@gmail.com>
2202
2203 * gdb.python/py-objfile-script-gdb.py: Renamed to
2204 py-objfile-script-gdb.py.in.
2205 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
2206 py-objfile-script-gdb.py.
2207 * gdb.python/py-objfile-script.exp: Update reference to
2208 py-objfile-script-gdb.py.
2209
2210 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2211
2212 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
2213 reference undefined label.
2214
2215 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
2218 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
2219 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
2220 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
2221
2222 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
2223
2224 PR python/12438
2225 * gdb.python/python.exp: Add maint set/show python print-stack
2226 deprecated tests. Add set/show python print-backtrace tests.
2227
2228 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2229
2230 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
2231 debug info.
2232
2233 2011-07-06 Matt Rice <ratmice@gmail.com>
2234
2235 * gdb.python/python.exp: Update filename paths.
2236 * gdb.python/py-symtab.exp: Ditto.
2237
2238 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2239
2240 * gdb.python/py-evthreads.exp: Add missing `$'.
2241
2242 2011-07-06 Jie Zhang <jie.zhang@analog.com>
2243
2244 * config/bfin.exp: New file.
2245 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
2246 * gdb.asm/bfin.inc: New file.
2247
2248 2011-07-06 Marek Polacek <mpolacek@redhat.com>
2249
2250 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
2251 the whole output.
2252
2253 2011-07-05 Tom Tromey <tromey@redhat.com>
2254
2255 * gdb.java/jprint.java (jprint.hi): New field.
2256 * gdb.java/jprint.exp: Print string.
2257
2258 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
2259
2260 * gdb.base/call-sc.c: Fix typos.
2261 * gdb.base/ifelse.exp: Likewise.
2262 * gdb.base/structs.c: Likewise.
2263
2264 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2265
2266 * gdb.base/jit-so.exp: New test.
2267 * gdb.base/jit-dlmain.c: New file.
2268 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
2269
2270 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2271
2272 * gdb.cp/m-static.exp: Call get_compiler_info.
2273 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
2274 * gdb.cp/pr9167.exp (p b): Likewise.
2275 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
2276 (test value of P in inner_m, test type of Z in inner_m): Call
2277 setup_xfail for gcc <= 4.5.
2278
2279 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2280
2281 * gdb.cp/paren-type.cc: New files.
2282 * gdb.cp/paren-type.exp: New files.
2283
2284 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2285
2286 Stop on first linespec terminator instead of eating what we can.
2287 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
2288 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
2289 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
2290 (break C::f()): ... this one.
2291 (break C::operator()()): New test.
2292 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
2293 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
2294 test.
2295
2296 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2297
2298 Fall back linespec to minimal symbols.
2299 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
2300 error message.
2301 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
2302 * gdb.cp/minsym-fallback-main.cc: New file.
2303 * gdb.cp/minsym-fallback.cc: New file.
2304 * gdb.cp/minsym-fallback.exp: New file.
2305 * gdb.cp/minsym-fallback.h: New file.
2306
2307 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * gdb.cp/no-dmgl-verbose.cc: New file.
2310 * gdb.cp/no-dmgl-verbose.exp: New file.
2311
2312 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2313
2314 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
2315 __GI_.
2316 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
2317 (f): New function.
2318 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
2319 (complete p 'func<short>(): ... here.
2320 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
2321 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
2322 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
2323 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
2324 Make them KFAIL gcc/49546.
2325
2326 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
2329
2330 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 Test GCC PR debug/49546.
2333 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
2334 (test type of F in k3_m, test value of F in k3_m): New.
2335 * gdb.cp/temargs.cc (struct S3, struct K3): New.
2336 (main): New variable k3. Call k3.k3_m.
2337
2338 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2339
2340 * gdb.ada/packed_array.exp: Fix expected outout.
2341
2342 2011-07-01 Jean-Charles Delay <delay@adacore.com>
2343
2344 * gdb.ada/packed_array.exp: fixed expected output.
2345
2346 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2347
2348 * gdb.ada/same_enum: New testcase.
2349
2350 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2351
2352 * gdb.ada/ptr_typedef: New testcase.
2353
2354 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2355
2356 * gdb.ada/arrayptr.exp: Add ptype test.
2357
2358 2011-07-01 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.ada/char_enum: New testcase.
2361
2362 2011-07-01 Yao Qi <yao@codesourcery.com>
2363
2364 * gdb.base/dump.exp (capture_pointer_with_type): New.
2365 Get value from address instead of name.
2366 Start GDB once, and do `dump' and `restore'
2367 tests together.
2368
2369 2011-06-30 Jie Zhang <jie.zhang@analog.com>
2370 Mike Frysinger <vapier@gentoo.org>
2371
2372 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
2373 helper functions for getting/setting remotetimeout variable.
2374 * lib/gdb.exp (gdb_load): If the target is remote, set
2375 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
2376 with $loadtimeout. Set $load_ok to 0 before doing the load.
2377 Instead of returning, immediately, set $load_ok to 0. Call
2378 set_remotetimeout with $oldremotetimeout, and then return if
2379 $load_ok is 1.
2380
2381 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
2382
2383 * gdb.python/py-template.exp: Don't run this test if the target
2384 does not support c++ tests.
2385
2386 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 Fix non-only rename list for Fortran modules import.
2389 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
2390 tests.
2391 * gdb.fortran/module.f90 (module moduse): New.
2392 (program module): use moduse, test var_x, var_y and var_z.
2393
2394 2011-06-29 Tom Tromey <tromey@redhat.com>
2395
2396 PR testsuite/12040:
2397 * gdb.fortran/array-element.exp: Use f90, not f77.
2398 * gdb.fortran/complex.exp: Use f90, not f77.
2399 * gdb.fortran/derived-type.exp: Use f90, not f77.
2400 * gdb.fortran/library-module.exp: Use f90, not f77.
2401 * gdb.fortran/logical.exp: Use f90, not f77.
2402 * gdb.fortran/module.exp: Use f90, not f77.
2403 * gdb.fortran/multi-dim.exp: Use f90, not f77.
2404 * gdb.fortran/subarray.exp: Use f90, not f77.
2405
2406 2011-06-29 Tom Tromey <tromey@redhat.com>
2407
2408 * gdb.fortran/charset.exp: New file.
2409 * gdb.fortran/charset.f90: New file.
2410
2411 2011-06-29 Tom Tromey <tromey@redhat.com>
2412
2413 PR testsuite/12040:
2414 * lib/future.exp: New file, mostly extracted from ada.exp.
2415 Rewrote compatibility code to use rename.
2416 (gdb_find_gfortran): New proc.
2417 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
2418 gfortran patch.
2419 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
2420 Move to future.exp.
2421 * lib/gdb.exp: Always load future.exp.
2422
2423 2011-06-28 Yao Qi <yao@codesourcery.com>
2424
2425 * gdb.cp/exception.cc: Don't include iostream.
2426 (bar): Remove print statement.
2427 (catcher): New.
2428 (main): Remove print statements. Call function catcher.
2429 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
2430 Set breakpoint on catcher, and check the value of parameter.
2431
2432 2011-06-23 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
2435 1.2 is disabled. KFAIL for uclinux.
2436
2437 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2438
2439 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2440 mi_gdb_test.
2441
2442 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2443
2444 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2445
2446 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2447
2448 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2449
2450 2011-06-23 Marek Polacek <mpolacek@redhat.com>
2451
2452 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2453 `test_exec_and_symbol_mi_operatons' return value.
2454 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2455 gdb_test_multiple.
2456 (test_exec_and_symbol_mi_operatons): Likewise.
2457 (test_path_specification): Likewise.
2458
2459 2011-06-23 Yao Qi <yao@codesourcery.com>
2460
2461 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2462 supported.
2463 * lib/gdb.exp (support_displaced_stepping): New.
2464
2465 2011-06-23 Yao Qi <yao@codesourcery.com>
2466
2467 * gdb.threads/execl.exp: Skip on remote target.
2468
2469 2011-06-21 Marek Polacek <mpolacek@redhat.com>
2470
2471 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
2472 mi_gdb_test.
2473
2474 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2475
2476 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
2477
2478 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2479
2480 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
2481 mi_gdb_test.
2482
2483 2011-06-20 Marek Polacek <mpolacek@redhat.com>
2484
2485 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
2486
2487 2011-06-14 Yao Qi <yao@codesourcery.com>
2488
2489 gdb/testsuite/
2490 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2491
2492 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2493
2494 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2495
2496 2011-06-10 Tom Tromey <tromey@redhat.com>
2497
2498 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2499 Add tests for pointer-to-member-function.
2500 * gdb.cp/temargs.cc (S::somefunc): New function.
2501 (K2): New class.
2502 (main): Instantiate K2; call method.
2503
2504 2011-06-08 Joel Brobecker <brobecker@adacore.com>
2505
2506 * gdb.python/py-inferior.c (f2): Make str an array rather
2507 than a pointer.
2508 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2509
2510 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2511
2512 * gdb.base/async-shell.c: New file.
2513 * gdb.base/async-shell.exp: New file.
2514
2515 2011-06-06 Pedro Alves <pedro@codesourcery.com>
2516
2517 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2518
2519 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2520
2521 From Stephen Kitt <steve@sk2.org>
2522 * gdb.base/help.exp: Adjust following some spelling corrections
2523 in GDB.
2524
2525 2011-06-01 Yao Qi <yao@codesourcery.com>
2526
2527 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2528
2529 2010-05-31 Keith Seitz <keiths@redhat.com>
2530
2531 PR c++/12750
2532 * gdb.cp/static-method.cc: New file.
2533 * gdb.cp/static-method.exp: New file.
2534
2535 2010-05-31 Keith Seitz <keiths@redhat.com>
2536
2537 PR symtab/12704
2538 * gdb.cp/anon-ns.cc: New file.
2539 * gdb.cp/anon-ns.exp: New file.
2540
2541 2011-05-31 Pedro Alves <pedro@codesourcery.com>
2542
2543 * gdb.arch/i386-dr3-watch.c: New file.
2544 * gdb.arch/i386-dr3-watch.exp: New file.
2545
2546 2011-05-30 Yao Qi <yao@codesourcery.com>
2547
2548 * gdb.base/callfuncs.c (t_structs_fc): New.
2549 (t_structs_dc, t_structs_ldc): New.
2550 (t_double_many_args):
2551 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2552 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2553 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2554 * gdb.base/callfuncs.exp: Call new functions.
2555
2556 2011-05-30 Yao Qi <yao@codesourcery.com>
2557
2558 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2559 Call rerun_and_prepare for each test to isolate effects.
2560
2561 2011-05-30 Yao Qi <yao@codesourcery.com>
2562
2563 * gdb.base/varargs.c (find_max_float_real): New.
2564 (find_max_double_real, find_max_long_double_real): New.
2565 * gdb.base/varargs.exp: Call these new added functions.
2566 * lib/gdb.exp (setup_kfail_for_target): New.
2567
2568 2011-05-30 Yao Qi <yao@codesourcery.com>
2569
2570 * gdb.base/funcargs.c (callca, callcb, callcc): New.
2571 (callcd, callce, callcf, callc1a, callc1b): New.
2572 (callc2a, callc2b): New.
2573 * gdb.base/funcargs.exp (complex_args): New.
2574 (complex_integral_args, complex_float_integral_args): New.
2575 * lib/gdb.exp (support_complex_tests): New. Determine
2576 whether to run test cases on _Complex types.
2577
2578 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2579
2580 * gdb.threads/leader-exit.c: New file.
2581 * gdb.threads/leader-exit.exp: New file.
2582
2583 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2584
2585 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
2586
2587 2011-05-27 Marek Polacek <mpolacek@redhat.com>
2588
2589 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2590 remove the `supported' variable.
2591 * gdb.mi/mi-nonstop.exp: Likewise.
2592 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2593 * gdb.mi/mi-nsintrall.exp: Likewise.
2594 * gdb.mi/mi-nsmoribund.exp: Likewise.
2595 * gdb.mi/mi-nsthrexec.exp: Likewise.
2596
2597 2011-05-26 Pedro Alves <pedro@codesourcery.com>
2598
2599 * gdb.reverse/finish-reverse-bkpt.exp: New test.
2600
2601 2011-05-26 Pedro Alves <pedro@codesourcery.com>
2602
2603 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2604
2605 2011-05-24 Keith Seitz <keiths@redhat.com>
2606
2607 PR breakpoint/12803
2608 * gdb.cp/cmpd-minsyms.cc (a): New method.
2609 (b): New method.
2610 (c): New method.
2611 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2612
2613 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2614
2615 * gdb.base/commands.exp (watchpoint_command_test): Check that the
2616 watchpoint's command list didn't execute when the watchpoint went
2617 out of scope.
2618
2619 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
2620
2621 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
2622 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
2623 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
2624 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2625 * gdb.arch/i386-permbkpt.exp: Likewise.
2626 * gdb.arch/i386-prologue.exp: Likewise.
2627 * gdb.arch/i386-size-overlap.exp: Likewise.
2628 * gdb.arch/i386-size.exp: Likewise.
2629 * gdb.arch/i386-unwind.exp: Likewise.
2630 * gdb.reverse/i386-precsave.exp: Likewise.
2631 * gdb.reverse/i386-reverse.exp: Likewise.
2632 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2633 * gdb.reverse/i387-env-reverse.exp: Likewise.
2634 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2635
2636 2011-05-24 Pedro Alves <pedro@codesourcery.com>
2637
2638 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
2639 file doesn't error, using MI.
2640
2641 2011-05-23 Tom Tromey <tromey@redhat.com>
2642
2643 * gdb.base/charset.exp (string_display): Add tests to assign to
2644 arrays.
2645 * gdb.base/charset.c (short_array, int_array, long_array): New.
2646
2647 2011-05-20 Pedro Alves <pedro@codesourcery.com>
2648
2649 Cope with async mode.
2650
2651 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
2652 into gdb_test + mi_expect_stop.
2653
2654 2011-05-20 Pedro Alves <pedro@codesourcery.com>
2655
2656 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
2657 (callme): Remove printf call.
2658
2659 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2660
2661 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
2662 quote pattern to avoid problems with Cygwin/mingw expect versions.
2663 * gdb.base/default.exp (show convenience): Use double
2664 quote pattern for regular expressions.
2665
2666 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2667
2668 Fix -readnow for -gdwarf-4 unused type units.
2669 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
2670 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2671
2672 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2673
2674 * gdb.base/kill-after-signal.c: New file.
2675 * gdb.base/kill-after-signal.exp: New file.
2676
2677 2011-05-16 Pedro Alves <pedro@codesourcery.com>
2678
2679 * gdb.ada/start.exp: Call untested with the correct test filename.
2680 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2681 test filename. Make the test's binary unique.
2682 * gdb.arch/i386-signal.exp: Call untested with the correct test
2683 filename.
2684 * gdb.arch/i386-size-overlap.exp: Ditto.
2685 * gdb.arch/Makefile.in (EXECUTABLES): Update.
2686 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2687 * gdb.cp/call-c.exp: Ditto.
2688 * gdb.mi/mi-reverse.exp: Call untested with the correct test
2689 filename. Make the test's binary unique.
2690 * gdb.mi/Makefile.in (EXECUTABLES): Update.
2691 * gdb.python/py-mi.exp: Ditto.
2692 * gdb.python/Makefile.in (EXECUTABLES): Update.
2693 * gdb.reverse/i386-precsave.exp: Ditto.
2694 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2695 test filename.
2696 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2697 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
2698 unique.
2699 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2700 test filename.
2701 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2702 * gdb.trace/tfile.exp: Ditto.
2703
2704 2011-05-14 Yao Qi <yao@codesourcery.com>
2705
2706 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
2707 type.
2708
2709 2011-05-13 Doug Evans <dje@google.com>
2710
2711 * gdb.python/py-objfile-script.exp: New file.
2712 * gdb.python/py-objfile-script.c: New file.
2713 * gdb.python/py-objfile-script-gdb.py: New file.
2714 * testsuite/gdb.python/py-section-script.exp: Test
2715 "info auto-load-scripts".
2716
2717 2011-05-13 Tom Tromey <tromey@redhat.com>
2718
2719 * gdb.dwarf2/clztest.exp: New file.
2720 * gdb.dwarf2/clztest.c: New file.
2721 * gdb.dwarf2/clztest.S: New file.
2722
2723 2011-05-13 Doug Evans <dje@google.com>
2724
2725 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
2726 String16 tests.
2727
2728 2011-05-13 Tom Tromey <tromey@redhat.com>
2729
2730 * lib/gdb.exp (is_x86_like_target): New proc.
2731 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
2732 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
2733 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
2734 -nostdlib to compiler.
2735 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
2736 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
2737 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
2738 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
2739 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
2740
2741 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2742
2743 * gdb.python/py-function.exp: Test setting a value from a function
2744 which executes a command.
2745
2746 2011-05-12 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb.dwarf2/typeddwarf.S: New file.
2749 * gdb.dwarf2/typeddwarf.c: New file.
2750 * gdb.dwarf2/typeddwarf.exp: New file.
2751
2752 2011-05-12 Marek Polacek <mpolacek@redhat.com>
2753
2754 * gdb.mi/mi-basics.exp: Fix races. Honour the
2755 `test_exec_and_symbol_mi_operatons' return value.
2756 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2757 gdb_test_multiple.
2758 (test_exec_and_symbol_mi_operatons): Likewise.
2759 (test_path_specification): Likewise.
2760
2761 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2762
2763 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
2764 (gdb_touch_execfile): Remove catch wrappers. New variable time.
2765 Replace `file copy' and `file rename' by `file mtime'. Twice.
2766
2767 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2768
2769 * gdb.base/readline-ask.c: New file.
2770 * gdb.base/readline-ask.exp: New file.
2771 * gdb.base/readline-ask.inputrc: New file.
2772
2773 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
2774
2775 * gdb.cell/bt.exp: Delete breakpoints before running to signal
2776 to avoid race condition.
2777 * gdb.cell/coremaker.c: Use small stack size.
2778 * gdb.cell/ea-standalone.exp: Use file name without path as
2779 argument to c_to.
2780 * gdb.cell/fork.exp: Allow other output when continuing to end.
2781
2782 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 * gdb.threads/corethreads.c: New file.
2785 * gdb.threads/corethreads.exp: New file.
2786
2787 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2788
2789 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
2790 Try to compile the test using -Wl,-z,norelro first.
2791 (load_core): New variable libthread_db_seen, initialize it.
2792 (zeroed-threads cannot be listed): Protect it by XFAIL on
2793 !$libthread_db_seen.
2794
2795 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2796
2797 PR 12573
2798 * gdb.dwarf2/dw2-skip-prologue.S: New file.
2799 * gdb.dwarf2/dw2-skip-prologue.c: New file.
2800 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
2801
2802 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 * gdb.cp/psymtab-parameter.cc: New file.
2805 * gdb.cp/psymtab-parameter.exp: New file.
2806
2807 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 Fix a race.
2810 * gdb.cp/static-print-quit.exp (print c): Split to ...
2811 (print c - <return>, print c - q <return>, print c - to quit):
2812 ... these. Make the testfile untested on gdb-7.1.
2813
2814 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
2815
2816 * lib/gdb.exp (exec_target_file, exec_symbol_file,
2817 gdb_rename_execfile, gdb_touch_execfile): New.
2818 * gdb.base/reread.exp: Use new procs to handle multiple
2819 exec files.
2820
2821 2011-05-05 Yao Qi <yao@codesourcery.com>
2822
2823 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
2824 (test_adr_32bit, test_pop_pc): New.
2825 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
2826 (test_adr_32bit, test_pop_pc): New.
2827
2828 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2829
2830 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
2831 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
2832 targets.
2833 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
2834 handle targets.
2835
2836 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * gdb.base/completion.exp (complete help info wat): Rename to ...
2839 (complete 'help info wat'): ... here.
2840 Remove all `-re ".*' and `-re "^.*' redundant regexes.
2841 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
2842
2843 2011-05-04 Pedro Alves <pedro@codesourcery.com>
2844
2845 * gdb.base/completion.exp: Use gdb_test_multiple instead of
2846 gdb_test and explicit $gdb_prompt/timeout matches.
2847
2848 2011-05-04 Yao Qi <yao@codesourcery.com>
2849
2850 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
2851 and __thumb2__.
2852
2853 2011-05-03 Marek Polacek <mpolacek@redhat.com>
2854
2855 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
2856 in place of `gdb_test "delete breakpoints"'. This eliminates two
2857 testcases.
2858
2859 2011-05-02 Pedro Alves <pedro@codesourcery.com>
2860
2861 PR testsuite/12649
2862 Fix races.
2863
2864 * gdb.base/completion.exp: Remove all sleep calls. Remove
2865 unnecessary regexs. Don't explicitly expect anything after the
2866 prompt. Eat the prompt if necessary.
2867
2868 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2869
2870 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
2871 accept to show the caller line again as well as the line after.
2872
2873 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
2874
2875 PR mi/12531
2876
2877 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
2878 compile target.
2879 * gdb.python/py-prettyprint.exp: Add C++ object for
2880 CPLUS_FAKE_CHILD test.
2881
2882 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
2883
2884 * gdb.base/signest.exp: New file.
2885 * gdb.base/signest.c: Likewise.
2886
2887 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2888
2889 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
2890 thread and breakpoint notifications.
2891
2892 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2893
2894 * gdb.base/fortran-sym-case.c: New file.
2895 * gdb.base/fortran-sym-case.exp: New file.
2896 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
2897 * gdb.dwarf2/dw2-case-insensitive.c: New file.
2898 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
2899
2900 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
2903 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
2904 false #1', `if true else false #2' and `if true else false #3'.
2905
2906 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
2907
2908 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
2909 while delivering signal.
2910
2911 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
2912
2913 MI breakpoint notifications.
2914
2915 * testsuite/gdb.mi/mi-cli.exp: Adust.
2916 * testsuite/gdb.mi/mi2-cli.exp: Adust.
2917 * testsuite/gdb.mi/mi-watch.exp: Adust.
2918 * testsuite/gdb.mi/mi2-watch.exp: Adust.
2919 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
2920 notifications.
2921
2922 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 * gdb.base/gdbindex-stabs-dwarf.c: New file.
2925 * gdb.base/gdbindex-stabs.c: New file.
2926 * gdb.base/gdbindex-stabs.exp: New file.
2927
2928 2011-04-25 Yao Qi <yao@codesourcery.com>
2929
2930 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
2931 with /*...*/.
2932 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2933
2934 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2935
2936 * gdb.python/py-value.exp (test_objfiles): Name the first test
2937 `py-value in file.filename'.
2938
2939 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2940
2941 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
2942 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
2943 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
2944 !gdbserver_reconnect_p..
2945 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
2946
2947 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2948
2949 * gdb.cp/cpcompletion.exp (complete class methods)
2950 (complete class methods beginning with F): Move them above runto. New
2951 comment about the runto delimiter.
2952
2953 2011-04-20 Pedro Alves <pedro@codesourcery.com>
2954
2955 * gdb.base/maint.exp: Test that "maint print registers" works
2956 without a running program.
2957
2958 2011-04-20 Marek Polacek <mpolacek@redhat.com>
2959
2960 * gdb.base/setshow.exp: Fix racy tests.
2961 ($old_gdb_prompt): New variable.
2962
2963 2011-04-19 Tom Tromey <tromey@redhat.com>
2964
2965 * gdb.mi/mi-nsmoribund.exp:
2966 * gdb.hp/gdb.objdbg/objdbg01.exp:
2967 * gdb.base/structs.exp (test_struct_returns):
2968 * gdb.base/call-sc.exp (test_scalar_returns):
2969 * gdb.base/bigcore.exp: Remove duplicate words.
2970
2971 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * gdb.base/break-interp-lib.c (v, vptr): New variables.
2974 * gdb.base/break-interp.exp (test_attach): New comment.
2975
2976 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2977
2978 * gdb.threads/gcore-thread.exp ($core0file): New variable.
2979 (clear __stack_user.next, clear stack_used.next)
2980 (save a zeroed-threads corefile): New test.
2981 Call core_load for $core0file.
2982 (zeroed-threads cannot be listed): New test.
2983
2984 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2985
2986 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
2987 filename.
2988 ($srcfile): Preserve the original value.
2989 ($testfile): Match it the .exp filename.
2990 ($corefile): New variable. Substitute it around.
2991 Use clean_restart.
2992 ($prev_timeout): Remove.
2993 (load_core): Move core loading into this proc.
2994 Fix restore of $timeout if load_core fails.
2995
2996 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2997
2998 * gdb.base/eu-strip-infcall.c: New file.
2999 * gdb.base/eu-strip-infcall.exp: New file.
3000
3001 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
3004 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
3005
3006 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3007
3008 Fix Python access to inlined frames.
3009 * gdb.python/py-frame-inline.c: New file.
3010 * gdb.python/py-frame-inline.exp: New file.
3011
3012 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
3013
3014 * gdb.base/gdb1090.exp: Change breakpoint location to read the
3015 content of 's24' correctly (avoiding "optimized out").
3016 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
3017
3018 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3019
3020 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
3021
3022 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
3023
3024 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
3025 expect a colon in watch -location output.
3026
3027 2011-04-13 Marek Polacek <mpolacek@redhat.com>
3028
3029 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
3030 New testcase `expect response to define backtrace'. Also remove
3031 redundant `default' block.
3032
3033 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3034
3035 * gdb.python/py-prettyprint.c (struct hint_error): New.
3036 (main): New variable hint_error.
3037 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
3038 "print hint_error".
3039 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
3040 (register_pretty_printers): Register it.
3041
3042 2011-04-04 Tom Tromey <tromey@redhat.com>
3043
3044 * gdb.cp/maint.exp (test_help): Update.
3045 (test_namespace): Likewise.
3046
3047 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
3050 * gdb.ada/arrayptr.exp: Add new tests.
3051
3052 2011-04-01 Joel Brobecker <brobecker@adacore.com>
3053
3054 * gdb.ada/mi_catch_ex: New testcase.
3055
3056 2011-04-01 Pedro Alves <pedro@codesourcery.com>
3057
3058 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
3059 base::overload(void) method without specifying "const".
3060
3061 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3062
3063 * gdb.arch/thumb-singlestep.S: New file.
3064 * gdb.arch/thumb-singlestep.exp: Likewise.
3065
3066 2011-03-31 Tom Tromey <tromey@redhat.com>
3067
3068 * gdb.python/py-prettyprint.py (exception_flag): New global.
3069 (NoStringContainerPrinter._iterator.next): Check it.
3070 * gdb.python/py-prettyprint.c (main): New variable nstype2.
3071 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
3072
3073 2011-03-29 Tom Tromey <tromey@redhat.com>
3074
3075 * gdb.cp/anon-struct.cc: New file.
3076 * gdb.cp/anon-struct.exp: New file.
3077
3078 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3079
3080 Test STT_GNU_IFUNC support.
3081 * gdb.base/gnu-ifunc-lib.c: New file.
3082 * gdb.base/gnu-ifunc.c: New file.
3083 * gdb.base/gnu-ifunc.exp: New file.
3084
3085 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3086
3087 Support a ring of related breakpoints.
3088 * gdb.base/watchpoint-delete.c: New file.
3089 * gdb.base/watchpoint-delete.exp: New file.
3090
3091 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3092
3093 * gdb.ada/arrayparam.exp (print first after function call): Use
3094 explicit package name. Add a comment
3095 (print lasta after function call): Rename ...
3096 (print last after function call): ... it and use explicit package
3097 name.
3098 (print length after function call): Use explicit package name.
3099 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
3100 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
3101 (multiple matches for symbol i): Rename ...
3102 (multiple matches for symbol integervar): ... it.
3103 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
3104 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
3105
3106 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
3107
3108 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
3109 environment variable to make grep output more predictable. Move
3110 all the environment setup into gdb_init so it's done once per test
3111 case rather than each time we start gdb.
3112
3113 2011-03-24 Tom Tromey <tromey@redhat.com>
3114
3115 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
3116 test.
3117
3118 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 * gdb.dwarf2/dw2-entry-value-main.c: New file.
3121 * gdb.dwarf2/dw2-entry-value.S: New file.
3122 * gdb.dwarf2/dw2-entry-value.exp: New file.
3123
3124 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
3125
3126 PR python/12183
3127
3128 * gdb.python/py-function.exp: Add GdbError tests.
3129
3130 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3131
3132 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
3133 (reglocal_test_func, statlocal_test_func): New functions.
3134 (globals_test_func): Call new functions.
3135 * gdb.trace/unavailable.exp (gdb_collect_args_test)
3136 (gdb_collect_locals_test): New procedure.
3137 (gdb_trace_collection_test): Call new procedures.
3138
3139 2011-03-18 Pedro Alves <pedro@codesourcery.com>
3140
3141 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
3142 (test_register, test_register_unavailable): New procedures.
3143 (gdb_unavailable_registers_test): New procedure.
3144 (gdb_trace_collection_test): Call it.
3145
3146 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
3147
3148 PR python/12149
3149
3150 * gdb.python/python.exp: Add gdb.write tests.
3151
3152 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
3153
3154 * gdb.python/Makefile.in: Add py-objfile.
3155 * gdb.python/py-objfile.exp: New file.
3156 * gdb.python/py-objfile.c: New file.
3157 * gdb.python/py-block.exp: Add is_valid tests.
3158 * gdb.python/py-inferior.exp: Ditto.
3159 * gdb.python/py-infthread.exp: Ditto.
3160 * gdb.python/py-symbol.exp: Ditto.
3161 * gdb.python/py-symtab.exp: Ditto.
3162
3163 2011-03-16 Keith Seitz <keiths@redhat.com>
3164
3165 PR c++/12273
3166 * gdb.cp/cmpd-minsyms.exp: New test.
3167 * gdb.cp/cmpd-minsyms.cc: New file.
3168
3169 PR c++/11734
3170 * gdb.cp/ovsrch.exp: New test.
3171 * gdb.cp/ovsrch.h: New file.
3172 * gdb.cp/ovsrch1.cc: New file.
3173 * gdb.cp/ovsrch2.cc: New file.
3174 * gdb.cp/ovsrch3.cc: New file.
3175 * gdb.cp/ovsrch4.cc: New file.
3176
3177 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
3178
3179 PR gdb/12528
3180 * gdb.base/Makefile.in: Adjust EXECUTABLES.
3181 * gdb.base/break-on-linker-gcd-function.exp: New test.
3182 * gdb.base/break-on-linker-gcd-function.cc: New file.
3183
3184 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
3185
3186 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
3187
3188 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
3189
3190 * lib/gdb.exp (gdb_unload): Add another termination case.
3191
3192 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
3195 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
3196 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
3197 Provide a stub byte there.
3198 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
3199 DW_AT_entry_pc.
3200 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
3201
3202 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
3203
3204 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
3205 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
3206 "generic ABI, auto".
3207 (altivec_abi_tests): Accept vectors returned by reference.
3208
3209 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
3210
3211 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
3212
3213 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
3214
3215 * gdb.python/py-section-script.exp: Skip test if no Python support.
3216
3217 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
3218
3219 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
3220
3221 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
3222
3223 * gdb.python/py-parameter.exp: Update tests to the new Python
3224 parameter API. Add "no documentation" test. Add deprecated API
3225 backward compatibility test.
3226
3227 2011-03-09 Tom Tromey <tromey@redhat.com>
3228
3229 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
3230 gdb_continue_to_end.
3231
3232 2011-03-09 Mark Kettenis <kettenis@gnu.org>
3233
3234 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
3235 tabs.
3236
3237 2011-03-09 Tom Tromey <tromey@redhat.com>
3238
3239 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
3240 parentheses.
3241 (gdb_continue_to_end): Add "allow_extra" parameter. Use
3242 $command.
3243 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
3244 argument to gdb_continue_to_end.
3245 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
3246 argument to gdb_continue_to_end.
3247 * gdb.cp/annota3.exp: Fix regex.
3248 * gdb.cp/annota2.exp: Fix regex.
3249 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
3250 gdb_continue_to_end.
3251 * gdb.base/call-signal-resume.exp: Revert earlier patch.
3252 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
3253 gdb_continue_to_end.
3254
3255 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3256
3257 * gdb.server/ext-run.exp
3258 (load new file without any gdbserver inferior): New test.
3259
3260 2011-03-07 Tom Tromey <tromey@redhat.com>
3261
3262 * Makefile.in (TAGS): Rewrite.
3263
3264 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 * gdb.trace/report.exp (12.1: trace report #1): New match for the
3267 initial commands echo. New match for `Found trace'. Anchor all the
3268 other matches. Anchor and match for `No trace frame found' the final
3269 match.
3270
3271 2011-03-07 Tom Tromey <tromey@redhat.com>
3272
3273 * Makefile.in (TAGS): New target.
3274
3275 2011-03-07 Tom Tromey <tromey@redhat.com>
3276
3277 * lib/opencl.exp (skip_opencl_tests): Update for exit message
3278 change.
3279 * lib/mi-support.exp (mi_gdb_test): Update for exit message
3280 change.
3281 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
3282 exit message change.
3283 (skip_altivec_tests): Update for exit message change.
3284 (skip_vsx_tests): Likewise.
3285 (gdb_continue_to_end): Likewise. Add 'command' argument.
3286 * lib/cell.exp (skip_cell_tests): Update for exit message change.
3287 * gdb.threads/tls.exp: Update for exit message change.
3288 * gdb.threads/thread-unwindonsignal.exp: Use
3289 gdb_continue_to_end.
3290 * gdb.threads/step.exp (step_it): Update for exit message change.
3291 (continue_all): Likewise.
3292 * gdb.threads/print-threads.exp (test_all_threads): Update for
3293 exit message change.
3294 * gdb.threads/interrupted-hand-call.exp: Use
3295 gdb_continue_to_end.
3296 * gdb.threads/execl.exp: Use gdb_continue_to_end.
3297 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
3298 gdb_continue_to_end.
3299 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
3300 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
3301 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
3302 * gdb.cp/method.exp: Update for exit message change.
3303 * gdb.cp/mb-templates.exp: Update for exit message change.
3304 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
3305 * gdb.cp/annota3.exp: Update for exit message change.
3306 * gdb.cp/annota2.exp: Update for exit message change.
3307 * gdb.cell/fork.exp: Use gdb_continue_to_end.
3308 * gdb.base/term.exp: Update for exit message change.
3309 * gdb.base/step-test.exp (test_i): Update for exit message change.
3310 * gdb.base/sigstep.exp (advance): Update for exit message change.
3311 (advancei): Likewise.
3312 * gdb.base/siginfo.exp: Update for exit message change.
3313 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
3314 * gdb.base/reread.exp: Use gdb_continue_to_end.
3315 * gdb.base/langs.exp: Use gdb_continue_to_end.
3316 * gdb.base/interrupt.exp: Update for exit message change.
3317 * gdb.base/gdb1555.exp: Update for exit message change.
3318 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
3319 * gdb.base/ending-run.exp: Update for exit message change.
3320 * gdb.base/chng-syms.exp: Update for exit message change.
3321 * gdb.base/checkpoint.exp: Update for exit message change.
3322 * gdb.base/catch-syscall.exp (check_for_program_end): Use
3323 gdb_continue_to_end.
3324 (test_catch_syscall_with_wrong_args): Likewise.
3325 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
3326 * gdb.base/break-interp.exp (test_ld): Update for exit message
3327 change.
3328 * gdb.base/bang.exp: Update for exit message change.
3329 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
3330 (do_call_attach_tests): Likewise.
3331 * gdb.base/a2-run.exp: Update for exit message change.
3332 * gdb.arch/ppc-dfp.exp: Update for exit message change.
3333 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
3334 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
3335
3336 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3337
3338 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
3339
3340 2011-03-03 Tom Tromey <tromey@redhat.com>
3341
3342 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
3343 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
3344 * gdb.hp/gdb.aCC/configure.ac: Remove.
3345 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
3346 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
3347 * gdb.hp/gdb.base-hp/configure.ac: Remove.
3348 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
3349 * gdb.hp/gdb.compat/configure (Makefile): Remove.
3350 * gdb.hp/gdb.compat/configure.ac: Remove.
3351 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
3352 * gdb.hp/gdb.defects/configure (Makefile): Remove.
3353 * gdb.hp/gdb.defects/configure.ac: Remove.
3354 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
3355 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
3356 * gdb.hp/gdb.objdbg/configure.ac: Remove.
3357 * gdb.hp/configure.ac: Remove.
3358 * gdb.hp/configure: Remove.
3359 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
3360 substitution.
3361 (Makefile): Remove rule.
3362 * gdb.cell/configure.ac: Remove.
3363 * gdb.cell/configure: Remove.
3364 * gdb.stabs/Makefile.in (Makefile): Remove.
3365 (distclean): Don't remove config.status or config.log.
3366 * gdb.stabs/configure (Makefile): Remove.
3367 * gdb.stabs/configure.ac: Remove.
3368 * configure: Rebuild.
3369 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
3370 Remove stabs- and cell-specific logic. Test for existence of
3371 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
3372 subdirectories, gdb.cell, and and gdb.stabs.
3373 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
3374
3375 2011-03-03 Joel Brobecker <brobecker@adacore.com>
3376
3377 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
3378 end of buffer.
3379
3380 2011-03-02 Joel Brobecker <brobecker@adacore.com>
3381
3382 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
3383 gdb_test when running a test where we expected no output back.
3384
3385 2011-02-28 Michael Snyder <msnyder@vmware.com>
3386
3387 * gdb.cp/overload.cc: Change initializer value to integer.
3388
3389 2011-02-27 Michael Snyder <msnyder@vmware.com>
3390
3391 * gdb.multi/base.exp: Add test for remove-inferiors.
3392
3393 2011-02-26 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.python/py-frame.exp: Simplify the initialization phase
3396 using prepare_for_testing.
3397
3398 2011-02-25 Michael Snyder <msnyder@vmware.com>
3399
3400 * gdb.multi/base.exp: Add tests for info inferiors with args.
3401
3402 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 * gdb.dwarf2/dw2-ranges.S: Rename to ...
3405 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
3406 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
3407 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
3408 asmfile3. Comment the STABS (#3) file compilation. Compile
3409 everything through assembler. Provide KFAIL for symtab/12497.
3410 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
3411 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
3412 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
3413 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
3414
3415 2011-02-24 Michael Snyder <msnyder@vmware.com>
3416
3417 * gdb.base/break.exp: Add tests for delete breakpoints using
3418 convenience variables and value history references.
3419
3420 2011-02-24 Michael Snyder <msnyder@vmware.com>
3421
3422 * gdb.base/break.exp: Remove debugging 'printf' accidentally
3423 left behind in previous check-in.
3424
3425 2011-02-23 Michael Snyder <msnyder@vmware.com>
3426
3427 * gdb.base/break.exp: Add tests for "info break" with arguments.
3428 * gdb.trace/infotrace.exp: Update patterns for error and help.
3429 * gdb.base/completion.exp: Update pattern.
3430 * gdb.base/ena-dis-br.exp: Update pattern.
3431 * gdb.base/help.exp: Update patterns.
3432
3433 2011-02-23 Michael Snyder <msnyder@vmware.com>
3434
3435 * gdb.base/memattr.exp: New test.
3436 * gdb.base/memattr.c: Test load for memattr.exp.
3437
3438 2011-02-22 Doug Evans <dje@google.com>
3439
3440 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3441
3442 2011-02-22 Michael Snyder <msnyder@vmware.com>
3443
3444 * Makefile.in: Make more clean.
3445 * gdb.ada/Makefile.in: Ditto.
3446 * gdb.arch/Makefile.in: Ditto.
3447 * gdb.asm/Makefile.in: Ditto.
3448 * gdb.base/Makefile.in: Ditto.
3449 * gdb.cp/Makefile.in: Ditto.
3450 * gdb.dwarf2/Makefile.in: Ditto.
3451 * gdb.java/Makefile.in: Ditto.
3452 * gdb.mi/Makefile.in: Ditto.
3453 * gdb.modula2/Makefile.in: Ditto.
3454 * gdb.python/Makefile.in: Ditto.
3455 * gdb.server/Makefile.in: Ditto.
3456 * gdb.stabs/Makefile.in: Ditto.
3457 * gdb.threads/Makefile.in: Ditto.
3458 * gdb.trace/Makefile.in: Ditto.
3459
3460 2011-02-22 Michael Snyder <msnyder@vmware.com>
3461
3462 * gdb.threads/thread-find.exp: Add tests for bad input to
3463 info threads.
3464
3465 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3466
3467 * gdb.python/py-breakpoint.exp: Fix the expected output of
3468 one of the "maint info breakpoints" tests to accept the output
3469 generated on platforms that do not have hardware watchpoints.
3470
3471 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3472
3473 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3474 clean_restart. Be a little stricter in the expected output
3475 for one of the tests. Fix a typo in one of the comments.
3476
3477 2011-02-22 Joel Brobecker <brobecker@adacore.com>
3478
3479 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
3480 Delete variable binfile, no longer use. Add or modify test
3481 comments to make them unique.
3482
3483 2011-02-21 Michael Snyder <msnyder@vmware.com>
3484
3485 * Makefile.in: Update for make clean.
3486 * gdb.ada/Makefile.in: Ditto.
3487 * gdb.arch/Makefile.in: Ditto.
3488 * gdb.asm/Makefile.in: Ditto.
3489 * gdb.base/Makefile.in: Ditto.
3490 * gdb.cp/Makefile.in: Ditto.
3491 * gdb.dwarf2/Makefile.in: Ditto.
3492 * gdb.java/Makefile.in: Ditto.
3493 * gdb.mi/Makefile.in: Ditto.
3494 * gdb.modula2/Makefile.in: Ditto.
3495 * gdb.python/Makefile.in: Ditto.
3496 * gdb.server/Makefile.in: Ditto.
3497 * gdb.stabs/Makefile.in: Ditto.
3498 * gdb.threads/Makefile.in: Ditto.
3499 * gdb.trace/Makefile.in: Ditto.
3500
3501 2011-02-21 Michael Snyder <msnyder@vmware.com>
3502
3503 * gdb.threads/thread-find.exp: Update patterns for changes in
3504 output of "info threads" command.
3505
3506 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3507 Ulrich Weigand <uweigand@de.ibm.com>
3508
3509 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3510 (skip_hw_watchpoint_tests): Likewise.
3511 (skip_hw_watchpoint_multi_tests): Likewise.
3512
3513 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
3514
3515 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3516 (skip_hw_watchpoint_tests): Likewise.
3517 (skip_hw_watchpoint_multi_tests): Likewise.
3518 (skip_hw_watchpoint_access_tests): Likewise.
3519
3520 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3521 * gdb.base/pr11022.exp: Likewise.
3522 * gdb.base/watch-read.exp: Likewise.
3523 * gdb.base/watch_thread_num.exp: Likewise.
3524 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3525 * gdb.base/watchpoint-hw.exp: Likewise.
3526 * gdb.base/watchpoint.exp: Likewise.
3527 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3528 * gdb.threads/watchthreads-reorder.exp: Likewise.
3529 * gdb.threads/watchthreads.exp: Likewise.
3530 * gdb.threads/watchthreads2.exp: Likewise.
3531
3532 2011-02-21 Joel Brobecker <brobecker@adacore.com>
3533
3534 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3535 the debugger is unable to find the array bounds.
3536
3537 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3538
3539 * gdb.cp/typedef-operator.exp: New file.
3540 * gdb.cp/typedef-operator.cc: New file.
3541
3542 2011-02-17 Michael Snyder <msnyder@vmware.com>
3543
3544 * gdb.threads/thread-find.exp: Fix regular expressions.
3545
3546 2011-02-17 Joel Brobecker <brobecker@adacore.com>
3547
3548 * gdb.ada/packed_array: Expand testcase to test printing of
3549 unconstrained packed array.
3550
3551 2011-02-17 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3554
3555 2011-02-16 Pedro Alves <pedro@codesourcery.com>
3556
3557 * gdb.trace/collection.c (globalarr3): New global.
3558 (main): Initialize it before collecting, and and clear it
3559 afterwards.
3560 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3561 collecting with '{type} addr', where the addr expression is not an
3562 rvalue.
3563
3564 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
3565
3566 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3567 a bool variable. Expect correct OpenCL names for vector types. Use the
3568 uc3 variable name instead of referring to the uchar3 built-in type.
3569 Escape the asterisk at the half pointer test.
3570
3571 2011-02-16 Pedro Alves <pedro@codesourcery.com>
3572
3573 * gdb.trace/collection.c (globalarr2): New global.
3574 (main): Initialize it before collecting, and and clear it
3575 afterwards.
3576 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3577 collecting overlapping memory ranges.
3578
3579 2011-02-15 Michael Snyder <msnyder@vmware.com>
3580
3581 * gdb.base/default.exp: Add tests for thread commands.
3582 * gdb.base/help.exp: Add tests for thread commands.
3583 * gdb.threads/thread-find.exp: New test for thread find command.
3584
3585 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
3586
3587 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3588
3589 2011-02-15 Yao Qi <yao@codesourcery.com>
3590
3591 PR tdep/12352
3592 * gdb.arch/arm-disp-step.S : New test for str instruction.
3593 * gdb.arch/arm-disp-step.exp : Likewise.
3594
3595 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
3596
3597 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3598 "vector_register2_vr" test strings. Test the extended floating
3599 point registers (F32~F63).
3600 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3601 IBM XL C compiler. Make the test program use a register provided
3602 by the compiler for the lxvd2x instruction.
3603
3604 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3605
3606 * gdb.trace/unavailable.cc (class Base, class Middle, class
3607 Derived): New types.
3608 (derived_unavail, derived_partial, derived_whole): New globals.
3609 (virtual_partial): New global.
3610 (virtualp): Point at virtual_partial.
3611 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3612 related to unavailable vptr.
3613
3614 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3615
3616 * gdb.trace/unavailable.cc (a, b, c): New globals.
3617 (main): Set and clear them.
3618 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
3619 `a' and `c', and check that `b' isn't collected, although `a' and
3620 `c' are.
3621
3622 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3623
3624 * gdb.trace/unavailable.cc (struct Virtual): New.
3625 (virtualp): New global pointer.
3626 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
3627 printing a pointer to an object whose type has a vtable, with
3628 print object on.
3629
3630 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3631
3632 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
3633 value repeat handles unavailableness.
3634
3635 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3636
3637 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
3638 tests for building arrays from unavailable values, subscripting
3639 non-memory rvalue unvailable arrays, and accessing fields or
3640 baseclasses of non-lazy unavailable values,
3641 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
3642 struct types.
3643 (g_smallstruct, g_smallstruct_b): New globals.
3644
3645 2011-02-14 Pedro Alves <pedro@codesourcery.com>
3646
3647 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
3648
3649 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3650
3651 Fix const/volatile qualifiers of C++ types, PR c++/12328.
3652 * gdb.cp/overload-const.exp: New file.
3653 * gdb.cp/overload-const.cc: New file.
3654
3655 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3656
3657 * gdb.opencl/callfuncs.cl: New file.
3658 * gdb.opencl/callfuncs.exp: New test.
3659 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
3660
3661 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3662
3663 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
3664 when computing result.
3665 * gdb.arch/altivec-abi.exp: Update expected results.
3666
3667 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3668
3669 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
3670 * gdb.base/jit.exp: Likewise.
3671 * gdb.base/pie-execl.exp: Likewise.
3672 * gdb.base/solib-nodir.exp: Likewise.
3673 * gdb.base/solib-overlap.exp: Likewise.
3674
3675 2011-02-07 Pedro Alves <pedro@codesourcery.com>
3676
3677 * gdb.trace/collection.c (global_pieces): New.
3678 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3679 New procedure.
3680 (gdb_trace_collection_test): Call it.
3681
3682 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3683
3684 * gdb.python/py-evthreads.c: New file.
3685 * gdb.python/py-evthreads.exp: New file.
3686 * gdb.python/py-events.py: New file.
3687 * gdb.python/py-events.exp: New file.
3688 * gdb.python/py-events.c: New file.
3689
3690 2011-02-04 David Daney <ddaney@caviumnetworks.com>
3691
3692 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3693
3694 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
3695
3696 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3697 gdb.base/disasm-end-cu.exp: New test for disassembling over the
3698 boundary between two compilation units.
3699
3700 2011-02-02 Pedro Alves <pedro@codesourcery.com>
3701
3702 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3703 (Virtual): New structs.
3704 (virtual_o, virtual_middle_b): New globals.
3705 * gdb.cp/virtbase.exp: New tests.
3706
3707 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3708
3709 * gdb.base/jit.exp: New file.
3710 * gdb.base/jit-main.c: New file.
3711 * gdb.base/jit-solib.c: New file.
3712
3713 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
3714
3715 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
3716 proceed to initial kernel entry point.
3717 * gdb.opencl/datatypes.exp: Likewise.
3718 * gdb.opencl/operators.exp: Likewise.
3719 * gdb.opencl/vec_comps.exp: Likewise.
3720
3721 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
3722
3723 * gdb.cp/nsnested.cc: New.
3724 * gdb.cp/nsnested.exp: New.
3725 * gdb.cp/nsnoimports.exp: New.
3726 * gdb.cp/nsnoimports.cc: New.
3727
3728 2011-01-31 Joel Brobecker <brobecker@adacore.com>
3729
3730 * gdb.base/interact.exp: Add extra tests that verify that
3731 the value of the interactive-mode setting does not change
3732 after the script is sourced.
3733
3734 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3735
3736 * gdb.cp/noparam.exp: New file.
3737 * gdb.cp/noparam.cc: New file.
3738
3739 2011-01-28 Pedro Alves <pedro@codesourcery.com>
3740
3741 * gdb.trace/tfile.exp: Test that with no traceframe selected,
3742 there's no stack or registers.
3743
3744 2011-01-26 Tom Tromey <tromey@redhat.com>
3745
3746 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
3747 space before string output. Add test for "set print pretty off"
3748 case.
3749
3750 2011-01-25 Pedro Alves <pedro@codesourcery.com>
3751
3752 * gdb.base/frame-args.exp: Adjust.
3753 * gdb.dwarf2/dw2-noloc.exp: Adjust.
3754 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
3755 * gdb.dwarf2/pieces.exp: Adjust.
3756 * gdb.opt/clobbered-registers-O2.exp: Adjust.
3757 * gdb.opt/inline-locals.exp: Adjust.
3758 * gdb.threads/fork-child-threads.exp: Adjust.
3759
3760 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
3761
3762 * gdb.opencl/convs_casts.cl: Move program scope variables into the
3763 OpenCL kernel function. Add a comment as marker. Add address space
3764 qualifiers for the remaining program scope variables.
3765 * gdb.opencl/datatypes.cl: Likewise.
3766 * gdb.opencl/operators.cl: Likewise.
3767 * gdb.opencl/vec_comps.cl: Likewise.
3768 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
3769 Add breakpoint at the marker comment.
3770 * gdb.opencl/datatypes.exp: Likewise.
3771 * gdb.opencl/operators.exp: Likewise.
3772 * gdb.opencl/vec_comps.exp: Likewise.
3773
3774 2011-01-24 Pedro Alves <pedro@codesourcery.com>
3775
3776 * gdb.base/printcmds.c (some_struct): New struct and instance.
3777 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
3778 procedure.
3779 <global scope>: Call it.
3780
3781 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
3782
3783 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
3784 argument to the gdb_compile_opencl_hostapp call.
3785
3786 2011-01-19 Yao Qi <yao@codesourcery.com>
3787
3788 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
3789 positve list.
3790
3791 2011-01-19 Yao Qi <yao@codesourcery.com>
3792
3793 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
3794 canonical form.
3795 Remove "xscale-*-*"
3796 * gdb.xml/tdesc-regs.exp: Likewise.
3797 * gdb.python/py-section-script.exp: Replace ARM target triplet
3798 with canonical form.
3799 Match arm*-*-symbianelf*.
3800 * gdb.base/dup-sect.exp: Likewise.
3801 * lib/dwarf.exp: New.
3802 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
3803 dwarf2_support.
3804 * gdb.dwarf2/dup-psym.exp: Likewise.
3805 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
3806 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3807 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
3808 * gdb.dwarf2/dw2-basic.exp: Likewise.
3809 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3810 * gdb.dwarf2/dw2-const.exp: Likewise.
3811 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
3812 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
3813 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3814 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
3815 * gdb.dwarf2/dw2-filename.exp: Likewise.
3816 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3817 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
3818 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3819 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3820 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
3821 * gdb.dwarf2/dw2-noloc.exp: Likewise.
3822 * gdb.dwarf2/dw2-op-call.exp: Likewise.
3823 * gdb.dwarf2/dw2-producer.exp: Likewise.
3824 * gdb.dwarf2/dw2-ranges.exp: Likewise.
3825 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
3826 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
3827 * gdb.dwarf2/dw2-strp.exp: Likewise.
3828 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
3829 * gdb.dwarf2/implptr.exp: Likewise.
3830 * gdb.dwarf2/mac-fileno.exp: Likewise.
3831 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
3832 * gdb.dwarf2/pieces.exp: Likewise.
3833 * gdb.dwarf2/pr11465.exp: Likewise.
3834 * gdb.dwarf2/valop.exp: Likewise.
3835 * gdb.dwarf2/watch-notconst.exp: Likewise.
3836 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
3837
3838 2011-01-19 Tom Tromey <tromey@redhat.com>
3839
3840 * gdb.python/py-infthread.exp: Add thread tests.
3841
3842 2011-01-14 Joel Brobecker <brobecker@adacore.com>
3843
3844 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
3845
3846 2011-01-14 Joel Brobecker <brobecker@adacore.com>
3847
3848 * gdb.ada/widewide: New testcase.
3849
3850 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3851
3852 * gdb.base/interact.exp: New testcase.
3853
3854 2011-01-12 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb.mi/gdb2549.exp: Update for error message changes.
3857 * gdb.mi/mi-cli.exp: Likewise.
3858 * gdb.mi/mi-disassemble.exp: Likewise.
3859 * gdb.mi/mi-pthreads.exp: Likewise.
3860 * gdb.mi/mi-regs.exp: Likewise.
3861 * gdb.mi/mi-stack.exp: Likewise.
3862 * gdb.mi/mi-var-block.exp: Likewise.
3863 * gdb.mi/mi-var-cmd.exp: Likewise.
3864 * gdb.mi/mi2-cli.exp: Likewise.
3865 * gdb.mi/mi2-disassemble.exp: Likewise.
3866 * gdb.mi/mi2-pthreads.exp: Likewise.
3867 * gdb.mi/mi2-regs.exp: Likewise.
3868 * gdb.mi/mi2-stack.exp: Likewise.
3869 * gdb.mi/mi2-var-block.exp: Likewise.
3870 * gdb.mi/mi2-var-cmd.exp: Likewise.
3871
3872 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3873 Jan Kratochvil <jan.kratochvil@redhat.com>
3874
3875 PR fortran/11104 and DWARF unbound arrays detection.
3876 * gdb.fortran/multi-dim.exp: New file.
3877 * gdb.fortran/multi-dim.f90: New file.
3878
3879 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
3880
3881 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
3882 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
3883 add new tests for opcode dumping.
3884
3885 2011-01-11 Tom Tromey <tromey@redhat.com>
3886
3887 * gdb.python/py-infthread.exp: Load gdb-python.exp.
3888
3889 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3890
3891 Convert hardware watchpoints to use breakpoint_ops.
3892 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
3893 type is not supported.
3894 * gdb.base/foll-fork.exp: Likewise.
3895 * gdb.base/foll-vfork.exp: Likewise.
3896
3897 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
3898
3899 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
3900 Use load_lib gdb-python.exp.
3901 * gdb.python/python.exp: Ditto.
3902 * gdb.python/py-function.exp: Ditto.
3903
3904 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
3905
3906 * gdb.threads/tls.exp ("info address me"): Fix expected output.
3907
3908 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3909
3910 * configure: Regenerate.
3911
3912 2011-01-06 Tom Tromey <tromey@redhat.com>
3913
3914 * gdb.python/py-frame.exp: Test gdb.newest_frame.
3915
3916 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3917
3918 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
3919 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
3920 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
3921 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
3922 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
3923 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
3924 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
3925 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
3926 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
3927 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
3928 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
3929 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
3930 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
3931 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
3932 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
3933 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
3934 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
3935 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
3936 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
3937 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
3938 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
3939 gdb.ada/uninitialized_vars.exp,
3940 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
3941 Simplify by using clean_restart.
3942
3943 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3944
3945 Add marker to be used as anchor for inserting breakpoints.
3946 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
3947 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
3948 Likewise.
3949
3950 Remove uses of gdb_start_cmd.
3951 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
3952 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
3953
3954 Do not run testcase if testing with GDBserver.
3955 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
3956 if testing with GDBserver.
3957
3958 2011-01-06 Joel Brobecker <brobecker@adacore.com>
3959
3960 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
3961 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
3962 copyright header.
3963
3964 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3965
3966 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
3967 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
3968 testsuite/gdb.fortran/complex.f,
3969 testsuite/gdb.fortran/derived-type.f90,
3970 testsuite/gdb.fortran/library-module-lib.f90,
3971 testsuite/gdb.fortran/library-module-main.f90,
3972 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
3973 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
3974 Copyright year update.
3975
3976 2011-01-05 Joel Brobecker <brobecker@adacore.com>
3977
3978 * gdb.base/langs1.f: Add copyright header.
3979
3980 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3981
3982 * gdb.base/morestack.exp: New file.
3983 * gdb.base/morestack.c: New file.
3984
3985 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
3988
3989 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3990
3991 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
3992 * gdb.ada/arrayptr.exp: Add test printing that new variable.
3993
3994 2010-12-29 Joel Brobecker <brobecker@adacore.com>
3995
3996 * gdb.ada/lang_switch.exp: Correct expected parameter value.
3997
3998 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
3999
4000 * gdb.threads/tls.exp: Fix typo.
4001
4002 * gdb.threads/thread-specific.exp (get_thread_list): Update.
4003 * gdb.threads/execl.exp: Update.
4004
4005 2010-12-23 Yao Qi <yao@codesourcery.com>
4006
4007 * gdb.arch/arm-disp-step.exp: New.
4008 * gdb.arch/arm-disp-step.S: New.
4009
4010 2010-12-21 Tom Tromey <tromey@redhat.com>
4011
4012 * gdb.threads/execl.exp: Update.
4013 * gdb.threads/linux-dp.exp: Update.
4014 * gdb.threads/manythreads.exp: Update.
4015 * gdb.threads/tls.exp: Update.
4016
4017 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
4020 (NextOverThrowDerivates) <resumebpt>: New.
4021 (resumebpt_test): New.
4022 (main): Call resumebpt_test.
4023 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
4024
4025 2010-12-12 Stan Shebs <stan@codesourcery.com>
4026
4027 * gdb.trace/tsv.exp: Test print command on trace state variables.
4028
4029 2010-12-09 Tom Tromey <tromey@redhat.com>
4030
4031 * gdb.base/interp.exp: Add regression test.
4032
4033 2010-12-09 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.java/jnpe.java: New file.
4036 * gdb.java/jnpe.exp: New file.
4037 * gdb.cp/nextoverthrow.exp: New file.
4038 * gdb.cp/nextoverthrow.cc: New file.
4039
4040 2010-12-07 Doug Evans <dje@google.com>
4041
4042 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
4043 of data-directory.
4044 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
4045 updated.
4046 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
4047
4048 2010-11-29 Michael Snyder <msnyder@vmware.com>
4049
4050 * gdb.base/callfuncs.exp: Test for skip_float_tests.
4051 * gdb.base/call-sc.exp: Ditto.
4052 * gdb.base/finish.exp: Ditto.
4053 * gdb.base/return.exp: Ditto.
4054 * gdb.base/return2.exp: Ditto.
4055
4056 2010-11-30 Doug Evans <dje@google.com>
4057
4058 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
4059 (gdb_expect_list): Fix spelling errors in comments.
4060 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
4061 send_gdb/gdb_expect_list where applicable.
4062 * gdb.base/call-ar-st.exp: Ditto.
4063 * gdb.base/funcargs.exp: Ditto.
4064 * gdb.base/gcore.exp: Ditto.
4065 * gdb.base/page.exp: Ditto.
4066 * gdb.base/sigaltstack.exp: Ditto.
4067 * gdb.base/siginfo.exp: Ditto.
4068 * gdb.base/sigstep.exp: Ditto.
4069 * gdb.base/trace-commands.exp: Ditto.
4070
4071 2010-11-29 Doug Evans <dje@google.com>
4072
4073 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
4074 printer-name;subprinter-name.
4075
4076 2010-11-29 Tom Tromey <tromey@redhat.com>
4077
4078 * gdb.dwarf2/implptr.exp: New file.
4079 * gdb.dwarf2/implptr.c: New file.
4080 * gdb.dwarf2/implptr.S: New file.
4081
4082 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
4083
4084 PR python/12199
4085
4086 * gdb.python/py-breakpoint.exp: Test the delete method.
4087
4088 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 Fix step_resume_breakpoint unsaved during an infcall.
4091 * gdb.base/step-resume-infcall.exp: New file.
4092 * gdb.base/step-resume-infcall.c: New file.
4093
4094 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4095
4096 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
4097
4098 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
4099
4100 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
4101 on ppc64's symbols; "finish" and "return" commands must accept to
4102 show the caller line again as well as the line after.
4103 * gdb.asm/powerpc64.inc: New file.
4104
4105 2010-11-23 Doug Evans <dje@google.com>
4106
4107 * lib/gdb.exp (gdb_test_sequence): New function.
4108 (gdb_expect_list): Add verbose -log call for each pattern.
4109 * gdb.base/signals.exp (test_handle_all_print): Call it.
4110 Reduce timeout increment from 6 minutes to 1 minute.
4111 * gdb.server/ext-run.exp: Call it.
4112
4113 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
4114
4115 PR python/12212
4116
4117 * gdb.python/python.exp: Check that selected_thread raises an
4118 error when no inferior is loaded.
4119
4120 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
4123 * gdb.dwarf2/dw2-stack-boundary.S: New file.
4124
4125 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
4128 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
4129
4130 2010-11-18 Doug Evans <dje@google.com>
4131
4132 * gdb.server/ext-run.exp: Fix intermittent failures.
4133
4134 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4135
4136 * gdb.stabs/gdb11479.exp: Use runto_main.
4137
4138 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4139
4140 * gdb.base/break-entry.exp: Skip if using a stub.
4141
4142 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
4143
4144 * gdb.python/py-inferior.exp: Pack values in target endianness.
4145
4146 2010-11-12 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
4149 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
4150 MemoryError.
4151 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
4152 type.
4153 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
4154 MemoryError.
4155 (test_subscript_regression): Update exception type.
4156
4157 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
4158
4159 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
4160 breakpoint tests.
4161
4162 2010-11-09 Pedro Alves <pedro@codesourcery.com>
4163
4164 * gdb.base/watchpoint.exp: Test "watch -location" with an
4165 innacessible location.
4166
4167 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
4168 Luis Machado <luisgpm@br.ibm.com>
4169
4170 * gdb.base/maint.exp: Expect "." prefix.
4171 * gdb.base/nodebug.exp: Expect "." Likewise.
4172 * gdb.base/sepsymtab.exp: Expect "." Likewise.
4173 * gdb.base/watchpoint-cond-gone.exp: Likewise.
4174 * gdb.base/watchpoint.exp: Expect a software watch to be created for
4175 POWER server processors.
4176
4177 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
4178 Luis Machado <luisgpm@br.ibm.com>
4179
4180 * gdb.base/break-entry.exp: convert entry point for
4181 ppc64 and expect leading `.' on ppc64's symbols
4182
4183 2010-11-05 Doug Evans <dje@google.com>
4184
4185 * gdb.base/help.exp: Update expected output.
4186 * gdb.python/py-param.exp: Delete, contents moved to ...
4187 * gdb.python/py-parameter.exp: ... here. New file.
4188 Add test for gdb.parameter ("directories").
4189
4190 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
4191
4192 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
4193 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
4194 * configure: Regenerate.
4195 * gdb.opencl/Makefile.in: New File.
4196 * gdb.opencl/datatypes.exp: Likewise.
4197 * gdb.opencl/datatypes.cl: Likewise.
4198 * gdb.opencl/operators.exp: Likewise.
4199 * gdb.opencl/operators.cl: Likewise.
4200 * gdb.opencl/vec_comps.exp: Likewise.
4201 * gdb.opencl/vec_comps.cl: Likewise.
4202 * gdb.opencl/convs_casts.exp: Likewise.
4203 * gdb.opencl/convs_casts.cl: Likewise.
4204 * lib/opencl.exp: Likewise.
4205 * lib/opencl_hostapp.c: Likewise.
4206 * lib/opencl_kernel.cl: Likewise.
4207 * lib/cl_util.c: Likewise.
4208 * lib/cl_util.c: Likewise.
4209 * gdb.base/default.exp (set language): Add "opencl" to the list of
4210 languages.
4211
4212 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
4213
4214 * gdb.cp/overload.exp: Added test for inheritance overload.
4215 * gdb.cp/overload.cc: Ditto.
4216 * gdb.cp/oranking.exp: Removed releveant kfails.
4217
4218 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4219 Joel Brobecker <brobecker@adacore.com>
4220
4221 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
4222 check test_compiler_info.
4223
4224 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4225
4226 * gdb.base/gnu_vector.exp: Adjust expect messages.
4227
4228 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4229
4230 * gdb.base/gnu_vector.exp: Add unary operator tests.
4231
4232 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
4233
4234 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
4235
4236 2010-11-02 Doug Evans <dje@google.com>
4237
4238 * gdb.python/py-pp-maint.c: New file.
4239 * gdb.python/py-pp-maint.exp: New file.
4240 * gdb.python/py-pp-maint.py: New file.
4241
4242 2010-11-02 Tom Tromey <tromey@redhat.com>
4243
4244 * gdb.base/default.exp: Remove "scheme" from language list.
4245
4246 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4247
4248 Revert:
4249 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4250 * gdb.threads/sigstep-threads.exp: New file.
4251 * gdb.threads/sigstep-threads.c: New file.
4252
4253 2010-10-20 Michael Snyder <msnyder@vmware.com>
4254
4255 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
4256
4257 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4258
4259 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
4260 Skip test completely if gdb,no_hardware_watchpoints.
4261
4262 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
4263
4264 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
4265 strict, but do not check for any particular function name within libc.
4266
4267 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4268
4269 * gdb.cp/smartp.exp: New test.
4270 * gdb.cp/smartp.cc : New test.
4271
4272 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
4273
4274 * gdb.cp/converts.exp: Test pointer to bool conversion.
4275 Test pointer to long conversion.
4276 * gdb.cp/oranking.exp: Removed relevant kfail.
4277
4278 2010-10-18 Tom Tromey <tromey@redhat.com>
4279
4280 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
4281 argument to lazy_string.
4282 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
4283 (pp_ls.to_string): Use it.
4284 * gdb.python/py-prettyprint.c (main): Move declarations to top.
4285 Add "estring2" local.
4286
4287 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4288
4289 Fix s390x compatibility.
4290 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
4291 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
4292
4293 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4294
4295 * gdb.threads/sigstep-threads.exp: New file.
4296 * gdb.threads/sigstep-threads.c: New file.
4297
4298 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4299
4300 * gdb.base/pie-execl.exp: New file.
4301 * gdb.base/pie-execl.c: New file.
4302
4303 2010-10-13 Doug Evans <dje@google.com>
4304 Jan Kratochvil <jan.kratochvil@redhat.com>
4305
4306 PR exp/12117
4307 * gdb.cp/ptype-cv-cp.cc: New file.
4308 * gdb.cp/ptype-cv-cp.exp: New file.
4309
4310 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
4311
4312 * gdb.cp/converts.cc: New test program.
4313 * gdb.cp/converts.exp: New test.
4314 * gdb.cp/overload.exp: Added test for void* vs int*.
4315 * gdb.cp/overload.exp: Ditto.
4316 * gdb.cp/oranking.exp: Removed related kfail.
4317
4318 2010-10-13 Doug Evans <dje@google.com>
4319
4320 * lib/gdb-python.exp (gdb_check_python_config): New function.
4321 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
4322 * gdb.python/lib-types.cc: New file.
4323 * gdb.python/lib-types.exp: New file.
4324
4325 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4326
4327 * gdb.python/py-error.exp: New file.
4328 * gdb.python/py-error.py: New file.
4329
4330 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4331
4332 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
4333 gdb_test_multiple.
4334
4335 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4336
4337 * gdb.base/break-interp.exp: Use ldlags for linking flags.
4338 * gdb.base/prelink.exp: Likewise.
4339 * gdb.base/solib-nodir.exp: Likewise.
4340 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
4341 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
4342 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
4343
4344 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
4345
4346 * break-interp.exp (test_ld): Use two separate gdb_expect statements
4347 for the "info files" test to avoid timeouts on slow machines.
4348
4349 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4350
4351 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
4352 (main): Make openlib dummy call.
4353
4354 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
4357 * break-interp.exp (reach): Move the core body ...
4358 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
4359 (test_ld): Provide always real argument, even to the linker. Replace
4360 dl_main by _dl_debug_state.
4361
4362 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4363
4364 Fix results of prelinked PIEs on ppc*.
4365 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
4366 Accept also DISPLACEMENT "PRESENT".
4367 (main): Replace "ZERO" displacements by "PRESENT".
4368
4369 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
4370
4371 * gdb.cp/oranking.exp: New test.
4372 * gdb.cp/oranking.cc: New test program.
4373
4374 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
4375
4376 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
4377 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
4378
4379 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4380
4381 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
4382 lush, lynx) New constant.
4383 * gdb.base/constvars.exp: Test const array types.
4384 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
4385
4386 2010-10-06 Doug Evans <dje@google.com>
4387
4388 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
4389 of syscall staging area.
4390
4391 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
4392
4393 * gdb.base/gnu_vector.c: Add variable c4.
4394 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
4395 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4396
4397 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
4398
4399 * gdb.arch/altivec-abi.exp: Fix a typo.
4400
4401 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
4402
4403 * lib/mi-support.exp (thread_selected_re): Correct pattern used
4404 to match a thread ID.
4405
4406 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4407
4408 Fix s390x testcase compatibility.
4409 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
4410
4411 2010-10-01 Doug Evans <dje@google.com>
4412
4413 * lib/gdb-python.exp: New file.
4414 * gdb.python/py-block.exp: Use it.
4415 * gdb.python/py-breakpoint.exp: Ditto.
4416 * gdb.python/py-frame.exp: Ditto.
4417 * gdb.python/py-inferior.exp: Ditto.
4418 * gdb.python/py-param.exp: Ditto.
4419 * gdb.python/py-prettyprint.exp: Ditto.
4420 * gdb.python/py-shared.exp: Ditto.
4421 * gdb.python/py-symbol.exp: Ditto.
4422 * gdb.python/py-symtab.exp: Ditto.
4423 * gdb.python/py-type.exp: Ditto.
4424 * gdb.python/py-value.exp: Ditto.
4425 * gdb.python/python.exp: Ditto.
4426
4427 2010-09-30 Tom Tromey <tromey@redhat.com>
4428
4429 * gdb.base/anon.exp: New file.
4430 * gdb.base/anon.c: New file.
4431
4432 2010-09-30 Tom Tromey <tromey@redhat.com>
4433
4434 * gdb.base/completion.exp: Test completion through anonymous
4435 union.
4436 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4437
4438 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 Fix printing parameters of inlined functions.
4441 * gdb.dwarf2/dw2-inline-param.exp: New file.
4442 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4443 * gdb.dwarf2/dw2-inline-param.S: New file.
4444
4445 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4446
4447 PR corefiles/12071.
4448 * gdb.base/corefile.exp (quit with a process, no question: load core)
4449 (quit with a core file): New tests.
4450
4451 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4452
4453 Fix GDB crash on inferior calls with self-referencing classes.
4454 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4455 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4456 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4457
4458 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4459
4460 Fix lost siginfo_t for inferior calls.
4461 * gdb.base/siginfo-infcall.exp: New file.
4462 * gdb.base/siginfo-infcall.c: New file.
4463
4464 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4467
4468 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4469
4470 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4471 New test.
4472 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4473
4474 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4475
4476 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4477 type of our const type.
4478
4479 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
4480
4481 * gdb.cp/pr12028.cc: New.
4482 * gdb.cp/pr12028.exp: New.
4483
4484 2010-09-22 Joel Brobecker <brobecker@adacore.com>
4485
4486 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
4487
4488 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
4489 Jan Kratochvil <jan.kratochvil@redhat.com>
4490
4491 PR mi/11407
4492 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4493 * gdb.mi/dw2-ref-missing-frame-main.c New File.
4494 * gdb.mi/dw2-ref-missing-frame.S New File.
4495 * gdb.mi/dw2-ref-missing-frame.exp New File.
4496
4497 2010-09-14 Tom Tromey <tromey@redhat.com>
4498
4499 PR symtab/8399:
4500 * gdb.threads/tls.exp: Remove kfail. Update expected output.
4501
4502 2010-09-14 Tom Tromey <tromey@redhat.com>
4503
4504 PR exp/11803:
4505 * gdb.threads/tls.exp: Use C++.
4506 (check_thread_local): Use K::another_thread_local.
4507 * gdb.threads/tls.c (class K): New.
4508 (another_thread_local): Now a member of K.
4509 (spin): Update. No longer K&R C.
4510
4511 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4512
4513 * gdb.cp/koenig.cc: created class for testing member lookup.
4514 * gdb.cp/koenig.exp: Added test for member lookup.
4515
4516 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4517
4518 Fix false FAILs on sourcetree topdir directory containing "kill".
4519 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4520 source line matching regexp.
4521
4522 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4523
4524 * gdb.python/python.exp (set height 0, collect help from uiout)
4525 (verify help to uiout): New tests.
4526
4527 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4528
4529 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4530 is_lp64_target to check 64bit target.
4531
4532 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4533
4534 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4535 (test_ld) <powerpc64-*>: New.
4536
4537 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4538
4539 * gdb.cp/templates.exp (test_template_args): Allow "struct".
4540
4541 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4542
4543 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4544 (FunctionArg::method): New function.
4545 (empty, arg): New variables.
4546 (main): Call arg.method.
4547 * gdb.cp/templates.exp (test_template_args): New function.
4548 (do_tests): Call it.
4549
4550 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4551
4552 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4553 of "next" to proceed over pthread_exit call.
4554
4555 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4556
4557 * gdb.base/maint.exp: Avoid wildcards against potentially very long
4558 "maint print statistics" output to prevent expect timeouts.
4559
4560 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4563 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4564 (test_float_rejected): ... here.
4565 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4566 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4567 (test_float_rejected): ... here.
4568 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4569 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4570 (test_float_rejected): ... here.
4571 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4572 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4573 (test_float_rejected): ... here.
4574
4575 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4576
4577 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4578 before disabling hardware watchpoints.
4579 (test_inaccessible_watchpoint): Check that hardware watchpoints
4580 are used. Test for watchpoints on a constant address.
4581
4582 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4583
4584 * gdb.base/ui-redirect.exp: New file.
4585
4586 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4587 Joel Brobecker <brobecker@adacore.com>
4588
4589 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4590
4591 2010-08-31 Doug Evans <dje@google.com>
4592
4593 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4594
4595 2010-08-30 Tom Tromey <tromey@redhat.com>
4596
4597 PR python/11792:
4598 * gdb.python/py-value.exp (test_subscript_regression): Add
4599 dynamic_type test.
4600
4601 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
4602
4603 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4604 instead of running to main. Do not test the main function.
4605 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4606 Add new main.
4607
4608 2010-08-26 Pedro Alves <pedro@codesourcery.com>
4609
4610 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4611 one test.
4612
4613 2010-08-24 Doug Evans <dje@google.com>
4614
4615 PR symtab/11942
4616 * gdb.dwarf2/dw4-sig-types.cc: New file.
4617 * gdb.dwarf2/dw4-sig-types.h: New file.
4618 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
4619 * gdb.dwarf2/dw4-sig-types.exp: New file.
4620
4621 2010-08-23 Tom Tromey <tromey@redhat.com>
4622
4623 PR python/11145:
4624 * gdb.python/py-value.c (Base, Derived): New types.
4625 (base): New global.
4626 * gdb.python/py-value.exp (test_subscript_regression): Add
4627 dynamic_cast test.
4628
4629 2010-08-23 Tom Tromey <tromey@redhat.com>
4630
4631 PR python/10676:
4632 * gdb.python/py-type.exp (test_fields): Add tests for type
4633 equality.
4634
4635 2010-08-23 Tom Tromey <tromey@redhat.com>
4636
4637 PR python/11915:
4638 * gdb.python/py-type.exp (test_fields): Add tests for array.
4639
4640 2010-08-23 Keith Seitz <keiths@redhat.com>
4641
4642 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
4643 have any children. Create a new abbrev for it.
4644 Add missing terminal sequence to .debug_abbrev.
4645
4646 2010-08-20 Keith Seitz <keiths@redhat.com>
4647
4648 PR symtab/11465:
4649 * gdb.dwarf2/pr11465.exp: New test.
4650 * gdb.dwarf2/pr11465.S: New file.
4651 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
4652 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
4653
4654 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
4655
4656 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4657 registers. Update data sets with the new v2_double element in the
4658 VSX register union. Add vector_register3_vr data set for the AltiVec
4659 registers. Use gdb_test_no_output instead of send_gdb.
4660
4661 2010-08-19 Pedro Alves <pedro@codesourcery.com>
4662
4663 * gdb.python/py-shared.exp: New file, factored out from
4664 python.exp.
4665 * gdb.python/py-shared.c: New file.
4666 * gdb.python/py-shared-sl.c: New file.
4667 * gdb.python/python-1.c: New file.
4668 * gdb.python/python-sl.c: Delete.
4669 * gdb.python/python.c: Mention python-1.c.
4670 * gdb.python/python.exp: Move shared library tests to
4671 py-shared.exp.
4672 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4673 (MISCELLANEOUS): New.
4674 (clean mostlyclean): Also remove $MISCELLANEOUS.
4675
4676 2010-08-19 Doug Evans <dje@google.com>
4677
4678 PR exp/11926
4679 * gdb.base/printcmds.exp (test_float_accepted): New function.
4680 Move existing float tests there. Add tests for floats with suffixes.
4681 (test_float_rejected): New function.
4682 * gdb.java/jv-print.exp (test_float_accepted): New function.
4683 (test_float_rejected): New function.
4684 * gdb.objc/print.exp: New file.
4685 * gdb.pascal/print.exp: New file.
4686 * lib/objc.exp: New file.
4687
4688 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4689
4690 * gdb.base/default.exp (info set): Avoid full buffer error and force
4691 reading up to final gdb prompt.
4692 (show): Likewise.
4693
4694 2010-08-18 Tom Tromey <tromey@redhat.com>
4695
4696 PR symtab/11919:
4697 * gdb.base/completion.exp: Add test.
4698
4699 2010-08-18 Doug Evans <dje@google.com>
4700
4701 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4702 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4703 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4704 Simplify, early exit if runto_main fails.
4705 * gdb.fortran/exprs.exp: load_lib fortran.exp.
4706 (set_lang_fortran): Moved to lib/fortran.exp.
4707 * gdb.fortran/types.exp: load_lib fortran.exp.
4708 (set_lang_fortran): Moved to lib/fortran.exp.
4709 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
4710 * gdb.java/jprint.exp (set_lang_java): Ditto.
4711 * gdb.java/jv-exp.exp: load_lib java.exp.
4712 If set_lang_java fails, issue a warning instead of failure to be
4713 consistent with other set_lang_foo uses.
4714 (set_lang_java): Moved to lib/java.exp.
4715 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
4716 If set_lang_java fails, issue a warning instead of failure to be
4717 consistent with other set_lang_foo uses.
4718 * gdb.pascal/types.exp: load_lib pascal.exp.
4719 (set_lang_pascal): Moved to lib/pascal.exp.
4720 * lib/fortran.exp: New file.
4721 * lib/java.exp (set_lang_java): New function.
4722 * lib/pascal.exp (set_lang_pascal): New function.
4723
4724 2010-08-18 Yao Qi <yao@codesourcery.com
4725
4726 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
4727 func_nofb_start and func_loopfb_start, so that address of functions
4728 is equal to these labels on Thumb.
4729
4730 2010-08-18 Yao Qi <yao@codesourcery.com>
4731
4732 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
4733 to reflect latest c source file.
4734
4735 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4736
4737 * gdb.cp/infcall-dlopen.exp: New file.
4738 * gdb.cp/infcall-dlopen.cc: New file.
4739 * gdb.cp/infcall-dlopen-lib.cc: New file.
4740
4741 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4742 Pedro Alves <pedro@codesourcery.com>
4743
4744 PR breakpoints/11371
4745
4746 * gdb.base/watch-cond-infcall.exp: New file.
4747 * gdb.base/watch-cond-infcall.c: New file.
4748
4749 2010-08-16 Tom Tromey <tromey@redhat.com>
4750
4751 * gdb.base/help.exp: Update.
4752 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
4753 watchpoint.
4754 (test_watch_location): New proc.
4755 (test_watchpoint_in_big_blob): Delete watchpoint.
4756 * gdb.base/watchpoint.c (func5): New function.
4757 (main): Call it.
4758
4759 2010-08-16 Doug Evans <dje@google.com>
4760
4761 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
4762
4763 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4764
4765 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
4766 tests.
4767
4768 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
4769
4770 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
4771 * gdb.base/gnu_vector.c: New File.
4772 * gdb.base/gnu_vector.exp: Likewise.
4773
4774 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4775
4776 * gdb.python/python.c: New File.
4777 * gdb.python/python-sl.c: New File.
4778 * gdb.python/python.exp: Test solib_address and decode_line
4779 * functions.
4780
4781 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4782
4783 * gdb.python/python.exp (show height, set height 10)
4784 (verify pagination beforehand, verify pagination beforehand: q)
4785 (gdb.execute does not page, verify pagination afterwards)
4786 (verify pagination afterwards: q): New.
4787
4788 2010-08-02 Doug Evans <dje@google.com>
4789
4790 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
4791 because of an older gcc, change test2
4792 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
4793 to unsupported.
4794
4795 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
4796
4797 * gdb.base/break-always.exp: Do not expect full paths to file
4798 names.
4799 * gdb.base/commands.exp: Likewise.
4800
4801 2010-07-30 Doug Evans <dje@google.com>
4802
4803 * gdb.cp/temargs.exp: For new tests that require newer gccs,
4804 xfail them when run with older gccs.
4805
4806 * lib/gdb.exp (build_executable): Forward "c++" option to
4807 get_compiler_info.
4808
4809 * gdb.python/py-type.exp (test_template): Mark as xfail tests
4810 "python print ttype.template_argument(1)" and
4811 "python print isinstance(ttype.template_argument(1), gdb.Value)"
4812 if using gcc 4.4 or earlier.
4813
4814 * gdb.base/valgrind-db-attach.exp: Use unique test name for
4815 attach-to-debugger handling.
4816
4817 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4818
4819 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
4820 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
4821 (main): Use copyreloc.
4822 * gdb.base/prelink.exp (split debug of executable)
4823 (.dynbss vs. .bss address shift): New tests.
4824
4825 2010-07-29 Pedro Alves <pedro@codesourcery.com>
4826
4827 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
4828 in gdb_test_multiple.
4829
4830 2010-07-29 Pedro Alves <pedro@codesourcery.com>
4831
4832 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
4833 environment.
4834
4835 2010-07-28 Tom Tromey <tromey@redhat.com>
4836
4837 PR python/11060:
4838 * gdb.python/py-type.c (Temargs): New template.
4839 (temvar): New variable.
4840 * gdb.python/py-type.exp (test_template): New proc.
4841
4842 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4843
4844 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
4845 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
4846
4847 2010-07-28 Tom Tromey <tromey@redhat.com>
4848
4849 PR c++/9946:
4850 * gdb.cp/temargs.exp: New file.
4851 * gdb.cp/temargs.cc: New file.
4852
4853 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 * gdb.base/help.exp (help disassemble): Update the content.
4856
4857 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4858
4859 * gdb.threads/ia64-sigill.exp: New file.
4860 * gdb.threads/ia64-sigill.c: New file.
4861
4862 2010-07-27 Tom Tromey <tromey@redhat.com>
4863
4864 * gdb.opt/inline-cmds.c (ATTR): New define.
4865 (func1): Use it.
4866 (func2): Likewise.
4867 (func3): Likewise.
4868 (outer_inline1): Likewise.
4869 (outer_inline2): Likewise.
4870 * gdb.opt/inline-bt.c (ATTR): New define.
4871 (func1): Use it.
4872 (func2): Likewise.
4873 * gdb.opt/inline-locals.c (ATTR): New define.
4874 (func1): Use it.
4875 (func2): Likewise.
4876
4877 2010-07-27 Tom Tromey <tromey@redhat.com>
4878
4879 * gdb.stabs/gdb11479.c (hack): New function.
4880 (test): Use it.
4881 (test2): Use it.
4882 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
4883 (int32_search_buf, int64_search_buf): No longer static.
4884 (x): Remove.
4885 * gdb.base/relocate.c (hack): New function.
4886
4887 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4888
4889 * gdb.python/py-value.exp (test_inferior_function_call): New function.
4890 * gdb.python/py-value.c (func1): New function.
4891 (func2): Likewise.
4892
4893 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
4894
4895 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
4896 as not to clash with .data section.
4897
4898 2010-07-26 Jerome Guitton <guitton@adacore.com>
4899
4900 * gdb.base/code_elim.exp: New file.
4901 * gdb.base/code_elim1.c: New file.
4902 * gdb.base/code_elim2.c: New file.
4903
4904 2010-07-21 Pedro Alves <pedro@codesourcery.com>
4905
4906 PR symtab/11827
4907
4908 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
4909 (some_volatile_enum): New variable.
4910 * gdb.base/printcmds.exp (test_print_enums): New.
4911 <top level>: Call it.
4912
4913 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
4914
4915 * gdb.cp/fpointer.cc: New test.
4916 * gdb.cp/fpointer.exp: New test.
4917
4918 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4919
4920 * gdb.base/solib-nodir.exp: New file.
4921 * lib/gdb.exp (runto): New case for a GDB internal error.
4922
4923 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4924 Ulrich Weigand <uweigand@de.ibm.com>
4925 Tom Tromey <tromey@redhat.com>
4926
4927 * gdb.base/charset-malloc.c: New file.
4928 * gdb.base/charset.c (malloc_stub): New prototype.
4929 (main): Call it instead of malloc itself.
4930 * gdb.base/charset.exp: Use only prepare_for_testing.
4931 (binfile): Remove the variable.
4932
4933 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4934
4935 Make core files the process_stratum.
4936 * gdb.base/corefile.exp (run: load core again)
4937 (run: sanity check we see the core file, run: with core)
4938 (run: core file is cleared, attach: load core again)
4939 (attach: sanity check we see the core file, attach: with core)
4940 (attach: core file is cleared): New tests.
4941 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
4942
4943 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
4944
4945 * gdb.arch/altivec-abi.exp: New tests.
4946
4947 2010-07-13 Tom Tromey <tromey@redhat.com>
4948
4949 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
4950 (main): Use it.
4951 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
4952
4953 2010-07-13 Tom Tromey <tromey@redhat.com>
4954
4955 * gdb.base/label.exp: New file.
4956 * gdb.base/label.c: New file.
4957
4958 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4959 H.J. Lu <hongjiu.lu@intel.com>
4960
4961 * lib/gdb.exp (is_ilp32_target): New.
4962 (is_lp64_target): Likewise.
4963
4964 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
4965 target.
4966 * gdb.arch/amd64-disp-step.exp: Likewise.
4967 * gdb.arch/amd64-dword.exp: Likewise.
4968 * gdb.arch/amd64-i386-address.exp: Likewise.
4969 * gdb.arch/amd64-word.exp: Likewise.
4970
4971 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
4972 target.
4973 * gdb.arch/i386-bp_permanent.exp: Likewise.
4974 * gdb.arch/i386-byte.exp: Likewise.
4975 * gdb.arch/i386-disp-step.exp: Likewise.
4976 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4977 * gdb.arch/i386-prologue.exp: Likewise.
4978 * gdb.arch/i386-size-overlap.exp: Likewise.
4979 * gdb.arch/i386-size.exp: Likewise.
4980 * gdb.arch/i386-sse.exp: Likewise.
4981 * gdb.arch/i386-unwind.exp: Likewise.
4982 * gdb.arch/i386-word.exp: Likewise.
4983
4984 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
4985 test only when building 64-bit executables. Do not hard-code
4986 -m64 option.
4987
4988 2010-07-07 Doug Evans <dje@google.com>
4989
4990 * lib/gdb.exp (gdb_test_list_exact): New function.
4991 * gdb.base/default.exp (show convenience): Call it, add tests for
4992 $_sdata = void, $_thread = 0.
4993
4994 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4995 Joel Brobecker <brobecker@adacore.com>
4996
4997 Fix re-run of PIE executable, PR shlibs/11776.
4998 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
4999 Remove $displacement_main to match the solib-svr4.c change. New "kill"
5000 and re-"run" of the inferior.
5001
5002 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5003 Joel Brobecker <brobecker@adacore.com>
5004
5005 Cope with missing /usr/sbin/prelink.
5006 * lib/prelink-support.exp (prelink_no):
5007 <result == 1 && $output is "no such file or directory">: New.
5008 (prelink_yes): Likewise. Return on failed prelink_no.
5009
5010 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5011 Joel Brobecker <brobecker@adacore.com>
5012
5013 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
5014 build_executable by build_executable_own_libs. Replace "prelink -R"
5015 execution by a call of prelink_yes. Comment why "prelink -r" needs no
5016 change.
5017 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
5018 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
5019 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
5020 Replace build_executable by build_executable_own_libs's function
5021 build_executable_own_libs.
5022 (prelinkNO): Create new stub to call prelink_no.
5023 (prelinkYES): Create new stub to call prelink_yes.
5024 (test_attach): Rename calls of copy to file_copy.
5025 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
5026 (copy): Move to ...
5027 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
5028 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
5029 * gdb.base/prelink.exp: Disable testcase also for is_remote and
5030 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
5031 special flags by gdb_compile_shlib. Replace second gdb_compile by
5032 build_executable_own_libs. Replace "prelink -R" execution by a call of
5033 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
5034 a second call of prelink_yes. Replace restart commands by
5035 clean_restart.
5036 (prelink): Rename to ...
5037 (seen displacement message): ... this test. Extend its expectation
5038 strictness.
5039
5040 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5041
5042 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
5043 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
5044 displacement message exactly once.
5045
5046 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5047 Joel Brobecker <brobecker@adacore.com>
5048
5049 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
5050 its restore after the <$relink_args != ""> loop. new comment.
5051
5052 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5053 Joel Brobecker <brobecker@adacore.com>
5054
5055 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
5056 code for it. New variable relink_args.
5057 (prelinkYES): Call prelinkNO.
5058 (test_attach): Accept new parameter relink_args. Re-prelink the binary
5059 in such case. Move the core code to ...
5060 (test_attach_gdb): ... a new function. Send GDB command "file".
5061 Extend expected "Attaching to " string.
5062
5063 2010-07-02 Tom Tromey <tromey@redhat.com>
5064
5065 * gdb.base/bitops.exp: Remove extraneous "pass".
5066
5067 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
5068
5069 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
5070
5071 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5072
5073 * gdb.base/help.exp: Adjust expected output.
5074
5075 2010-07-01 Pedro Alves <pedro@codesourcery.com>
5076
5077 * gdb.base/help.exp: Adjust expected output.
5078
5079 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5080
5081 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
5082 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
5083 c++/11702.
5084
5085 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5086 Doug Evans <dje@google.com>
5087
5088 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
5089 add .dynamic entry'.
5090
5091 2010-06-29 Doug Evans <dje@google.com>
5092
5093 Test PR c++/11702.
5094 * gdb.cp/m-static.exp: Add testcase.
5095 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
5096
5097 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
5098 Tom Tromey <tromey@redhat.com>
5099 Thiago Jung Bauermann <bauerman@br.ibm.com>
5100
5101 * gdb.python/py-inferior.c: New File.
5102 * gdb.python/py-infthread.c: New File.
5103 * gdb.python/py-inferior.exp: New File.
5104 * gdb.python/py-infthread.exp: New File.
5105
5106 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5107
5108 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
5109 (ptype ::C::OtherFileClass typedefs): New.
5110 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
5111 (C::OtherFileClass::cOtherFileClassVar2): New.
5112 (C::OtherFileClass::cOtherFileClassVar_use): Use also
5113 cOtherFileClassVar2.
5114 (C::cOtherFileType2, C::cOtherFileVar2): New.
5115 (C::cOtherFileVar_use): use also cOtherFileVar2.
5116 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
5117
5118 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
5121 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
5122 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
5123 (print ::C::cOtherFileVar)
5124 (whatis C::OtherFileClass::cOtherFileClassType)
5125 (whatis ::C::OtherFileClass::cOtherFileClassType)
5126 (print C::OtherFileClass::cOtherFileClassVar)
5127 (print ::cOtherFileClassVar)
5128 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
5129 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
5130 trailing content.
5131 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
5132 (C::OtherFileClass::cOtherFileClassVar)
5133 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
5134 (C::cOtherFileVar, C::cOtherFileVar_use): New.
5135
5136 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5137
5138 Test PR c++/11703 and PR gdb/1448.
5139 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
5140 gdb/1448.
5141
5142 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5143
5144 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
5145 (main) <rtti_data>: New.
5146 * gdb.cp/virtbase.exp (print rtti_data): New.
5147
5148 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5149 Joel Brobecker <brobecker@adacore.com>
5150
5151 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
5152
5153 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
5156
5157 2010-06-28 Doug Evans <dje@google.com>
5158
5159 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
5160
5161 2010-06-27 Doug Evans <dje@google.com>
5162
5163 * gdb.cp/m-static.exp: Update expected test output.
5164
5165 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
5166
5167 * gdb.gdb/selftest.exp: Adjust expected message for
5168 capturing start-up runtime.
5169
5170 2010-06-25 Tom Tromey <tromey@redhat.com>
5171
5172 PR python/10808:
5173 * gdb.python/python.exp: Add new tests.
5174
5175 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
5176
5177 * gdb.cp/operator.cc: Created an import loop.
5178 * gdb.cp/operator.exp: Added testcase for import loop.
5179
5180 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5181
5182 Test PR python/11407.
5183 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
5184 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
5185 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
5186 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
5187 executable_nofb and executable_fb. New variables srcsfile, objsfile,
5188 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
5189 binfile. Call gdb_compile with clean_restart twice.
5190 (func_nofb print, func_nofb backtrace, func_loopfb print)
5191 (func_loopfb backtrace): New.
5192
5193 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5194
5195 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
5196 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
5197 by a hand made one.
5198 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
5199 i?86 requirement. Remove variables srcfile and binfile. New variable
5200 sources, executable_nofb and executable_fb. Call prepare_for_testing.
5201
5202 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5203
5204 * gdb.cell/dwarfaddr.exp: New file.
5205 * gdb.cell/dwarfaddr.S: New file.
5206
5207 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5208
5209 Test PR 9436.
5210 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
5211
5212 2010-06-24 Hui Zhu <teawater@gmail.com>
5213
5214 * gdb.base/eval.exp: New file.
5215
5216 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5217
5218 * gdb.cell/fork.exp: New file.
5219 * gdb.cell/fork.c: Likewise.
5220 * gdb.cell/fork-spu.c: Likewise.
5221
5222 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
5223
5224 * lib/gdb.exp (banned_variables_traced): New global variable.
5225 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
5226 (gdb_init): Use `trace add variable' instead of obsolete
5227 `trace variable'.
5228
5229 2010-06-21 Doug Evans <dje@google.com>
5230
5231 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
5232
5233 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5234
5235 * gdb.arch/spu-ls.exp: New file.
5236 * gdb.arch/spu-ls.c: Likewise.
5237
5238 2010-06-18 Stan Shebs <stan@codesourcery.com>
5239
5240 * gdb.threads/thread-specific.exp: Add tests of $_thread.
5241
5242 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5243
5244 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
5245 * gdb.base/watch-cond.exp: Likewise.
5246 * gdb.python/py-breakpoint.exp: Likewise.
5247
5248 2010-06-18 Pedro Alves <pedro@codesourcery.com>
5249
5250 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
5251 clean_restart, make sure every test has a distinct message, and
5252 that messages don't include the executable' full path.
5253
5254 2010-06-17 Doug Evans <dje@google.com>
5255
5256 * gdb.arch/i386-size.exp: Updated expected output for
5257 DISASSEMBLY_OMIT_FNAME.
5258
5259 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5260 Sergio Durigan Junior <sergiodj@redhat.com>
5261
5262 * gdb.base/watch-notconst.c: New file.
5263 * gdb.base/watch-notconst.S: New file.
5264 * gdb.base/watch-notconst2.c: New file.
5265 * gdb.base/watch-notconst2.S: New file.
5266 * gdb.base/watch-notconst.exp: New file.
5267 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
5268 (func4): Add operations on `global_ptr_ptr'.
5269 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
5270 routine to test watchpoints created with a constant expression.
5271 (test_inaccessible_watchpoint): Include tests for watchpoints
5272 created with a constant expression.
5273
5274 2010-06-14 Kevin Buettner <kevinb@redhat.com>
5275
5276 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5277 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
5278 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
5279 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
5280 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5281 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5282 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
5283 of `_start'.
5284
5285 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5286
5287 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
5288 not supported on the target.
5289 * gdb.mi/mi-nonstop-exit.exp: Likewise.
5290 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5291 * gdb.mi/mi-nsintrall.exp: Likewise.
5292 * gdb.mi/mi-nsmoribund.exp: Likewise.
5293 * gdb.mi/mi-nsthrexec.exp: Likewise.
5294
5295 2010-06-11 Stan Shebs <stan@codesourcery.com>
5296
5297 * gdb.base/permissions.exp: New file.
5298
5299 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5300
5301 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
5302 does not support ELF executable class.
5303
5304 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5305
5306 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
5307
5308 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5309
5310 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
5311 (runto): Catch "The target does not support running in non-stop mode.".
5312
5313 2010-06-11 Michael Snyder <msnyder@vmware.com>
5314
5315 * gdb.base/setshow.exp (set language asm): Don't use
5316 gdb_test_no_output, fails on some targets.
5317
5318 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5319
5320 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
5321 * gdb.cp/pr9167.exp: Likewise.
5322
5323 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5324
5325 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
5326
5327 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5328
5329 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
5330
5331 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5332
5333 * gdb.base/charset.c (main): Make sure malloc gets linked in.
5334
5335 2010-06-11 Tom Tromey <tromey@redhat.com>
5336
5337 PR gdb/9977, PR exp/11636::
5338 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
5339 (pieces_test_f6): Update expected output.
5340
5341 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5342
5343 * gdb.base/moribund-step.exp: New.
5344
5345 2010-06-08 Michael Snyder <msnyder@vmware.com>
5346
5347 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
5348 * gdb.ada/boolean_expr.exp:
5349 * gdb.ada/frame_args.exp: Ditto.
5350 * gdb.ada/lang_switch.exp: Ditto.
5351 * gdb.ada/ptype_arith_binop.exp: Ditto.
5352 * gdb.ada/ref_param.exp: Ditto.
5353 * gdb.ada/type_coercion.exp:Ditto.
5354
5355 * gdb.asm/asm-source.exp: Ditto.
5356
5357 * gdb.base/attach.exp: Ditto.
5358 * gdb.base/bitfields2.exp: Ditto.
5359 * gdb.base/call-signal-resume.exp: Ditto.
5360 * gdb.base/callfuncs.exp: Ditto.
5361 * gdb.base/commands.exp: Ditto.
5362 * gdb.base/dbx.exp: Ditto.
5363 * gdb.base/default.exp: Ditto.
5364 * gdb.base/dump.exp: Ditto.
5365 * gdb.base/exprs.exp: Ditto.
5366 * gdb.base/freebpcmd.exp: Ditto.
5367 * gdb.base/interrupt.exp: Ditto.
5368 * gdb.base/list.exp: Ditto.
5369 * gdb.base/long_long.exp: Ditto.
5370 * gdb.base/maint.exp: Ditto.
5371 * gdb.base/ptype.exp: Ditto.
5372 * gdb.base/return.exp: Ditto.
5373 * gdb.base/setshow.exp: Ditto.
5374 * gdb.base/sigbpt.exp: Ditto.
5375 * gdb.base/sigrepeat.exp: Ditto.
5376
5377 * gdb.cp/classes.exp: Ditto.
5378
5379 * gdb.dwarf2/dw2-restore.exp: Ditto.
5380
5381 * gdb.gdb/selftest.exp: Ditto.
5382
5383 * gdb.multi/base.exp: Ditto.
5384 * gdb.multi/bkpt-multi-exec.exp: Ditto.
5385
5386 * gdb.python/py-block.exp: Ditto.
5387 * gdb.python/py-prettyprint.exp: Ditto.
5388 * gdb.python/py-template.exp: Ditto.
5389
5390 * gdb.server/ext-attach.exp: Ditto.
5391 * gdb.server/ext-run.exp: Ditto.
5392 * gdb.server/server-mon.exp: Ditto.
5393
5394 * gdb.threads/fork-thread-pending.exp: Ditto.
5395 * gdb.threads/hand-call-in-threads.exp: Ditto.
5396 * gdb.threads/interrupted-hand-call.exp: Ditto.
5397 * gdb.threads/linux-dp.exp: Ditto.
5398 * gdb.threads/manythreads.exp: Ditto.
5399 * gdb.threads/print-threads.exp: Ditto.
5400 * gdb.threads/pthreads.exp: Ditto.
5401 * gdb.threads/schedlock.exp: Ditto.
5402 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5403 * gdb.threads/threadapply.exp: Ditto.
5404
5405 2010-06-08 Michael Snyder <msnyder@vmware.com>
5406
5407 * gdb.ada/exec_changed.exp:
5408 Use ".*" instead of "" as wildcard regexp.
5409
5410 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
5411 * gdb.base/call-ar-st.exp: Ditto.
5412 * gdb.base/checkpoint.exp: Ditto.
5413 * gdb.base/default.exp: Ditto.
5414 * gdb.base/dump.exp: Ditto.
5415 * gdb.base/ending-run.exp: Ditto.
5416 * gdb.base/fileio.exp: Ditto.
5417 * gdb.base/miscexprs.exp: Ditto.
5418 * gdb.base/pointers.exp: Ditto.
5419 * gdb.base/readline.exp: Ditto.
5420 * gdb.base/reread.exp: Ditto.
5421 * gdb.base/restore.exp: Ditto.
5422 * gdb.base/shlib-call.exp: Ditto.
5423 * gdb.base/valgrind-db-attach.exp: Ditto.
5424 * gdb.base/volatile.exp: Ditto.
5425 * gdb.base/watchpoints.exp: Ditto.
5426
5427 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
5428
5429 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
5430 * gdb.python/py-value.exp: Ditto.
5431
5432 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
5433 * gdb.trace/circ.exp: Ditto.
5434 * gdb.trace/collection.exp: Ditto.
5435 * gdb.trace/packetlen.exp: Ditto.
5436 * gdb.trace/passc-dyn.exp: Ditto.
5437 * gdb.trace/report.exp: Ditto.
5438 * gdb.trace/tfile.exp: Ditto.
5439 * gdb.trace/tfind.exp: Ditto.
5440 * gdb.trace/while-dyn.exp: Ditto.
5441
5442 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5445
5446 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5447
5448 Test PR 10640.
5449 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5450
5451 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5452
5453 * gdb.cp/koenig.exp: Test for ADL operators.
5454 * gdb.cp/koenig.cc: Added ADL operators.
5455 * gdb.cp/operator.exp: New test.
5456 * gdb.cp/operator.cc: New test.
5457
5458 2010-06-04 Michael Snyder <msnyder@vmware.com>
5459
5460 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5461 * gdb.base/pending.exp: Ditto.
5462
5463 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5464
5465 2010-06-04 Doug Evans <dje@google.com>
5466
5467 * gdb.python/py-prettyprint.exp: Add new test for enabled and
5468 disabled printers.
5469 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5470 (enable_lookup_function): New function.
5471
5472 2010-06-04 Tom Tromey <tromey@redhat.com>
5473
5474 * gdb.python/py-value.exp (test_value_hash): Don't test equality
5475 of hash and id.
5476
5477 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
5480 newline.
5481 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
5482 (empty verbose non-noisy clear, empty verbose noisy clear)
5483 (empty non-verbose noisy clear): Likewise.
5484
5485 2010-06-03 Michael Snyder <msnyder@vmware.com>
5486
5487 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
5488 * gdb.base/display.exp: Ditto.
5489 * gdb.base/find.exp: Ditto.
5490 * gdb.base/ifelse.exp: Ditto.
5491 * gdb.base/multi-forks.exp: Ditto.
5492 * gdb.base/recurse.exp: Ditto.
5493 * gdb.base/setshow.exp: Ditto.
5494 * gdb.base/value-double-free.exp: Ditto.
5495 * gdb.base/watch-vfork.exp: Ditto.
5496 * gdb.base/watch_thread_num.exp: Ditto.
5497 * gdb.base/watchpoint-solib.exp: Ditto.
5498 * gdb.base/watchpoint.exp: Ditto.
5499 * gdb.base/watchpoints.exp: Ditto.
5500
5501 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5502 * gdb.cp/overload.exp: Ditto.
5503 * gdb.cp/virtfunc.exp: Ditto.
5504
5505 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5506
5507 * gdb.reverse/watch-precsave.exp:
5508 Replace gdb_test with gdb_test_no_output.
5509
5510 * gdb.threads/attach-into-signal.exp:
5511 Replace gdb_test with gdb_test_no_output.
5512 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5513 * gdb.threads/watchthreads.exp: Ditto.
5514 * gdb.threads/watchthreads2.exp: Ditto.
5515
5516 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5517 * gdb.trace/tfind.exp: Ditto.
5518
5519 2010-06-03 Joel Brobecker <brobecker@adacore.com>
5520
5521 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5522 successful test if message is the empty string.
5523
5524 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5525
5526 * gdb.fortran/module.exp (stopped language detection): New test.
5527
5528 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 Support DW_TAG_module as separate namespaces.
5531 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5532 gdb.fortran/library-module-lib.f90: New.
5533 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5534 (print i): Remove.
5535 (continue to breakpoint: i-is-1, print var_i value 1)
5536 (continue to breakpoint: i-is-2, print var_i value 2)
5537 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5538 (print var_d, print var_i value 14, ptype modmany, complete `modm)
5539 (complete `modmany, complete `modmany`, complete `modmany`var)
5540 (show language, setting breakpoint at module): New tests.
5541 * gdb.fortran/module.f90 (module mod): Remove.
5542 (module mod1, module mod2, module modmany, subroutine sub1)
5543 (subroutine sub2, program module): New.
5544
5545 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5546
5547 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5548 (print value of rUC, print value of rI, print value of UI): ... here.
5549 * gdb.cp/anon-union.exp (pass): Rename to ...
5550 (print z 2): ... here.
5551
5552 2010-06-02 Michael Snyder <msnyder@vmware.com>
5553
5554 * gdb.trace/actions.exp: Use gdb_test_no_output.
5555 * gdb.trace/circ.exp: Ditto.
5556 * gdb.trace/packetlen.exp: Ditto.
5557 * gdb.trace/save-trace.exp: Ditto.
5558 * gdb.trace/tracecmd.exp: Ditto.
5559 * gdb.trace/tsv.exp: Ditto.
5560
5561 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5562 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5563 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5564 * gdb.threads/manythreads.exp: Ditto.
5565 * gdb.threads/print-threads.exp: Ditto.
5566 * gdb.threads/pthreads.exp: Ditto.
5567 * gdb.threads/schedlock.exp: Ditto.
5568 * gdb.threads/staticthreads.exp: Ditto.
5569 * gdb.threads/thread-specific.exp: Ditto.
5570 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5571 * gdb.threads/threadapply.exp: Ditto.
5572 * gdb.threads/watchthreads.exp: Ditto.
5573 * gdb.threads/watchthreads2.exp: Ditto.
5574
5575 * gdb.python/py-block.exp: Use gdb_test_no_output.
5576 * gdb.python/py-prettyprint.exp: Ditto.
5577 * gdb.python/py-template.exp: Ditto.
5578 * gdb.python/py-value.exp: Ditto.
5579
5580 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5581 * gdb.reverse/watch-reverse.exp: Ditto.
5582
5583 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5584 * gdb.server/ext-run.exp: Ditto.
5585
5586 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5587 * gdb.dwarf2/dw2-compressed.exp: Ditto.
5588 * gdb.dwarf2/dw2-intercu.exp: Ditto.
5589 * gdb.dwarf2/dw2-intermix.exp: Ditto.
5590 * gdb.dwarf2/dw2-producer.exp: Ditto.
5591 * gdb.dwarf2/mac-fileno.exp: Ditto.
5592
5593 * gdb.gdb/observer.exp: Use gdb_test_no_output.
5594 * gdb.gdb/selftest.exp: Ditto.
5595
5596 * gdb.multi/base.exp: Use gdb_test_no_output.
5597
5598 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5599
5600 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5603
5604 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5605
5606 * gdb.cp/class2.exp: Use gdb_test_no_output.
5607 * gdb.cp/classes.exp: Ditto.
5608 * gdb.cp/extern-c.exp: Ditto.
5609 * gdb.cp/inherit.exp: Ditto.
5610 * gdb.cp/maint.exp: Ditto.
5611 * gdb.cp/mb-inline.exp: Ditto.
5612 * gdb.cp/mb-templates.exp: Ditto.
5613 * gdb.cp/method2.exp: Ditto.
5614 * gdb.cp/misc.exp: Ditto.
5615 * gdb.cp/ovldbreak.exp: Ditto.
5616 * gdb.cp/punctuator.exp: Ditto.
5617 * gdb.cp/templates.exp: Ditto.
5618 * gdb.cp/virtbase.exp: Ditto.
5619
5620 * gdb.threads/attach-stopped.exp:
5621 Replace uses of send_gdb / gdb_expect.
5622 * gdb.threads/attachstop-mt.exp:
5623 Replace uses of send_gdb / gdb_expect.
5624 * gdb.threads/gcore-thread.exp:
5625 Replace uses of send_gdb / gdb_expect.
5626 * gdb.threads/hand-call-in-threads.exp:
5627 Replace uses of send_gdb / gdb_expect.
5628 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
5629 * gdb.threads/print-threads.exp:
5630 Replace uses of send_gdb / gdb_expect.
5631 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
5632 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
5633 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
5634
5635 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
5636 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
5637 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
5638 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
5639 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
5640 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
5641 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
5642 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
5643 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
5644 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
5645 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
5646
5647 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5648
5649 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
5650
5651 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
5652
5653 * gdb.cp/koenig.exp: Added new test case.
5654 * gdb.cp/koenig.cc: Ditto.
5655
5656 2010-06-01 Michael Snyder <msnyder@vmware.com>
5657
5658 * gdb.base/arithmet.exp: Use gdb_test_no_output.
5659 * gdb.base/arrayidx.exp: Ditto.
5660 * gdb.base/attach.exp: Ditto.
5661 * gdb.base/auxv.exp: Ditto.
5662 * gdb.base/bigcre.exp: Ditto.
5663 * gdb.base/break-always.exp: Ditto.
5664 * gdb.base/break-interp.exp: Ditto.
5665 * gdb.base/break.exp: Ditto.
5666 * gdb.base/breakpoint-shadow.exp: Ditto.
5667 * gdb.base/call-ar-st.exp: Ditto.
5668 * gdb.base/call-sc.exp: Ditto.
5669 * gdb.base/call-signal-resume.exp: Ditto.
5670 * gdb.base/callfuncs.exp: Ditto.
5671 * gdb.base/catch-syscall.exp: Ditto.
5672 * gdb.base/charset.exp: Ditto.
5673 * gdb.base/code-expr.exp: Ditto.
5674 * gdb.base/commands.exp: Ditto.
5675 * gdb.base/cond-expr.exp: Ditto.
5676 * gdb.base/condbreak.exp: Ditto.
5677 * gdb.base/cursal.exp: Ditto.
5678 * gdb.base/cvexpr.exp: Ditto.
5679 * gdb.base/default.exp: Ditto.
5680 * gdb.base/del.exp: Ditto.
5681 * gdb.base/detach.exp: Ditto.
5682 * gdb.base/display.exp: Ditto.
5683 * gdb.base/ena-dis-br.exp: Ditto.
5684 * gdb.base/eval-skip.exp: Ditto.
5685 * gdb.base/foll-fork.exp: Ditto.
5686 * gdb.base/foll-vfork.exp: Ditto.
5687 * gdb.base/frame-args.exp: Ditto.
5688 * gdb.base/funcargs.exp: Ditto.
5689 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5690 * gdb.base/gdbvars.exp: Ditto.
5691 * gdb.base/help.exp: Ditto.
5692 * gdb.base/ifelse.exp: Ditto.
5693 * gdb.base/included.exp: Ditto.
5694 * gdb.base/list.exp: Ditto.
5695 * gdb.base/macscp.exp: Ditto.
5696 * gdb.base/maint.exp: Ditto.
5697 * gdb.base/multi-fork.exp: Ditto.
5698 * gdb.base/overlays.exp: Ditto.
5699 * gdb.base/page.exp: Ditto.
5700 * gdb.base/pending.exp: Ditto.
5701 * gdb.base/pointers.exp: Ditto.
5702 * gdb.base/pr11022.exp: Ditto.
5703 * gdb.base/prelink.exp: Ditto.
5704 * gdb.base/printcmds.exp: Ditto.
5705 * gdb.base/psymtab.exp: Ditto.
5706 * gdb.base/randomize.exp: Ditto.
5707 * gdb.base/relational.exp: Ditto.
5708 * gdb.base/relocate.exp: Ditto.
5709 * gdb.base/remote.exp: Ditto.
5710 * gdb.base/sepdebug.exp: Ditto.
5711 * gdb.base/set-lang-auto.exp: Ditto.
5712 * gdb.base/setshow.exp: Ditto.
5713 * gdb.base/setvar.exp: Ditto.
5714 * gdb.base/signals.exp: Ditto.
5715 * gdb.base/signull.exp: Ditto.
5716 * gdb.base/sigstep.exp: Ditto.
5717 * gdb.base/sizeof.exp: Ditto.
5718 * gdb.base/solib-disc.exp: Ditto.
5719 * gdb.base/store.exp: Ditto.
5720 * gdb.base/structs.exp: Ditto.
5721 * gdb.base/structs2.exp: Ditto.
5722 * gdb.base/subst.exp: Ditto.
5723 * gdb.base/term.exp: Ditto.
5724 * gdb.base/trace-commands.exp: Ditto.
5725 * gdb.base/unwindonsignal.exp: Ditto.
5726 * gdb.base/valgrind-db-attach.exp: Ditto.
5727 * gdb.base/varargs.exp: Ditto.
5728 * gdb.base/watch-cond.exp: Ditto.
5729 * gdb.base/watch_thread_num.exp: Ditto.
5730 * gdb.base/watchpoint-cond-gone.exp: Ditto.
5731 * gdb.base/watchpoint.exp: Ditto.
5732 * gdb.base/whatis-exp.exp: Ditto.
5733
5734 2010-06-01 Michael Snyder <msnyder@vmware.com>
5735
5736 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
5737 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
5738 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
5739 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
5740 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
5741 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
5742 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
5743 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
5744 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
5745 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
5746 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
5747 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
5748 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
5749 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
5750 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
5751
5752 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 * gdb.base/commands.exp (begin commands on watch): Remove excessive
5755 trailing newline.
5756 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
5757 * gdb.java/jmisc.exp (p *args\n): Rename to ...
5758 (p *args): ... here and remove excessive trailing newline.
5759
5760 2010-05-31 Joel Brobecker <brobecker@adacore.com>
5761
5762 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
5763
5764 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5765
5766 Accept the new Linux kernel "t (tracing stop)" string.
5767 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
5768 Update comment.
5769 (state_wait) <T (tracing stop)>: New.
5770 (main): Update the state_wait expect string.
5771
5772 2010-05-28 Pedro Alves <pedro@codesourcery.com>
5773
5774 * limits.c, limits.exp: Delete files.
5775 * Makefile.in (clean mostlyclean): Adjust.
5776 * tracecmd.exp: Adjust.
5777
5778 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5779
5780 * gdb.base/tui-layout.exp: New.
5781
5782 2010-05-28 Michael Snyder <msnyder@vmware.com>
5783
5784 * gdb.reverse/break-precsave.exp:
5785 Replace uses of send_gdb / gdb_expect.
5786 * gdb.reverse/break-reverse.exp:
5787 Replace uses of send_gdb / gdb_expect.
5788 * gdb.reverse/consecutive-precsave.exp:
5789 Replace uses of send_gdb / gdb_expect.
5790 * gdb.reverse/consecutive-reverse.exp:
5791 Replace uses of send_gdb / gdb_expect.
5792 * gdb.reverse/finish-precsave.exp:
5793 Replace uses of send_gdb / gdb_expect.
5794 * gdb.reverse/finish-reverse.exp:
5795 Replace uses of send_gdb / gdb_expect.
5796 * gdb.reverse/i386-precsave.exp:
5797 Replace uses of send_gdb / gdb_expect.
5798 * gdb.reverse/i386-reverse.exp:
5799 Replace uses of send_gdb / gdb_expect.
5800 * gdb.reverse/i386-sse-reverse.exp:
5801 Replace uses of send_gdb / gdb_expect.
5802 * gdb.reverse/i387-env-reverse.exp:
5803 Replace uses of send_gdb / gdb_expect.
5804 * gdb.reverse/i387-stack-reverse.exp:
5805 Replace uses of send_gdb / gdb_expect.
5806 * gdb.reverse/machinestate-precsave.exp:
5807 Replace uses of send_gdb / gdb_expect.
5808 * gdb.reverse/machinestate.exp:
5809 Replace uses of send_gdb / gdb_expect.
5810 * gdb.reverse/sigall-precsave.exp:
5811 Replace uses of send_gdb / gdb_expect.
5812 * gdb.reverse/sigall-reverse.exp:
5813 Replace uses of send_gdb / gdb_expect.
5814 * gdb.reverse/solib-precsave.exp:
5815 Replace uses of send_gdb / gdb_expect.
5816 * gdb.reverse/solib-reverse.exp:
5817 Replace uses of send_gdb / gdb_expect.
5818 * gdb.reverse/step-precsave.exp:
5819 Replace uses of send_gdb / gdb_expect.
5820 * gdb.reverse/step-reverse.exp:
5821 Replace uses of send_gdb / gdb_expect.
5822 * gdb.reverse/until-precsave.exp:
5823 Replace uses of send_gdb / gdb_expect.
5824 * gdb.reverse/until-reverse.exp:
5825 Replace uses of send_gdb / gdb_expect.
5826 * gdb.reverse/watch-precsave.exp:
5827 Replace uses of send_gdb / gdb_expect.
5828 * gdb.reverse/watch-reverse.exp:
5829 Replace uses of send_gdb / gdb_expect.
5830
5831 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5832
5833 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
5834 excessive newline.
5835
5836 2010-05-27 Michael Snyder <msnyder@vmware.com>
5837
5838 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
5839 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
5840 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
5841 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
5842 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
5843 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
5844 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
5845 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
5846 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
5847 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
5848 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
5849 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
5850 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
5851 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
5852 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
5853 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
5854 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
5855 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
5856 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
5857
5858 2010-05-26 Michael Snyder <msnyder@vmware.com>
5859
5860 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
5861 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
5862
5863 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
5864 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
5865 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
5866
5867 * gdb.reverse/consecutive-reverse.exp:
5868 Replace uses of send_gdb / gdb_expect.
5869 * gdb.reverse/consecutive-precsave.exp:
5870 Replace uses of send_gdb / gdb_expect.
5871
5872 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
5873 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
5874 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
5875 * gdb.mi/mi-ns-stale-regcache.exp:
5876 Replace uses of send_gdb / gdb_expect.
5877 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
5878 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
5879 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
5880 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
5881 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
5882 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
5883 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
5884 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
5885 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
5886
5887 2010-05-26 Michael Snyder <msnyder@vmware.com>
5888
5889 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
5890
5891 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
5892
5893 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
5894 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
5895 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
5896 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
5897 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
5898 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
5899 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
5900 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
5901 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
5902
5903 2010-05-25 Tom Tromey <tromey@redhat.com>
5904
5905 * gdb.base/macscp.exp: Add missing space after setup_kfail.
5906
5907 2010-05-25 Tom Tromey <tromey@redhat.com>
5908
5909 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
5910 argument order.
5911 * gdb.base/macscp.exp: Fix setup_kfail argument order.
5912 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
5913 order.
5914 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
5915 order.
5916 * gdb.base/call-sc.exp (setup_kfails): Remove.
5917 (setup_compiler_kfails): Remove.
5918 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
5919 argument order.
5920 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
5921 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
5922 (advancei): Fix setup_kfail argument order.
5923 * gdb.base/radix.exp: Fix setup_kfail argument order.
5924 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
5925 order.
5926 * gdb.base/structs.exp (setup_kfails): Remove.
5927 (setup_compiler_kfails): Fix setup_kfail argument order.
5928 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
5929 order.
5930 * gdb.java/jmain.exp: Fix setup_kfail argument order.
5931 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
5932 setup_kfail argument order.
5933 * gdb.cp/overload.exp: Fix setup_kfail argument order.
5934
5935 2010-05-25 Tom Tromey <tromey@redhat.com>
5936
5937 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
5938
5939 2010-05-25 Michael Snyder <msnyder@vmware.com>
5940
5941 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
5942 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
5943 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
5944 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
5945 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
5946 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
5947 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
5948 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
5949 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
5950 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
5951 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
5952 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
5953 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
5954 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
5955 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
5956 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
5957 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
5958 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
5959 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
5960 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
5961 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
5962 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
5963 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
5964 * gdb.base/default.exp: Replace send_gdb with gdb_test.
5965 * gdb.base/define.exp: Replace send_gdb with gdb_test.
5966 * gdb.base/display.exp: Replace send_gdb with gdb_test.
5967 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
5968 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
5969 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
5970 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
5971 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
5972 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
5973 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
5974 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
5975 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
5976 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
5977 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
5978 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
5979 * gdb.base/help.exp: Replace send_gdb with gdb_test.
5980 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
5981 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
5982 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
5983 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
5984 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
5985 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
5986 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
5987 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
5988 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
5989
5990 2010-05-25 Doug Evans <dje@google.com>
5991
5992 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
5993 gdb.string_to_argv.
5994
5995 2010-05-21 Tom Tromey <tromey@redhat.com>
5996
5997 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
5998 Call it.
5999 * gdb.dwarf2/pieces.S: Update.
6000 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
6001
6002 2010-05-21 Tom Tromey <tromey@redhat.com>
6003
6004 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
6005 Call it.
6006 * gdb.dwarf2/pieces.c (struct C): New.
6007 (f6): New function.
6008 * gdb.dwarf2/pieces.S: Replace.
6009
6010 2010-05-21 Tom Tromey <tromey@redhat.com>
6011
6012 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
6013 Call it.
6014
6015 2010-05-21 Tom Tromey <tromey@redhat.com>
6016
6017 * gdb.dwarf2.pieces.exp: New file.
6018 * gdb.dwarf2.pieces.S: New file.
6019 * gdb.dwarf2.pieces.c: New file.
6020
6021 2010-05-20 Pedro Alves <pedro@codesourcery.com>
6022 Joel Brobecker <brobecker@adacore.com>
6023
6024 * lib/gdb.exp (gdb_test_no_output): New function.
6025 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
6026 when testing commands that should produce no output.
6027
6028 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6029
6030 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
6031 parameter that we want to watch being a constant.
6032
6033 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6034
6035 * gdb.ada/cond_lang: New testcase.
6036
6037 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6038
6039 * lib/gdb.exp (banned_variables): New variable/constant.
6040 (gdb_init): Add write trace on variables listed in banned_variables.
6041 (gdb_finish): Remove write traces on variables listed in
6042 banned_variables.
6043
6044 2010-05-17 Joel Brobecker <brobecker@adacore.com>
6045
6046 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
6047 * gdb.cp/koenig.exp: Likewise.
6048
6049 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
6050
6051 PR python/11482
6052
6053 * gdb.python/py-value.exp (test_value_hash): New function.
6054
6055 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
6056
6057 PR exp/11530.
6058 * gdb.base/gdb11530.c: New file.
6059 * gdb.base/gdb11530.exp: New file.
6060
6061 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6062
6063 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
6064 * gdb.dwarf2/dw2-modula2-self-type.S: New.
6065
6066 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
6067
6068 * gdb.cp/koenig.exp: New test.
6069 * gdb.cp/koenig.cc: New test program.
6070
6071 2010-05-05 Joel Brobecker <brobecker@adacore.com>
6072
6073 Remove the use of prms_id and bug_id throughout the testsuite.
6074
6075 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
6076
6077 PR exp/11349.
6078 * testsuite/gdb.cp/ref-types.exp: Add test to examine
6079 use a reference local variable.
6080
6081 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6082
6083 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
6084 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
6085 variable different_dir. Move debugfile into a full directory pathname
6086 under DIFFERENT_DIR.
6087 * lib/gdb.exp (separate_debug_filename): Remove.
6088 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
6089 variable debug_dir and mkdir of it. Update function comments.
6090
6091 2010-04-29 Pedro Alves <pedro@codesourcery.com>
6092
6093 PR gdb/11557
6094
6095 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
6096 files.
6097
6098 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
6099
6100 * gdb.python/py-param.exp: New File.
6101
6102 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
6103
6104 * gdb.base/default.exp: Fix "set language" test.
6105
6106 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
6107
6108 PR breakpoints/11531.
6109 * gdb.base/gdb11531.c: New file.
6110 * gdb.base/gdb11531.exp: New file.
6111
6112 2010-04-26 Tom Tromey <tromey@redhat.com>
6113
6114 * gdb.base/completion.exp: Add tests for completion and deprecated
6115 commands.
6116
6117 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
6120 (print /x char_array): Escape curly brackets.
6121
6122 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 Fix deadlock on looped list of loaded shared objects.
6125 * gdb.base/solib-corrupted.exp: New.
6126
6127 2010-04-23 Doug Evans <dje@google.com>
6128
6129 * gdb.python/py-section-script.c: New file.
6130 * gdb.python/py-section-script.exp: New file.
6131 * gdb.python/py-section-script.py: New file.
6132
6133 2010-04-20 Chris Moller <cmoller@redhat.com>
6134
6135 PR 10179
6136
6137 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
6138 * gdb.base/pr10179-a.c:
6139 * gdb.base/pr10179-b.c:
6140 * gdb.base/pr10179.exp: New files.
6141
6142 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6143
6144 Fix crashes on dangling display expressions.
6145 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
6146 is SEP.
6147 (lib_flags): Remove the "debug" keyword.
6148 (libsepdebug): New variable for iterating new loop.
6149 (save_pf_prefix): New variable wrapping the loop.
6150 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
6151 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
6152
6153 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6154
6155 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
6156
6157 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6158
6159 PR stabs/11479.
6160 * gdb.stabs/gdb11479.exp: New file.
6161 * gdb.stabs/gdb11479.c: New file.
6162
6163 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
6164
6165 * gdb.base/charset.c (Strin16, String32): New variables.
6166 * gdb.base/charset.exp (gdb_test): Test correct display
6167 of 16 or 32 bit strings.
6168
6169 2010-04-21 Chris Moller <cmoller@redhat.com>
6170
6171 PR 9167
6172 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
6173 * gdb.cp/pr9167.cc: New file.
6174 * gdb.cp/pr9167.exp: New file.
6175
6176
6177 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
6178
6179 PR pascal/11492.
6180 * gdb.pascal/gdb11492.pas: New file.
6181 * gdb.pascal/gdb11492.exp: New file.
6182
6183 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
6186
6187 2010-04-20 Joel Brobecker <brobecker@adacore.com>
6188
6189 * gdb.ada/dyn_loc: New testcase.
6190
6191 2010-04-20 Chris Moller <cmoller@redhat.com>
6192
6193 PR 10867
6194
6195 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
6196 * gdb.cp/pr10687.cc: New file.
6197 * gdb.cp/pr10687.exp: New file.
6198
6199
6200 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6201 Sergio Durigan Junior <sergiodj@redhat.com>
6202
6203 * gdb.fortran/logical.exp: New testcase.
6204 * gdb.fortran/logical.f90: New file.
6205
6206 2010-04-19 Doug Evans <dje@google.com>
6207
6208 * gdb.base/help.exp (help source): Update expected output.
6209
6210 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6211
6212 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
6213 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
6214 gdb_exit and return.
6215 (executable): New variable.
6216 (binfile): Use it.
6217
6218 2010-04-19 Pedro Alves <pedro@codesourcery.com>
6219
6220 PR breakpoints/8554.
6221
6222 * gdb.trace/save-trace.exp: Adjust.
6223
6224 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
6225
6226 PR corefiles/11511
6227 * gdb.arch/system-gcore.exp: New.
6228 * gdb.arch/gcore.c: Likewise.
6229
6230 2010-04-15 Doug Evans <dje@google.com>
6231
6232 * gdb.python/py-progspace.c: New file.
6233 * gdb.python/py-progspace.exp: New file.
6234
6235 * gdb.base/source.exp: Add tests for "source -s".
6236
6237 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
6238
6239 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
6240 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
6241 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
6242 * gdb.python/py-mi.exp: New test for to_string returning None.
6243
6244 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
6245
6246 * gdb.python/py-breakpoint.c: Make result global.
6247
6248 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 Fix non-GNU make compatibility.
6251 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
6252
6253 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
6254
6255 * gdb.python/py-breakpoint.exp: New File.
6256 * gdb.python/py-breakpoint.C: Ditto.
6257
6258 2010-04-08 Stan Shebs <stan@codesourcery.com>
6259
6260 * gdb.trace/actions.exp: Clear default-collect.
6261 * gdb.trace/save-trace.exp: Clear default-collect.
6262
6263 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
6264
6265 * gdb.python/py-value: Add null string variable.
6266 (test_lazy_string): Test zero length, NULL address lazy
6267 strings.
6268
6269 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
6270
6271 * gdb.arch/i386-avx.c: New.
6272 * gdb.arch/i386-avx.exp: Likewise.
6273
6274 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
6275
6276 2010-04-06 Doug Evans <dje@google.com>
6277
6278 * gdb.base/source-test.gdb: New file.
6279 * gdb.base/source.exp: Test source -v.
6280
6281 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6282
6283 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
6284
6285 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
6286
6287 * gdb.stabs/aout.sed: Convert all backslash to double backslash
6288 within one line, unless it is followed by a double quote.
6289 * gdb.stabs/hppa.sed: Idem.
6290 * gdb.stabs/weird.def: Add char and String constants
6291 * gdb.stabs/weird.exp: Check for correct parsing of
6292 char and string constants.
6293 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
6294 in .stabs to .stabx substitution.
6295
6296 2010-04-05 Stan Shebs <stan@codesourcery.com>
6297
6298 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
6299 constant global.
6300 * gdb.trace/tfile.exp: Try to print them.
6301
6302 2010-04-04 Stan Shebs <stan@codesourcery.com>
6303
6304 * gdb.base/completion.exp: Update for new "info watchpoints".
6305 * gdb.base/default.exp: Ditto.
6306 * gdb.base/help.exp: Ditto.
6307 * gdb.base/watchpoint.exp: Ditto.
6308 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
6309
6310 2010-04-04 Stan Shebs <stan@codesourcery.com>
6311
6312 * gdb.trace/tfile.exp: Sharpen tfind test.
6313
6314 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6315
6316 * gdb.base/break-entry.exp: New.
6317
6318 2010-04-02 Hui Zhu <teawater@gmail.com>
6319 Michael Snyder <msnyder@vmware.com>
6320
6321 * gdb.reverse/i386-sse-reverse.exp: New file.
6322 * gdb.reverse/i386-sse-reverse.c: New file.
6323
6324 2010-04-02 Pedro Alves <pedro@codesourcery.com>
6325
6326 * gdb.trace/tfind.exp: Adjust expected disassembly output.
6327
6328 2010-04-01 Stan Shebs <stan@codesourcery.com>
6329
6330 * gdb.trace/actions.exp: Tweak expected output.
6331 * gdb.trace/while-stepping.exp: Tweak expected output.
6332
6333 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
6334
6335 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
6336
6337 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6338
6339 * gdb.base/commands.exp: Adjust.
6340 * gdb.cp/extern-c.exp: Adjust.
6341
6342 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6343
6344 * gdb.trace/collection.c (local_test_func): Define a local struct,
6345 and instanciate it.
6346
6347 2010-04-01 Pedro Alves <pedro@codesourcery.com>
6348
6349 * gdb.trace/collection.exp (gdb_collect_args_test)
6350 (gdb_collect_argarray_test): XFAIL the tests that assume the
6351 argarray argument's elements are collected.
6352
6353 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 * gdb.dwarf2/dw2-bad-parameter-type.exp,
6356 gdb.dwarf2/dw2-bad-parameter-type.S: New.
6357
6358 2010-03-31 Stan Shebs <stan@codesourcery.com>
6359
6360 * gdb.trace/save-trace.exp: Test save/restore of default-collect
6361 and tracepoint conditionals.
6362 (gdb_verify_tracepoints): Delete unused return.
6363
6364 2010-03-26 Keith Seitz <keiths@redhat.com>
6365
6366 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
6367 appear in the output before main.
6368 Remove KFAIL for gdb/2215 aka bz 9320.
6369
6370 2010-03-30 Doug Evans <dje@google.com>
6371
6372 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
6373 by dejagnu.
6374 * gdb.arch/amd64-dword.exp: Ditto.
6375
6376 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
6377 match.
6378 (break printf): Ditto.
6379
6380 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
6381
6382 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
6383 gcc < 4.4.
6384 * gdb.cp/shadow.exp: Ditto.
6385
6386 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6387
6388 * gdb.trace/collection.exp (run_trace_experiment): Make sure
6389 "tstart" is silent.
6390
6391 2010-03-29 Pedro Alves <pedro@codesourcery.com>
6392
6393 * gdb.trace/collection.exp (executable): New.
6394 (binfile): Use it.
6395 (fpreg, spreg, pcreg): New.
6396 (test_register): Use gdb_test_multiple. Pass /x to print.
6397 (prepare_for_trace_test): New.
6398 (run_trace_experiment): Use "continue", not gdb_run_cmd.
6399 (gdb_collect_args_test, gdb_collect_argstruct_test)
6400 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
6401 prepare_for_trace_test.
6402 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
6403 fpreg, spreg and pcreg.
6404 (gdb_collect_expression_test, gdb_collect_globals_test): Use
6405 prepare_for_trace_test.
6406 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
6407 try to detect tracing support here. Don't set breakpoints at
6408 `begin' or `end' here.
6409 <global scope>: Use clean_restart. Run to main before checking
6410 for tracing support. Check for for tracing support here.
6411
6412 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6413
6414 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
6415 " as $displacement" to "seen displacement message".
6416
6417 2010-03-28 Pedro Alves <pedro@codesourcery.com>
6418
6419 * gdb.trace/while-dyn.exp (executable): New variable.
6420 (binfile): Use it.
6421 (test_while_stepping): New function. Move most tests here. Call
6422 it once for each of the while-stepping, stepping and ws aliases.
6423
6424 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6425
6426 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
6427 that do not provide the tagless_struct type name at all.
6428 (test_print_anon_union): Do not check value of uninitialized
6429 union member. Do not use cp_test_ptype_class, so we can accept
6430 "long" as well as "long int".
6431
6432 2010-03-26 Pedro Alves <pedro@codesourcery.com>
6433
6434 * gdb.trace/tfile.c (tohex, bin2hex): New.
6435 (write_error_trace_file): Hexify error description.
6436
6437 2010-03-25 Stan Shebs <stan@codesourcery.com>
6438
6439 * gdb.trace/tfile.c: Generate an additional trace file, improve
6440 portability.
6441 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6442 files in a better way.
6443
6444 2010-03-25 Keith Seitz <keiths@redhat.com>
6445
6446 * gdb.java/jprint.exp: XFAIL printing of static class members
6447 because of GCC debuginfo problem.
6448
6449 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6450
6451 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6452
6453 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * gdb.base/completion.exp: Allow long instead of long int.
6456 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6457 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6458 variable p.
6459 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6460 * gdb.base/pointers.exp: Allow long instead of long int.
6461 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6462 * gdb.base/step-line.exp: Allow a directory before the source file name.
6463
6464 2010-03-24 Tom Tromey <tromey@redhat.com>
6465
6466 PR breakpoints/9352:
6467 * gdb.base/default.exp: Update.
6468 * gdb.base/commands.exp: Update.
6469 * gdb.cp/extern-c.exp: Test setting commands on multiple
6470 breakpoints at once.
6471
6472 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6473
6474 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6475 if gdb,nosignals.
6476 * gdb.base/watchpoints.c: Do not include unnecessary headers.
6477 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6478 exited".
6479
6480 2010-03-24 Stan Shebs <stan@codesourcery.com>
6481
6482 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
6483
6484 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6485
6486 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
6487 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
6488 argument. Handle "short" and "long".
6489 (Top level): Pass overprototyped output for old_fptr and xptr.
6490
6491 2010-03-23 Pedro Alves <pedro@codesourcery.com>
6492
6493 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6494 format strings and add casts to avoid compiler warnings.
6495
6496 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
6497
6498 * lib/trace-support.exp (gdb_trace_setactions):
6499 Don't expect whitespace after ">" prompt.
6500 * gdb.trace/actions.exp: Adjust for output changes.
6501 * gdb.trace/while-stepping.exp: Likewise.
6502
6503 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6504
6505 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6506 and r157645).
6507
6508 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6509
6510 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6511 New.
6512
6513 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
6514
6515 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6516 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6517
6518 2010-03-19 Stan Shebs <stan@codesourcery.com>
6519
6520 * gdb.trace/ax.exp: New file.
6521
6522 2010-03-19 Doug Evans <dje@google.com>
6523
6524 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6525 output from gcc.
6526
6527 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6528 named /usr/sbin/prelink<foo>.
6529
6530 2010-03-18 Stan Shebs <stan@codesourcery.com>
6531
6532 * gdb.trace/circ.exp: Test circular-trace-buffer.
6533 * gdb.trace/tfile.exp: Update tstatus test.
6534
6535 2010-03-18 Joel Brobecker <brobecker@adacore.com>
6536
6537 * gdb.dwarf2/dw2-anonymous-func.S: New file.
6538 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6539
6540 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6541
6542 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6543
6544 2010-03-18 Pedro Alves <pedro@codesourcery.com>
6545
6546 * gdb.base/default.exp: Adjust the expected output of the finish
6547 and until commands when the inferior is not being run.
6548
6549 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6550
6551 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6552 * gdb.cp/nsusing.exp: Ditto.
6553
6554 2010-03-15 Tom Tromey <tromey@redhat.com>
6555
6556 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6557 * gdb.cp/userdef.cc (operator==): New function.
6558 (main): New locals mem1, mem2.
6559
6560 2010-03-15 Jie Zhang <jie@codesourcery.com>
6561
6562 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6563 Declare and use new loadtimeout variable.
6564
6565 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6566
6567 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6568 Use gdb_load later.
6569
6570 2010-03-14 Pedro Alves <pedro@codesourcery.com>
6571
6572 * gdb.base/solib-disc.c (main): Make format of fprintf a string
6573 literal. Add missing endlines to prints to stderr.
6574
6575 2010-03-12 Tom Tromey <tromey@redhat.com>
6576
6577 PR c++/9708:
6578 * gdb.cp/m-static.exp: Add regression test.
6579 * gdb.cp/m-static.cc (method): New method.
6580 (main): Call it.
6581
6582 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6583
6584 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6585 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6586
6587 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6588
6589 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6590
6591 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6592
6593 * lib/gdb.exp (skip_stl_tests): New.
6594 (gdb_compile): Symbian needs -ldl.
6595 (shlib_target_file): New.
6596 (shlib_symbol_file): New.
6597 (gdb_load_shlibs): Use shlib_target_file.
6598 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6599 * gdb.cp/exception.exp: Use skip_stl_tests.
6600 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
6601 * gdb.cp/try_catch.exp: Use skip_stl_tests.
6602 * gdb.cp/mb-templates.exp: Ditto.
6603 * gdb.base/commands.exp: Relax regexes.
6604 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
6605 shlib_target_file and shlib_symbol_file.
6606 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
6607 sections.
6608 * gdb.base/ending-run.exp: Accept E32Main for symbian.
6609 * gdb.base/solib-disc.exp: Use
6610 shlib_target_file and shlib_symbol_file.
6611 * gdb.base/unload.exp: Don't skip on symbian. Use
6612 shlib_target_file and shlib_symbol_file.
6613 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6614
6615 2010-03-12 Pedro Alves <pedro@codesourcery.com>
6616
6617 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
6618 * gdb.trace/report.exp: Adjust for x86 and x86_64.
6619 Issue a tfind end before looking for a tracepoint frame.
6620 * gdb.trace/tfind.exp: Adjust tstatus output.
6621 Adjust disassembly output.
6622 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
6623
6624 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 * gdb.base/break-interp.exp: Create new displacement parameter value
6627 for the test_ld calls.
6628 (reach): New parameter displacement, verify its content. New push of
6629 pf_prefix "reach-$func:". Import global expect_out.
6630 (test_core): New parameter displacement, verify its content. New push
6631 of pf_prefix "core:". New command "set verbose on". Import global
6632 expect_out.
6633 (test_attach): New parameter displacement, verify its content. New
6634 push of pf_prefix "attach:". New command "set verbose on". Import
6635 global expect_out.
6636 (test_ld): New parameter displacement, pass it to the reach, test_core
6637 and test_attach calls and verify its content in the "ld.so exit" test.
6638 * gdb.base/prelink.exp: Remove gdb_exit and final return.
6639 (prelink): Update expected text, use gdb_test.
6640
6641 2010-03-10 Doug Evans <dje@google.com>
6642
6643 * gdb.base/checkpoint.exp: Fix comment.
6644 Lengthen timeout while doing >600 checkpoints test.
6645 Rename duplicate "kill all one" test to keep test names unique.
6646
6647 2010-03-10 Pedro Alves <pedro@codesourcery.com>
6648
6649 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
6650
6651 2010-03-08 Keith Seitz <keiths@redhat.com>
6652
6653 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
6654 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
6655 (dm_type_long): New function.
6656 (dm_type_unsigned_short): New function.
6657 (dm_type_unsigned_long): New function.
6658 (myint): New typedef.
6659 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
6660 long, unsigned shor and long, operator char*, and typedef.
6661 (test_lookup_operator_functions): Add operator char* test.
6662 (test_paddr_operator_functions): Likewise.
6663 (test_paddr_overloaded_functions): Use probe values for
6664 short, long, and unsigned short and long.
6665 (test_paddr_hairy_functions): If the demangler probe detected
6666 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
6667 demangler.
6668 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
6669 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
6670 and "print null_pmf".
6671 Add test "ptype a.*pmf".
6672 * gdb.cp/overload.exp: Allow optional "int" to appear with
6673 "short" and "long".
6674 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6675 long expect value for men_overload1arg.
6676 Allow "int" to appear with "short" and "long".
6677 When testing "info break", add argument for main (void).
6678 Also allow "int" to appear with "short" and "long".
6679 Ditto with "unsigned" and "long long".
6680 * gdb.java/jmain.exp: Do not enclose methods names in single
6681 quotes.
6682 * gdb.java/jmisc.exp: Likewise.
6683 * gdb.java/jprint.exp: Likewise.
6684 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6685
6686 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6687 * gdb.cp/exception.exp (backtrace after first throw)
6688 (backtrace after second throw): Allow a namespace before __cxa_throw.
6689 (backtrace after first catch, backtrace after second catch): Allow
6690 a namespace before __cxa_begin_catch.
6691
6692 * gdb.cp/cpexprs.exp: New file.
6693 * gdb.cp/cpexprs.cc: New file.
6694
6695 From Daniel Jacobowitz <dan@codesourcery.com>
6696 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
6697 to use string_to_regexp.
6698 (ctor, dtor): New functions. Use them to match constructor
6699 and destructor function types.
6700 (Top level): Use runto_main.
6701
6702 2010-03-05 Tom Tromey <tromey@redhat.com>
6703
6704 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6705 gdb.target_charset.
6706 (pp_ns.to_string): Likewise.
6707
6708 2010-03-04 Keith Seitz <keiths@redhat.com>
6709
6710 * gdb.cp/overload.exp: Test that the filename portion of a linespec
6711 can be quoted. Test that both the filename and function/line
6712 portions can be quoted at the same time.
6713
6714 2010-03-04 Pedro Alves <pedro@codesourcery.com>
6715
6716 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
6717
6718 2010-03-03 Doug Evans <dje@google.com>
6719
6720 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
6721 libc contains libpthread.
6722
6723 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
6724 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
6725 of gdb_compile. Add another pattern to match android backtrace.
6726
6727 2010-03-03 Tom Tromey <tromey@redhat.com>
6728
6729 PR gdb/11345:
6730 * gdb.base/printcmds.exp (test_printf): Add test.
6731
6732 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
6733
6734 * gdb.arch/amd64-byte.exp: New.
6735 * gdb.arch/amd64-dword.exp: Likewise.
6736 * gdb.arch/amd64-pseudo.c: Likewise.
6737 * gdb.arch/amd64-word.exp: Likewise.
6738 * gdb.arch/i386-byte.exp: Likewise.
6739 * gdb.arch/i386-pseudo.c: Likewise.
6740 * gdb.arch/i386-word.exp: Likewise.
6741
6742 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6743
6744 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
6745 types. Add structreg, bitfields, and flags registers.
6746 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
6747 registers.
6748
6749 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6750
6751 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
6752 (load_description): Set architecture if defined.
6753
6754 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6755
6756 * gdb.python/py-frame.exp: Add read_var block tests.
6757 * gdb.python/py-frame.c (block): New function.
6758
6759 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6760 Daniel Jacobowitz <dan@codesourcery.com>
6761
6762 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
6763
6764 2010-02-25 David S. Miller <davem@davemloft.net>
6765
6766 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
6767 fix logic for setting all_syscalls_numbers.
6768
6769 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6770
6771 * Makefile.in: Add py-block and py-symbol.
6772 * gdb.python/py-symbol.exp: New File.
6773 * gdb.python/py-symtab.exp: New File.
6774 * gdb.python/py-block.exp: New File.
6775 * gdb.python/py-symbol.c: New File.
6776 * gdb.python/py-block.c: New File.
6777
6778 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6779
6780 PR python/11314
6781 * lib/gdb.exp (skip_python_tests): New function.
6782 * gdb.python/py-cmd.exp: Use skip_python_tests.
6783 * gdb.python/py-frame.exp: Likewise.
6784 * gdb.python/py-function.exp: Likewise.
6785 * gdb.python/py-prettyprint.exp: Likewise.
6786 * gdb.python/py-template.exp: Likewise.
6787 * gdb.python/py-type.exp: Likewise.
6788 * gdb.python/py-value.exp: Likewise.
6789
6790 2010-02-22 Pedro Alves <pedro@codesourcery.com>
6791
6792 PR9605
6793
6794 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
6795
6796 2010-02-19 Tom Tromey <tromey@redhat.com>
6797
6798 PR c++/8693, PR c++/9496:
6799 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
6800 regression tests.
6801
6802 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 Fix compatibility with m68k as.
6805 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
6806 Use only /* comments */.
6807
6808 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6809
6810 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
6811 * configure: Regenerate.
6812
6813 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
6814
6815 * gdb.python/py-type.exp: Check for Python support.
6816
6817 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6818
6819 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
6820 `regsub' syntax available.
6821
6822 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6823
6824 * gdb.base/shmain.c (main): Remove printf call.
6825 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
6826 * gdb.base/unload.c (main): Make format of fprintf a string
6827 literal. Add missing endlines to prints to stderr.
6828 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
6829
6830 2010-02-17 Tom Tromey <tromey@redhat.com>
6831
6832 * gdb.java/jprint.java (jprint.props): New field.
6833 * gdb.java/jprint.exp (set_lang_java): Add regression test.
6834
6835 2010-02-17 Pedro Alves <pedro@codesourcery.com>
6836
6837 * gdb.base/charset.exp: Don't assume new `regsub' syntax
6838 available.
6839
6840 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6841
6842 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
6843 creation to support remote host testing.
6844
6845 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6846
6847 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
6848 Recognize "command not found".
6849
6850 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6851
6852 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
6853 single-stepping.
6854
6855 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6856
6857 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
6858 if arguments are not supported.
6859
6860 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6861
6862 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
6863 be const or non-const.
6864
6865 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6866
6867 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
6868 mi_send_resuming_command to send -exec-continue.
6869
6870 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6871
6872 * gdb.base/list.exp (test_list_filename_and_function): Add test
6873 with single quotes.
6874 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
6875 matching.
6876 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
6877 Add KFAIL'd tests for PR gdb/11289.
6878
6879 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6880
6881 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
6882
6883 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6884
6885 * gdb.base/comp-dir/subdir/dummy.txt: New file.
6886 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
6887 a temporary directory.
6888
6889 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6890
6891 * gdb.base/charset.exp: Use a single regular expression to match
6892 show host-charset and show target-charset output.
6893
6894 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6895
6896 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
6897 "Illegal process-id" expect string more exact.
6898 (attach to digits-starting nonsense is prohibited): New.
6899
6900 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6901
6902 * gdb.base/prelink.exp (set verbose on): New.
6903
6904 2010-02-12 Tomas Holmberg <th@virtutech.com>
6905
6906 * mi-reverse.exp: New file. Test for reverse option to the
6907 following MI commands: exec-continue, exec-finish, exec-next,
6908 exec-step, exec-next-instruction, exec-step-instruction.
6909
6910 2010-02-09 Joel Brobecker <brobecker@adacore.com>
6911
6912 * gdb.ada/ptype_tagged_param: New testcase.
6913
6914 2010-02-08 Tom Tromey <tromey@redhat.com>
6915
6916 PR c++/8017:
6917 * gdb.cp/overload.exp: Add tests.
6918 * gdb.cp/overload.cc (struct K): New.
6919 (namespace N): New.
6920 (main): Call new functions.
6921 (K::staticoverload): Define.
6922
6923 2010-02-08 Chris Moller <moller@mollerware.com>
6924
6925 PR gdb/10728
6926 * gdb.cp/pr10728-x.h: New file.
6927 * gdb.cp/pr10728-x.cc: New file.
6928 * gdb.cp/pr10728-y.cc: New file.
6929 * gdb.cp/pr10728.exp: New file.
6930 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
6931
6932 2010-02-08 Chris Moller <moller@mollerware.com>
6933
6934 PR gdb/9067
6935 * gdb.cp/pr9067.exp: New
6936 * gdb.cp/pr9067.cc: New
6937 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
6938
6939 2010-02-08 Joel Brobecker <brobecker@adacore.com>
6940
6941 * lib/gdb.exp (gdb_test_timeout): New global variable.
6942 Set it to timeout if not already set.
6943 (gdb_init): Reset the value of timeout to gdb_test_timeout.
6944
6945 2010-02-05 Doug Evans <dje@google.com>
6946
6947 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
6948 user.
6949
6950 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
6951
6952 PR c++/7935:
6953 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
6954
6955 2010-02-04 Tom Tromey <tromey@redhat.com>
6956
6957 * gdb.cp/virtbase.exp: Make test case names unique.
6958
6959 2010-02-02 Tom Tromey <tromey@redhat.com>
6960
6961 * gdb.cp/virtbase.exp: Add regression tests.
6962 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
6963 (main): Instantiate RHC.
6964
6965 2010-02-02 Tom Tromey <tromey@redhat.com>
6966
6967 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
6968 type-printing change.
6969
6970 2010-02-02 Tom Tromey <tromey@redhat.com>
6971
6972 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6973 * gdb.cp/virtbase.cc: New file.
6974 * gdb.cp/virtbase.exp: New file.
6975 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
6976
6977 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6978
6979 PR libc/11214:
6980 * gdb.threads/current-lwp-dead.c: Include features.h.
6981 (HAS_NOMMU): New.
6982 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
6983
6984 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6985
6986 * gdb.base/symbol-without-target_section.exp,
6987 gdb.base/symbol-without-target_section.c: New.
6988
6989 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6990
6991 * gdb.base/bigcore.exp: Reset increased timeout.
6992 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
6993
6994 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6995
6996 * gdb.base/gcore.exp (capture_command_output): Use
6997 gdb_test_multiple.
6998
6999 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7000
7001 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
7002 * gdb.arch/thumb2-it.exp (test_it_break): New function.
7003 (Top level): Call it.
7004
7005 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
7006
7007 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
7008
7009 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
7010
7011 * gdb.base/call-strs.exp, gdb.base/default.exp,
7012 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
7013 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
7014 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
7015 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
7016 gdb.base/watchpoint-solib.exp: Save and restore timeout.
7017 * gdb.base/ending-run.exp: Correct restore of timeout.
7018 * gdb.base/page.exp: Remove unnecessary timeout setting.
7019
7020 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7021
7022 * gdb.ada/rec_return: New testcase.
7023
7024 2010-01-29 Joel Brobecker <brobecker@adacore.com>
7025
7026 * gdb.ada/call_pn: New testcase.
7027
7028 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
7029
7030 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
7031 (Top level): Use it to resume.
7032 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
7033 the Thumb mode displaced stepping error as unsupported.
7034
7035 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
7036
7037 * gdb.cp/nsusing.exp: Added more tests.
7038 * gdb.cp/nsrecurs.exp: Ditto.
7039 * gdb.cp/nsusing.cc: Added test functions.
7040 * gdb.cp/nsrecurs.cc: Ditto.
7041
7042 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7043
7044 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
7045 absolute directory pathnames in gdb.sum file.
7046
7047 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
7048
7049 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
7050 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
7051
7052 2010-01-26 Tom Tromey <tromey@redhat.com>
7053
7054 PR exp/7643:
7055 * gdb.base/printcmds.exp (test_print_string_constants): Remove
7056 setup_kfail.
7057
7058 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
7059
7060 * gdb.cp/nsrecurs.exp: New test.
7061 * gdb.cp/nsrecurs.cc: New test program.
7062 * gdb.cp/nsstress.exp: New test.
7063 * gdb.cp/nsstress.cc: New test program.
7064 * gdb.cp/nsdecl.exp: New test.
7065 * gdb.cp/nsdecl.cc: New test program.
7066
7067 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
7068
7069 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
7070 imported into file scope.
7071 Marked test as xfail.
7072 * gdb.cp/namespace-using.cc (marker5): New function.
7073 * gdb.cp/shadow.exp: New test.
7074 * gdb.cp/shadow.cc: New test program.
7075 * gdb.cp/nsimport.exp: New test.
7076 * gdb.cp/nsimport.cc: New test program.
7077
7078 2010-01-25 Tom Tromey <tromey@redhat.com>
7079
7080 PR gdb/11049:
7081 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
7082 with "set print null-stop on".
7083
7084 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7085
7086 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
7087 Adjust it for DISASSEMBLY_OMIT_FNAME.
7088
7089 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7090
7091 PR symtab/11199:
7092 * gdb.dwarf2/member-ptr-forwardref.exp,
7093 gdb.dwarf2/member-ptr-forwardref.S: New.
7094
7095 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7096
7097 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
7098 (thread1_func): Protect thread1_tid with thread1_tid_cond by
7099 thread1_tid_mutex. Remove gdbstop_mutex handling.
7100 (thread2_func): Protect thread2_tid with thread2_tid_cond by
7101 thread2_tid_mutex. Remove gdbstop_mutex handling.
7102 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
7103 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
7104 pthread_cond_wait conditionalizations by while loops.
7105
7106 2010-01-20 Tom Tromey <tromey@redhat.com>
7107
7108 PR backtrace/10770:
7109 * gdb.dwarf2/pr10770.exp: New file.
7110 * gdb.dwarf2/pr10770.c: New file.
7111 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
7112
7113 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
7114
7115 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
7116 that target was removed, and the test always runs native anyway.
7117
7118 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7119
7120 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
7121 gdb.base/watchpoint-cond-gone-stripped.c: New.
7122
7123 2010-01-19 Tom Tromey <tromey@redhat.com>
7124
7125 PR c++/8000:
7126 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
7127 existing tests.
7128 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
7129 (main): Use AAA::SomeEnum.
7130
7131 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7132
7133 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
7134 (test_ignore_count): Declare line_callme_body global.
7135 (run to breakpoint with ignore count): Use line_callme_body.
7136 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
7137 (set line_main_hello, set line_main_return): Reindent.
7138 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
7139 New.
7140 (continue to callee4): Use line_callee4_body.
7141 (check *stopped from CLI command): Use line_callee4_next.
7142 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
7143 (set line_main_hello, set line_main_return): Reindent.
7144 (set line_callee4_head, set line_callee4_body): New.
7145 (continue to callee4): Use line_callee4_body.
7146
7147 2010-01-18 Tom Tromey <tromey@redhat.com>
7148
7149 PR c++/9680:
7150 * gdb.cp/casts.cc: Add new classes and variables.
7151 * gdb.cp/casts.exp: Test new operators.
7152
7153 2010-01-18 Tom Tromey <tromey@redhat.com>
7154 Thiago Jung Bauermann <bauerman@br.ibm.com>
7155
7156 * gdb.python/source2.py: New file.
7157 * gdb.python/source1: New file.
7158 * gdb.python/python.exp: Test "source" command.
7159
7160 2010-01-15 Stan Shebs <stan@codesourcery.com>
7161
7162 * gdb.trace/tfile.c: New file.
7163 * gdb.trace/tfile.exp: New file.
7164
7165 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7166
7167 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
7168
7169 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
7172
7173 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
7176 (libfunc): New parameter action. Implement also selectable "sleep".
7177 * gdb.base/break-interp-main.c: Include assert.h.
7178 (libfunc): New parameter action.
7179 (main): New parameters argc and argv. Assert argc. Pass argv.
7180 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
7181 (test_attach): New proc.
7182 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
7183 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
7184
7185 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.base/break-interp.exp (test_core): New proc.
7188 (test_ld): Call it.
7189
7190 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7191
7192 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
7193 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
7194 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
7195 and gdb_compile_shlib. Use new -Wl compiler options.
7196 (dl bt, main bt): New tests.
7197
7198 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7199
7200 Support PIEs with no symfile_objfile.
7201 * gdb.base/break-interp.exp: New argument at the test_ld calls.
7202 (test_ld): New parameter trynosym.
7203 (test_ld <$trynosym>): New block.
7204
7205 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 * gdb.base/break-interp.exp: New file.
7208
7209 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
7210
7211 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
7212 * gdb.python/py-prettyprint.py (pp_ls): New printer.
7213 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
7214 test.
7215 * gdb.python/py-prettyprint.c: Define lazystring test structure.
7216 * gdb.python/py-mi.exp: Add lazy string test.
7217
7218 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
7219
7220 * lib/mi-support.exp (mi_check_thread_states): Handle
7221 core number in thread listing.
7222
7223 2010-01-12 Joel Brobecker <brobecker@adacore.com>
7224
7225 * gdb.base/maint.exp: Adjust the expected output for the
7226 "maint print type" test. Use gdb_test_multiple instead of
7227 gdb_sent/gdb_expect.
7228
7229 2010-01-11 Doug Evans <dje@google.com>
7230
7231 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
7232 from gdbserver_download. All callers updated.
7233
7234 * gdb.server/ext-run.exp: "info os processes" requires xml support.
7235
7236 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 Implement binary numbers parsing.
7239 * gdb.base/printcmds.exp (test_integer_literals_accepted)
7240 (test_integer_literals_rejected): New binary tests.
7241
7242 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7243
7244 * gdb.cell/configure: Regenerate.
7245
7246 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7247
7248 * gdb.base/corefile.exp: Move the core finding block out and call it as
7249 core_find, new variable $corefile, replace corefile by $corefile and
7250 [file tail $corefile] for usage vs. test names resp.
7251 * lib/gdb.exp (core_find): Move it as a new function here. New
7252 parameter binfile and deletefiles. New variable $destcore. Pre-delete
7253 $destcore. Return "" on error.
7254
7255 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7256
7257 Workaround PR binutils/10802.
7258 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
7259 (twice).
7260
7261 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
7262
7263 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
7264
7265 2010-01-08 Joel Brobecker <brobecker@adacore.com>
7266
7267 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
7268 call, to avoid interruption.
7269
7270 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7271
7272 * gdb.stabs/weird.def (args93): New.
7273
7274 2010-01-07 Doug Evans <dje@google.com>
7275
7276 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
7277
7278 2010-01-07 Tom Tromey <tromey@redhat.com>
7279
7280 * gdb.base/source.exp: Use correct line number.
7281
7282 2010-01-05 Stan Shebs <stan@codesourcery.com>
7283
7284 * gdb.trace/tracecmd.exp: Test ftrace.
7285
7286 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7287
7288 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
7289
7290 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7291
7292 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
7293 "uint_for_mi_testing".
7294
7295 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7296
7297 Test indented comment in file being sourced.
7298 * gdb.base/commands.exp: Test indented comment in file being sourced.
7299
7300 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7301
7302 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
7303 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
7304 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
7305 notice.
7306
7307 2010-01-01 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
7310 notice.
7311
7312 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7313
7314 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
7315 missing $after_stopped and comma (,) expectation.
7316
7317 2009-12-31 Stan Shebs <stan@codesourcery.com>
7318
7319 * gdb.trace/actions.exp: Test teval action.
7320
7321 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
7322
7323 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
7324 (top level): Call test_watchpoint_in_big_blob.
7325 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
7326 watchpoints.
7327 (func3): Write to buf.
7328
7329 2009-12-29 Stan Shebs <stan@codesourcery.com>
7330
7331 * gdb.trace/actions.exp: Test default-collect.
7332
7333 2009-12-28 Stan Shebs <stan@codesourcery.com>
7334
7335 * gdb.trace/tsv.exp: New file.
7336 * gdb.base/completion.exp: Update ambiguous info output.
7337
7338 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
7339
7340 * gdb.base/find.c (main): Reference search buffers.
7341 * gdb.base/included.c (main): Reference integer.
7342 * gdb.base/ptype.c (charfoo): Declare.
7343 (intfoo): Call charfoo.
7344 * gdb.base/scope0.c (useitp): New function.
7345 (usestatics): Use useitp.
7346 (useit): Add a type for val.
7347 * gdb.base/scope1.c (useit1): Take a pointer argument.
7348 (usestatics1): Update calls to useit1.
7349 * gdb.cp/call-c.cc: Declare foo.
7350 (main): Call foo.
7351 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
7352 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
7353 (main): Call C::ensureRefs and ensureOtherRefs.
7354 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
7355 variables.
7356 (ensureOtherRefs): New function.
7357 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
7358 * gdb.cp/templates.cc (main): Call t5i.value.
7359
7360 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7361
7362 Fix compatibility with G++-4.5.
7363 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
7364 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
7365 (uncaught return): Remove.
7366
7367 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7368 Phil Muldoon <pmuldoon@redhat.com>
7369
7370 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
7371 (bp_location13, bp_location14, bp_location17, bp_location18)
7372 (marker3_proto, marker4_proto): New variables.
7373 (breakpoint info): Update output.
7374 (run until breakpoint at marker3, run until breakpoint at marker4): New
7375 tests.
7376
7377 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
7380 Replace the printf call of Y by provided "y-set-1" label. New block
7381 for the second shared library.
7382 * gdb.base/unload.exp: Compile also the second library, call
7383 gdb_load_shlibs also for it. Use now gdb_breakpoint.
7384 (single pending breakpoint info): Rename to ...
7385 (pending breakpoint info before run): ... this extended test.
7386 (libfile2, libname2, libsrcfile2, libsrc2)
7387 (lib_sl2): New variables.
7388 (exec_opts): Set also SHLIB_NAME2.
7389 (pending breakpoint info on first run at shrfunc1)
7390 (pending breakpoint info on second run at shrfunc1)
7391 (pending breakpoint info on second run at shrfunc2)
7392 (print y from libfile, print y from libfile2): New tests.
7393 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
7394 * gdb.base/unloadshr2.c: New.
7395
7396 2009-12-22 Hui Zhu <teawater@gmail.com>
7397
7398 * gdb.reverse/sigall-reverse.exp: Adjust.
7399
7400 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
7401
7402 PR gdb/10884
7403
7404 * gdb.mi/var-cmd.c (do_bitfield_tests): New
7405 (main): Call do_bitfield_tests.
7406 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
7407
7408 2009-12-20 Joel Brobecker <brobecker@adacore.com>
7409
7410 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
7411 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
7412 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
7413 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
7414 gdb.modula2/unbounded1.c: Update copyright header.
7415
7416 2009-12-10 Chris Moller <moller@mollerware.com>
7417
7418 PR gdb/9399
7419 * gdb.cp/virtfunc2.exp: New tests
7420 * gdb.cp/virtfunc2.cc: New tests
7421 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
7422
7423 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
7424
7425 * gdb.reverse/i387-env-reverse.c: New file.
7426 * gdb.reverse/i387-env-reverse.exp: New file.
7427 * gdb.reverse/i387-stack-reverse.c: New file.
7428 * gdb.reverse/i387-stack-reverse.exp: New file.
7429
7430 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
7431
7432 * gdb.python/py-type.exp (test_range): New test.
7433
7434 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
7435
7436 PR python/10805
7437
7438 * gdb.python/py-type.exp: New file.
7439 * gdb.python/py-type.c: New file.
7440 * Makefile.in: Add py-type.
7441
7442 2009-12-03 Tom Tromey <tromey@redhat.com>
7443
7444 * gdb.python/py-value.exp (test_parse_and_eval): New
7445 function.
7446
7447 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7448
7449 PR gdb/11022
7450
7451 * gdb.base/pr11022.exp: New test.
7452 * gdb.base/pr11022.c: New test.
7453
7454 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 Fix spurious false FAILs.
7457 * gdb.base/structs.c (chartest): New.
7458 (main): Fill-in chartest.
7459 * gdb.base/structs.exp (anychar_re, first): New.
7460 (start_structs_test): Import global anychar_re and first.
7461 New gdb_test call "set print elements 300; ${testfile}"
7462 (start_structs_test <$first>): New block.
7463 (any): Import global anychar_re. New variable ac. Use ${ac}.
7464
7465 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7468
7469 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7470
7471 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7472 Force $srcfile file.
7473 * gdb.base/foll-fork.c (callee): Comment out the printf call.
7474
7475 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7476
7477 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7478 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7479 * gdb.threads/watchthreads-reorder.exp: Likewise.
7480
7481 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
7482
7483 PR gdb/8704
7484
7485 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
7486 "if", and "thread". Correct matching in the previous test.
7487
7488 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
7489
7490 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
7491
7492 2009-11-23 Michael Snyder <msnyder@vmware.com>
7493
7494 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7495 * gdb.reverse-watch-precsave.exp: Ditto.
7496
7497 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7498
7499 * gdb.asm/asm-source.exp: Adjust.
7500 * gdb.base/help.exp: Adjust.
7501
7502 2009-11-22 Pedro Alves <pedro@codesourcery.com>
7503
7504 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7505 (do_syscall_tests_without_xml): Set data-directory to
7506 /the/path/to/nowhere.
7507
7508 2009-11-21 Pedro Alves <pedro@codesourcery.com>
7509
7510 * gdb.threads/local-watch-wrong-thread.c,
7511 gdb.threads/local-watch-wrong-thread.exp: New files.
7512
7513 2009-11-21 Pedro Alves <pedro@codesourcery.com>
7514
7515 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7516 assume new `regsub' syntax available.
7517
7518 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 * gdb.base/watchpoint-hw-hit-once.exp,
7521 gdb.base/watchpoint-hw-hit-once.c: New.
7522
7523 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 * gdb.threads/watchthreads-reorder.exp,
7526 gdb.threads/watchthreads-reorder.c: New.
7527
7528 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7529
7530 * gdb.xml/tdesc-regs.exp: Use for m68k.
7531
7532 2009-11-15 Pedro Alves <pedro@codesourcery.com>
7533
7534 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7535
7536 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7537
7538 * lib/gdb.exp (current_target_name): New procedure.
7539 (gdb_wrapper_target): New variable.
7540 (gdb_wrapper_init): Set gdb_wrapper_target.
7541 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7542 wrapper.
7543
7544 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7545
7546 * gdb.base/remote.exp: Delete the slowest load test.
7547 Do not load with fixed packet sizes.
7548
7549 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7550
7551 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7552
7553 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7554
7555 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
7556 srcfile when setting a breakpoint.
7557
7558 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
7559
7560 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7561 macros.
7562
7563 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7564
7565 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7566 to be in memory.
7567 * gdb.base/display.c (force_mem): New.
7568 (do_loops): Use it. Add breakpoint comments.
7569 (do_vars): Add a breakpoint comment.
7570 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
7571 line numbers.
7572
7573 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
7574
7575 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7576 instead of a bare "run".
7577
7578 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7579
7580 * gdb.python/py-prettyprint.exp: Adjust.
7581
7582 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7583
7584 * lib/cell.exp (skip_cell_tests): Clean up test files before
7585 returning.
7586
7587 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7588
7589 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7590 and the breakpoint menu. Do not call perror if a prompt is seen.
7591 Consume the following GDB prompt.
7592 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7593 * gdb.cp/namespace.exp: Use gdb_test.
7594 * gdb.cp/templates.exp: Use gdb_test.
7595 (test_template_breakpoints): Use gdb_test_multiple.
7596
7597 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7598
7599 * gdb.base/break1.c (struct some_struct, values): Move earlier.
7600 (marker4): Reference values.
7601
7602 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7603
7604 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7605 is missing.
7606
7607 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7608
7609 * gdb.base/break.c (need_malloc): New.
7610 * gdb.base/constvars.c (main): Reference crass and crisp.
7611 * gdb.base/gdb1821.c (main): Reference bar.
7612 * gdb.cp/gdb1355.cc (main): Reference s1.
7613 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7614 (main): Call them.
7615 * gdb.cp/hang2.cc (dummy2): Define.
7616 * gdb.cp/hang3.cc (dummy3): Define.
7617 * gdb.cp/m-data.cc (main): Reference shadow.
7618
7619 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7620 Nathan Froyd <froydnj@codesourcery.com>
7621
7622 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
7623 remote host.
7624
7625 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
7626
7627 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
7628 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
7629 * gdb.dwarf2/dw2-compressed.exp: Likewise.
7630 * gdb.dwarf2/dw2-intercu.exp: Likewise.
7631 * gdb.dwarf2/dw2-intermix.exp: Likewise.
7632 * gdb.dwarf2/dw2-producer.exp: Likewise.
7633 * gdb.dwarf2/mac-fileno.exp: Likewise.
7634 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
7635 py-prettyprint.py to the remote host.
7636 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
7637
7638 2009-11-11 Keith Seitz <keiths@redhat.com>
7639
7640 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
7641 use it instead of "Foo".
7642 * gdb.cp/classes.exp (do_tests): Add a test to access
7643 a method through a typedef'd class name.
7644
7645 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
7646
7647 * gdb.base/long_long.exp: Permit leading zeros on floating-point
7648 exponents.
7649 * gdb.base/pointers.exp: Likewise.
7650 * gdb.cp/ref-types.exp: Likewise.
7651
7652 2009-11-11 Keith Seitz <keiths@redhat.com>
7653
7654 * gdb.cp/cplusfuncs.cc (class foo): Add operators
7655 new[] and delete[].
7656 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
7657 "void".
7658 (probe_demangler): Remove all single-quoting of
7659 method and variable names.
7660 (info_func_regexp): Remove the word "void" from any
7661 occurrence of "(void)".
7662 (print_addr_2): Remove all single-quoting of
7663 method names.
7664 (print_addr_2_kfail): Likewise.
7665 (print_addr): Single-quote C function names before
7666 passing to print_addr_2.
7667 (test_paddr_operator_functions): Remove single-quoting
7668 for method names.
7669 Add tests for operator new[] and operator delete[].
7670
7671 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7672
7673 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7674
7675 2009-11-09 Keith Seitz <keiths@redhat.com>
7676
7677 * gdb.cp/overload.exp: Add tests for resolving overloaded
7678 methods in expression parsing/evaluation.
7679
7680 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7681
7682 * lib/gdb.exp (default_gdb_version): Use --version instead of
7683 --command.
7684
7685 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
7686
7687 * lib/gdb.exp (gdb_compile_test): New.
7688 (skip_ada_tests, skip_java_tests): New.
7689 (gdb_compile): Use gdb_compile_test for f77.
7690 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7691 * lib/java.exp (compile_java_from_source): Remove runtests check,
7692 use gdb_compile_test to record result.
7693 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7694 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7695 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7696 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7697 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7698 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7699 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7700 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7701 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7702 adjust gdb_compile invocations.
7703
7704 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7705
7706 * Makefile.in (abs_builddir): New.
7707 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
7708 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
7709 `$(abs_builddir)/site.exp'.
7710
7711 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7712
7713 * config/m68k-emc.exp, lib/emc-support.exp,
7714 gdb.trace/gdb_c_test.c: Delete.
7715 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
7716 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7717 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7718 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7719 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7720 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
7721 casing for m68k-*-elf.
7722
7723 2009-11-03 Pedro Alves <pedro@codesourcery.com>
7724
7725 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
7726 * gdb.arch/i386-prologue.exp: Likewise.
7727 * gdb.arch/i386-unwind.exp: Likewise.
7728
7729 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7730
7731 * lib/gdb.exp (gdb_expect): Fix timeout typo.
7732
7733 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7734
7735 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
7736
7737 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7738
7739 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
7740
7741 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7742
7743 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
7744
7745 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7746
7747 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
7748 * gdb.base/sepdebug2.c: New file.
7749
7750 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7751
7752 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
7753 the modified warnings for catch syscall. Verify if GDB was compiled
7754 with support for lib expat, and choose which tests to run depending
7755 on this.
7756
7757 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
7758
7759 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
7760 that composite commands are parsed OK. And also test
7761 that breakpoint commands do work.
7762
7763 2009-10-23 Michael Snyder <msnyder@vmware.com>
7764
7765 gdb.reverse/consecutive-precsave.exp: Change expect pattern
7766 to allow for new disassembly style.
7767
7768 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
7769
7770 * gdb.asm/asm-source.exp: Adjust.
7771
7772 2009-10-22 Michael Snyder <msnyder@vmware.com>
7773
7774 * gdb.reverse/break-precsave.exp: New test.
7775 * gdb.reverse/consecutive-precsave.exp: Ditto.
7776 * gdb.reverse/finish-precsave.exp: Ditto.
7777 * gdb.reverse/i386-precsave.exp: Ditto.
7778 * gdb.reverse/machinestate-precsave.exp: Ditto.
7779 * gdb.reverse/sigall-precsave.exp: Ditto.
7780 * gdb.reverse/solilb-precsave.exp: Ditto.
7781 * gdb.reverse/step-precsave.exp: Ditto.
7782 * gdb.reverse/until-precsave.exp: Ditto.
7783 * gdb.reverse/watch-precsave.exp: Ditto.
7784
7785 2009-10-22 Michael Snyder <msnyder@vmware.com>
7786
7787 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
7788 for gdb_expect. Adjust one test's expect strings for the new
7789 format of disassemble.
7790 * gdb.reverse/finish-reverse.exp: Delete 'return'.
7791 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
7792 gdb_test_multiple.
7793 * gdb.reverse/step-reverse.exp: Delete 'return'.
7794 * gdb.reverse/until-reverse.exp: Delete blank lines.
7795 * gdb.reverse/watch-reverse.exp: Delete blank lines.
7796
7797 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
7798
7799 * gdb.base/consecutive.exp: Adjust.
7800 * gdb.base/display.exp: Likewise.
7801 * gdb.base/pc-fp.exp: Likewise.
7802 * gdb.base/sigbpt.exp: Likewise.
7803
7804 2009-10-19 Michael Snyder <msnyder@vmware.com>
7805
7806 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
7807 * gdb.reverse/finish-reverse.c: Ditto.
7808 * gdb.reverse/sigall-reverse.c: Ditto.
7809 * gdb.reverse/solib-reverse.c: Ditto.
7810 * gdb.reverse/step-reverse.c: Ditto.
7811 * gdb.reverse/watch-reverse.c: Ditto.
7812
7813 2009-10-19 Pedro Alves <pedro@codesourcery.com>
7814 Stan Shebs <stan@codesourcery.com>
7815
7816 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
7817 * gdb.base/foll-exec.exp: Adjust to expect a process id before
7818 "Executing new program".
7819 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
7820 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
7821 left listed after having been killed.
7822 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
7823 * gdb.base/maint.exp: Adjust test.
7824
7825 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
7826 * gdb.multi/Makefile.in: New.
7827 * gdb.multi/base.exp: New.
7828 * gdb.multi/goodbye.c: New.
7829 * gdb.multi/hangout.c: New.
7830 * gdb.multi/hello.c: New.
7831 * gdb.multi/bkpt-multi-exec.c: New.
7832 * gdb.multi/bkpt-multi-exec.exp: New.
7833 * gdb.multi/crashme.c: New.
7834
7835 2009-10-13 Tristan Gingold <gingold@adacore.com>
7836
7837 * gdb.base/sepdebug.exp: Check debug info are found.
7838
7839 2009-10-08 Pedro Alves <pedro@codesourcery.com>
7840
7841 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
7842 bits.
7843
7844 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7845
7846 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
7847
7848 2009-10-07 Joel Brobecker <brobecker@adacore.com>
7849
7850 * gdb.base/watchpoints.c: Add copyright header. Reformat one
7851 of the comments.
7852
7853 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
7854
7855 * gdb.base/annota1.exp: Remove obsolete match_max increase.
7856 * gdb.base/annota3.exp: Idem.
7857 * gdb.base/maint.exp: Idem.
7858
7859 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7860
7861 * lib/gdb.exp (default_gdb_init): Set current value of match_max
7862 to default.
7863
7864 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7865
7866 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
7867 mingw and cygwin targets.
7868
7869 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7870 Pedro Alves <pedro@codesourcery.com>
7871
7872 * lib/gdb.exp (gdb_compile): Avoid adding
7873 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
7874
7875 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7876
7877 * gdb.base/shr1.c: Use %p in format string.
7878 * gdb.base/unload.c: Avoid warning in fprintf.
7879 * gdb.base/watchpoint-solib.c: Idem.
7880
7881 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7882
7883 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
7884 long type.
7885 (test_unlink): Correct printf string.
7886 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
7887 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
7888
7889 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
7892 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
7893 * gdb.arch/ia64-breakpoint-shadow.S: New file.
7894
7895 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7896
7897 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
7898 * gdb.objc/nondebug.exp: Likewise.
7899
7900 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7901
7902 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
7903 target_info setting.
7904
7905 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
7906 that detect new threads during "info threads".
7907
7908 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7909
7910 * gdb.threads/manythreads.c (main): Increase thread stack size
7911 to 2*PTHREAD_STACK_MIN.
7912 * gdb.threads/multi-create.c (main): Likewise.
7913 (create_function): Likewise.
7914
7915 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7916
7917 * gdb.base/dump.exp: Pass difference of pointer types instead
7918 of integer types as offset to restore in intarr3.srec case.
7919
7920 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7921
7922 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
7923
7924 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7925
7926 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
7927
7928 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
7929
7930 New test for two watchpoints, with disabling of
7931 the first inserted.
7932 * testsuite/gdb.base/watchpoints.c: New file.
7933 * testsuite/gdb.base/watchpoints.exp: New file.
7934
7935 2009-09-25 Tom Tromey <tromey@redhat.com>
7936
7937 * gdb.base/charset.exp: Test utf-16 strings with Python.
7938
7939 2009-09-25 Tom Tromey <tromey@redhat.com>
7940
7941 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
7942 UCS-4.
7943 * gdb.base/charset.c (utf_32_string): Rename.
7944 (init_utf32): Rename.
7945 (main): Update.
7946
7947 2009-09-22 Tom Tromey <tromey@redhat.com>
7948
7949 * gdb.python/py-function.exp: Add regression tests.
7950
7951 2009-09-21 Keith Seitz <keiths@redhat.com>
7952
7953 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
7954 with invalid operator.
7955
7956 2009-09-21 Keith Seitz <keiths@redhat.com>
7957
7958 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
7959 and destructor using typedef name of class.
7960 * gdb.cp/classes.cc (class Base1): Add a destructor.
7961 (base1): New typedef.
7962 (use_methods): Instanitate an object of type base1.
7963 * gdb.cp/templates.exp (test_template_typedef): New procedure.
7964 (do_tests): Call test_template_typedef.
7965 * gdb.cp/templates.cc (Baz::~Baz): New method.
7966 (intBazOne): New typedef.
7967 (main): Instantiate intBazOne.
7968
7969 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7970
7971 PR python/10633
7972
7973 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
7974 Function.
7975 (run_lang_tests): Add print elements test.
7976
7977 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7978
7979 * gdb.python/py-value.exp (test_subscript_regression): New
7980 function. Test for invalid subscripts.
7981 * gdb.python/py-value.c (main): Add test array, and pointer to it.
7982 (ptr_ref): New function.
7983
7984 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7985
7986 * gdb.base/default.exp: Fix "show convenience".
7987
7988 2009-09-15 Tom Tromey <tromey@redhat.com>
7989
7990 * lib/mi-support.exp (mi_create_varobj): Update.
7991 (mi_create_floating_varobj): Likewise.
7992 (mi_create_dynamic_varobj): New proc.
7993 (mi_varobj_update): Update.
7994 (mi_varobj_update_with_type_change): Likewise.
7995 (mi_varobj_update_kv_helper): New proc.
7996 (mi_varobj_update_dynamic_helper): Rewrite.
7997 (mi_varobj_update_dynamic): New proc.
7998 (mi_list_varobj_children): Update.
7999 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
8000 * gdb.python/python-prettyprint.py (pp_outer): New class.
8001 (pp_nullstr): Likewise.
8002 (lookup_function): Register new printers.
8003 * gdb.python/python-prettyprint.c (struct substruct): New type.
8004 (struct outerstruct): Likewise.
8005 (substruct_test): New function.
8006 (struct nullstr): New type.
8007 (string_1, string_2): New globals.
8008 (main): Add new tests.
8009 * gdb.python/python-mi.exp: Added regression tests.
8010 * gdb.mi/mi2-var-display.exp: Update.
8011 * gdb.mi/mi2-var-cmd.exp: Update.
8012 * gdb.mi/mi2-var-child.exp: Update.
8013 * gdb.mi/mi2-var-block.exp: Update.
8014 * gdb.mi/mi-var-invalidate.exp: Update.
8015 * gdb.mi/mi-var-display.exp: Update.
8016 * gdb.mi/mi-var-cmd.exp: Update.
8017 * gdb.mi/mi-var-child.exp: Update.
8018 * gdb.mi/mi-var-block.exp: Update.
8019 * gdb.mi/mi-break.exp: Update.
8020 * gdb.mi/gdb701.exp: Update.
8021
8022 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
8023
8024 * Makefile.in: Inclusion of catch-syscall object.
8025 * gdb.base/catch-syscall.c: New file.
8026 * gdb.base/catch-syscall.exp: New file.
8027
8028 2009-09-12 Michael Snyder <msnyder@vmware.com>
8029
8030 * gdb.reverse/step-reverse.exp: Explicitly check for targets
8031 that can support reverse debuggnig.
8032
8033 2009-09-11 Tom Tromey <tromey@redhat.com>
8034
8035 * gdb.dwarf2/valop.S: New file.
8036 * gdb.dwarf2/valop.exp: New file.
8037
8038 2009-09-11 Mark Kettenis <kettenis@gnu.org>
8039
8040 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
8041
8042 2009-09-10 Doug Evans <dje@google.com>
8043
8044 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
8045 Add $gdb_prompt to second breakpoint regexp.
8046
8047 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
8048
8049 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
8050 names, add missing ones.
8051 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
8052 * gdb.python/py-frame.c: Rename from python-frame.c.
8053 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
8054 testfile name.
8055 * gdb.python/py-function.exp: Rename from python-function.exp.
8056 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
8057 testfile name.
8058 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
8059 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
8060 Adjust testfile name.
8061 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
8062 * gdb.python/py-template.cc: Rename from python-template.cc.
8063 * gdb.python/py-template.exp: Rename from python-template.exp.
8064 Adjust testfile name.
8065 * gdb.python/py-value.c: Rename from python-value.c.
8066 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
8067 testfile name.
8068
8069 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8070
8071 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
8072 $bpt2address.
8073 (Second breakpoint address is valid on ia64)
8074 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
8075
8076 2009-09-03 Joseph Myers <joseph@codesourcery.com>
8077
8078 * gdb.base/ending-run.exp: Restrict regular expression matching
8079 line number to require closing brace following.
8080
8081 2009-09-03 Doug Evans <dje@google.com>
8082
8083 * gdb.base/store.exp (check_set): Fix typo in expected value message.
8084
8085 2009-09-02 Tom Tromey <tromey@redhat.com>
8086
8087 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
8088
8089 2009-09-02 Tom Tromey <tromey@redhat.com>
8090
8091 * gdb.dwarf2/callframecfa.exp: New file.
8092 * gdb.dwarf2/callframecfa.S: New file.
8093
8094 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8095
8096 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
8097 gdb.base/solib-overlap-main.c: New.
8098
8099 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
8100
8101 PR gdb/10565
8102
8103 * gdb.base/bitfields.c (struct container, container): New.
8104 (main): Initialize it and call break5.
8105 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
8106
8107 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8108
8109 Support constant DW_AT_data_member_location by GCC PR debug/40659.
8110 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
8111
8112 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8113
8114 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
8115
8116 2009-08-26 Michael Snyder <msnyder@vmware.com>
8117
8118 * gdb.base/i386-reverse.c: New file.
8119 * gdb.base/i386-reverse.exp: New file.
8120 * gdb.base/Makefile.in: Add new files to be removed.
8121
8122 2009-08-26 Joseph Myers <joseph@codesourcery.com>
8123
8124 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
8125 environment-pwd for remote host.
8126 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
8127
8128 2009-08-24 Keith Seitz <keiths@redhat.com>
8129
8130 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
8131 Add two new C++ completer tests which limit the output to a
8132 given class.
8133
8134 2009-08-24 Michael Snyder <msnyder@vmware.com>
8135
8136 * gdb.base/del.exp: Fix typo in comment.
8137 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
8138
8139 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8140
8141 * configure: Regenerate.
8142 * gdb.hp/configure: Likewise.
8143 * gdb.hp/gdb.aCC/configure: Likewise.
8144 * gdb.hp/gdb.base-hp/configure: Likewise.
8145 * gdb.hp/gdb.compat/configure: Likewise.
8146 * gdb.hp/gdb.defects/configure: Likewise.
8147 * gdb.hp/gdb.objdbg/configure: Likewise.
8148 * gdb.stabs/configure: Likewise.
8149
8150 2009-08-19 Doug Evans <dje@google.com>
8151
8152 * gdb.base/gdbvars.c: New file.
8153 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
8154
8155 2009-08-14 Pedro Alves <pedro@codesourcery.com>
8156
8157 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8158 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
8159
8160 2009-08-13 Pedro Alves <pedro@codesourcery.com>
8161
8162 * gdb.base/default.exp: Adjust "set language test": it's now an
8163 enum command. Larger help string moved to "help set language".
8164 * gdb.base/help.exp: Adjust "help set language" expected output,
8165 now lists all known languages.
8166
8167 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
8168
8169 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
8170 all frame arguments.
8171 * gdb.arch/altivec-regs.exp: Likewise.
8172
8173 2009-08-07 Tom Tromey <tromey@redhat.com>
8174
8175 * gdb.base/setshow.exp: Add tests for changes to set language, set
8176 check range, and set check type.
8177
8178 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
8179
8180 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
8181 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
8182 Call it.
8183
8184 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8185
8186 * configure.ac: Run gdb.cell tests when appropriate.
8187 * configure: Regenerate.
8188 * lib/cell.exp: New file.
8189 * gdb.cell: New directory.
8190 * gdb.cell/configure.ac: New file.
8191 * gdb.cell/configure: New file.
8192 * gdb.cell/Makefile.in: New file.
8193 * gdb.cell/arch.exp: New file.
8194 * gdb.cell/break.c: New file.
8195 * gdb.cell/break.exp: New file.
8196 * gdb.cell/break-spu.c: New file.
8197 * gdb.cell/bt.c: New file.
8198 * gdb.cell/bt2-spu.c: New file.
8199 * gdb.cell/bt-spu.c: New file.
8200 * gdb.cell/bt.exp: New file.
8201 * gdb.cell/coremaker.c: New file.
8202 * gdb.cell/coremaker-spu.c: New file.
8203 * gdb.cell/core.exp: New file.
8204 * gdb.cell/gcore.exp: New file.
8205 * gdb.cell/data.c: New file.
8206 * gdb.cell/data.exp: New file.
8207 * gdb.cell/data-spu.c: New file.
8208 * gdb.cell/ea-cache.exp: New file.
8209 * gdb.cell/ea-cache.c: New file.
8210 * gdb.cell/ea-cache-spu.c: New file.
8211 * gdb.cell/ea-standalone.c: New file.
8212 * gdb.cell/ea-standalone.exp: New file.
8213 * gdb.cell/ea-test.c: New file.
8214 * gdb.cell/ea-test.exp: New file.
8215 * gdb.cell/f-regs.exp: New file.
8216 * gdb.cell/mem-access.c: New file.
8217 * gdb.cell/mem-access.exp: New file.
8218 * gdb.cell/mem-access-spu.c: New file.
8219 * gdb.cell/ptype.exp: New file.
8220 * gdb.cell/registers.exp: New file.
8221 * gdb.cell/size.c: New file.
8222 * gdb.cell/sizeof.exp: New file.
8223 * gdb.cell/size-spu.c: New file.
8224 * gdb.cell/solib.exp: New file.
8225 * gdb.cell/solib-symbol.exp: New file.
8226
8227 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8228
8229 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
8230
8231 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
8232
8233 * gdb.base/float.exp: Handle VFP registers.
8234
8235 2009-07-14 Michael Snyder <msnyder@vmware.com>
8236
8237 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
8238 to bring gdb to the beginning of the calling line.
8239
8240 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
8241 confusing the i386 epilogue unwinder.
8242
8243 2009-07-14 Stan Shebs <stan@codesourcery.com>
8244
8245 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
8246
8247 2009-07-14 Michael Snyder <msnyder@vmware.com>
8248
8249 * gdb.reverse/step-reverse.exp (stepi into function call):
8250 Call instruction may not be first instruction in the line.
8251 (reverse stepi from a function call): Used wrong line number.
8252
8253 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8254
8255 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
8256
8257 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8258
8259 Fix gdb.base/macscp.exp when using custom inputrc.
8260 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
8261 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
8262 env(TERM) set.
8263 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
8264 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
8265
8266 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8267
8268 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
8269 * gdb.base/annota1.exp (thread_test): Import global $testfile.
8270 Change the compilation target to match the testcase name.
8271 * gdb.base/sect-cmd.exp: Change the compilation target to match the
8272 testcase name.
8273 * a2-run.exp: Use for setup prepare_for_testing. Change the
8274 compilation target to match the testcase name.
8275 * gdb.base/commands.exp: Likewise.
8276 * gdb.base/finish.exp: Likewise.
8277 * gdb.base/float.exp: Likewise.
8278 * gdb.base/info-target.exp: Likewise.
8279 * gdb.base/relational.exp: Likewise.
8280 * gdb.base/term.exp: Likewise.
8281 * gdb.base/until.exp: Likewise.
8282 * gdb.base/volatile.exp: Likewise.
8283 * gdb.base/whatis-exp.exp: Likewise.
8284
8285 2009-07-11 Hui Zhu <teawater@gmail.com>
8286
8287 * gdb.base/help.exp (disassemble): Update expected help text.
8288
8289 2009-07-09 Tom Tromey <tromey@redhat.com>
8290
8291 * lib/gdb.exp: Handle TRANSCRIPT.
8292 (remote_spawn, remote_close, send_gdb): New procs.
8293
8294 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
8295
8296 * gdb.python/python-prettyprint.c: Add counted null string
8297 structure.
8298 * gdb.python/python-prettyprint.exp: Print null string. Test for
8299 embedded nulls.
8300 * gdb.python/python-prettyprint.py (pp_ns): New Function.
8301 * gdb.python/python-value.exp (test_value_in_inferior): Add
8302 variable length string fetch tests.
8303 * gdb.python/python-value.c (main): Add strings for string fetch tests.
8304
8305 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 * gdb.base/dump.exp (inaccessible memory is reported): New test.
8308
8309 2009-07-07 Tom Tromey <tromey@redhat.com>
8310
8311 * gdb.base/call-rt-st.exp: Update for change to escape output.
8312 * gdb.base/callfuncs.exp: Likewise.
8313 * gdb.base/charset.exp: Likewise.
8314 * gdb.base/constvars.exp: Likewise.
8315 * gdb.base/long_long.exp: Likewise.
8316 * gdb.base/pointers.exp: Likewise.
8317 * gdb.base/printcmds.exp: Likewise.
8318 * gdb.base/setvar.exp: Likewise.
8319 * gdb.base/store.exp: Likewise.
8320 * gdb.cp/ref-types.exp: Likewise.
8321 * gdb.mi/mi-var-child.exp: Likewise.
8322 * gdb.mi/mi-var-display.exp: Likewise.
8323 * gdb.mi/mi2-var-display.exp: Likewise.
8324 * gdb.base/charset.exp: Test octal escape sequence length.
8325 Update for change to escape output.
8326
8327 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8328
8329 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
8330
8331 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
8332
8333 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
8334
8335 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8336
8337 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
8338 gdbserver increasing $portnum if "Can't bind address" has been seen.
8339
8340 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8341
8342 * gdb.base/ending-run.exp: Add "step out of main" pattern for
8343 mingw32ce.
8344
8345 2009-07-05 Pedro Alves <pedro@codesourcery.com>
8346
8347 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
8348 VFP format.
8349
8350 2009-07-02 Pedro Alves <pedro@codesourcery.com>
8351
8352 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
8353 linux. Adjust to use "inferior", "info inferiors", "detach
8354 inferior" and "kill inferior" instead of "restart", "info fork",
8355 "detach fork" and "delete fork".
8356 * gdb.base/ending-run.exp: Spell out "info".
8357 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
8358 the "kill" command.
8359
8360 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8361
8362 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
8363 change to prefix TLS offset in hex with 0x.
8364
8365 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8366
8367 * gdb.base/default.exp: Update test case for "x" changes.
8368
8369 2009-07-01 Tristan Gingold <gingold@adacore.com>
8370
8371 * gdb.base/bigcore.exp: Make darwin untested.
8372
8373 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.base/completion.exp (directory completion): Create the directory.
8376 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
8377 escapeuniquesub.
8378 (directory completion 2): Expect now ${escapeuniquesub}.
8379 (Glob remaining of directory test): Remove one excessive newline.
8380 Expect the real output.
8381
8382 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8383
8384 Fix `make check//%' target after `make check' has been ran.
8385 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
8386 a mkdir call.
8387 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
8388 (%/.dir): Remove.
8389
8390 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8391
8392 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
8393 the expected result record.
8394
8395 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8396
8397 Remove racy FAILs relying just on the timeouts.
8398 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
8399 (annotation_level 2): Remove racy FAILs.
8400
8401 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
8402
8403 gdb/10275
8404 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
8405
8406 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
8407
8408 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
8409
8410 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
8411
8412 * gdb.mi/mi-stack.exp: Testing symbolic options
8413 to -stack-list-locals and -stack-list-arguments.
8414
8415 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8416
8417 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
8418
8419 2009-06-29 Tom Tromey <tromey@redhat.com>
8420
8421 * dg-extract-results.sh: New file.
8422 * Makefile.in (FORCE_PARALLEL): New variable.
8423 (CHECK_TARGET): New conditional variable.
8424 (check): Use CHECK_TARGET.
8425 (DO_RUNTEST): New variable.
8426 (check-single): New target.
8427 (TEST_DIRS): New variable.
8428 (TEST_TARGETS): Likewise.
8429 (check-parallel): New target.
8430 (check-gdb.%): New pattern.
8431 (BASE1_FILES): New variable.
8432 (BASE2_FILES): Likewise.
8433 (check-gdb.base%): New pattern.
8434 (%/.dir): New pattern.
8435 * configure: Rebuild.
8436 * aclocal.m4 (AM_CONDITIONAL): New defun.
8437 * configure.ac: Check whether user is using GNU make.
8438 (GMAKE): New conditional.
8439
8440 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8441
8442 * gdb.cp/namespace-nested-import.cc: New test.
8443 * gdb.cp/namespace-nested-import.exp: New test.
8444
8445 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8446
8447 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8448 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8449 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8450 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8451 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8452 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8453 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8454 gdb.opt/inline-markers.c: New files.
8455 * lib/gdb.exp (skip_inline_frame_tests): New function.
8456 (skip_inline_var_tests): New function.
8457
8458 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8459
8460 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8461 backtrace.
8462
8463 2009-06-27 Michael Snyder <msnyder@vmware.com>
8464
8465 * gdb.reverse: New directory.
8466 * gdb.reverse/break-reverse.c: New test.
8467 * gdb.reverse/break-reverse.exp: New test.
8468 * gdb.reverse/consecutive-reverse.c: New test.
8469 * gdb.reverse/consecutive-reverse.exp: New test.
8470 * gdb.reverse/finish-reverse.c: New test.
8471 * gdb.reverse/finish-reverse.exp: New test.
8472 * gdb.reverse/machinestate.c: New test.
8473 * gdb.reverse/ms1.c: New test.
8474 * gdb.reverse/machinestate.exp: New test.
8475 * gdb.reverse/Makefile.in: New file.
8476 * gdb.reverse/shr2.c: New test.
8477 * gdb.reverse/solib-reverse.c: New test.
8478 * gdb.reverse/solib-reverse.exp: New test.
8479 * gdb.reverse/step-reverse.c: New test.
8480 * gdb.reverse/step-reverse.exp: New test.
8481 * gdb.reverse/until-reverse.c: New test.
8482 * gdb.reverse/ur1.c: New test.
8483 * gdb.reverse/until-reverse.exp: New test.
8484 * gdb.reverse/watch-reverse.c: New test.
8485 * gdb.reverse/watch-reverse.exp: New test.
8486 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
8487 * configure: Regenerate.
8488
8489 2009-06-26 Doug Evans <dje@google.com>
8490
8491 * gdb.base/psymtab.exp: Turn off pending breakpoints.
8492
8493 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
8494
8495 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8496 windows problem for 'file delete $binfile'.
8497
8498 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
8499
8500 * gdb.cp/namespace-using.exp: New test.
8501 * gdb.cp/namespace-using.cc: New test.
8502
8503 2009-05-20 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.ada/variant_record_packed_array: New testcase.
8506
8507 2009-06-23 Tom Tromey <tromey@redhat.com>
8508
8509 * gdb.base/charset.exp (test_combination): Regression test.
8510 * gdb.base/charset.c (my_wchar_t): New typedef.
8511 (myvar): New global.
8512 (main): Set myvar.
8513
8514 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
8515
8516 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8517 target.
8518
8519 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8520
8521 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8522
8523 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8524
8525 * gdb.mi/gdb680.exp: Update test for error message.
8526
8527 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8528
8529 * gdb.base/annota1.exp: Allow multiple occurrences of the
8530 frames-invalid annotation.
8531 * gdb.cp/annota2.exp: Likewise.
8532
8533 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
8534
8535 * gdb.cp/gdb2495.cc: New file.
8536 * gdb.cp/gdb2495.exp: New file.
8537
8538 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 Report error on GDB crash during runto.
8541 * lib/gdb.exp (runto <eof>): New.
8542
8543 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
8544
8545 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8546 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8547 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8548 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8549 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8550 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8551 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8552 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8553 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8554 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8555 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8556 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8557 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8558 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8559 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8560 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8561 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8562 gdb.server/server-mon.exp, gdb.server/server-run.exp,
8563 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8564 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8565 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8566 gdb.trace/passcount.exp, gdb.trace/report.exp,
8567 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8568 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8569 gdb.trace/while-stepping.exp: Use a unique name for the compiled
8570 executable.
8571
8572 2009-06-07 Pedro Alves <pedro@codesourcery.com>
8573
8574 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8575 defined before referencing it.
8576
8577 2009-06-03 Doug Evans <dje@google.com>
8578
8579 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8580 * gdb.arch/i386-see.c: Ditto.
8581
8582 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
8583
8584 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8585 (check_macro): Return 1 if undefined.
8586 If first test fails, check if macro debug information is available,
8587 and report unsupported test if no macro information is found.
8588
8589 2009-05-29 Doug Evans <dje@google.com>
8590
8591 * gdb.threads/hand-call-in-threads.exp: New.
8592 * gdb.threads/hand-call-in-threads.c: New.
8593
8594 2009-05-29 Michael Snyder <msnyder@vmware.com>
8595
8596 * gdb.base/break-always.exp: Change "1" to "on".
8597 Add confirmation check.
8598
8599 2009-05-28 Pedro Alves <pedro@codesourcery.com>
8600
8601 * gdb.threads/threxit-hop-specific.c: New.
8602 * gdb.threads/threxit-hop-specific.exp: New.
8603 * gdb.threads/thread-execl.c: New.
8604 * gdb.threads/thread-execl.exp: New.
8605
8606 2009-05-27 Tom Tromey <tromey@redhat.com>
8607 Thiago Jung Bauermann <bauerman@br.ibm.com>
8608
8609 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8610 (mi_child_regexp): Likewise.
8611 (mi_list_varobj_children_range): Likewise.
8612 (mi_get_features): Likewise.
8613 (mi_list_varobj_children): Rewrite.
8614 * gdb.python/python-mi.exp: New file.
8615
8616 2009-05-27 Tom Tromey <tromey@redhat.com>
8617 Thiago Jung Bauermann <bauerman@br.ibm.com>
8618 Phil Muldoon <pmuldoon@redhat.com>
8619 Paul Pluzhnikov <ppluzhnikov@google.com>
8620
8621 * gdb.python/python-prettyprint.exp: New file.
8622 * gdb.python/python-prettyprint.c: New file.
8623 * gdb.python/python-prettyprint.py: New file.
8624 * gdb.base/display.exp: print/r is now valid.
8625
8626 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
8627 Tom Tromey <tromey@redhat.com>
8628 Pedro Alves <pedro@codesourcery.com>
8629 Paul Pluzhnikov <ppluzhnikov@google.com>
8630
8631 * gdb.python/python-template.exp: New file.
8632 * gdb.python/python-template.cc: New file.
8633 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8634 tests.
8635 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8636 Call it.
8637 (test_value_after_death): New proc.
8638 * gdb.python/python-value.c (PTR): New typedef.
8639 (main): New variable 'x'.
8640
8641 2009-05-27 Tom Tromey <tromey@redhat.com>
8642
8643 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8644 tests.
8645 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8646 Call it.
8647
8648 2009-05-27 Pedro Alves <pedro@codesourcery.com>
8649
8650 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
8651
8652 2009-05-24 Pedro Alves <pedro@codesourcery.com>
8653
8654 * gdb.threads/fork-thread-pending.c: New.
8655 * gdb.threads/fork-thread-pending.exp: New.
8656
8657 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8658
8659 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
8660 * gdb.dwarf2/dw2-strp.S (a_string2): New.
8661
8662 2009-05-18 Jon Beniston <jon@beniston.com>
8663
8664 * gdb.asm/asm-source.exp: Add lm32 target.
8665
8666 2009-05-17 Pedro Alves <pedro@codesourcery.com>
8667
8668 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
8669 `gdb_get_line_number'. Call `callee' in both parent and child.
8670 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8671 `gdb_get_line_number' instead of hardcoding line numbers.
8672 (catch_fork_unpatch_child): New procedure to test detaching
8673 breakpoints from child fork.
8674 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8675 hardcoding line numbers.
8676 (do_fork_tests): Run `catch_fork_unpatch_child'.
8677
8678 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8679
8680 * gdb.mi/mi-cmd-var.exp: Check that when varobj
8681 of structure type enters or leaves the scope, it
8682 is reported by -var-update.
8683
8684 2009-05-11 Doug Evans <dje@sebabeach.org>
8685
8686 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
8687 * gdb.threads/pending-step.c (main): Fix off-by-one error.
8688 * gdb.threads/schedlock.c (main): Fix off-by-one error.
8689
8690 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8691
8692 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8693
8694 2009-04-30 Doug Evans <dje@google.com>
8695
8696 * gdb.threads/watchthreads2.exp: New testcase.
8697 * gdb.threads/watchthreads2.c: New testcase.
8698
8699 2009-04-29 Doug Evans <dje@google.com>
8700
8701 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8702 * gdb.cp/mb-ctor.cc: Ditto.
8703 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8704 * gdb.cp/mb-inline.h (multi_line_foo): New function.
8705 * gdb.cp/mb-inline1.cc: Call it.
8706 * gdb.cp/mb-inline2.cc: Ditto.
8707 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
8708 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
8709
8710 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
8713 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
8714 Replace all uses of `decimal' by `nonzero'.
8715 (info macro FROM_COMMANDLINE): New test.
8716
8717 2009-04-27 Tom Tromey <tromey@redhat.com>
8718
8719 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
8720
8721 2009-04-27 Doug Evans <dje@google.com>
8722
8723 * gdb.threads/watchthreads.c (main): Initialize args before starting
8724 the threads. Plus formatting cleanup.
8725 * gdb.threads/watchthreads.exp: Avoid errant failures due to
8726 biased scheduling of one thread.
8727
8728 2009-04-27 Jerome Guitton <guitton@adacore.com>
8729
8730 * gdb.cp/templates.cc (GetMax): New template.
8731 (main): Declare two instances of GetMax.
8732 * gdb.cp/templates.exp: Add new test.
8733
8734 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8735
8736 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
8737
8738 2009-04-22 Joseph Myers <joseph@codesourcery.com>
8739
8740 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
8741
8742 2009-04-15 Tom Tromey <tromey@redhat.com>
8743
8744 * gdb.base/charset.exp: Add regression test.
8745
8746 2009-04-14 Joel Brobecker <brobecker@adacore.com>
8747
8748 * gdb.base/exe-lock.exp: New testcase.
8749
8750 2009-04-13 Tom Tromey <tromey@redhat.com>
8751
8752 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
8753 operator on Frame.
8754
8755 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8756
8757 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
8758 * gdb.server/ext-attach.exp: Likewise.
8759
8760 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
8761
8762 Eliminate some sleep usage.
8763
8764 * gdb.mi/basics.c (do_nothing): New.
8765 (main): Use do_nothing instead of printf, so that
8766 not to introduce race condition between output of
8767 inferiour and output of gdb. Do not use sleep as it
8768 is not generally available on embedded targets.
8769
8770 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8771
8772 * gdb.server/ext-attach.exp: Expect an optional process id after
8773 "Detached from remote process".
8774
8775 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
8778 gdb.dwarf2/dw2-unresolved.exp: New.
8779
8780 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8781
8782 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
8783 mi_run_to_main.
8784
8785 2009-04-02 Pedro Alves <pedro@codesourcery.com>
8786
8787 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
8788 mi_run_to_main. Skip thread exit test on remote targets.
8789 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
8790 mi_run_to_main.
8791 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
8792 mi_run_to_main.
8793 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
8794 when expecting ^connected. Detect when the target doesn't support
8795 non-stop mode.
8796 (mi_run_cmd): Detect if non-stop mode was requested by isn't
8797 supported. Return -1 on error, 0 on success.
8798 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
8799 (mi_runto): Return mi_runto_helper's result explicitly.
8800
8801 2009-04-01 Pedro Alves <pedro@codesourcery.com>
8802
8803 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
8804
8805 2009-04-01 Tom Tromey <tromey@redhat.com>
8806
8807 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
8808 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
8809 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
8810 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
8811
8812 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
8813 Jan Kratochvil <jan.kratochvil@redhat.com>
8814
8815 PR gdb/931
8816 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
8817 output.
8818 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
8819 for gdb/931.
8820 * dw2-strp.S (DW_AT_language): Change to C++.
8821 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
8822
8823 2009-03-31 Joel Brobecker <brobecker@adacore.com>
8824
8825 * gdb.ada/tasks: New testcase.
8826
8827 2009-03-30 Stan Shebs <stan@codesourcery.com>
8828
8829 * gdb.trace/actions.exp: Update to match new info trace format.
8830 * gdb.trace/deltrace.exp: Ditto.
8831 * gdb.trace/infotrace.exp: Ditto.
8832 * gdb.trace/passcount.exp: Ditto.
8833 * gdb.trace/save-trace.exp: Ditto.
8834 * gdb.trace/while-stepping.exp: Ditto.
8835 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
8836
8837 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8838
8839 * gdb.python/python-frame.c: New file.
8840 * gdb.python/python-frame.exp: New file.
8841
8842 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
8843
8844 * gdb.python/python-value.exp: Add tests for the address
8845 attribute.
8846
8847 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
8848
8849 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
8850
8851 2009-03-26 Doug Evans <dje@google.com>
8852
8853 * gdb.mi/mi-nonstop-exit.exp: New file.
8854 * gdb.mi/non-stop-exit.c: New file.
8855
8856 2009-03-26 Tom Tromey <tromey@redhat.com>
8857
8858 Update for change to prologue skipping:
8859 * gdb.mi/mi2-simplerun.exp: Update.
8860 * gdb.mi/mi2-break.exp: Update.
8861 * gdb.mi/mi-simplerun.exp: Update.
8862 * gdb.mi/mi-break.exp: Update.
8863 * gdb.base/ending-run.exp: Update.
8864
8865 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
8866
8867 * gdb.python/python-value.exp (test_value_in_inferior): Test
8868 gdb.Value.is_optimized_out attribute.
8869
8870 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8871
8872 * gdb.dwarf2/dw2-noloc-main.c: New file.
8873 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
8874 (.text): Remove.
8875 (.data): New.
8876 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
8877 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
8878 (DW_TAG_subprogram func_cu1, noloc): Remove.
8879 (main): New.
8880 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
8881 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
8882 (file_symbols): New procedure.
8883
8884 2009-03-25 Tom Tromey <tromey@redhat.com>
8885
8886 * gdb.base/charset.exp (valid_target_charset): New proc.
8887 Use it to skip tests on invalid charsets.
8888
8889 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
8890
8891 * gdb.base/completion.exp: Add a test for directory completion.
8892
8893 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8894
8895 Fix a racy FAIL.
8896 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
8897 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
8898
8899 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
8900
8901 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
8902 * gdb.python/python-function.exp: Add test for function returning
8903 a GDB value.
8904
8905 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
8906
8907 * gdb.python/python-function.exp: New file.
8908
8909 2009-03-20 Tom Tromey <tromey@redhat.com>
8910
8911 * gdb.base/store.exp: Update for change to escape output.
8912 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
8913 to escape output.
8914 * gdb.base/pointers.exp: Update for change to escape output.
8915 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
8916 to escape output.
8917 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
8918 escape output.
8919 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
8920 to escape output.
8921 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
8922 escape output.
8923 * gdb.base/setvar.exp: Update for change to escape output.
8924 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
8925 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
8926 to escape output.
8927 (test_print_string_constants): Likewise.
8928 * gdb.base/charset.exp (valid_host_charset): Check size of
8929 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
8930 cases. Handle "auto"-related output.
8931 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
8932 (uvar, Uvar): New globals.
8933
8934 2009-03-19 Jerome Guitton <guitton@adacore.com>
8935
8936 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
8937 deltas.
8938 * gdb.ada/fixed_points.exp: Ditto.
8939
8940 2009-03-18 Pedro Alves <pedro@codesourcery.com>
8941
8942 * return-nodebug.c: Don't include stdio.h.
8943 (init): Delete.
8944 (func): Delete definition and provide extern declaration.
8945 (t): New.
8946 (main): Don't call printf. Call func and store its result in t.
8947 * return-nodebug1.c: New.
8948 * return-nodebug.exp: Don't expect stdio output. Instead, print
8949 the global variable t. Drop printf formatters and cast types from
8950 foreach loop. Don't use prepare_for_testing. Compile
8951 return-nodebug.c and return-nodebug1.c in separate steps. Don't
8952 define FORMAT or CAST.
8953
8954 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8955
8956 * gdb.base/solib-display.exp: Disable test for remote targers.
8957
8958 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8959
8960 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
8961
8962 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8963
8964 Fix a racy FAIL.
8965 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
8966 code from `follow parent, print pids'.
8967 (`follow child, print pids', `follow parent, print pids'): Call it.
8968 Replace `gdb_test "break..."' by gdb_breakpoint.
8969
8970 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
8971
8972 * gdb.mi/mi-cli.exp: Adjust for output difference in
8973 sync and async modes.
8974
8975 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8976
8977 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
8978 that was checked in by mistake. Remove loading of ada.exp, since
8979 this is not necessary in this case.
8980
8981 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8982
8983 * gdb.ada/ptype_arith_binop.exp: New testcase.
8984
8985 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8986
8987 * gdb.ada/mod_from_name: New testcase.
8988
8989 2009-03-12 Joel Brobecker <brobecker@adacore.com>
8990
8991 * gdb.ada/tick_last_segv: New testcase.
8992
8993 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8994
8995 * gdb.mi/mi-cli.exp: Remove debug print.
8996
8997 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8998
8999 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
9000 include the token in ^running and frame info in *stopped.
9001
9002 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9003
9004 * solib-display.exp: New file.
9005 * solib-display-main.c: New file.
9006 * solib-display-lib.c: New file.
9007
9008 2009-03-05 Pedro Alves <pedro@codesourcery.com>
9009
9010 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
9011
9012 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9013
9014 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
9015 (list_and_check_macro): Use more specific test name.
9016 (next to definition): Make the test names unique.
9017
9018 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
9019
9020 * gdb.pascal/floats.exp: Accept approximate results everywhere.
9021
9022 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9023
9024 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
9025 notifications.
9026 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
9027 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
9028 * lib/mi-support.exp (library_loaded_re): New.
9029 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
9030
9031 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
9032
9033 * gdb.gdb/observer.exp: Use test_notification observer, not
9034 normal_stop, everywhere.
9035 (test_normal_stop_notifications): Rename to...
9036 (test_notifications): ...this.
9037 (test_observer_normal_stop): Rename to...
9038 (test_observer): ...this.
9039
9040 2009-02-16 Doug Evans <dje@google.com>
9041
9042 * gdb.arch/amd64-disp-step.S (test_int3): New test.
9043 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
9044 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
9045 (test_prefixed_syscall,test_int3): New tests.
9046 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
9047 (test_prefixed_syscall,test_int3): New tests.
9048
9049 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
9050
9051 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
9052 (mi_expect_interrupt): Likewise.
9053 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
9054 response.
9055
9056 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9057
9058 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
9059 * gdb.base/pc-fp.exp (get_valueofx): Remove.
9060 Replace calls to get_valueofx by get_hexadecimal_valueof.
9061
9062 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
9063
9064 * lib/gdb.exp (get_valueof): Accept anything as a return value.
9065 (get_integer_valueof): New procedure.
9066 (get_sizeof): Use new get_integer_value_of.
9067 * gdb.base/sizeof.exp: Replace all uses of get_valueof
9068 by get_integer_valueof.
9069
9070 2009-02-13 Tom Tromey <tromey@redhat.com>
9071
9072 * gdb.base/remote.exp (get_sizeof): Remove.
9073 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
9074 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
9075 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
9076 * lib/gdb.exp (get_valueof): Move from long_long.exp.
9077 (get_sizeof): Likewise.
9078
9079 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 PR fortran/9806
9082 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
9083
9084 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9085
9086 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
9087
9088 2009-02-06 Pedro Alves <pedro@codesourcery.com>
9089
9090 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
9091
9092 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
9093
9094 * gdb.python/python-cmd.exp: New file.
9095
9096 2009-02-06 Tristan Gingold <gingold@adacore.com>
9097
9098 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
9099
9100 2009-02-05 Tristan Gingold <gingold@adacore.com>
9101
9102 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
9103 pointer is dereferenced and use this signal name in regexp.
9104 * gdb.base/signull.exp: Ditto.
9105 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
9106 * gdb.base/signull.c (main): Ditto.
9107
9108 2009-02-04 Tom Tromey <tromey@redhat.com>
9109 Thiago Jung Bauermann <bauerman@br.ibm.com>
9110
9111 * gdb.python/python-value.exp: Use `gdb.history' instead of
9112 `gdb.value_from_history'.
9113 (test_value_numeric_ops): Add test for conversion of enum constant.
9114 * gdb.python/python-value.c (enum e): New type.
9115 (evalue): New global.
9116 (main): Use argv.
9117
9118 2009-02-04 Jerome Guitton <guitton@adacore.com>
9119
9120 * gdb.ada/uninitialized_vars: New test program.
9121 * gdb.ada/uninitialized_vars.exp: New testcase.
9122
9123 2009-02-02 Tom Tromey <tromey@redhat.com>
9124
9125 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
9126 * gdb.cp/pr2489.cc: Rename...
9127 * gdb.cp/pr9594.cc: ... to this.
9128
9129 2009-02-02 Tom Tromey <tromey@redhat.com>
9130
9131 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
9132 * gdb.cp/pr2489.cc: New file.
9133 * gdb.cp/cpcompletion.exp: New file.
9134
9135 2009-02-02 Tom Tromey <tromey@redhat.com>
9136
9137 PR exp/9059:
9138 * gdb.cp/call-c.exp: Add regression test.
9139 * gdb.cp/call-c.cc (FooHandle): New typedef.
9140 (main): New variable 'handle'.
9141
9142 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9143
9144 * lib/mi-support.exp (et_mi_thread_list)
9145 (check_mi_and_console_threads): Adjust for current thread in
9146 -thread-list-ids output.
9147
9148 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
9149
9150 * gdb.mi/mi-break.exp (test_disabled_creation): New.
9151 Call it.
9152
9153 2009-01-28 Doug Evans <dje@google.com>
9154
9155 * gdb.arch/amd64-disp-step.S: New file.
9156 * gdb.arch/amd64-disp-step.exp: New file.
9157 * gdb.arch/i386-disp-step.S: New file.
9158 * gdb.arch/i386-disp-step.exp: New file.
9159
9160 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
9161
9162 * gdb.base/find.exp: Set newline variable
9163 using quotes instead of braces to fix cygwin failures.
9164
9165 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9166
9167 * gdb.base/radix.exp: Add tests to ensure that that set
9168 input-radix 0 and set output-radix 0 are really rejected.
9169
9170 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9171
9172 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
9173 copyright years.
9174
9175 2009-01-23 Pedro Alves <pedro@codesourcery.com>
9176
9177 PR gdb/9664:
9178 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
9179
9180 2009-01-22 Pedro Alves <pedro@codesourcery.com>
9181
9182 PR c++/9631:
9183 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
9184
9185 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
9186
9187 * gdb.server/file-transfer.exp: Use EXEEXT variable for
9188 binfile definition to fix Windows OS failure.
9189
9190 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9191
9192 PR gdb/9346
9193 * gdb.base/interrupt.c (sigint_handler): New.
9194 (main): Install a SIGINT handler if SIGNALS is defined. Exit
9195 on error.
9196 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
9197 Test "signal SIGINT".
9198
9199 2009-01-19 Doug Evans <dje@google.com>
9200
9201 * gdb.base/break.exp: Update expected gdb output.
9202 * gdb.base/sepdebug.exp: Ditto.
9203 * gdb.mi/mi-syn-frame.exp: Ditto.
9204 * gdb.mi/mi2-syn-frame.exp: Ditto.
9205 * gdb.base/call-signal-resume.exp: New file.
9206 * gdb.base/call-signals.c: New file.
9207 * gdb.base/unwindonsignal.exp: New file.
9208 * gdb.base/unwindonsignal.c: New file.
9209 * gdb.threads/interrupted-hand-call.exp: New file.
9210 * gdb.threads/interrupted-hand-call.c: New file.
9211 * gdb.threads/thread-unwindonsignal.exp: New file.
9212
9213 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
9214
9215 * gdb.base/define.exp: Test defining and hooking prefix commands.
9216 * gdb.python/python.exp: Update test for "show user" output.
9217
9218 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
9221 now the output exactly, using less wildcards. Expect also the output
9222 of gfortran-4.3. Update for the f-valprint.c modification from
9223 2008-04-22.
9224 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
9225 Remove gdb_test test names where matching the command.
9226
9227 2009-01-01 Pedro Alves <pedro@codesourcery.com>
9228
9229 PR breakpoints/9681:
9230 * gdb.base/watchpoint.exp: Add regression test.
9231
9232 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9233
9234 * gdb.threads/attach-into-signal.exp: Don't use
9235 gdb_suppress_entire_file.
9236 * gdb.threads/attach-stopped.exp: Ditto.
9237 * gdb.threads/attachstop-mt.exp: Ditto.
9238
9239 2008-12-31 Pedro Alves <pedro@codesourcery.com>
9240
9241 PR gdb/8812:
9242 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
9243
9244 2008-12-29 Pedro Alves <pedro@codesourcery.com>
9245
9246 PR gdb/7536:
9247 * gdb.base/radix.exp: Add tests to ensure invalid input radices
9248 and unsupported output radices are really rejected.
9249
9250 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 * gdb.cp/punctuator.exp: Backslash the '$' signs.
9253
9254 2008-12-22 Tom Tromey <tromey@redhat.com>
9255
9256 * gdb.cp/punctuator.exp: New file.
9257
9258 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9259
9260 * gdb.base/completion.exp (Completing non-existing component): New test.
9261
9262 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9263
9264 Fix for PR gdb/8648.
9265 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
9266 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
9267 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
9268 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
9269
9270 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9271
9272 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
9273
9274 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
9275
9276 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
9277 compiler actually generate code at the expected line number.
9278
9279 2008-12-15 Jie Zhang <jie.zhang@analog.com>
9280
9281 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
9282
9283 2008-12-12 Tom Tromey <tromey@redhat.com>
9284
9285 * gdb.base/commands.exp (redefine_hook_test): New proc.
9286 Call it.
9287
9288 2008-12-11 Tom Tromey <tromey@redhat.com>
9289
9290 * gdb.base/macscp.exp: New regression test.
9291
9292 2008-12-11 Tom Tromey <tromey@redhat.com>
9293
9294 * gdb.base/macscp.exp: Print "address.addr".
9295 * gdb.base/macscp1.c (struct outer): New struct.
9296 (address): New global.
9297
9298 2008-12-09 Tom Tromey <tromey@redhat.com>
9299
9300 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
9301 Call it.
9302
9303 2008-12-04 Doug Evans <dje@google.com>
9304
9305 * gdb.server/ext-run.exp: Relax regexp for init program.
9306
9307 2008-12-03 Tristan Gingold <gingold@adacore.com>
9308
9309 * gdb.base/macscp.exp: Generate an object file during compilation
9310 to work around Darwin dsymutil limitations.
9311
9312 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 Test resolving external references to TLS variables.
9315 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
9316 FILE2_THREAD_LOCAL.
9317 (testfile2, srcfile2): New variables.
9318 * gdb.threads/tls.c (file2_thread_local)
9319 (function_referencing_file2_thread_local): New.
9320 * gdb.threads/tls2.c: New file.
9321
9322 2008-11-28 Joel Brobecker <brobecker@adacore.com>
9323
9324 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
9325 rather than integer, as integer might not be big enough when
9326 on 64bit targets.
9327
9328 2008-11-27 Jerome Guitton <guitton@adacore.com>
9329
9330 * gdb.cp/formatted-ref.exp: Add equality test.
9331 * gdb.ada/formatted_ref.exp: Ditto.
9332
9333 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
9336 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
9337
9338 2008-11-20 Andreas Schwab <schwab@suse.de>
9339
9340 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
9341 matching syscall entry point.
9342 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
9343 (tcatch_vfork_then_child_follow): Likewise. Finish through
9344 vfork even if we stopped at the syscall trampoline.
9345
9346 2008-11-20 Doug Evans <dje@google.com>
9347
9348 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
9349
9350 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
9351
9352 * gdb.arch/ppc-dfp.exp: New file.
9353 * gdb.arch/ppc-dfp.c: New file.
9354
9355 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
9356
9357 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
9358
9359 2008-11-17 Doug Evans <dje@google.com>
9360
9361 * gdb.mi/mi-syn-frame.exp: Update expected output.
9362 * gdb.mi/mi2-syn-frame.exp: Update expected output.
9363
9364 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9365
9366 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
9367 "thread N" results in =thread-selected.
9368 * lib/mi-support (mi_run_cmd, mi_expect_stop)
9369 (mi_send_resuming_command_raw): Be prepared for
9370 =thread-selected.
9371
9372 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
9373
9374 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
9375 * lib/mi-support.exp: Likewise.
9376
9377 2008-11-16 Joel Brobecker <brobecker@adacore.com>
9378
9379 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
9380 commands from the expected output for "help catch".
9381
9382 2008-11-15 Joel Brobecker <brobecker@adacore.com>
9383
9384 * gdb.ada/int_deref.exp: New testcase.
9385
9386 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
9387
9388 * gdb.mi/gdb2549.exp: New file.
9389
9390 2008-11-11 Doug Evans <dje@google.com>
9391
9392 * gdb.base/callexit.exp: New file.
9393 * gdb.base/callexit.c: New file.
9394
9395 2008-11-10 Doug Evans <dje@google.com>
9396
9397 * lib/gdb.exp (GDBFLAGS): Move -nx ...
9398 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
9399 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
9400 (default_gdb_start,default_gdb_exit): Ditto.
9401 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
9402 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
9403 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
9404 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
9405 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
9406 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
9407
9408 2008-11-03 Andreas Schwab <schwab@suse.de>
9409
9410 * gdb.base/hashline2.exp: Fix typo.
9411 * gdb.base/hashline3.exp: Likewise.
9412
9413 2008-10-30 Tom Tromey <tromey@redhat.com>
9414
9415 * gdb.base/pointers.exp: Add test.
9416 * gdb.base/pointers.c (k, S): New typedefs.
9417 (instance): New global.
9418
9419 2008-10-30 Andreas Schwab <schwab@suse.de>
9420
9421 * gdb.base/args.exp: Add tests for newlines.
9422
9423 2008-10-30 Joel Brobecker <brobecker@adacore.com>
9424
9425 gdb.base/foll-exec.exp: Update the expected output of a couple
9426 of "info breakpoints" tests.
9427
9428 2008-10-28 Tom Tromey <tromey@redhat.com>
9429
9430 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
9431
9432 2008-10-24 Pedro Alves <pedro@codesourcery.com>
9433
9434 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
9435 gdb_start_cmd.
9436 Use runto_main before any test that requires execution.
9437
9438 2008-10-23 Pedro Alves <pedro@codesourcery.com>
9439
9440 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9441 instead of SIGINT.
9442
9443 2008-10-22 Joel Brobecker <brobecker@adacore.com>
9444
9445 * gdb.base/completion.exp: Update expected output following
9446 the addition of the "info tasks" command.
9447
9448 2008-10-22 Tom Tromey <tromey@redhat.com>
9449
9450 * gdb.base/exprs.exp (test_expr): Add test for string
9451 concatenation.
9452
9453 2008-10-19 Pedro Alves <pedro@codesourcery.com>
9454
9455 * configure.ac: Output gdb.python/Makefile.
9456 * configure: Regenerate.
9457 * gdb.python/Makefile.in: New.
9458
9459 2008-10-16 Joel Brobecker <brobecker@adacore.com>
9460
9461 * gdb.base/foll-fork.exp: Adjust the expected output to match
9462 the new description for fork/vfork catchpoints in the "info
9463 breakpoints" output.
9464
9465 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9466
9467 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9468
9469 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9470
9471 * gdb.python/python-value.c: New file.
9472 * gdb.python/python-value.exp: New file.
9473
9474 2008-10-15 Pedro Alves <pedro@codesourcery.com>
9475
9476 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9477
9478 2008-10-15 Denis Pilat <denis.pilat@st.com>
9479
9480 * gdb.cp/mb-ctor.exp: Fix a typo.
9481
9482 2008-10-09 Tom Tromey <tromey@redhat.com>
9483
9484 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
9485 'fprintf' and 'stderr'.
9486
9487 2008-10-07 Joel Brobecker <brobecker@adacore.com>
9488
9489 * gdb.ada/ref_tick_size.exp: New testcase.
9490
9491 2008-10-06 Doug Evans <dje@google.com>
9492
9493 * gdb.dwarf2/dw2-cu-size.exp: New file.
9494 * gdb.dwarf2/dw2-cu-size.S: New file.
9495
9496 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9497 .Ltype_int for clarity.
9498
9499 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9500
9501 PR gdb/2384:
9502 * gdb.cp/gdb2384.exp: Extended to test more cases.
9503 * gdb.cp/gdb2384.cc: Likewise.
9504 * gdb.cp/gdb2384-base.h: Likewise.
9505 * gdb.cp/gdb2384-base.cc: Likewise.
9506
9507 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * gdb.base/maint.exp (maint print type): Remove printing
9510 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9511
9512 2008-09-30 Tom Tromey <tromey@redhat.com>
9513
9514 * gdb.base/macscp.exp: Add completion tests.
9515 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9516 (TWENTY_THREE): Likewise.
9517 (FORTY_EIGHT): Likewise.
9518
9519 2008-09-30 Tom Tromey <tromey@redhat.com>
9520
9521 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9522 everywhere.
9523 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9524
9525 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9528 testcase is derived from. Fix racy dependency on an expected PID
9529 number. No longer support the testcase on Linux kernel 2.4.x.
9530
9531 2008-09-27 Tom Tromey <tromey@redhat.com>
9532
9533 * gdb.base/macscp.exp: Add tests for stringification, splicing,
9534 and varargs.
9535
9536 2008-09-22 Pedro Alves <pedro@codesourcery.com>
9537
9538 * lib/mi-support.exp (mi_expect_interrupt): New.
9539 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9540 from gdb.mi/mi-nonstop.exp.
9541 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9542 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9543 lib/mi-support.exp.
9544 Use mi_check_thread_states throughout. Avoid ".*" and do not
9545 require an anchor after -exec-run.
9546
9547 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
9548
9549 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9550 stop is pending. Avoid ".*" when two stops are pending.
9551 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9552 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9553 newlines in fullnames.
9554 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9555 (mi_expect_stop): Update comments. Only anchor in sync mode.
9556 Do not match newlines.
9557 (mi_send_resuming_command_raw): Always return status.
9558 (mi_get_stop_line): Do not match more than one line by accident.
9559 Only anchor in sync mode.
9560 (mi_run_inline_test): If -exec-next fails, give up.
9561
9562 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9563
9564 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9565 on SPU.
9566
9567 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9568
9569 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9570
9571 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9572
9573 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9574 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9575 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9576 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9577 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9578 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9579 gdb.ada/interface.exp, gdb.ada/null_array.exp,
9580 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9581 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9582 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9583 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9584 Include the "= " sequence in the expected output of print tests.
9585
9586 2008-09-10 Joel Brobecker <brobecker@adacore.com>
9587
9588 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9589 description for boolean types.
9590
9591 2008-09-09 Pedro Alves <pedro@codesourcery.com>
9592
9593 * gdb.base/hook-stop-continue.c: New.
9594 * gdb.base/hook-stop-continue.exp: New.
9595
9596 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9597
9598 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9599
9600 2008-09-08 Jerome Guitton <guitton@adacore.com>
9601
9602 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9603 (stack_check_probe_2, stack_check_probe_loop_1)
9604 (stack_check_probe_loop_2): New functions.
9605 (main): Add call to these new functions.
9606 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9607 functions, check that the breakpoint is inserted at the appropriate
9608 location.
9609 (insert_breakpoint): Slightly refine this procedure so that it can
9610 be called several times in the test.
9611
9612 2008-09-08 Jerome Guitton <guitton@adacore.com>
9613
9614 * gdb.base/stack-checking.c: New file.
9615 * gdb.base/stack-checking.exp: New file.
9616
9617 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9618
9619 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
9620 * gdb.arch/altivec-regs.exp: Likewise.
9621 * gdb.arch/vsx-regs.exp: Likewise.
9622
9623 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9624
9625 * gdb.arch/ppc-fp.exp: New file.
9626 * gdb.arch/ppc-fp.c: New file.
9627
9628 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9629
9630 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
9631 lest gcc-4.3.1 optimizes the whole thing away.
9632
9633 2008-09-04 Michael Snyder <msnyder@vmware.com>
9634
9635 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
9636 as "at" (for non-debug functions such as _start).
9637
9638 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9639
9640 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
9641 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
9642 software watchpoints.
9643 * gdb.base/watch_thread_num.exp: Likewise.
9644
9645 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
9646
9647 * gdb.arch/i386-bp_permanent.exp: New test.
9648
9649 2008-08-24 Tom Tromey <tromey@redhat.com>
9650
9651 * gdb.base/maint.exp: Update "maint print type".
9652
9653 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
9654
9655 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
9656 support. Adjust the order of "*running" notifications.
9657 * gdb.mi/non-stop.c: Don't cast from int to void* and
9658 back.
9659
9660 2008-08-20 Mark Kettenis <kettenis@gnu.org>
9661
9662 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
9663 expect to find it in the "info frame" output.
9664
9665 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
9666
9667 * gdb.base/interp.exp: Always consume both prompts.
9668
9669 2008-08-20 Pedro Alves <pedro@codesourcery.com>
9670
9671 * gdb.base/pending.exp: Test pending breakpoints without symbols
9672 loaded.
9673
9674 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9675
9676 * lib/mi-support.exp (mi_expect_stop): Produce
9677 more details on failures.
9678 * gdb.mi/mi-nonstop.exp: New.
9679 * gdb.mi/non-stop.c: New.
9680
9681 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9682
9683 * gdb.mi/mi-async.exp: Use 'set target-async'.
9684 * lib/mi-support.exp: Use 'set/show target-async'.
9685
9686 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
9687
9688 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9689
9690 2008-08-17 Tom Tromey <tromey@redhat.com>
9691
9692 * gdb.base/help.exp (help catch): Rewrite.
9693
9694 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9695
9696 * gdb.base/define.exp: Test indented command documentation.
9697 * gdb.python/python.exp: Test indented multi-line command.
9698
9699 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
9700
9701 * testsuite/gdb.arch/vsx-regs.c: New source file.
9702 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9703 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9704
9705 2008-08-14 Tom Tromey <tromey@redhat.com>
9706
9707 * gdb.base/macscp.exp: Add regression test for "macro define" or
9708 "macro undef" with no arguments.
9709
9710 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9711
9712 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
9713
9714 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9715
9716 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
9717
9718 2008-08-06 Tom Tromey <tromey@redhat.com>
9719
9720 * gdb.python/python.exp: New file.
9721
9722 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9723
9724 Fix for PR gdb/1543.
9725 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
9726 $LOCATION.
9727 (location): New variable.
9728 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
9729 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
9730 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
9731 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
9732 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
9733 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
9734 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
9735 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
9736 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
9737 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
9738 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
9739 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
9740 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
9741 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
9742 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9743 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
9744 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
9745 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
9746 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
9747 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9748 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
9749 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
9750 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
9751 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
9752 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
9753 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
9754 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
9755 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
9756 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
9757 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
9758 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
9759 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
9760 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
9761 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
9762 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
9763 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
9764 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
9765 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9766 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
9767 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
9768 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
9769 gdb.base/type-opaque.exp, gdb.base/until.exp,
9770 gdb.base/value-double-free.c, gdb.base/varargs.exp,
9771 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
9772 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
9773 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9774 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
9775 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
9776 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9777 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9778 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9779 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
9780 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
9781 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
9782 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
9783 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
9784 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
9785 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
9786 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9787 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
9788 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
9789 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
9790 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9791 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
9792 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
9793 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
9794 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9795 gdb.pascal/types.exp, gdb.stabs/weird.exp,
9796 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
9797 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
9798 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
9799 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
9800 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
9801 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
9802 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9803 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
9804 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9805 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
9806 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9807 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9808 lib/mi-support.exp, lib/trace-support.exp: Remove reference
9809 to bug-gdb@prep.ai.mit.edu .
9810
9811 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
9812
9813 * lib/mi-support.exp (mi_load_shlibs): New.
9814 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
9815
9816 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
9817
9818 * lib/mi-support.exp (get_mi_thread_list)
9819 (check_mi_and_console_threads): New, moved from ...
9820 * gdb.mi/mi-pthread.exp: ...here.
9821 * gdb.mi/gdb669.exp (get_mi_thread_list)
9822 (check_mi_and_console_threads): Delete.
9823 * gdb.mi/mi2-pthread.exp: Likewise.
9824
9825 2008-07-28 Tom Tromey <tromey@redhat.com>
9826
9827 * Makefile.in (just-check): Remove. Move body to...
9828 (check): ... here.
9829
9830 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9831
9832 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
9833 Add a test for duplicated SIGINTs.
9834
9835 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9836
9837 * gdb.threads/schedlock.exp (get_args): Update to work for any
9838 value of NUM.
9839 (Top level): Report the number of threads that did not resume.
9840
9841 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9842
9843 * gdb.dwarf2/dw2-compressed.S: Also define __start.
9844
9845 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9846
9847 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
9848 non-MI prompt.
9849
9850 2008-07-26 Tom Tromey <tromey@redhat.com>
9851
9852 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
9853 (function_struct, function_struct_ptr): New globals.
9854 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
9855 function pointer in a struct.
9856
9857 2008-07-26 Tom Tromey <tromey@redhat.com>
9858
9859 * gdb.base/macscp.exp: Add test for macro lexing bug.
9860
9861 2008-07-18 Tom Tromey <tromey@redhat.com>
9862
9863 * gdb.base/macscp.exp: Add macro tests.
9864
9865 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9866
9867 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
9868
9869 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9870
9871 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
9872
9873 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9874
9875 * gdb.cp/class2.exp: fix for failure on spu-elf
9876
9877 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9878
9879 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
9880
9881 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9882
9883 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
9884
9885 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
9886
9887 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
9888
9889 2008-07-11 Kevin Buettner <kevinb@redhat.com>
9890
9891 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
9892 of regexp to account for changes made to GDB in the printing of
9893 byte vectors.
9894
9895 2008-07-11 Tom Tromey <tromey@redhat.com>
9896
9897 * gdb.base/completion.exp: Add 'help' completion test.
9898
9899 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9900
9901 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
9902
9903 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9904
9905 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
9906
9907 2008-07-09 Pedro Alves <pedro@codesourcery.com>
9908
9909 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
9910
9911 2008-07-09 Pedro Alves <pedro@codesourcery.com>
9912
9913 * gdb.base/fullname.exp: Restore pwd if compiling failed.
9914
9915 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9916
9917 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
9918
9919 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9920
9921 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
9922 previous commit. Add a comment.
9923
9924 2008-06-28 Pedro Alves <pedro@codesourcery.com>
9925
9926 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
9927
9928 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9929
9930 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
9931
9932 2008-06-27 Pedro Alves <pedro@codesourcery.com>
9933
9934 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
9935 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
9936 compiling an executable, link in an object that forces unbuffered
9937 output.
9938 * lib/set_unbuffered_mode.c: New file.
9939
9940 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9941
9942 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
9943
9944 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
9945
9946 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
9947 mi_expect_stop.
9948 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
9949 Demand that *running is output.
9950 (detect_async): Perform checking every time.
9951 (mi_send_resuming_command): Extract everything into...
9952 (mi_send_resuming_command_raw): ...this.
9953 (mi_expect_stop): Don't accept any output before *stopped.
9954
9955 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
9956
9957 Robustify mi-simplerun.
9958 * gdb.mi/basics.c (main): Add a call to sleep.
9959 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
9960 * gdb.mi/mi2-cli.exp: Likewise.
9961 * gdb.mi/mi-break.exp: Likewise.
9962
9963 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
9964
9965 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
9966
9967 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9968
9969 * gdb.mi/mi-console.exp: Adjust.
9970 * gdb.mi/mi-syn-frame.exp: Adjust.
9971 * gdb.mi/mi2-console.exp: Adjust.
9972 * gdb.mi/mi2-syn-frame.exp: Adjust.
9973 * lib/mi-support.exp (mi_run_cmd): Adjust.
9974 (mi_send_resuming_command): Adjust.
9975
9976 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9977
9978 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
9979 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
9980 testing of stopped.
9981 * gdb.mi/mi2-syn-frame.exp: Likewise.
9982 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
9983 (async, detect_async): New.
9984 (mi_expect_stop, mi_continue_to_line): Adjust expectation
9985 depending on if we're running in sync or async mode.
9986
9987 2008-06-09 Tom Tromey <tromey@redhat.com>
9988
9989 * gdb.base/completion.exp: New tests for field name completion
9990 with spaces, and field name completion with '->'.
9991
9992 2008-06-06 Tom Tromey <tromey@redhat.com>
9993
9994 * gdb.base/break1.c (struct some_struct): New struct.
9995 (values): New global.
9996 * gdb.base/completion.exp: Add field name completion test.
9997
9998 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9999
10000 * gdb.cp/call-c.exp: Test for incorrect handling of reference
10001 to pointer.
10002 * gdb.cp/call-c.cc: Likewise.
10003
10004 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
10005
10006 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
10007 annotation.
10008
10009 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
10010 Pedro Alves <pedro@codesourcery.com>
10011
10012 * gdb.threads/execl.c, gdb.threads/execl1.c,
10013 gdb.threads/execl.exp: New tests.
10014
10015 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
10016 Daniel Jacobowitz <dan@codesourcery.com>
10017
10018 * gdb.cp/exception.exp: Activate test, make it work with pending
10019 catchpoints.
10020
10021 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10022
10023 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
10024
10025 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
10026
10027 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
10028 now printed.
10029 * gdb.mi/mi2-var-cmd.exp: Likewise.
10030
10031 2008-05-27 Andreas Schwab <schwab@suse.de>
10032
10033 * gdb.base/frame-args.exp: Handle arguments that are optimized
10034 out.
10035
10036 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
10037
10038 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
10039 quiet for ppc32 and group options into a single variable.
10040
10041 2008-05-23 Joel Brobecker <brobecker@adacore.com>
10042
10043 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
10044 of zero-size elements.
10045 * gdb.ada/null_array.exp: Test printing this new array.
10046
10047 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10048
10049 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
10050
10051 2008-05-21 Joel Brobecker <brobecker@adacore.com>
10052
10053 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
10054 of the "finish" command.
10055
10056 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
10057
10058 * gdb.base/annota1.exp: Test for new annotation.
10059
10060 2008-05-16 Pedro Alves <pedro@codesourcery.com>
10061
10062 * gdb.base/fixsection.exp: New file.
10063 * gdb.base/fixsection0.c: New file.
10064 * gdb.base/fixsection1.c: New file.
10065
10066 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10067
10068 * gdb.base/annota1.exp: Accept printf@... in place of printf.
10069 * gdb.base/annota3.exp: Likewise.
10070
10071 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
10072
10073 * gdb.base/watch_thread_num.exp: Don't run tests that require
10074 watchpoints if the target doesn't support them.
10075
10076 2008-05-12 Doug Evans <dje@google.com>
10077
10078 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
10079
10080 2008-05-09 Joel Brobecker <brobecker@adacore.com>
10081
10082 * gdb.ada/assign_1.exp: New testcase.
10083
10084 2008-05-09 Doug Evans <dje@google.com>
10085
10086 * gdb.base/find.exp: New file.
10087 * gdb.base/find.c: New file.
10088
10089 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
10090
10091 * gdb.base/commands.exp (watchpoint_command_test): Handle
10092 gdb,no_hardware_watchpoints.
10093 * gdb.base/float.exp: Allow ARM targets without floating point.
10094 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
10095
10096 2008-05-06 Jerome Guitton <guitton@adacore.com>
10097 Joel Brobecker <brobecker@adacore.com>
10098
10099 * gdb.ada/lang_switch: New test program.
10100 * gdb.ada/lang_switch.exp: New testcase.
10101
10102 2008-05-05 Doug Evans <dje@google.com>
10103
10104 * gdb.base/help.exp (disassemble): Update expected help text.
10105
10106 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10107
10108 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
10109
10110 2008-05-04 Pedro Alves <pedro@codesourcery.com>
10111
10112 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
10113 different times.
10114
10115 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10116
10117 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
10118 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
10119 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
10120 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
10121
10122 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
10123
10124 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
10125 notification to appear.
10126
10127 2008-05-04 Daniel Jacobowitz <dan@debian.org>
10128
10129 * gdb.base/fullname.c: New file.
10130 * gdb.base/fullname.exp: New file.
10131 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
10132
10133 2008-05-03 Pedro Alves <pedro@codesourcery.com>
10134
10135 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
10136 expressions with macros.
10137
10138 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10139
10140 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
10141
10142 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
10143
10144 * gdb.base/completion.exp: Handle lack of other symbols beginning
10145 with "a".
10146
10147 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
10148
10149 2008-05-02 Jim Blandy <jimb@codesourcery.com>
10150
10151 * gdb.asm/asmsrc1.s: Add scratch space.
10152
10153 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10154 Daniel Jacobowitz <dan@codesourcery.com>
10155
10156 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
10157 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
10158 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
10159
10160 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
10161
10162 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
10163
10164 2008-05-01 Joel Brobecker <brobecker@adacore.com>
10165
10166 * gdb.base/info-target.exp: New testcase.
10167
10168 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10169
10170 * gdb.cp/hang.exp: Use .cc instead of .C.
10171 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
10172 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
10173
10174 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
10175
10176 * gdb.base/gdb1250.exp: Remove perror.
10177 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
10178
10179 2008-04-30 Pedro Alves <pedro@codesourcery.com>
10180
10181 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
10182 .2byte.
10183
10184 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
10185
10186 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
10187 (maybe_kfail): New.
10188
10189 2008-04-25 Pedro Alves <pedro@codesourcery.com>
10190
10191 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
10192
10193 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10194
10195 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
10196 * gdb.mi/mi2-syn-frame.exp: Likewise.
10197 * lib/mi-support.exp: Likewise.
10198
10199 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10200
10201 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
10202 to specify regexp for the location to stop at.
10203 * gdb.base/break-always.c: New.
10204 * gdb.base/break-always.exp: New.
10205
10206 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
10207
10208 * lib/mi-support.exp (mi_runto_helper): Adjust
10209 for the original-location field.
10210 (mi_create_breakpoint, mi_list_breakpoints): New.
10211 * gdb.mi/mi-break.exp: Adjust.
10212 * gdb.mi/mi2-break.exp: Adjust.
10213 * gdb.mi/mi-pending.exp: Adjust.
10214 * gdb.mi/mi-simplerun.exp: Adjust.
10215 * gdb.mi/mi2-simplerun.exp: Adjust.
10216 * gdb.mi/mi-syn-frame.exp: Adjust.
10217 * gdb.mi/mi2-syn-frame.exp: Adjust.
10218 * gdb.mi/mi-until.exp: Adjust.
10219 * gdb.mi/mi2-until.exp: Adjust.
10220 * gdb.mi/mi-var-display.exp: Adjust.
10221 * gdb.mi/mi2-var-display.exp: Adjust.
10222 * gdb.mi/mi-watch.exp: Adjust.
10223 * gdb.mi/mi2-watch.exp: Adjust.
10224
10225 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
10226
10227 * aclocal.m4: Add override.m4.
10228 * configure: Regenerate.
10229
10230 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
10231
10232 * gdb.mi/var-cmd.c (do_at_tests): Verify that
10233 '-var-update --all-values' reports new value even the type
10234 of a variable object has changed.
10235
10236 2008-04-18 Craig Silverstein <csilvers@google.com>
10237
10238 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
10239 files.
10240
10241 2008-04-18 Joel Brobecker <brobecker@adacore.com>
10242
10243 * gdb.ada/atomic_enum: New test program.
10244 * gdb.ada/atomic_enum.exp: New testcase.
10245
10246 2008-04-17 Doug Evans <dje@google.com>
10247
10248 * gdb.opt/Makefile.in: Fix whitespace.
10249
10250 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
10251
10252 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
10253
10254 2008-04-17 Doug Evans <dje@google.com>
10255
10256 * gdb.base/hashline1.exp: New testcase.
10257 * gdb.base/hashline2.exp: New testcase.
10258 * gdb.base/hashline2.exp: New testcase.
10259
10260 2008-04-17 Pedro Alves <pedro@codesourcery.com>
10261
10262 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
10263
10264 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
10265
10266 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
10267 temporary breakpoint to match "Temporary breakpoint".
10268 * gdb.base/break.exp (delete_breakpoints): Likewise.
10269 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
10270 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
10271 * gdb.base/display.exp: Likewise.
10272 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
10273 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
10274 * gdb.base/restore.exp (restore_tests): Likewise.
10275 * gdb.base/sepdebug.exp: Likewise.
10276 * gdb.base/watchpoint.exp: Likewise.
10277 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
10278 * gdb.mi/mi-pending.exp: Likewise.
10279 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
10280 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
10281 * gdb.mi/mi-var-cmd.exp: Likewise.
10282 * gdb.mi/mi-var-display.exp: Likewise.
10283 * gdb.mi/mi2-cli.exp: Likewise.
10284 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
10285 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
10286 * gdb.mi/mi2-var-display.exp: Likewise.
10287 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
10288 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
10289 new "disp" field.
10290 (mi_expect_stop): Move after_reason argument to be really after
10291 reason. This is to support fix for PR2424.
10292
10293 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10294
10295 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
10296
10297 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
10298
10299 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
10300 field. Add more floating varobj tests.
10301 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
10302 field.
10303 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
10304 (main): Call do_at_tests.
10305 * lib/mi-support.exp (mi_create_floating_varobj)
10306 (mi_varobj_update_with_type_change): New.
10307
10308 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
10309
10310 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
10311 option of -var-evaluate-expression.
10312 * gdb.mi/mi2-var-display.exp: Likewise.
10313
10314 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
10315
10316 Introduce test setup helpers.
10317 * lib/gdb.exp (build_executable, clean_restart)
10318 (prepare_for_testing): New.
10319 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
10320 * gdb.base/return.exp: Likewise.
10321 * gdb.base/ending-run.exp: Likewise.
10322
10323 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
10324
10325 * gdb.mi/mi-async.exp: New test for asynchronous Machine
10326 Interface (MI) responses.
10327
10328 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
10329
10330 * gdb.cp/breakpoint.cc: New code to test conditions involving
10331 member variables.
10332 * gdb.cp/breakpoint.exp: Test condition involving member
10333 variables.
10334
10335 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
10336
10337 * lib/mi-support.exp (mi_expect_stop): New.
10338 (mi_run_cmd): Change the
10339 token. Use mi_send_resuming_command, use
10340 mi_expect_stop.
10341 (mi_execute_to_helper): Rename to mi_execute_to.
10342 (mi_send_resuming_command): Add more error patterns.
10343 (mi_wait_for_stop): Renamed to...
10344 (mi_get_stop_line): ...this.
10345 (mi_run_inline_test): Adjust.
10346
10347 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
10348 * gdb.mi/mi-console.exp: Likewise.
10349 * gdb.mi/mi-pending.exp: Likewise.
10350 * gdb.mi/mi-simplerun.exp: Likewise.
10351 * gdb.mi/mi-stack.exp: Likewise.
10352 * gdb.mi/mi-stepi.exp: Likewise.
10353 * gdb.mi/mi-syn-frame.exp: Add comment.
10354 * gdb.mi/mi-until.exp: Likewise.
10355 * gdb.mi/mi-var-display.exp: Likewise.
10356 * gdb.mi/mi-watch.exp: Likewise.
10357 * gdb.mi/mi2-cli.exp: Likewise.
10358 * gdb.mi/mi2-console.exp: Likewise.
10359 * gdb.mi/mi2-simplerun.exp: Likewise.
10360 * gdb.mi/mi2-stack.exp: Likewise.
10361 * gdb.mi/mi2-stepi.exp: Likewise.
10362 * gdb.mi/mi2-until.exp: Likewise.
10363 * gdb.mi/mi2-var-display.exp: Likewise.
10364 * gdb.mi/mi2-watch.exp: Likewise.
10365
10366 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10367
10368 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
10369
10370 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
10371
10372 2008-04-04 Pedro Alves <pedro@codesourcery.com>
10373
10374 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
10375 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
10376 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10377 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
10378 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
10379 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
10380 expect an mi error duplicated in stderr.
10381
10382 2008-04-03 Joel Brobecker <brobecker@adacore.com>
10383
10384 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
10385 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
10386 Add a couple of tests that verify the behavior when the new setting
10387 is set to "cancel" and "all".
10388 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
10389 "ask" before we start the testing.
10390
10391 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
10392
10393 * gdb.cp/casts.cc: Add class reference variables.
10394 * gdb.cp/casts.exp: New test cases for up/down casting references.
10395
10396 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
10397
10398 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
10399 instead of beginning to make an extra test pass.
10400 * gdb.mi/mi2-var-display.exp: Likewise.
10401
10402 2008-03-31 Maciej W. Rozycki <macro@mips.com>
10403
10404 * gdb.base/break.exp: Mark failures as such. Fix formatting.
10405
10406 2008-03-31 Markus Deuling <deuling@de.ibm.com>
10407 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10408
10409 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
10410 value. Add xfail for older kernels.
10411
10412 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
10413
10414 Bring mi-support in line with gdb.exp.
10415 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
10416 (mi_gdb_start): New function.
10417
10418 2008-03-28 Maciej W. Rozycki <macro@mips.com>
10419
10420 * gdb.mi/mi-var-cmd.exp: Fix a typo.
10421
10422 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10423
10424 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
10425 * gdb.mi/mi2-var-display.exp: Likewise.
10426
10427 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
10428
10429 * lib/mi-support.exp (mi_create_varobj_checked): New.
10430 (mi_list_varobj_children): Allow to check for a
10431 value.
10432 (mi_list_array_varobj_children): New.
10433
10434 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
10435 and mi_list_varobj_children, as opposed to hardcoding
10436 expected strings.
10437 * gdb.mi/gdb701.exp: Likewise.
10438 * gdb.mi/gdb792.exp: Likewise.
10439 * gdb.mi/mi-var-block.exp: Likewise.
10440 * gdb.mi/mi-var-cmd.exp: Likewise.
10441 * gdb.mi/mi-var-invalidate.exp: Likewise.
10442 * gdb.mi/mi2-var-block.exp: Likewise.
10443 * gdb.mi/mi2-var-child.exp: Likewise.
10444 * gdb.mi/mi2-var-cmd.exp: Likewise.
10445 * gdb.mi/mi2-var-display.exp: Likewise.
10446
10447 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10448
10449 Fix random false FAILs on i386.
10450 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10451
10452 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10453
10454 PR gdb/544
10455 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10456
10457 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10458
10459 PR gdb/544
10460 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10461
10462 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10463
10464 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10465 fixed PR gdb/544.
10466
10467 2008-03-21 Pedro Alves <pedro@codesourcery.com>
10468
10469 * gdb.threads/fork-child-threads.exp: Test next over fork.
10470
10471 2008-03-21 Chris Demetriou <cgd@google.com>
10472
10473 * gdb.base/break.exp (rbreak junk): New test for rbreak
10474 "Junk at end of arguments" issue.
10475
10476 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10477
10478 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
10479 *& to work on created array elements.
10480 (Top level): Test print $pc with a file. Test string operations
10481 without a target.
10482 * gdb.base/ptype.exp: Do not expect *& to work on created array
10483 elements.
10484
10485 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10486
10487 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10488 gdb.threads/staticthreads.exp: Update exit query.
10489
10490 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
10491
10492 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10493
10494 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10495
10496 * gdb.base/watchpoint.c (global_ptr, func4): New.
10497 (main): Call func4.
10498 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10499 (test_inaccessible_watchpoint): New.
10500
10501 2008-02-29 Maciej W. Rozycki <macro@mips.com>
10502
10503 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10504 select the largest.
10505
10506 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10507
10508 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10509 frames-invalid annotations.
10510
10511 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
10512
10513 * gdb.base/assign.exp: avoid same output for different tests.
10514
10515 2008-02-27 Doug Evans <dje@google.com>
10516
10517 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10518 for bug 1738.
10519 (breakpoint_to_handler_entry): Ditto.
10520
10521 2008-02-27 Joel Brobecker <brobecker@adacore.com>
10522
10523 * gdb.base/ending-run.exp: Use the first line of code inside
10524 function body to test breakpoints.
10525 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10526 location where the breakpoint is inserted when using the line
10527 where a function is declared. Fix typo in the description of
10528 one of the tests.
10529 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10530
10531 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10532
10533 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
10534 tests.
10535
10536 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10537
10538 * gdb.base/args.exp: avoid same output for tests
10539 with single quotes.
10540
10541 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
10542
10543 * gdb.base/annota1.exp: Adjust for 'info break'
10544 format changes.
10545 * gdb.base/annota3.exp: Likewise.
10546 * gdb.base/break.exp: Likewise.
10547 * gdb.base/condbreak.exp: Likewise.
10548 * gdb.base/pending.exp: Likewise.
10549 * gdb.base/sepdebug.exp: Likewise.
10550 * gdb.base/unload.exp: Likewise.
10551 * gdb.cp/ovldbreak.exp: Likewise.
10552 * gdb.mi/mi-pending.exp: Likewise.
10553
10554 2008-02-07 Doug Evans <dje@google.com>
10555
10556 * gdb.cp/mb-inline.exp: New.
10557 * gdb.cp/mb-inline.h: New.
10558 * gdb.cp/mb-inline1.cc: New.
10559 * gdb.cp/mb-inline2.cc: New.
10560
10561 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10562
10563 * gdb.pascal/floats.pas: New test program.
10564 * gdb.pascal/floats.exp: New testcase.
10565
10566 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
10567
10568 * gdb.base/callfuncs.c (t_float_many_args): New function.
10569 (t_double_many_args): New function.
10570 * gdb.base/callfuncs.exp: Add tests for exceeding float
10571 and double parameters passed through the stack.
10572
10573 2008-02-05 Joel Brobecker <brobecker@adacore.com>
10574
10575 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10576 gdb.ada/complete/foo.adb: New files.
10577 * gdb.ada/complete.exp: New testcase.
10578
10579 2008-02-03 Doug Evans <dje@google.com>
10580
10581 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10582
10583 * gdb.cp/gdb2384.exp: New file.
10584 * gdb.cp/gdb2384.cc: New file.
10585 * gdb.cp/gdb2384-base.h: New file.
10586 * gdb.cp/gdb2384-base.cc: New file.
10587
10588 2008-02-02 Doug Evans <dje@google.com>
10589
10590 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10591
10592 2007-02-01 Joel Brobecker <brobecker@adacore.com>
10593
10594 * gdb.ada/sym_print_name: New test program.
10595 * gdb.ada/sym_print_name.exp: New testcase.
10596
10597 2007-02-01 Joel Brobecker <brobecker@adacore.com>
10598
10599 * gdb.ada/nested/hello.adb: New file.
10600 * gdb.ada/nested.exp: New testcase.
10601 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10602
10603 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10604
10605 * gdb.mi/basic.c (return_1): New function.
10606 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10607 don't cause future evaluations of function to report
10608 creation of internal breakpoints.
10609
10610 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10611
10612 * gdb.mi/mi-break.exp (test_error): New.
10613 Call it.
10614
10615 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
10616
10617 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
10618 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
10619
10620 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10621
10622 * gdb.pascal/integers.pas: New test program.
10623 * gdb.pascal/integers.exp: New testcase.
10624
10625 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10626
10627 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
10628
10629 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
10630
10631 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
10632 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
10633
10634 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
10635
10636 * gdb.ada/formatted_ref: New test program.
10637 * gdb.ada/formatted_ref.exp: New testcase.
10638
10639 * gdb.cp/formatted-ref.cc: New file.
10640 * gdb.cp/formatted-ref.exp: New testcase.
10641
10642 2008-01-30 Joel Brobecker <brobecker@adacore.com>
10643
10644 * gdb.base/ptype.exp: Add testing of "ptype $pc".
10645
10646 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
10647
10648 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
10649 (test_file_list_exec_source_file): Update to new macro-info field.
10650
10651 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
10652
10653 * gdb.ada/exprs: New test program.
10654 * gdb.ada/exprs.exp: New testcase.
10655
10656 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10657
10658 * dfp-test.c (DELTA, DELTA_B): New definitions.
10659 (double_val1, double_val2, double_val3, double_val4, double_val5,
10660 double_val6, double_val7, double_val8, double_val9, double_val10,
10661 double_val11, double_val12, double_val13, double_val14, dec32_val1,
10662 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
10663 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
10664 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
10665 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
10666 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
10667 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
10668 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
10669 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
10670 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10671 dec128_val16): New global variables.
10672 (decimal_dec128_align): New function.
10673 (decimal_mixed): Likewise.
10674 (decimal_many_args_dec32): Likewise.
10675 (decimal_many_args_dec64): Likewise.
10676 (decimal_many_args_dec128): Likewise.
10677 (decimal_many_args_mixed): Likewise.
10678 * dfp-test.exp: Add tests calling new inferior functions.
10679
10680 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10681
10682 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10683 gdb.server/ext-run.exp: New files.
10684 * lib/gdbserver-support.exp (gdbserver_download): New.
10685 (gdbserver_start): New. Update gdbserver expected
10686 output.
10687 (gdbserver_spawn): Use them.
10688 (gdbserver_start_extended): New.
10689
10690 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10691
10692 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
10693 Run on GNU/Linux.
10694 (do_exec_tests): Check for systems which do not support catchpoints.
10695 Do not match START.
10696 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
10697 Run on GNU/Linux. Enable verbose output.
10698 (check_fork_catchpoints): New.
10699 (explicit_fork_child_follow, catch_fork_child_follow)
10700 (tcatch_fork_parent_follow): Update expected messages.
10701 (do_fork_tests): Use check_fork_catchpoints.
10702 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
10703 Run on GNU/Linux. Enable verbose output.
10704 (check_vfork_catchpoints): New.
10705 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
10706 expected messages.
10707 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
10708
10709 2008-01-29 Jim Blandy <jimb@red-bean.com>
10710
10711 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
10712 host' errors.
10713 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
10714
10715 2008-01-29 Jim Blandy <jimb@red-bean.com>
10716
10717 * gdb.threads/sigthread.c: Use barriers to ensure that
10718 child_thread and child_thread_two are always initialized before we
10719 start to use them.
10720
10721 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10722
10723 * gdb.base/watchpoint-solib.exp: New.
10724 * gdb.base/watchpoint-solib.c: New.
10725 * gdb.base/watchpoint-solib-shr.c: New.
10726
10727 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
10728
10729 * gdb.base/gdb1056.exp: Add unsigned integer test.
10730
10731 2008-01-28 Doug Evans <dje@google.com>
10732
10733 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
10734
10735 2008-01-27 Jim Blandy <jimb@codesourcery.com>
10736
10737 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
10738
10739 * gdb.base/expand-psymtabs.exp: Doc fix.
10740
10741 2008-01-26 Mark Kettenis <kettenis@gnu.org>
10742
10743 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10744
10745 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
10746
10747 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
10748 -var-set-format.
10749
10750 2008-01-23 Chris Demetriou <cgd@google.com>
10751
10752 * gdb.threads/thread_events.c: New testcase source file.
10753 * gdb.threads/thread_events.exp: New testcase expect file.
10754
10755 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
10756
10757 * lib/gdb.exp: Add the variable octal.
10758
10759 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
10760 -var-set-format.
10761
10762 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10763 Vladimir Prus <vladimir@codesourcery.com>
10764
10765 * gdb.base/float.exp: Allow missing floating point for m68k and
10766 PowerPC.
10767
10768 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
10769
10770 * gdb.mi/basics.c: Setup for testing breakpoints
10771 ignore count.
10772 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
10773 * gdb.mi/mi-cli.exp: Adjust.
10774 * gdb.mi/mi2-cli.exp: Adjust.
10775
10776 2008-01-17 Pedro Alves <pedro@codesourcery.com>
10777
10778 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
10779 and 'dummy_ptr' integer pointer. Initialize struct_declarations
10780 with dummy_ptr's address.
10781 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
10782 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
10783 all targets.
10784 * gdb.mi/mi2-var-child.exp: Likewise.
10785
10786 2008-01-09 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.ada/null_array: New test program.
10789 * gdb.ada/null_array.exp: New testcase.
10790
10791 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
10792
10793 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
10794 with required float modifiers.
10795
10796 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.ada/funcall_param: New test program.
10799 * gdb.ada/funcall_param.exp: New testcase.
10800
10801 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10802
10803 * gdb.ada/arrayparam: New test program.
10804 * gdb.ada/arrayparam.exp: New testcase.
10805
10806 2008-01-08 Joel Brobecker <brobecker@adacore.com>
10807
10808 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
10809 landed. Should also fix random failures in the test following it.
10810
10811 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10812
10813 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
10814 for expressions with decimal float values.
10815 (test_dfp_conversions): New function to test casts to and from
10816 decimal float types.
10817 Call test_dfp_conversions.
10818 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
10819 elements.
10820 (main): Initialize ds.float4 and ds.double8 elements.
10821 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
10822 string to new error message.
10823 (d64_set_tests): Likewise.
10824 (d128_set_tests): Likewise.
10825 Add tests for expressions with decimal float variables. Add tests for
10826 conversions to and from decimal float types.
10827
10828 2008-01-05 Joel Brobecker <brobecker@adacore.com>
10829
10830 * gdb.ada/packed_tagged/comp_bug.adb: New file.
10831 * gdb.ada/packed_tagged.exp: New testcase.
10832
10833 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10834
10835 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
10836 gdb.ada/homonym/homonym_main.adb: New files.
10837 * gdb.ada/homonym.exp: New testcase.
10838
10839 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10840
10841 * gdb.ada/packed_array.exp: Add testing of references to
10842 a packed array.
10843
10844 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10845
10846 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
10847 New files.
10848 * gdb.ada/type_coercion.exp: New testcase.
10849
10850 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10851
10852 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
10853 gdb.ada/tagged/foo.adb: New file.
10854 * gdb.ada/tagged.exp: New testcase.
10855
10856 2008-01-04 Joel Brobecker <brobecker@adacore.com>
10857
10858 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
10859 gdb.ada/ptype_field/foo.adb: New files.
10860 * gdb.ada/ptype_field.exp: New testcase.
10861
10862 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10863
10864 * gdb.ada/print_pc.exp: New testcase.
10865
10866 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10867
10868 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
10869 gdb.ada/taft_type/p.adb: New files.
10870 * gdb.ada/taft_type.exp: New testcase.
10871
10872 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10873
10874 * gdb.ada/array_bounds/bar.adb: New file.
10875 * gdb.ada/array_bounds.exp: New testcase.
10876
10877 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10878
10879 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
10880 gdb.ada/arrayptr/foo.adb: New files.
10881 * gdb.ada/arrayptr.exp: New testcase.
10882
10883 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10884
10885 * gdb.base/set-lang-auto.exp: New testcase.
10886
10887 2008-01-03 Joel Brobecker <brobecker@adacore.com>
10888
10889 * gdb.ada/fun_addr/foo.adb: New file.
10890 * gdb.ada/fun_addr.exp: New testcase.
10891
10892 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
10895 New files
10896
10897 2008-01-02 Joel Brobecker <brobecker@adacore.com>
10898
10899 * array_subscript_addr/p.adb: New file.
10900 * array_subscript_addr.exp: New testcase.
10901
10902 2008-01-02 Joel Brobecker <brobecker@adacore.com>
10903
10904 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
10905 New files.
10906 * gdb.ada/str_cmp_ref.exp: New testcase.
10907
10908 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10909
10910 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
10911 gdb.ada/fun_in_declare/foo.adb: New files.
10912 * gdb.ada/fun_in_declare.exp: New testcase.
10913
10914 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10915
10916 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
10917 gdb.ada/ref_param/pck.ads: New files.
10918 * gdb.ada/ref_param.exp: New testcase.
10919
10920 2008-01-01 Joel Brobecker <brobecker@adacore.com>
10921
10922 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
10923 gdb.ada/interface/foo.adb: New files.
10924 * gdb.ada/interface.exp: New testcase.
10925
10926 2007-12-31 Jim Blandy <jimb@codesourcery.com>
10927
10928 * gdb.base/multi-forks.exp: Consume all output from child
10929 processes before proceeding to next test.
10930
10931 2007-12-29 Jim Blandy <jimb@codesourcery.com>
10932
10933 * configure: Regenerated.
10934
10935 2007-12-27 Joel Brobecker <brobecker@adacore.com>
10936
10937 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
10938 gdb.ada/fixed_cmp/fixed.adb: New files.
10939 * gdb.ada/fixed_cmp.exp: New testcase.
10940
10941 2007-12-27 Joel Brobecker <brobecker@adacore.com>
10942
10943 * gdb.ada/boolean_expr.exp: New testcase.
10944
10945 2007-12-26 Jim Blandy <jimb@codesourcery.com>
10946
10947 * gdb.base/multi-forks.exp: Doc fix.
10948
10949 2007-12-26 Joel Brobecker <brobecker@adacore.com>
10950
10951 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10952 * gdb.ada/char_param.exp: Do not compile our test program with
10953 -gnata, this is unnecessary.
10954 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
10955
10956 2007-12-24 Joel Brobecker <brobecker@adacore.com>
10957
10958 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
10959 gdb.ada/print_chars/foo.adb: New files.
10960 * gdb.ada/print_chars.exp: New testcase.
10961
10962 2007-12-24 Joel Brobecker <brobecker@adacore.com>
10963
10964 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
10965 gdb.ada/char_param/foo.adb: New files.
10966 * gdb.ada/char_param.exp: New testcase.
10967
10968 2007-12-22 Jim Blandy <jimb@codesourcery.com>
10969
10970 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
10971 hard-coding source line numbers into the test.
10972 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
10973 gdb_get_line_number to find.
10974
10975 2007-12-22 Joel Brobecker <brobecker@adacore.com>
10976
10977 * gdb.base/ptype.c (highest): New struct type.
10978 (the_highest): New variable of that type.
10979 (main): Add dummy assignment to a field of variable the_highest.
10980 * gdb.base/ptype.exp: Test type printing of our new variable.
10981
10982 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
10983
10984 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
10985 and record first explicitly generated thread number.
10986 Use that thread number for thread specific watchpoint test.
10987 Add iteration number to repetitive tests.
10988
10989 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
10990 Jim Blandy <jimb@codesourcery.com>
10991
10992 * gdb.base/expand-psymtabs.c: New testcase
10993 source file.
10994 * gdb.base/expand-psymtabs.exp: New testcase
10995 expect file.
10996
10997 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
10998
10999 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
11000 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
11001
11002 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11003
11004 * gdb.ada/frame_args/foo.adb: New file.
11005 * gdb.ada/frame_args/pck.ads: New file.
11006 * gdb.ada/frame_args/pck.adb: New file.
11007 * gdb.ada/frame_args.exp: New testcase.
11008
11009 2007-12-17 Joel Brobecker <brobecker@adacore.com>
11010
11011 * gdb.base/frame-args.c: New file.
11012 * gdb.base/frame-args.exp: New testcase.
11013
11014 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
11015 Joseph Myers <joseph@codesourcery.com>
11016
11017 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
11018
11019 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
11020
11021 * gdb.mi/mi-pending.exp: New.
11022 * gdb.mi/mi-pending.c: New.
11023 * gdb.mi/mi-pendshr.c: New.
11024
11025 2007-12-06 Jim Blandy <jimb@codesourcery.com>
11026
11027 * gdb.base/default.exp: Update expected output for 'info catch'.
11028
11029 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
11030
11031 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
11032 must be set to binary.
11033
11034 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
11035
11036 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
11037
11038 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
11039
11040 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
11041 gdb.mi/mi-file-transfer.exp: New.
11042
11043 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11044
11045 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
11046
11047 2007-11-22 Maciej W. Rozycki <macro@mips.com>
11048
11049 * gdb.trace/backtrace.exp: Fix a typo.
11050 * gdb.trace/circ.exp: Likewise.
11051 * gdb.trace/collection.exp: Likewise.
11052 * gdb.trace/limits.exp: Likewise.
11053 * gdb.trace/report.exp: Likewise.
11054 * gdb.trace/tfind.exp: Likewise.
11055 * gdb.trace/while-dyn.exp: Likewise.
11056
11057 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
11058
11059 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
11060 objects of pointers that can't be dereferenced are now
11061 "noneditable".
11062
11063 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11064
11065 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
11066 (target_cpu): Remove.
11067
11068 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
11069
11070 * gdb.base/ending-run.exp: Expect the list of cleared
11071 breakpoint to come in natural order, not the reversed one.
11072
11073 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
11074
11075 * gdb.mi/mi-var-child.c (do_child_deletion): New.
11076 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
11077
11078 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
11079
11080 * gdb.base/printcmds.exp: New function
11081 test_printf_with_dfp.
11082
11083 2007-11-02 Doug Evans <dje@google.com>
11084
11085 * gdb.disasm/t01_mov.s: Remove carriage returns.
11086 * gdb.disasm/t02_mova.s: Ditto.
11087 * gdb.disasm/t03_add.s: Ditto.
11088 * gdb.disasm/t04_sub.s: Ditto.
11089 * gdb.disasm/t05_cmp.s: Ditto.
11090 * gdb.disasm/t06_ari2.s: Ditto.
11091 * gdb.disasm/t07_ari3.s: Ditto.
11092 * gdb.disasm/t08_or.s: Ditto.
11093 * gdb.disasm/t09_xor.s: Ditto.
11094 * gdb.disasm/t10_and.s: Ditto.
11095 * gdb.disasm/t11_logs.s: Ditto.
11096 * gdb.disasm/t12_bit.s: Ditto.
11097 * gdb.disasm/t13_otr.s: Ditto.
11098
11099 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11100
11101 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
11102
11103 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11104
11105 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
11106 provide DFP support.
11107
11108 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
11109
11110 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
11111 Test "set powerpc vector-abi". Skip auto-detection tests for old
11112 toolchains.
11113
11114 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11115
11116 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
11117 with [string compare].
11118
11119 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
11120
11121 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
11122 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
11123
11124 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
11125
11126 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
11127 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
11128 * gdb.opt/Makefile.in: New makefile.
11129 * Makefile.in: Create new directory "gdb.opt".
11130 * configure.ac: Add "gdb.opt" directory.
11131 * configure: Regenerated.
11132
11133 2007-10-25 Doug Evans <dje@google.com>
11134
11135 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
11136 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
11137
11138 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
11139 Thiago Jung Bauermann <bauerman@br.ibm.com>
11140
11141 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
11142 Floating Point expressions.
11143 * gdb.base/dfp-test.exp: new file adding tests for Decimal
11144 Floating Point variables.
11145 * gdb.base/dfp-test.c: new file containing program with Decimal
11146 Floating variables, used by gdb.base/dfp-test.exp.
11147
11148 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
11149
11150 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
11151
11152 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11153
11154 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
11155 compiling test case with GCC.
11156 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
11157
11158 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11159
11160 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11161 format changes.
11162
11163 2007-10-18 Michael Snyder <msnyder@specifix.com>
11164
11165 * gdb.base/dbx.exp: Add missing "-re " operator.
11166
11167 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
11168
11169 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
11170 * configure.ac: Removed trailing spaces after backslash.
11171 * gdb.modula2: New directory.
11172 * gdb.modula2/Makefile.in: New file.
11173 * gdb.modula2/unbounded-array.exp: New file.
11174 * gdb.modula2/unbounded1.c: New file.
11175
11176 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
11177
11178 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
11179
11180 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
11181
11182 * gdb.base/sigstep.c (main): Add checks for
11183 return values for setitimer call.
11184 Call setitimer again with itimer = ITIMER_REAL
11185 if first call to setitimer fails.
11186
11187 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
11188
11189 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
11190 of $timeout.
11191
11192 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11193
11194 * gdb.server/server-run.exp: Test for dynamic linker symbols.
11195
11196 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
11197
11198 * lib/gdb.exp (gdb_run_cmd): Move comment outside
11199 of gdb_expect call, to avoid interruption.
11200
11201 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
11202
11203 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
11204 (v_unsigned_long_long, v_long_long_array)
11205 (v_signed_long_long_array, v_unsigned_long_long_array)
11206 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
11207 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
11208 [!NO_LONG_LONG]: New.
11209 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
11210 v_long_long_member.
11211
11212 (v_long_long_func, v_signed_long_long_func)
11213 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
11214 (main) [!NO_LONG_LONG]: Initialize long long variants.
11215
11216 * gdb.base/whatis.exp: If board file requests no_long_long, build
11217 test with NO_LONG_LONG defined. Test long long, signed long long,
11218 and unsigned long long variants but only if board file doesn't
11219 disable it.
11220
11221 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
11222 Daniel Jacobowitz <dan@codesourcery.com>
11223
11224 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
11225 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
11226 * configure: Regenerated.
11227 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
11228 gdb.pascal/types.exp, lib/pascal.exp: New files.
11229
11230 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
11231
11232 * gdb.cp/classes.exp (do_tests): Always step to the line after the
11233 call.
11234 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
11235 to return to the call.
11236 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
11237 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
11238 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
11239 * gdb.mi/mi-until.exp (test_until): Likewise.
11240 * gdb.mi/mi2-until.exp (test_until): Likewise.
11241
11242 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
11243
11244 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
11245 two-char array.
11246 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
11247
11248 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
11249
11250 * gdb.threads/watchthreads.c (thread_function): Sleep between
11251 iterations.
11252 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
11253 at once for S/390. Generate matching fails and passes.
11254
11255 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
11256
11257 * gdb.mi/var-cmd.c (do_children_tests): Initialize
11258 the 'struct_declarations' variable to zeros.
11259
11260 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
11261
11262 * gdb.cp/mb-ctor.cc: New.
11263 * gdb.cp/mb-ctor.exp: New.
11264 * gdb.cp/mb-templates.cc: New.
11265 * gdb.cp/mb-templates.exp: New.
11266
11267 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
11268
11269 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
11270
11271 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
11272
11273 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
11274 targets.
11275 * configure: Regenerate.
11276
11277 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
11278
11279 * gdb.base/annota1.exp: Adjust for 'info break'
11280 format changes.
11281 * gdb.base/annota3.exp: Likewise.
11282 * gdb.base/break.exp: Likewise.
11283 * gdb.base/condbreak.exp: Likewise.
11284 * gdb.base/pending.exp: Likewise.
11285 * gdb.base/sepdebug.exp: Likewise.
11286 * gdb.base/unload.exp: Likewise.
11287 * gdb.base/ovldbreak.exp: Likewise.
11288
11289 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
11290
11291 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
11292 messages.
11293 * gdb.base/chng-syms.exp: Likewise.
11294 * gdb.base/unload.exp: Likewise.
11295
11296 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
11297
11298 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
11299
11300 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
11301
11302 * schedlock.c (NUM): Change to 1.
11303 (main): Use args[0] for the main thread.
11304 * schedlock.exp: Only expect two threads. Only issue one pass or fail
11305 regardless of the number of threads.
11306
11307 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11308
11309 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
11310 type down.
11311 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11312 test.
11313 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
11314 watchpoint type down.
11315 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
11316 test.
11317
11318 2007-09-14 Maciej W. Rozycki <macro@mips.com>
11319
11320 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
11321 Move all the tests here and run them twice, once using software
11322 watchpoints and once using hardware watchpoints.
11323 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
11324
11325 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
11326
11327 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
11328 test.
11329
11330 2007-09-10 Mark Kettenis <kettenis@gnu.org>
11331
11332 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
11333 build-id.
11334
11335 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
11336 know about $ORIGIN. Calculate output dir from $dest instead of
11337 using ${objdir}/{$subdir}.
11338
11339 2007-09-09 Mark Kettenis <kettenis@gnu.org>
11340
11341 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
11342 gcore, before continuing with the test.
11343
11344 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
11345
11346 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
11347 * gdb.mi/mi-watch.exp: Likewise.
11348
11349 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11350 Jim Blandy <jimb@codesourcery.com>
11351
11352 * gdb.arch/i386-sse.exp: Do not expect character constants.
11353 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
11354 * gdb.base/display.exp: Allow print/s.
11355 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
11356 and unsigned char array changes.
11357
11358 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11359
11360 * gdb.base/display.exp: Add tests for printf %p.
11361
11362 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
11363
11364 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
11365 the dll name to unicode.
11366
11367 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11368
11369 * gdb.base/default.exp (show version): Update the version text.
11370 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
11371
11372 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11373
11374 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
11375 New files.
11376
11377 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11378
11379 * lib/gdb.exp (build_id_debug_filename_get): New function.
11380 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
11381 Remove the generate DEBUG file for the future testcase runs.
11382 New testcase for the NT_GNU_BUILD_ID retrieval.
11383 Move the final testing step to ...
11384 (test_different_dir): ... a new function.
11385 New parameter XFAIL to XFAIL all the tests performed.
11386 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
11387 New parameter TYPE to PF_PREFIX all the tests performed.
11388
11389 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
11390
11391 * gdb.mi/mi-var-cp.cc (path_expression): New
11392 function.
11393 * gdb.mi/mi-var-cp.exp: Run path exression tests.
11394
11395 2007-08-27 Markus Deuling <deuling@de.ibm.com>
11396
11397 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
11398 to fit into SPU Local Store memory.
11399
11400 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11401
11402 * gdb.base/default.exp: Adjust the expected output of "info
11403 warranty" after the switch to GPLv3.
11404
11405 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11406
11407 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
11408 to 30000 (from 20000).
11409
11410 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11411
11412 Switch the license of all .exp files to GPLv3.
11413 Switch the license of all .f and .f90 files to GPLv3.
11414 Switch the license of all .s and .S files to GPLv3.
11415
11416 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11417
11418 * configure.ac: Switch license to GPLv3.
11419
11420 2007-08-23 Joel Brobecker <brobecker@adacore.com>
11421
11422 Switch the licensing to GPLv3 for all .ads and .adb files.
11423
11424 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
11425
11426 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
11427 and t_int_double.
11428 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
11429
11430 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11431
11432 * gdb.base/step-line.c: Switch license to GPL version 3, and
11433 update copyright year.
11434 * gdb.base/step-line.inp: Likewise.
11435
11436 2007-08-17 Joel Brobecker <brobecker@adacore.com>
11437
11438 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11439 changes inside gdb1555.c.
11440 * gdb.base/pending.exp: Likewise.
11441
11442 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11443
11444 * config/default.exp: New file.
11445
11446 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11447
11448 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11449 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11450
11451 2007-07-30 Maciej W. Rozycki <macro@mips.com>
11452
11453 * gdb.base/dump.exp: Force the correct endianness for binary
11454 formats not carrying this information.
11455
11456 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11457
11458 * gdb.threads/staticthreads.exp: Match .*sem_post.
11459
11460 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11461
11462 * gdb.base/readline.exp (operate_and_get_next): Match the final
11463 prompt.
11464
11465 2007-07-23 Kevin Buettner <kevinb@redhat.com>
11466
11467 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11468 to restarting SID.
11469
11470 2007-07-18 Kevin Buettner <kevinb@redhat.com>
11471
11472 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11473 prior to `gdb_start'.
11474
11475 2007-07-18 Kevin Buettner <kevinb@redhat.com>
11476
11477 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
11478 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
11479 Remove call to gdb_unload.
11480
11481 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
11482 Daniel Jacobowitz <dan@codesourcery.com>
11483
11484 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
11485 for __WIN32__.
11486 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
11487 * gdb.base/unload.exp: Use shared library test routines.
11488
11489 2007-07-03 Markus Deuling <deuling@de.ibm.com>
11490
11491 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
11492 * gdb.base/solib-symbol-lib.c: Likewise.
11493 * gdb.base/solib-symbol-main.c: Likewise.
11494
11495 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11496
11497 * config/gdbserver.exp (gdb_reconnect): New.
11498 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11499 gdb.base/solib-disc.exp: New files.
11500 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11501 remote debugging".
11502 (gdb_compile): Add shlib_load flag.
11503 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11504 port.
11505 (gdbserver_reconnect): New.
11506
11507 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
11508 Daniel Jacobowitz <dan@codesourcery.com>
11509
11510 * gdb.base/annota3.exp: Test for if construct.
11511
11512 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
11513
11514 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11515
11516 2007-06-21 Chris Dearman <chris@mips.com>
11517 Maciej W. Rozycki <macro@mips.com>
11518
11519 * gdb.base/display.exp: Allow a newline after display/i.
11520 * gdb.base/pc-fp.exp: Likewise.
11521 * gdb.base/sigbpt.exp: Likewise.
11522
11523 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11524
11525 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
11526 required features to be included.
11527
11528 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11529
11530 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11531 in info threads output.
11532
11533 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11534 Markus Deuling <deuling@de.ibm.com>
11535
11536 * gdb.arch/spu-info.exp: New testcase.
11537 * gdb.arch/spu-info.c: New file.
11538
11539 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11540
11541 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11542 tpcs_offset. Restore lr after the call.
11543 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11544
11545 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
11546
11547 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11548 (gdbserver_run): Kill any running gdbserver.
11549 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11550
11551 2007-05-17 Maciej W. Rozycki <macro@mips.com>
11552
11553 * gdb.base/sigbpt.exp: Preset segv_addr.
11554
11555 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
11556
11557 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11558 (gdb_compile_shlib): Likewise.
11559 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11560 (default_gdb_init): Clear cleanfiles.
11561 (gdb_finish): Delete recorded cleanfiles.
11562 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11563
11564 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11565 Do not use isnative.
11566 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11567 gdb.base/so-impl-ld.exp: Likewise.
11568 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
11569 * gdb.base/unload.exp: Likewise. Do not pass empty option to
11570 gdb_compile.
11571
11572 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
11573
11574 * config/unknown.exp: Remove.
11575
11576 2007-05-15 Markus Deuling <deuling@de.ibm.com>
11577
11578 * gdb.base/info-proc.exp: Check is_remote.
11579
11580 2007-05-14 Markus Deuling <deuling@de.ibm.com>
11581
11582 * gdb.base/gcore.exp: Initialize variable core_supported.
11583
11584 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11585
11586 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11587
11588 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11589
11590 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11591 * gdb.threads/print-threads.exp (test_all_threads): Allow
11592 negative and hexadecimal thread IDs.
11593
11594 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11595
11596 * gdb.java/jprint.java (public): Avoid invalid call to static
11597 method.
11598
11599 2007-05-14 Denis Pilat <denis.pilat@st.com>
11600
11601 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11602 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11603 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11604 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11605 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11606
11607 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11608
11609 * gdb.base/overlays.exp: Add support for targets with only code
11610 overlay support, not data overlay. Support spu-*-* target in
11611 this mode.
11612 * gdb.base/ovlymgr.c: Provide stubs for spu target.
11613 * gdb.base/spu.ld: New file.
11614
11615 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
11616
11617 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
11618
11619 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
11620
11621 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
11622
11623 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11624
11625 * gdb.java/jmain.exp: Handle demangled names with and without method
11626 signatures.
11627
11628 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11629
11630 * gdb.mi/mi-syn-frame.c (main, foo, bar)
11631 (have_a_very_merry_interrupt): Remove calls to puts.
11632 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
11633 inferior output.
11634 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
11635 test names.
11636
11637 2007-04-29 Markus Deuling <deuling@de.ibm.com>
11638 Daniel Jacobowitz <dan@codesourcery.com>
11639
11640 * gdb.base/auxv.exp (core_works): Also check is_remote.
11641 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
11642
11643 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
11644
11645 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
11646 message, not the undefined 'module' variable.
11647 * gdb.base/siginfo.exp: Likewise.
11648 * gdb.base/sigstep.exp: Likewise.
11649 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
11650 serialport.
11651 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
11652
11653 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
11654
11655 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
11656 target sim fails. Return 0 otherwise.
11657 (gdb_load): Return prematurely if gdb_target_sim fails.
11658
11659 2007-04-16 Denis Pilat <denis.pilat@st.com>
11660
11661 * gdb.base/setshow.exp: Reset height after having set it to 100.
11662
11663 2007-04-16 Denis Pilat <denis.pilat@st.com>
11664
11665 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
11666
11667 2007-04-16 Denis Pilat <denis.pilat@st.com>
11668
11669 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
11670
11671 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
11672
11673 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11674 tests. Run the frozen varobjs test.
11675 * gdb.mi/var-cmd.c (do_frozen_tests): New.
11676 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
11677
11678 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11681 gdb.base/type-opaque.exp: New files.
11682
11683 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
11684
11685 * gdb.mi/mi-var-child.c
11686 (do_children_tests): User char[2] instead of
11687 char so that automatic printing of pointers to char
11688 don't give unpredicable result.
11689 * gdb.mi/var-cmd.c (do_locals_test): Initialize
11690 local variables.
11691 * gdb.mi/mi-var-child.exp: Step to right line
11692 of do_children_tests.
11693 * gdb.mi/mi2-var-child.exp: Likewise.
11694 * gdb.mi/mi-var-cmd.exp: Step to right line of
11695 do_locals_tests.
11696 (do_children_tests): User char[2] instead of
11697 char so that automatic printing of pointers to char
11698 don't give unpredicable result.
11699 * gdb.mi/mi2-var-cmd.exp: Likewise.
11700 * lib/mi-support.exp (mi_continue_to_line):
11701 Pass test name to mi_wait_for_stop.
11702
11703 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11704
11705 * gdb.asm/asm-source.exp: Remove d10v case.
11706 * lib/gdb.exp (skip_cplus_tests): Likewise.
11707 * gdb.asm/d10v.inc: Deleted.
11708
11709 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11710
11711 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
11712
11713 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11714
11715 * config/netware.exp: Delete file.
11716
11717 2007-03-29 Joel Brobecker <brobecker@adacore.com>
11718
11719 * gdb.dwarf2/dw2-noloc.S: New file.
11720 * gdb.dwarf2/dw2-noloc.exp: New file.
11721
11722 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
11723
11724 * gdb.cp/method2.cc: New test.
11725 * gdb.cp/method2.exp: New test.
11726 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
11727
11728 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11729
11730 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
11731
11732 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
11733
11734 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
11735
11736 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11737
11738 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
11739 (gdb_load): Delete, replace with...
11740 (gdb_reload): ...this.
11741 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
11742 * gdb.server/server-mon.exp: Likewise.
11743 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
11744 (gdb_start_cmd): New.
11745 (gdb_file_cmd): Save the last loaded file.
11746 (gdb_reload): New.
11747 (gdb_gnu_strip_debug): Use transform.
11748 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
11749 support here. Use new $last_loaded_file. Check mtime.
11750 (gdb_target_cmd): Handle ObjC failure case.
11751 (infer_host_exec): Delete.
11752 (gdbserver_load): Rename to...
11753 (gdbserver_run): ...this. Simplify.
11754 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
11755 (mi_gdb_load): Move most contents to a new function...
11756 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
11757 (mi_run_cmd): Use mi_gdb_target_load.
11758 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
11759 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
11760 Use gdb_run_cmd.
11761 * gdb.base/charsign.exp: Remove incorrect comment.
11762 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
11763 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
11764 gdb.base/start.exp: Use gdb_start_cmd.
11765
11766 2007-03-23 Nigel Stephens <nigel@mips.com>
11767 Maciej W. Rozycki <macro@mips.com>
11768
11769 * gdb.base/sigbpt.exp: Fix the message when skipping test.
11770 * gdb.base/signull.exp: Similarly.
11771
11772 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11773
11774 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
11775 messages available to test cases (like chng-sym.exp).
11776
11777 2007-03-14 Andreas Schwab <schwab@suse.de>
11778
11779 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11780 format changes.
11781
11782 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
11783
11784 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
11785 (optimized_1): New.
11786 (main): Call optimized_1.
11787 (gdb2029): Correct typos. Call gdb2029_marker.
11788 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
11789 for gdb2029.
11790
11791 2007-03-12 Mark Kettenis <kettenis@gnu.org>
11792
11793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
11794 as tabs. Remove redundant test pattern.
11795
11796 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11797
11798 * gdb.base/long_long.exp: Accept optional symbol name in <...>
11799 for /a format output.
11800
11801 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
11802
11803 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
11804 collect output incrementally.
11805
11806 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11807
11808 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
11809 for -var-create lpcharacter test.
11810 * gdb.mi/mi2-var-cmd.exp: Likewise.
11811
11812 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11813
11814 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
11815 pass on targets where address zero is readable.
11816
11817 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11818
11819 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
11820 just a single architecture.
11821
11822 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11823
11824 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
11825 (fetch_all_registers): New function, uses gdb_test_multiple and
11826 exp_continue to fetch inferior output line-by-line.
11827 Replace all uses of do_get_all_registers by fetch_all_registers.
11828
11829 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11830
11831 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
11832 in target_info.
11833
11834 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11835
11836 * gdb.threads/manythreads.exp: Use $message string for
11837 consistancy; add a default (timeout) case.
11838
11839 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11840
11841 * gdb.base/watchpoint.exp: Fix truncated comment.
11842
11843 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11844
11845 * Makefile.in: Remove spurious single-quotes from sed command.
11846
11847 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
11848
11849 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
11850 func.
11851 * gdb.mi/mi2-var-cmd.exp: Likewise.
11852
11853 2007-02-27 Joel Brobecker <brobecker@adacore.com>
11854
11855 * gdb.dwarf2/dw2-producer.S: New file.
11856 * gdb.dwarf2/dw2-producer.exp: New testcase.
11857
11858 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
11859
11860 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11861 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11862 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11863 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11864 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11865 Revert tests to use mi_gdb_test and include value field in output
11866 of -var-create.
11867
11868 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11869
11870 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
11871
11872 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11873
11874 * gdb.base/maint.exp: Remove full paths from test names.
11875 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
11876 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
11877
11878 2007-02-27 Joel Brobecker <brobecker@adacore.com>
11879
11880 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
11881
11882 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11883
11884 * gdb.server/server-mon.exp: New test.
11885
11886 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11887
11888 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
11889
11890 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11891
11892 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
11893 register capitalization.
11894
11895 2007-02-13 Denis Pilat <denis.pilat@st.com>
11896
11897 * gdb.mi/mi-var-invalidate.exp: New file.
11898
11899 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11900
11901 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
11902
11903 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11904
11905 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
11906
11907 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11908
11909 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
11910 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
11911
11912 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
11913
11914 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11915 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11916 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11917 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11918 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11919 * gdb.mi/gdb792.exp, lib/mi-support.exp:
11920 Update tests to include value field in output of -var-create.
11921
11922 2007-02-08 Andreas Schwab <schwab@suse.de>
11923
11924 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
11925
11926 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
11927
11928 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
11929 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
11930
11931 2007-02-02 Denis Pilat <denis.pilat@st.com>
11932
11933 * gdb.threads/threadapply.exp: check that frame is not changed by
11934 the thread apply all command.
11935
11936 2007-01-31 Andreas Schwab <schwab@suse.de>
11937
11938 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11939
11940 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
11941 in the dwarf sections.
11942 * gdb.dwarf2/mac-fileno.S: Likewise.
11943
11944 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
11945 bspstore register on ia64.
11946
11947 2007-01-29 Andreas Schwab <schwab@suse.de>
11948
11949 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
11950 "frame-begin" annotation.
11951
11952 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
11953 number of "frames-invalid" annotations.
11954
11955 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11956
11957 * gdb.base/commands.exp: Call if_commands_test.
11958 (gdb_test_no_prompt, if_commands_test): New.
11959
11960 2007-01-28 Mark Kettenis <kettenis@gnu.org>
11961
11962 * gdb.threads/sigthread.c (NSIGS): Make bigger.
11963
11964 2007-01-27 Andreas Schwab <schwab@suse.de>
11965
11966 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
11967 .short/.int/.quad in the dwarf sections.
11968 * gdb.dwarf2/dw2-intercu.S: Likewise.
11969 * gdb.dwarf2/dw2-intermix.S: Likewise.
11970
11971 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11972
11973 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
11974 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
11975 array.
11976 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
11977 * gdb.base/setvar.exp: Likewise.
11978
11979 2007-01-26 Andreas Schwab <schwab@suse.de>
11980
11981 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
11982 test.
11983
11984 * gdb.base/multi-forks.exp ("restart $i"): Also match
11985 __kernel_syscall_via_break.
11986
11987 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
11988
11989 * lib/mi-support.exp (mi_delete_varobj): New.
11990 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
11991 testcase.
11992 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
11993 (main): Call the above.
11994 (reference_update_test, base_in_reference_test)
11995 (reference_to_pointer): Delete the created varobjs.
11996
11997 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
11998
11999 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
12000 * configure: Regenerated.
12001 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
12002 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
12003 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
12004 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
12005 * lib/gdb.exp (gdb_skip_xml_test): New function.
12006
12007 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
12008
12009 * gdb.base/sigrepeat.exp: Correct error message.
12010
12011 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12012 Daniel Jacobowitz <dan@codesourcery.com>
12013
12014 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
12015 gdb.arch/i386-gnu-cfi-asm.S: New files.
12016
12017 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
12018
12019 * lib/gdb.exp: Abort on missing `site.exp'.
12020
12021 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12022 Daniel Jacobowitz <dan@codesourcery.com>
12023
12024 * gdb.base/included.c, gdb.base/included.exp,
12025 gdb.base/included.h: New files.
12026
12027 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12028
12029 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
12030 (maximize_rlimit): Reduce limits on 64-bit systems.
12031
12032 2007-01-19 Mark Kettenis <kettenis@gnu.org>
12033
12034 From Marcus Deuling <deuling@de.ibm.com>:
12035 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
12036 every case.
12037
12038 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
12039
12040 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
12041 (test_path_specification): Use objdir instead of srcdir to always
12042 get an absolute filename.
12043
12044 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
12045
12046 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
12047
12048 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
12049
12050 * gdb.mi/mi-var-cp.cc (reference_update_tests):
12051 Make sure the variable we're using is in scope.
12052 (reference_to_pointer): Likewise.
12053
12054 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12055
12056 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
12057 has no debug information.
12058
12059 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
12060
12061 * gdb.base/annota1.exp: Remove extra send_gdb.
12062
12063 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
12066
12067 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12068
12069 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
12070
12071 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
12072 Daniel Jacobowitz <dan@codesourcery.com>
12073
12074 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
12075 lcharacter or linteger change. Correct duplicated test name.
12076 * gdb.mi/mi2-var-cmd.exp: Likewise.
12077
12078 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
12079
12080 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
12081
12082 2007-01-05 Joel Brobecker <brobecker@adacore.com>
12083
12084 * gdb.base/nofield.c: New file.
12085 * gdb.base/nofield.exp: New testcase.
12086
12087 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
12088
12089 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
12090
12091 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
12092 test.
12093
12094 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12095
12096 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
12097
12098 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
12099
12100 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
12101 when continuing.
12102
12103 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12104
12105 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
12106 Expect ".exe" extension.
12107
12108 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12109
12110 * gdb.base/charset.exp: Add explicit filename to break.
12111 * gdb.base/dbx.exp: Add explicit filename to breaks.
12112
12113 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
12114
12115 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
12116 * gdb.mi/mi2-file.exp: Likewise.
12117
12118 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12119
12120 Implement specification of MI tests as comments
12121 in C and C++ sources.
12122 * lib/mi-support.exp (mi_autotest_data): New variable.
12123 (mi_autotest_source): New variable.
12124 (count_newlines, mi_prepare_inline_tests)
12125 (mi_get_inline_test, mi_continue_to_line)
12126 (mi_run_inline_test, mi_tbreak)
12127 (mi_send_resuming_command, mi_wait_for_stop): New functions.
12128 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
12129 Run inline tests.
12130 * gdb.mi/mi-var-cp.cc: Define tests here.
12131
12132 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
12133
12134 Simplify usage of mi_continue_to.
12135 * lib/mi-support.exp (mi_runto_helper): Renamed
12136 from mi_runto, added new parameter 'run_or_continue'.
12137 (mi_runto): Use mi_runto_helper.
12138 (mi_continue_to): Accept just function name as parameter.
12139 Use mi_runto_helper.
12140 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
12141 * gdb.mi/mi2-var-cmd.exp: Likewise.
12142
12143 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12144
12145 Make this testcase a bit more realistic. The current code
12146 is too simplistic, and allows the compiler to optimize out
12147 some of the entities we need for this testcase.
12148 * gdb.ada/null_record/bar.ads (Void_Star): New type.
12149 (Do_Nothing): Add extra parameter.
12150 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
12151 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
12152 by using a variable of type Void_Star.
12153
12154 2006-01-04 Joel Brobecker <brobecker@adacore.com>
12155
12156 * gdb.ada/catch_ex/foo.adb: New file.
12157 * gdb.ada/catch_ex.exp: New testcase.
12158
12159 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
12160
12161 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
12162 pass --image-base to linker.
12163
12164 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12165 Daniel Jacobowitz <dan@codesourcery.com>
12166
12167 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
12168 secondary prompts.
12169
12170 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12171
12172 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
12173 output. Test the types of members and member pointers.
12174 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
12175 gdb/2092.
12176 * gdb.cp/member-ptr.exp: Search for a comment instead of a
12177 statement. Enable for GCC. Update expected output for some tests
12178 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
12179 layout.
12180 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
12181 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
12182 (Diamond::vget_base): New.
12183 (main): Add new tests.
12184 * gdb.cp/printmethod.exp: Update expected output for member functions.
12185 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
12186 print pEe->D::vg().
12187
12188 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
12189
12190 * gdb.threads/tls.exp: Allow stops in sem_post.
12191
12192 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
12193
12194 * gdb.base/annota1.exp: Allow .*printf in backtraces.
12195 * gdb.base/annota3.exp: Likewise.
12196 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
12197 again (instead of timing out).
12198 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
12199 GCC bug 26475.
12200 * gdb.java/jmisc.exp: Adjust to work with method signatures including
12201 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
12202 test from jmisc1.exp.
12203 * gdb.java/jmisc1.exp: Delete.
12204 * gdb.java/jprint.exp: Adjust to work with method signatures including
12205 return types.
12206 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
12207 * gdb.threads/linux-dp.exp: Don't be confused by program output.
12208 * lib/java.exp (compile_java_from_source): Pass the correct type
12209 to target_compile.
12210
12211 2006-12-31 Joel Brobecker <brobecker@adacore.com>
12212
12213 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
12214 (stack_align_edx): New function.
12215 (stack_align_eax): New function.
12216 (main): Add calls to stack_align_edx and stack_align_eax.
12217 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
12218 Add testing for the cases where the register used during a stack
12219 realignment is edx. Same for eax.
12220
12221 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
12222
12223 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
12224 and generic PE targets.
12225
12226 2006-12-29 Joel Brobecker <brobecker@adacore.com>
12227
12228 * gdb.ada/array_return.exp: Update copyright date list.
12229
12230 2006-12-27 Joel Brobecker <brobecker@adacore.com>
12231
12232 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
12233 (Create_Small_Float_Vector): New function.
12234 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
12235 function body.
12236 * gdb.ada/array_return/p.adb: Use new type and function from
12237 package Pck.
12238 * gdb.ada/array_return.exp: Add a test verifying that GDB is
12239 able to print the value returned by a function returning an
12240 array of float.
12241
12242 2006-12-20 Joel Brobecker <brobecker@adacore.com>
12243
12244 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
12245 The associated tests should be PASSing.
12246
12247 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12248
12249 Test for base in references.
12250 * gdb.mi/mi-var-cp.cc: Add test code.
12251 * gdb.mi/mi-var-cp.exp: Test for bases in references.
12252 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
12253 * gdb.mi/mi2-watch.exp: Likewise.
12254 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
12255 (mi_list_varobj_children): New function.
12256
12257 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
12258
12259 * lib/mi-support.exp
12260 (mi_runto): Accept "()" after function name.
12261 (mi_create_varobj): New function.
12262 (mi_varobj_update): New function.
12263 (mi_Check_varobj_value): New function.
12264 * gdb.mi/mi-var-cp.exp: New file.
12265 * gdb.mi/mi-var-cp.cc: New file.
12266
12267 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
12268
12269 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
12270 gdb.base/weaklib2.c: New files.
12271
12272 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
12273
12274 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
12275 info. Adjust test names.
12276
12277 * gdb.base/break.c (main): Move position of malloc.
12278 * gdb.base/break.exp: Revert mistaken checkin.
12279
12280 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
12281
12282 * gdb.mi/mi-var-cmd.exp: Check -var-update after
12283 assignement of arrays and function pointers.
12284 * gdb.mi/var-cmd.c: Add declaration necessary for above
12285 tests.
12286
12287 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12288
12289 * gdb.base/break.c (main): Call malloc.
12290
12291 * gdb.threads/linux-dp.exp: Read thread table before and after
12292 creating each philosopher and verify it.
12293
12294 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
12295 Paul Brook <paul@codesourcery.com>
12296 Daniel Jacobowitz <dan@codesourcery.com>
12297
12298 * gdb.base/ending-run.exp: Flatten expect script stepping out of
12299 main to remove duplication. Add start function of the form
12300 '_*start[1-9]*'. Add RVDS start function.
12301
12302 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12303
12304 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
12305
12306 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12307
12308 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
12309 * gdb.asm/spu.inc: New file.
12310 * gdb.base/term.exp: Disable if [target_info exists noargs].
12311 * gdb.gdb/complaints.exp: Disable if ![isnative].
12312 * gdb.gdb/selftest.exp: Likewise.
12313 * gdb.gdb/observer.exp: Likewise.
12314 * gdb.gdb/xfullpath.exp: Likewise.
12315 * gdb.base/attach.exp: Disable on SPU target.
12316 * gdb.cp/bs145503.exp: Likewise.
12317 * gdb.cp/exception.exp: Likewise.
12318 * gdb.cp/userdef.exp: Likewise.
12319
12320 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
12321
12322 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
12323
12324 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
12325
12326 * gdb.base/completion.exp: Fix completion tests for
12327 'info' and 'info '.
12328 * gdb.base/help.exp (help_test_raw, test_class_help)
12329 (test_prefix_command_help): Move...
12330 * lib/gdb.exp: Here.
12331 * gdb.base/main.exp: Adjust.
12332 * gdb.cp/maint.exp: Adjust.
12333 * gdb.trace/tracecmd.exp: Use test_help_class.
12334
12335 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12336
12337 * gdb.stabs/weird.exp (print_weird_var): Use
12338 gdb_test_multiple instead of gdb_expect.
12339
12340 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
12341
12342 * gdb.base/help.exp (help_test_raw): New.
12343 (test_class_help): New.
12344 (test_prefix_command_help): New.
12345 Adjust testcases.
12346
12347 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
12348
12349 * gdb.base/constvars.c (main): Write to crass and crips, so that
12350 they are allocated by the compiler.
12351
12352 2006-10-27 Andreas Schwab <schwab@suse.de>
12353
12354 * gdb.base/multi-forks.exp: Use "detach fork" instead of
12355 "detach-fork".
12356
12357 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
12358
12359 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
12360 of patterns.
12361
12362 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12363
12364 * gdb.base/sepdebug.exp: Remove debug format test.
12365 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
12366 Handle no-symtab.
12367 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
12368
12369 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
12370
12371 * gdb.threads/manythreads.c (thread_function, main): Don't cast
12372 int to pointer or pointer to int.
12373 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
12374
12375 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
12376
12377 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
12378
12379 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12380
12381 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
12382
12383 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
12384
12385 PR c++/2116
12386 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
12387
12388 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12389
12390 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
12391 the corresponding bug has been fixed in GDB (PR/2018).
12392
12393 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12394
12395 * gdb.base/subst.exp: New testcase.
12396
12397 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12398
12399 * gdb.ada/array_return/pck.ads: Add copyright notice.
12400 * gdb.ada/array_return/pck.adb: Likewise.
12401 * gdb.ada/array_return/p.adb: Likewise.
12402 * gdb.ada/exec_changed/first.adb: Likewise.
12403 * gdb.ada/exec_changed/second.adb: Likewise.
12404
12405 2006-10-06 Joel Brobecker <brobecker@adacore.com>
12406
12407 * gdb.ada/watch_arg/watch.adb: New file.
12408 * gdb.ada/watch_arg.exp: New testcase.
12409
12410 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
12411
12412 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
12413 via string_to_regexp.
12414 * gdb.mi/mi2-basics.exp: Likewise.
12415
12416 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
12417
12418 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
12419 Remove unused / obsolete files.
12420
12421 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
12422
12423 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
12424
12425 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
12426
12427 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
12428 HIGH_FRAME argument to -stack-list-arguments can be larger than
12429 the number of frames.
12430
12431 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
12432
12433 * gdb.base/args.c (main): Add breakpoint marker.
12434 * gdb.base/args.exp: Use args_test for tests. Add new tests which
12435 really test empty arguments.
12436 (args_load): Delete.
12437 (args_test): New.
12438
12439 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
12440
12441 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
12442 check for one file.
12443
12444 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12445
12446 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12447 HIGH_FRAME argument to -stack-list-locals can be larger than
12448 the number of frames.
12449
12450 2006-08-18 Fred Fish <fnf@specifix.com>
12451
12452 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12453 '$' in front of skip_vmx_tests_saved when setting that.
12454
12455 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12456
12457 * gdb.base/trace-commands.exp: New file.
12458
12459 2006-08-10 Joel Brobecker <brobecker@adacore.com>
12460 Daniel Jacobowitz <dan@codesourcery.com>
12461
12462 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12463 expected output of the backtrace commands.
12464
12465 2006-08-09 Joel Brobecker <brobecker@adacore.com>
12466
12467 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12468 untested followed by return combination.
12469 * gdb.arch/altivec-regs.exp: Likewise.
12470 * gdb.arch/e500-abi.exp: Likewise.
12471 * gdb.arch/e500-regs.exp: Likewise.
12472 * gdb.arch/gdb1291.exp: Likewise.
12473 * gdb.arch/gdb1431.exp: Likewise.
12474 * gdb.arch/gdb1558.exp: Likewise.
12475 * gdb.arch/i386-prologue.exp: Likewise.
12476 * gdb.arch/i386-unwind.exp: Likewise.
12477 * gdb.asm/asm-source.exp: Likewise.
12478 * gdb.base/a2-run.exp: Likewise.
12479 * gdb.base/advance.exp: Likewise.
12480 * gdb.base/all-bin.exp: Likewise.
12481 * gdb.base/annota1.exp: Likewise.
12482 * gdb.base/annota3.exp: Likewise.
12483 * gdb.base/args.exp: Likewise.
12484 * gdb.base/arithmet.exp: Likewise.
12485 * gdb.base/assign.exp: Likewise.
12486 * gdb.base/async.exp: Likewise.
12487 * gdb.base/attach.exp: Likewise.
12488 * gdb.base/bang.exp: Likewise.
12489 * gdb.base/bigcore.exp: Likewise.
12490 * gdb.base/bitfields.exp: Likewise.
12491 * gdb.base/bitfields2.exp: Likewise.
12492 * gdb.base/break.exp: Likewise.
12493 * gdb.base/call-sc.exp: Likewise.
12494 * gdb.base/call-strs.exp: Likewise.
12495 * gdb.base/callfuncs.exp: Likewise.
12496 * gdb.base/checkpoint.exp: Likewise.
12497 * gdb.base/chng-syms.exp: Likewise.
12498 * gdb.base/code-expr.exp: Likewise.
12499 * gdb.base/commands.exp: Likewise.
12500 * gdb.base/completion.exp: Likewise.
12501 * gdb.base/cond-expr.exp: Likewise.
12502 * gdb.base/condbreak.exp: Likewise.
12503 * gdb.base/consecutive.exp: Likewise.
12504 * gdb.base/constvars.exp: Likewise.
12505 * gdb.base/corefile.exp: Likewise.
12506 * gdb.base/cvexpr.exp: Likewise.
12507 * gdb.base/dbx.exp: Likewise.
12508 * gdb.base/define.exp: Likewise.
12509 * gdb.base/detach.exp: Likewise.
12510 * gdb.base/display.exp: Likewise.
12511 * gdb.base/dump.exp: Likewise.
12512 * gdb.base/ena-dis-br.exp: Likewise.
12513 * gdb.base/ending-run.exp: Likewise.
12514 * gdb.base/environ.exp: Likewise.
12515 * gdb.base/eval-skip.exp: Likewise.
12516 * gdb.base/exprs.exp: Likewise.
12517 * gdb.base/fileio.exp: Likewise.
12518 * gdb.base/finish.exp: Likewise.
12519 * gdb.base/float.exp: Likewise.
12520 * gdb.base/foll-exec.exp: Likewise.
12521 * gdb.base/foll-fork.exp: Likewise.
12522 * gdb.base/foll-vfork.exp: Likewise.
12523 * gdb.base/freebpcmd.exp: Likewise.
12524 * gdb.base/funcargs.exp: Likewise.
12525 * gdb.base/gcore.exp: Likewise.
12526 * gdb.base/gdb1090.exp: Likewise.
12527 * gdb.base/gdb1250.exp: Likewise.
12528 * gdb.base/huge.exp: Likewise.
12529 * gdb.base/info-proc.exp: Likewise.
12530 * gdb.base/interrupt.exp: Likewise.
12531 * gdb.base/jump.exp: Likewise.
12532 * gdb.base/langs.exp: Likewise.
12533 * gdb.base/lineinc.exp: Likewise.
12534 * gdb.base/list.exp: Likewise.
12535 * gdb.base/logical.exp: Likewise.
12536 * gdb.base/long_long.exp: Likewise.
12537 * gdb.base/macscp.exp: Likewise.
12538 * gdb.base/maint.exp: Likewise.
12539 * gdb.base/mips_pro.exp: Likewise.
12540 * gdb.base/miscexprs.exp: Likewise.
12541 * gdb.base/multi-forks.exp: Likewise.
12542 * gdb.base/opaque.exp: Likewise.
12543 * gdb.base/overlays.exp: Likewise.
12544 * gdb.base/pc-fp.exp: Likewise.
12545 * gdb.base/pointers.exp: Likewise.
12546 * gdb.base/printcmds.exp: Likewise.
12547 * gdb.base/psymtab.exp: Likewise.
12548 * gdb.base/ptype.exp: Likewise.
12549 * gdb.base/recurse.exp: Likewise.
12550 * gdb.base/relational.exp: Likewise.
12551 * gdb.base/relocate.exp: Likewise.
12552 * gdb.base/remote.exp: Likewise.
12553 * gdb.base/reread.exp: Likewise.
12554 * gdb.base/restore.exp: Likewise.
12555 * gdb.base/return.exp: Likewise.
12556 * gdb.base/return2.exp: Likewise.
12557 * gdb.base/scope.exp: Likewise.
12558 * gdb.base/sect-cmd.exp: Likewise.
12559 * gdb.base/sep.exp: Likewise.
12560 * gdb.base/sepdebug.exp: Likewise.
12561 * gdb.base/setshow.exp: Likewise.
12562 * gdb.base/setvar.exp: Likewise.
12563 * gdb.base/sigall.exp: Likewise.
12564 * gdb.base/sigbpt.exp: Likewise.
12565 * gdb.base/signals.exp: Likewise.
12566 * gdb.base/signull.exp: Likewise.
12567 * gdb.base/sizeof.exp: Likewise.
12568 * gdb.base/solib.exp: Likewise.
12569 * gdb.base/step-line.exp: Likewise.
12570 * gdb.base/step-test.exp: Likewise.
12571 * gdb.base/structs.exp: Likewise.
12572 * gdb.base/structs2.exp: Likewise.
12573 * gdb.base/term.exp: Likewise.
12574 * gdb.base/twice.exp: Likewise.
12575 * gdb.base/until.exp: Likewise.
12576 * gdb.base/varargs.exp: Likewise.
12577 * gdb.base/volatile.exp: Likewise.
12578 * gdb.base/watchpoint.exp: Likewise.
12579 * gdb.base/whatis-exp.exp: Likewise.
12580 * gdb.base/whatis.exp: Likewise.
12581 * gdb.cp/ambiguous.exp: Likewise.
12582 * gdb.cp/annota2.exp: Likewise.
12583 * gdb.cp/annota3.exp: Likewise.
12584 * gdb.cp/bool.exp: Likewise.
12585 * gdb.cp/breakpoint.exp: Likewise.
12586 * gdb.cp/casts.exp: Likewise.
12587 * gdb.cp/class2.exp: Likewise.
12588 * gdb.cp/classes.exp: Likewise.
12589 * gdb.cp/cplusfuncs.exp: Likewise.
12590 * gdb.cp/ctti.exp: Likewise.
12591 * gdb.cp/derivation.exp: Likewise.
12592 * gdb.cp/exception.exp: Likewise.
12593 * gdb.cp/gdb1355.exp: Likewise.
12594 * gdb.cp/hang.exp: Likewise.
12595 * gdb.cp/inherit.exp: Likewise.
12596 * gdb.cp/local.exp: Likewise.
12597 * gdb.cp/m-data.exp: Likewise.
12598 * gdb.cp/m-static.exp: Likewise.
12599 * gdb.cp/member-ptr.exp: Likewise.
12600 * gdb.cp/method.exp: Likewise.
12601 * gdb.cp/misc.exp: Likewise.
12602 * gdb.cp/namespace.exp: Likewise.
12603 * gdb.cp/overload.exp: Likewise.
12604 * gdb.cp/ovldbreak.exp: Likewise.
12605 * gdb.cp/pr-1023.exp: Likewise.
12606 * gdb.cp/pr-1210.exp: Likewise.
12607 * gdb.cp/pr-574.exp: Likewise.
12608 * gdb.cp/printmethod.exp: Likewise.
12609 * gdb.cp/psmang.exp: Likewise.
12610 * gdb.cp/ref-params.exp: Likewise.
12611 * gdb.cp/ref-types.exp: Likewise.
12612 * gdb.cp/rtti.exp: Likewise.
12613 * gdb.cp/templates.exp: Likewise.
12614 * gdb.cp/try_catch.exp: Likewise.
12615 * gdb.cp/userdef.exp: Likewise.
12616 * gdb.cp/virtfunc.exp: Likewise.
12617 * gdb.disasm/am33.exp: Likewise.
12618 * gdb.disasm/h8300s.exp: Likewise.
12619 * gdb.disasm/mn10300.exp: Likewise.
12620 * gdb.disasm/sh3.exp: Likewise.
12621 * gdb.disasm/t01_mov.exp: Likewise.
12622 * gdb.disasm/t02_mova.exp: Likewise.
12623 * gdb.disasm/t03_add.exp: Likewise.
12624 * gdb.disasm/t04_sub.exp: Likewise.
12625 * gdb.disasm/t05_cmp.exp: Likewise.
12626 * gdb.disasm/t06_ari2.exp: Likewise.
12627 * gdb.disasm/t07_ari3.exp: Likewise.
12628 * gdb.disasm/t08_or.exp: Likewise.
12629 * gdb.disasm/t09_xor.exp: Likewise.
12630 * gdb.disasm/t10_and.exp: Likewise.
12631 * gdb.disasm/t11_logs.exp: Likewise.
12632 * gdb.disasm/t12_bit.exp: Likewise.
12633 * gdb.disasm/t13_otr.exp: Likewise.
12634 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
12635 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
12636 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12637 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
12638 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
12639 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
12640 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
12641 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
12642 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
12643 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
12644 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
12645 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
12646 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
12647 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
12648 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
12649 * gdb.mi/gdb701.exp: Likewise.
12650 * gdb.mi/gdb792.exp: Likewise.
12651 * gdb.mi/mi-basics.exp: Likewise.
12652 * gdb.mi/mi-break.exp: Likewise.
12653 * gdb.mi/mi-cli.exp: Likewise.
12654 * gdb.mi/mi-console.exp: Likewise.
12655 * gdb.mi/mi-disassemble.exp: Likewise.
12656 * gdb.mi/mi-eval.exp: Likewise.
12657 * gdb.mi/mi-file.exp: Likewise.
12658 * gdb.mi/mi-read-memory.exp: Likewise.
12659 * gdb.mi/mi-regs.exp: Likewise.
12660 * gdb.mi/mi-return.exp: Likewise.
12661 * gdb.mi/mi-simplerun.exp: Likewise.
12662 * gdb.mi/mi-stack.exp: Likewise.
12663 * gdb.mi/mi-stepi.exp: Likewise.
12664 * gdb.mi/mi-syn-frame.exp: Likewise.
12665 * gdb.mi/mi-until.exp: Likewise.
12666 * gdb.mi/mi-var-block.exp: Likewise.
12667 * gdb.mi/mi-var-child.exp: Likewise.
12668 * gdb.mi/mi-var-cmd.exp: Likewise.
12669 * gdb.mi/mi-var-display.exp: Likewise.
12670 * gdb.mi/mi-watch.exp: Likewise.
12671 * gdb.mi/mi2-basics.exp: Likewise.
12672 * gdb.mi/mi2-break.exp: Likewise.
12673 * gdb.mi/mi2-cli.exp: Likewise.
12674 * gdb.mi/mi2-console.exp: Likewise.
12675 * gdb.mi/mi2-disassemble.exp: Likewise.
12676 * gdb.mi/mi2-eval.exp: Likewise.
12677 * gdb.mi/mi2-file.exp: Likewise.
12678 * gdb.mi/mi2-read-memory.exp: Likewise.
12679 * gdb.mi/mi2-regs.exp: Likewise.
12680 * gdb.mi/mi2-return.exp: Likewise.
12681 * gdb.mi/mi2-simplerun.exp: Likewise.
12682 * gdb.mi/mi2-stack.exp: Likewise.
12683 * gdb.mi/mi2-stepi.exp: Likewise.
12684 * gdb.mi/mi2-syn-frame.exp: Likewise.
12685 * gdb.mi/mi2-until.exp: Likewise.
12686 * gdb.mi/mi2-var-block.exp: Likewise.
12687 * gdb.mi/mi2-var-child.exp: Likewise.
12688 * gdb.mi/mi2-var-cmd.exp: Likewise.
12689 * gdb.mi/mi2-var-display.exp: Likewise.
12690 * gdb.mi/mi2-watch.exp: Likewise.
12691 * gdb.stabs/exclfwd.exp: Likewise.
12692 * gdb.stabs/weird.exp: Likewise.
12693 * gdb.threads/gcore-thread.exp: Likewise.
12694 * gdb.trace/actions.exp: Likewise.
12695 * gdb.trace/backtrace.exp: Likewise.
12696 * gdb.trace/circ.exp: Likewise.
12697 * gdb.trace/collection.exp: Likewise.
12698 * gdb.trace/deltrace.exp: Likewise.
12699 * gdb.trace/infotrace.exp: Likewise.
12700 * gdb.trace/limits.exp: Likewise.
12701 * gdb.trace/packetlen.exp: Likewise.
12702 * gdb.trace/passc-dyn.exp: Likewise.
12703 * gdb.trace/passcount.exp: Likewise.
12704 * gdb.trace/report.exp: Likewise.
12705 * gdb.trace/save-trace.exp: Likewise.
12706 * gdb.trace/tfind.exp: Likewise.
12707 * gdb.trace/tracecmd.exp: Likewise.
12708 * gdb.trace/while-dyn.exp: Likewise.
12709 * gdb.trace/while-stepping.exp: Likewise.
12710
12711 2006-08-08 Joel Brobecker <brobecker@adacore.com>
12712
12713 * gdb.base/step-bt.c: New file.
12714 * gdb.base/step-bt.exp: New testcase.
12715
12716 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
12717
12718 * config/monitor.exp (gdb_load): Remove support for obsolete
12719 download-write-size.
12720 * gdb.base/remote.exp: Likewise. Update all callers of
12721 gdb_timed_load.
12722
12723 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
12724
12725 * cursal.exp: Pass binfile to gdb_load.
12726
12727 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
12728
12729 * gdb.base/cursal.exp: Add "" to gdb_load call.
12730
12731 2006-07-29 Mark Kettenis <kettenis@gnu.org>
12732
12733 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
12734 NetBSD/ELF targets.
12735
12736 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
12737
12738 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
12739 operator*.
12740
12741 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
12742
12743 * gdb.base/completion.exp: Update for change in "file" behavior.
12744 * gdb.stabs/weird.exp: Likewise.
12745 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
12746 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
12747
12748 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
12749
12750 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
12751 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
12752
12753 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
12754
12755 * gdb.base/default.exp: Update source command error message.
12756 * gdb.base/help.exp: Update 'help source' message.
12757
12758 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
12759
12760 * gdb.cp/bs15503.exp: Update comment for no longer crashing
12761 test.
12762
12763 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
12764
12765 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
12766
12767 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12768
12769 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
12770
12771 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12772
12773 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
12774
12775 2006-07-17 Mark Kettenis <kettenis@gnu.org>
12776
12777 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
12778 *-*-openbsd* from targets for wich we expect ARM FPA floating
12779 point format.
12780
12781 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
12782
12783 * gdb.cp/annota3.exp: Expect frame-begin annotation.
12784
12785 2006-07-17 Mark Kettenis <kettenis@gnu.org>
12786
12787 * gdb.base/annota3.exp: Expect frame-begin annotation.
12788
12789 2006-07-14 Joel Brobecker <brobecker@adacore.com>
12790
12791 * gdb.base/help.exp: Adjust "help unset" test to accept
12792 any list of unset commands.
12793
12794 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
12795 Daniel Jacobowitz <dan@codesourcery.com>
12796
12797 * gdb.cp/ref-params.exp: New test.
12798 * gdb.cp/ref-params.cc: New source file.
12799 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
12800
12801 2006-07-08 Mark Kettenis <kettenis@gnu.org>
12802
12803 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
12804 spaces/tabs in regular expressions since they might not be there.
12805
12806 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
12807
12808 * gdb.base/ifelse.exp: New file.
12809
12810 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
12811
12812 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
12813 line.
12814 * gdb.base/huge.exp: Loop over compilation to find a size that
12815 is acceptable.
12816 * gdb.base/remote.exp: Correct expected strings.
12817 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
12818
12819 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12820
12821 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
12822
12823 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12824
12825 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
12826 native.
12827
12828 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12829
12830 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
12831 enable stabs testing.
12832
12833 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12834
12835 * gdb.base/auxv.exp: Intercept undefined command messages before
12836 gdb_test_multiple does.
12837
12838 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12839
12840 * Makefile.in (host_alias): Remove.
12841 (target_alias): Use @target_noncanonical@.
12842 (site.exp): Don't set host_alias.
12843 * aclocal.m4: Remove contents. Include acx.m4.
12844 * configure: Regenerated.
12845 * configure.ac: Use ACX_NONCANONICAL_TARGET.
12846
12847 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
12848
12849 * lib/gdb.exp (gdb_load_cmd): New.
12850
12851 * gdb.base/fileio.c: Add system(NULL) test.
12852 * gdb.base/fileio.exp: Check it.
12853
12854 * gdb.base/break.c: Add 10a breakpoint at }
12855 * gdb.base/break.exp: Add test for breakpoint at }
12856 * gdb.cp/anon-union.cc: Add code at end of function.
12857 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
12858 * gdb.mi/var-cmd.c: Add code at end of function.
12859 * gdb.mi/mi-var-display.exp: Adjust end of next.
12860 * gdb.mi/mi2-var-display.exp: Likewise.
12861 * gdb.base/fileio.c: Add stop function and insert calls at
12862 stopping places.
12863 * gdb.base/fileio.exp: Breakpoint stop function and remove
12864 explicit line number references.
12865
12866 2006-05-19 Joel Brobecker <brobecker@adacore.com>
12867
12868 * gdb.base/del.exp (test_delete_alias): New function.
12869 Now check that both "del" and "d" work as aliases for "delete".
12870
12871 2006-05-18 Fred Fish <fnf@specifix.com>
12872
12873 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
12874 required. Check for spurious output after program exits normally.
12875
12876 2006-05-17 Fred Fish <fnf@specifix.com>
12877
12878 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
12879 gdb_load, so it works in the simulator.
12880
12881 2006-05-11 Fred Fish <fnf@specifix.com>
12882
12883 * gdb.base/bang.exp: Ignore unexpected output between the
12884 "program exited normally" and the gdb prompt, as many other
12885 tests do.
12886
12887 2006-05-07 Mark Kettenis <kettenis@gnu.org>
12888
12889 * gdb.base/help.exp: Make "delete checkpoint" part option for
12890 "help d" and "help delete" tests.
12891
12892 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12893
12894 * gdb.mi/mi-basics.exp: Add missing serial number to
12895 expected output in some mi_gdb_test statements.
12896 * gdb.mi/mi2-basics.exp: Likewise.
12897
12898 2006-05-05 Joel Brobecker <brobecker@adacore.com>
12899
12900 * gdb.base/del.c: New file.
12901 * gdb.base/del.exp: New testcase.
12902
12903 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
12904
12905 * gdb.base/break.exp: Do not assume a breakpoint on
12906 main will actually be in $srcfile when optimizing.
12907 * gdb.base/savedregs.exp: Do not require that the dummy
12908 frame location match up to a symbol and source file location.
12909 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
12910 will get printed without a mi_cmd_data_list_register_values prefix.
12911 (*-data-list-register-*): Correct regular expressions to expect the new
12912 pseudo d? floating point registers.
12913 * gdb.mi/mi2-regs.exp: Likewise.
12914
12915 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
12916
12917 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
12918 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
12919 is allocated by the compiler.
12920 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
12921 anons, e, anone to force their allocation by the compiler.
12922
12923 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
12924
12925 * gdb.base/help.exp: Update expected text for help d and
12926 help delete.
12927
12928 2006-05-02 Mark Kettenis <kettenis@gnu.org>
12929
12930 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
12931 NetBSD/ELF targets.
12932
12933 2006-04-30 Mark Kettenis <kettenis@gnu.org>
12934
12935 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
12936 single-step breakpoint fails; make this a KFAIL on
12937 sparc*-*-openbsd*.
12938 * gdb.base/siginfo.exp: Likewise.
12939 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12940
12941 2006-04-26 Michael Snyder <msnyder@redhat.com>
12942
12943 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
12944 which may have to consume output from other forks.
12945 Add tests to make sure that "delete fork" succeeded.
12946
12947 2006-04-20 Michael Snyder <msnyder@redhat.com>
12948
12949 * 2006-03-22 Jim Blandy <jimb@redhat.com>
12950 Add support for the Renesas M32C and M16C.
12951
12952 * gdb.asm/asm-source.exp: Add m32c target.
12953 * gdb.asm/m32c.inc: Support for m32c target.
12954
12955 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
12956
12957 * gdb.base/commands.exp (recursive_source_test): New test.
12958
12959 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
12960
12961 * gdb.base/float.exp: Add pattern for sparc targets.
12962
12963 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12964
12965 * gdb.base/commands.exp (stray_arg0_test): New test.
12966
12967 2006-03-30 Paul Brook <paul@codesourcery.com>
12968
12969 * gdb.mi/mi-until.exp: kfail broken until command.
12970 * gdb.mi/mi2-until.exp: Ditto.
12971
12972 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12973
12974 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
12975
12976 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
12977
12978 * gdb.base/prelink.exp: Anchor tested-for regular expression
12979 on gdb prompt.
12980
12981 2006-03-07 Paul Brook <paul@codesourcery.com>
12982
12983 * gdb.base/assign.exp: Correct fail message.
12984
12985 2006-03-07 Paul Brook <paul@codesourcery.com>
12986
12987 * lib/compiler.c: Extract armcc version number.
12988 * lib/compiler.cc: Ditto.
12989
12990 2006-03-07 Paul Brook <paul@codesourcery.com>
12991
12992 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
12993 additional_flags=-w.
12994 * gdb.arch/altivec-regs.exp: Ditto.
12995 * gdb.arch/e500-abi.exp: Ditto.
12996 * gdb.arch/e500-regs.exp: Ditto.
12997 * gdb.base/all-bin.exp: Ditto.
12998 * gdb.base/annota1.exp: Ditto.
12999 * gdb.base/annota3.exp: Ditto.
13000 * gdb.base/args.exp: Ditto.
13001 * gdb.base/arithmet.exp: Ditto.
13002 * gdb.base/assign.exp: Ditto.
13003 * gdb.base/async.exp: Ditto.
13004 * gdb.base/bang.exp: Ditto.
13005 * gdb.base/break.exp: Ditto.
13006 * gdb.base/call-rt-st.exp: Ditto.
13007 * gdb.base/completion.exp: Ditto.
13008 * gdb.base/cond-expr.exp: Ditto.
13009 * gdb.base/condbreak.exp: Ditto.
13010 * gdb.base/consecutive.exp: Ditto.
13011 * gdb.base/define.exp: Ditto.
13012 * gdb.base/display.exp: Ditto.
13013 * gdb.base/ena-dis-br.exp: Ditto.
13014 * gdb.base/environ.exp: Ditto.
13015 * gdb.base/eval-skip.exp: Ditto.
13016 * gdb.base/info-proc.exp: Ditto.
13017 * gdb.base/jump.exp: Ditto.
13018 * gdb.base/logical.exp: Ditto.
13019 * gdb.base/long_long.exp: Ditto.
13020 * gdb.base/maint.exp: Ditto.
13021 * gdb.base/miscexprs.exp: Ditto.
13022 * gdb.base/pc-fp.exp: Ditto.
13023 * gdb.base/pointers.exp: Ditto.
13024 * gdb.base/relational.exp: Ditto.
13025 * gdb.base/reread.exp: Ditto.
13026 * gdb.base/sect-cmd.exp: Ditto.
13027 * gdb.base/sep.exp: Ditto.
13028 * gdb.base/sepdebug.exp: Ditto.
13029 * gdb.base/until.exp: Ditto.
13030 * gdb.base/whatis-exp.exp: Ditto.
13031 * gdb.cp/annota2.exp: Ditto.
13032 * gdb.cp/annota3.exp: Ditto.
13033 * gdb.trace/actions.exp: Ditto.
13034 * gdb.trace/backtrace.exp: Ditto.
13035 * gdb.trace/circ.exp: Ditto.
13036 * gdb.trace/collection.exp: Ditto.
13037 * gdb.trace/deltrace.exp: Ditto.
13038 * gdb.trace/infotrace.exp: Ditto.
13039 * gdb.trace/limits.exp: Ditto.
13040 * gdb.trace/packetlen.exp: Ditto.
13041 * gdb.trace/passc-dyn.exp: Ditto.
13042 * gdb.trace/passcount.exp: Ditto.
13043 * gdb.trace/report.exp: Ditto.
13044 * gdb.trace/save-trace.exp: Ditto.
13045 * gdb.trace/tfind.exp: Ditto.
13046 * gdb.trace/tracecmd.exp: Ditto.
13047 * gdb.trace/while-dyn.exp: Ditto.
13048 * gdb.trace/while-stepping.exp: Ditto.
13049 * lib/gdb.exp: Ditto.
13050 (gdb_compile): Handle nowarning option.
13051
13052 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
13053
13054 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
13055 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
13056 Rename executable to prelinkt. Don't re-prelink if we didn't
13057 get a core file. Test prelink -u exit status to tell whether
13058 prelinking failed. Use gdb_test_multiple.
13059
13060 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13061
13062 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
13063 (do_tests): Call it.
13064
13065 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
13066
13067 * gdb.base/prelink.exp: New test.
13068 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
13069
13070 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
13071
13072 * gdb.fortran/derived-type.f90: New file.
13073 * gdb.fortran/derived-type.exp: New testcase.
13074
13075 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
13076
13077 * gdb.base/default.exp: Allow ';' as a directory separator.
13078
13079 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13080
13081 * gdb.base/help.exp (help add-symbol-file): Update.
13082
13083 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
13084
13085 * gdb.base/help.exp (help load): Update expected results.
13086
13087 2006-02-19 Fred Fish <fnf@specifix.com>
13088
13089 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
13090 specifix hex value as part of results.
13091 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
13092
13093 2006-02-16 Fred Fish <fnf@specifix.com>
13094
13095 * gdb.base/whatis.c: Define variables using typedefs char_addr,
13096 ushort_addr, and slong_addr, so the typedefs are not optimized
13097 away.
13098 * gdb.base/whatis.exp: Add tests using type name for struct type,
13099 union type, enum type, and typedef.
13100
13101 2006-02-13 Mark Kettenis <kettenis@gnu.org>
13102
13103 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
13104
13105 2006-02-13 Jim Blandy <jimb@redhat.com>
13106
13107 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
13108 case where it takes two "next" commands to skip past the init
13109 call.
13110
13111 2006-02-12 Fred Fish <fnf@specifix.com>
13112
13113 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
13114 to handle cases where it takes two "next" commands to skip
13115 past the init call.
13116
13117 2006-02-07 Joel Brobecker <brobecker@adacore.com>
13118
13119 * gdb.ada/array_return.exp: Mark the last test as expected to fail
13120 on hppa32 targets.
13121
13122 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
13123
13124 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
13125 field.
13126
13127 2006-01-29 Mark Kettenis <kettenis@gnu.org>
13128
13129 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
13130
13131 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13132
13133 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
13134 files.
13135
13136 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13137
13138 * gdb.cp/maint.exp: Set complaints to a positive value.
13139
13140 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13141
13142 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
13143 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
13144 function name.
13145
13146 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
13147
13148 * gdb.base/checkpoint.c: Update copyright notice. Include
13149 <stdlib.h>.
13150
13151 2006-01-04 Jim Blandy <jimb@redhat.com>
13152
13153 * gdb.asm/asm-source.exp: Independently provide default values for
13154 asm-flags and debug-flags. Use 'string equal' to do the
13155 comparison, not the implicit expr's '==' operator. Remove
13156 now-unneeded assignments to asm-flags. In h8300 case, place
13157 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
13158
13159 2006-01-04 Michael Snyder <msnyder@redhat.com>
13160
13161 * gdb.base/checkpoint.c: New file.
13162 * gdb.base/checkpoint.exp: New file.
13163 * gdb.base/multi-fork.c: New file.
13164 * gdb.base/multi-fork.exp: New file.
13165 * gdb.base/pi.txt: New file (data for checkpoint.c test).
13166
13167 2006-01-04 Fred Fish <fnf@specifix.com>
13168
13169 * gdb.base/ptype.c (foo): Add typedef.
13170 (intfoo): Add function.
13171 * gdb.base/ptype1.c: New file.
13172 * gdb.base/ptype.exp: Handle compilation and linking with two
13173 source files. Test that proper type for "foo" is found based
13174 on source context rather than first match found in symtabs.
13175
13176 2005-12-28 Mark Kettenis <kettenis@gnu.org>
13177
13178 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
13179 * gdb.asm/openbsd.inc: Indent commands.
13180
13181 2005-12-26 Mark Kettenis <kettenis@gnu.org>
13182
13183 * gdb.base/freebpcmd.exp: Increase timeout.
13184
13185 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
13186
13187 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
13188
13189 * gdb.base/default.exp: Update check for "show version".
13190
13191 2005-12-09 Randolph Chung <tausq@debian.org>
13192
13193 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
13194 * gdb.asm/pa64.inc: New file.
13195
13196 2005-12-09 Randolph Chung <tausq@debian.org>
13197
13198 * gdb.asm/common.inc: Indent commands.
13199 * gdb.asm/asmsrc1.s: Likewise.
13200 * gdb.asm/asmsrc2.s: Likewise.
13201
13202 2005-12-09 Randolph Chung <tausq@debian.org>
13203
13204 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
13205 (get_addr_of_sym): Remove duplicate print.
13206 (gen_core): xfail hppa*-*-hpux*, update expected output.
13207 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
13208 * gdb.arch/pa64-nullify.s: New file.
13209
13210 2005-12-09 Randolph Chung <tausq@debian.org>
13211
13212 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
13213
13214 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
13215
13216 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
13217 code generation for these functions.
13218 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
13219 error message.
13220
13221 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
13222
13223 * gdb.base/help.exp (help b, help br, help bre, help brea)
13224 (help break): Update the expected message.
13225
13226 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
13227
13228 * gdb.asm/m68hc11.inc: Setup the data section.
13229 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
13230 script for this test.
13231 (m6812-*-*): Likewise.
13232
13233 2005-11-09 Randolph Chung <tausq@debian.org>
13234
13235 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
13236
13237 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
13238
13239 * gdb.base/break.exp: Fix a comment typo.
13240
13241 2005-11-03 Jim Blandy <jimb@redhat.com>
13242
13243 Checked in by Elena Zannoni <ezannoni@redhat.com>
13244
13245 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
13246
13247 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
13248
13249 * gdb.arch/gdb1558.c: Include stdio.h.
13250
13251 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13252
13253 * gdb.asm/asm-source.exp: Use -e instead of --entry.
13254
13255 2005-10-31 Mark Kettenis <kettenis@gnu.org>
13256
13257 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
13258
13259 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
13260
13261 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13262 vscr" tests to better match output.
13263
13264 2005-10-12 Jim Blandy <jimb@redhat.com>
13265
13266 * gdb.base/structs.exp (any): New function.
13267 (test_struct_returns): Don't make any assumptions at all about
13268 what value the function returns when GDB can't set the return
13269 value.
13270
13271 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13272
13273 * gdb.ada/arrayidx/p.adb: New file.
13274 * gdb.ada/arrayidx.exp: New testcase
13275
13276 2005-10-09 Joel Brobecker <brobecker@adacore.com>
13277
13278 * gdb.ada/array_return/pck.ads: New file.
13279 * gdb.ada/array_return/pck.adb: New file.
13280 * gdb.ada/array_return/p.adb: New file.
13281 * gdb.ada/array_return.exp: New testcase.
13282
13283 2005-10-03 Joel Brobecker <brobecker@adacore.com>
13284
13285 * gdb.base/arrayidx.c: New file.
13286 * gdb.base/arrayidx.exp: New testcase.
13287
13288 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
13289
13290 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
13291 frames-invalid and breakpoints-invalid are no longer generated
13292 with level 3 so don't expect them in the output.
13293
13294 2005-09-27 Bob Rossi <bob@brasko.net>
13295
13296 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
13297 from test. Escape the | in mi_gdb_test call.
13298 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
13299 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
13300 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
13301 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
13302 expected regex's in mi_gdb_test calls.
13303 * lib/mi-support.exp: Remove arbitrary .* from tests.
13304 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
13305 Fully anchor GDB/MI expected results in mi_gdb_test.
13306 * lib/gdb.exp (string_to_regexp): Escape the ] character.
13307 * gdb.base/sizeof.exp: Remove escape character. Correct test.
13308
13309 2005-09-26 Paul Brook <paul@codesourcery.com>
13310
13311 * long_long.exp: Exclude eabi targets from arm FPA float format test.
13312
13313 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13314
13315 * bfp-test.c: New file.
13316 * bfp-test.exp: New testcase.
13317
13318 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
13319
13320 * gdb.fortran/subarray.exp: New testcase to test the evaluation
13321 of subarray and substring variable.
13322 * gdb.fortran/subarray.f: New source file for the test of subarray
13323 and substring variable evaluation.
13324 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
13325 of string constant.
13326
13327 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
13328
13329 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
13330 copyright dates.
13331
13332 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
13333
13334 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
13335 powerpc altivec' test with an almost identical 'info vector' test.
13336
13337 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13338
13339 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
13340 vscr" tests to match output.
13341
13342 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
13343
13344 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
13345 output.
13346
13347 2005-09-11 Bob Rossi <bob@brasko.net>
13348
13349 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
13350 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
13351 commands that return an MI output command and an asyncronous MI output
13352 command.
13353 * gdb.mi/mi-console.exp: Ditto.
13354
13355 2005-09-11 Bob Rossi <bob@brasko.net>
13356
13357 * gdb.mi/mi-var-child.c: Include <string.h>.
13358
13359 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
13360
13361 * killed.exp: Correct gdb_expect syntax.
13362
13363 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
13364
13365 * lib/mi-support.exp (mi_gdb_load): Fix typo.
13366
13367 2005-08-02 Bob Rossi <bob@brasko.net>
13368
13369 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
13370 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
13371 Change tests to inferior-tty-set/show.
13372 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
13373 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
13374 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
13375 inferior. Use mi_gdb_test to get GDB and Inferior output.
13376 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
13377 descriptor.
13378 (mi_inferior_tty_name): Add inferior PTY file name.
13379 (mi_gdb_start): Add INFERIOR_PTY parameter.
13380 (mi_gdb_test): Add IPATTERN parameter.
13381
13382 2005-08-02 Bob Rossi <bob@brasko.net>
13383
13384 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
13385 parameter to mi_gdb_test.
13386 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
13387
13388 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13389
13390 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
13391 struct_declarations.
13392 * gdb.mi/mi-var-child.exp: Step over the initialization of
13393 struct_declarations.
13394
13395 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13396
13397 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
13398 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
13399 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
13400 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
13401 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
13402 file.
13403
13404 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
13405
13406 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
13407 (do_children_tests): Assign values to the extra elements.
13408
13409 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
13410 them for tests for "-var-update --no-values" and
13411 "-var-update --all-values".
13412 Add test for "-var-list-children --simple-values".
13413
13414 * gdb.mi/basics.c (callee4): Add integer array D[3]...
13415
13416 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
13417 "-stack-list-locals --simple-values" Improve doc strings and
13418 comments.
13419
13420 2005-07-18 Mark Kettenis <kettenis@gnu.org>
13421
13422 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
13423 *-*-openbsd*.
13424 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
13425
13426 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
13427 sigaltsatck'.
13428
13429 2005-07-14 Bob Rossi <bob@brasko.net>
13430
13431 * gdb.base/default.exp (tty): Changed output of command.
13432 * gdb.base/help.exp (help tty): Ditto.
13433
13434 2005-07-12 Mark Kettenis <kettenis@gnu.org>
13435
13436 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13437
13438 2005-07-10 Mark Kettenis <kettenis@gnu.org>
13439
13440 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13441 -stack-select-frame without arguments.
13442 (test_stack_frame_listing): Add test for newly implemented command
13443 -stack-info-frame.
13444
13445 2005-07-06 Bob Rossi <bob@brasko.net>
13446
13447 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13448 command.
13449 (Copyright): Update copyright.
13450
13451 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13452
13453 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13454 tests to evaluate exponentiation expression.
13455
13456 2005-06-29 Andreas Schwab <schwab@suse.de>
13457
13458 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13459 main to avoid warnings.
13460
13461 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13462
13463 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
13464
13465 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13466 -stack-select-frame without arguments.
13467 (test_stack_frame_listing): Add test for newly implemented command
13468 -stack-info-frame.
13469
13470 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
13471
13472 * gdb.fortran/array-element.f: New file.
13473 * gdb.fortran/array-element.exp: New testcase.
13474
13475 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13476
13477 * gdb.base/bigcore.exp: Correct checks for systems which can
13478 not dump a large core file.
13479
13480 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13481
13482 * gdb.base/relocate.c: Add a copyright notice.
13483 (dummy): Remove.
13484 * gdb.base/relocate.exp: Test printing the values of variables
13485 from a relocatable file.
13486
13487 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13488
13489 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
13490 excess MI output after an error.
13491
13492 2005-05-29 Joel Brobecker <brobecker@adacore.com>
13493
13494 * gdb.arch/alpha-step.c: New file.
13495 * gdb.arch/alpha-step.exp: New testcase.
13496
13497 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
13498 Dennis Brueni <dennis@slickedit.com>
13499
13500 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13501 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13502 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13503 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13504 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13505 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13506 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13507
13508 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
13509 Wu Zhou <woodzltc@cn.ibm.com>
13510
13511 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
13512 IBM's xlc compiler.
13513 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13514 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13515
13516 2005-05-13 Jim Blandy <jimb@redhat.com>
13517
13518 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13519 calling gdb_suppress_entire_file.
13520 * gdb.base/charset.exp: Same.
13521 * gdb.base/call-rt-st.exp: Same.
13522
13523 2005-05-05 Bob Rossi <bob_rossi@cox.net>
13524
13525 * lib/gdb.exp (fullname_syntax): Added global regex.
13526 (fullname_syntax_POSIX): Ditto.
13527 (fullname_syntax_UNC): Ditto.
13528 (fullname_syntax_DOS_CASE): Ditto.
13529 (fullname_syntax_DOS): Ditto.
13530 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13531 fullname_syntax variable to scope and use it.
13532 (test_file_list_exec_source_files): Ditto.
13533 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13534
13535 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
13536
13537 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13538
13539 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
13540
13541 * lib/gdb.exp (skip_altivec_tests): New function, based on
13542 check_vmx_hw_available from the GCC testsuite.
13543 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13544 * lib/gdb.arch/altivec-regs.exp: Likewise.
13545
13546 2005-05-02 Jim Blandy <jimb@redhat.com>
13547
13548 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13549 calling gdb_suppress_entire_file.
13550
13551 2005-04-30 Randolph Chung <tausq@debian.org>
13552
13553 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13554 Slightly relax "sem_post" name checking.
13555
13556 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13557
13558 * gdb.base/unload.exp: Use new shared library infrastructure.
13559
13560 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13561
13562 * gdb.base/so-impl-ld.exp: Use new shared library
13563 infrastructure.
13564
13565 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
13566
13567 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13568 * gdb.asm/h8300.inc: New file.
13569
13570 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13571
13572 * gdb.base/shlib-call.exp: Change to use new shared library
13573 infrastructure.
13574
13575 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13576
13577 * gdb.base/pending.exp: Change to use new shared library
13578 infrastructure.
13579
13580 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13581
13582 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13583 use test_compiler_info instead of gcc_compiled, and update copyright.
13584
13585 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
13586
13587 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13588 shared objects being adjusted and update copyright years.
13589
13590 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
13591
13592 * ChangeLog: Correct some 2003-01-13 dates.
13593 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13594 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13595 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13596 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13597 gdb.trace/tfind.exp: Update copyright years.
13598
13599 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
13600 Daniel Jacobowitz <dan@codesourcery.com>
13601
13602 * lib/gdb.exp (gdb_compile): Handle shlib=.
13603 (gdb_compile_shlib): New function.
13604
13605 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
13606
13607 * lib/gdb.exp (test_compiler_info): Give argument a default value.
13608
13609 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13610
13611 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13612 gdb.server.
13613 * configure.ac: Likewise.
13614 * configure: Regenerated.
13615 * gdb.gdbserver/Makefile.in: Moved to...
13616 * gdb.server/Makefile.in: ... here.
13617 * gdb.gdbserver/server.c: Moved to...
13618 * gdb.server/server.c: ... here.
13619 * gdb.gdbserver/server-run.exp: Moved to...
13620 * gdb.server/server-run.exp: ... here.
13621
13622 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13623
13624 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
13625 * configure.ac: Create gdb.gdbserver/Makefile.
13626 * configure: Regenerated.
13627 * lib/gdbserver-support.exp: New file, derived from
13628 config/gdbserver.exp.
13629 * config/gdbserver.exp: Use gdbserver-support.exp.
13630 * gdb.gdbserver/Makefile.in: New file.
13631 * gdb.gdbserver/server.c: New file.
13632 * gdb.gdbserver/server-run.exp: New file.
13633
13634 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
13635
13636 * lib/gdb.exp (test_compiler_info): Return compiler_info
13637 if no arguments are given.
13638
13639 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
13640
13641 * gdb.arch/altivec-abi.exp: Check for compiler and set
13642 use altivec' flag accordingly.
13643 * gdb.arch/altivec-regs.exp: Likewise.
13644
13645 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
13646
13647 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
13648
13649 2005-03-27 Andreas Schwab <schwab@suse.de>
13650
13651 * gdb.base/bigcore.c (main): Add missing mode argument in open
13652 call.
13653
13654 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
13655
13656 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
13657 downloads.
13658 * config/gdbserver.exp (gdb_load): Likewise.
13659
13660 2005-03-14 Paul Brook <paul@codesourcery.com>
13661
13662 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
13663 targets.
13664
13665 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13666
13667 * gdb.dwarf2/dup-psym.S: New file.
13668 * gdb.dwarf2/dup-psym.exp: New testcase.
13669
13670 2005-03-09 Joel Brobecker <brobecker@adacore.com>
13671
13672 * gdb.ada/exec_changed/first.adb: New file.
13673 * gdb.ada/exec_changed/second.adb: New file.
13674 * gdb.ada/exec_changed.exp: New testcase.
13675
13676 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
13677
13678 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13679 (A2): New class.
13680 (main): Test operator+.
13681 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
13682 breakpoint test.
13683
13684 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13685 * gdb.base/signull.exp: Disable if gdb,nosignals.
13686 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13687 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13688 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13689 * gdb.mi/mi2-console.exp: Likewise.
13690 * gdb.trace/collection.exp (run_trace_experiment): Consume the
13691 continue output at start.
13692 (gdb_collect_locals_test): Robustify regexp.
13693 * gdb.trace/passc-dyn.exp: Fix comment typo.
13694 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13695
13696 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
13697
13698 * gdb.asm/asm-source.exp: Add iq2000 case.
13699 * gdb.asm/iq2000.inc: New file.
13700
13701 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
13702
13703 * gdb.base/command.exp: Change hardcoded value to regular expression.
13704 * gdb.base/float.exp: Add powerpc to the list of targets checked.
13705
13706 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
13707
13708 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
13709 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
13710 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
13711 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
13712 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
13713
13714 2005-03-05 Mark Kettenis <kettenis@gnu.org>
13715
13716 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
13717 changes.
13718
13719 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
13720
13721 * lib/compiler.c: Add test for IBM's xlc compiler.
13722 * lib/compiler.cc: Likewise.
13723
13724 2004-02-24 Joel Brobecker <brobecker@adacore.com>
13725
13726 * gdb.ada/fixed_points.exp: Create compilation object directory
13727 before running the test.
13728 * gdb.ada/null_record.exp: Likewise.
13729 * gdb.ada/packed_array.exp: Likewise.
13730 * gdb.ada/start.exp: Likewise.
13731
13732 2005-02-15 Joel Brobecker <brobecker@adacore.com>
13733
13734 * gdb.ada/packed_array/pa.adb: New file.
13735 * gdb.ada/packed_array.exp: New testcase.
13736
13737 2005-02-10 Mark Kettenis <kettenis@gnu.org>
13738
13739 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
13740 files.
13741
13742 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
13743 on *-*-openbsd*. Correctly match whitespace in regukar
13744 expressions.
13745
13746 2005-02-10 Daniel Jacobowitz <dan@debian.org>
13747
13748 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
13749 PR exp/1821
13750 * gdb.base/gdb1821.c: New test file.
13751 * gdb.base/gdb1821.exp: New test file.
13752
13753 2005-02-09 Joel Brobecker <brobecker@adacore.com>
13754
13755 * gdb.base/start.c: New file.
13756 * gdb.base/start.exp: New testcase.
13757
13758 2005-02-09 Joel Brobecker <brobecker@adacore.com>
13759
13760 * gdb.ada/start/dummy.adb: New file.
13761 * gdb.ada/start.exp: New testcase.
13762
13763 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
13764
13765 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
13766 for printing symbols and statistics.
13767 Add test for using relative pathnames in "maint print msymbols" test.
13768 Mark "maint info sections DATA" XFAIL on Cygwin.
13769 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
13770 tests.
13771
13772 2005-02-09 Andreas Schwab <schwab@suse.de>
13773
13774 Committed by Andrew Cagney <cagney@gnu.org>
13775 * gdb.base/remotetimeout.exp: New file.
13776
13777 2005-02-07 Mark Kettenis <kettenis@gnu.org>
13778
13779 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
13780
13781 2005-02-03 Joel Brobecker <brobecker@adacore.com>
13782
13783 * gdb.ada/gnat_ada.gpr: New file.
13784 * gdb.ada/gnat_ada.gin: Delete, no longer used.
13785 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
13786 * configure.ac: No longer generate gnat_ada.gpr.
13787 * configure: Regenerate.
13788 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
13789 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
13790 * gdb.ada/null_record/bar.ads: Likewise.
13791 * gdb.ada/null_record/bar.adb: Likewise.
13792 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
13793 * gdb.ada/null_record.exp (testdir): New variable.
13794 (testfile): executable is now in testdir subdirectory.
13795 (srcfile): Use full path to the main compilation unit.
13796 * gdb.ada/fixed_points.exp: Same changes as above.
13797
13798 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
13799
13800 * gdb.base/interp.exp: New test.
13801
13802 2005-01-24 Andrew Cagney <cagney@gnu.org>
13803
13804 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
13805
13806 2005-01-19 Andrew Cagney <cagney@gnu.org>
13807
13808 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
13809 configure.ac not configure.in.
13810
13811 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
13812 of powerpc*-*-*.
13813 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
13814 * gdb.base/list.exp (test_list_function)
13815 (test_list_filename_and_function): Ditto.
13816 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
13817
13818 2005-01-16 Andrew Cagney <cagney@gnu.org>
13819
13820 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
13821
13822 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
13823
13824 2005-01-14 Andrew Cagney <cagney@gnu.org>
13825
13826 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
13827 * gdb.mi/mi2-var-cmd.exp: Ditto.
13828
13829 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
13830
13831 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
13832
13833 2005-01-07 Andrew Cagney <cagney@gnu.org>
13834
13835 * configure.ac: Rename configure.in, require autoconf 2.59.
13836 * configure: Re-generate.
13837 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
13838 * gdb.stabs/configure: Re-generate.
13839 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
13840 * gdb.hp/configure: Re-generate.
13841 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
13842 autoconf 2.59.
13843 * gdb.hp/gdb.objdbg/configure: Re-generate.
13844 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
13845 autoconf 2.59.
13846 * gdb.hp/gdb.defects/configure: Re-generate.
13847 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
13848 autoconf 2.59.
13849 * gdb.hp/gdb.compat/configure: Re-generate.
13850 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
13851 autoconf 2.59.
13852 * gdb.hp/gdb.base-hp/configure: Re-generate.
13853 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
13854 autoconf 2.59.
13855 * gdb.hp/gdb.aCC/configure: Re-generate.
13856
13857 2004-12-15 Jim Blandy <jimb@redhat.com>
13858
13859 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
13860 under NPTL when there is debugging info available for libpthread.
13861
13862 2004-12-13 Jerome Guitton <guitton@gnat.com>
13863
13864 * gdb.ada/fixed_points.c: New file.
13865 * gdb.ada/fixed_points.exp: New file.
13866
13867 2004-12-03 Randolph Chung <tausq@debian.org>
13868
13869 * gdb.arch/pa-nullify.exp: New file.
13870 * gdb.arch/pa-nullify.s: New file.
13871
13872 2004-11-30 Randolph Chung <tausq@debian.org>
13873
13874 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
13875 instead of "tbug". Fix regexp to work properly with gdb_test.
13876
13877 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
13878
13879 * gdb.base/bitfields2.exp: New test.
13880 * gdb.base/bitfields2.c: New file.
13881
13882 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
13883
13884 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
13885
13886 2004-11-16 Randolph Chung <tausq@debian.org>
13887
13888 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
13889
13890 2004-11-14 Daniel Jacobowitz <dan@debian.org>
13891
13892 * gdb.threads/threadapply.exp: Correct "macro details" test.
13893
13894 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
13895
13896 * gdb.threads/threadapply.exp: New test.
13897 * gdb.threads/threadapply.c: New file.
13898
13899 2004-11-07 Mark Kettenis <kettenis@gnu.org>
13900
13901 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
13902 frames.
13903
13904 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
13905
13906 * gdb.base/cursal.exp: New file.
13907 * gdb.base/cursal.c: New file.
13908
13909 2004-11-03 Andrew Cagney <cagney@gnu.org>
13910
13911 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
13912
13913 2004-10-30 Mark Kettenis <kettenis@gnu.org>
13914
13915 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
13916 NetBSD/ELF targets.
13917
13918 2004-10-29 Joel Brobecker <brobecker@gnat.com>
13919
13920 * gdb.threads/bp_in_thread.c: New file, copied from
13921 pthread_cond_wait.c.
13922 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
13923 file, rather than reusing the .c file from another testcase.
13924
13925 2004-10-20 Joel Brobecker <brobecker@gnat.com>
13926
13927 * gdb.ada/null_record.exp: Check where we stopped after
13928 sending the start command, instead of where the associated
13929 temporary breakpoint was inserted.
13930
13931 2004-10-14 Andrew Cagney <cagney@gnu.org>
13932
13933 * gdb.mi/gdb701.c (main): Return 0.
13934
13935 2004-10-13 Daniel Jacobowitz <dan@debian.org>
13936
13937 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
13938
13939 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
13940
13941 * gdb.threads/schedlock.c: Add comment markers to use to find
13942 line numbers.
13943 * gdb.threads/schedlock.exp: Adjust regex to handle the new
13944 comments.
13945 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
13946 breakpoint lines.
13947
13948 2004-10-12 Daniel Jacobowitz <dan@debian.org>
13949
13950 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
13951
13952 2004-10-12 Daniel Jacobowitz <dan@debian.org>
13953
13954 * configure.in: Add gdb.dwarf2.
13955 * configure: Regenerated.
13956 * Makefile.in: Add gdb.dwarf2.
13957 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
13958 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
13959 gdb.dwarf2/file1.txt: New files.
13960
13961 2004-10-11 Orjan Friberg <orjanf@axis.com>
13962
13963 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
13964 of "run", since the latter doesn't work with remote targets. Adjust
13965 the breakpoint numbering accordingly.
13966 * gdb.threads/pthread_cond_wait.exp: Ditto.
13967
13968 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
13969
13970 * gdb.base/overlays.exp: Update copyright years.
13971
13972 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
13973
13974 * gdb.base/overlays.exp: Disable if target is Linux.
13975
13976 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
13977
13978 * config/gdbserver.exp (gdb_load): Use right filename on remote.
13979
13980 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
13981
13982 * gdb.asm/asm-source.exp: Add m32r-linux target.
13983 * gdb.asm/m32r-linux.inc: New file.
13984
13985 2004-09-24 Andrew Cagney <cagney@redhat.com>
13986 David Anderson <anderson@redhat.com>
13987
13988 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
13989 command fails, assume things will work.
13990 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
13991 (_GNU_SOURCE): Define.
13992 (print_unsigned, print_hex): Change parameter to "long long".
13993 (print_byte_count): New function, use to print byte counts.
13994 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
13995 O_LARGEFILE.
13996 (main): Compute an upper bound on a corefile in max_core_size.
13997 Limit memory chunk size to max_core_size. Limit total memory
13998 allocated to max_core_size.
13999
14000 2004-09-23 Andrew Cagney <cagney@gnu.org>
14001
14002 * gdb.base/bigcore.exp: Replace the code that creates a corefile
14003 from a separate process with code that creates a corefile by
14004 making the inferior dump core.
14005
14006 2004-09-23 Mark Kettenis <kettenis@gnu.org>
14007
14008 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
14009 block.
14010
14011 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
14012
14013 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
14014 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
14015 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
14016 Likewise.
14017
14018 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
14019
14020 * gdb.java/jprint.exp: New test case for java inferior call.
14021 * gdb.java/jprint.java: Ditto.
14022
14023 2004-09-15 Joel Brobecker <brobecker@gnat.com>
14024
14025 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
14026
14027 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14028
14029 * gdb.threads/killed.c: Include <stdlib.h>.
14030 * gdb.threads/pthreads.c: Likewise.
14031
14032 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
14033
14034 * gdb.threads/killed.c: Add copyright notice.
14035
14036 2004-09-10 Jason Molenda (jmolenda@apple.com)
14037
14038 * gdb.base/define.exp: Two new tests to verify zero space chars
14039 after 'if' and 'while' commands in a user-defined command is correctly
14040 parsed.
14041
14042 2004-09-08 Andrew Cagney <cagney@gnu.org>
14043
14044 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
14045 delivery test with duplicate at end of file.
14046
14047 2004-09-06 Mark Kettenis <kettenis@jive.nl>
14048
14049 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
14050
14051 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14052
14053 * config/hppro.exp: Removed.
14054
14055 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14056
14057 * config/sparclet.exp: Removed.
14058
14059 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
14060
14061 * config/udi.exp: Removed.
14062
14063 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
14064
14065 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
14066 of "exp_continue".
14067 (advancei): Likewise.
14068
14069 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14070
14071 * gdb.base/unload.exp: Fix so messages aren't duplicated.
14072
14073 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
14074
14075 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
14076 to check for nodebug in executable.
14077 * gdb.gdb/observer.exp (setup_test): Likewise.
14078 * gdb.gdb/selftest.exp (test_with_self): Likewise.
14079 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
14080
14081 2004-09-01 Andrew Cagney <cagney@gnu.org>
14082
14083 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14084 files.
14085
14086 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
14087
14088 * gdb.base/unload.exp: Fix expected warning message to match
14089 latest format.
14090
14091 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
14092
14093 * gdb.base/call-rt-st.exp: Fix typos.
14094
14095 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
14096
14097 * gdb.threads/thread_check.exp: New testcase.
14098 * gdb.threads/thread_check.c: New testcase.
14099
14100 2004-08-31 Andrew Cagney <cagney@gnu.org>
14101
14102 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
14103 (skip_to_handler_entry): New procedures. Test stepping into a
14104 handler when the breakpoint is at the handler's entry point.
14105
14106 2004-08-30 Andrew Cagney <cagney@gnu.org>
14107
14108 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
14109 gdb/1757.
14110
14111 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14112
14113 With code from Manoj Iyer <manjo@austin.ibm.com>:
14114 * lib/gdb.exp (gdb_file_cmd): Return more information in the
14115 return value. Add an arm for "no debugging symbols found".
14116 Change a stray "error" to "perror".
14117 (gdb_run_cmd): Adapt to new return value.
14118 * gdb.base/remote.exp: Adapt to new return value.
14119 * gdb.gdb/complaints.exp: Likewise.
14120 * gdb.gdb/observer.exp: Likewise.
14121 * gdb.gdb/selftest.exp: Likewise.
14122 * gdb.gdb/xfullpath.exp: Likewise.
14123
14124 2004-08-27 Joel Brobecker <brobecker@gnat.com>
14125
14126 * gdb.threads/bp_in_thread.exp: New testcase.
14127
14128 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
14129
14130 Fix PR testsuite/1735.
14131 * gdb.threads/schedlock.c (thread_function): Add a cast
14132 to suppress a gcc warning.
14133 * gdb.threads/thread-specific.c (thread_function): Likewise.
14134
14135 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14136
14137 * gdb.base/unload.c: Include <stdlib.h>.
14138
14139 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14140
14141 From Paul Gilliam <pgilliam@us.ibm.com>:
14142 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
14143 synchronized after the "return".
14144
14145 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14146
14147 * gdb.mi/basics.c: Include <stdio.h>.
14148 * gdb.mi/pthreads.c: Include <stdlib.h>.
14149 * gdb.mi/var-cmd.c: Include <stdlib.h>.
14150
14151 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
14152
14153 * gdb.threads/schedlock.c: Add copyright notice.
14154
14155 2004-08-25 Andrew Cagney <cagney@gnu.org>
14156
14157 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
14158 (skip_over_handler, breakpoint_over_hander): New test procedures.
14159 (advance, advancei): Add a proper prefix, do not use
14160 rerun_to_main.
14161 * gdb.base/sigstep.c (main): Change to use an infinite loop.
14162
14163 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
14164
14165 * gdb.mi/basics.c: Add copyright notice.
14166 * gdb.mi/var-cmd.c: Add copyright notice.
14167
14168 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14169
14170 * lib/gdb.exp: Remove signed_keyword_not_used.
14171 * lib/compiler.c: Likewise.
14172 * lib/compiler.cc: Likewise.
14173
14174 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14175
14176 * gdb.base/whatis.c: Remove conditional disabling of "signed".
14177 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
14178
14179 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
14180
14181 * gdb.base/whatis.c: Add copyright notice.
14182
14183 2004-08-20 Mark Kettenis <kettenis@gnu.org>
14184
14185 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
14186 it to skip the breakpoints encoded in the inline assembly.
14187
14188 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14189
14190 * Makefile.in: Add gdb.fortran.
14191
14192 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
14193
14194 * gdb.base/call-sc.exp (test_scalar_returns):
14195 Fix cut-and-paste glitch in "Make fun return now".
14196
14197 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14198
14199 * configure.in: Add gdb.fortran.
14200 * configure: Regenerate.
14201 * gdb.fortran/Makefile.in: New file.
14202 * lib/gdb.exp (skip_fortran_tests): New procedure.
14203
14204 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
14205
14206 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
14207 reference to bug-gnu@prep.ai.mit.edu.
14208 * gdb.mi/mi-var-child.exp: Likewise.
14209 * gdb.mi/mi-var-cmd.exp: Likewise.
14210 * gdb.mi/mi-var-display.exp: Likewise.
14211 * gdb.mi/mi2-var-block.exp: Likewise.
14212 * gdb.mi/mi2-var-child.exp: Likewise.
14213 * gdb.mi/mi2-var-cmd.exp: Likewise.
14214 * gdb.mi/mi2-var-display.exp: Likewise.
14215
14216 2004-08-15 Mark Kettenis <kettenis@gnu.org>
14217
14218 * gdb.base/unload.c (main): Make local variable msg const.
14219
14220 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14221
14222 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
14223 to bug-gnu@prep.ai.mit.edu.
14224 * gdb.mi/mi-disassemble.exp: Likewise.
14225 * gdb.mi/mi-eval.exp: Likewise.
14226 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
14227 default line number.
14228 * gdb.mi/mi-return.exp: Likewise.
14229 * gdb.mi/mi-simplerun.exp: Likewise.
14230 * gdb.mi/mi-stack.exp: Likewise.
14231 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
14232 number with explicit range test.
14233 * gdb.mi/mi-watch.exp: Likewise.
14234 * gdb.mi/mi2-break.exp: Likewise.
14235 * gdb.mi/mi2-cli.exp: Likewise.
14236 * gdb.mi/mi2-disassemble.exp: Likewise.
14237 * gdb.mi/mi2-eval.exp: Likewise.
14238 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
14239 default line number.
14240 * gdb.mi/mi2-return.exp: Likewise.
14241 * gdb.mi/mi2-simplerun.exp: Likewise.
14242 * gdb.mi/mi2-stack.exp: Likewise.
14243 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
14244 number with explicit range test.
14245 * gdb.mi/mi2-watch.exp: Likewise.
14246
14247 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
14248
14249 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
14250 * gdb.cp/m-static.exp: Likewise.
14251 * gdb.cp/rtti.exp: Likewise.
14252
14253 2004-08-14 Mark Kettenis <kettenis@gnu.org>
14254
14255 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
14256
14257 2004-08-14 Eli Zaretskii <eliz@gnu.org>
14258
14259 * ChangeLog: Prefix Local Variables with semi-colons and indent
14260 the reference to older ChangeLog files, to fix fontification in
14261 Emacs.
14262
14263 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14264
14265 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
14266 * gdb.mi/mi2-break.exp: Likewise.
14267
14268 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14269
14270 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
14271
14272 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14273
14274 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
14275
14276 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
14277
14278 * gdb.cp/classes.exp: Remove unused declarations. Just let
14279 test names default instead of providing special names. Remove
14280 extraneous demangler test.
14281
14282 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
14283
14284 * gdb.base/unload.exp: New test for breakpoints in dynamically
14285 loaded libraries.
14286 * gdb.base/unload.c: Ditto.
14287 * gdb.base/unloadshr.c: Ditto.
14288
14289 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
14290
14291 * gdb.cp/classes.exp (test_ptype_class_objects): Call
14292 cp_test_ptype_class.
14293 (test_enums): Likewise.
14294
14295 2004-08-10 Andrew Cagney <cagney@gnu.org>
14296
14297 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
14298 files.
14299
14300 2004-08-10 Andrew Cagney <cagney@gnu.org>
14301
14302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
14303 init_malloc call.
14304
14305 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
14306
14307 * ChangeLog: Add copyright notice. The notice is copied
14308 from emacs 21.3 top level ChangeLog.
14309
14310 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14311
14312 * lib/cp-support.exp: New file.
14313 * lib/cp-support.exp (cp_test_type_class): New function.
14314 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
14315 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
14316 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
14317 cp_test_ptype_class.
14318
14319 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14320
14321 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
14322 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
14323 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
14324 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
14325 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14326 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
14327 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
14328 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
14329 gdb.mi/mi2-watch.exp: Update copyright years.
14330
14331 2004-08-09 Mark Kettenis <kettenis@gnu.org>
14332
14333 * gdb.base/sigaltstack.exp: Provide proper anchoring.
14334
14335 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
14336
14337 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
14338 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
14339 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
14340 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14341 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
14342 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
14343 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
14344 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14345 gdb.mi/mi-watch.exp: Update copyright years.
14346
14347 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14348
14349 PR gdb/1738
14350 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
14351 from a breakpoint with a pending signal.
14352
14353 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14354
14355 PR gdb/1736
14356 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
14357 * gdb.base/sigaltstack.exp (finish_test): Consume output until
14358 the prompt.
14359 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
14360
14361 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14362
14363 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
14364
14365 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14366
14367 PR gdb/1736
14368 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
14369 for i?86-*-linux*.
14370
14371 2004-08-08 Daniel Jacobowitz <dan@debian.org>
14372
14373 * gdb.arch/i386-prologue.exp: Compile without debug information.
14374
14375 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
14376
14377 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
14378 rather than asking gdb to search.
14379
14380 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14381
14382 * gdb.base/gcore.c: Include <string.h>.
14383
14384 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14385
14386 * gdb.base/gcore.c: Add copyright notice.
14387
14388 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
14389
14390 * gdb.base/freebpcmd.c: Include <stdio.h>.
14391 * gdb.base/long_long.c: Include <string.h>.
14392 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
14393 * gdb.base/siginfo.c: Include <string.h>.
14394 * gdb.base/sigstep.c: Include <string.h>.
14395
14396 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14397
14398 * gdb.base/complex.c: Include <stdlib.h>.
14399
14400 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14401
14402 * gdb.base/complex.c: Add copyright notice.
14403
14404 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14405
14406 * gdb.base/charset.c: Include <stdlib.h>.
14407
14408 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14409
14410 * gdb.base/auxv.c: Include <stdlib.h>.
14411
14412 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14413
14414 * gdb.base/auxv.c: Add copyright notice.
14415
14416 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
14417
14418 * gdb.base/coremaker.c: Add copyright notice.
14419 * gdb.base/coremaker2.c: Add copyright notice.
14420
14421 2004-08-04 Andrew Cagney <cagney@gnu.org>
14422
14423 * gdb.base/store.exp: Update copyright.
14424 (check_set, up_set, check_struct, up_struct): Add a prefix to test
14425 names, do not import gdb_prompt.
14426
14427 2004-08-01 Andrew Cagney <cagney@gnu.org>
14428
14429 Fix PR testsuite/1729.
14430 * gdb.base/dump.exp: Add test name to callers of capture_value, do
14431 not use capture_value with value 4.
14432 (capture_value): Add optional test name parameter.
14433 (test_reload_saved_value, test_restore_saved_value): Use $msg as
14434 the prefix, pass to capture_value.
14435
14436 2004-08-01 Mark Kettenis <kettenis@gnu.org>
14437
14438 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14439 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14440 (main): Call new function.
14441
14442 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14443
14444 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14445
14446 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14447
14448 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14449
14450 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14451
14452 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
14453 Accept more values of vtbl pointer. Remove some messages
14454 about "obsolete gcc or gdb".
14455
14456 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14457
14458 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14459
14460 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14461
14462 * gdb.base/asm-source.exp: Properly convert target board
14463 debug flags from gcc format to binutils format.
14464
14465 2004-07-28 Mark Kettenis <kettenis@gnu.org>
14466
14467 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14468 gdb1718". PR backtrace/1718 partially fixed.
14469
14470 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
14471
14472 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14473
14474 2004-07-26 Nick Clifton <nickc@redhat.com>
14475
14476 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
14477 good default value for a specific architecture is available then
14478 set it to that value. Otherwise default to the -gstabs switch.
14479 Remove the -g... switches from the asm-flags variable. Allow the
14480 target board info to override the value if it wants to. Pass the
14481 switch on the assembler command line.
14482
14483 2004-07-23 Mark Kettenis <kettenis@gnu.org>
14484
14485 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
14486 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
14487 (main): Call new function.
14488
14489 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
14490
14491 Test for PR exp/1715.
14492 * gdb.base/radix.exp: Refactor common procedures. Make all
14493 test names unique. Change XFAIL to KFAIL.
14494
14495 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
14496
14497 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14498 * gdb.ada/gnat_ada.gin: ... to here.
14499 * configure.in: Use gnat_ada.gin.
14500 * configure: Regenerate.
14501
14502 2004-07-20 Andrew Cagney <cagney@gnu.org>
14503
14504 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14505 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
14506 XFAILs. Clean up test messages and comments. Check backtraces.
14507 Delete re-sync code.
14508
14509 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14510
14511 Fix PR cli/740.
14512 * gdb.base/annota1.exp: Honor gdb,nosignals.
14513 * gdb.base/annota3.exp: Likewise.
14514
14515 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14516
14517 * lib/java.exp: Update copyright notice.
14518
14519 2004-07-19 Andrew Cagney <cagney@gnu.org>
14520
14521 * gdb.base/selftest.exp: Copy file from here ...
14522 * gdb.gdb/selftest.exp: ... to here.
14523
14524 2004-07-16 Andrew Cagney <cagney@redhat.com>
14525
14526 * lib/insight-support.exp: Delete file.
14527 * lib/java.exp (java_init): Fix copyright.
14528
14529 2004-07-16 Andrew Cagney <cagney@gnu.org>
14530
14531 * gdb.base/restore.c: Append "prologue" to comments marking the a
14532 function's prologue.
14533 * gdb.base/restore.exp: Update copyright, re-indent.
14534 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
14535 callerN" prefix where needed. Update patterns that match a
14536 function's prologue.
14537
14538 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
14539
14540 * gdb.base/restore.c: Add copyright notice.
14541
14542 2004-07-16 Andrew Cagney <cagney@gnu.org>
14543
14544 * gdb.base/logical.exp: Update copyright.
14545 (evaluate): New procedure. Use to re-implement tests using
14546 several tables.
14547
14548 2004-07-14 Martin Hunt <hunt@redhat.com>
14549
14550 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14551 which fixes some problems where init.tcl was not found.
14552
14553 2004-07-13 Andrew Cagney <cagney@gnu.org>
14554
14555 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14556 (check_sizeof, check_valueof): Do not include the output in the
14557 test name. Use gdb_test.
14558 (get_valueof): Use gdb_test_multiple.
14559
14560 * gdb.base/step-test.exp: Update copyright. Use
14561 gdb_test_multiple. Ensure that test names do not include
14562 architecture dependent output.
14563
14564 * gdb.gdb/observer.exp: Update copyright.
14565 (setup_test): Use gdb_test_multiple.
14566 (attach_first_observer, attach_second_observer)
14567 (attach_third_observer, detach_first_observer)
14568 (detach_second_observer, detach_third_observer)
14569 (reset_counters, check_counters): Make $message a prefix.
14570 (test_normal_stop_notifications): Add "args" parameter - a list of
14571 init functions to be called. Make $message a prefix,
14572 (test_observer_normal_stop): Change the message prefixes so that
14573 they are unique, pass the attach / detach procedures to
14574 test_normal_stop_notifications.
14575
14576 * gdb.base/signull.exp (test_segv): Prefix all tests with
14577 "${name}". Clean up test messages.
14578
14579 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14580
14581 * gdb.base/ena-dis-br.exp: Update copyright.
14582 (break_at): New function. Replace send_gdb with gdb_test,
14583 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
14584 ignore count, not stopped at bpt", with KFAIL.
14585
14586 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
14587
14588 * gdb.base/attach.exp: Remove cleanupfile handling.
14589
14590 2004-07-12 Andrew Cagney <cagney@gnu.org>
14591
14592 * gdb.base/annota1.exp: Cleanup corefile test name.
14593 * gdb.base/annota3.exp: Ditto.
14594
14595 2004-07-12 Andrew Cagney <cagney@gnu.org>
14596
14597 * gdb.base/signals.exp: Clean up copyright, re-indent.
14598
14599 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14600 gdb_test and gdb_test_multiple.
14601
14602 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
14603
14604 * gdb.java/jmain.exp: Fix expected line number for main to
14605 break at. Set XFAIL for break at main test since gcj does not
14606 provide line number info for first statement in main.
14607
14608 2004-07-08 Andrew Cagney <cagney@gnu.org>
14609
14610 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
14611
14612 * gdb.base/sigbpt.exp: Make the common part of each test name a
14613 prefix instead of suffix.
14614
14615 2004-07-07 Bob Rossi <bob_rossi@cox.net>
14616
14617 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
14618 test from test_tbreak_creation_and_listing to
14619 test_file_list_exec_source_file
14620 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
14621 Changed name of test from test_tbreak_creation_and_listing to
14622 test_file_list_exec_source_file
14623
14624 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
14625
14626 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
14627 the jmisc() constructor instead of <init>.
14628 * gdb.java/jmisc1.exp: Ditto.
14629
14630 2004-07-07 Andrew Cagney <cagney@gnu.org>
14631
14632 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
14633 corrupting the PC.
14634
14635 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
14636
14637 * gdb.cp/templates.exp: Accept whitespace change in demangler
14638 output.
14639
14640 2004-07-06 Andrew Cagney <cagney@gnu.org>
14641
14642 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
14643
14644 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
14645
14646 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
14647 * lib/compiler.cc: Likewise.
14648
14649 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
14650
14651 * lib/compiler.cc: Work around string preprocessing problem
14652 with old hp c++ compiler.
14653 * lib/compiler.c: Likewise.
14654
14655 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
14656
14657 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
14658 directives to conditionalize symbol prefixing.
14659 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
14660 additional_flags handling. Add underscore prefix for Cygwin.
14661 * gdb.arch/i386-unwind.c: Use preprocessor directives to
14662 conditionalize symbol prefixing.
14663 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
14664 additional_flags handling. Add underscore prefix for Cygwin.
14665
14666 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
14667
14668 * gdb.base/bigcore.exp: Skip test on Cygwin.
14669
14670 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
14671
14672 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14673 formats for "info register". Use gdb_test_multiple. Fix
14674 the "invalid register" test.
14675
14676 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
14677
14678 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
14679 PID for Cygwin. Add Cygwin specific strings to check for in some
14680 tests.
14681 (do_attach_tests): Add a test for user interaction when attaching
14682 to a process with no matching symbol table already loaded.
14683
14684 2004-06-26 Andrew Cagney <cagney@gnu.org>
14685
14686 Test PR java/1567 and PR java/1565.
14687 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14688 * gdb.java/jmisc2.exp: Delete file.
14689
14690 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
14691
14692 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14693
14694 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
14695
14696 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14697 attach process.
14698
14699 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
14700
14701 * gdb.cp/pr-1553.exp: Remove.
14702
14703 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
14704
14705 * gdb.cp/pr-1553.cc: Remove.
14706 * gdb.cp/pr-1553.exp: Disable this test.
14707
14708 2004-06-20 Jim Blandy <jimb@redhat.com>
14709
14710 Fix PR testsuite/1680.
14711 * gdb.arch/i386-sse.exp: Properly quote curly braces in
14712 regular expressions.
14713
14714 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
14715
14716 Fix PR testsuite/1679.
14717 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
14718 Issue an UNSUPPORTED result instead.
14719
14720 2004-06-18 Jim Blandy <jimb@redhat.com>
14721
14722 * gdb.base/charset.exp: Only send a control-C if we see a new
14723 prompt and incomplete command.
14724
14725 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
14726
14727 * gdb.cp/pr-574.cc: Add copyright notice.
14728
14729 2004-06-17 Jim Blandy <jimb@redhat.com>
14730
14731 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
14732 cases where the regexp has no groups; this grabs random text from
14733 the previous test suite, whatever that was.
14734
14735 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
14736
14737 * gdb.cp/printmethod.cc: Add copyright notice.
14738
14739 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
14740
14741 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
14742
14743 2004-06-16 Andrew Cagney <cagney@gnu.org>
14744
14745 * gdb.base/signull.c: Update copyright. Include <string.h>.
14746 (bowler): Replace data_pointer with data_read
14747 and data_write cases. Add code_descriptor case.
14748 (zero, desc): New array and pointer.
14749 (data, code): Change to simple pointers.
14750 * gdb.base/signull.exp: Fix probe pattern matching a function
14751 descriptor SIGSEGV. Replace data_pointer with data_read and
14752 data_write tests.
14753
14754 2004-06-16 Andrew Cagney <cagney@gnu.org>
14755
14756 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
14757
14758 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14759
14760 * gdb.base/long_long.c: Add copyright notice.
14761
14762 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14763
14764 * gdb.base/long_long.exp: Remove reference to
14765 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
14766 to gdb_breakpoint and gdb_continue_to_breakpoint.
14767
14768 2004-06-14 Jim Blandy <jimb@redhat.com>
14769
14770 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
14771 endian case.
14772
14773 2004-06-14 Andrew Cagney <cagney@gnu.org>
14774
14775 * gdb.base/gcore.exp (capture_command_output): Delete the always
14776 passing tests containing inferior values.
14777 * gdb.base/ending-run.exp: Do not include the breakpoint address
14778 in the test message. Update copyright.
14779 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
14780 size in the test name, use gdb_test_multiple. Update copyright.
14781
14782 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14783
14784 * gdb.cp/ref-types.cc: Add copyright notice.
14785
14786 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14787
14788 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
14789 hp_aCC_compiler.
14790 * lib/compiler.cc: Likewise.
14791 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
14792 'set' commands. Log diagnostics for other lines. Set
14793 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
14794
14795 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
14796
14797 * gdb.cp/try_catch.cc: Add copyright notice.
14798
14799 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
14800
14801 * gdb.cp/userdef.cc: Add copyright notice.
14802
14803 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
14804
14805 * gdb.cp/virtfunc.cc: Add copyright notice.
14806
14807 2004-06-11 Randolph Chung <tausq@debian.org>
14808
14809 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
14810 problem.
14811
14812 2004-06-10 Andrew Cagney <cagney@gnu.org>
14813
14814 * lib/compiler.cc, lib/compiler.c: Append either
14815 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
14816 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
14817 instead of gcc-3-3.
14818
14819 2004-06-09 Andrew Cagney <cagney@gnu.org>
14820
14821 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
14822 gdb/1455, bug is specific to "long long" and "double".
14823
14824 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
14825 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
14826 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
14827 fixed.
14828
14829 2004-06-09 Andrew Cagney <cagney@gnu.org>
14830
14831 * gdb.base/structs.exp (test_struct_returns): Replace
14832 "return_value_unknown" and "finish_value_unknown" by
14833 "return_value_known" and "finish_value_known". Instead of
14834 "return_value_unknown" iff "finish_value_unknown", check
14835 "return_value_known" implies "finish_value_known".
14836
14837 2004-06-08 Martin Hunt <hunt@redhat.com>
14838
14839 * gdb.base/float.exp: Add pattern for mips targets.
14840
14841 2004-06-08 Randolph Chung <tausq@debian.org>
14842
14843 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
14844 message for unknown architectures more clear.
14845
14846 2004-06-08 Joel Brobecker <brobecker@gnat.com>
14847
14848 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
14849 start the execution of the program.
14850
14851 2004-06-07 Jim Blandy <jimb@redhat.com>
14852
14853 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
14854 * gdb.arch/i386-cpuid.h: New helper file.
14855
14856 2004-06-07 Randolph Chung <tausq@debian.org>
14857
14858 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
14859 has started.
14860
14861 2004-06-04 Roland McGrath <roland@redhat.com>
14862
14863 Fix PR gdb/1647.
14864 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
14865 differently to be robust to output buffering differences.
14866
14867 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
14868
14869 * gdb.threads/pthreads.exp: Update copyright years.
14870 (check_control_c): Change asynchronous 'after' to synchronous.
14871
14872 2004-06-04 Roland McGrath <roland@redhat.com>
14873
14874 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
14875 next gdb prompt.
14876
14877 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
14878
14879 Fix PR gdb/1636.
14880 * gdb.threads/manythreads.exp: Change asynchronous 'after'
14881 calls to synchronous.
14882
14883 2004-05-26 Jim Blandy <jimb@redhat.com>
14884
14885 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
14886
14887 2004-05-24 Randolph Chung <tausq@debian.org>
14888
14889 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
14890 * gdb.asm/pa.inc: New file.
14891
14892 2004-05-22 Mark Kettenis <kettenis@gnu.org>
14893
14894 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
14895
14896 2004-05-21 Joel Brobecker <brobecker@gnat.com>
14897 Daniel Jacobowitz <drow@mvista.com>
14898
14899 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
14900 GDB prompt.
14901
14902 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14903
14904 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
14905 setjmp/longjmp. Use sigaction instead of signal.
14906
14907 2004-05-19 J. Brobecker <brobecker@gnat.com>
14908 Michael Snyder <msnyder@redhat.com>
14909
14910 * gdb.threads/pthread_cond_wait.c: New file.
14911 * gdb.threads/pthread_cond_wait.exp: New testcase.
14912
14913 2004-05-13 Andrew Cagney <cagney@redhat.com>
14914
14915 * gdb.base/signull.exp, gdb.base/signull.c: New files.
14916 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
14917
14918 2004-05-11 Andrew Cagney <cagney@redhat.com>
14919
14920 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
14921 fixed but revealed gdb/1639.
14922
14923 2004-05-10 Andrew Cagney <cagney@redhat.com>
14924
14925 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
14926 func1" and "next to 2nd alarm", kernel bug avoided.
14927
14928 2004-05-10 Daniel Jacobowitz <dan@debian.org>
14929
14930 PR external/1568
14931 * gdb.base/bigcore.exp: Check the size of the dumped core file.
14932 XFAIL if it is smaller than bytes_allocated.
14933 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
14934 (main): Make chunks_allocated unsigned. Correct comment.
14935
14936 2004-05-07 Joel Brobecker <brobecker@gnat.com>
14937
14938 * gdb.arch/powerpc-aix-prologue.c: New file.
14939 * gdb.arch/powerpc-aix-prologue.exp: New file.
14940
14941 2004-05-07 Jim Blandy <jimb@redhat.com>
14942
14943 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
14944 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
14945
14946 2004-05-06 Joel Brobecker <brobecker@gnat.com>
14947
14948 * gdb.base/sep.exp: No longer setup_kfail when the program was
14949 built with dwarf2.
14950
14951 2004-05-05 Jim Ingham <jingham@apple.com>
14952
14953 * gdb.base/pending.exp: Make sure pending breakpoints
14954 preserve the ignore count.
14955
14956 2004-04-27 Jerome Guitton <guitton@gnat.com>
14957
14958 * i386-prologue.exp: Add testcase for jump instruction as first
14959 instruction of the real code.
14960 * i386-prologue.c (jump_at_beginning): New function.
14961
14962 2004-04-28 Mark Kettenis <kettenis@gnu.org>
14963
14964 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
14965 x86_64-*-*.
14966
14967 2004-04-28 Mark Kettenis <kettenis@gnu.org>
14968
14969 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
14970 i*86-*-*.
14971
14972 2004-04-25 Mark Kettenis <kettenis@gnu.org>
14973
14974 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
14975 expression that checks the return type.
14976
14977 2004-04-23 Andrew Cagney <cagney@redhat.com>
14978
14979 * gdb.base/call-sc.exp: New test of scalar call/return values.
14980 * gdb.base/call-sc.c: Ditto.
14981
14982 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14983
14984 * gdb.threads/manythreads.c: Reduce thread stack size.
14985
14986 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
14987
14988 * gdb.threads/manythreads.c: Add copyright notice.
14989
14990 2004-04-23 Andrew Cagney <cagney@redhat.com>
14991
14992 * gdb.base/siginfo.exp: Better handle step out of signal.
14993 * gdb.base/sigstep.exp: Ditto.
14994
14995 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
14996 Daniel Jacobowitz <drow@mvista.com>
14997
14998 * gdb.threads/manythreads.c: New testcase.
14999 * gdb.threads/manythreads.exp: Ditto.
15000
15001 2004-04-22 Jim Blandy <jimb@redhat.com>
15002
15003 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
15004 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
15005
15006 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
15007
15008 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
15009
15010 2004-04-21 Andrew Cagney <cagney@redhat.com>
15011
15012 * gdb.base/sigstep.c: New file.
15013 * gdb.base/sigstep.exp: New file.
15014
15015 2004-04-16 Joel Brobecker <brobecker@gnat.com>
15016
15017 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
15018 call to observer_notify_normal_stop.
15019
15020 2004-04-15 Andrew Cagney <cagney@redhat.com>
15021
15022 * gdb.base/siginfo.c: New file.
15023 * gdb.base/siginfo.exp: New file.
15024
15025 2004-04-12 J. Brobecker <brobecker@gnat.com>
15026
15027 * gdb.base/sep.exp: Fix typo in comment.
15028
15029 2004-04-12 J. Brobecker <brobecker@gnat.com>
15030
15031 * gdb.base/sep.c: New file.
15032 * gdb.base/sep-proc.c: New file.
15033 * gdb.base/sep.exp: New testcase.
15034
15035 2004-04-09 Mark Kettenis <kettenis@gnu.org>
15036
15037 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
15038 support.
15039
15040 2004-04-05 Andrew Cagney <cagney@redhat.com>
15041
15042 * gdb.base/sigaltstack.c: New file.
15043 * gdb.base/sigaltstack.exp: New file.
15044
15045 2004-04-04 Joel Brobecker <brobecker@gnat.com>
15046
15047 * gdb.base/foll-fork.exp: Update the expected output for
15048 "help set follow-fork-mode", to match a change that was made
15049 to the help of this variable on 2004-01-13.
15050
15051 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15052
15053 * lib/ada.exp: Add copyright notice.
15054 * bar.ads: Likewise.
15055 * bar.adb: Likewise.
15056 * null_record.adb: Likewise.
15057 * null_record.exp: Likewise.
15058 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
15059
15060 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15061
15062 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
15063 * configure: Regenerate.
15064
15065 2004-04-01 Joel Brobecker <brobecker@gnat.com>
15066
15067 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
15068 to build the application. Remove the message printed when in
15069 verbose mode, redundant with the UNSUPPORTED message above.
15070
15071 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15072
15073 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
15074 * gdb.ada (null_record.exp): New testcase.
15075
15076 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15077
15078 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
15079
15080 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15081
15082 * gdb.ada: New subdirectory.
15083 * gdb.ada/Makefile.in: New file.
15084 * gdb.ada/gnat_ada.gpr.in: New file.
15085
15086 2004-03-31 Joel Brobecker <brobecker@gnat.com>
15087
15088 * lib/ada.exp: New file.
15089
15090 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
15091
15092 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
15093 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
15094
15095 2004-03-22 Andrew Cagney <cagney@redhat.com>
15096
15097 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
15098 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
15099 Problem identified by Ulrich Weigand.
15100
15101 2004-03-17 David Carlton <carlton@kealia.com>
15102
15103 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
15104 PR c++/826.
15105
15106 2004-03-16 Roland McGrath <roland@redhat.com>
15107
15108 * gdb.base/auxv.exp: New file.
15109 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
15110
15111 2004-03-12 David Carlton <carlton@kealia.com>
15112
15113 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
15114 * gdb.cp/pr-1553.cc: Ditto.
15115 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
15116 pass branch.
15117
15118 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
15119
15120 * gdb.cp/templates.exp: Accept more template types.
15121
15122 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15123
15124 From Corinna Vinschen with modifications.
15125 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
15126 local variable obj_with_enum.
15127 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
15128 results with obj_with_enum.
15129
15130 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15131
15132 * gdb.cp/classes.cc: New file, copied from misc.cc.
15133 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
15134
15135 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
15136
15137 * gdb.cp/misc.cc: Add copyright notice.
15138
15139 2004-03-05 David Carlton <carlton@kealia.com>
15140
15141 * gdb.cp/rtti.exp: Add 'print *obj3' test.
15142 * gdb.cp/rtti.h: Update copyright.
15143 (namespace n2::n3): New.
15144 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
15145 (n2::n3::func3): New.
15146 (main): Call n2::n3::func3.
15147 * gdb.cp/rtti2.cc: Update copyright.
15148 (n2::create3): New.
15149
15150 2004-03-04 Mark Kettenis <kettenis@gnu.org>
15151
15152 * gdb.asm/openbsd.inc: Fix typo.
15153
15154 2004-03-03 Fred Fish <fnf@redhat.com>
15155
15156 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
15157 "val" instead of unused "size". Update copyright year.
15158
15159 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15160
15161 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
15162 to use unsigned char.
15163 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
15164 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
15165
15166 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
15167
15168 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
15169 line of output.
15170
15171 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15172
15173 * gdb.base/relocate.c (dummy): Initialize.
15174
15175 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
15176
15177 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
15178 a breakpoint at exit.
15179
15180 2004-02-27 Fred Fish <fnf@redhat.com>
15181
15182 * gdb.base/chng-syms.exp: Add expect condition to match failing
15183 case that isn't a timeout.
15184
15185 2004-02-27 Andrew Cagney <cagney@redhat.com>
15186
15187 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
15188 support.
15189
15190 2004-02-26 Fred Fish <fnf@redhat.com>
15191
15192 * gdb.arch/gdb1431.c: Remove.
15193 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
15194 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
15195 of "until" incorrectly.
15196
15197 2004-02-26 J. Brobecker <brobecker@gnat.com>
15198
15199 * gdb.cp/class2.cc (empty): New class.
15200 (refer): New function.
15201 (main): Declare an object of type empty and use it.
15202 * gdb.cp/class2.exp: Print the value of an object of type empty.
15203
15204 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
15205
15206 * gdb.base/langs.exp: Update query string to match the
15207 new nquery format used for pending breakpoints.
15208
15209 2004-02-26 Andrew Cagney <cagney@redhat.com>
15210
15211 Fix PR i18n/1570.
15212 * gdb.base/charset.c: Update copyright notice.
15213 (main, init_string): Remove the escape character '\e' tests.
15214 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
15215 * gdb.base/charset.exp (valid_host_charset): Ditto.
15216 * gdb.base/setvar.exp: Ditto.
15217
15218 2004-02-24 Andrew Cagney <cagney@redhat.com>
15219
15220 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
15221 mmapped data in core file" PASS and FAIL messages consistent.
15222
15223 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
15224 setting a breakpoint. Work around PR java/1565.
15225
15226 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
15227
15228 * lib/gdb.exp (gdb_breakpoint): Update query string to match
15229 new nquery format.
15230 * gdb.base/pending.exp: Ditto.
15231
15232 2004-02-22 Mark Kettenis <kettenis@gnu.org>
15233
15234 * configure.in: Run stabs tests on *BSD.
15235 * configure: Regenerated.
15236
15237 2004-02-21 Mark Kettenis <kettenis@gnu.org>
15238
15239 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
15240
15241 2004-02-20 Fred Fish <fnf@redhat.com>
15242
15243 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
15244 blank in test for "returns short", for consistency with other
15245 "returns xxx" tests. Update copyright year.
15246
15247 2004-02-19 Fred Fish <fnf@redhat.com>
15248
15249 New testcase for PR breakpoint/1558.
15250 * gdb.arch/gdb1558.exp: New file.
15251 * gdb.arch/gdb1558.c: New file.
15252
15253 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
15254
15255 * gdb.base/nodebug.exp: Fix typo.
15256
15257 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15258
15259 Committed by Jim Blandy <jimb@redhat.com>.
15260
15261 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
15262
15263 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
15264
15265 * gdb.base/float.exp: Support s390*-*-* targets.
15266
15267 2004-02-17 Adam Fedor <fedor@gnu.org>
15268
15269 * gdb.base/gdb1555.exp: New file.
15270 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
15271
15272 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
15273
15274 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
15275
15276 2004-02-16 Fred Fish <fnf@redhat.com>
15277
15278 * gdb.arch/gdb1291.c: Remove
15279 * gdb.arch/gdb1291.s: New test input file.
15280 * gdb.arch/gdb1291.exp: Expand test to check case that should not
15281 fail. Test for correct result, known incorrect result, other
15282 failures and timeouts.
15283
15284 2004-02-16 Andrew Cagney <cagney@redhat.com>
15285
15286 * gdb.base/bigcore.exp: New file.
15287 * gdb.base/bigcore.c: New file.
15288
15289 2004-02-13 Andrew Cagney <cagney@redhat.com>
15290
15291 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
15292 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
15293 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
15294 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
15295 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
15296 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
15297 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
15298 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
15299 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
15300 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
15301
15302 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
15303
15304 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
15305 executed is an alloc instruction.
15306
15307 2004-02-11 David Carlton <carlton@kealia.com>
15308
15309 * gdb.cp/breakpoint.exp: New.
15310 * gdb.cp/breakpoint.cc: New.
15311
15312 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
15313
15314 Partial fix for PR gdb/1543.
15315 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
15316 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
15317 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
15318 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
15319 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
15320 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
15321 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
15322 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
15323 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
15324 to bug-gdb@prep.ai.mit.edu .
15325 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
15326 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
15327 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
15328 Likewise.
15329
15330 2004-02-10 Andrew Cagney <cagney@redhat.com>
15331
15332 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
15333 using gdb_internal_error_resync.
15334
15335 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
15336
15337 * gdb.threads/thread-specific.exp: Stop early if no threads are
15338 found.
15339
15340 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
15341
15342 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
15343
15344 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
15345
15346 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
15347 breakpoints.
15348
15349 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
15350
15351 * config/sim.exp (gdb_load): Handle $arg == "".
15352 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
15353 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
15354
15355 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
15356
15357 * gdb.base/maint.exp: Update test to reflect
15358 obstack changes.
15359
15360 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
15361
15362 * gdb.base/pendshr.c (pendfunc): New function that calls
15363 pendfunc1.
15364 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
15365
15366 2004-02-04 Fred Fish <fnf@redhat.com>
15367
15368 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
15369 function symbols and update copyright years.
15370 * gdb.arch/gdb1291.c: Ditto.
15371
15372 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15373
15374 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
15375
15376 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15377
15378 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
15379
15380 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
15381
15382 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
15383
15384 2004-02-02 Fred Fish <fnf@redhat.com>
15385
15386 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
15387 remote targets. Update copyright years.
15388
15389 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
15390
15391 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
15392 support.
15393 * gdb.base/langs.exp: Fix test which attempts to create
15394 breakpoint on non-existent function to handle new pending
15395 support.
15396 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
15397 a breakpoint.
15398 * gdb.base/pending.exp: New test.
15399 * gdb.base/pending.c: New file.
15400 * gdb.base/pendshr.c: Ditto.
15401
15402 2004-02-02 David Carlton <carlton@kealia.com>
15403
15404 * gdb.cp/overload.exp: Add overloadNamespace tests.
15405 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
15406 (overloadNamespace, XXX): New.
15407 (main): Call XXX::marker2.
15408
15409 2004-02-01 Fred Fish <fnf@redhat.com>
15410
15411 * gdb.base/dump.exp: Use runto_main instead of "runto main".
15412 * gdb.base/finish.exp: Ditto.
15413 * gdb.base/gcore.exp: Ditto.
15414 * gdb.base/huge.exp: Ditto.
15415 * gdb.base/info-proc.exp: Ditto.
15416 * gdb.base/return2.exp: Ditto.
15417 * gdb.threads/gcore-thread.exp: Ditto.
15418
15419 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15420
15421 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
15422
15423 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15424
15425 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
15426 that opening the file succeeds on OpenBSD.
15427
15428 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15429
15430 * gdb.threads/thread-specific.c: New file.
15431 * gdb.threads/threads-specific.exp: New test script.
15432 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
15433 to expect_out.
15434
15435 2004-02-01 Mark Kettenis <kettenis@gnu.org>
15436
15437 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15438 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15439 only on the "print_small_structs from print_long_arg_list" test.
15440
15441 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
15442
15443 * gdb.base/completion.exp: Kill a stray backslash.
15444
15445 From Jim Ingham <jingham@apple.com>:
15446 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15447 agrees with the result from sending a tab.
15448
15449 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
15450
15451 * gdb.base/chng-syms.exp: Remove stray newline.
15452
15453 2004-01-31 Mark Kettenis <kettenis@gnu.org>
15454
15455 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15456 *-*-openbsd*.
15457 * gdb.asm/openbsd.inc: New file.
15458
15459 2004-01-30 Mark Kettenis <kettenis@gnu.org>
15460
15461 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15462 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15463 *-*solaris2*. Remove commented out default settings for
15464 asm-flags. Replace gdb_compile with target_link.
15465
15466 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
15467
15468 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
15469 for all tests. Remove old hp-ux and cygnus xfail cases.
15470
15471 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
15472
15473 * gdb.base/chng-syms.exp: New file.
15474 * gdb.base/chng-syms.c: New file.
15475
15476 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15477
15478 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
15479 Provide arms for current output in all my configurations.
15480
15481 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15482
15483 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
15484 * lib/compiler.cc: Likewise.
15485 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
15486 get the right preprocessor. Eval the output directly. Remove
15487 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
15488 hp_f77_compiler and hp_f90_compiler completely.
15489 (gdb_preprocess): Delete.
15490 (get_compiler): Delete.
15491
15492 2004-01-24 Mark Kettenis <kettenis@gnu.org>
15493
15494 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15495 <string.h>.
15496
15497 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
15498
15499 * gdb.mi/mi-stack.exp: Update copyright.
15500
15501 2004-01-23 David Carlton <carlton@kealia.com>
15502
15503 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
15504 test for cp_lookup_transparent_type.
15505 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
15506 call them.
15507
15508 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
15509
15510 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
15511 after -var-update.
15512
15513 2004-01-23 David Carlton <carlton@kealia.com>
15514
15515 * gdb.cp/namespace.cc (C::ensureRefs): New.
15516 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15517
15518 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
15519
15520 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15521 case "-stack-list-locals 2".
15522 * gdb.mi/mi-var-child.exp: Test for case
15523 "-var-list-children --all-values NAME".
15524
15525 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
15526
15527 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15528
15529 2004-01-18 Mark Kettenis <kettenis@gnu.org>
15530
15531 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15532 used with gdb_test_multiple.
15533
15534 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15535 read at address 0. This fixes PR testsuite/1504.
15536
15537 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
15538
15539 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15540 Remove downloading, guessing the host executable, the calls to
15541 gdb_file_cmd and gdb_target_cmd, and "load" support.
15542 (infer_host_exec): New function broken out from gdb_load.
15543 (gdb_load): New wrapper for gdbserver_gdb_load.
15544 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15545 gdb_target_cmd. Use -target-select.
15546 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15547 Download binaries to the host. Clear last_mi_remote_file when
15548 we load a new binary.
15549 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
15550 call gdbserver_gdb_load and mi_gdb_target_cmd.
15551
15552 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15553
15554 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15555 type patterns.
15556
15557 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15558
15559 * gdb.cp/templates.exp: Fix typo in test name of
15560 "print Foo<volatile char*>::foo".
15561
15562 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15563
15564 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15565
15566 2004-01-16 Ben Elliston <bje@wasabisystems.com>
15567
15568 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15569 (clean mostlyclean): Remove empty rm.
15570
15571 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15572
15573 * gdb.base/setvar.exp: Add copyright years.
15574
15575 2004-01-14 David Carlton <carlton@bactrian.org>
15576
15577 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
15578 PR c++/1511 and update coment.
15579 * gdb.cp/templates.exp: Update patterns to match current output.
15580 If changes involve something other than whitespace, KFAIL
15581 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15582
15583 2004-01-14 David Carlton <carlton@kealia.com>
15584
15585 * gdb.cp/namespace.exp: Add tests involving classes defined within
15586 namespaces.
15587 * gdb.cp/namespace.cc (C::CClass): New.
15588 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15589
15590 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
15591
15592 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15593 what debug info we have. Print a better message if something goes
15594 wrong while producing the separate debug info file.
15595
15596 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15597
15598 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15599
15600 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15601
15602 * gdb.base/callfuncs.c: Add copyright notice.
15603
15604 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
15605
15606 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15607 inheritance. PR gdb/1498, PR gcc/13539.
15608
15609 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
15610
15611 * gdb.threads/gcore-thread.exp: Prefix name of binary with
15612 test specific name.
15613 * gdb.mi/gdb669.exp: Ditto.
15614 * gdb.mi/mi-pthreads.exp: Ditto.
15615 * gdb.mi/mi1-pthreads.exp: Ditto.
15616 * gdb.mi/mi2-pthreads.exp: Ditto.
15617
15618 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15619
15620 * gdb.cp/member-ptr.cc: Add copyright notice.
15621
15622 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15623
15624 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
15625 some patterns for recent versions of gcc and hpacc. Delete
15626 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
15627 Delete tests that access a NULL pointer-to-member-data. This
15628 script is still disabled for gcc.
15629
15630 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
15631
15632 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
15633 escaped correctly.
15634
15635 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
15636
15637 * gdb.base/sepdebug.exp: New file.
15638 * gdb.base/sepdebug.c: New file.
15639 * lib/gdb.exp (separate_debug_filename): New procedure.
15640 (gdb_gnu_strip_debug): New procedure.
15641
15642 2004-01-12 Andrew Cagney <cagney@redhat.com>
15643
15644 * gdb.mi/ChangeLog: Delete file. Renamed to ...
15645 * gdb.mi/ChangeLog-1999-2003: New file.
15646
15647 2004-01-12 Andrew Cagney <cagney@redhat.com>
15648
15649 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
15650 "Renaming a directory to a non-empty directory returns ENOTEMPTY
15651 or EEXIST", treat EBUSY as an XFAIL.
15652
15653 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
15654
15655 * gdb.base/scope.exp: Remove obsolete setup_xfail for
15656 hp_cc_compiler.
15657
15658 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15659
15660 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
15661 decorations.
15662
15663 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15664
15665 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
15666 and "(aCC)" decorations. Remove obsolete doco about old
15667 test results.
15668
15669 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15670
15671 * gdb.cp/exception.exp: Fix typo in doco.
15672
15673 2004-01-09 Mark Kettenis <kettenis@gnu.org>
15674
15675 * gdb.base/gdb1476.exp: Fix typo.
15676
15677 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15678
15679 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15680 file.
15681
15682 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15683
15684 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15685 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15686 Use gdb_compile. Remove restriction on gcc. Add some patterns
15687 for recent version of gdb. Delete second half, which was a copy
15688 of the first half with different build flags. This test is
15689 still disabled because it is still not ready for production.
15690
15691 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15692
15693 * gdb.cp/exception.cc: Add copyright notice.
15694 * gdb.cp/exception.exp: Add a notice that this file is broken
15695 because of line number changes caused by addition of copyright
15696 notice.
15697
15698 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15699
15700 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15701 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15702
15703 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15704
15705 * gdb.cp/classes.exp: Accept gnu abi 2.
15706 * gdb.cp/derivation.exp: Likewise.
15707 * gdb.cp/overload.exp: Likewise.
15708 * gdb.cp/virtfunc.exp: Likewise.
15709
15710 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15711
15712 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
15713 semicolon after end of function.
15714
15715 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15716
15717 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
15718 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
15719 boilerplate code for compiling and running the program under
15720 test. Add some string method tests.
15721
15722 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15723
15724 * gdb.cp/bs15503.cc: Add copyright notice.
15725 * gdb.cp/bs15503.exp: Adjust line number.
15726
15727 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15728
15729 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
15730 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
15731
15732 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15733
15734 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
15735 hp_cc_compiler.
15736
15737 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15738
15739 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
15740 * gdb.cp/ctti.exp: Use the marker instead of "next".
15741 With gcc, run further before bailing.
15742
15743 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15744
15745 * gdb.cp/cttiadd.cc: Add copyright notice.
15746 * gdb.cp/cttiadd1.cc: Likewise.
15747 * gdb.cp/cttiadd2.cc: Likewise.
15748 * gdb.cp/cttiadd3.cc: Likewise.
15749
15750 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15751
15752 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
15753 Use gdb_test, gdb_test_multiple. Use floating-point values that
15754 have exact representations in IEEE-ish formats.
15755
15756 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15757
15758 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
15759 compilers. Delete duplicate call to get_compiler_info.
15760 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
15761 * gdb.base/volatile.exp: Likewise.
15762
15763 2004-01-07 Mark Kettenis <kettenis@gnu.org>
15764
15765 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
15766 memory at address 0.
15767
15768 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15769
15770 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
15771 to test for hp-ux assembler. Fix copyright years.
15772
15773 2004-01-07 Andrew Cagney <cagney@redhat.com>
15774
15775 * gdb.base/fileio.c (strerrno): Add "EBUSY".
15776
15777 2004-01-07 Andrew Cagney <cagney@redhat.com>
15778
15779 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
15780 when creating the read-only file. From analysis by Roland McGrath
15781 and Elena Zannoni.
15782
15783 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15784
15785 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
15786
15787 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15788
15789 * gdb.base/cvexpr.c: Be type-safe with function pointers and
15790 data pointers.
15791
15792 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15793
15794 * gdb.cp/m-static.exp: Compile one source file at a time.
15795 Delete unused call to get_compiler_info.
15796
15797 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15798
15799 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
15800 * gdb.base/call-rt-st.exp: Likewise.
15801 * gdb.base/nodebug.exp: Likewise.
15802 * gdb.base/volatile.exp: Likewise.
15803 * gdb.cp/ref-types.exp: Likewise.
15804 * gdb.cp/templates.exp: Likewise.
15805
15806 2004-01-05 Mark Kettenis <kettenis@gnu.org>
15807
15808 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
15809
15810 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
15811
15812 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
15813 hppa*-hp-hpux*.
15814
15815 2004-01-04 Mark Kettenis <kettenis@gnu.org>
15816
15817 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15818 x86_64-*-*.
15819
15820 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15821 sparc64-*-* and sparc*-solaris2*.
15822
15823 2004-01-04 Mark Kettenis <kettenis@gnu.org>
15824
15825 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
15826 return ${tests}" test. The ${tests} already mentions the
15827 filename.
15828
15829 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15830
15831 * gdb.cp/local.exp: Accept gcc abi 2.
15832
15833 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15834
15835 * gdb.cp/templates.exp: Accept gcc abi 2.
15836
15837 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15838
15839 * lib/compiler.cc: Remove supports_template_debugging.
15840 * gdb.cp/templates.exp: Do not test supports_template_debugging.
15841
15842 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15843
15844 * gdb.cp/namespace.exp: Accept gcc abi 2.
15845
15846 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15847
15848 * gdb.cp/method.exp: Accept gcc abi 2.
15849
15850 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15851
15852 * gdb.cp/classes.exp: Generate identical results as old version.
15853 * gdb.cp/derivation.exp: Likewise.
15854 * gdb.cp/overload.exp: Likewise.
15855 * gdb.cp/virtfunc.exp: Likewise.
15856
15857 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15858
15859 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
15860 mysterious bug with sourceware version of expect.
15861
15862 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15863
15864 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
15865 current versions of gcc, including gcc abi 2. Remove gratuitous
15866 restart of test program. Use gdb_test_multiple and gdb_test for
15867 all tests. Add patterns to xfail missing "const" in "const char *"
15868 and kfail PR gdb/1155.
15869
15870 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15871
15872 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
15873 current versions of gcc, including gcc abi 2. Remove gratuitous
15874 restart of test program. Use gdb_test_multiple and gdb_test for
15875 all tests. Add patterns to kfail PR gdb/1498.
15876
15877 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15878
15879 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
15880 current versions of gcc, including gcc abi 2. Use "breakpoint"
15881 and "continue" instead of restarting the target program. Use
15882 gdb_test_multiple and gdb_test for all tests.
15883
15884 2004-01-01 Mark Kettenis <kettenis@gnu.org>
15885
15886 * gdb.asm/asm-source.exp: Update copyright year. Link statically
15887 for *-*-solaris2*.
15888
15889 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15890
15891 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
15892 current versions of gcc, including gcc abi 2. Use "breakpoint"
15893 and "continue" instead of restarting the target program several
15894 times. Use gdb_test_multiple and gdb_test for all tests.
15895
15896 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
15897
15898 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
15899 source files.
15900
15901 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15902
15903 * gdb.base/environ.exp: Handle compiling test case from multiple
15904 source files.
15905
15906 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15907
15908 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
15909
15910 2003-12-17 Jim Blandy <jimb@redhat.com>
15911
15912 * gdb.base/freebpcmd.c: Add copyright notice.
15913
15914 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
15915
15916 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15917
15918 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
15919
15920 2003-12-13 Jim Blandy <jimb@redhat.com>
15921
15922 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
15923
15924 2003-12-12 Kevin Buettner <kevinb@redhat.com>
15925
15926 * gdb.asm/frv.inc: New file.
15927 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
15928
15929 2003-12-09 Fred Fish <fnf@redhat.com>
15930
15931 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
15932 functions to break1.c and leave prototypes behind. Add more
15933 "set breakpoint NN here" comments.
15934 * gdb.base/break1.c: New file.
15935
15936 * gdb.base/break.exp: Handle compiling test case from multiple
15937 source files and change source file references as needed.
15938 * gdb.base/completion.exp: Ditto.
15939 * gdb.base/condbreak.exp: Ditto.
15940 * gdb.base/define.exp: Ditto.
15941 * gdb.base/ena-dis-br.exp: Ditto.
15942 * gdb.base/info-proc.exp: Ditto.
15943 * gdb.base/maint.exp: Ditto.
15944 * gdb.base/until.exp: Ditto.
15945
15946 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
15947 hardcoded line numbers.
15948 * gdb.base/define.exp: Ditto.
15949 * gdb.base/ena-dis-br.exp: Ditto.
15950 * gdb.base/maint.exp: Ditto.
15951 * gdb.base/until.exp: Ditto.
15952
15953 * gdb.base/completion.exp: Use "break1" for completion tests since
15954 "break" is no longer a unique prefix.
15955
15956 2003-12-06 Andrew Cagney <cagney@redhat.com>
15957
15958 * gdb.base/structs.exp (test_struct_returns): When applicable, set
15959 "return_value_unimplemented". When an unimplemented struct return
15960 architecture, report incorrect values as a KFAIL
15961
15962 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15963
15964 * gdb.cp/rtti.exp: Accept new wording of warning from
15965 cp_lookup_rtti_type.
15966
15967 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15968
15969 Partial fix for PR testsuite/1456.
15970 * gdb.base/scope.exp (test_at_main): Replace references to
15971 gcc_compiled with calls to test_compiler_info.
15972 (test_at_foo): Likewise.
15973 (test_at_bar): Likewise.
15974
15975 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
15976
15977 Partial fix for PR testsuite/1456.
15978 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
15979 to test_compiler_info.
15980
15981 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
15982
15983 * gdb.base/so-impl-ld.exp: Update copyright notice.
15984
15985 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
15986
15987 Partial fix for PR testsuite/1456.
15988 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
15989 to test_compiler_info.
15990
15991 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15992
15993 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
15994 from current versions of gdb. Clean up regular expressions.
15995 Delete redundant timeout case.
15996
15997 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15998
15999 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
16000 from current versions of gdb. Clean up regular expressions.
16001 Delete redundant timeout case.
16002
16003 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
16004
16005 Partial fix for PR testsuite/1456.
16006 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
16007 gcc_compiled with call to test_compiler_info.
16008
16009 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
16010
16011 Partial fix for PR testsuite/1456.
16012 * gdb.base/list.exp (test_list_function): Delete unused declaration
16013 of gcc_compiled.
16014
16015 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
16016
16017 Partial fix for PR testsuite/1456.
16018 * gdb.base/complex.exp: Replace reference to gcc_compiled with
16019 call to test_compiler_info.
16020
16021 2003-11-29 Mark Kettenis <kettenis@gnu.org>
16022
16023 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
16024 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
16025 it to create the appropriate note.inc.
16026 * gdb.asm/asmsrc1.s: Include "note.inc".
16027 * gdb.asm/netbsd.inc: New file.
16028 * gdb.asm/empty.inc: New file.
16029
16030 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
16031
16032 Partial fix for PR testsuite/1456.
16033 * gdb.base/constvars.exp: Replace references to gcc_compiled with
16034 calls to test_compiler_info.
16035
16036 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
16037
16038 Partial fix for PR testsuite/1456.
16039 * gdb.base/volatile.exp: Replace references to gcc_compiled with
16040 calls to test_compiler_info.
16041
16042 2003-11-27 Mark Kettenis <kettenis@gnu.org>
16043
16044 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
16045 pattern for the KFAILs.
16046
16047 2003-11-25 Adam Fedor <fedor@gnu.org>
16048
16049 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
16050 * gdb.objc/objcdecode.m: New file.
16051
16052 2003-11-25 Adam Fedor <fedor@gnu.org>
16053
16054 * gdb.objc/nondebug.exp: Test for PR objc/1236.
16055 * gdb.objc/nondebug.m: New file.
16056
16057 2003-11-26 Ben Elliston <bje@wasabisystems.com>
16058
16059 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16060 NetBSD as it does on FreeBSD. Modelled on a similar change by
16061 Mark Kettenis on 2003-05-30.
16062 (link-flags): Set to "--entry _start" regardless of target.
16063 Special linker flags are to be appended to $link-flags.
16064 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
16065
16066 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16067
16068 * gdb.cp/method.exp: Accept output of new demangler.
16069
16070 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16071
16072 * gdb/class2.exp: New file.
16073 * gdb/class2.cc: New file.
16074
16075 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
16076
16077 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
16078 of new demangler.
16079
16080 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16081
16082 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
16083 of gdb_test "run".
16084
16085 2003-11-23 Mark Kettenis <kettenis@gnu.org>
16086
16087 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
16088 "continue" into "run".
16089
16090 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16091
16092 Partial fix for PR testsuite/1456.
16093 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
16094 call to test_compiler_info.
16095 * gdb.cp/ctti.exp: Likewise.
16096 * gdb.cp/derivation.exp: Likewise.
16097 * gdb.cp/member-ptr.exp: Likewise.
16098 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
16099 reference to gcc_compiled.
16100
16101 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
16102
16103 Fix PR testsuite/1463.
16104 * gdb.base/structs.exp (start_structs_test): Call
16105 get_debug_format before using the debug format.
16106
16107 2003-11-22 Andrew Cagney <cagney@redhat.com>
16108
16109 * lib/gdb.exp (gdb_test_multiple): Add simple example.
16110 * gdb.base/structs.exp: Use gdb_test_multiple.
16111
16112 2003-11-20 Andrew Cagney <cagney@redhat.com>
16113
16114 * gdb.base/structs.exp: Handle and recover from internal errors.
16115 Replace "foo${n}" with "foo<n>" in test messages.
16116
16117 * gdb.base/structs.exp: Update copyright. Rewrite.
16118 * gdb.base/structs.c: Update copyright. Rewrite.
16119
16120 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
16121 resync count exceeded.
16122
16123 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
16124 from the internal error.
16125 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
16126 Original from Jim Blandy.
16127 (gdb_test_multiple): Use gdb_internal_error_resync.
16128
16129 2003-11-19 Andrew Cagney <cagney@redhat.com>
16130
16131 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
16132 KFAIL.
16133
16134 2003-11-17 Mark Kettenis <kettenis@gnu.org>
16135
16136 New testcase for PR backtrace/1435.
16137 * gdb.arch/i386-unwind.exp: New file.
16138 * gdb.arch/i386-unwind.c: New file.
16139
16140 2003-11-17 Andrew Cagney <cagney@redhat.com>
16141
16142 * lib/gdb.exp (compiler_info): New global.
16143 (test_compiler_info): New function.
16144 (get_compiler_info): Set compiler_info.
16145 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
16146 "compiler_info" to gcc-<major>-<minor>.
16147
16148 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
16149
16150 * gdb.trace/configure: Remove.
16151
16152 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
16153
16154 * gdb.base/break.c: Add comments to aid finding line numbers for
16155 breakpoints.
16156 * gdb.base/break.exp: Remove all references to explicit line
16157 numbers.
16158
16159 2003-11-11 Nick Clifton <nickc@redhat.com>
16160
16161 * gdb.base/shreloc.exp: Do not run for targets which do not
16162 support shared objects.
16163
16164 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
16165
16166 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
16167 Don't run tests if nofileio flag is given.
16168
16169 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
16170
16171 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
16172 as well as 'Watchpoint'.
16173
16174 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16175
16176 Reported by Jim Ingham <jingham@apple.com>:
16177 * gdb.base/annota1.exp: Match at least one occurrence of the
16178 signal handler annotation.
16179
16180 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
16181
16182 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
16183 as well as 'Watchpoint'.
16184
16185 2003-11-05 Michael Chastain <mec@shout.net>
16186
16187 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
16188
16189 2003-11-03 Kris Warkentin <kewarken@qnx.com>
16190
16191 * gdb.arch/gdb1291.c: New test file.
16192 * gdb.arch/gdb1291.exp: New test script.
16193 * gdb.arch/gdb1431.c: New test file.
16194 * gdb.arch/gdb1431.exp: New test script.
16195
16196 2003-10-22 Michael Chastain <mec@shout.net>
16197
16198 * gdb.mi/pthreads.c: Add copyright notice.
16199
16200 2003-10-22 Michael Chastain <mec@shout.net>
16201
16202 * gdb.threads/pthreads.c: Add copyright notice.
16203
16204 2003-10-20 Michael Chastain <mec@shout.net>
16205
16206 * gdb.base/gdb1056.exp: New test script.
16207
16208 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16209
16210 * gdb.threads/killed.exp: Use gdb_run_cmd.
16211
16212 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
16213
16214 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
16215 create a core file.
16216 * gdb.threads/gcore-thread.exp: Likewise.
16217
16218 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
16219
16220 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
16221 type, based on char type.
16222 (struct bit_flags_short_t): New bitfield type, based on short type.
16223 (init_bit_flags_char): New fuction.
16224 (init_bit_flags_short): Ditto.
16225 (print_bit_flags_char): Ditto.
16226 (print_bit_flags_short): Ditto.
16227 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
16228
16229 2003-10-11 Michael Chastain <mec@shout.net>
16230
16231 * gdb.base/call-rt-st.exp: Update copyright year.
16232
16233 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
16234
16235 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
16236 * gdb.disasm/sh3.s: Ditto.
16237
16238 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
16239
16240 * gdb.threads/switch-threads.exp: New test.
16241 * gdb.threads/switch-threads.c: New source file.
16242
16243 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
16244
16245 * gdb.base/ending-run.exp: Add sh specific case.
16246
16247 2003-10-06 Andrew Cagney <cagney@redhat.com>
16248
16249 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
16250 * gdb.disasm/mn10200.exp: Delete obsolete file.
16251
16252 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
16253
16254 * ChangeLog: Correct an entry command.exp -> commands.exp.
16255 * gdb.base/commands.exp (bp_deleted_in_command_test)
16256 (temporary_breakpoint_commands): Check noargs.
16257
16258 2003-09-25 David Carlton <carlton@kealia.com>
16259
16260 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
16261 of some print tests, where appropriate. Add tests for C::D::cd,
16262 E::ce, F::cXfX, G::XgX.
16263 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
16264
16265 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
16266
16267 * lib/java.exp (java_init): Import target_alias before using it.
16268
16269 2003-09-25 David Carlton <carlton@kealia.com>
16270
16271 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
16272
16273 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
16274
16275 * gdb.base/selftest.exp: Accomodate more instruction reordering
16276 weirdness.
16277
16278 2003-09-17 Michael Chastain <mec@shout.net>
16279
16280 * gdb.cp/gdb1355.exp: New file.
16281 * gdb.cp/gdb1355.c: New file.
16282
16283 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
16284
16285 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
16286 * gdb.asm/sh.inc: New file.
16287
16288 2003-09-11 David Carlton <carlton@kealia.com>
16289
16290 * gdb.cp/namespace.exp: Add tests for namespace types.
16291 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
16292 (test_namespace): New.
16293
16294 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
16295
16296 * gdb.base/relocate.exp: Handle new gdb output at startup.
16297 * gdb.stabs/weird.exp: Ditto.
16298
16299 2003-09-08 Michael Chastain <mec@shout.net>
16300
16301 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
16302
16303 2003-09-07 Michael Chastain <mec@shout.net>
16304
16305 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
16306 'parse error'.
16307
16308 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
16309
16310 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
16311
16312 2003-08-30 Michael Chastain <mec@shout.net>
16313
16314 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
16315 * gdb.gdb/observer.exp: Ditto.
16316 * gdb.gdb/xfullpath.exp: Ditto.
16317
16318 2003-08-29 Mark Kettenis <kettenis@gnu.org>
16319
16320 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
16321 *-*-*bsd*.
16322
16323 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
16324
16325 * gdb.base/dump.exp: Skip for ia64.
16326
16327 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
16328
16329 * gdb.asm/asm-source.exp: Add ia64 support.
16330 * gdb.asm/ia64.inc: New file.
16331
16332 2003-08-22 Michael Chastain <mec@shout.net>
16333
16334 * gdb.cp: New directory.
16335 * gdb.cp/*: Copy from gdb.c++/*.
16336 * gdb.c++/*: Remove.
16337 * Makefile.in: Change gdb.c++ to gdb.cp.
16338 * configure.in: Ditto.
16339 * configure: Regnerate.
16340
16341 2003-08-18 Mark Kettenis <kettenis@gnu.org>
16342
16343 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
16344 * gdb.arch/i386-prologue.c (gdb1338): Add function.
16345
16346 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16347
16348 * mi-var-display.exp (-var-list-children weird): Accept function
16349 pointers with argument types.
16350 * mi1-var-display.exp (-var-list-children weird): Likewise.
16351 * mi2-var-display.exp (-var-list-children weird): Likewise.
16352
16353 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
16354
16355 * gdb.base/annota3.exp: Add missing newline.
16356
16357 2003-08-06 Michael Chastain <mec@shout.net>
16358
16359 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
16360
16361 2003-08-12 Michael Snyder <msnyder@redhat.com>
16362
16363 * gdb.base/float.exp: Add test for SH.
16364
16365 2003-08-10 Mark Kettenis <kettenis@gnu.org>
16366
16367 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
16368
16369 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16370
16371 * gdb.base/completion.exp: Remove reduntant completion test
16372 on filename.
16373
16374 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16375
16376 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
16377 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
16378 gdb.trace/save-trace.exp: Make sure that full pathnames are
16379 escaped correctly.
16380
16381 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
16382
16383 * configure.in: Don't generate config.h from config.hin.
16384 * configure: Regenerate.
16385 * config.hin: Remove file.
16386 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
16387 * gdb.threads/pthreads.c: Ditto.
16388
16389 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
16390
16391 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16392 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
16393 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
16394 Replace ld24 with seth/add3.
16395
16396 2003-08-02 Andrew Cagney <cagney@redhat.com>
16397
16398 * gdb.base/annota3.exp: New file.
16399 * gdb.base/annota3.c: New file.
16400 * gdb.c++/annota3.exp: New file.
16401 * gdb.c++/annota3.cc: New file.
16402
16403 2003-07-29 Michael Chastain <mec@shout.net>
16404
16405 * gdb.threads/tls.c (spin): Check errno only if sem_wait
16406 actually failed.
16407 (do_pass): Likewise.
16408 * gdb.threads/tls.exp: Always initialize no_of_threads.
16409
16410 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
16411
16412 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
16413 pattern.
16414 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
16415 * gdb.threads/tls.exp: Recognize one case of the host library not
16416 supporting TLS.
16417
16418 2003-07-27 Andrew Cagney <cagney@redhat.com>
16419
16420 * gdb.base/fileio.exp: Use SH when running commands using
16421 remote_exec.
16422
16423 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
16424
16425 From Kei Sakamoto <sakamoto.kei@renesas.com>:
16426 * gdb.base/relocate.c (dummy): New padding array.
16427
16428 2003-07-22 Michael Snyder <msnyder@redhat.com>
16429
16430 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
16431
16432 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
16433 patterns to be more general, accepting old and new output.
16434 Some output chars (such as '+') also must be quoted.
16435 Some addresses are displayed numerically instead of
16436 symbolically.
16437
16438 2003-07-23 Michael Snyder <msnyder@redhat.com>
16439
16440 * gdb.base/return2.exp: Don't test long-long return.
16441
16442 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16443 * gdb.disasm/t01_mov.exp: Ditto.
16444 * gdb.disasm/t02_mova.s: Ditto.
16445 * gdb.disasm/t02_mova.exp: Ditto.
16446 * gdb.disasm/t03_add.s: Ditto.
16447 * gdb.disasm/t03_add.exp: Ditto.
16448 * gdb.disasm/t04_sub.s: Ditto.
16449 * gdb.disasm/t04_sub.exp: Ditto.
16450 * gdb.disasm/t05_cmp.s: Ditto.
16451 * gdb.disasm/t05_cmp.exp: Ditto.
16452 * gdb.disasm/t06_ari2.s: Ditto.
16453 * gdb.disasm/t06_ari2.exp: Ditto.
16454 * gdb.disasm/t07_ari3.s: Ditto.
16455 * gdb.disasm/t07_ari3.exp: Ditto.
16456 * gdb.disasm/t08_or.s: Ditto.
16457 * gdb.disasm/t08_or.exp: Ditto.
16458 * gdb.disasm/t09_xor.s: Ditto.
16459 * gdb.disasm/t09_xor.exp: Ditto.
16460 * gdb.disasm/t10_and.s: Ditto.
16461 * gdb.disasm/t10_and.exp: Ditto.
16462 * gdb.disasm/t11_logs.s: Ditto.
16463 * gdb.disasm/t11_logs.exp: Ditto.
16464 * gdb.disasm/t12_bit.s: Ditto.
16465 * gdb.disasm/t12_bit.exp: Ditto.
16466 * gdb.disasm/t13_otr.s: Ditto.
16467 * gdb.disasm/t13_otr.exp: Ditto.
16468
16469 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
16470
16471 * gdb.threads/tls.exp :Add kfail for 'info address' case.
16472
16473 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
16474
16475 * gdb.threads/tls.c : New file.
16476 * gdb.threads/tls.exp : New file.
16477 * gdb.threads/tls-main.c : New file.
16478 * gdb.threads/tls-shared.c : New file.
16479 * gdb.threads/tls-shared.exp : New file.
16480
16481 2003-07-22 Andreas Schwab <schwab@suse.de>
16482
16483 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
16484
16485 2003-07-20 Andreas Schwab <schwab@suse.de>
16486
16487 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
16488 due to insn reordering.
16489
16490 2003-07-15 Andrew Cagney <cagney@redhat.com>
16491
16492 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16493
16494 2003-07-15 Michael Chastain <mec@shout.net>
16495
16496 * gdb.base/gdb1250.exp: New file.
16497 * gdb.base/gdb1250.c: New file.
16498
16499 2003-07-09 Michal Ludvig <mludvig@suse.cz>
16500
16501 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16502 expansion of size_t to 'unsigned long', not only to 'unsigned'.
16503
16504 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
16505
16506 * gdb.threads/tls.c: New file.
16507 * gdb.threads/tls.exp: New file.
16508 * gdb.threads/tls-main.c: New file.
16509 * gdb.threads/tls-shared.c: New file.
16510 * gdb.threads/tls-shared.exp: New file.
16511
16512 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
16513
16514 * gdb.base/annota1.exp: Make sure that we properly escape the
16515 full path of the source file. Xfail more permissive patterns,
16516 due to a compiler debug info problem.
16517
16518 2003-07-07 Andreas Schwab <schwab@suse.de>
16519
16520 * gdb.asm/m68k.inc: New file.
16521 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16522
16523 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16524 arguments"): Also match negative number.
16525
16526 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16527
16528 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
16529
16530 * gdb.base/store.c (charest): New typedef.
16531 (add_char): Rename to add_charest, update.
16532 (wack_char): Rename to wack_charest, update types. Return l + r
16533 to keep r live across the call.
16534 (wack_short, wack_int, wack_long, wack_longest, wack_float)
16535 (wack_double, wack_doublest): Return l + r to keep r live across
16536 the call.
16537 * gdb.base/store.exp: Accomodate store.c changes.
16538
16539 2003-06-30 David Carlton <carlton@kealia.com>
16540
16541 * gdb.c++/maint.exp (test_invalid_name): New.
16542 (test_first_component): Add tests for invalid names.
16543
16544 2003-06-29 Michael Chastain <mec@shout.net>
16545
16546 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16547 output of '<VTT for class>' for virtual base classes.
16548
16549 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16550
16551 * gdb.base/completion.exp: Tab-complete "complet" instead of
16552 "compl".
16553 * gdb.base/complex.exp, gdb.base/complex.c: New files.
16554
16555 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16556
16557 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16558 * gdb.base/volatile.exp: Likewise.
16559
16560 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
16561
16562 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16563 gdb/1265.
16564
16565 2003-06-28 Michael Chastain <mec@shout.net>
16566 Daniel Jacobowitz <drow@mvista.com>
16567
16568 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16569 initial line count of 'captured_main' from 26 to 32.
16570 (test_with_self): Allow xmalloc call to be interleaved with the
16571 preceding two lines.
16572
16573 2003-06-24 Joel Brobecker <brobecker@gnat.com>
16574
16575 * gdb.base/bang.exp: New testcase.
16576
16577 2003-06-23 Joel Brobecker <brobecker@gnat.com>
16578
16579 * gdb.base/langs.exp: Add some tests for the "minimal" language
16580 support.
16581
16582 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
16583
16584 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16585 the testcase.
16586
16587 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
16588
16589 * gdb.base/relocate.exp: Test add-symbol-file with a variable
16590 offset.
16591
16592 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
16593
16594 * gdb.c++/pr-1210.cc: New file.
16595 * gdb.c++/pr-1210.exp: New file.
16596
16597 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
16598
16599 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16600 000-exec-continue.
16601
16602 2003-06-15 Mark Kettenis <kettenis@gnu.org>
16603
16604 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16605 on *-*-*bsd* instead of *-*-freebsd*.
16606
16607 2003-06-14 Andrew Cagney <cagney@redhat.com>
16608
16609 * gdb.base/store.exp: Test longest and doublest. Test all
16610 parameters. Weaken return statement match.
16611 * gdb.base/store.c: Add longest and doublest - aka long long and
16612 long double functions. Put all parameters into local register
16613 variables. Use negative values.
16614
16615 2003-06-14 Andrew Cagney <cagney@redhat.com>
16616
16617 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
16618 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
16619 exit status.
16620 * gdb.base/fileio.exp: Disable target when nointerrupts and
16621 noinferiorio, instead of limiting it to remote. Use remote_exec
16622 instead of system.
16623
16624 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
16625
16626 * gdb.base/float.exp: Add ia64 support.
16627
16628 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
16629
16630 * gdb.base/fileio.exp: Run only on remote targets.
16631
16632 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
16633
16634 * gdb.base/fileio.c: New file, testing File-I/O.
16635 * gdb.base/fileio.exp: Ditto.
16636
16637 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
16638
16639 * gdb.base/shreloc.exp: New file, check symbol values obtained from
16640 shared objects after relocation at load time (gdb PR/1132).
16641 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
16642 as above, part of the shared object relocation test.
16643
16644 2003-06-08 Mark Kettenis <kettenis@gnu.org>
16645
16646 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
16647 fully filled history list.
16648 * gdb.base/gdb_history: New file.
16649
16650 * gdb.base/signals.exp: XFAIL "continue to func1" on
16651 i*86-*-freebsd*.
16652
16653 * gdb.base/attach.exp: When trying to attach to a nonexistent
16654 process, make it possible to specify the PID based on the target,
16655 and do so for *-*-freebsd*.
16656
16657 2003-06-02 Richard Henderson <rth@redhat.com>
16658
16659 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
16660
16661 2003-06-02 Richard Henderson <rth@redhat.com>
16662
16663 * gdb.base/selftest.exp: Next over lim_at_start initialization.
16664
16665 2003-06-02 Richard Henderson <rth@redhat.com>
16666
16667 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
16668
16669 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
16670
16671 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16672 of globalvar.
16673
16674 2003-06-01 Mark Kettenis <kettenis@gnu.org>
16675
16676 * gdb.asm/asm-source.exp: Check for memory read errors in
16677 disassembler test on *BSD too.
16678
16679 2003-06-01 Richard Henderson <rth@redhat.com>
16680
16681 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16682 for .frame.
16683 (gdbasm_call): Lose ldgp.
16684 (gdbasm_startup): Add frame information.
16685 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16686
16687 2003-05-31 Mark Kettenis <kettenis@gnu.org>
16688
16689 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16690 i?86-*-*.
16691
16692 2003-05-30 Mark Kettenis <kettenis@gnu.org>
16693
16694 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16695 FreeBSD.
16696
16697 2003-05-29 Richard Henderson <rth@redhat.com>
16698
16699 * gdb.asm/alpha.inc: New file.
16700 * gdb.asm/asm-source.exp: Use it.
16701
16702 2003-05-29 Jim Blandy <jimb@redhat.com>
16703
16704 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16705 'core.PID'.
16706
16707 2003-05-22 Jim Blandy <jimb@redhat.com>
16708
16709 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
16710 backtrace.
16711
16712 2003-05-20 David Carlton <carlton@math.stanford.edu>
16713
16714 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
16715 this time.
16716
16717 2003-05-19 David Carlton <carlton@bactrian.org>
16718
16719 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
16720 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
16721
16722 2003-05-19 David Carlton <carlton@bactrian.org>
16723
16724 * gdb.c++/namespace.exp: Add namespace scope and anonymous
16725 namespace tests.
16726 Bump copyright date.
16727 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
16728 (main): Call C::D::marker2.
16729 * gdb.c++/namespace1.cc: New file.
16730
16731 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
16732
16733 Roland McGrath <roland@redhat.com>
16734 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
16735 there is no manager thread.
16736
16737 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
16738
16739 * gdb.threads/schedlock.exp: Remove assumption that all threads
16740 will run in a particular small time slice. Also ensure we break
16741 in one of the child threads rather than the main thread.
16742
16743 2003-05-07 Jim Blandy <jimb@redhat.com>
16744
16745 Add support for assembly source testing on the s390x.
16746 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
16747 architecture.
16748 * gdb.asm/s390x.inc: New file.
16749
16750 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
16751 succession of 'if' statements.
16752
16753 2003-05-05 Andrew Cagney <cagney@redhat.com>
16754
16755 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
16756
16757 2003-05-05 Andrew Cagney <cagney@redhat.com>
16758
16759 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
16760 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
16761
16762 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
16763
16764 * gdb.base/charset.exp: Update based on new behavior of set/show
16765 charset commands.
16766
16767 2003-05-01 Andrew Cagney <cagney@redhat.com>
16768
16769 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
16770 variable do not give memory errors.
16771
16772 2003-04-30 Adam Fedor <fedor@gnu.org>
16773
16774 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
16775 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
16776 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
16777 gdb.objc/basicclass.m: : New files
16778
16779 * lib/gdb.exp (gdb_compile_objc): New procedure.
16780
16781 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
16782
16783 * gdb.base/signals.exp: Make backtrace tests more specific.
16784
16785 2003-04-23 David Carlton <carlton@bactrian.org>
16786
16787 * gdb.c++/maint.exp (test_first_component): Add tests for
16788 'operator' in more locations.
16789
16790 2003-04-16 Kevin Buettner <kevinb@redhat.com>
16791
16792 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
16793
16794 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
16795
16796 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
16797 func marke' instead. Update test name.
16798
16799 2003-04-15 David Carlton <carlton@math.stanford.edu>
16800
16801 * gdb.c++/maint.exp: New file.
16802
16803 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
16804
16805 * gdb.threads/schedlock.c: Change type of thread function argument
16806 to long, to avoid warnings on 64-bit platforms.
16807
16808 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
16809
16810 * gdb.base/attach.exp: Add new message from ptrace in case of
16811 attaching to nonexistent process.
16812
16813 2003-04-11 Jim Blandy <jimb@redhat.com>
16814
16815 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16816 gdb.c++/userdef.cc: Place comments on the lines to which the
16817 marker function might return.
16818 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16819 gdb.c++/userdef.exp: Look for those comments to check that we've
16820 returned to the right place, instead of checking line numbers.
16821
16822 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
16823
16824 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
16825 match on sourcefile name, instead of directory name.
16826
16827 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
16828
16829 * gdb.base/completion.exp: Use string_to_regexp to match the
16830 working directory name.
16831
16832 2003-04-09 Jim Blandy <jimb@redhat.com>
16833
16834 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16835 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
16836 after an inferior function call, report the failure, but allow the
16837 test to continue.
16838
16839 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16840
16841 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16842 with -DPROTOTYPES.
16843
16844 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16845
16846 * gdb.base/break.exp: Revert last patch.
16847
16848 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
16849
16850 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16851 with -DPROTOTYPES.
16852
16853 2003-04-02 Andrew Cagney <cagney@redhat.com>
16854
16855 * gdb.base/callfuncs.exp: Make "print add" messages unique.
16856 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
16857 matching directories by the name breakpoint.
16858 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
16859 Make "continue to marker1" consistent.
16860 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
16861 message consistent.
16862 * lib/gdb.exp: Put "the program is no longer running", and "the
16863 program exited" in parenthesis.
16864 * lib/mi-support.exp: Ditto.
16865
16866 2003-04-02 Bob Rossi <bob_rossi@cox.net>
16867
16868 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
16869
16870 2003-03-29 Andrew Cagney <cagney@redhat.com>
16871
16872 * gdb.base/sizeof.c (main): Print the value of '\377'.
16873 * gdb.base/sizeof.exp: Check the sign of '\377'.
16874
16875 2003-03-27 Michael Chastain <mec@shout.net>
16876
16877 * gdb.base/gdb1090.exp: New file.
16878 * gdb.base/gdb1090.cc: New file.
16879
16880 2003-03-27 J. Brobecker <brobecker@gnat.com>
16881
16882 * gdb.gdb/observer.exp: New regression test.
16883
16884 2003-03-27 Michael Chastain <mec@shout.net>
16885
16886 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
16887 * gdb.base/ptype.exp: Likewise.
16888
16889 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
16890
16891 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
16892
16893 2003-03-26 Michael Chastain <mec@shout.net>
16894
16895 * gdb.base/ptype.exp: Actually use some typedef'd types.
16896
16897 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
16898
16899 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
16900 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
16901
16902 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16903
16904 * gdb.base/default.exp: Fix regular expression.
16905
16906 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16907
16908 * gdb.base/args.exp: Fix regular expression.
16909
16910 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16911
16912 * gdb.base/help.exp: Allow Win32 child process.
16913
16914 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16915
16916 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
16917 when stepping out of main().
16918
16919 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16920
16921 * gdb.base/default.exp: Check for win32 specific message when calling
16922 "run" without executable.
16923
16924 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16925
16926 * gdb.base/args.exp: Expect .exe in output.
16927
16928 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
16929
16930 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
16931 Cygwin native.
16932
16933 2003-03-17 Andrew Cagney <cagney@redhat.com>
16934
16935 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
16936 vector registes.
16937 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
16938 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
16939
16940 2003-03-17 David Carlton <carlton@math.stanford.edu>
16941
16942 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
16943 test, for PR breakpoints/38.
16944 Call test_watchpoint_and_breakpoint.
16945 * gdb.base/watchpoint.c (func3): New function.
16946 (main): Call func3.
16947
16948 2003-03-04 David Carlton <carlton@math.stanford.edu>
16949
16950 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
16951 Garply<Garply<char> >:: garply".
16952 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
16953 with respect to PR c++/1111; note also PR c++/1113.
16954 (test_template_breakpoints): KFAIL "constructor breakpoint" with
16955 respect to PR c++/1062.
16956 KFAIL "destructor breakpoint" with respect to PR c++/1112.
16957
16958 2003-03-03 David Carlton <carlton@math.stanford.edu>
16959
16960 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
16961 with respect to PR c++/57.
16962 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
16963 c++/826.
16964 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
16965 respect to PR c++/57.
16966
16967 2003-03-03 David Carlton <carlton@math.stanford.edu>
16968
16969 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
16970 respect to PR c++/33 into FAILs.
16971
16972 2003-03-03 Michael Chastain <mec@shout.net>
16973
16974 * configure.in: Update copyright years.
16975
16976 2003-03-03 Michael Chastain <mec@shout.net>
16977
16978 * Makefile.in: Update copyright years.
16979
16980 2003-02-28 David Carlton <carlton@math.stanford.edu>
16981
16982 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
16983 print class instead of struct and/or superfluous protection
16984 specifiers, as long as the resulting output is equivalent to the
16985 source code.
16986 Delete FIXME from end of messages on tests that don't need
16987 fixing.
16988
16989 2003-02-28 David Carlton <carlton@math.stanford.edu>
16990
16991 * gdb.c++/templates.exp (do_tests): Allow const in the two
16992 Foo<volatile char *>::foo tests.
16993
16994 2003-02-27 Michael Snyder <msnyder@redhat.com>
16995
16996 * gdb.base/restore.c (main): Return zero, so exit code
16997 will be consistant.
16998
16999 2003-02-26 David Carlton <carlton@math.stanford.edu>
17000
17001 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
17002 char *>::foo" test with respect to PR c++/33. Create a new test
17003 which is identical to that one except that it doesn't put the
17004 space between the "char" and the "*"; KFAIL it, too.
17005
17006 2003-02-26 David Carlton <carlton@math.stanford.edu>
17007
17008 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
17009 template types into either PASSes or KFAILs (corresponding to PR
17010 c++/57). Tweak indentation. Update copyright.
17011
17012 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
17013
17014 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
17015
17016 2003-02-13 Michael Chastain <mec@shout.net>
17017
17018 * gdb.base/exprs.exp: Remove i960 remnants.
17019 * gdb.base/funcargs.exp: Likewise.
17020 * gdb.base/list.exp: Likewise.
17021 * gdb.base/ptype.exp: Likewise.
17022
17023 2003-02-14 David Carlton <carlton@math.stanford.edu>
17024
17025 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
17026 pEe->D::vg()" from XFAIL to KFAIL.
17027
17028 2003-02-13 Jason Molenda (jmolenda@apple.com)
17029
17030 * gdb.base/maint.exp: Update maint print statistics regexp to include
17031 new entries.
17032
17033 2003-02-13 Michael Chastain <mec@shout.net>
17034
17035 * gdb.c++/inherit.exp: Remove call to get_debug_format.
17036
17037 2003-02-12 Michael Chastain <mec@shout.net>
17038
17039 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
17040 * gdb.c++/inherit.exp: Likewise.
17041 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
17042 * gdb.c++/templates.exp: Likewise.
17043 * gdb.c++/virtfunc.exp: Likewise.
17044
17045 2003-02-06 Jason Molenda (jason-cl@molenda.com)
17046
17047 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
17048 why the code is written that way.
17049
17050 2003-02-05 Michael Chastain <mec@shout.net>
17051
17052 * gdb.base/dump.exp: Add missing copyright line.
17053
17054 2003-02-05 Jason Molenda (jason-cl@molenda.com)
17055
17056 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
17057 at the beginning so the breakpoint doesn't get set on the loop.
17058
17059 2003-02-05 Michael Chastain <mec@shout.net>
17060
17061 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
17062 output for configurations with gcc 2.95.3.
17063
17064 2003-02-05 Keith Seitz <keiths@redhat.com>
17065 Andrew Cagney <ac131313@redhat.com>
17066
17067 * gdb.mi/mi-cli.exp: New file.
17068
17069 2003-02-04 Michael Chastain <mec@shout.net>
17070
17071 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
17072 Call perror and then continue.
17073
17074 2003-02-03 Michael Chastain <mec@shout.net>
17075
17076 * gdb.c++/pr-1023.cc: New file.
17077 * gdb.c++/pr-1023.exp: New file.
17078
17079 2003-02-05 Jim Blandy <jimb@redhat.com>
17080
17081 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
17082 it's local to foobar. Check for it there, and check that it's not
17083 present in main.
17084 * gdb.c++/local.cc (marker2): New function.
17085 (foobar): Call marker1.
17086 (main): Call marker2 instead of marker1.
17087
17088 2003-02-04 Andrew Cagney <ac131313@redhat.com>
17089
17090 * gdb.disasm/mn10200.exp: Obsolete file.
17091 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
17092 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
17093 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
17094
17095 2003-02-04 David Carlton <carlton@math.stanford.edu>
17096
17097 * gdb.c++/overload.exp: Test intToChar(1).
17098 * gdb.c++/overload.cc (intToChar): New.
17099 (main): Call intToChar.
17100
17101 2003-02-03 David Carlton <carlton@math.stanford.edu>
17102
17103 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
17104 'might_kfail' arg.
17105 KFAIL some of the continue_to_bp_overloaded calls, according to
17106 PR c++/1025.
17107
17108 2003-02-01 Michael Chastain <mec@shout.net>
17109
17110 * gdb.base/advance.c (marker1): New marker function.
17111 * gdb.base/advance.exp: When the 'advance' command lands on the
17112 return breakpoint, it can legitimately stop on either the
17113 current line or the next line. Accommodate both outcomes.
17114 * gdb.base/until.exp: Likewise.
17115
17116 2003-02-02 Andrew Cagney <ac131313@redhat.com>
17117
17118 2002-11-10 Jason Molenda (jason-cl@molenda.com):
17119 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
17120 now a list, not a tuple.
17121 * gdb.mi/mi-var-display.exp: Ditto.
17122 * gdb.mi/gdb792.exp: Ditto.
17123
17124 2003-02-01 Andrew Cagney <ac131313@redhat.com>
17125
17126 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
17127 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
17128 stack backtraces.
17129 * gdb.mi/mi-syn-frame.c: Part of same.
17130
17131 2003-02-01 Mark Kettenis <kettenis@gnu.org>
17132
17133 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17134 gdb.mi/mi1-pthreads.exp: Return instead of calling
17135 gdb_suppress_entire_file.
17136
17137 2003-02-01 Mark Salter <msalter@redhat.com>
17138
17139 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
17140
17141 2003-01-31 Mark Salter <msalter@redhat.com>
17142
17143 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
17144 Support empty arg.
17145
17146 2003-01-30 Michael Chastain <mec@shout.net>
17147
17148 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
17149 This was a workaround for a UTF-8 bug in readline 4.3. The bug
17150 has been fixed in gdb/readline on 2003-01-09.
17151
17152 2003-01-29 Michael Snyder <msnyder@redhat.com>
17153
17154 * gdb.base/maint.exp: Allow for leading underscore in symbol.
17155 * gdb.base/display.exp: Allow for leading underscore in symbol.
17156 * gdb.base/args.exp: Skip if target does not support args passing.
17157
17158 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
17159
17160 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
17161 gdb_test. Accept a list of expect arguments as the third
17162 parameter.
17163 (gdb_test): Use it.
17164
17165 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
17166
17167 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
17168 allow for different test tree configurations. Update some
17169 tescases accordingly.
17170 * gdb.arch/altivec-regs.exp: Ditto.
17171 * gdb.asm/asm-source.exp: Ditto.
17172 * gdb.base/advance.exp: Ditto.
17173 * gdb.base/display.exp: Ditto.
17174 * gdb.base/long_long.exp: Ditto.
17175 * gdb.base/mips_pro.exp: Ditto.
17176 * gdb.base/overlays.exp: Ditto.
17177 * gdb.base/relocate.exp: Ditto.
17178 * gdb.base/setshow.exp: Ditto.
17179 * gdb.base/step-line.exp: Ditto.
17180 * gdb.base/step-test.exp: Ditto.
17181 * gdb.base/until.exp: Ditto.
17182 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
17183
17184 2003-01-17 David Carlton <carlton@math.stanford.edu>
17185
17186 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
17187 corresponding to PR c++/945.
17188 Update copyright.
17189
17190 2003-01-17 David Carlton <carlton@math.stanford.edu>
17191
17192 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
17193 corresponding to PR c++/68.
17194
17195 2003-01-17 David Carlton <carlton@math.stanford.edu>
17196
17197 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
17198 (test_paddr_hairy_functions): Call print_addr_2_kfail for
17199 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
17200
17201 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17202
17203 * gdb.base/break.exp: Fix change of default location, because of
17204 removal of until tests.
17205 * gdb.base/help.exp: Update test for new 'until' help message.
17206 Add test for help on 'advance'.
17207 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
17208
17209 2003-01-15 Mark Kettenis <kettenis@gnu.org>
17210
17211 * gdb.base/default.exp: Adapt "info float" test for recent changes
17212 to that command. Add test for "info vector".
17213 * gdb.base/float.exp: New file. Add test for "info float" that
17214 resembles the old test in gdb.base/default.exp.
17215
17216 2003-01-15 David Carlton <carlton@math.stanford.edu>
17217
17218 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
17219
17220 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
17221
17222 * gdb.base/break.exp: Move the tests of until command from here...
17223 * gdb.base/until.exp: ... to here. New file. Add other tests.
17224 * gdb.base/advance.c: New file.
17225 * gdb.base/advance.exp: New file.
17226
17227 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
17228
17229 * gdb.base/args.c: New file.
17230 * gdb.base/args.exp: New file.
17231
17232 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17233
17234 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
17235
17236 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17237
17238 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
17239
17240 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
17241
17242 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
17243 dates.
17244
17245 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17246
17247 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
17248
17249 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17250
17251 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
17252 (ptype &*"foo").
17253 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
17254
17255 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17256
17257 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
17258 * gdb.mi/mi1-console.exp: Likewise.
17259
17260 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17261
17262 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
17263 * gdb.mi/mi1-console.exp: Likewise.
17264
17265 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
17266
17267 * gdb.c++/overload.exp: Remove some fixed XFAILs.
17268
17269 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17270
17271 * gdb.base/detach.exp: New test.
17272
17273 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
17274
17275 * Makefile.in (ALL_SUBDIRS): New variable.
17276 (subdirs, clean, distclean): Use it.
17277 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
17278 regenerating Makefile, since it is generated from the top level.
17279 * gdb.asm/Makefile.in: Likewise.
17280 * gdb.base/Makefile.in: Likewise.
17281 * gdb.c++/Makefile.in: Likewise.
17282 * gdb.disasm/Makefile.in: Likewise.
17283 * gdb.java/Makefile.in: Likewise.
17284 * gdb.mi/Makefile.in: Likewise.
17285 * gdb.threads/Makefile.in: Likewise.
17286 * gdb.trace/Makefile.in: Likewise.
17287
17288 2003-01-09 David Carlton <carlton@math.stanford.edu>
17289
17290 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
17291 Add copyright year 2003.
17292
17293 2003-01-06 Michael Chastain <mec@shout.net>
17294
17295 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
17296 When selecting a thread, 'line' and 'file' are optional.
17297 * gdb.mi/mi1-pthreads.exp: Likewise.
17298
17299 2003-01-06 Andreas Schwab <schwab@suse.de>
17300
17301 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
17302 failures.
17303
17304 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17305
17306 Fix PR gdb/844
17307 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
17308 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
17309
17310 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
17311 instead of calling gdb_suppress_entire_file.
17312 * gdb.threads/print-threads.exp: Likewise.
17313 * gdb.threads/schedlock.exp: Likewise.
17314
17315 * gdb.threads/killed.exp: Return instead of calling
17316 gdb_suppress_entire_file.
17317 * gdb.threads/linux-dp.exp: Likewise.
17318 * gdb.threads/pthreads.exp: Likewise.
17319
17320 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17321
17322 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
17323 stabs.
17324 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
17325 * gdb.base/whatis.exp: Always allow (void) after function names.
17326
17327 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
17328
17329 * gdb.c++/casts.exp: Correct regexp.
17330
17331 2003-01-04 Mark Kettenis <kettenis@gnu.org>
17332
17333 * configure.in: Call AC_CONFIG_HEADER. Don't call
17334 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
17335 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
17336 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
17337 aforementioned directories in the AC_OUPUT call.
17338 * config.hin: New file.
17339 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
17340 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
17341 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
17342 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
17343 pass -I$objdir instead of -I$objdir/$subdir in compilation.
17344 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
17345 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
17346 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
17347 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
17348 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
17349 gdb.threads/configure.in, gdb.threads/configure,
17350 gdb.threads/config.in, gdb.trace/configure.in,
17351 gdb.trace/configure: Removed.
17352
17353 2003-01-03 Michael Chastain <mec@shout.net>
17354
17355 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
17356 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
17357
17358 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
17359
17360 * gdb.base/store.exp: Fix regular expressions.
17361
17362 2002-12-28 Mark Kettenis <kettenis@gnu.org>
17363
17364 * configure.in: Rewrite.
17365 * configure: Regenerated.
17366
17367 2003-01-03 David Carlton <carlton@math.stanford.edu>
17368
17369 * gdb.base/psymtab.exp: New file.
17370 * gdb.base/psymtab1.c: Ditto.
17371 * gdb.base/psymtab2.c: Ditto.
17372
17373 2002-12-23 Adam Fedor <fedor@gnu.org>
17374
17375 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
17376
17377 2002-12-23 David Carlton <carlton@math.stanford.edu>
17378
17379 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
17380 and current_directory initialization.
17381
17382 2002-12-22 Jim Blandy <jimb@redhat.com>
17383
17384 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
17385 rather than as part of the output file name.
17386
17387 * gdb.base/attach.exp: There's no need to copy the test program to
17388 /tmp; that was only ever necessary on HP/UX, and this test is
17389 entirely disabled there anyway.
17390
17391 2002-12-21 Jim Blandy <jimb@redhat.com>
17392
17393 * gdb.c++/psmang.exp: Doc fix.
17394
17395 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
17396 test.
17397
17398 2002-12-20 David Carlton <carlton@math.stanford.edu>
17399
17400 * gdb.c++/annota2.exp: KFAIL annotate-quit.
17401
17402 2002-12-18 Michael Chastain <mec@shout.net>
17403
17404 * gdb.c++/annota2.exp: Add copyright year 2002.
17405
17406 2002-12-17 David Carlton <carlton@math.stanford.edu>
17407
17408 * gdb.c++/try_catch.cc: Add marker comments.
17409 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
17410 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
17411 * gdb.c++/m-static.cc: Ditto.
17412 * gdb.c++/m-static1.cc: Ditto.
17413 * gdb.c++/try_catch.cc: Ditto.
17414
17415 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
17416
17417 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
17418 to see whether we are using the new -environment-directory
17419 command which resets via -r or the old version of the command
17420 which may prompt the user. Part of fix for gdb/741.
17421
17422 2002-12-13 Andrew Cagney <ac131313@redhat.com>
17423
17424 * gdb.fortran/types.exp: Update obsolete comment.
17425 * gdb.fortran/exprs.exp: Ditto.
17426 * lib/gdb.exp: Delete obsolete code.
17427 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
17428 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
17429 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
17430 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
17431 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
17432 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
17433 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
17434 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
17435 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17436 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17437 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17438 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17439 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17440 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17441 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17442 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17443 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17444 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17445 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17446 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17447 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17448 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17449 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17450 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17451 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17452 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17453 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17454 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17455 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17456 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17457 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17458 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17459 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17460 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17461 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17462 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17463 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17464
17465 2002-12-11 David Carlton <carlton@math.stanford.edu>
17466
17467 * gdb.c++/m-data.exp: Add test for members that shadow global
17468 variables: see PR gdb/804.
17469 * gdb.c++/m-data.cc: Ditto.
17470
17471 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
17472
17473 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17474
17475 2002-12-06 David Carlton <carlton@math.stanford.edu>
17476
17477 * gdb.base/store.c: Don't declare functions static.
17478
17479 2002-12-04 Andrew Cagney <ac131313@redhat.com>
17480
17481 * gdb.base/store.exp, gdb.base/store.c: New files.
17482
17483 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17484
17485 * gdb.base/selftest.exp: Update for current gdb.
17486
17487 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17488
17489 * gdb.base/maint.exp: Only dump symbols from one source file
17490 or objfile.
17491
17492 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
17493
17494 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17495 function call.
17496
17497 2002-11-25 Jim Blandy <jimb@redhat.com>
17498
17499 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17500 function appearing in error message.
17501
17502 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
17503
17504 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17505
17506 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
17507
17508 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17509 for mi1 and current mi is in correct format. New mi startup message
17510 should be in mi console format. This is part of fix for PR gdb/604.
17511
17512 2002-09-18 Fernando Nasser <fnasser@redhat.com>
17513
17514 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17515 which explicitly prints the zero offset as "+0".
17516
17517 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
17518
17519 * gdb.threads/schedlock.c (args): Make unsigned.
17520
17521 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
17522
17523 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
17524 numbers. Allow "foo2|selected stack frame".
17525 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17526 * gdb.asm/asmsrc2.s: Likewise.
17527 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
17528 comments.
17529 * gdb.asm/mips.inc: New file.
17530
17531 2002-10-18 Adam Fedor <fedor@gnu.org>
17532
17533 * gdb.base/default.exp: Update expected output to include 'ObjC'.
17534 * gdb.base/help.exp: Likewise.
17535
17536 2002-10-17 Kevin Buettner <kevinb@redhat.com>
17537
17538 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17539 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17540
17541 2002-10-02 Jim Blandy <jimb@redhat.com>
17542
17543 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17544
17545 2002-10-01 Andrew Cagney <ac131313@redhat.com>
17546
17547 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17548 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17549 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17550 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17551 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17552 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17553 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17554
17555 2002-09-29 Andrew Cagney <ac131313@redhat.com>
17556
17557 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17558 * mi0-disassemble.exp, mi0-eval.exp: Delete.
17559 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17560 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17561 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17562 * mi0-var-block.exp, mi0-var-child.exp: Delete.
17563 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
17564
17565 2002-09-27 Kevin Buettner <kevinb@redhat.com>
17566
17567 * gdb.base/annota1.exp (info break): Make directory components of
17568 path optional since not all compilers emit this debug information.
17569
17570 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17571 step ends up stepping out of the function instead of stopping on
17572 the epilogue.
17573
17574 2002-09-26 Keith Seitz <keiths@redhat.com>
17575
17576 * lib/insight-support.exp (gdbtk_start): Figure out where
17577 the insight executable is based on where gdb is. Use this
17578 executable to start insight instead of gdb.
17579
17580 2002-09-25 Andrew Cagney <cagney@redhat.com>
17581
17582 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17583
17584 2002-09-24 Andrew Cagney <ac131313@redhat.com>
17585
17586 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17587 test_isolated_complaints.
17588 (test_empty_complaint): New function.
17589 (test_empty_complaints): New function. Check no output when no
17590 complaints.
17591
17592 2002-09-19 Jim Blandy <jimb@redhat.com>
17593
17594 * gdb.base/charset.exp, gdb.base/charset.c: New files.
17595
17596 2002-09-19 Andrew Cagney <ac131313@redhat.com>
17597
17598 * gdb.gdb/complaints.exp: New file.
17599
17600 2002-09-18 Andrew Cagney <ac131313@redhat.com>
17601
17602 * gdb.base/maint.exp: Check `help maint internal-warning'.
17603
17604 2002-09-18 David Carlton <carlton@math.stanford.edu>
17605
17606 * gdb.c++/m-static.exp: Remove breakpoints depending on line
17607 numbers, and replace them by a single breakpoint after the
17608 constructors are all finished.
17609 Add test 4.
17610 * gdb.c++/m-static.cc: Add test 4.
17611 * gdb.c++/m-static.h: New file.
17612 * gdb.c++/m-static1.cc: New file.
17613
17614 * gdb.c++/printmethod.exp: New file.
17615 * gdb.c++/printmethod.cc: New file.
17616
17617 * gdb.c++/pr-574.exp: New file.
17618 * gdb.c++/pr-574.cc: New file.
17619
17620 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17621
17622 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
17623 embedded targets which never actually exit.
17624
17625 2002-09-18 Fernando Nasser <fnasser@redhat.com>
17626
17627 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
17628 "don't step after run" as unresolved or unsupported, instead of xfail.
17629
17630 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17631
17632 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
17633 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
17634 Add newline to expected string in "step out of main (status wrapper)"
17635 case.
17636
17637 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
17638
17639 * lib/gdb.exp (rerun_to_main): Allow restarting application.
17640 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
17641
17642 2002-09-17 Tom Tromey <tromey@redhat.com>
17643
17644 * gdb.base/printcmds.exp (test_print_string_constants): Expect
17645 \000, not \0, in double-quoted string.
17646
17647 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
17648
17649 * gdb.base/commands.exp: Don't expect a "Program exited normally"
17650 string after running the commands execution on breakpoint tests.
17651
17652 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
17653
17654 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
17655
17656 2002-09-12 Joel Brobecker <brobecker@gnat.com>
17657
17658 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
17659
17660 2002-09-10 Keith Seitz <keiths@redhat.com>
17661
17662 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
17663 runto proc.
17664 (mi_run_to_main): Use mi_runto.
17665 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
17666
17667 2002-09-10 Keith Seitz <keiths@redhat.com>
17668
17669 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
17670 regexp for stopping at main. Could have multiple event notifications.
17671 Don't assume that main was declared with no parameters.
17672 (mi_next): Use mi_step_to.
17673 (mi_step): Use mi_next_to.
17674
17675 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
17676
17677 * gdb.base/default.exp: Fix expected string in `info float' test.
17678
17679 2002-09-09 Ben Elliston <bje@redhat.com>
17680
17681 * config/mips.exp: Update comments.
17682 * config/mips-idt.exp: Likewise.
17683 * config/nind.exp: Likewise.
17684 * config/slite.exp: Likewise.
17685 * config/sparclet.exp: Likewise.
17686 * config/udi.exp: Likewise.
17687 * config/vx.exp: Likewise.
17688 * config/vxworks29k.exp: Likewise.
17689
17690 2002-09-05 Jim Blandy <jimb@redhat.com>
17691
17692 * gdb.threads/killed.exp: Fix test failure message.
17693
17694 2002-09-04 Keith Seitz <keiths@redhat.com>
17695
17696 * lib/mi-support.exp: Update copyright.
17697 (mi_gdb_test): Increase the priority of the expected pattern
17698 so that it matches gdb_test.
17699
17700 2002-09-03 Keith Seitz <keiths@redhat.com>
17701
17702 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17703 Use integer comparison instead of string comparison for testing
17704 whether binary was built.
17705
17706 2002-09-03 Jim Blandy <jimb@redhat.com>
17707
17708 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
17709
17710 2002-08-29 Jim Blandy <jimb@redhat.com>
17711
17712 * gdb.threads/pthreads.exp: Move the portable thread compilation
17713 code into a function in lib/gdb.exp, and call that from here.
17714 * lib/gdb.exp (gdb_compile_pthreads): New function.
17715
17716 2002-08-29 Keith Seitz <keiths@redhat.com>
17717
17718 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
17719 expect_out so that callers can get at it.
17720
17721 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
17722
17723 * gdb.threads/print-threads.c: New file.
17724 * gdb.threads/print-threads.exp: New file.
17725 * gdb.threads/schedlock.c: New file.
17726 * gdb.threads/schedlock.exp: New file.
17727
17728 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
17729
17730 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
17731 not altivec.c.
17732
17733 2002-08-17 Mark Kettenis <kettenis@gnu.org>
17734
17735 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
17736 targets. The problem should be fixed now.
17737
17738 2002-08-15 Mark Kettenis <kettenis@gnu.org>
17739
17740 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
17741 2002-07-24 change that removes final dots from error messages.
17742
17743 2002-08-13 Tom Tromey <tromey@redhat.com>
17744
17745 * gdb.base/readline.exp: New file.
17746
17747 2002-08-01 Andrew Cagney <ac131313@redhat.com>
17748
17749 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
17750 supress message.
17751
17752 2002-08-01 Andrew Cagney <cagney@redhat.com>
17753
17754 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
17755 CHILL_FOR_TARGET and CHILL_LIB.
17756 * configure.in (configdirs): Remove gdb.chill.
17757 * configure: Regenerate.
17758 * lib/gdb.exp: Obsolete references to chill.
17759 * gdb.fortran/types.exp: Ditto.
17760 * gdb.fortran/exprs.exp: Ditto.
17761
17762 2002-07-30 Kevin Buettner <kevinb@redhat.com>
17763
17764 * gdb.base/shlib-call.exp (additional_flags): Conditionally
17765 set Irix-specific compile and link flags.
17766
17767 2002-07-29 Kevin Buettner <kevinb@redhat.com>
17768
17769 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
17770 source files. The ``-o'' option doesn't work with the ``-E'' option
17771 when using the Irix compiler.
17772
17773 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
17774
17775 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
17776 Improve support for reusing an exec file. Copy exec file
17777 to target, and run gdbserver on the target instead of on the host.
17778
17779 2002-07-18 Jim Blandy <jimb@redhat.com>
17780
17781 * gdb.base/ending-run.exp: Don't expect to see the program end in
17782 some orderly fashion when we're running on a real stand-alone
17783 board.
17784
17785 * gdb.base/interrupt.exp: Correct logic for skipping tests on
17786 targets that don't support interrupts.
17787
17788 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
17789
17790 * gdb.base/attach.exp: Add patterns to match output from /proc-based
17791 systems.
17792 Move comments in expect statements to inside the actions, so that they
17793 don't get matched against.
17794
17795 2002-07-10 Mark Kettenis <kettenis@gnu.org>
17796
17797 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
17798 function when asleep" test.
17799
17800 2002-07-10 Andrew Cagney <ac131313@redhat.com>
17801
17802 * gdb.base/page.exp: Rewrite to handle problems with very long
17803 `info set' output. Update copyright.
17804
17805 2002-06-26 Andrew Cagney <ac131313@redhat.com>
17806
17807 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
17808 gdb.threads-hp.
17809 * gdb.hp/configure: Regenerate.
17810 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
17811 * gdb.hp/gdb.threads-hp/configure: Delete file.
17812 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
17813
17814 2002-06-22 Andrew Cagney <ac131313@redhat.com>
17815
17816 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
17817 setlocale, bindtextdomain and textdomain.
17818
17819 2002-06-11 Jim Blandy <jimb@redhat.com>
17820
17821 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
17822 preprocessor macro information is present.
17823
17824 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
17825 tests.
17826
17827 2002-06-06 Michael Snyder <msnyder@redhat.com>
17828
17829 * gdb.base/overlays.exp: Record addresses of overlay
17830 functions in TCL variables rather than in GDB variables,
17831 to avoid having GDB convert them to pointers (with loss
17832 of information).
17833
17834 * gdb.base/d10v.ld: Merge in several years worth of
17835 default linker script changes.
17836 * gdb.base/long_long.exp: Add check for sizeof (long double).
17837
17838 2002-06-06 Michal Ludvig <mludvig@suse.cz>
17839
17840 * gdb.asm/asm-source.exp: Add x86-64 target.
17841 * gdb.asm/x86_64.inc: New.
17842
17843 2002-05-30 Michael Chastain <mec@shout.net>
17844
17845 From Benjamin Kosnik <bkoz@redhat.com>:
17846 * gdb.c++/m-static.cc: New file.
17847 * gdb.c++/m-static.exp: New file.
17848
17849 2002-05-28 Michael Snyder <msnyder@redhat.com>
17850
17851 * gdb.base/call-ar-st.exp: Allow for reduced floating point
17852 precision.
17853
17854 2002-05-27 Michael Chastain <mec@shout.net>
17855
17856 From Benjamin Kosnik <bkoz@redhat.com>:
17857 * gdb.c++/m-data.cc: New file.
17858 * gdb.c++/m-data.exp: New file.
17859
17860 2002-05-27 Michael Chastain <mec@shout.net>
17861
17862 From Benjamin Kosnik <bkoz@redhat.com>:
17863 * gdb.c++/try_catch.cc: New file.
17864 * gdb.c++/try_catch.exp: New file.
17865
17866 2002-05-27 Michael Chastain <mec@shout.net>
17867
17868 * gdb.c++/local.exp: Accept more nested types in output.
17869
17870 2002-05-26 Michael Chastain <mec@shout.net>
17871
17872 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
17873
17874 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
17875
17876 * lib/gdb.exp (gdb_wrapper_init): Just because
17877 gdb_wrapper_file exists, this does not mean that the file
17878 should not be rebuilt. That is what gdb_wrapper_initialized
17879 is for.
17880 (default_gdb_init): Reset gdb_wrapper_initialized.
17881
17882 2002-05-23 Michael Snyder <msnyder@redhat.com>
17883
17884 * gdb.base/all-bin.exp: Revise previous patch by just reducing
17885 the precision of the floating point test results.
17886 * gdb.base/call-rt-st.exp: Ditto.
17887
17888 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
17889 * gdb.base/call-rt-st.exp: Ditto.
17890
17891 2002-05-19 Michael Chastain <mec@shout.net>
17892
17893 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
17894
17895 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
17896
17897 * configure.in (configdirs): Add gdb.arch.
17898 * configure: Regenerate.
17899
17900 2002-05-17 Jim Blandy <jimb@redhat.com>
17901
17902 * gdb.base/completion.exp: Recognize the more detailed error
17903 messages produced by the macro expander's lexical analyzer.
17904
17905 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
17906
17907 * gdb.arch/altivec-abi.c: New file.
17908 * gdb.arch/altivec-abi.exp: New file.
17909 * gdb.arch/altivec-regs.c: New file.
17910 * gdb.arch/altivec-regs.exp: New file.
17911
17912 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
17913
17914 * gdb.base/maint.exp (maint print type): Update for new type
17915 structure.
17916
17917 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
17918
17919 * gdb.arch: New directory.
17920 * gdb.arch/configure.in: New file.
17921 * gdb.arch/configure: New file.
17922 * gdb.arch/Makefile.in: New file.
17923
17924 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
17925
17926 * gdb.asm/asm-source.exp: Add v850 as supported target.
17927 * gdb.asm/v850.inc: New file.
17928
17929 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
17930
17931 * gdb.c++/annota2.exp (annotate-quit): Add comment.
17932
17933 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
17934
17935 * gdb.base/break.exp: Check 'break "marker2"'.
17936
17937 2002-05-10 Michael Snyder <msnyder@redhat.com>
17938
17939 * gdb.base/long_long.exp: Fix typo.
17940
17941 2002-05-10 Jim Blandy <jimb@redhat.com>
17942
17943 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
17944 a bug.
17945
17946 * gdb.base/printcmds.exp (test_integer_literals_rejected):
17947 Recognize more detailed error message produced by the macro
17948 expander's lexical analyzer.
17949 * lib/gdb.exp (test_print_reject): Same.
17950
17951 2002-05-09 Mark Kettenis <kettenis@gnu.org>
17952
17953 * gdb.c++/method.exp: Fix typo.
17954
17955 2002-05-08 Michael Snyder <msnyder@redhat.com>
17956
17957 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
17958 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
17959 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
17960 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
17961 Add iftarget clause for strongarm.
17962
17963 2002-05-06 Michael Snyder <msnyder@redhat.com>
17964
17965 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
17966 (gdb_continue_to_end): Accept output from status wrapper.
17967 * gdb.base/ending-run.exp: Add case for output from status wrapper.
17968 Clean up fail messages to match pass messages.
17969
17970 Enable the "needs_status_wrapper" testsuite feature.
17971 * lib/gdb.exp (gdb_wrapper_init): New procedure.
17972 (gdb_compile): Conditionally call gdb_wrapper_init.
17973 * gdb.base/a2-run.exp: Recognize output from status wrapper.
17974 * gdb.c++/method.exp: Recognize output from status wrapper.
17975
17976 2002-05-06 Ben Elliston <bje@redhat.com>
17977 From Graydon Hoare <graydon@redhat.com>
17978
17979 * config/sid.exp: Include support for "rawsid" protocol.
17980
17981 2002-05-03 Jim Blandy <jimb@redhat.com>
17982
17983 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
17984 * gdb.c++/hang3.C: New file.
17985
17986 2002-05-04 Andrew Cagney <ac131313@redhat.com>
17987
17988 * gdb.base/default.exp: Remove obsolete code.
17989 * gdb.c++/misc.exp: Ditto. Update copyright.
17990 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
17991 * gdb.base/whatis.exp: Ditto. Update copyright.
17992 * gdb.base/scope.exp: Ditto. Update copyright.
17993 * gdb.base/ptype.exp: Ditto. Update copyright.
17994 * gdb.base/printcmds.exp: Ditto. Update copyright.
17995 * gdb.base/opaque.exp: Ditto. Update copyright.
17996 * gdb.base/list.exp: Ditto.
17997 * gdb.base/funcargs.exp: Ditto. Update copyright.
17998 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
17999 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
18000 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
18001 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
18002 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
18003 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
18004
18005 2002-05-02 Michael Snyder <msnyder@redhat.com>
18006
18007 * gdb.base/watchpoint.exp: Add xscale target.
18008 * gdb.base/long_long.exp: Add xscale target.
18009 * gdb.base/default.exp: Add xscale target.
18010
18011 2002-05-01 Jim Blandy <jimb@redhat.com>
18012
18013 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
18014 gdb.c++/hang.exp: New test.
18015
18016 2002-05-01 Fred Fish <fnf@redhat.com>
18017
18018 * gdb.base/completion.exp: Handle completions of "./Make" for
18019 more than one completion possibility, as is the case when we
18020 build and test in the source tree.
18021
18022 2002-04-29 Anthony Green <green@redhat.com>
18023
18024 * gdb.java/jmisc1.exp: New file.
18025 * gdb.java/jmisc2.exp: New file.
18026
18027 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
18028
18029 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
18030
18031 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
18032
18033 * gdb.base/help.exp: Change 'help status' to allow for target
18034 dependent output differences.
18035
18036 2002-04-22 Michael Chastain <mec@shout.net>
18037
18038 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
18039
18040 2002-04-22 Michael Chastain <mec@shout.net>
18041
18042 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
18043
18044 2002-04-17 David S. Miller <davem@redhat.com>
18045
18046 * gdb.asm/sparc64.inc: New file.
18047 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
18048
18049 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
18050
18051 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
18052 instruction file directly into the build tree. Clean up at end of
18053 test.
18054
18055 2002-04-18 David S. Miller <davem@redhat.com>
18056
18057 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
18058 handle 64-bit platforms correctly.
18059 * gdb.base/maint.exp: Likewise.
18060
18061 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18062
18063 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
18064 ``-fpic'' when compiling files comprising a shared library, but
18065 it does need additional linker flags in order to find shared
18066 libraries at run time.
18067
18068 2002-04-18 Kevin Buettner <kevinb@redhat.com>
18069
18070 * gdb.base/cvexpr.c (use): New function.
18071 (main): Invoke use() on all global variables to prevent
18072 some linkers from deleting these otherwise unused symbols.
18073
18074 2002-04-17 Michael Chastain <mec@shout.net>
18075 From David S. Miller <davem@redhat.com>
18076
18077 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
18078 handle 64-bit platforms correctly.
18079
18080 2002-04-12 Michael Snyder <msnyder@redhat.com>
18081 From Jim Blandy <jimb@redhat.com>
18082 * gdb.base/foo.c (foox): Remove section attribute; the linker
18083 script can handle this instead.
18084 * gdb.base/bar.c (barx): Same.
18085 * gdb.base/baz.c (bazx): Same.
18086 * gdb.base/grbx.c (grbxx): Same.
18087
18088 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
18089 manager doesn't automatically unmap overlays unnecessarily.
18090
18091 2002-04-10 Martin M. Hunt <hunt@redhat.com>
18092
18093 * gdb.base/ending-run.exp: Fix pattern for Mips targets
18094 stepping out of main.
18095
18096 2002-04-09 Michael Chastain <mec@shout.net>
18097
18098 * gdb.c++/local.cc (main): Move call to marker1() inside nested
18099 scope so that the nested scope tests will make sense.
18100 * gdb.c++/local.exp: Write patterns that actually work with gcc
18101 (the HP patterns "were never known to work with gcc").
18102 Keep the old aCC patterns too.
18103
18104 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
18105
18106 * gdb.base/attach.exp: Correct target board test.
18107
18108 2002-04-08 Michael Chastain <mec@shout.net>
18109
18110 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
18111 in a const method. Add some xfail and fail cases for configurations
18112 that do not emit the "const ...".
18113
18114 2002-04-07 Michael Chastain <mec@shout.net>
18115
18116 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
18117 Accept "A * const" and "const A * const" as type of "this".
18118 Fix spelling of getFunky throughout. Make messages uniform.
18119
18120 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18121
18122 Work around for PR gdb/285:
18123 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
18124
18125 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
18126
18127 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
18128 instructions file at run time instead of configure time.
18129 Sometimes we run the test in a directory that is not the one we
18130 configured in.
18131 * gdb.asm/configure.in: Delete creation of symlink.
18132 * gdb.asm/configure: Regenerate.
18133
18134 2002-04-05 J. Brobecker <brobecker@gnat.com>
18135
18136 * gdb.gdb/xfullpath.exp: New test, to exercise the new
18137 xfullpath () function.
18138
18139 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18140
18141 * gdb.asm/Makefile.in: Correct dependencies.
18142
18143 * gdb.asm/powerpc.inc: New file.
18144 * gdb.asm/asm-source.exp: Add PowerPC.
18145 * gdb.asm/configure.in: Likewise.
18146 * gdb.asm/configure: Regenerated.
18147
18148 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
18149
18150 * gdb.base/relocate.exp: New file.
18151 * gdb.base/relocate.c: New file.
18152
18153 2002-04-04 Fred Fish <fnf@redhat.com>
18154
18155 * gdb.base/step-test.exp: Update comment regarding stopping in
18156 memcpy/bcopy calls inserted as part of the compiler runtime.
18157
18158 2002-04-04 Michael Snyder <msnyder@redhat.com>
18159
18160 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
18161
18162 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
18163
18164 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
18165 (gdb_expect): Remove $notransfer hack.
18166
18167 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
18168
18169 * gdb.c++/classes.exp ("calling method for small class"): Match
18170 updated register output.
18171
18172 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18173
18174 Fix PR gdb/452
18175 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
18176 when finished. Make gdb_file_cmd send "exec-file" when
18177 appropriate.
18178
18179 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
18180
18181 * gdb.base/attach.exp: Remove extra setup_xfail.
18182
18183 2002-03-26 Michael Snyder <msnyder@redhat.com>
18184
18185 * gdb.base/default.exp: Add tests for dump, append, and restore.
18186 * gdb.base/help.exp: Add tests for dump, append, and restore.
18187 * gdb.base/dump.exp: New file, test dump, append and restore.
18188 * gdb.base/dump.c: New file.
18189
18190 2002-03-27 Michael Snyder <msnyder@redhat.com>
18191
18192 * gdb.base/help.exp: Modify expect strings to reflect
18193 clean-ups in help messages.
18194
18195 2002-03-26 Fred Fish <fnf@redhat.com>
18196
18197 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
18198 have debugging info for those functions and the compiler uses them
18199 internally to copy structs around.
18200
18201 2002-03-26 Fred Fish <fnf@redhat.com>
18202
18203 * gdb.base/list.exp: Revert the change made yesterday and add note
18204 about why we don't list the default lines for remote targets.
18205
18206 2002-03-25 Michael Snyder <msnyder@redhat.com>
18207
18208 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
18209
18210 2002-03-25 Fred Fish <fnf@redhat.com>
18211
18212 * gdb.base/list.exp: This test works on remote targets so remove
18213 the short circuit for remote targets. Update copyright.
18214
18215 2002-03-25 Fred Fish <fnf@redhat.com>
18216
18217 * gdb.base/attach.exp: Fix logic error that was suppressing this
18218 test for all non hppa*-*-hpux* targets, instead of the hp target.
18219 Move comments closer to the suppression point. Also now need to
18220 check that we are running natively.
18221
18222 2002-03-22 Michael Snyder <msnyder@redhat.com>
18223
18224 * gdb.base/default.exp: Add test for gcore. Update copyright.
18225 * gdb.base/help.exp: Add test for gcore. Update copyright.
18226
18227 2002-03-06 Fred Fish <fnf@redhat.com>
18228
18229 * gdb.base/funcargs.c: Remove extraneous ';' character.
18230 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
18231
18232 2002-03-04 Michael Chastain <mec@shout.net>
18233
18234 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
18235 accommodate gcc v3 function signature.
18236 * gdb.mi/mi0-var-cmd-exp: Ditto.
18237
18238 2002-02-24 Andrew Cagney <ac131313@redhat.com>
18239
18240 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
18241 ``GNU/Linux'' or ``Linux kernel''
18242 * testsuite/gdb.threads/pthreads.c: Ditto.
18243
18244 2002-02-24 Michael Chastain <mec@shout.net>
18245
18246 * gdb.threads/pthreads.c (thread1): Add a return statement.
18247 (thread2): Likewise.
18248 (foo): Likewise.
18249
18250 2002-02-23 Michael Chastain <mec@shout.net>
18251
18252 * gdb.threads/linux-dp.c (philosopher): Add a return statement
18253 to placate gcc.
18254
18255 2002-02-23 Michael Chastain <mec@shout.net>
18256
18257 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
18258 test "ptype bint". The test passes on all my stabs configurations.
18259
18260 2002-02-21 Jim Blandy <jimb@redhat.com>
18261
18262 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
18263 filename at a time, and watch for the ones we want to see.
18264
18265 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
18266 types of pointers to prototyped functions.
18267
18268 2002-02-20 Andrew Cagney <ac131313@redhat.com>
18269
18270 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
18271 signed, unsigned and straight char.
18272 (padding_char, padding_short, padding_int, padding_long,
18273 padding_long_long, padding_float, padding_double,
18274 padding_long_double): New global variables.
18275 (fill, fill_structs): New functions.
18276
18277 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
18278 for correctly sized writes. Update copyright.
18279 (get_valueof): New procedure.
18280 (get_sizeof): Call get_valueof.
18281 (check_valueof): New procedure.
18282 (check_padding): New procedure.
18283
18284 2002-02-20 Michael Chastain <mec@shout.net>
18285
18286 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
18287 to setup_xfail. Document some of the remaining calls.
18288
18289 2002-02-18 Michael Chastain <mec@shout.net>
18290
18291 * gdb.c++/userdef.exp: Update copyright year.
18292
18293 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
18294
18295 * gdb.c++/userdef.exp: Test overloaded operators properly.
18296 Remove xfails.
18297
18298 2002-02-14 Michael Snyder <msnyder@redhat.com>
18299
18300 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
18301
18302 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
18303
18304 * gdb.base/a2-run.exp: Check for a remote target properly.
18305 * gdb.base/annota1.exp: Likewise.
18306 * gdb.base/list.exp: Likewise.
18307 * gdb.base/reread.exp: Likewise.
18308 * gdb.base/scope.exp: Likewise.
18309 * gdb.base/shlib-call.exp: Likewise.
18310 * gdb.base/term.exp: Likewise.
18311 * gdb.c++/annota2.exp: Likewise.
18312
18313 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
18314
18315 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
18316
18317 2002-02-10 Michael Chastain <mec@shout.net>
18318
18319 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
18320 (call_after_alloca): Ditto.
18321
18322 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
18323
18324 * gdb.base/ending-run.exp: Guard "cont" test with
18325 gdb_skip_stdio_test.
18326
18327 2002-02-06 Jim Blandy <jimb@redhat.com>
18328
18329 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
18330 from here...
18331 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
18332 To here. Disable this test on non-HP platforms. Add big comment.
18333
18334 2002-02-04 Michael Snyder <msnyder@redhat.com>
18335
18336 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
18337 other than d10v and m32r.
18338
18339 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
18340
18341 * gdb.base/default.exp: Rewrite test patterns to reduce time
18342 taken to match them.
18343
18344 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18345
18346 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
18347 Allow a start function above main.
18348 * gdb.threads/linux-dp.exp: Fix copyright date.
18349
18350 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18351
18352 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
18353 (check_philosopher_stack): Check for manager thread before checking
18354 for a just-starting thread.
18355
18356 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
18357
18358 From Neil Booth <neil@daikokuya.demon.co.uk>:
18359 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
18360 warnings.
18361
18362 2002-01-21 Fred Fish <fnf@redhat.com>
18363
18364 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
18365 not caller.
18366
18367 2002-01-21 Jim Blandy <jimb@redhat.com>
18368
18369 * gdb.base/reread.exp: Check that GDB properly re-reads the
18370 executable file when it changes while no inferior is running.
18371
18372 2002-01-21 Fred Fish <fnf@redhat.com>
18373
18374 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
18375 optionally accept the "shlib events" variation.
18376
18377 2002-01-21 Jim Blandy <jimb@redhat.com>
18378
18379 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
18380 call `fflush' after every `printf', so that the output is produced
18381 at predictable points, regardless of whatever buffering does (or
18382 doesn't) take place.
18383 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
18384 at different points.
18385
18386 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18387
18388 * gdb.c++/inherit.exp: Update copyright years.
18389 * gdb.c++/method.exp: Likewise.
18390
18391 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
18392
18393 * gdb.c++/classes.exp: Update for improved v3 support and skipping
18394 artificial methods/arguments.
18395 * gdb.c++/derivation.exp: Likewise.
18396 * gdb.c++/inherit.exp: Likewise.
18397 * gdb.c++/method.exp: Likewise.
18398 * gdb.c++/virtfunc.exp: Likewise.
18399
18400 2002-01-18 Andrew Cagney <ac131313@redhat.com>
18401
18402 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
18403 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
18404 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
18405 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
18406 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
18407 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
18408
18409 2002-01-17 Jim Blandy <jimb@redhat.com>
18410
18411 * gdb.asm/asm-source.exp (info symbol): Take another shot at
18412 anchoring the pattern matching the entry point symbol's name.
18413
18414 2002-01-17 Andrew Cagney <ac131313@redhat.com>
18415
18416 * gdb.base/maint.exp: Update ``maint internal-error'' to match
18417 continue/quit query. Update copyright.
18418
18419 2002-01-14 Michael Snyder <msnyder@redhat.com>
18420
18421 * gdb.base/gcore.exp: Remove extra debugging output.
18422
18423 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18424
18425 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
18426 for slightly dubious v2 mangled string.
18427
18428 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
18429
18430 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
18431
18432 2002-01-10 Jason Merrill <jason@redhat.com>
18433
18434 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
18435
18436 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18437 constructors.
18438 * gdb.c++/derivation.exp: Likewise.
18439 * gdb.c++/templates.exp: Likewise.
18440 * gdb.c++/virtfunc.exp: Likewise.
18441
18442 2002-01-10 Michael Snyder <msnyder@redhat.com>
18443
18444 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
18445
18446 2002-01-08 Michael Snyder <msnyder@redhat.com>
18447
18448 * gdb.base/gcore.exp: New test for generate-core-file command.
18449 * gdb.base/gcore.c: Testcase for above.
18450 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18451
18452 2002-01-08 Jason Merrill <jason@redhat.com>
18453
18454 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18455
18456 2002-01-07 Fred Fish <fnf@redhat.com>
18457
18458 * gdb.c++/overload.exp: Remove unconditional xfails for:
18459 print foo_instance1.overloadargs(1)
18460 print foo_instance1.overloadargs(1, 2)
18461 print foo_instance1.overloadargs(1, 2, 3)
18462 print foo_instance1.overloadargs(1, 2, 3, 4)
18463 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18464 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18465 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18466 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18467 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18468 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18469 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18470 print foo_instance1.overload1arg()
18471 print foo_instance1.overload1arg((char)arg2)
18472 print foo_instance1.overload1arg((signed char)arg3)
18473 print foo_instance1.overload1arg((unsigned char)arg4)
18474 print foo_instance1.overload1arg((int)arg7)
18475 print foo_instance1.overload1arg((unsigned int)arg8)
18476 print foo_instance1.overload1arg((float)arg11)
18477 print foo_instance1.overload1arg((double)arg12)
18478
18479 2002-01-07 Michael Snyder <msnyder@redhat.com>
18480
18481 * gdb.base/huge.exp: New test. Print a very large target data object.
18482 (skip_huge_test): New test variable. Define if you want to skip this
18483 test. The test reads an 8 megabyte data object from the target, so it
18484 might be very time consuming on remote targets with a slow connection.
18485 * gdb.base/huge.c: New file. Test case for above.
18486
18487 2002-01-07 Fred Fish <fnf@redhat.com>
18488
18489 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
18490 g_instance.bfoo, and g_instance.cfoo.
18491
18492 2002-01-07 Jeffrey A Law <law@redhat.com>
18493
18494 * gdb.base/break.c (multi_line_if_conditional): New function.
18495 (multi_ilne_while_conditional): Likewise.
18496 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18497 IF or WHILE condition puts the breakpoint at the start of
18498 the condition.
18499
18500 * gdb.base/selftest.exp (backtrace through signal handler): Remove
18501 hppa*-*-hpux* expected failure.
18502 * gdb.base/structs.exp (do_function_calls): Similarly.
18503
18504 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18505 watchpoints.
18506
18507 2002-01-06 Andrew Cagney <ac131313@redhat.com>
18508
18509 Fix PR gdb/66.
18510 * gdb.base/structs.exp: Replace skip for a29k with skip for
18511 gdb,cannot_call_functions.
18512 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18513 * gdb.base/callfuncs.exp: Ditto.
18514 * gdb.base/call-rt-st.exp: Ditto.
18515 * gdb.base/call-strs.exp: Ditto.
18516 * gdb.base/callfwmall.exp: Ditto.
18517 * gdb.base/scope.exp: Obsolete xfail a29k.
18518 * gdb.c++/misc.exp: Ditto.
18519 * gdb.c++/cplusfuncs.exp: Ditto.
18520 * gdb.base/ptype.exp: Ditto.
18521 * gdb.base/printcmds.exp: Ditto.
18522 * gdb.base/opaque.exp: Ditto.
18523 * gdb.base/list.exp: Ditto.
18524 * gdb.base/funcargs.exp: Ditto.
18525 * gdb.base/default.exp: Ditto.
18526
18527 2002-01-04 Michael Snyder <msnyder@redhat.com>
18528
18529 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
18530 * gdb.base/maint.exp: Add tests for maint info sections options.
18531
18532 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
18533
18534 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18535
18536 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
18537
18538 * gdb.asm/arm.inc: New file.
18539 * gdb.asm/asm-source.exp: Add arm targets.
18540 * gdb.asm/configure.in: Ditto.
18541 * gdb.asm/configure: Recreated from configure.in.
18542
18543 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
18544
18545 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18546 with HP's compiler.
18547 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18548 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18549 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18550 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18551
18552 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18553 either HP's compilers or GCC.
18554
18555 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18556 a SIGBUS or SIGSEGV.
18557
18558 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18559
18560 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18561 can be compiled with either HP's compiler or GCC.
18562
18563 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18564 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18565 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18566
18567 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18568 to match current gdb output. Update due to using auto-solib-limit
18569 for limiting instead of overloading auto-solib-add.
18570 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18571 test program.
18572
18573 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
18574 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18575 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18576 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18577 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18578 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18579 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18580 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18581 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18582 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18583 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18584 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18585 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
18586
18587 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18588 a SIGTRAP to the inferior.
18589
18590 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
18591
18592 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18593 Substitute call to target_link by call to gdb_compile.
18594
18595 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
18596
18597 * gdb.base/break.exp: Fix HP specific search string when testing
18598 backtracing in a called function.
18599
18600 * gdb.base/constvars.exp: Only set lang to C++ if we're
18601 compiling the test with HP's compilers.
18602 * gdb.base/volatile.exp: Similarly.
18603
18604 2001-12-19 Jim Blandy <jimb@redhat.com>
18605
18606 * gdb.base/printcmds.exp: Expect the null character to be printed
18607 as '\0', and the '\013' to be printed as '\v'.
18608 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18609 * gdb.base/setvar.exp: Same.
18610
18611 2001-12-17 Jim Blandy <jimb@redhat.com>
18612
18613 * gdb.base/completion.exp: Rather than completing very long
18614 filenames, which can make the readline library produce output we
18615 don't recognize, cd to the directory first, and then complete
18616 using nice, short relative paths.
18617
18618 * gdb.base/completion.exp: On some systems, there is, in fact, a
18619 variable named `b' in scope, since GDB treats all static
18620 variables as being in scope. So use `no_var_named_this'
18621 instead of `b'.
18622
18623 * gdb.base/corefile.exp: Recognize the message saying that GDB
18624 can't find the core file's registers as a failure.
18625
18626 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
18627
18628 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
18629 test expect string more specific.
18630
18631 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
18632
18633 * gdb.asm/asm-source.exp: Add support for xstormy16.
18634 * gdb.asm/configure.in: Ditto.
18635 * gdb.asm/configure: Rebuild.
18636 * gdb.asm/xstormy16.inc: New file.
18637
18638 2001-12-10 Fred Fish <fnf@redhat.com>
18639
18640 * gdb.base/maint.exp: Update to match changes in type dumping code.
18641
18642 2001-12-10 Jim Blandy <jimb@redhat.com>
18643
18644 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
18645 matching the entry point symbol's name at the beginning of the
18646 line.
18647
18648 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
18649
18650 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
18651 gdb.c++/inherit.exp, gdb.c++/method.exp,
18652 gdb.c++/namespace.exp, gdb.c++/templates.exp,
18653 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
18654 and class layout support.
18655
18656 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
18657
18658 * gdb.c++/classes.exp: Add test for static member function.
18659 * gdb.c++/misc.cc: Add class with static member function.
18660
18661 2001-12-07 Jim Blandy <jimb@redhat.com>
18662
18663 If GDB says it can't find the struct the function returned, report
18664 those tests as `unsupported'.
18665 * gdb.base/call-rt-st.exp (print_struct_call): New function.
18666 Rewrite subsequent tests to use it.
18667
18668 If GDB says it can't find the struct the function returned, report
18669 those tests as `unsupported'.
18670 * gdb.base/structs.exp (call_struct_func): New function.
18671 (do_function_calls): Use call_struct_func to call the functions
18672 returning structs.
18673
18674 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18675 whether functions are prototyped or not, so we can't possibly pass
18676 arguments to t_float_values2 properly.
18677
18678 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18679 value of `timeout' for targets other than the mips*tx39-*.
18680
18681 2001-12-06 Michael Snyder <msnyder@redhat.com>
18682
18683 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
18684 and detect whether the start symbol has a leading underscore.
18685
18686 2001-12-04 Jim Blandy <jimb@redhat.com>
18687
18688 * gdb.base/completion.exp: Clarify indentation.
18689
18690 2001-12-03 Jim Blandy <jimb@redhat.com>
18691
18692 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18693 variables on the S/390, not `.word'.
18694
18695 2001-11-30 Jim Blandy <jimb@redhat.com>
18696
18697 Add assembly-source tests for s390-ibm-linux.
18698 * gdb.asm/s390.inc: New file.
18699 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18700 the S/390 architecture.
18701 * gdb.asm/configure: Regenerated.
18702
18703 2001-11-30 Michael Snyder <msnyder@redhat.com>
18704
18705 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
18706 next, info source, info sources, info line, global and static
18707 variables, and static functions.
18708 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
18709 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
18710 * gdb.asm/asmsrc1.s: Add a static function and some variables.
18711 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
18712 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
18713 (gdbasm_leave): Restore frame pointer.
18714 (gdbasm_startup): Copy stack set-up from crt0.S.
18715
18716 2001-11-26 Fernando Nasser <fnasser@redhat.com>
18717
18718 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
18719 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
18720 to a local (non-static) variable. Copy tstruct.a to a static buffer
18721 and return a pointer to that buffer.
18722 * gdb.base/callfwmall.c (t_structs_a): Ditto.
18723
18724 2001-11-24 Mark Kettenis <kettenis@gnu.org>
18725
18726 * gdb.asm/configure.in: Fix recognition of ix86 target.
18727 * gdb.asm/configure: Regenerate.
18728
18729 2001-11-21 Michael Snyder <msnyder@redhat.com>
18730
18731 * gdb.asm/sparc.inc: New file.
18732 * gdb.asm/asm-source.exp: Recognize sparc target.
18733 * gdb.asm/configure.in: Recognize sparc target.
18734 * gdb.asm/configure: Regenerate.
18735
18736 2001-11-21 Michael Snyder <msnyder@redhat.com>
18737
18738 * gdb.asm/m32r.inc: New file.
18739 * gdb.asm/asm-source.exp: Recognize m32r target.
18740 * gdb.asm/configure.in: Recognize m32r target.
18741 * gdb.asm/configure: Regenerate.
18742
18743 2001-11-20 Michael Snyder <msnyder@redhat.com>
18744
18745 * gdb.asm/i386.inc: New file.
18746 * gdb.asm/asm-source.exp: Recognize ix86 target.
18747 * gdb.asm/configure.in: Recognize ix86 target.
18748 * gdb.asm/configure: Regenerate.
18749
18750 * gdb.c++/namespace.exp: Fix quotes in output messages.
18751
18752 2001-11-14 Michael Snyder <msnyder@redhat.com>
18753
18754 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
18755 qualifier in a type cast expression, to designate an address
18756 in the instruction space (Harvard architecture).
18757
18758 2001-11-13 Michael Snyder <msnyder@redhat.com>
18759
18760 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
18761 Tests for expressions using 'const' and 'volatile'.
18762
18763 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
18764
18765 * gdb.asm/asm-sources.exp: Allow defining linker flags.
18766
18767 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
18768
18769 * lib/mi-support.exp (mi_run_to_helper): Move comments
18770 outside of gdb_expect.
18771
18772 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
18773
18774 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
18775 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
18776 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
18777 mi0_run_to): New functions.
18778 * gdb.mi/mi-simplerun.exp: Use them.
18779 * gdb.mi/mi0-simplerun.exp: Likewise.
18780 * gdb.mi/mi-var-cmd.exp: Likewise.
18781 * gdb.mi/mi0-var-cmd.exp: Likewise.
18782
18783 2001-11-10 Andrew Cagney <ac131313@redhat.com>
18784
18785 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
18786 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
18787
18788 2001-11-09 Andrew Cagney <ac131313@redhat.com>
18789
18790 * gdb.base/restore.exp: Include $expected value in restored test
18791 message.
18792
18793 2001-11-09 Andrew Cagney <ac131313@redhat.com>
18794
18795 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
18796 implemented.
18797
18798 2001-11-08 Michael Snyder <msnyder@redhat.com>
18799
18800 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
18801 Add pass/fail message for stop at breakpoint in call dummy function.
18802
18803 2001-11-07 Michael Snyder <msnyder@redhat.com>
18804
18805 * gdb.c++/templates.exp (test_template_breakpoints):
18806 If we get an overload menu, but it does not match what
18807 we expect, we still need to issue the "cancel" command.
18808 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
18809 making the whitespace optional. Argument for "new" may be
18810 "unsigned" as well as "unsigned int/long".
18811 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
18812 making the whitespace optional. Also replace "(void) with
18813 "((void|)), making the keyword "void" optional.
18814 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
18815 making the whitespace optional. Also replace "(void) with
18816 "((void|)), making the keyword "void" optional.
18817 * gdb.base/callfuncs.c (t_float_values): This function must
18818 _not_ be prototyped, and the following function (t_float_values2)
18819 must be prototyped (if the compiler supports it), so that GDB
18820 can be tested against both cases. Usually one case involves
18821 promotion of float to double, while the other does not.
18822 * gdb.base/callfwmall.c: Ditto.
18823 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
18824 includes a stack frame for "start".
18825
18826 2001-11-05 Jim Blandy <jimb@redhat.com>
18827
18828 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
18829 pointers are 32 bits long, and that offsets of relocs are always
18830 stored in the data (REL-style), and not in the reloc entry itself
18831 (RELA-style).
18832 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
18833 stabs.
18834
18835 2001-11-01 Michael Snyder <msnyder@redhat.com>
18836
18837 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
18838 and regular expression operators by using quoting.
18839
18840 2001-10-31 Michael Snyder <msnyder@redhat.com>
18841
18842 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
18843 depending on what the symbol table contains.
18844 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
18845 the output of the ptype command. Similarly, accept both "const &"
18846 and "const&".
18847
18848 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
18849
18850 * gdb.base/miscexprs.c (main): Add usage of preprocessor
18851 symbol `STORAGE' to allow to choose the storage class of
18852 the local datastructures.
18853 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
18854 compiler directive.
18855
18856 2001-10-30 Michael Snyder <msnyder@redhat.com>
18857
18858 * gdb.base/jump.exp: Allow it to run for all targets.
18859
18860 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
18861
18862 * gdb.base/call-ar-st.c (print_double_array): Match for loop
18863 with new double_array size.
18864 (main): Change storage class of all local variables to static.
18865 Reduce size of double_array to 9.
18866 * gdb.base/call-ar-st.exp: Increase timeout value.
18867 Change expected output for double array to match new size in
18868 call-ar-st.c.
18869
18870 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
18871
18872 * gdb.base/ending-run.exp: Create identical output when passing
18873 `step to end of run' case. Add regular expression branch satisfying
18874 Stormy16 target.
18875
18876 2001-10-28 Mark Kettenis <kettenis@gnu.org>
18877
18878 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
18879 that we catch the expected failure under Linux/x86.
18880
18881 2001-10-29 Orjan Friberg <orjanf@axis.com>
18882
18883 * gdb.base/setvar.exp: Escape curly braces.
18884 * gdb.stabs/weird.exp: Ditto.
18885
18886 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
18887
18888 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
18889 * gdm.mi/mi0-hack-cli.exp: Likewise.
18890
18891 2001-10-25 Andrew Cagney <ac131313@redhat.com>
18892
18893 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
18894 messages.
18895
18896 2001-10-21 Andrew Cagney <ac131313@redhat.com>
18897
18898 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
18899 checking MI enabled.
18900
18901 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
18902
18903 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
18904
18905 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
18906
18907 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
18908 if gdb child process crashes, just signal an error.
18909
18910 2001-10-02 Jim Blandy <jimb@redhat.com>
18911
18912 * lib/gdb.exp (test_xfail_format): Simplify.
18913
18914 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
18915 front of the variable name `format'. Simplify `if'.
18916
18917 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
18918
18919 * gdb.threads/pthreads.exp: Wait for output and delay
18920 before sending ^C.
18921
18922 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
18923
18924 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
18925 some incorrect output instead of timing out.
18926 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
18927
18928 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
18929
18930 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
18931 check to allow additional `int'.
18932
18933 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
18934
18935 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
18936 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
18937
18938 2001-09-27 Michael Snyder <msnyder@redhat.com>
18939
18940 * lib/gdb.exp (test_debug_format): New proc.
18941 (setup_xfail_format): Use new proc test_debug_format.
18942 * gdb.base/constvars.exp (local_compiler_xfail_check): New
18943 proc; use new service proc test_debug_format.
18944 Replace all other "gcc_compiled" tests with this test.
18945 * gdb.base/volatile.exp (local_compiler_xfail_check): New
18946 proc; use new service proc test_debug_format.
18947 Replace all other "gcc_compiled" tests with this test.
18948
18949 2001-09-27 Michael Snyder <msnyder@redhat.com>
18950
18951 * gdb.base/cvexpr.exp: New file.
18952 * gdb.base/cvexpr.c: New file
18953 Test for expressions using const and volatile keywords.
18954
18955 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
18956
18957 * gdb.base/constvars.exp: Check for different orders of keywords
18958 and additional "int" strings in output.
18959
18960 2001-09-22 Andrew Cagney <ac131313@redhat.com>
18961
18962 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
18963 responses from "help maint".
18964
18965 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
18966
18967 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
18968 to localhost:NNN instead of :NNN, in case Xvfb is listening
18969 only on TCP.
18970
18971 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
18972
18973 * gdb.base/recurse.exp: When checking leaving the watchpoint
18974 scope, recognize when gdb is in function's epilogue and pass.
18975
18976 2001-09-18 Keith Seitz <keiths@redhat.com>
18977
18978 * lib/insight-support.exp (_gdbtk_export_target_info): Add
18979 support for running tests against sid targets.
18980 (gdbtk_done): Ditto.
18981
18982 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
18983
18984 * gdb.base/ending-run.c (main): Set stdout buffersize
18985 to the same reasonable value for any target.
18986 * gdb.base/ending-run.exp: Add a regular expression
18987 to make testsuite happy on Sanyo Stormy16 target.
18988
18989 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
18990
18991 * gdb.base/display.c (do_loops): Add float variable `f'.
18992 Increment f in loop.
18993 * gdb.base/display.exp: Increment timeout by 60 seconds.
18994 Change float display test to use variable `f'.
18995
18996 2001-09-17 Jim Blandy <jimb@redhat.com>
18997
18998 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
18999 overflowing the limited breakpoint tables on some ROM monitors
19000 (like the ROM68K).
19001
19002 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
19003
19004 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
19005 the "-ac" (disable access control) flag.
19006
19007 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
19008
19009 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
19010 ints.
19011
19012 2001-08-30 Keith Seitz <keiths@redhat.com>
19013
19014 * lib/gdb.exp: Move all insight-related functionality into
19015 separate file.
19016 * lib/insight-support.exp: New file.
19017
19018 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
19019
19020 * config/sid.exp (sid_start): Never set sid verbosity; disable
19021 expect_background {} that consumed its stdout; tolerate </dev/null.
19022 Attempt to set endianness override in "sid" protocol mode. Cleanup.
19023
19024 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19025
19026 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
19027 CLI jump command to start it.
19028 (mi_run_to_main): Fail immediatly when unexpected output.
19029
19030 2001-08-18 Andrew Cagney <ac131313@redhat.com>
19031
19032 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
19033 beginning of function. Fix PR gdb/191.
19034
19035 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
19036
19037 * config/sid.exp (sid_start): Don't warn if we cannot figure out
19038 what to force sid endianness to.
19039
19040 2001-08-15 Keith Seitz <keiths@redhat.com>
19041
19042 * lib/gdb.exp (gdbtk_start): Don't set environment
19043 variables for TCL_LIBRARY and friends. Insight will
19044 now figure these out for itself.
19045
19046 2001-08-02 Michael Snyder <msnyder@redhat.com>
19047
19048 * gdb.base/completion.exp: Remove the symbol "a64l" from
19049 the expect string; this is target-specific, and not related
19050 to what is being tested.
19051
19052 2001-08-02 Dave Brolley <brolley@redhat.com>
19053
19054 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
19055
19056 2001-07-25 Michael Snyder <msnyder@redhat.com>
19057
19058 * gdb.base/consecutive.exp: New file. Test stepping over
19059 breakpoints on consecutive instructions.
19060 * gdb.base/consecutive.c: New file.
19061
19062 * gdb.base/call-rt-st.exp: Use double-backslash to quote
19063 curly braces in regular expressions.
19064
19065 2001-07-25 Michael Snyder <msnyder@redhat.com>
19066
19067 * gdb.base/ending-run.exp: Accept "Program exited normally" as
19068 legitimate output from stepping out of main.
19069
19070 2001-07-22 Keith Seitz <keiths@redhat.com>
19071
19072 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
19073 the empty string, do not run the tests.
19074
19075 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19076
19077 * gdb.base/long_long.exp: Detect size of pointer. Take into
19078 account 2-byte pointers when testing for p/a results.
19079
19080 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19081
19082 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
19083 and defined to 1K for m68hc11.
19084 (random_data): Reduce table to 1K for embedded platforms (68hc11).
19085 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
19086 (sizeof_random_data): New variable to tell the size of the data table;
19087 don't test past this size; always run to main.
19088
19089 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19090
19091 * gdb.base/return2.exp: return of long long and double fails for
19092 68HC11; don't execute these tests on that platform.
19093 * gdb.base/return.exp: Return of a double fails for 68hc11.
19094
19095 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
19096
19097 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
19098 tests that print a float.
19099 * call-rt-st.exp: Likewise.
19100
19101 2001-07-12 Mark Kettenis <kettenis@gnu.org>
19102
19103 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
19104 running this test on Linux.
19105
19106 2001-06-24 Michael Chastain <chastain@redhat.com>
19107
19108 * gdb.base/arithmet.exp: Remove some tests to make all test names
19109 unique.
19110
19111 2001-07-03 Michael Snyder <msnyder@redhat.com>
19112
19113 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
19114 the output of the ptype command.
19115
19116 2001-07-02 Michael Snyder <msnyder@redhat.com>
19117
19118 * gdb.base/completion.exp: Don't assume that break.c is the only
19119 source file that may contain functions named "marker".
19120 * gdb.base/corefile.exp: Quote the curly braces in regexp.
19121
19122 2001-06-28 Andrew Cagney <ac131313@redhat.com>
19123
19124 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
19125 of files to delete.
19126
19127 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
19128 * gdb.disasm/h8300s.exp: New file.
19129 gdb.disasm/h8300s.s: Likewise.
19130
19131 2001-06-27 Andrew Cagney <ac131313@redhat.com>
19132
19133 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
19134 empty breakpoint tables.
19135
19136 2001-06-25 Andrew Cagney <ac131313@redhat.com>
19137
19138 * lib/mi-support.exp: Update args=... part of stop-reason
19139 patterns. Accept either a list or a tuple.
19140
19141 2001-06-23 Andrew Cagney <ac131313@redhat.com>
19142
19143 * lib/mi-support.exp: Remove local emacs variable defining
19144 change-log-default-name.
19145
19146 2001-06-22 Michael Chastain <chastain@redhat.com>
19147
19148 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
19149 This is operationally compatible with the previous version.
19150
19151 2001-06-13 Jim Blandy <jimb@redhat.com>
19152
19153 * lib/gdb.exp (gdb_test): Doc fix.
19154
19155 2001-06-10 Michael Chastain <chastain@redhat.com>
19156
19157 * gdb.base/exprs.exp: Remove a duplicate test.
19158
19159 2001-06-06 Jim Blandy <jimb@redhat.com>
19160
19161 * gdb.base/return2.exp (main): Use values to test float and double
19162 returns that are not NaN's, to avoid being confused by IEEE
19163 comparison rules.
19164
19165 2001-06-04 Michael Snyder <msnyder@redhat.com>
19166
19167 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
19168 non-zero if control_c fails. Terminate the test on failure,
19169 rather than wait for 12 more tests to time out.
19170
19171 2001-06-06 Jim Blandy <jimb@redhat.com>
19172
19173 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
19174 Don't forget to match the GDB prompt.
19175
19176 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
19177
19178 2001-06-04 Jim Blandy <jimb@redhat.com>
19179
19180 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
19181 command.
19182
19183 2001-05-31 Kevin Buettner <kevinb@redhat.com>
19184
19185 * gdb.base/annota1.exp (info break): Match four or more spaces
19186 after "Address".
19187
19188 2001-05-31 Michael Chastain <chastain@redhat.com>
19189
19190 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
19191 (dm_type_int_star): Likewise.
19192 (dm_type_long_star): Likewise.
19193 (dm_type_void_star): Likewise.
19194
19195 2001-05-29 Kevin Buettner <kevinb@redhat.com>
19196
19197 * gdb.base/completion.exp (INPUTRC): Set this environment variable
19198 to a known value in order to get consistent results regardless
19199 of the setting of INPUTRC or the presence or contents of .inputrc.
19200
19201 2001-05-24 Michael Snyder <msnyder@redhat.com>
19202
19203 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
19204 Don't require that the main thread and the manager thread are the
19205 first in the list.
19206
19207 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
19208 debugging. If test fails, issue an "unsupported" not a "fail".
19209
19210 2001-05-24 Jim Blandy <jimb@redhat.com>
19211
19212 Don't assume that short is shorter than int.
19213 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
19214 assume that shorts are smaller than ints. On a 16-bit machine,
19215 this isn't true.
19216 ("print unsigned char == (~0)"): Add test that verifies that ~0,
19217 an int, is not equal to ~0 stored in an unsigned char. This tests
19218 the same thing that the previous test meant to, but works on
19219 16-bit machines, too.
19220 ("print unsigned char != (~0)"): Same test, complemented.
19221
19222 2001-05-24 Michael Snyder <msnyder@redhat.com>
19223
19224 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
19225 test for (full_coverage == 0). This makes the test run faster,
19226 and prevents dejagnu getting out of step.
19227
19228 2001-05-23 Kevin Buettner <kevinb@redhat.com>
19229
19230 * gdb.base/finish.exp (finish_void): Revise pattern for
19231 stopping on the call statement to not permit stopping at
19232 the start of the instructions comprising the call sequence.
19233
19234 2001-05-19 Michael Chastain <chastain@redhat.com>
19235
19236 * gdb.base/callfuncs.exp: Make all test names unique.
19237 * gdb.base/commands.exp: Make all test names unique.
19238 * gdb.base/condbreak.exp: Make all test names unique.
19239 * gdb.base/dbx.exp: Make all test names unique.
19240 * gdb.base/default.exp: Make all test names unique.
19241 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
19242 and TIMEOUT messages to their corresponding PASS message.
19243 * gdb.base/ending-run.exp: Make all test names unique.
19244 * gdb.base/long_long.exp: Remove duplicate test.
19245
19246 2001-05-21 Kevin Buettner <kevinb@redhat.com>
19247
19248 * gdb.base/finish.exp (finish_void): Allow "finish" command to
19249 stop on the call statement as well as the statement after the
19250 call.
19251
19252 2001-05-21 Michael Snyder <msnyder@redhat.com>
19253
19254 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
19255
19256 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19257
19258 * gdb.base/completion.exp: Revamp test. Make it execute on all
19259 platforms.
19260
19261 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
19262
19263 * config/gdbserver.exp (gdb_load): Handle the case
19264 in which the arguments to gdbserver are given in the
19265 baseboard configuration file.
19266 Also handle the case in which the server needs to do a
19267 load.
19268
19269 2001-05-07 Keith Seitz <keiths@cygnus.com>
19270
19271 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
19272 set up the display for testing.
19273 (gdbtk_start): Convert all paths to paths that tcl will like.
19274 Export target information to environment.
19275 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
19276 necessary.
19277 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
19278 (to_tcl_path): New proc to convert a given pathname into
19279 a path acceptible as an argument to a tcl command.
19280 (_gdbtk_export_target_info): New proc to export target info
19281 into the environment for gdbtk testing.
19282 (gdbtk_done): New proc to signal end-of-test.
19283
19284 2001-05-06 Jim Blandy <jimb@redhat.com>
19285
19286 * restore.c: Make the code of caller0 correspond to its comment.
19287
19288 2001-05-03 Michael Snyder <msnyder@redhat.com>
19289
19290 * config/sid.exp (gdb_target_sid): Check for error messages.
19291 On error or timeout, don't make expect exit (which will terminate
19292 all subsequent tests); instead just make gdb exit.
19293 (gdb_load): Check for error messages. On error or timeout,
19294 return a negative value.
19295
19296 2001-04-24 Jim Blandy <jimb@redhat.com>
19297
19298 * gdb.c++/templates.exp: If we see the prompt for the overload
19299 list, but we haven't recognized any of the longer patterns,
19300 arrange for this test to fail, not hang.
19301
19302 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
19303 variations.
19304
19305 2001-04-22 Michael Chastain <chastain@redhat.com>
19306
19307 * gdb.c++/local.exp: Use the 'runto' library function.
19308 * gdb.c++/namespace.exp: Likewise.
19309 * gdb.c++/overload.exp: Likewise.
19310
19311 2001-03-26 Kevin Buettner <kevinb@redhat.com>
19312
19313 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
19314 * gdb.base/step-line.exp: New file. Test step/next in presence of
19315 #line directives.
19316 * gdb.base/step-line.c: New file. Test program for the above.
19317 * gdb.base/step-line.inp: New file. We pretend that this file has
19318 been transformed by some other tool into step-line.c.
19319
19320 2001-03-21 Jim Blandy <jimb@redhat.com>
19321
19322 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
19323 unmangled operator names.
19324
19325 2001-03-20 Jim Blandy <jimb@redhat.com>
19326
19327 * gdb.threads/linux-dp.exp: Recognize an additional message
19328 generated by GDB when it doesn't understand how to debug threads
19329 on the target system.
19330
19331 2001-03-19 Andrew Cagney <ac131313@redhat.com>
19332
19333 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
19334
19335 2001-03-12 Michael Chastain <chastain@redhat.com>
19336
19337 * gdb.c++/derivation.exp: Use the 'runto' library function.
19338
19339 2001-03-12 Michael Chastain <chastain@redhat.com>
19340
19341 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
19342
19343 2001-02-24 Michael Chastain <chastain@redhat.com>
19344
19345 * gdb.c++/ref-types.exp: Change handwritten code to library
19346 function 'runto'.
19347
19348 2001-03-16 Orjan Friberg <orjanf@axis.com>
19349
19350 * gdb.base/signals.exp: Set count to 0 explicitly.
19351
19352 2001-03-15 Mark Salter <msalter@redhat.com>
19353
19354 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
19355 (gdb_target_monitor): Add check of gdb_target_cmd return value.
19356 (gdb_load): Add support for additional target_info: gdb_download_size
19357 and gdb_load_timeout.
19358
19359 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
19360
19361 * gdb.base/annota1.exp: Move test of isnative to earlier in the
19362 file -- to prevent failing when the compile fails but we have no
19363 intention of running the tests anyway.
19364
19365 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
19366 tests if set.
19367
19368 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
19369 integers.
19370
19371 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
19372 * gdb.c++/namespace.exp: Ditto.
19373
19374 2001-03-07 Orjan Friberg <orjanf@axis.com>
19375
19376 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
19377 * gdb.base/pointers.exp: Relax pattern match of decimals.
19378
19379 2001-03-06 Kevin Buettner <kevinb@redhat.com>
19380
19381 * Makefile.in, config/abug.exp, config/cfdbug.exp,
19382 config/cpu32bug.exp, config/dve.exp, config/est.exp,
19383 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
19384 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
19385 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
19386 config/sh.exp, config/sid.exp, config/slite.exp,
19387 config/sparclet.exp, config/udi.exp, config/unknown.exp,
19388 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
19389 config/vxworks.exp, config/vxworks29k.exp,
19390 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
19391 gdb.base/all-bin.exp, gdb.base/annota1.exp,
19392 gdb.base/arithmet.exp, gdb.base/assign.exp,
19393 gdb.base/async.exp, gdb.base/attach.exp,
19394 gdb.base/bitfields.exp, gdb.base/bitops.exp,
19395 gdb.base/break.exp, gdb.base/call-ar-st.exp,
19396 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
19397 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
19398 gdb.base/commands.exp, gdb.base/completion.exp,
19399 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
19400 gdb.base/constvars.exp, gdb.base/corefile.exp,
19401 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
19402 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
19403 gdb.base/ending-run.exp, gdb.base/environ.exp,
19404 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
19405 gdb.base/finish.exp, gdb.base/foll-exec.exp,
19406 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
19407 gdb.base/funcargs.exp, gdb.base/help.exp,
19408 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
19409 gdb.base/logical.exp, gdb.base/long_long.exp,
19410 gdb.base/maint.exp, gdb.base/mips_pro.exp,
19411 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
19412 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
19413 gdb.base/pointers.exp, gdb.base/printcmds.exp,
19414 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
19415 gdb.base/regs.exp, gdb.base/relational.exp,
19416 gdb.base/remote.exp, gdb.base/reread.exp,
19417 gdb.base/restore.exp, gdb.base/return2.exp,
19418 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
19419 gdb.base/selftest.exp, gdb.base/setshow.exp,
19420 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
19421 gdb.base/sigall.exp, gdb.base/signals.exp,
19422 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
19423 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
19424 gdb.base/step-test.exp, gdb.base/structs.c,
19425 gdb.base/structs.exp, gdb.base/structs2.exp,
19426 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
19427 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
19428 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
19429 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
19430 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
19431 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
19432 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
19433 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
19434 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
19435 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19436 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19437 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19438 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19439 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19440 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19441 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19442 gdb.trace/circ.exp, gdb.trace/collection.exp,
19443 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19444 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19445 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19446 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19447 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19448 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19449 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19450 notices.
19451
19452 2001-02-27 Michael Snyder <msnyder@cygnus.com>
19453
19454 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19455 first arg is int not float.
19456
19457 2001-02-22 Michael Snyder <msnyder@cygnus.com>
19458
19459 * gdb.base/reread.exp: Unsupported for non-native targets;
19460 doesn't work for remote debugging.
19461
19462 2001-02-19 Fernando Nasser <fnasser@redhat.com>
19463
19464 From Drew Moseley <dmoseley@redhat.com>
19465 * gdb.base/ending-run.exp: Properly handle the BSP state when
19466 stepping past the end of main.
19467
19468 2001-02-19 John Moore <jmoore@redhat.com>
19469
19470 * gdb.base/commands.exp (infrun_breakpoint_command_test):
19471 Converted HPUX fix for non-expected items following multiple
19472 step commands into general solution for all platforms.
19473
19474 2001-02-18 Michael Chastain <chastain@redhat.com>
19475
19476 * gdb.c++/classes.exp (do_tests): Change runto statements
19477 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19478 statements demangler agnostic.
19479 * gdb.c++/virtfunc.exp (do_tests): Likewise.
19480 (gdb_virtfunc_restart): Likewise.
19481
19482 2001-02-14 Michael Chastain <chastain@redhat.com>
19483
19484 * gdb.c++/inherit.exp (do_tests): Change runto statements
19485 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19486 statements demangler agnostic.
19487
19488 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
19489
19490 * gdb.threads/pthreads.exp: Unify pass/fail messages for
19491 ``continue to bkpt at common_routine in thread 2'' and ``stopped
19492 before calling common_routine 15 times'' tests.
19493
19494 2001-02-11 Michael Chastain <chastain@redhat.com>
19495
19496 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19497 Helps the test script figure out which demangler is in use.
19498 (dm_type_foo_ref): Ditto.
19499 (dm_type_int_star): Ditto.
19500 (dm_type_long_star): Ditto.
19501 (dm_type_unsigned_int): Ditto.
19502 (dm_type_void): Ditto.
19503 (dm_type_void_star): Ditto.
19504 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
19505 Probe the gdb demangler and set variables to accommodate
19506 formatting differences.
19507 (info_func_regexp): New function. Same as info_func, but
19508 matches against a regexp.
19509 (info_func): Match against a literal string.
19510 (print_addr_2): New function. Match against a literal string,
19511 which can be different from the input to gdb.
19512 (print_addr): Simply call print_addr_2 with the same argument twice.
19513 (test_lookup_operator_functions): Use demangler formatting variables.
19514 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
19515 the tests in the same order as the C++ class declaration.
19516 (test_paddr_operator_functions): Ditto.
19517 (test_paddr_overloaded_functions): Ditto.
19518 (test_paddr_hairy_functions): Use demangler formatting variables.
19519 Add reference to gdb/19 for related tests.
19520 (do_tests): Call probe_demangler.
19521
19522 2001-01-30 Kevin Buettner <kevinb@redhat.com>
19523
19524 * gdb.c++/templates.cc (printf): Remove unused function definition.
19525
19526 2001-01-26 Felix Lee <flee@redhat.com>
19527
19528 * sid.exp (sid_exit): Pass host, not target, to remote_close.
19529
19530 2001-01-25 matthew green <mrg@redhat.com>
19531
19532 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19533 up sid.
19534 (sid_exit): Call `remote_pop_conn' after GDB is gone.
19535
19536 2001-01-25 matthew green <mrg@redhat.com>
19537
19538 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
19539 Deprecate $sid_spawn_id.
19540 (sid_exit): Remove code necessary only for `spawn.'
19541
19542 2001-01-25 matthew green <mrg@redhat.com>
19543
19544 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19545
19546 2001-01-28 Michael Chastain <chastain@redhat.com>
19547
19548 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19549 to call when tests fail. It takes gdb out of the overloaded
19550 function choice menu back to the main prompt, so that the test
19551 program stays synchronized.
19552 (set_bp_overloaded): New proc to collect all the common
19553 code for setting a breakpoint on an overloaded name. Calls
19554 take_gdb_out_of_choice_menu when needed.
19555 (menu_overload1arg): New variable to collect the repeated
19556 instances of the expected menu for an overloaded name. Change
19557 the regular expression to handle changes in g++ type encoding:
19558 "void" can be either "void" or "", and "unsigned int" can be
19559 either "unsigned int" or "unsigned".
19560 (continue_to_bp_overloaded): Change regular expressions to handle
19561 changes in g++ type encoding.
19562 (no proc): Call take_gdb_out_of_choice_menu when needed.
19563 Remove redundant calls to "info break". Accept either "canceled"
19564 or "cancelled". Change regular expressions in "info break"
19565 calls to handle changes in g++ type encoding. Give all tests
19566 unique strings.
19567
19568 2001-01-17 Ben Elliston <bje@redhat.com>
19569
19570 * config/sid.exp: New file.
19571
19572 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
19573
19574 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19575
19576 2000-12-21 Michael Snyder <msnyder@cygnus.com>
19577
19578 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19579 Add a RE to accept a non-ascii char if one is ever presented.
19580
19581 2000-12-20 Fernando Nasser <fnasser@redhat.com>
19582
19583 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
19584
19585 2000-12-18 Michael Snyder <msnyder@cygnus.com>
19586
19587 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
19588 in regexp. One '\' does not suffice on Linux.
19589
19590 2000-12-09 Michael Chastain <chastain@redhat.com>
19591
19592 * gdb.base/break.exp (test_clear_command): Use a marker function
19593 rather than 'main' for the test function. Also move this
19594 test to an execution point where the marker function names are
19595 guaranteed to be bound to functions. (Executing tests after a
19596 'finish' from main runs into name conflicts with local names
19597 in __libc_start_main).
19598
19599 2000-12-07 Michael Snyder <msnyder@cygnus.com>
19600
19601 * gdb.base/finish.exp: New test for gdb's "finish" command.
19602 * gdb.base/return2.exp: New test for gdb's "return" command.
19603 * gdb.base/return2.c: New source file for above.
19604
19605 2000-12-05 Michael Snyder <msnyder@cygnus.com>
19606
19607 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19608 * gdb.base/miscexprs.exp: Ditto.
19609 * gdb.base/pointers.exp: Ditto.
19610 * gdb.c++/derivation.exp: Ditto.
19611 * gdb.c++/local.exp: Ditto.
19612 * gdb.c++/namespace.exp: Ditto.
19613 * gdb.c++/overload.exp: Ditto.
19614 * gdb.c++/ref-types.exp: Ditto.
19615
19616 2000-12-05 Michael Snyder <msnyder@cygnus.com>
19617
19618 * gdb.base/constvars.exp: Test result of "up" command.
19619 * gdb.base/miscexprs.exp: Ditto.
19620 * gdb.base/pointers.exp: Ditto.
19621 * gdb.base/scope.exp: Ditto.
19622 * gdb.c++/derivation.exp: Ditto.
19623 * gdb.c++/local.exp: Ditto.
19624 * gdb.c++/namespace.exp: Ditto.
19625 * gdb.c++/overload.exp: Ditto.
19626 * gdb.c++/ref-types.exp: Ditto.
19627
19628 2000-11-22 Michael Chastain <chastain@redhat.com>
19629
19630 * mips_pro.exp: Accept either "middle -> top -> main" or
19631 "middle -> main" in the backtrace, because gcc can optimize
19632 tail calls to jumps. Remove setup_xfail for the hppa case.
19633 Add a comment with the original warning messages from PR 3016,
19634 which was filed in 1993, to preserve them for posterity.
19635
19636 2000-11-17 Nick Duffek <nsd@redhat.com>
19637
19638 * lib/gdb.exp (gdb_test): Override timeout with board info.
19639
19640 2000-11-17 Nick Duffek <nsd@redhat.com>
19641
19642 * gdb.base/display.exp: Don't kill running stub. Add "again" to
19643 the second kill and detach messages.
19644
19645 2000-11-17 Nick Duffek <nsd@redhat.com>
19646
19647 * configure.in: Add AC_EXEEXT.
19648 * configure: Regenerate.
19649 * Makefile.in (just-check): Export EXEEXT.
19650 * lib/gdb.exp ($EXEEXT): Import from environment.
19651 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
19652 expect "maint dump-me" on Cygwin.
19653 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
19654 $EXEEXT.
19655
19656 2000-11-17 Nick Duffek <nsd@redhat.com>
19657
19658 * gdb.base/break.exp: Test backtrace and finish from called
19659 function on all platforms, not just HP-UX.
19660
19661 2000-11-03 Michael Snyder <msnyder@cygnus.com>
19662
19663 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
19664 code from gdb_target_monitor, so it can be used independantly
19665 for gdbserver. Also comment out an unnecessary PUTS.
19666
19667 2000-11-03 Michael Snyder <msnyder@cygnus.com>
19668
19669 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
19670 * gdb.base/corefile.exp: Expect the message "Program is being
19671 debugged already" when we send the "corefile" command, since
19672 the preceeding gdb_load may have connected gdb to a remote target.
19673 * gdb.base/display.exp: Disable hardware watchpoints if new
19674 board info variable "no_hardware_watchpoints" is true.
19675 Replace single-letter commands with more readable ones.
19676 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19677 if new board info variable "no_hardware_watchpoints" is true.
19678 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19679 to see if stdio (printf) testing is possible.
19680 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19681 board info variable "no_hardware_watchpoints" is true. Use new
19682 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19683
19684 2000-11-13 Fernando Nasser <fnasser@redhat.com>
19685
19686 From Orjan Friberg <orjanf@axis.com>:
19687 * gdb.base/printcmds.exp: Escape curly braces followed by a number
19688 in array print pattern match.
19689
19690 2000-11-09 Fernando Nasser <fnasser@redhat.com>
19691
19692 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19693 spelling "cancelled" to U.S. spelling "canceled" to match changes
19694 made to gdb.
19695 * gdb.c++/ovldbreak.exp: Ditto.
19696
19697 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19698
19699 * gdb.base/callfuncs.c (main): Moved to end of file, call
19700 t_double_values to initialize the FPU before inferior calls are made.
19701 * gdb.base/callfuncs.exp: Test for register preservation after calling
19702 inferior functions. Add tests for continuining, finishing and
19703 returning from a stop in a call dummy.
19704
19705 2000-10-24 Michael Snyder <msnyder@cygnus.com>
19706
19707 * gdb.base/commands.exp: Break up long lines, and re-indent.
19708
19709 2000-10-19 Michael Snyder <msnyder@cygnus.com>
19710
19711 * config/gdbserver.exp: Rewritten from the ground up, to make it
19712 compatible with the current dejagnu tree, and to make it work with
19713 the new "gdbserver" in libremote.
19714
19715 2000-10-16 Michael Snyder <msnyder@cygnus.com>
19716
19717 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
19718 * gdb.base/varargs.exp: Skip entire test if no printf support.
19719 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
19720 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
19721
19722 2000-10-13 Michael Snyder <msnyder@cygnus.com>
19723
19724 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
19725 no floating point support.
19726 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
19727 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
19728 * gdb.base/call-rt-st.exp: Ditto.
19729 * gdb.base/call-strs.exp: Ditto.
19730
19731 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
19732
19733 * gdb.base/sizeof.c: include <stdio.h>.
19734
19735 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
19736 'finish', otherwise uncaptured gdb_prompt would potentially
19737 throw remaining test points out of sync.
19738
19739 2000-07-26 Scott Bambrough <scottb@netwinder.org>
19740
19741 * gdb.base/recurse.exp: Run tests for all targets.
19742 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
19743 gnu-oldld case on ARM.
19744 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
19745 for ARM targets.
19746
19747 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
19748
19749 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
19750 * gdb.java/configure: Rebuild.
19751
19752 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
19753
19754 * gdb.java/jv-exp.exp: New file.
19755
19756 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
19757
19758 * configure: Rebuilt.
19759 * configure.in (configdirs): Add gdb.java.
19760 * gdb.java/jmisc.java: New file.
19761 * gdb.java/jmisc.exp: New file.
19762 * gdb.java/Makefile.in: New file.
19763 * gdb.java/configure: Rebuilt.
19764 * gdb.java/configure.in: New file.
19765 * lib/java.exp: New file.
19766
19767 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
19768
19769 * gdb.base/exprs.exp: Test casts to a pointer including over and
19770 underflow.
19771
19772 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
19773
19774 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
19775 and the compilers sizes.
19776
19777 2000-07-09 Nick Duffek <nsd@redhat.com>
19778
19779 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
19780 (use_methods): New function.
19781 (main): Call use_methods().
19782 * gdb.c++/classes.exp (test_method_param_class): New procedure.
19783 (do_tests): Call test_method_param_class.
19784
19785 2000-07-09 Nick Duffek <nsd@redhat.com>
19786
19787 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
19788 spelling.
19789 (test_enums): New procedure. Move enum tests from end of script
19790 to here. Set breakpoint on function name instead of line number.
19791 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
19792 (enums2): New marker function.
19793 (enums1): New function.
19794 (main): Call enums1(). Move enum tests to enums1().
19795
19796 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
19797
19798 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
19799 compile/link program. Update line numbers.
19800 * gdb.asm/d10v.inc: Define ``startup''.
19801 * gdb.asm/asmsrc1.s: Add definition of _start.
19802
19803 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
19804
19805 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
19806
19807 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19808
19809 * gdb.base/maint.exp: Add 'maint print architecture' item to output
19810 of 'help maint print' command.
19811
19812 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
19813
19814 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
19815 they use gdb_expect_list.
19816
19817 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
19818
19819 * gdb.base/commands.exp: Use ``set remote
19820 memory-read-packet-size'' instead of ``set endian big'' to test
19821 long commands.
19822
19823 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
19824
19825 * gdb.c++/templates.exp (do_tests): Make all of these work under
19826 g++, and stop skipping them.
19827
19828 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
19829 work under g++.
19830
19831 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
19832 initialization.
19833
19834 2000-06-02 Michael Snyder <msnyder@cygnus.com>
19835
19836 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
19837 the regular expression: accept an (almost) arbitrary sequence of
19838 "frames-invalid" and "breakpoints-invalid" messages both before
19839 and after the "starting" message.
19840
19841 2000-06-02 Michael Snyder <msnyder@cygnus.com>
19842
19843 * gdb.c++/local.exp: This test has never been known to work with g++.
19844
19845 2000-05-18 Michael Snyder <msnyder@cygnus.com>
19846
19847 * gdb.base/annota1.exp (annotate-signal-handler-caller):
19848 Relax the regular expression a little, make it pass on Solaris 8.
19849
19850 2000-05-12 Kevin Buettner <kevinb@redhat.com>
19851
19852 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
19853 a call, do not require that gdb stop on the line after the call.
19854 Instead, it is permissible for gdb to stop on the line of the
19855 call itself.
19856
19857 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
19858
19859 * gdb.base/break.exp (bp on small function, optimized file):
19860 Add a second pass pattern. The behavior differs here between stabs
19861 and dwarf for one-line functions. Stabs preserves two line symbols
19862 (one before the prologue and one after) with the same line number,
19863 but dwarf regards these as duplicates and discards one of them.
19864 Therefore the address after the prologue (where the breakpoint is)
19865 has no exactly matching line symbol, and GDB reports the breakpoint
19866 as if it were in the middle of a line rather than at the beginning.
19867
19868 2000-05-08 Michael Snyder <msnyder@cygnus.com>
19869
19870 * gdb.base/interrupt.exp: Make "pass" message say "send"
19871 rather than "send_gdb" (for consistancy).
19872
19873 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
19874
19875 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
19876 * gdb.c++/templates.cc: Properly check for GCC version number.
19877 * lib/compiler.cc: Likewise
19878
19879 2000-04-28 Michael Snyder <msnyder@cygnus.com>
19880
19881 * gdb.base/break.exp: When compiled with -O2 optimization,
19882 gdb may not stop at the first line of main, due to code motion.
19883
19884 2000-04-26 Michael Snyder <msnyder@cygnus.com>
19885
19886 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
19887 This test depends on parsing the printf output from the target.
19888 Since the sparclet stub doesn't do stdio, this will never work.
19889 * gdb.base/call-rt-st.exp: ditto.
19890 * gdb.base/call-strs: ditto.
19891
19892 2000-04-24 Michael Snyder <msnyder@cygnus.com>
19893
19894 * gdb.base/miscexprs.exp: make sizeof long array test portable.
19895
19896 * gdb.base/ending-run.exp: After connecting to a remote target,
19897 but before running, the target will appear to be in a random
19898 location. Specify both a file and a line for breakpoints.
19899 Also, the function that calls main may be called 'init'
19900 rather than 'start'.
19901
19902 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19903
19904 * gdb.base/help.exp: Update output for add-symbol-file command.
19905
19906 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
19907
19908 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19909 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
19910
19911 2000-04-07 J.T. Conklin <jtc@redback.com>
19912
19913 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
19914
19915 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
19916
19917 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
19918
19919 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
19920 values that can be represented exactly.
19921 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
19922 above change, and to not check against the directory part of the source
19923 file name.
19924 (step into print_long_arg_list): Likewise.
19925 (print print_small_structs from print_long_arg_list): Likewise.
19926 (print print_long_arg_list): Likewise.
19927
19928 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19929
19930 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
19931
19932 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
19933
19934 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
19935
19936 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
19937
19938 * gdb.base/commands.exp (deprecated_command_test): Add test for
19939 deprecate with no arguments.
19940
19941 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
19942
19943 * gdb.base/break.exp: Add new test for setting breakpoints on
19944 optimized code so we can test breakpoints work even when function
19945 prologues may be optimized away
19946
19947 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
19948
19949 From David Whedon <dwhedon@gordian.com>
19950 * gdb.base/commands.exp : Added command deprecator tests.
19951
19952 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
19953
19954 * gdb.base/help.exp: Added test for new apropos command.
19955
19956 2000-03-21 Kevin Buettner <kevinb@redhat.com>
19957
19958 * gdb.base/pointers.c (usevar): New function.
19959 (main): Make sure that global variables v_int_pointer2, rptr,
19960 and y are all referenced someplace in the program by calling
19961 usevar() on them. [Some linkers delete symbols which are
19962 never referenced. The space remains, but there's no way to
19963 get a (symbolic) handle on the variable from the debugger.]
19964
19965 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19966
19967 * gdb.base/printcmds.c: Add typedeffed arrays.
19968
19969 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
19970 procedure to test arrays that are typedef'd.
19971
19972 2000-03-13 James Ingham <jingham@leda.cygnus.com>
19973
19974 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
19975 the library directories.
19976
19977 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
19978
19979 * configure.in (configdirs): Add sub directory gdb.mi.
19980 * configure: Re-generate.
19981
19982 * gdb.mi: New directory.
19983
19984 2000-02-25 Scott Bambrough <scottb@netwinder.org>
19985
19986 * gdb.base/long_long.exp: Correct test suite failure when printing
19987 a long long value as a double on ARM platforms.
19988
19989 2000-02-16 Jim Blandy <jimb@redhat.com>
19990
19991 * gdb.base/break.exp ("breakpoint line number"): Make sure the
19992 default source file is set properly before running this test.
19993
19994 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19995
19996 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
19997 gdbtk/library directory, not in gdbtcl2.
19998
19999 2000-02-04 Jim Blandy <jimb@redhat.com>
20000
20001 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
20002 backslash from regexp pattern.
20003
20004 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
20005 procedure. Use it to run all the "continue to bp overloaded"
20006 tests. Note that this changes the names of the tests slightly.
20007 If the breakpoint hit message includes a hex PC value, because
20008 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
20009 from the real source code, still consider that a pass.
20010
20011 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
20012 XFAIL here if the breakpoint message contains a hex address. Note
20013 similar change on 1999-11-02.
20014
20015 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
20016
20017 * gdb.base/ptype.exp: Establish a default source file before
20018 calling get_debug_format.
20019
20020 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
20021
20022 * gdb.base/watchpoint.exp: Remove duplication of test messages.
20023
20024 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20025
20026 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
20027 of successive stepi commands -- while in the prologue we should see
20028 the function entry bracket.
20029
20030 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
20031
20032 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
20033 reach __change_mode() when stepping through the end of main().
20034
20035 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
20036
20037 * gdb.base/default.exp: Fix expected pattern.
20038 * gdb.base/help.exp: Same.
20039
20040 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20041
20042 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
20043 Don't use xfail's because that affects only the following test.
20044
20045 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
20046 solaris or linux.
20047
20048 * gdb.base/selftest.exp: Update to reflect changes to main.c.
20049
20050 2000-01-07 Michael Snyder <msnyder@cygnus.com>
20051
20052 * gdb.base/display.exp: Some yacc parsers like to say
20053 "A syntax error" rather than "A parse error". Accept both.
20054
20055 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
20056
20057 * gdb.base/default.exp: Remove OS dependent string from "target
20058 remote" test.
20059 * gdb.base/help.exp: Same for "help target remote" test.
20060
20061 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20062
20063 From Jim Kingdon <kingdon@redhat.com>:
20064
20065 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
20066 prompt (cleanup rather than necessity, but still might keep output
20067 from spilling to next test).
20068
20069 2000-01-02 Fred Fish <fnf@cygnus.com>
20070
20071 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
20072 AIX, which defines them in <sys/types.h>.
20073
20074 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
20075
20076 * gdb.base/default.exp: Match arm* etc instead of arm in "info
20077 float" test.
20078
20079 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
20080
20081 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
20082
20083 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
20084 outermost frame disallowed".
20085
20086 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
20087
20088 * gdb.base/setvar.exp: New tests for setting the value of a struct
20089 with a constant list.
20090
20091 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20092
20093 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
20094 require the user to type a cast before setting the value of a struct.
20095
20096 1999-12-06 Jim Blandy <jimb@cygnus.com>
20097
20098 * gdb.base/default.exp: Expect the new 'info float' command on
20099 all i386 platforms.
20100
20101 * gdb.threads/linux-dp.exp: Expand our ability to recognize
20102 LinuxThreads libraries that don't support debugging.
20103
20104 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20105
20106 * gdb.base/remote.c: Fill the buffer with truely random data.
20107 Change the buffer type to ``unsigned char'' to simplify size
20108 arithmetic.
20109
20110 * gdb.base/remote.exp: Reduce download numbers by one. Typical
20111 stub only handles 400-1 byte packets. Verify that the download
20112 worked.
20113
20114 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
20115
20116 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
20117 tests, using UNRESOLVED for the untested cases. Also, does not wait
20118 for a timeout if the prompt was received before a recognizable pattern.
20119
20120 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
20121
20122 * lib/gdb.exp (gdb_expect_list): Fix spelling.
20123
20124 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20125
20126 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
20127 watchpoints.
20128
20129 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
20130
20131 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
20132
20133 * gdb.c++/local.exp: Be more flexible in recognizing local class
20134 name mangling. Don't allow horribly truncated method names.
20135 * gdb.c++/derivation.exp: Expect protected inheritance.
20136 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
20137 * gdb.c++/virtfunc.exp: Likewise.
20138 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
20139 when printing a nested enum.
20140
20141 1999-11-22 Jim Blandy <jimb@cygnus.com>
20142
20143 * gdb.base/step-test.exp: Properly await GDB's response to setting
20144 a breakpoint on the call to large_struct_by_value.
20145
20146 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
20147 just because we have debug info for the `start' function.
20148
20149 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
20150
20151 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
20152 "Unknown signal" messages, which indicate (on LinuxThreads) that
20153 GDB doesn't know how to debug threads on this system. This is
20154 better than hanging while philosopher 0 dumps chatter into gdb.log.
20155
20156 1999-11-18 Tom Tromey <tromey@cygnus.com>
20157
20158 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
20159
20160 1999-11-18 Fred Fish <fnf@cygnus.com>
20161
20162 * gdb.base/coremaker2.c: Add sample program for generating
20163 cores that is more self contained than coremaker.c. Eventually
20164 I'll add more code to this and tie it into the testsuite.
20165
20166 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
20167
20168 * gdb.base/dollar.exp: Remove, now in gdb.hp.
20169
20170 1999-11-10 Jimmy Guo <guo@cup.hp.com>
20171
20172 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
20173 from $srcdir/lib/.
20174 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
20175 and gdb.c++/.
20176
20177 * gdb.c++/derivation.exp: remove redundant get compiler info code.
20178
20179 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
20180 'continue with watch' test point.
20181
20182 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
20183
20184 Merged from p2linux-990323-branch:
20185
20186 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
20187
20188 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
20189
20190 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
20191 {limit,fixed}''. Test ``set download-write-size''.
20192
20193 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
20194
20195 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
20196 gdb_expect_list.
20197
20198 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
20199
20200 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
20201
20202 1999-11-03 Mark Salter <msalter@cygnus.com>
20203
20204 * gdb.base/break.exp: Fix "stub continue" pattern.
20205
20206 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
20207
20208 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
20209
20210 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
20211
20212 * gdb.base/display.exp ("finish"): Add timeout clause.
20213
20214 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
20215 plain prompt clause, so this doesn't have to time out in order to
20216 fail.
20217
20218 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
20219 breakpoint hit messages include an address.
20220
20221 * gdb.base/display.exp: Don't forget to escape parens in regular
20222 expressions. Unix regexp notatation sucks.
20223
20224 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20225
20226 * gdb.base/annota1.exp: Test for annotate-signalled: change output
20227 order for 'signalled' message.
20228
20229 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
20230
20231 From Jimmy Guo <guo@cup.hp.com>:
20232 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
20233 * gdb.base/annota1.c: Add code for tests to work with.
20234
20235 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
20236
20237 * gdb.base/remote.exp: New test for remote downloading settings.
20238 * gdb.base/remote.c: New file with large .data.
20239
20240 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
20241
20242 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
20243 for LinuxThreads support, merged from the Code Fusion branch.
20244
20245 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
20246
20247 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
20248 containing exp_continue into a while within an expect. Don't
20249 attempt a start more than three times. Check return value from
20250 gdb_load.
20251
20252 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
20253
20254 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
20255 a pass case.
20256
20257 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
20258
20259 * gdb.base/break.c (main): Added a statement that we can step
20260 off of.
20261 * gdb.base/break.exp: Added tests for setting a breakpoint
20262 at an offset and stepping onto a breakpoint.
20263
20264 1999-10-01 Fred Fish <fnf@cygnus.com>
20265
20266 * gdb.base/help.exp (help add-symbol-file): Update to match current
20267 gdb output.
20268
20269 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
20270
20271 * gdb.base/break.exp: Code locations are in hex, don't forget!
20272 (For HP-UX.)
20273
20274 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
20275
20276 * condbreak.exp: Use break.c as test program.
20277 * condbreak.c: Remove, redundant with break.c.
20278
20279 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
20280
20281 * config/monitor.exp (gdb_target_monitor): Disable X- and
20282 Z-packets if the target needs it.
20283
20284 1999-09-13 James Ingham <jingham@leda.cygnus.com>
20285
20286 * gdb.c++/overload.exp: Added tests for listing overloaded
20287 functions with function pointers in the arg, explicitly calling
20288 out the version you want.
20289
20290 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
20291
20292 * long_long.exp: Add variations of test cases that work for
20293 targets with 16-bit ints and 32-bit doubles.
20294
20295 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
20296
20297 * break.c (main): Compare a possibly-uninitialized argc with an
20298 unlikely value that fits in 16 bits.
20299
20300 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
20301
20302 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
20303 0xfeeb, don't want negative numbers if ints are 16 bits.
20304
20305 * lib/gdb.exp (skip_cplus_tests): New proc.
20306 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
20307 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
20308 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
20309 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
20310 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
20311 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
20312 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
20313 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
20314
20315 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
20316
20317 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
20318
20319 * gdb.base/corefile.exp (up): Allow a parameter to appear
20320 in the frame that we're going up to.
20321
20322 From Jim Blandy <jimb@cygnus.com>:
20323
20324 * gdb.base/default.exp (info float): Expect some output now.
20325
20326 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
20327 returning floating-point values to fail on the x86.
20328 * gdb.base/callfwmall.exp (do_function_calls): Same.
20329
20330 * gdb.base/list.exp (test_listsize): Correct expectations for
20331 listing line 1 with listsize 2. Also, listing a single line
20332 works now, as does listing three lines. [Kevin's note: There
20333 were a number of other cases fixed too where the expectations
20334 differed...]
20335
20336 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
20337
20338 * gdb.base/selftest.exp: Add case for when version prints as
20339 constant string instead of char pointer.
20340
20341 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
20342
20343 * gdb.base/ending-run.exp: Add Solaris case for what happens when
20344 stepping out of main.
20345
20346 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
20347 G++ used.
20348
20349 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
20350 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
20351
20352 * gdb.c++/ovldbreak.exp: Update match string in test that
20353 includes a warning of multiple breakpoints.
20354
20355 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
20356
20357 * gdb.base/display.exp: Improve precision of step-after-finish
20358 added yesterday.
20359
20360 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
20361 test.
20362
20363 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
20364 configs when using G++, not just hppa*.
20365
20366 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20367
20368 * gdb.base/async.c: New file.
20369 * gdb.base/async.exp: New file.
20370
20371 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
20372
20373 * gdb.base/break.exp: Tweak PA specific tests to properly handle
20374 PA64.
20375
20376 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
20377
20378 * gdb.base/display.exp: "finish" can leave us mid-line on many
20379 targets, deal with it. Add a small constant to main, instead of
20380 1000 since main+1000 may not be a valid address in the target.
20381
20382 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
20383 on hpux11.
20384
20385 * gdb.base/attach.exp: Handle another hpux11 error message variant
20386 when attaching to a process that does not exist.
20387
20388 1999-08-19 J.T. Conklin <jtc@redback.com>
20389
20390 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
20391 characters in 'continue to 1241' test.
20392
20393 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
20394
20395 * gdb.base/call-ar-st.exp: Add a shorter match case for the
20396 stop in print_long_arg_list, define and use a whitespace
20397 variable in print_small_structs test, add an XFAIL for Solaris.
20398 * gdb.base/dbx.exp: XFAIL func commands until somebody is
20399 interested enough to fix.
20400
20401 1999-08-13 Keith Seitz <keiths@cygnus.com>
20402
20403 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
20404 (dbx_gdb_load): Remove. Use gdb_load instead, since that
20405 proc knows about targets other than the natives.
20406 (test_assign): Use "gdb_run_cmd" to "run" the target.
20407 Check that we've actually hit the breakpoint at main.
20408 When we attempt to assign a value to a local variable, check
20409 that the variable is in the current scope, i.e., don't use
20410 a test with an empty result.
20411
20412 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
20413
20414 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
20415 command.
20416
20417 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
20418
20419 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20420 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
20421 gdb.compat, gdb.threads-hp.
20422 gdb.hp/configure, gdb.hp/configure.in: New files.
20423 gdb.hp/Makefile.in: Recurse into new subdirs.
20424 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
20425 gdb.hp/gdb.objdbg: New directory, tests for debugging info
20426 in object files.
20427 gdb.hp/tools: New directory, aux tools for HP-specific tests.
20428
20429 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
20430
20431 * gdb.base/display.exp: Help expect by putting a newline in the
20432 funky printf, remove a bogus p/a test.
20433
20434 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20435
20436 * gdb.base/display.exp: Make sure that when we say 'run', we are
20437 connected to the target. This is necessary when running not
20438 natively.
20439
20440 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20441
20442 * gdb.base/step-test.exp: Removed some extraneous messages.
20443
20444 * gdb.base/long_long.exp: Don't run memory examination tests
20445 on little-endian targets (they will need a different set of
20446 results to match).
20447
20448 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20449
20450 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20451 until somebody decides to fix GDB.
20452
20453 * gdb.base/long_long.c: Stop compiler complaint by specifying long
20454 constant as "ULL".
20455 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20456 matches for a couple x/2 commands.
20457
20458 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20459
20460 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20461 by merging in ref-types2 tests.
20462 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20463
20464 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20465 * gdb.c++/Makefile.in: Add standard actions.
20466 (EXECUTABLES): Rename from PROGS, update list.
20467 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20468 from gdb.hp.
20469 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20470 foo and bar locals.
20471 * gdb.c++/anon-union.exp: Fix tests to match.
20472 * gdb.c++/classes.exp: Run if HP compiler used, add extra
20473 expect matches to handle output variations.
20474 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20475 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
20476 output, add HP alternatives for new and delete prints.
20477 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
20478 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
20479 * gdb.c++/demangle.exp: Use $style when reporting failure.
20480 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
20481 * gdb.c++/inherit.exp: Run if HP compiler used, add some
20482 match alternatives.
20483 * gdb.c++/local.exp: Add match alternatives or xfails for HP
20484 compilers.
20485 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
20486 * gdb.c++/method.exp: Add match alternatives.
20487 * gdb.c++/misc.cc: Add bool types.
20488 * gdb.c++/misc.exp: Add tests for bool types.
20489 * gdb.c++/overload.exp: Add xfails.
20490 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
20491 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
20492 add some more template parameter tests (only for HP currently).
20493 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20494 * gdb.c++/virtfunc.cc: Add return type and value for main.
20495 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20496 match alternatives.
20497
20498 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20499
20500 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20501
20502 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
20503
20504 * gdb.base/signals.exp: Don't expect getting a backtrace from
20505 within a signal handler to fail on Linux.
20506
20507 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
20508
20509 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20510 * lib/gdb.exp: Remove some gratuitious semicolons.
20511 (delete_breakpoints): Increase timeout.
20512 (gdb_expect): Add -notransfer option.
20513 (gdb_test): Use -notransfer option.
20514 (get_compiler_info): Add f77 case.
20515 (get_compiler): New proc, split out from gdb_preprocess, add f77
20516 case.
20517 (gdb_preprocess): Call get_compiler.
20518
20519 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20520 * gdb.base/attach.exp, gdb.base/display.exp,
20521 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20522 gdb.base/long_long.exp, gdb.base/printcmds.exp,
20523 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20524 third arg to gdb_test.
20525 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20526 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
20527 HP-UX xfails, add others.
20528 * gdb.base/completion.exp: Reflect name change of self-test.
20529 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
20530 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20531 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20532 HP failure number.
20533 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20534 useless HP-UX 10.30 references.
20535 * gdb.base/maint.exp: Loosen matches.
20536 * gdb.base/pointers.c (main): Declare more_code.
20537 * gdb.base/pointers.exp: Match on output of a `next'.
20538 * gdb.base/structs.c: Add prototypes.
20539 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20540 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20541
20542 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20543
20544 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
20545 command.
20546
20547 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20548
20549 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20550 Fix run to main failures. Watchpoint can be hardware watchpoint.
20551
20552 * gdb.base/annota1.exp: Clean up some more, in case printf has
20553 debug info. Deal with lack of signal hanlder info in stack.
20554
20555 From Jim Kingdon <kingdon@redhat.com>:
20556 * gdb.base/annota1.exp: If printf has debug info, deal with it.
20557
20558 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
20559
20560 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
20561 gdb.base/foll-vfork.exp: Don't run for crosses.
20562
20563 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20564
20565 * gdb.base/configure.in: Check for gdbvars.exp instead of
20566 a1-selftest.exp.
20567 * gdb.base/configure: Re-generate.
20568
20569 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
20570
20571 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20572 in trying to run first and name is too long.
20573
20574 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20575 pointers2.c and pointers2.exp, respectively.
20576 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20577 doschk happier.
20578
20579 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
20580
20581 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20582 callfuncs2.c and callfuncs2.exp.
20583
20584 * gdb.base/list.exp: Remove mistaken xfails.
20585 * gdb.base/list0.h: Add optional prototypes.
20586
20587 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
20588
20589 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
20590 calling malloc.
20591 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20592 * ptype.exp: Move test for get_debug_format to before its first
20593 use.
20594
20595 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20596
20597 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20598 * gdb.base/annota2.cc, annota2.exp: Move from here.
20599 * gdb.c++/annota2.cc, annota2.exp: To here.
20600 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20601
20602 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
20603
20604 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
20605 a consistent format.
20606
20607 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
20608
20609 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20610 * lib/gdb.exp (get_compiler_info): Add detection for assorted
20611 HP compilers, also set the globals $true and $false.
20612
20613 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
20614 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20615 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
20616 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
20617 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
20618 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
20619 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
20620 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
20621 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
20622 whatis.c} Add C++ compatible function definitions and return
20623 types, add includes for library functions.
20624 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
20625 * gdb.base/step-test.c (myglob): Rename from glob.
20626 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
20627 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
20628 files, move here from gdb.hp.
20629 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
20630 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
20631 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
20632 Adjust line numbers in regexps.
20633
20634 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
20635 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
20636 instead of 0/1.
20637
20638 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
20639 foll-vfork.exp: New files, move here from gdb.hp.
20640 * gdb.base/page.exp: New file, test of pagination command.
20641
20642 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
20643 recursion test.
20644 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
20645
20646 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
20647 gdb.base/solib.exp: Fix compiler invocation process.
20648
20649 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
20650 HP-UX 11, turn off overload resolution explicitly.
20651 * gdb.base/commands.exp: Set argument list explicitly, add
20652 watchpoint test.
20653 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
20654 them work.
20655 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
20656 expressions properly.
20657 * gdb.base/corefile.exp: Loosen the match slightly.
20658 * gdb.base/default.exp: Allow "Error accessing memory" message
20659 also.
20660 * gdb.base/display.exp: Skip over x/0 j if PA64.
20661 * gdb.base/funcargs.exp: Add xfails for HP-UX.
20662 * gdb.base/interrupt.exp: Ditto.
20663 * gdb.base/langs.exp: Add symbolic matches governed by compiler
20664 in use.
20665 * gdb.base/list.exp: Add xfails for HP-UX.
20666 * gdb.base/long_long.exp: Refine some of the numeric matches.
20667 * gdb.base/mips_pro.exp: Xfail on HP-UX.
20668 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
20669 * gdb.base/nodebug.exp: Succeed on more varieties of output.
20670 * gdb.base/opaque.exp: Remove some HP-UX xfails.
20671 * gdb.base/ptype.exp: Succeed on more varieties of output.
20672 * gdb.base/scope.exp: Add xfails for HP-UX.
20673 * gdb.base/sect-cmd.exp: Add more cases.
20674 * gdb.base/setvar.exp: Add xfails for HP-UX.
20675 * gdb.base/shlib-call.exp: Loosen some matches slightly.
20676 * gdb.base/signals.exp: Match on void symbolically.
20677 * gdb.base/step-test.exp: Add case for PA64.
20678 * gdb.base/term.exp: Add exit and restart.
20679 * gdb.base/twice.exp: Clean up after self.
20680 * gdb.base/varargs.exp: Disable overload resolution explicitly.
20681 * gdb.base/whatis.exp: Allow more ways to pass tests.
20682
20683 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
20684 no longer useful.
20685
20686 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
20687
20688 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
20689 list of patterns.
20690 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
20691 print_double_array(double_array)", "continuing to breakpoint
20692 1018", "print print_double_array(array_d)" and "continuing to
20693 1034" tests.
20694
20695 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
20696
20697 * Makefile.in: Add empty html and install-html targets.
20698
20699 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
20700
20701 * config/mt-*: Remove, these haven't been used since 1996.
20702
20703 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
20704
20705 * gdb.base/call-strs.c, gdb.base/ending-run.c,
20706 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
20707 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
20708
20709 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
20710
20711 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
20712 simpler match case for the ptype of the big class.
20713
20714 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20715
20716 * gdb.exp: Fix test for gdb_prompt existence.
20717
20718 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20719
20720 * gdb.exp (gdb_test): Add fail after calls to perror.
20721
20722 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20723
20724 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
20725
20726 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20727
20728 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
20729
20730 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
20731
20732 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
20733 malloc() is linked in.
20734
20735 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20736
20737 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
20738 step at end.
20739
20740 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
20741
20742 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
20743
20744 * gdb.java/jv-print.exp: New file. (Our first Java test!)
20745
20746 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
20747
20748 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
20749 * gdb.base/mips_pro.exp: Likewise.
20750
20751 1999-06-02 Keith Seitz <keiths@cygnus.com>
20752
20753 * gdb.c++/templates.cc: Change all "new" operators to throw
20754 an exception.
20755 * gdb.c++/cplusfuncs.cc: Likewise.
20756
20757 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
20758
20759 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
20760
20761 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
20762 * gdb.base/ending-run.exp: When stepping out of main, accept a
20763 step into an arbitrary assembler file.
20764
20765 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20766
20767 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
20768 "breakpoint-invalid" to be printed.
20769 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
20770 number of "frames-invalid" and "breakpoint-invalid" to be printed.
20771 * gdb.base/annota2.cc: Initialize a.x to 0.
20772
20773 1999-05-17 Keith Seitz <keiths@cygnus.com>
20774
20775 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
20776 when "skip_float_tests" set.
20777 Ditto for "print print_double_array(array_d)", "print print_small_structs",
20778 "print print_ten_doubles", and "step into print_long_arg_list".
20779 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
20780 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
20781 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
20782 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
20783 "skip_float_tests" is set.
20784 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
20785 when "skip_float_tests" set.
20786
20787 1999-05-06 Keith Seitz <keiths@cygnus.com>
20788
20789 * gdb.base/annota2.cc: Include stdio.h.
20790
20791 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
20792
20793 * gdb.base/crossload.exp: Remove, this has been disabled ever
20794 since BFD stopped including all targets, and cross-GDB gets
20795 plenty of testing anyway.
20796 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
20797 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
20798 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
20799 * gdb.base/README: Remove, was doc for this.
20800 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
20801 needed.
20802
20803 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20804
20805 * gdb.base/call-ar-st.exp: Fix one regular expression in test
20806 output.
20807
20808 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
20809 * gdb.base/annota2.exp: New file. More annotation tests.
20810 * gdb.base/annota1.c: New file. Source file for annota1.exp.
20811 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
20812
20813 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
20814
20815 * config/cfdbug.exp: New file.
20816
20817 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
20818
20819 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
20820 Marcus Daniel's and Dale Hawkins's demangler crashes.
20821
20822 * gdb.c++/demangle.exp (test_gnu_style_demangling,
20823 test_lucid_style_demangling, test_arm_style_demangling,
20824 test_hp_style_demangling): Try Tom Tromey's core-dumping
20825 identifier under each demangling style.
20826
20827 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
20828
20829 * gdb.c++/demangle.exp: Include the current demangling style
20830 in all test names.
20831 (current_demangling_style): New global variable.
20832 (set_demangling_style, test_demangling_core, test_demangling,
20833 test_demangling_exact): New functions.
20834 (test_gnu_style_demangling, test_lucid_style_demangling,
20835 test_arm_style_demangling, test_hp_style_demangling): Use those,
20836 instead of calling gdb_test and gdb_test_exact directly.
20837 (catch_demangling_errors): New function, which reports errors
20838 signalled by the demangling test functions in an orderly way.
20839 (do_tests): Use catch_demangling_errors.
20840
20841 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
20842
20843 * gdb.base/signals.exp (test_handle_all_print): Use () for
20844 grouping in expressions, not {}.
20845
20846 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
20847 initialized yet.
20848
20849 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
20850
20851 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
20852 are listed.
20853
20854 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
20855
20856 * gdb.stabs/weird.exp: Test for CC being defined before
20857 looking at its value.
20858
20859 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
20860
20861 * gdb.base/call-ar-st.exp: Remove stray '#'.
20862 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
20863 "short int" and "long int".
20864 * gdb.c++/overload.cc: Cast the string added in the previous
20865 change, to mollify finicky HP compiler.
20866 * gdb.hp/reg-test.exp (testfile): Fix file name.
20867 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
20868
20869 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
20870 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
20871 alternate form of enum ptype.
20872
20873 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
20874
20875 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
20876 * gdb.hp/*.exp: Change all to run compiler probe only after
20877 passing skip_hp_tests, so as not to waste time on guaranteed
20878 failure.
20879
20880 * gdb.c++/overload.cc: Pass string instead of char addr, always
20881 init ccpfoo.
20882 * gdb.c++/templates.cc: Fix syntax error.
20883
20884 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20885
20886 * gdb.base/commands.exp: Add test for correct position of '>'
20887 when issuing the 'commands' command after a 'while' or 'if'
20888 command.
20889
20890 1999-03-18 James Ingham <jingham@cygnus.com>
20891
20892 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
20893
20894 * gdb.c++/method.exp: It was testing an uninitialized int on the
20895 stack and assuming it was positive.
20896
20897 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
20898
20899 * gdb.base/step-test.exp: Catch a case where finish is broken and
20900 keep it from killing the rest of the tests.
20901 Use gdb_continue_to_end.
20902
20903 * gdb.base/sigall.exp: use gdb_continue_to_end.
20904
20905 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
20906
20907 * gdb.base/display.exp: use runto_main, not run.
20908
20909 * gdb.base/default.exp: Check for the current error message in the
20910 r abbreviation test.
20911 Add strongarm to the targets that know info float.
20912
20913 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
20914 run which doesn't work with monitors.
20915
20916 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
20917
20918 * gdb.base/break.exp: use the gdb_continue_to_end proc.
20919
20920 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
20921 program. Traps the case (in Cygmon) when the program never really
20922 exits. Same as Mark's continue_to_exit, but I had put it in a lot
20923 more places, so I used my name. Sorry Mark...
20924
20925 * config/monitor.exp (gdb_target_monitor): added another
20926 target_info parameter: remotebinarydownload. This will set the
20927 remotebinarydownload flag if this is causing some boards trouble.
20928
20929 1999-03-18 Mark Salter <msalter@cygnus.com>
20930
20931 * lib/gdb.exp (continue_to_exit): New function.
20932
20933 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
20934 * gdb.base/ending-run.exp: Ditto.
20935 * gdb.base/step-test.exp: Ditto.
20936
20937 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
20938
20939 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
20940 (suggested by Art Haas <ahaas@neosoft.com>).
20941
20942 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
20943
20944 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
20945
20946 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
20947
20948 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
20949 descriptions of types (short unsigned int vs unsigned short, etc).
20950
20951 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
20952
20953 * gdb.base/call-strs.exp: Don't assume that `step' will step over
20954 a call to strlen; sometimes we do have sources.
20955
20956 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20957
20958 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
20959 character, so GDB won't print garbage after its end.
20960
20961 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
20962 breakpoint there instead. Sometimes GCC emits memcpy to handle
20963 the large structures being passed by value, so we step into that
20964 instead of sum_array_print, which obscures what we're really testing.
20965 * gdb.base/step-test.exp: However, we do want a test that notices
20966 the bizarre steps into memcpy, so do that here. Add check for
20967 stepping into function calls that pass large structures by value.
20968 ("Is that a noun clause, or are you just happy to see me?")
20969 Remove all references to specific line numbers.
20970 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
20971 New type and function.
20972 (main): Call large_struct_by_value, passing it a large struct by value.
20973 * lib/gdb.exp (gdb_get_line_number): New function.
20974
20975 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
20976 more portable.
20977
20978 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20979
20980 * lib/gdb.exp: Doc fixes.
20981
20982 1999-03-05 Nick Clifton <nickc@cygnus.com>
20983
20984 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
20985
20986 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
20987
20988 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
20989 commands. They're not germane to this test, and they don't work
20990 that way on remote targets.
20991
20992 1999-03-01 James Ingham <jingham@cygnus.com>
20993
20994 * Changelog entries merged over from gdb development branch.
20995
20996 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
20997
20998 * lib/gdb.exp (gdbtk_analyze_results): Generic function
20999 for outputting results of test run.
21000
21001 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
21002
21003 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
21004
21005 1999-02-25 Felix Lee <flee@cygnus.com>
21006
21007 * lib/gdb.exp (debug_format): initialize
21008
21009 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
21010
21011 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
21012 * gdb.base/call-rt-st.c: Ditto.
21013
21014 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
21015
21016 * gdb.threads/pthreads.exp (horiz): New variable.
21017 (test_startup): Fix regexps that capture thread numbers.
21018
21019 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
21020
21021 * gdb.base/smoke.exp: Disambiguate two test case names (both
21022 called ``print'').
21023
21024 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21025
21026 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
21027 compilation.
21028
21029 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21030
21031 * gdb.base/miscexprs.exp: Change patterns to match GDB's
21032 actual output formatting.
21033 * gdb.base/smoke.exp: GDB removes leading 0's.
21034 * gdb.base/volatile.exp: Don't check type of remuneration;
21035 that variable is no longer defined in constvars.c.
21036 * gdb.base/step-test.c (main): Exit with explicit exit code.
21037 * gdb.base/step-test.exp: Remove two nexti checks--they are
21038 not portable.
21039
21040 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
21041
21042 * gdb.base/help.exp ("help delete display"): Fix test to match
21043 gdb's output.
21044
21045 * gdb.base/long_long.c (known_types): Initialize values to zero.
21046 * gdb.base/long_long.exp: Step one more line
21047 so 'dec' is initialized in "get to known place". GDB removes
21048 leading zeros. Explicitly ask for hex formatting. Use
21049 unique test case names.
21050
21051 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21052
21053 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
21054
21055 * gdb.c++/method.exp: Add missing close brace.
21056
21057 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
21058
21059 * gdb.base/maint.exp: Use 'set height 0' to disable page
21060 prompting, not 'set height 400'.
21061
21062 Fix a bunch of timeouts.
21063 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
21064 four separate tests, so expect doesn't take forever to match a ton
21065 of text against a regexp with lots of .* forms.
21066 ("maint print psymbols", "maint print symbols"): Make some of
21067 these greps more selective, so that expect doesn't try to wade
21068 through huge piles of output and time out.
21069
21070 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
21071
21072 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
21073 tests: one which doesn't expect shlib events to be reported, and
21074 another which does, but is XFAIL for all platforms other than
21075 HP/UX.
21076
21077 * gdb.base/break.exp: Teach the test suite that the `catch
21078 fork', `catch vfork', and `catch exec' commands produce error
21079 messages on platforms that don't provide these features.
21080
21081 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
21082
21083 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
21084 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
21085 (shortening names from solib_threshold.exp etc), won't run on
21086 anything but HP-UX for the foreseeable future.
21087 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
21088 reflect move.
21089
21090 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
21091
21092 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21093 gdb.trace/Makefile.in (clean): Remove all test executables.
21094
21095 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
21096
21097 * gdb.base/shlib-call.exp: add test cases to verify that gdb
21098 successfully re-sets breakpoints in shared libraries.
21099 * gdb.base/shmain.c (main): return 0, don't fall off the end.
21100
21101 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
21102
21103 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
21104 and compiled w/o GCC.
21105
21106 * gdb.hp/watch-cmd.exp: ditto.
21107
21108 * gdb.hp/watch-hp.exp: ditto.
21109
21110 * gdb.hp/xdb1.exp: ditto.
21111
21112 * gdb.hp/xdb2.exp: ditto.
21113
21114 * gdb.hp/dbx.exp: ditto.
21115
21116 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
21117
21118 * constvars.c: Remove C++-isms.
21119 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
21120 with GCC.
21121
21122 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
21123
21124 The following changes are part of the HP merge.
21125
21126 * gdb.base/break.exp: new tests to verify that catchpoints for
21127 fork, vfork, and exec don't trigger inappropriately.
21128
21129 * gdb.base/opaque.exp: compile one file at a time, then link.
21130
21131 * gdb.base/signals.exp: be more restrictive about which hppa
21132 systems receive a setup_xfail. new tests.
21133
21134 * gdb.base/solib_threshold.build: new file.
21135 * gdb.base/solib_threshold.exp: new file.
21136 * gdb.base/solib_threshold.link_opts: new file.
21137 * gdb.base/solib_threshold.mk: new file.
21138 * gdb.base/gen_solib_threshold.c: new file.
21139
21140 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
21141 tests. New tests for enums inside classes.
21142
21143 * gdb.c++/compiler.cc: indicate support of template debugging.
21144
21145 * gdb.c++/demangle.exp: run hp style demangling tests.
21146
21147 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
21148 tests.
21149
21150 * gdb.c++/misc.cc: changes to support new tests.
21151
21152 * gdb.c++/templates.cc: changes to support HP's compiler; changes
21153 to support new tests.
21154
21155 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
21156 gcc, then skip these tests.
21157
21158 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
21159
21160 The following files are part of the HP merge; some had longer
21161 names at HP, but have been renamed to be no more than 14
21162 characters in length.
21163
21164 * gdb.hp/ambiguous.cc: new file.
21165 * gdb.hp/ambiguous.exp: new file.
21166 * gdb.hp/attach.exp: new file.
21167 * gdb.hp/attach2.exp: new file.
21168 * gdb.hp/classes-hp.exp: new file.
21169 * gdb.hp/ctti.exp: new file.
21170 * gdb.hp/ctti-add.cc: new file.
21171 * gdb.hp/ctti-add1.cc: new file.
21172 * gdb.hp/ctti-add2.cc: new file.
21173 * gdb.hp/ctti-add3.cc: new file.
21174 * gdb.hp/dbx.exp: new file.
21175 * gdb.hp/exception.cc: new file.
21176 * gdb.hp/exception.exp: new file.
21177 * gdb.hp/foll-exec.c: new file.
21178 * gdb.hp/foll-exec.exp: new file.
21179 * gdb.hp/foll-fork.c: new file.
21180 * gdb.hp/foll-fork.exp: new file.
21181 * gdb.hp/foll-vfork.c: new file.
21182 * gdb.hp/foll-vfork.exp: new file.
21183 * gdb.hp/inherit-hp.exp: new file.
21184 * gdb.hp/more-steps.exp: new file.
21185 * gdb.hp/namespace.cc: new file.
21186 * gdb.hp/namespace.exp: new file.
21187 * gdb.hp/optimize.exp: new file.
21188 * gdb.hp/pxdb.c: new file.
21189 * gdb.hp/pxdb.exp: new file.
21190 * gdb.hp/quicksort.exp: new file.
21191 * gdb.hp/reg-test.exp: new file.
21192 * gdb.hp/reg-test.s: new file.
21193 * gdb.hp/sized-enum.c: new file.
21194 * gdb.hp/sized-enum.exp: new file.
21195 * gdb.hp/start-stop.exp: new file.
21196 * gdb.hp/templ-hp.cc: new file.
21197 * gdb.hp/templ-hp.exp: new file.
21198 * gdb.hp/thr-lib.c: new file.
21199 * gdb.hp/thr-lib.exp: new file.
21200 * gdb.hp/thr-lib.h: new file.
21201 * gdb.hp/thr-liblib.c: new file.
21202 * gdb.hp/virtfun-hp.c: new file.
21203 * gdb.hp/virtfun-hp.exp: new file.
21204 * gdb.hp/watch-cmd.exp: new file.
21205 * gdb.hp/watch-hp.exp: new file.
21206 * gdb.hp/xdb1.exp: new file.
21207 * gdb.hp/xdb2.exp: new file.
21208 * gdb.hp/xdb3.exp: new file.
21209
21210 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
21211
21212 The following files are part of the HP merge; some had longer
21213 names at HP, but have been renamed to be no more than 14
21214 characters in length.
21215
21216 * gdb.base/ss.h: new file.
21217 * gdb.base/call-ar-st.c: new file.
21218 * gdb.base/call-ar-st.exp: new file.
21219 * gdb.base/call-rt-st.c: new file.
21220 * gdb.base/call-rt-st-exp: new file.
21221 * gdb.base/call-strs.exp: new file.
21222 * gdb.base/ena-dis-br.exp: new file.
21223 * gdb.base/environ.exp: new file.
21224 * gdb.base/long_long.exp: new file.
21225 * gdb.base/sect-cmd.exp: new file.
21226 * gdb.base/shlib-cl2.exp: new file.
21227 * gdb.base/smoke.exp: new file.
21228 * gdb.base/so-impl-ld.c: new file.
21229 * gdb.base/so-impl-ld.exp: new file.
21230 * gdb.base/so-indr-cl.c: new file.
21231 * gdb.base/so-indr-cl.exp: new file.
21232 * gdb.base/varargs.exp: new file.
21233 * gdb.base/volatile.exp: new file.
21234 * gdb.base/whatis-exp.exp: new file.
21235 * gdb.base/display.exp: new file.
21236 * gdb.c++/derivation.exp: new file.
21237 * gdb.c++/local.exp: new file.
21238 * gdb.c++/member-ptr.exp: new file.
21239 * gdb.c++/overload.exp: new file.
21240 * gdb.c++/ovldbreak.exp: new file.
21241 * gdb.c++/ref-types.exp: new file.
21242 * gdb.c++/ref-types2.exp: new file.
21243 * gdb.c++/userdef.exp: new file.
21244
21245 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
21246
21247 * gdb.base/default.exp: Reflect wording change in remote.c.
21248
21249 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
21250
21251 * gdb.base/help.exp: Update to reflect current text.
21252
21253 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
21254
21255 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
21256 they're stack variables and contain garbage.
21257 * gdb.c++/anon-union.exp: new file.
21258
21259 The following changes were made by David Taylor
21260 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21261 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21262 in changes by HP.
21263
21264 * gdb.base/bitops.exp: new file.
21265 * gdb.base/default.exp: change expected messages for catch and
21266 info catch tests to reflect HP merge changes.
21267 * gdb.base/enable-disable-break.exp
21268 * gdb.base/ending-run.c: new file.
21269 * gdb.base/long_long.c: new file.
21270 * gdb.base/maint.exp: new file.
21271 * gdb.base/pointers2.exp: new file.
21272 * gdb.base/shlib-call2.exp: new file.
21273 * gdb.base/solib.exp: new file.
21274 * gdb.base/step-test.c: new file.
21275 * gdb.c++/anon-union.cc: new file.
21276 * gdb.c++/local.cc: new file.
21277 * gdb.c++/member-pointer.cc: new file.
21278 * gdb.c++/method.cc: new file.
21279 * gdb.c++/ref-types.cc: new file.
21280 * gdb.c++/ref-types2.cc: new file.
21281 * gdb.c++/userdef.cc: new file.
21282
21283 * gdb.base/scope.exp: compile one file at a time, then link.
21284 * gdb.base/langs.exp: ditto.
21285 * gdb.base/list.exp: ditto.
21286
21287 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
21288
21289 The following changes were made by David Taylor
21290 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
21291 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
21292 in changes by HP.
21293
21294 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
21295 skip tests. When compiling pass c++ flag to gdb_compile.
21296 * gdb.c++/
21297
21298 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
21299 test for on hppa*-*-hpux*; use args to see if c++ was specified.
21300 (skip_hp_tests): new function.
21301 (gdb_preprocess): new function.
21302
21303 * configure.in (hpdir): decide whether to configure gdb.hp.
21304 * configure: regenerated.
21305
21306 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
21307 to delete on clean.
21308 (EXECUTABLES): update to reflect new additions.
21309 * gdb.base/commands.exp: update message expected.
21310 * gdb.base/default.exp: add copyright notice.
21311 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
21312 * gdb.base/help.exp: update messages to reflect current text.
21313 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
21314 targets for recurse tests.
21315 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
21316 skip this file.
21317
21318 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
21319 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
21320 compilation.
21321 * gdb.c++/misc.exp: ditto.
21322 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
21323 run the tests. tell gdb_compile that it's a c++ compilation.
21324
21325 * gdb.threads/pthreads.exp: fix typo in message.
21326
21327 * gdb.base/all-bin.exp: new file.
21328 * gdb.base/arithmet.exp: new file.
21329 * gdb.base/assign.exp: new file.
21330 * gdb.base/completion.exp: new file.
21331 * gdb.base/cond-expr.exp: new file.
21332 * gdb.base/condbreak.exp: new file.
21333 * gdb.base/define.exp: new file.
21334 * gdb.base/dollar.exp: new file.
21335 * gdb.base/environment.exp: new file.
21336 * gdb.base/eval-skip.exp: new file.
21337 * gdb.base/jump.exp: new file.
21338 * gdb.base/logical.exp: new file.
21339 * gdb.base/pointers.exp: new file.
21340 * gdb.base/relational.exp: new file.
21341 * gdb.base/section_command.exp: new file.
21342 * gdb.base/whatis-expr.exp: new file.
21343
21344 * gdb.base/all-types.c: new file.
21345 * gdb.base/call-array-struct.c: new file.
21346 * gdb.base/call-return-struct.c: new file.
21347 * gdb.base/call-strings.c: new file.
21348 * gdb.base/callfuncs2.c: new file.
21349 * gdb.base/condbreak.c: new file.
21350 * gdb.base/constvars.c: new file.
21351 * gdb.base/display.c: new file.
21352 * gdb.base/int-type.c: new file.
21353 * gdb.base/jump.c: new file.
21354 * gdb.base/miscexprs.c: new file.
21355 * gdb.base/pointers.c: new file.
21356 * gdb.base/pointers2.c: new file.
21357 * gdb.base/shmain.c: new file.
21358 * gdb.base/shr1.c: new file.
21359 * gdb.base/shr2.c: new file.
21360 * gdb.base/solib.c: new file.
21361 * gdb.base/solib1.c: new file.
21362 * gdb.base/solib2.c: new file.
21363 * gdb.base/varargs.c: new file.
21364 * gdb.c++/derivation.cc: new file.
21365 * gdb.c++/overload.cc: new file.
21366 * gdb.c++/ovldbreak.cc: new file.
21367 * gdb.hp/attach.c: new file.
21368 * gdb.hp/attach2.c: new file.
21369 * gdb.hp/average.c: new file.
21370 * gdb.hp/compiler.c: new file.
21371 * gdb.hp/compiler.cc: new file.
21372 * gdb.hp/execd-program.c: new file.
21373 * gdb.hp/follow-exec.c: new file.
21374 * gdb.hp/follow-fork.c: new file.
21375 * gdb.hp/follow-vfork-and-exec.c: new file.
21376 * gdb.hp/misc-hp.cc: new file.
21377 * gdb.hp/more-steps.c: new file.
21378 * gdb.hp/optimize.c: new file.
21379 * gdb.hp/quicksort.c: new file.
21380 * gdb.hp/run-hp.c: new file.
21381 * gdb.hp/start-stop.c: new file.
21382 * gdb.hp/sum.c: new file.
21383 * gdb.hp/templates-hp.cc: new file.
21384 * gdb.hp/thread-local-in-lib.c: new file.
21385 * gdb.hp/thread-local-in-lib.h: new file.
21386 * gdb.hp/thread-local-in-lib.lib.c: new file.
21387 * gdb.hp/vforked-program.c: new file.
21388 * gdb.hp/virtfunc-hp.cc: new file.
21389 * gdb.hp/watchpoint-hp.c: new file.
21390 * gdb.hp/xdb.c: new file.
21391 * gdb.hp/xdb0.c: new file.
21392 * gdb.hp/xdb0.h: new file.
21393 * gdb.hp/xdb1.c: new file.
21394
21395 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
21396
21397 The following change was made by Edith Epstein
21398 <eepstein@cygnus.com> as part of a project to merge in changes
21399 originally made by HP; HP did not create ChangeLog entries.
21400
21401 * gdb.c++/demangle.exp: changed the expected output for some
21402 ARM-style mangling -- removed second reference to datatype.
21403 For example, maint demangle __dt__11T1__pt__2_cFv
21404 T1<char>::~T1<char>(void)
21405 becomes,
21406 maint demangle __dt__11T1__pt__2_cFv
21407 T1<char>::~T1(void)
21408
21409 (test_hp_style_demangling): new hp specific demangling test cases.
21410
21411 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
21412
21413 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
21414 * gdb.trace/backtrace.exp: Likewise.
21415 * gdb.trace/circ.exp: Likewise.
21416 * gdb.trace/collection.exp: Likewise.
21417 * gdb.trace/deltrace.exp: Likewise.
21418 * gdb.trace/infotrace.exp: Likewise.
21419 * gdb.trace/limits.exp: Likewise.
21420 * gdb.trace/packetlen.exp: Likewise.
21421 * gdb.trace/passc-dyn.exp: Likewise.
21422 * gdb.trace/passcount.exp: Likewise.
21423 * gdb.trace/report.exp: Likewise.
21424 * gdb.trace/save-trace.exp: Likewise.
21425 * gdb.trace/tfind.exp: Likewise.
21426 * gdb.trace/tracecmd.exp: Likewise.
21427 * gdb.trace/while-dyn.exp: Likewise.
21428 * gdb.trace/while-stepping.exp: Likewise.
21429
21430 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
21431
21432 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
21433
21434 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
21435
21436 From Brendan Kehoe:
21437 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21438 int return types.
21439
21440 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21441
21442 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
21443 remote dos host testing right.
21444
21445 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21446
21447 * gdb.base/corefile.exp: remove some xfails.
21448
21449 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21450
21451 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
21452 have different timestamps.
21453
21454 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21455
21456 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
21457 gdb.base/default.exp: Replace "exec" with "executable".
21458
21459 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21460
21461 * gdb.base/default.exp: Change else if to elseif from previous
21462 delta.
21463
21464 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21465
21466 * gdb.base/default.exp: Add brace missing from previous delta.
21467
21468 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
21469
21470 * gdb.base/default.exp: Support test for info float for all
21471 varieties of arm toolchain.
21472
21473 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
21474
21475 * gdb.trace/*.exp: remove "remote_download" command.
21476
21477 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
21478
21479 * gdb.trace/*.exp: remove -gdwarf from compile.
21480
21481 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
21482
21483 * gdb.trace/configure.in(AC_INIT): typo
21484 * gdb.trace/configure: regenerated
21485
21486 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
21487
21488 * config/m68k-emc.exp: New file.
21489 * lib/<emc-support.exp trace-support.exp}: New files.
21490 * configure.in: add new test directory gdb.trace.
21491 * gdb.trace/{configure configure.in Makefile.in}: New files.
21492 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21493 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21494 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21495 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21496 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21497 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21498 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
21499
21500 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
21501
21502 * gdb.c++/classes.exp: Change all regular expressions to match
21503 arbitrary combinations of newline/carriage-return, so that they
21504 will work equally well on Unix and Windows.
21505 * gdb.c++/inherit.exp: ditto.
21506 * gdb.c++/virtfunc.exp: ditto.
21507
21508 1998-08-11 Dawn Perchik <dawn@cygnus.com>
21509
21510 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21511
21512 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
21513
21514 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21515 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
21516 to use a0-a3/d0-d3 as needed.
21517
21518 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
21519
21520 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21521 * gdb.disasm/am33.exp: Corresponding changes.
21522
21523 1998-07-11 Felix Lee <flee@cygnus.com>
21524
21525 * gdb.base/callfuncs.exp: add cmp10 test.
21526 * gdb.base/callfuncs.c (cmp10): new function.
21527
21528 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
21529
21530 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
21531 into two parts to get around a synchronization problem in expect.
21532
21533 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
21534
21535 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21536
21537 * configure.in: Add options for gdbtk testsuite.
21538
21539 * configure: Regenerate.
21540
21541 * gdb.gdbtk: New directory to hold gdbtk tests.
21542
21543 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21544
21545 * gdb.fortran/types.exp: Escape brackets in expect patterns
21546 for test_float_literal_types_accepted tests.
21547 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
21548 before run test.
21549
21550 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
21551
21552 * am33.exp: Just compile, do not link the testcase.
21553 * am33.s: Add ".am33" pseudoop to force am33 mode.
21554
21555 1998-06-25 Felix Lee <flee@cygnus.com>
21556
21557 * gdb.base/setshow.exp: make sure $pc is sane.
21558
21559 * gdb.stabs/weird.exp: split expect patterns properly.
21560
21561 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
21562
21563 * gdb.disasm/am33.s: New disassembler testfile for the am33.
21564 * gdb.disasm/am33.exp: Run it.
21565
21566 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
21567
21568 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21569 match processing (and eliminate spurious timeouts when running).
21570
21571 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
21572
21573 * gdb.base/signals.exp (test_handle_all_print): put back Mach
21574 exception test, but conditionalize it on target [mach | gnu].
21575
21576 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
21577
21578 * gdb.base/overlays.exp: fixup compile line for linker script.
21579
21580 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
21581
21582 * gdb.fortran/types.exp: don't guess at float size.
21583
21584 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
21585
21586 * gdb.base/exprs.exp: delete test that depends on int size.
21587
21588 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
21589
21590 * config/sim.exp: Removed checks for target triplets.
21591 (gdb_target_sim): Use gdb,target_sim_options.
21592
21593 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
21594
21595 * gdb.base/reread.exp: New file.
21596 * gdb.base/reread1.c: New file.
21597 * gdb.base/reread2.c: New file.
21598
21599 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
21600
21601 * config/sim.exp: Use 'target sim -sparclite' when running
21602 SPARClite programs.
21603
21604 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
21605
21606 * gdb.base/structs2.exp: New file.
21607 * gdb.base/structs2.c: New file.
21608
21609 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
21610
21611 * gdb.asm/common.inc: New file.
21612 * gdb.asm/d10v.inc: New file.
21613 * asm-source.exp: Pass -I's to gas to find .inc files.
21614 Update line numbers in expected output.
21615 * asmsrc1.s: Rewrite.
21616 * asmsrc2.s: Rewrite.
21617 * configure.in: Create arch.inc symlink.
21618 * configure: Regenerate.
21619 * Makefile.in (distclean): Delete arch.inc.
21620
21621 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
21622
21623 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
21624 (t_enum_value2): ditto
21625 (t_enum_value3): ditto
21626 (main): ditto
21627 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21628
21629 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
21630 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
21631 change.
21632 Use gdb_test instead of send_gdb/gdb_expect sequences.
21633
21634 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
21635
21636 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
21637 not void.
21638
21639 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
21640
21641 * gdb.base/branches.c: Code with lots of loops and
21642 subroutines. Used to test gdbs ability to single step through PC
21643 changes, especially to test mips-tdep.c:mips_next_pc
21644
21645 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
21646
21647 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
21648 more rigorous EGCS C++ error checking.
21649
21650 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21651
21652 * gdb.base/help.exp: Clean up `help set args' and `help show args'
21653 tests.
21654 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
21655 function when asleep.
21656 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
21657 for i*86 Linux and SVR4 signal handling problems.
21658 Remove linux xfail for `next to handler in signals_tests_1', fixed
21659 by recent infrun.c change.
21660 Limit backtrace to 10 frames to avoid timeout problems with infinite
21661 stack backtraces.
21662 Adjust expect pattern in `handle all print' test to match Apr 28 1997
21663 target.[ch] change.
21664
21665 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
21666
21667 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
21668 for a newline from gdb before continuing.
21669 (default_gdb_exit): Just look for y or n.
21670 (gdb_test): Detect abnormal exit from GDB running on DOS; if
21671 it does, fail the rests of the tests in the file.
21672
21673 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
21674
21675 * config/cygmon.exp: New file.
21676
21677 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
21678
21679 * gdb.base/list.exp: Fix problem with "list default lines around
21680 main" test on remote targets.
21681
21682 * gdb.base/scope.exp: Fix problem with filelocal_bss before
21683 run test on remote targets.
21684
21685 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
21686
21687 * gdb.asm: New directory.
21688 * configure.in: Configure it.
21689 * configure: Regenerate.
21690 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21691 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21692
21693 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
21694
21695 * config/mn10300-eval.exp: New file to support MN10300 eval board.
21696
21697 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
21698
21699 * gdb.base/overlays (several files): Merge the two overlay
21700 managers into one. Change variables (foox, barx, bazx, grbxx)
21701 back into ints but force them to load in their proper sections.
21702
21703 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
21704
21705 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
21706 on-chip insn memory and IMAP1 to upper 128k.
21707 (D10VCopy): Handle memory regions crossing 16k boundaries.
21708 (D10VCopy): Transfer data in 32 bit chunks.
21709
21710 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
21711
21712 * gdb.base/overlays.c (main): Exit normally when result is
21713 correct.
21714
21715 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
21716 map. Include space for printf in .text segment.
21717
21718 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
21719 updated d10v memory VMA/LMA map.
21720 (D10VCopy): Call D10VTranslate.
21721
21722 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
21723
21724 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
21725
21726 * gdb.base/bar.c (barx, bar): Change variable to small array so
21727 that it won't be put into the .sdata - small data -
21728 section. Update reference.
21729 * gdb.base/baz.c (bazx, baz): Ditto.
21730 * gdb.base/foo.c (foox, foo): Ditto.
21731 * gdb.base/grbx.c (grbxx, grbx): Ditto.
21732
21733 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
21734 to be arrays.
21735
21736 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
21737
21738 * gdb.base/overlays.exp: fix up and get working again.
21739 Add tests for backtraces from an overlay function.
21740
21741 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
21742
21743 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
21744 "calling function with watchpoint enabled".
21745
21746 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
21747
21748 * gdb.base/break.exp (test_next_with_recursion): Remove
21749 gdb_suppress_tests for d10v-*-*.
21750 * lib/gdb.exp (gdb_suppress_tests): Disable this function
21751 pending review of whether it is useful or not.
21752
21753 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
21754
21755 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
21756
21757 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
21758
21759 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
21760 * config/dve.exp: New file to support Densan boards.
21761
21762 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
21763
21764 * gdb.base/interrupt.exp: Document problem of simulators, signals,
21765 reads and BSD.
21766
21767 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
21768
21769 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
21770 response.
21771
21772 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
21773
21774 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
21775
21776 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
21777 test.
21778
21779 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
21780 target_sizeof_long and target_bigendian_p.
21781 (structs_by_value, structs_by_reference): Check values according
21782 to targets word size and endianess.
21783
21784 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
21785
21786 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
21787 output.
21788
21789 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
21790
21791 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
21792 Update test of set args help to match source change.
21793
21794 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
21795
21796 * gdb.base/default.exp: Expect help system output to be in
21797 alphabetical order.
21798 * gdb.base/help.exp: Ditto.
21799
21800 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
21801
21802 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
21803 "i*86-pc-linux-gnu*".
21804 * gdb.base/interrupt.exp: Ditto.
21805 * gdb.base/corefile.exp: Ditto.
21806
21807 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
21808 define vxworks when building the testcase.
21809
21810 * gdb.base/ptype.exp: Fix testnames to be unique.
21811 * gdb.base/radix.exp: Ditto.
21812 * gdb.base/term.exp: Ditto.
21813 * gdb.base/whatis.exp: Ditto.
21814 * gdb.c++/classes.exp: Ditto.
21815
21816 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
21817
21818 * gdb.base/callfuncs.exp: Fix indentation.
21819
21820 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
21821 suppress_flag has been set.
21822 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
21823 target feature.
21824
21825 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
21826
21827 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
21828 the testcase.
21829
21830 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
21831 set_debug_traps() and breakpoint().
21832 * gdb.c++/misc.cc (main): Ditto.
21833 * gdb.c++/templates.cc (main): Ditto.
21834 * gdb.c++/virtfunc.cc (main): Ditto.
21835
21836 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
21837
21838 * lib/gdb.exp(gdb_step_for_stub): New function.
21839 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
21840 exists, reload the executable and do a "continue" instead of
21841 doing a jump.
21842 (runto_main): Use gdb_step_for_stub.
21843
21844 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
21845 tests to have unique names.
21846 * gdb.base/callfuncs.exp: Ditto.
21847 * gdb.base/commands.exp: Ditto.
21848 * gdb.base/default.exp: Ditto.
21849 * gdb.base/help.exp: Ditto.
21850 * gdb.base/list.exp: Ditto.
21851 * gdb.base/opaque.exp: Ditto.
21852 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
21853 similar tests.
21854
21855 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
21856 * gdb.c++/cplusfuncs.cc: Ditto.
21857 * gdb.c++/virtfunc.cc: Ditto.
21858
21859 * config/monitor.exp: Keep track of the last file we saw, rather
21860 than trying to get the info from gdb.
21861
21862 * gdb.fortran/types.exp: Move comment to previous line.
21863
21864 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
21865
21866 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
21867 target mode.
21868
21869 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
21870
21871 From Bob Manson:
21872 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
21873 string from GDB when it connects.
21874
21875 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
21876
21877 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
21878
21879 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
21880 if we can't get a debug format from GDB (we may be testing an
21881 older GDB). Use a 10 second timeout when checking for the format.
21882
21883 * gdb.stabs/weird.exp: Fix quoting.
21884
21885 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
21886
21887 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
21888
21889 * config/arm-ice.exp: New file.
21890
21891 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
21892
21893 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
21894 until it has been modified to work with the new testsuite.
21895
21896 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
21897 testcase won't compile, cause all of the testcases in the file to
21898 fail instead.
21899
21900 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
21901 (gdb_clear_suppressed): New procedure.
21902 (gdb_stop_suppressing_tests): Only clear suppress_flag if
21903 it contains a positive value.
21904
21905 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
21906
21907 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
21908
21909 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
21910
21911 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
21912
21913 * lib/gdb.exp (setup_xfail_format): New function.
21914 (get_debug_format): New function to get debug format.
21915 (debug_format): New global variable to hold last value set
21916 by get_debug_format.
21917 * gdb.base/list.exp: Call get_debug_format and expect some
21918 tests to fail for DWARF 1 and COFF formats.
21919 * gdb.c++/ptype.exp: Ditto.
21920 * gdb.c++/classes.exp: Ditto.
21921 * gdb.c++/cplusfuncs.exp: Ditto.
21922 * gdb.c++/inherit.exp: Ditto.
21923 * gdb.c++/templates.exp: Ditto.
21924 * gdb.c++/virtfunc.exp: Ditto.
21925
21926 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
21927
21928 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
21929 host doesn't have a currently-open connection.
21930
21931 * config/sparclet.exp: Cleanups and fixes to make it generic for
21932 any gdb stub target. Handle cases where gdb doesn't respond when
21933 interrupted in a sane fashion.
21934
21935 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
21936 same thing in a totally different way.
21937
21938 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
21939 setting "timeout".
21940 (gdb_start): We set the global gdb_prompt variable in
21941 default_gdb_init now.
21942
21943 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
21944
21945 * gdb.base/printcmds.exp: Fix "check for floating addition"
21946 regexp to accept results within approx +/- .01 of exact value.
21947 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
21948
21949 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
21950
21951 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
21952 properly.
21953 (gdb_expect): Add optional timeout parameter, and add timeout
21954 value to various calls.
21955 (gdb_suppress_tests): Only give one warning message per group.
21956
21957 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
21958
21959 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
21960 global variables. Handle getting a value for $timeout more
21961 gracefully.
21962
21963 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21964
21965 * lib/gdb.exp: Close connection to remote host if gdb doesn't
21966 initialize.
21967 (default_gdb_init): New procedure; allow gdb_init to be overridden
21968 by a target configuration file.
21969 (gdb_expect): Pass the timeout to remote_expect.
21970
21971 * config/monitor.exp(gdb_load): Fix typo in regexp.
21972
21973 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
21974
21975 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
21976
21977 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
21978
21979 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
21980 here. Call gdb_target_exec before rebooting the target, to make
21981 sure the connection to the target is closed.
21982 (gdb_load): Pass the name of the executable to gdb_target_monitor.
21983 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
21984 Also detect "Timeout reading from remote" error.
21985
21986 * config/gdbserver.exp: Pass the executable being loaded to
21987 gdb_target_monitor. Don't call gdb_file_cmd here; let
21988 gdb_target_monitor do it.
21989
21990 * gdb.disasm/hppa.exp: Don't use exec_output.
21991
21992 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
21993
21994 * gdb.base/list.exp: If we're debugging a non-native target,
21995 try to set the pc register to point to the start of the
21996 program before doing the first list command.
21997
21998 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
21999 test_calls after restarting.
22000
22001 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
22002 reloading.
22003
22004 * gdb.base/watchpoint.exp: Fix typo.
22005
22006 * gdb.base/setshow.exp: Check for use_gdb_stub.
22007
22008 * gdb.base/break.exp: Fix continue until exit test for the gdb
22009 stub case.
22010 * gdb.base/langs.exp: Ditto.
22011
22012 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
22013 gdb_load_offset. If we weren't given a file to load, figure out
22014 what the current file is and use it.
22015
22016 * config/i386-bozo.exp: New file.
22017
22018 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
22019
22020 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
22021 feature.
22022
22023 * config/proelf.exp: New entry.
22024
22025 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
22026
22027 * lib/gdb.exp: Remove spurious .* patterns at the beginning
22028 of regexps.
22029
22030 * gdb.base/watchpoint.exp: Don't run the test_stepping
22031 tests if gdb can't call functions on the target.
22032
22033 * gdb.base/setshow.exp: Don't run the set prompt tests if
22034 the board has gdb_prompt set.
22035
22036 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
22037
22038 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
22039 * gdb.base/commands.exp: Likewise.
22040 * gdb.base/setshow.exp: Likewise.
22041
22042 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
22043
22044 * config/monitor.exp(gdb_start): Look for gdb_prompt target
22045 feature.
22046
22047 * config/i960.exp: New file.
22048
22049 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
22050
22051 * gdb.base/funcargs.exp: Check for gdb,short_int target
22052 feature instead of looking for explicit target triplets.
22053
22054 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
22055
22056 * gdb.base/printcmds.exp: add a couple more tests a la
22057 "p 123DEADBEEF", to check parse_number.
22058 * top.c: change "to enable to enable" to "to enable" in a couple
22059 of help strings.
22060
22061 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
22062
22063 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
22064 on the mn10300.
22065
22066 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
22067
22068 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
22069 where the test executable is run with explicit args.
22070 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
22071
22072 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
22073
22074 * gdb.base/run.c: Use FAKEARGV to build test executable that
22075 does not require a command line arg, since most simulators
22076 don't currently support passing such an arg into the simulated
22077 program.
22078 * gdb.base/commands.exp: Change tests to insert the proper
22079 value as the arg to the first recursive factorial call. Change
22080 compilation line to define FAKEARGV at compile time.
22081
22082 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
22083
22084 * gdb.base/recurse.exp: Enable these tests for the mn10300.
22085 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
22086 function with watchpoint enabled" test.
22087
22088 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
22089
22090 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
22091 Don't call gdb_test when the command doesn't return to a gdb prompt.
22092
22093 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
22094 "Tests restarted" messages.
22095
22096 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
22097
22098 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
22099
22100 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
22101
22102 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
22103 for INFO SYMBOL; add help tests for OVERLAY commands.
22104 * gdb.base/default.exp: add tests for INFO SYMBOL command;
22105 add tests for OVERLAY commands
22106 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
22107 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
22108 * gdb.base/sigall.c: add usestubs code frag
22109 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
22110
22111 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
22112
22113 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
22114 failures.
22115 (gdb_stop_suppressing_tests): Note that tests have restarted.
22116
22117 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
22118
22119 * config/h8300.exp: New file.
22120
22121 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
22122
22123 * gdb.base/setshow.exp: Check for the existence of a
22124 feature, not its value.
22125
22126 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
22127
22128 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
22129
22130 * gdb.base/scope.exp: It's now init0(), not init().
22131
22132 * gdb.base/scope0.c: For now, change init() to be init0().
22133
22134 * config/monitor.exp: Use gdb_serial in preference to serial
22135 or netport.
22136
22137 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
22138 and it's not already set.
22139
22140 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
22141
22142 * gdb.base/setshow.exp: Only test the run command if the target
22143 isn't using a stub and if it supports argument passing.
22144
22145 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
22146
22147 * config/udi.exp(gdb_start): Make sure UDICONF is set
22148 properly before starting gdb.
22149
22150 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
22151
22152 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
22153 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
22154 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
22155
22156 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
22157
22158 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
22159 specialized code to reboot the board, use remote_reboot instead.
22160
22161 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
22162
22163 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
22164
22165 * config/monitor.exp: Make sure we disconnect from the target.
22166 Also, try a reboot/reload cycle instead of failing if the
22167 load fails.
22168
22169 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
22170
22171 * gdb.base/default.exp: Don't set match_max.
22172 * gdb.base/help.exp: Ditto.
22173 * gdb.base/list.exp: Ditto.
22174 * gdb.base/signals.exp: Ditto.
22175
22176 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
22177 set, use remote_ld to download the testcase instead of
22178 the GDB loader.
22179
22180 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
22181
22182 * config/vr5000.exp: New file.
22183
22184 * config/monitor.exp(gdb_target_monitor): Add pattern for
22185 "Ending remote" to detect errors in connecting.
22186
22187 * gdb.base/setshow.exp: Add .* within auto language test.
22188
22189 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
22190 target feature.
22191
22192 * config/monitor.exp(gdb_load): Check for a failure when loading,
22193 and reboot the board if necessary.
22194
22195 * gdb.base/setvar.exp(test_set): Handle multiple prints within
22196 a set of tests. Remove print.* from the patterns being checked.
22197
22198 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
22199
22200 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
22201 refer to gdb_spawn_id.
22202
22203 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
22204 longer used.
22205 * config/sparclet.exp: Ditto.
22206 * config/sparclet-old.exp: Ditto.
22207 * config/slite.exp: Ditto.
22208 * config/sim.exp: Ditto.
22209 * gdb.base/funcargs.exp: Ditto.
22210
22211 * lib/gdb.exp:Remove references to gdb_spawn_id.
22212 (gdb_expect): Move to remote.exp.
22213
22214 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
22215
22216 * config/monitor.exp: Detect the "Couldn't establish connection"
22217 message from GDB.
22218
22219 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
22220
22221 * gdb.base/bitfields.exp: Use runto instead of explicit
22222 gdb_run_cmd/gdb_expect sequences.
22223
22224 * gdb.base/break.exp(text_next_with_recursion): Add match for
22225 gdb_expect call.
22226
22227 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
22228 We also need to handle the "A program is being debugged already"
22229 prompt from gdb. Use gdb_test to set the baud rate.
22230
22231 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
22232 to 20000. Really. I mean it.
22233
22234 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
22235
22236 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
22237 fails. If suppress_flag is set, skip perror message about not
22238 being able to send to GDB.
22239 (send_gdb): If suppress_flag is set, don't try to send commands to
22240 GDB.
22241 (gdb_expect): If suppress_flag is set, always fail immediately.
22242 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
22243 (gdb_init): Call gdb_stop_suppressing_tests.
22244 (default_gdb_exit): Ditto.
22245 (default_gdb_start): Ditto.
22246
22247 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
22248 gdb_stop_suppressing_tests as appropriate.
22249 * gdb.base/break.exp: Ditto.
22250 * gdb.base/callfuncs.exp: Ditto.
22251 * gdb.base/commands.exp: Ditto.
22252 * gdb.base/exprs.exp: Ditto.
22253 * gdb.base/funcargs.exp: Ditto.
22254 * gdb.base/list.exp: Ditto.
22255 * gdb.base/recurse.exp: Ditto.
22256 * gdb.base/scope.exp: Ditto.
22257 * gdb.base/structs.exp: Ditto.
22258 * gdb.c++/inherit.exp: Ditto.
22259
22260 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
22261
22262 * config/vr4300.exp: New file.
22263
22264 * gdb.*/*.exp: Call gdb_expect instead of expect.
22265
22266 * lib/gdb.exp(gdb_expect): New function.
22267
22268 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
22269
22270 * lib/gdb.exp(gdb_init): New function.
22271
22272 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
22273 for each individual variable set.
22274
22275 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
22276 name.
22277
22278 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
22279
22280 * gdb.base/scope.exp: Use gdb_test.
22281
22282 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
22283 aborting; the testsuite driver will do that for us (see
22284 gdb_finish). Also, use gdb_test in a few more places.
22285
22286 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
22287
22288 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
22289
22290 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
22291
22292 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
22293 and "add_tests" are not at the same address.
22294
22295 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
22296
22297 * gdb.base/ptype.exp: Use gdb_test.
22298
22299 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
22300
22301 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
22302 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
22303 left in. No longer expect them to fail.
22304
22305 * gdb.stabs/*.mt; Deleted, no longer used.
22306 * gdb.stabs/configure.in: Remove references to target makefile
22307 frags.
22308 * gdb.stabs/configure: Rebuilt.
22309
22310 * gdb.disasm/*.mt: Deleted, no longer used.
22311 * gdb.disasm/configure.in: Remove references to target makefile
22312 frags. Use "sh3.s" as the unique filename for this directory.
22313 * gdb.disasm/configure: Rebuilt.
22314
22315 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
22316 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
22317 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
22318
22319 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
22320
22321 * config/udi.exp: Use mondfe,name instead of remote_host.
22322
22323 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
22324
22325 * gdb.base/watchpoint.exp: Don't expect a failure when calling
22326 a function with a watchpoint enabled on the mn10200.
22327
22328 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
22329 before trying to create it!
22330
22331 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
22332
22333 * config/vx.exp: Use hostname instead of netport.
22334
22335 * config/vxworks.exp: New file.
22336
22337 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
22338
22339 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
22340 gdb before assuming everything worked. Send a ^C if a timeout
22341 occurs.
22342
22343 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
22344 $gdb_spawn_id directly.
22345 (gdb_run_cmd): Try _start as well as start. Use the target feature
22346 gdb,start_symbol as the symbol to start from when jumping.
22347
22348 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
22349
22350 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
22351 redundant) test.
22352
22353 * gdb.base/recurse.exp: Relax final value test for 'b' so that
22354 it doesn't lose for 16bit integer systems.
22355
22356 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
22357
22358 * gdb.fortran/types.exp: If the target doesn't support "double"
22359 data types, then expect "real" types to only be 4 bytes.
22360
22361 * gdb.c++/virtfunc.exp: Expect failure for virtual function
22362 call tests if the target doesn't support inferior function calls.
22363
22364 * gdb.base/printcmds.exp: Allow minor deviation in FP values
22365 in printf tests.
22366
22367 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
22368
22369 * gdb.base/help.exp: Disable "help set", "help show", and
22370 "help support". Simplify regexp for "help stack".
22371
22372 * gdb.base/default.exp: Set match_max to 5000 and the timeout
22373 to 60 seconds. Temporarily set match_max to 15000 around the
22374 "info copying" test.
22375
22376 * gdb.base/nodebug.exp: Don't try to do an inferior function
22377 call if the target doesn't support them.
22378 * gdb.base/printcmds.exp: Likewise.
22379 * gdb.base/setvar.exp: Likewise.
22380 * gdb.base/structs.exp: Likewise.
22381 * gdb.c++/templates.exp: Likewise.
22382 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
22383
22384 * gdb.base/recurse.exp: Enable for the mn10200.
22385
22386 * configure.in: Do configure gdb.stabs directory for *-*-elf
22387 targets.
22388 * configure: Rebuilt.
22389
22390 * gdb.base/break.exp: Check for gdb,noresults before testing
22391 exit status and/or results from the target.
22392 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
22393 * lib/gdb.exp: Remove old (now bogus) initialization of
22394 noinferior, noargs, noresults and nosignals.
22395
22396 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
22397
22398 * config/sh.exp: New file.
22399
22400 * config/slite.exp: Try to connect multiple times to the board
22401 before rebooting. Only send a "monitor run" if need_monitor_run
22402 is set.
22403
22404 * gdb.base/break.exp: Don't do the "stub continue" test if
22405 the target has gdb_stub set.
22406
22407 * gdb.base/callfuncs.exp: Increase the timeout.
22408
22409 * gdb.base/interrupt.exp: Don't even try to compile the testcase
22410 if the target has gdb,noinferiorio set.
22411
22412 * gdb.base/list.exp: Increase match_max to 10000 characters.
22413
22414 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
22415
22416 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
22417 target.
22418
22419 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
22420
22421 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
22422
22423 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
22424 trying to delete the copy of gdb. Catch the file delete so we
22425 don't die if the delete fails; also, the file should be copied to
22426 the host, not to the build.
22427
22428 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
22429
22430 * lib/gdb.exp(gdb_test): Surround the result pattern with
22431 parenthesis in case it contains multiple regexps separated
22432 with |.
22433
22434 * gdb.base/watchpoint.exp: Use gdb_test.
22435 * gdb.base/default.exp: Ditto.
22436
22437 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22438
22439 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
22440
22441 * gdb.base/scope.exp: Use gdb_test.
22442 * gdb.c++/classes.exp: Ditto.
22443 * gdb.c++/inherit.exp: Ditto.
22444
22445 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22446
22447 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22448 remote_exec instead.
22449 * gdb.base/corefile.exp: Don't be ridiculous.
22450 * gdb.base/*.c: Add missing stub invocations.
22451
22452 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22453
22454 * config/slite.exp: Miscellaneous fixes.
22455
22456 * lib/gdb.exp: Fix runto.
22457
22458 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22459 the target.
22460
22461 * gdb.base/watchpoint.exp: Fix regexp.
22462
22463 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22464 close and wait commands, as the descriptor may now be
22465 invalid. Always call "remote_close host".
22466
22467 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
22468
22469 Major rewrite for testsuite revision.
22470
22471 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22472 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22473 instead of relying on spawn_id to always contain a valid
22474 spawn id.
22475 (get_compiler_info): New procedure to build the ${binfile}.ci
22476 file, instead of replicating this in N different places.
22477 (gdb_compile): New procedure.
22478
22479 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
22480 appropriate arguments) instead of compile. Use gdb_test in a lot
22481 more places. Use send_gdb instead of send. Always run gdb_start
22482 at the start of a testcase, as this is no longer done magically.
22483
22484 config/*-gdb.exp: Rename without the -gdb suffix.
22485
22486 config/mips.exp: Use remote_close instead of exit_remote_shell.
22487 config/monitor.exp: Use target_info instead of looking at
22488 baud, timeout, etc.
22489 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
22490
22491 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22492
22493 * gdb.c++/templates.exp (test_ptype_of_templates),
22494 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22495 Update expect patterns for destructors and assignment operators
22496 to match corresponding c-typeprint.c changes.
22497 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
22498 to destructor breakpoint test, GDB should be able to set the
22499 destructor breakpoint without specifying arguments.
22500
22501 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
22502
22503 * gdb.threads/pthreads.exp: Change result for failure to compile due
22504 to lack of pthreads runtime support from an error to simply an
22505 unsupported test, per dejagnu standards.
22506
22507 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22508
22509 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
22510 where GDB exits to reduce pattern match time.
22511 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
22512
22513 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
22514
22515 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
22516
22517 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22518 * gdb.base/default.exp: ditto.
22519 * gdb.base/nodebug.exp: ditto.
22520 * gdb.base/printcmds.exp: ditto.
22521 * gdb.base/ptype.exp: ditto.
22522 * gdb.base/setvar.exp: ditto.
22523 * gdb.base/structs.exp: ditto.
22524 * gdb.base/setshow.c: Guard against uninitialized values of argc.
22525
22526 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
22527
22528 * configure, */configure: Rebuild with autoconf 2.12.
22529
22530 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
22531
22532 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22533 use new i*86-pc-linux*-gnu quads.
22534 * gdb.base/corefile.exp: Ditto.
22535 * gdb.base/signals.exp: Ditto.
22536 * gdb.base/sigall.exp: Ditto.
22537 * gdb.base/interrupt.exp: Ditto.
22538
22539 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22540 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
22541 RedHat 4.0.
22542
22543 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
22544 linux. This allows the test case to at least compile on latest
22545 linux, but still not run due to missing the threads runtime library.
22546
22547 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22548
22549 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
22550 directory to search gdb directory. Accept and step over conditional
22551 stack alignment code. Consume $prompt in failure cases.
22552 Reset timeout to $oldtimeout instead of some arbitrary value.
22553 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
22554 timeout problems with infinite stack backtraces.
22555 * gdb.base/ptype.exp (ptype struct link, union tu_link):
22556 Accept function parameters for linkfunc member.
22557
22558 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
22559
22560 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22561 (CXXFLAGS): Remove, unreferenced.
22562 (B_OPTIONS): Add for -B options and add code to initialize with
22563 previous -B options and also add -B option to pick up cross compiled
22564 runtime.
22565 (TARGET_INCLUDES): Add for -I options and add code to initialize when
22566 doing cross compiles.
22567 (target_alias): Declare global.
22568 (xgcc): Set variable to full path of gcc in build tree. Use findfile
22569 to verify that gcc exists in build tree, and if so set CC to that
22570 gcc and to use B_OPTIONS and TARGET_INCLUDES.
22571
22572 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
22573
22574 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22575 ptype test for anonymous union. Fixup testcase to match
22576 current gcc debug output.
22577
22578 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
22579
22580 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22581 force argument to an unsigned long type.
22582
22583 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
22584
22585 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
22586 tests and anonymous union print/ptype tests.
22587 * gdb.base/list.exp (test_forward-search): Increase timeout by
22588 5 minutes for the "search extremely long line" case.
22589 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22590 completely optional and that the pass/fail messages use the command as
22591 the message if that third arg is a null string.
22592 (gdb_test_exact): Arrange that a null string pattern means match a
22593 null string output rather than any output, which might include random
22594 errors.
22595 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22596 backtrace test.
22597 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22598 always failing and failure is now exposed by gdb.exp changes.
22599
22600 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
22601
22602 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22603 weren't being noted.
22604
22605 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22606
22607 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
22608 * gdb.stabs/weird.exp: Remove v_comb xfails.
22609
22610 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
22611
22612 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
22613 list.exp scope.exp watchpoint.exp]
22614 Make all timeout error msgs explicitly say "(timeout)".
22615
22616 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
22617
22618 * config/monitor.exp: Increase download timeout to 1000 seconds.
22619
22620 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
22621
22622 * config/m32r.exp: Increase timeout to 120 seconds.
22623
22624 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
22625
22626 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
22627 and accept older ordering as obsolescent gcc or gdb.
22628 * gdb.c++/templates.exp: Ditto.
22629 * gdb.c++/virtfunc.exp: Ditto.
22630
22631 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
22632
22633 * gdb.base/coremaker.c: Add code to mmap some data so we
22634 can check that it ends up in the core file.
22635 * gdb.base/corefile.exp: Add test to read mmapped data
22636 from core file.
22637
22638 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
22639
22640 * config/m32r.exp: New file.
22641
22642 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
22643
22644 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
22645 that cflags can contains -gstabs, and work correctly for other tests.
22646
22647 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
22648
22649 * gdb.base/setshow.exp: New file, tests show and set.
22650 * gdb.base/setshow.c: New file, tests show and set.
22651 * gdb.base/help.exp: Add test for help set|show annotate.
22652 * gdb.base/default.exp: Add test for set|show annotate.
22653
22654 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
22655
22656 * testsuite/gdb.base/break.exp: Make backtrace from factorial
22657 errors unique.
22658 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
22659 explicitly.
22660
22661 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
22662
22663 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
22664 and width commands. This is done elsewhere.
22665 * (gdb_start): Don't call gdb_start_sim here. That's already
22666 done in gdb_load. This fixes lots of failures in default.exp.
22667
22668 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
22669
22670 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22671 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22672 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22673 in the same we we treat other failures (since it may be an expected
22674 condition), rather than as an error.
22675 * gdb.base/signals.exp (test_handle_all_print): Revert back to
22676 old test format.
22677
22678 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
22679
22680 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22681 (distclean maintainer-clean realclean): No need to remove files
22682 twice. Nuke the duplicates.
22683 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
22684 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
22685 Remove config.h along with other config files.
22686
22687 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
22688
22689 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22690 "p func1 ()" and note that rests of tests are skipped.
22691 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
22692 setup_xfails for "print func2::coremaker_local".
22693 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22694 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22695 affected by the previous run test.
22696 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22697 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22698 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22699 "pass int powerset tuple" and "pass modeless int powerset tuple".
22700 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22701 "real write 4" and "real write 8".
22702 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
22703 setup_xfails for "print vs1 after tuple assign 2",
22704 "print \$i after tuple assign 2", and
22705 "print vs2 after tuple assign 2".
22706 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
22707 meaningful error message and return -1 so the caller can
22708 suppress further tests and avoid a cascade of errors.
22709
22710 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
22711
22712 * gdb.base/a1-selftest.exp: Tweak tests to account for new
22713 format for printing version.
22714 * gdb.base/default.exp: Ditto.
22715 * gdb.base/interrupt.exp: Fix problem with cascade of
22716 errors if child process dies while calling a function.
22717
22718 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
22719
22720 * Makefile.in (VPATH): Add
22721 * Makefile.in (Makefile, config.status): Fix rules so things get
22722 remade when necessary.
22723
22724 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
22725
22726 * Makefile.in (just-check): Add path to sibling expect dir
22727 to environment variable specified by RPATH_ENVVAR.
22728
22729 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
22730
22731 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
22732 (just-check): Add shared library paths for libstdc++, tk,
22733 tcl, bfd, and opcodes to the environment variable specified
22734 in RPATH_ENVVAR.
22735 * configure.in: Add support to recognize --enable-shared flag
22736 and generate correct value for RPATH_ENVVAR.
22737 * configure: Regenerated with autoconf.
22738
22739 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
22740
22741 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
22742 include all osf versions.
22743 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
22744 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
22745 when target is linux. When failing to build pthreads test
22746 executable, give more meaningful message.
22747 * gdb.threads/pthreads.c: Hpux also uses old definition of second
22748 arg for pthread_create.
22749
22750 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
22751
22752 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
22753 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
22754 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
22755 and -lpthreads (everybody else).
22756 (test_startup): Fail gracefully if threads are not supported.
22757 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
22758 "p/c array_index("abcdef",2)" when not gcc compiled.
22759 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
22760 "print func2::coremaker_local" when not gcc compiled.
22761 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
22762 "ptype on opaque struct tagname (statically)",
22763 "ptype on opaque struct tagname (dynamically) 1", and
22764 "ptype on opaque struct tagname (dynamically) 2"
22765 for not compiled with gcc.
22766 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
22767 backtrace when compiled with gcc.
22768 * lib/gdb.exp (runto_main): Return result of "runto main" rather
22769 than always return success.
22770
22771 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
22772
22773 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
22774
22775 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
22776
22777 * gdb.base/structs.exp: Undo last change.
22778
22779 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
22780
22781 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
22782 encapsulate all the steps/nexts done during self test, starting
22783 at main, and makes them less sensitive to optimization issues.
22784 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
22785 signal handler" test.
22786 * gdb.threads/pthreads.exp: Only run this for native configs.
22787 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
22788 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
22789 tests.
22790 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
22791 for "runto test_calls(void)" test.
22792
22793 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
22794
22795 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
22796 and don't expect address info in breakpoint confirmations.
22797
22798 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
22799
22800 * gdb.base/list.exp (test_forward_search): Increase timeout
22801 temporarily by 60 seconds for searching extremely long line,
22802 and then reset to old value when done. Increase expect input
22803 buffer to 10000.
22804
22805 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
22806
22807 * gdb.base/list.exp (test_forward_search): Fix to handle very
22808 long source line without overflowing expect's input buffer.
22809
22810 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
22811
22812 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
22813 "buffer_full".
22814
22815 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
22816 "buffer_full".
22817
22818 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
22819 "buffer_full".
22820
22821 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
22822 "buffer_full".
22823
22824 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
22825
22826 * configure.in (configdirs): Add gdb.threads.
22827 * configure: Regenerated with autoconf.
22828 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
22829 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
22830 * gdb.threads/configure: New, generated with autoconf.
22831
22832 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
22833
22834 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
22835
22836 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
22837
22838 * gdb.base/signals.exp (test_handle_all_print): Test separately for
22839 each signal's status in the output of "handle all print".
22840 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
22841 the \r\n sequence that immediately precedes the gdb prompt.
22842 * gdb.base/a1-selftest.exp: Save original timeout and restore
22843 after test.
22844
22845 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
22846
22847 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
22848 symbol.
22849
22850 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
22851
22852 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
22853
22854 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
22855
22856 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
22857 timeout by 60 seconds.
22858
22859 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
22860
22861 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
22862 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
22863 error return.
22864
22865 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
22866
22867 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
22868 gdb initialization, also report how long dejagnu waited. Restore
22869 old timeout before doing error return. Temporarily increase timeout
22870 by 3 minutes to allow for slow startups over heavy NFS use.
22871
22872 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
22873
22874 * lib/gdb.exp: Report timeout value for verbosity level 2.
22875 * config/gdbserver.exp: Ditto.
22876 * config/hppro.exp: Ditto.
22877 * config/mips-gdb.exp: Ditto.
22878 * config/monitor.exp: Ditto.
22879 * config/netware.exp: Ditto.
22880 * config/sim-gdb.exp: Ditto.
22881 * config/slite-gdb.exp: Ditto.
22882 * config/udi-gdb.exp: Ditto.
22883 * config/unix-gdb.exp: Ditto.
22884 * config/vx-gdb.exp: Ditto.
22885 * gdb.base/a1-selftest.exp: Ditto.
22886 * gdb.base/a2-run.exp: Ditto.
22887 * gdb.base/break.exp: Ditto.
22888 * gdb.base/corefile.exp: Ditto.
22889 * gdb.base/list.exp: Ditto.
22890 * gdb.base/recurse.exp: Ditto.
22891 * gdb.base/scope.exp: Ditto.
22892 * gdb.base/signals.exp: Ditto.
22893
22894 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22895
22896 * gdb.threads/Makefile.in (docdir): Removed.
22897
22898 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22899
22900 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
22901 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
22902 @srcdir@.
22903 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
22904 autoconf 2.5 or higher.
22905 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
22906
22907 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
22908
22909 * configure: Regenerated.
22910 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
22911 avoid name clashes with SunOS headers.
22912
22913 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
22914
22915 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
22916
22917 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
22918
22919 * gdb.base/callfuncs.exp: Finish last change -- make sure the
22920 prototype information ends up in the compiler info file.
22921
22922 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
22923
22924 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
22925 attempting to regenerate it. Eliminate use of a temporary file
22926 and just generate the info file directly. Source it immediately,
22927 for consistency of use.
22928 * gdb.base/corefile.exp: Ditto
22929 * gdb.base/exprs.exp: Ditto.
22930 * gdb.base/funcargs.exp: Ditto.
22931 * gdb.base/langs.exp: Ditto.
22932 * gdb.base/list.exp: Ditto.
22933 * gdb.base/mips_pro.exp: Ditto.
22934 * gdb.base/nodebug.exp: Ditto.
22935 * gdb.base/opaque.exp: Ditto.
22936 * gdb.base/ptype.exp: Ditto.
22937 * gdb.base/scope.exp: Ditto.
22938 * gdb.base/setvar.exp: Ditto.
22939 * gdb.base/signals.exp: Ditto.
22940 * gdb.base/whatis.exp: Ditto.
22941 * gdb.c++/templates.exp: Ditto.
22942 * gdb.c++/virtfunc.exp: Ditto.
22943 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
22944 whether or not to add -lstdc++ to the compile command line args.
22945
22946 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22947
22948 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
22949 it got fixed by the recent lookup_minimal_symbol_by_pc change.
22950 Increase timeout, a lot of single stepping might be needed if the
22951 target has no hardware watchpoints.
22952
22953 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
22954
22955 * gdb.base/break.exp: Ignore compiler warnings when compiling
22956 break.c.
22957 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
22958 * gdb.base/default.exp: Add h8300 xfails. Handle messages
22959 from remote-sim.
22960 * gdb.base/exprs.exp: Add h8300 xfails.
22961 * gdb.base/funcargs.exp: Likewise.
22962 * gdb.base/nodebug.exp: Likewise.
22963 * gdb.base/printcmds.exp: Likewise.
22964 * gdb.base/ptype.exp: Likewise.
22965 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
22966 h8300 xfails.
22967 * gdb.base/return.exp: Handle float/double precision problems
22968 on the h8300.
22969 * gdb.base/funcargs.c: Explicitly make last constant argument to
22970 call_after_alloca_subr an unsigned long type.
22971 * gdb.base/return.c: Include stdio.h.
22972
22973 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
22974
22975 * config/abug.exp: New file for the older Motorola Bug monitor
22976 that runs on the mvme13x series VME boards.
22977 * config/monitor.exp: Use the new config array for target settings
22978 if they exist.
22979
22980 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
22981
22982 * sim-gdb.exp: Make the SH simulator allocate less space when
22983 it is targeted.
22984
22985 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
22986
22987 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
22988 test.
22989
22990 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
22991
22992 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
22993 "rs6000-*-*" for "list function in include file" when gcc compiled.
22994 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
22995 for "p ctable1[120]".
22996 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
22997 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
22998 Remove setup_xfail for "rs6000-*-*" for
22999 "print 'scope0.c'::filelocal before run".
23000 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
23001 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
23002 since some compilers don't allow both options to be given
23003 on the same command line. Create object file and move it.
23004
23005 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
23006
23007 * gdb.base/corefile.exp: Always regenerate the core file, since
23008 we always regenerate the coremaker program. Detect special case
23009 where registers cannot be read from core file.
23010
23011 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
23012
23013 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
23014 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
23015 * gdb.c++/templates.exp: Only match on basename of file since
23016 some formats like xcoff don't encode directory information.
23017 * gdb.stabs/weird.exp: Use the right sed script for powerpc
23018 and rs6000 AIX xcoff targets.
23019 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
23020 * configure: Regenerate.
23021 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
23022 here, rather than in distclean.
23023
23024 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
23025
23026 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
23027 defined, and use it to compile the test case with -O2. The
23028 native compilation still uses no optimization.
23029 * gdb.base/mips_pro.c: Remove inline assembly code since
23030 it is compiled PIC by default, which results in assembler
23031 warnings that make the testsuite think the compilation
23032 was unsuccessful.
23033
23034 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
23035
23036 * gdb.c++/misc.exp: Add note to message for
23037 "print s.a for foo struct" that this is a known gcc 2.7.2
23038 and earlier bug.
23039
23040 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
23041
23042 * gdb.base/break.exp: Fix pattern for matching "Delete all
23043 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
23044 setup_xfail for deleting all breakpoints test. Fix various
23045 timeout messages to include "(timeout)".
23046 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
23047 for "p t_float_values2(3.14159,float_val2)".
23048 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
23049 for "continue to call2g" when gcc compiled.
23050 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
23051 "up to foo in langs.exp", "show language at foo in langs.exp",
23052 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
23053 and "show language at fsub in langs.exp".
23054 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
23055 "list line 1 in include file", "list message for lines past EOF",
23056 "list function in include file", "list list0.h:foo", and
23057 "list filename:function; nonexistant function".
23058 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
23059 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
23060 and "ptype t_char_array" to be for native cc only.
23061
23062 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
23063
23064 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
23065 setup_xfail for "print coremaker_bss", "print coremaker_ro",
23066 "print func2::coremaker_local", and "backtrace in corefile.exp".
23067
23068 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
23069
23070 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
23071 "bt in signals.exp". This problem only appears when running
23072 the testsuite, and then only intermittently.
23073
23074 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
23075
23076 * gdb.base/return.exp (return_tests): Differentiate between
23077 two tests of continuing.
23078
23079 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
23080
23081 * */Makefile.in (maintainer-clean): Remove config.log.
23082 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
23083 * gdb.c++/Makefile.in (PROGS): Add inherit.
23084 (clean): Remove *.ci.
23085
23086 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
23087
23088 * gdb.c++/misc.cc: Add test code from Mike Stump.
23089 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
23090
23091 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
23092
23093 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
23094 to "alpha-*-osf2*" and add comment.
23095 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
23096 setup_xfail for "step over execarg initialization" and
23097 "step over corearg initialization".
23098 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
23099 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
23100 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
23101 gcc compiled for "print coremaker_bss", "print coremaker_ro",
23102 "print func2::coremaker_local", and "backtrace in corefile.exp".
23103 * gdb.base/signals.exp: Build and source signals.ci.
23104 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
23105 to be for gcc only.
23106 * lib/gdb.exp: Move verbose statements outside conditionals.
23107
23108 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23109
23110 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
23111 Feb 3 procfs.c change.
23112
23113 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
23114
23115 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
23116
23117 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
23118
23119 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
23120 from dejagnu's apparent default of 10 seconds, which gives random
23121 results when running the tests over NFS on moderately loaded systems.
23122 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
23123
23124 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
23125
23126 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
23127 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
23128 result reports.
23129
23130 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
23131
23132 * configure.in (CY_AC_PATH_TCLH): Remove.
23133 * configure: Regenerate.
23134
23135 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
23136
23137 * gdb.c++/Makefile.in (clean): Add missing '{'.
23138
23139 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
23140
23141 * lib/gdb.exp: Provide a default value for noinferior.
23142
23143 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
23144 Load libgloss.exp.
23145
23146 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
23147
23148 * gdb.disasm/hppa.exp: Compile directly into an executable, use
23149 the executable, not the .o to run the tests from.
23150
23151 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
23152
23153 * gdb.base/break.exp: Don't test for program exit or exit status
23154 if $noresults if nonzero.
23155 * gdb.base/langs.exp: Likewise.
23156 * gdb.base/watchpoint.exp: Likewise.
23157
23158 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
23159 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
23160 trying to compile the testcase.
23161
23162 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
23163
23164 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
23165 * gdb.base/signals.exp (continue to handler): Likewise.
23166
23167 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
23168
23169 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
23170
23171 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
23172
23173 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
23174
23175 * gdb.base/corefile.exp: Recognize "not found" as failure
23176 when trying to determine if a core file was generated.
23177 If no core file was generate the first time, try again without
23178 the ulimit -c to work around braindamaged shells.
23179
23180 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
23181
23182 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
23183 [] tests with "test" and enclose string in quotes.
23184 * gdb.stabs/configure: Rebuild
23185
23186 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
23187
23188 Changes in sync with expect:
23189 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
23190 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
23191 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
23192 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
23193 argument to AC_REQUIRE.
23194 * configure: Regenerated.
23195
23196 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
23197
23198 * gdb.base/corefile.exp: When generating a core, discard any
23199 error messages about ulimit not found and the "core dumped"
23200 message from the shell that runs the coredumper.
23201
23202 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
23203
23204 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
23205
23206 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
23207 which sed script to run. Expect failure for v_comb test
23208 on PA targets too.
23209
23210 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
23211
23212 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
23213 "print func2::coremaker_local" and for "backtrace in corefile.exp"
23214
23215 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
23216
23217 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
23218 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
23219 "sparc-sun-solaris*" xfails for "p v_comb".
23220 * lib/gdb.exp (default_gdb_start): Fix typo.
23221 * gdb.base/corefile.exp: Allow "Core was generated by ..."
23222 messages to not include the full program name that caused
23223 the core dump since some systems (such as solaris) apparently
23224 truncate this path to about 80 characters.
23225 When generating a core file first try increasing the core file
23226 size limit to unlimited since some systems may default it to
23227 zero, and it is harmless to try it. Move the test for failing
23228 to generate a core file to where it will actually get executed.
23229 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
23230 new gdb result from g++ debug info improvements and make old
23231 pattern obsolescent. Also account for size_t differences
23232 (may be int or long).
23233 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
23234 initialization before function call is placed in the delay slot
23235 and thus appears to be skipped over by commands such as "next".
23236
23237 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
23238
23239 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
23240
23241 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
23242
23243 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
23244 input source file; fix code to compile test to deal with this
23245 convention.
23246 * gdb.c++/*.exp: Likewise.
23247
23248 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
23249
23250 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
23251 "bt in signals.exp".
23252
23253 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
23254
23255 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
23256 "step over execarg initialization" and
23257 "step over corearg initialization".
23258
23259 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
23260
23261 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
23262 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
23263
23264 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
23265
23266 From Rob Savoye (rob@poseidon.cygnus.com)
23267 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
23268 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
23269 configure.in}, gdb.disasm/{Makefile.in, configure.in},
23270 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
23271 configure.in}: Major reworking for autoconfig.
23272 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
23273 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
23274 New files.
23275 * config/unix-gdb.exp: Make GDB global.
23276 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
23277 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
23278 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
23279 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
23280 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
23281 term.exp, twice.exp, watchpoint.exp, whatis.exp},
23282 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
23283 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
23284 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
23285 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
23286 pr-8136.exp, result.exp, string.exp, tuples.exp},
23287 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
23288 to returns as necessary, arrange for test to compile own testcase
23289 executable.
23290 * lib/gdb.exp: Changes for testsuite to compile own test cases.
23291
23292 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
23293
23294 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
23295 clear_xfail at end of test which might not call either pass or fail.
23296 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
23297 "backtrace through signal handler".
23298
23299 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23300
23301 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
23302 continuing from a job control stop signal.
23303 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
23304
23305 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
23306
23307 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
23308 * gdb.base/corefile.exp: Likewise.
23309 * gdb.base/funcargs.exp: Likewise.
23310
23311 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
23312
23313 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
23314 * config/monitor.exp: Add support for setting baud rate.
23315
23316 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
23317
23318 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
23319 i*86-*-linux* xfails for "backtrace through signal handler".
23320 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
23321 "print func2::coremaker_local".
23322 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
23323 alpha-dec-osf2* xfail for
23324 "delete all breakpoints when none".
23325
23326 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
23327
23328 * gdb.base/break.exp: Change test that deletes all breakpoints
23329 when no user breakpoints are installed. A post 4.15 change
23330 causes gdb to no longer prompt in this case.
23331
23332 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
23333
23334 * gdb.base/return.exp (return_tests): Change xfail for test
23335 "correct value returned double test" to stop xfailing at
23336 Solaris 2.5. Apparently the bug has been fixed.
23337
23338 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
23339
23340 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
23341 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
23342
23343 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
23344
23345 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
23346 * gdb.disasm/hppa.s: Corresponding changes.
23347
23348 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
23349
23350 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
23351 makefile fragment.
23352 * config/mt-hpux: Deleted.
23353
23354 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
23355
23356 * Many files: When warning about suppressed tests due to a
23357 nonexistant test binary, avoid incrementing the warning count.
23358
23359 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
23360
23361 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
23362
23363 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23364
23365 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
23366 "sparc-*-solaris2*".
23367
23368 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23369
23370 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
23371 Add global and local variables and initialize them.
23372 * gdb.base/corefile.exp: Test correct mapping of corefile sections
23373 by printing variables. Remove rs6000 and powerpc xfails, BFD now
23374 extracts the file name and terminating signal from the core file.
23375 * TODO: Remove note about tests for correct mapping of corefile.
23376 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
23377 from optimizing it away.
23378 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
23379 handles common blocks.
23380
23381 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
23382
23383 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
23384 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
23385
23386 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
23387
23388 * Makefile.in (maintainer-clean): New target, synonym for
23389 realclean.
23390 * gdb.base/Makefile.in (maintainer-clean): Likewise.
23391 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
23392 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
23393 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
23394 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
23395 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
23396
23397 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
23398
23399 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
23400 xfails when not gcc compiled for "print foo::funclocal".
23401 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
23402 "print foo::funclocal at foo",
23403 "print 'scope1.c'::foo::funclocal at foo",
23404 "print foo::funclocal_bss at foo",
23405 "print 'scope1.c'::foo::funclocal_bss at foo",
23406 "print foo::funclocal_ro at foo",
23407 "print 'scope1.c'::foo::funclocal_ro at foo",
23408 "print bar::funclocal at foo" and
23409 "print 'scope1.c'::bar::funclocal at foo".
23410 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
23411 gcc compiled for "print foo::funclocal at bar".
23412 Expand all messages to ensure that they identify that
23413 the test is at bar().
23414 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
23415 gcc compiled for:
23416 "ptype on opaque struct pointer (statically)",
23417 "ptype on opaque struct tagname (statically)",
23418 "ptype on opaque struct pointer (dynamically) 1",
23419 "ptype on opaque struct tagname (dynamically) 1",
23420 "ptype on opaque struct pointer (dynamically) 2" and
23421 "ptype on opaque struct tagname (dynamically) 2
23422 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
23423 gcc compiled for:
23424 "p datalocal"
23425 "whatis datalocal",
23426 "ptype datalocal",
23427 "p bsslocal",
23428 "whatis bsslocal", and
23429 "ptype bsslocal".
23430 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
23431 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
23432 when not gcc compiled.
23433 * gdb.base/funcargs.exp (float_and_integral_args): Add
23434 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
23435 compiled.
23436 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23437 "backtrace from call6a" when not gcc compiled.
23438 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23439 "backtrace from call7a" when not gcc compiled.
23440 * gdb.base/callfuncs.exp (do_function_calls):
23441 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23442 "p t_char_array_values(char_array_val2,char_array_val1)",
23443 "p t_char_array_values(char_array_val1,char_array_val2)",
23444 "p t_char_array_values("carray 1","carray 2")",
23445 "p t_char_array_values("carray 1",char_array_val2)",
23446 "p t_char_array_values(char_array_val1,"carray 2")",
23447 "p sum_args(1,{2})",
23448 "p sum_args(2,{2,3})",
23449 "p sum_args(3,{2,3,4})",
23450 "p sum_args(4,{2,3,4,5})"
23451 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23452 "backtrace in corefile.exp" when not gcc compiled.
23453
23454 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23455
23456 * gdb.base/signals.exp: Rewrite `handle all print' test as
23457 a procedure. Accept blanks or TABs as whitespace, increase
23458 timeout and expect input buffer size for the large output
23459 from the command. Remove "i*86-*-bsdi2.0" xfail.
23460
23461 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23462
23463 * gdb.base/setvar.exp: Add new testcases for truncation when
23464 assigning invalid values to bitfields.
23465
23466 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
23467
23468 * gdb.base/callfuncs.exp (do_function_calls): Remove
23469 mips-sgi-irix* xfail for
23470 "call inferior func with struct - returns char *"
23471 and fix test so that an optional (unsigned char *) cast is
23472 accepted in the result.
23473
23474 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
23475
23476 * gdb.base/funcargs.exp (float_and_integral_args): Remove
23477 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23478 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
23479 * gdb.base/signals.exp: Remove duplicate "handle all print" test
23480 that accidentally got checked in.
23481
23482 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
23483
23484 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
23485 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
23486 compiled test.
23487 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
23488 Add mips-sgi-irix5* xfail for not gcc compiled.
23489 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
23490 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
23491 "p top", "whatis top", "p middle", and "whatis middle".
23492 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23493 "whatis signed char" for not gcc compiled.
23494 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23495 "set variable signed char=-1 (-1)" and
23496 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23497 * gdb.base/funcargs.exp (float_and_integral_args):
23498 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23499 Add mips-sgi-irix* xfail when not gcc compiled for
23500 "continue to call2b".
23501 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23502 "continue to call2g".
23503 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23504 "backtrace from call6a"
23505 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23506 "backtrace from call7k".
23507 Add mips-sgi-irix5* xfail when not gcc compiled for
23508 "backtrace from call7a".
23509 (localvars_after_alloca): Fix gdb_test cmds for
23510 "print * after runto ...".
23511 Remove rs6000-*-* xfails for
23512 "print i after runto localvars_after_alloca" and
23513 "print l after runto localvars_after_alloca"
23514 for all compilers.
23515 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
23516 when not compiled with gcc, for:
23517 "print signed char == (minus)",
23518 "print signed char != (minus)",
23519 "print signed char < (minus)",
23520 "print signed char > (minus)".
23521 * gdb.base/callfuncs.exp (do_function_calls):
23522 Add mips-sgi-irix* xfail, when compiled with native compiler, for
23523 "call inferior func with struct - returns char *".
23524 * gdb.base/return.exp (return_tests): Change xfail for
23525 "correct value returned double test" to include Solaris 2.4.
23526 * gdb.base/funcargs.exp (float_and_integral_args):
23527 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23528
23529 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23530
23531 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
23532 enumeration bitfields if compiling with GNU C.
23533 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
23534 to empty' prompt.
23535
23536 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
23537
23538 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23539 test for PRO targets.
23540
23541 * gdb.base/funcargs.exp: Avoid ever setting more than 8
23542 breakpoints in the inferior at any given time by making
23543 two groups of breakpoints for call2*, call6* and call7*
23544 tests.
23545
23546 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23547
23548 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
23549 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
23550 from optimizing it away.
23551 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
23552 "call inferior func with struct".
23553
23554 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
23555
23556 * configure.in: Only configure gdb.chill for particular targets.
23557
23558 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
23559
23560 * gdb.base/Makefile.in: Add action to .c.o transformation
23561 rule that generates a .ci file for each .o file and remove
23562 explicit .c.o rules except for callfuncs.o.
23563 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
23564 generates a .ci file for each .o file and remove explicit
23565 .cc.o rules.
23566 (clean): Remove *.tmp *.ci files.
23567 (EXECUTABLES): Remove templ-info.exp.
23568 * gdb.base/compiler.c: New file.
23569 * gdb.c++/compiler.cc: New file
23570 * gdb.base/scope.exp: Source gdb.base/scope.ci.
23571 Change rs6000-*-* xfail for
23572 "print 'scope0.c'::filelocal_ro" and
23573 "print 'scope1.c'::filelocal" and
23574 "print 'scope1.c'::filelocal_bss" and
23575 "print 'scope1.c'::filelocal_ro" and
23576 "print 'scope1.c'::foo::funclocal" and
23577 "print 'scope1.c'::foo::funclocal_ro" and
23578 "print 'scope1.c'::bar::funclocal" and
23579 "print 'scope0.c'::filelocal_ro" and
23580 "print 'scope1.c'::filelocal at foo" and
23581 "print 'scope1.c'::filelocal_bss at foo" and
23582 "print 'scope1.c'::filelocal_ro at foo" and
23583 "print 'scope1.c'::foo::funclocal at foo" and
23584 "print 'scope1.c'::foo::funclocal_bss at foo" and
23585 "print 'scope1.c'::foo::funclocal_ro at foo" and
23586 "print 'scope1.c'::bar::funclocal at foo" and
23587 "print 'scope0.c'::filelocal_ro" and
23588 "print 'scope1.c'::filelocal" and
23589 "print 'scope1.c'::filelocal_bss" and
23590 "print 'scope1.c'::filelocal_ro" and
23591 "print 'scope1.c'::foo::funclocal" and
23592 "print 'scope1.c'::foo::funclocal_bss" and
23593 "print 'scope1.c'::foo::funclocal_ro" and
23594 "print 'scope1.c'::bar::funclocal" and
23595 "print 'scope1.c'::bar::funclocal_bss"
23596 to only be xfail'd when not compiled with gcc.
23597 Add rs6000-*-* xfail for
23598 "print 'scope0.c'::filelocal_bss before run"
23599 when compiled with gcc.
23600 (test_at_main): Add rs6000-*-* xfail for
23601 "print filelocal_ro in test_at_main"
23602 when compiled with gcc.
23603 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
23604 Add rs6000-*-aix* xfail for
23605 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23606 "ptype t_char_array", not compiled with gcc.
23607 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
23608 xfail for "list foo (in include file)" when gcc compiled.
23609 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
23610 (integral_args): Add rs6000-*-* xfail for
23611 "run to call0a" if not compiled with gcc.
23612 (unsigned_integral_args): Add rs6000-*-* xfail for
23613 "run to call1a" if not compiled with gcc.
23614 (float_and_integral_args): Add rs6000-*-* xfail for
23615 "run to call2a" if not compiled with gcc and for
23616 "continue to call2b" for any compiler.
23617 Add rs6000-*-* xfail to
23618 "print f1 after run to call2a" for gcc compiled.
23619 (discard_and_shuffle): Add rs6000-*-* xfail for
23620 "run to call6a".
23621 (shuffle_round_robin): Add rs6000-*-* xfail for
23622 "backtrace from call7a" if not compiled with gcc.
23623 Add rs6000-*-* xfail for
23624 "backtrace from call7b" if compiled with gcc.
23625 (call_after_alloca): Add rs6000-*-* xfail for
23626 "print c in call_after_alloca" and
23627 "print s in call_after_alloca" and
23628 "backtrace from call_after_alloca_subr"
23629 if not compiled with gcc.
23630 (localvars_in_indirect_call): Add rs6000-*-* xfail for
23631 "print c in localvars_in_indirect_call" and
23632 "print c in localvars_in_indirect_call" and
23633 "backtrace in indirectly called function" and
23634 "stepping into indirectly called function"
23635 if not compiled with gcc.
23636 (localvars_after_alloca): Add rs6000-*-* xfail for
23637 "print c after runto localvars_after_alloca" and
23638 "print s after runto localvars_after_alloca" and
23639 "print i after runto localvars_after_alloca" and
23640 "print l after runto localvars_after_alloca"
23641 for all compilers.
23642 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
23643 than whatis-info.exp.
23644 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
23645 than opaque-info.exp.
23646 Setup rs6000-*-* xfail for
23647 "ptype on opaque struct pointer (statically)" and
23648 "ptype on opaque struct pointer (dynamically)" when
23649 not compiled with gcc.
23650 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
23651 rather than callf-info.exp.
23652 (do_function_calls): Add clear_xfail for rs6000-*-* for
23653 "p t_float_values2(3.14159,float_val2)". Seems to work
23654 fine there, both with xlc and gcc. Need to find out what
23655 it is doing right and fix other platforms.
23656 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
23657 "call inferior func with struct - returns int",
23658 "call inferior func with struct - returns long",
23659 "call inferior func with struct - returns float",
23660 "call inferior func with struct - returns double",
23661 "call inferior func with struct - returns char *",
23662 but only if not gcc compiled (presumes xlc compiled).
23663 Change rs6000-*-* xfails for
23664 "call inferior func with struct - returns char" and
23665 " call inferior func with struct - returns short" to only
23666 xfail if not using gcc.
23667 (clean mostlyclean): Remove *.ci and *.tmp files.
23668 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
23669 than templ-info.exp.
23670 * gdb.base/langs.exp: Source gdb.base/langs.ci.
23671 Add rs6000-*-* xfail for "up to foo in langs.exp"
23672 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
23673 when not gcc compiled.
23674
23675 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23676
23677 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23678 * gdb.base/corefile.exp: Likewise.
23679 * gdb.base/list.exp: Likewise.
23680 * gdb.base/scope.exp: Likewise.
23681 * gdb.base/siganls.exp: Likewise.
23682
23683 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
23684 compiler output.
23685 * gdb.base/whatis.exp: Likewise.
23686
23687 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
23688
23689 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23690 failure (opcode table has been fixed to match reality).
23691
23692 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
23693
23694 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23695 "call inferior func with struct - returns char",
23696 "call inferior func with struct - returns short"
23697
23698 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23699 "print 'scope0.c'::filelocal at main",
23700 "print 'scope0.c'::filelocal_bss in test_at_main",
23701 "print 'scope0.c'::filelocal at foo",
23702 "print 'scope0.c'::filelocal_bss in test_at_foo",
23703 "print 'scope0.c'::filelocal at bar",
23704 "print 'scope0.c'::filelocal_bss in test_at_bar"
23705
23706 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
23707 in source file 1". This bug seems to have been fixed with both
23708 gcc and native cc (was native assembler bug?).
23709
23710 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
23711
23712 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
23713 "backtrace through signal handler" to "i*86-*-sysv4*".
23714 * gdb.base/signals.exp: Add xfail for "'next' behaved as
23715 continue" case. Add "known SVR4 bug" to fail message.
23716 Add "i*86-*-bsdi2.0" xfail for "handle all print".
23717 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
23718 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
23719 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
23720 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
23721 "up to foo in langs.exp", "show language at foo in
23722 langs.exp", "up to cppsub_ in langs.exp", "show
23723 language at cppsub_ in langs.exp", "up to fsub in
23724 langs.exp", and "show language at fsub in langs.exp".
23725 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
23726 "bactrace in corefile.exp".
23727 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
23728 "call inferior function with struct - returns float" and
23729 "call inferior function with struct - returns double".
23730
23731 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
23732
23733 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
23734 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
23735 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
23736 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
23737
23738 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
23739
23740 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
23741 (or overriden) "CHILL" macro rather then bare "gcc".
23742 Also look for ../../gcc/xgcc since that is what we will
23743 actually need, not "Makefile". Remove following assignment
23744 of CHILL to CHILL_FOR_TARGET because that results in
23745 recursive definition.
23746
23747 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
23748
23749 * gdb.base/corefile.exp: Change xfail for backtrace in
23750 corefile.exp from linuxaout to all linux.
23751 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
23752 cases where we miss the breakpoint at the signal handler
23753 for some reason. Setup xfail for linuxoldld/linuxaout and
23754 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
23755 hitting SIGURG breakpoint.
23756 * gdb.base/signals.exp: Setup xfail for "next" acting like
23757 continue to add linuxoldld. Setup xfail for all linux for
23758 "next to handler in signals_tests_1", "backtrace in
23759 signals_tests_1", "continue to func1", "pass SIGUSR1",
23760 and continue to handler".
23761
23762 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
23763
23764 * Update all FSF addresses except those in COPYING* files.
23765
23766 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
23767
23768 * gdb.base/a2-run.exp: Change messages to be more explicit about
23769 the status of args, and quote binfile in results.
23770
23771 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
23772
23773 * gdb.base/callfuncs.exp: Add tests for passing structs to
23774 inferior functions and return various types.
23775 * gdb.base/callfuncs.c: Add functions to receive a struct
23776 and return a member of the struct, in various types.
23777
23778 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23779
23780 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
23781
23782 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
23783
23784 * config/vxworks29k.exp: New file, sources vxworks.exp.
23785
23786 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23787
23788 * config/gdbremote.exp: New file. Testing framework using
23789 gdbserver.
23790
23791 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
23792
23793 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
23794 "call function when asleep" and "send end of file".
23795 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
23796 for "backtrace in corefile.exp".
23797 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
23798 for "backtrace through signal handler".
23799 * gdb.base/corefile.exp: Make sure we actually generate a core file
23800 before trying the core tests. Some systems allow the user to suppress
23801 generation of core files and default to that (linux for example).
23802 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
23803 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
23804
23805 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23806
23807 * gdb.threads: New directory with some crude multi-threaded
23808 gdb tests (step.exp and step2.exp).
23809 * config/mt-lynx (STEP_EXECUTABLE): Define.
23810 (THREADFLAGS): Define.
23811
23812 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
23813
23814 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
23815
23816 * gdb.base/signals.exp: Disable whole file for lynx until
23817 further notice.
23818
23819 * gdb.base/signals.exp: xfail test where "next" acts like
23820 "continue" for lynx.
23821
23822 * gdb.base/interrupt.exp: xfail test for calling function while
23823 inferior is asleep for lynx.
23824
23825 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
23826 than one cr-lf after each command.
23827
23828 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23829
23830 * configure.in: Reinstate setting of stabsdirs variable, fix
23831 typo in setting up configdirs for native builds.
23832
23833 * gdb.base/return.exp: Fix typo in return double test.
23834 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
23835 compiler from optimizing them away.
23836
23837 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
23838
23839 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
23840 sequences to be echo'd by gdb when using gdb_test.
23841 * gdb.chill/chexp.exp: Likewise.
23842 * gdb.fortran/exprs.exp: Likewise
23843
23844 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23845
23846 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
23847 after the inferior gdb has started.
23848
23849 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
23850 after each command.
23851 * gdb.base/funcargs.exp: Likewise.
23852 * gdb.base/gdbvars.exp: Likewise.
23853 * gdb.base/interrupt.exp: Likewise.
23854 * gdb.base/list.exp: Likewise.
23855 * gdb.base/watchpoint.exp: Likewise.
23856 * gdb.c++/demangle.exp: Likewise.
23857 * gdb.c++/inherit.exp: Likewise.
23858 * gdb.chill/chexp.exp: Likewise.
23859 * gdb.fortran/exprs.exp: Likewise.
23860
23861 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
23862 test if we can't handle IO to/from the inferior.
23863
23864 * gdb.c++/misc.exp: Always check for a program already being
23865 started after sending a "run" command to gdb.
23866
23867 * gdb.base/twice.exp: Start with a fresh gdb.
23868
23869 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
23870 only depend on gdb's expression code, not the chill runtime.
23871
23872 * gdb.base/return.c: Put return values into variables so we
23873 can have gdb print them rather than depending on the program
23874 to print them.
23875 * gdb.base/return.exp: Corresponding changes.
23876
23877 * lib/gdb.exp: Provide default value for noinferiorio.
23878 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
23879 the inferior.
23880
23881 * gdb.base/break.exp: Always check for a program already being
23882 started after sending a "run" command to gdb.
23883 (text_next_with_recursion): Don't check the output from the
23884 program's printf statement. Instead just make sure the program
23885 exited.
23886
23887 * gdb.base/commands.exp: Protect tests which need arguments with
23888 $noargs conditionals.
23889
23890 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23891
23892 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
23893 of structure member arrays to match gdb/valops.c:value_addr change.
23894
23895 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
23896
23897 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
23898 cases.
23899
23900 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
23901
23902 * configure.in (configdirs): Remove gdb.chill from default list
23903 of subdirs and then add it back in only if doing a native build.
23904 The current chill compiler does not yet work in any cross build.
23905 * Revert all signal changes from Jul 6.
23906 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
23907 for sh-hms targets, allowing these tests to link, with no other
23908 changes. Testing is suppressed by setting "nosignals" in site.exp.
23909
23910 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
23911
23912 * configure.in (signaldirs): Define and add to configdirs for all
23913 targets except some specific ones that are known to not support signals.
23914 Also clean up formatting.
23915 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
23916 (signals, sigall): Remove rules to build.
23917 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
23918 Moved to new gdb.signals directory.
23919 * gdb.signals: New test directory.
23920 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
23921 signals.c signals.exp}: New or moved files.
23922
23923 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
23924
23925 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
23926
23927 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
23928
23929 * gdb.base/return.exp: Xfail `return double' test failure
23930 on at least Solaris 2.3 and handle future/past versions on
23931 a case by case basis as appropriate. Also update message
23932 to include i*86 failures.
23933
23934 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23935
23936 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
23937
23938 * lib/gdb.exp: Fix comment which erroneously identified
23939 gdb_file_cmd as gdb_load (the 19 May change was in fact to
23940 gdb_file_cmd not gdb_load).
23941 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
23942
23943 * gdb.base/setvar.exp: Make test names consistent between pass and
23944 fail cases. Use gdb_test more.
23945
23946 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23947
23948 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
23949
23950 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23951
23952 * gdb.base/help.exp: Fix expected help string for `show commands'.
23953
23954 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
23955
23956 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
23957
23958 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
23959 of a text section.
23960
23961 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
23962
23963 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
23964 that loop eventually terminates. Fix Connection refused logic so
23965 that testsuite will expire nicely.
23966
23967 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
23968
23969 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
23970 config/rom68k.exp: New tcl glue for the appropriate monitors.
23971 These all just end up calling monitor.exp.
23972 * config/monitor.exp (gdb_target_monitor): Handle `Connection
23973 refused' by retrying. Cleanup some timeout issues.
23974 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
23975 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
23976 callers don't have to set/restore global timeout variable.
23977
23978 * The following set of changes centralizes management of the global
23979 timeout variable. This way, it can be set in one target dependent
23980 place instead of dozens of places scattered throughout the test suite.
23981 If you need to lengthen a timeout, then you should either set timeout
23982 in one of the config/{target}.exp files, or multiply it by a factor.
23983 Setting it to an absolute value is always going to lose for some
23984 targets.
23985 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
23986 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
23987 * gdb.base/funcargs.exp: Don't set timeout.
23988 * gdb.base/list.exp (test_forward_search): Only use local timeout.
23989 * gdb.base/printcmds.exp (test_print_string_constants
23990 test_print_array_constants): Don't set timeout.
23991 * gdb.base/ptype.exp: Don't set timeout.
23992 * gdb.base/recurse.exp: Don't set timeout.
23993 * gdb.base/return.exp: Don't set timeout.
23994 * gdb.base/watchpoint.exp: Don't set timeout.
23995 * gdb.c++/classes.exp (do_tests): Don't set timeout.
23996 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
23997
23998 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
23999
24000 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
24001
24002 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24003
24004 * lib/gdb.exp: Disable chill tests for irix5.
24005
24006 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24007
24008 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
24009 each test pass or fail.
24010
24011 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24012
24013 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
24014 xlc not gcc.
24015
24016 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
24017
24018 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
24019
24020 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
24021
24022 * config/est.exp: Fix copyright and comments. Remove dead code.
24023 Use targetname, serialport and baud variables instead of fixed
24024 constants.
24025 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
24026 * config/cpu32bug.exp: New file to support cpu32bug monitors.
24027
24028 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24029
24030 * gdb.base/watchpoint.exp: Don't run
24031 test_watchpoint_triggered_in_syscall for sunos.
24032
24033 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24034
24035 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
24036 they don't seem to exist. Do include stdio.h.
24037
24038 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24039
24040 * gdb.base/a1-selftest.exp: Add alpha xfail.
24041
24042 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24043
24044 * gdb.base/watchpoint.c (main): Prompt before calling read().
24045 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
24046 Revise accordingly. Remove cruft about sending "123" several
24047 times, until it gets noticed. Clean up the "print buf[0]" stuff
24048 so that it passes or fails, and waits for prompts in the usual way.
24049
24050 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24051
24052 * gdb.base/recurse.exp: Fix comment.
24053
24054 * TODO: Remove item about printing variables in nodebug.exp. Add
24055 item about enabling tests which are only run on some targets.
24056
24057 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
24058 fail, make test names unique, use new gdb_test convention
24059 regarding pattern, use gdb_test more, etc.).
24060
24061 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
24062 fail, make test names unique, etc.).
24063
24064 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24065
24066 * gdb.base/nodebug.c: Change return type of top and middle to
24067 short.
24068 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
24069 are fixed by the recent mdebugread.c changes. Allow `short ()'
24070 as type for top and middle.
24071
24072 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24073
24074 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
24075 nearly as I can tell, the whole thing was an accident in Stu's
24076 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
24077 to replace a send/expect pair with gdb_test, but ended up only
24078 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
24079 of 30 Mar 1995 took care of it, but left this vestigial comment
24080 which I am now nuking.
24081
24082 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24083
24084 * gdb.base/break.exp: Look for different line number for
24085 breakpoint at main depending on usestubs.
24086
24087 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24088
24089 * gdb.base/list.exp: Adjust some alternate expect patterns to
24090 match recent list0.c change. Add alternate expect pattern for
24091 output from `list default lines around main' for optimizing
24092 compilers.
24093
24094 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24095
24096 * lib/gdb.exp: If nosignals is not set, set it to 0.
24097
24098 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
24099
24100 * config/slite-gdb.exp: Responds to load symbol table prompt.
24101 * gdb.base/break.exp: Adjust line number, fix rerun.
24102 * gdb.base/langs0.c: Add #ifdef usestubs.
24103
24104 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
24105
24106 * gdb.base/list.exp: Adjust line contents after adding new lines in
24107 list0.c. Also fix a syntax error.
24108
24109 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
24110 * gdb.base/break.exp: ditto.
24111 * gdb.base/list.exp: ditto.
24112 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
24113 * gdb.base/run.c: ditto.
24114 * gdb.base/list0.c: ditto.
24115 * gdb.base/funcargs.c: ditto.
24116
24117 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
24118
24119 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
24120 $targetname, $serialport and $baud instead of hardwired variables.
24121 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
24122 target doesn't support signals.
24123
24124 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
24125
24126 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
24127
24128 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24129
24130 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
24131 Don't rely on the value of an auto variable before it has been
24132 initialized. Use gdb_test more.
24133
24134 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24135
24136 * lib/gdb.exp (default_gdb_version): A version number must start
24137 with a digit, but other than that contains all characters up to
24138 the first whitespace character.
24139
24140 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24141
24142 * gdb.base/commands.exp (breakpoint_command_test): New tests.
24143
24144 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24145
24146 * gdb.c++/*.exp: Warn if executable does not exist. The original
24147 reason for skipping the warning was that configure.in sometimes
24148 intentionally skipped building the executables but the tcl code
24149 had no way of knowing. That (a) was always bogus with respect to
24150 error handling, (b) is no longer true (right now there is no way
24151 to skip C++ tests).
24152
24153 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
24154
24155 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24156
24157 * gdb.base/list.exp: Add expect patterns for output from
24158 SunPRO compiled executables.
24159 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
24160 types.
24161
24162 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24163
24164 * gdb.base/break.exp (test_next_with_recursion): Accept any line
24165 number (we are already testing that the correct source line text
24166 gets printed).
24167
24168 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
24169 that is what is intended, but something needed to be done to get
24170 sunos4 native working again.
24171
24172 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
24173
24174 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
24175 apparently went with a (very) old xfail.
24176
24177 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
24178
24179 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
24180 runto_main is a proc in gdb.exp that will do 'step' for target use
24181 stubs.
24182 * gdb.base/exprs.exp: ditto.
24183 * gdb.base/interrupt.exp: ditto.
24184 * gdb.base/opaque.exp: ditto.
24185 * gdb.base/printcmds.exp: ditto.
24186 * gdb.base/ptype.exp: ditto.
24187 * gdb.base/scope.exp: ditto.
24188 * gdb.base/setvar.exp: ditto.
24189 * gdb.base/signals.exp: ditto.
24190 * gdb.base/twice.exp: ditto.
24191 * gdb.c++/classes.exp: ditto.
24192 * gdb.c++/inherit.exp: ditto.
24193 * gdb.c++/templates.exp: ditto.
24194 * gdb.base/break.exp: no run and hit main for stubs. Change line
24195 numbers for breakpoints and info breakpoint.
24196 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
24197 breakpoint().
24198 * gdb.base/callfuncs.c: ditto.
24199 * gdb.base/exprs: ditto.
24200 * gdb.base/interrupt.c: ditto.
24201 * gdb.base/opaque0.c: ditto.
24202 * gdb.base/printcmds.c: ditto.
24203 * gdb.base/ptype.c: ditto.
24204 * gdb.base/scope0.c: ditto.
24205 * gdb.base/setvar.c: ditto.
24206 * gdb.base/signals.c: ditto.
24207 * gdb.base/twice.c: ditto.
24208 * gdb.c++/misc.cc: ditto.
24209 * gdb.c++/templates.cc: ditto.
24210
24211 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24212
24213 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
24214
24215 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
24216 somewhere between `read' and `main.c'. I'm pretty sure the
24217 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
24218 and it isn't particularly useful.
24219
24220 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
24221
24222 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24223
24224 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
24225
24226 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
24227
24228 * config/mt-slite: add LIBS and -nostdlib.
24229 * config/slite-gdb.exp: add this new file to support sparclite target.
24230
24231 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
24232
24233 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
24234
24235 * gdb.base/a2-run.exp: Change argument to istarget from
24236 "*-*-vxworks" to "*-*-vxworks*".
24237 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
24238
24239 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
24240
24241 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
24242 will not runto main but do a 'step' to step out of breakpoint().
24243 * config/mt-slite: add -Dusestubs.
24244
24245 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24246
24247 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
24248 instead of just @.
24249
24250 * gdb.base/signals.exp: Add test for "handle all print".
24251 * TODO: Remove "handle all print". Also remove item about
24252 checking copyright date (I don't like the idea of a spurious FAIL
24253 based on when we run the tests).
24254
24255 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
24256 for SunOS4 (reason for failure not investigated). Remove
24257 redundant test for $binfile.
24258
24259 * gdb.base/nodebug.c (array_index): Call malloc.
24260
24261 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
24262
24263 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
24264
24265 * gdb.base/recurse.exp: Update gdb_test invocation to use new
24266 conventions and slightly simplify the matching regexp.
24267
24268 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24269
24270 * gdb.base/break.exp: Update gdb_test invocation to use new
24271 convention.
24272
24273 * lib/gdb.exp: If noargs is not set, set it to 0.
24274
24275 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
24276 tests unique.
24277
24278 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
24279
24280 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24281
24282 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
24283 one argument of type "<non-float parameter>".
24284
24285 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
24286
24287 * config/rom68k.exp: New file to support Motorola IDP board.
24288 * gdb.base/a2-run.exp: Skip this file if noargs is set.
24289 * gdb.base/break.c: Change things around so that this program
24290 doesn't depend upon args. This is necessary to make remote
24291 targets work (in general, they can't take args).
24292 * gdb.base/break.exp: Don't try to send args to program. Don't
24293 expect output. Also, replace lots of code with gdb_test.
24294
24295 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24296
24297 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
24298 printing of '\'' (which is what the comment says we are testing,
24299 even though we were not), not '''.
24300 (test_integer_literals_rejected): Test that printing ''' is an error.
24301
24302 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24303 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
24304 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
24305 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
24306 Use gdb_test not test_print_accept.
24307 * lib/gdb.exp: Remove test_print_accept.
24308
24309 * gdb.base/signals.exp (signal_tests_1): Make pass message
24310 consistent with fail message.
24311
24312 * gdb.base/whatis.exp: Remove xfails for printing char vs.
24313 unsigned char; the bug (PR 1821) is fixed.
24314
24315 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
24316
24317 * gdb.base/scope.exp (test_at_localscopes): Call pass for
24318 successful tests--makes xfailing them work right.
24319
24320 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24321
24322 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
24323 only \r\n, not .*. The test can pass .* as the last thing in
24324 $pattern if that is what it wants. In addition to providing this
24325 flexibility, this change should speed up pattern matching in cases
24326 where the pattern already ended with .* (there were a number of
24327 them). This change also helps catch bad patterns--in the old
24328 scheme the typo "char \*" instead of "char \\*" would pass. Now
24329 it is caught.
24330 * Many .exp files: Update callers.
24331
24332 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
24333 clearer and does not spuriously match multiple ('s. Likewise for
24334 ) and *.
24335
24336 * gdb.base/nodebug.exp: Test ability to call a function and pass
24337 it a string (even with no debugging info).
24338
24339 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
24340 "p '\'", which is the same as "p ''" once tcl gets done with
24341 quoting, to "p '\\'", which I suspect is what is intended (one
24342 backslash gets sent to GDB).
24343
24344 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
24345
24346 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24347
24348 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
24349 1817) was fixed literally years ago.
24350
24351 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24352
24353 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
24354 test, it causes stepping out of call_after_alloca_subr with
24355 optimizing compilers.
24356 (localvars_in_indirect_call): Consume GDB prompt if `finish'
24357 fails.
24358
24359 * gdb.c++/templates.exp: Source templ-info.exp only if
24360 the templates executable exists.
24361
24362 * gdb.c++/misc.cc (class Contains_static_instance,
24363 class Contains_nested_static_instance),
24364 gdb.c++/classes.exp (test_static_members): Test printing of
24365 a class that contains a static instance of the class.
24366
24367 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24368
24369 * gdb.base/langs2.c (cppsub_): Don't prototype.
24370 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
24371 only, I believe).
24372
24373 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24374
24375 * lib/gdb.exp (skip_chill_tests): New procedure.
24376
24377 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
24378
24379 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
24380
24381 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
24382 each expect pattern. Cuts runtime from 12 to about 4 seconds.
24383
24384 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24385
24386 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
24387
24388 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
24389 disassemble 8, not 16, instructions for part 4.
24390
24391 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
24392 support the latter anymore.
24393
24394 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
24395 -DNO_PROTOTYPES.
24396 * gdb.base/callfuncs.c: Control use of prototypes based on
24397 NO_PROTOTYPES, not __STDC__.
24398 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
24399 t_float_values2 tests if prototypes in use.
24400
24401 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
24402 t_double_values): When checking differences against DELTA, check
24403 that difference is within the range (-DELTA,DELTA), not just
24404 (-infinity,DELTA).
24405
24406 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
24407
24408 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
24409 'file' command firts, then 'target', then 'load', this is due to gdb
24410 target set up.
24411 * config/mips-gdb.exp: Fix a couple regular exp bugs.
24412
24413 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
24414
24415 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
24416 FP load/store variants.
24417 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
24418
24419 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24420
24421 * gdb.base/term.exp: Do not give a warning if not native, it is
24422 not an abnormal condition.
24423
24424 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
24425
24426 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
24427 t_char_array".
24428
24429 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
24430
24431 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
24432 are getting the version number.
24433
24434 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
24435 if not native, it is not an abnormal condition.
24436
24437 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24438
24439 * lib/gdb.exp: Just use "file exists", rather than undocumented
24440 dejagnu procedure "findfile".
24441
24442 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24443
24444 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24445 (LDFLAGS): Set to -Xlinker -Ur.
24446
24447 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24448 Removed, these values are set by lib/gdb.exp.
24449
24450 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24451
24452 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24453
24454 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24455 of replicating gdb startup code.
24456
24457 * config/mt-vxworks (LDFLAGS): Set to -r.
24458 (CFLAGS_FOR_TARGET): Removed.
24459
24460 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24461 (gdb) and gdb for vxworks uses (vxgdb).
24462
24463 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24464 executable is not in the tree and host != target, use sed and
24465 program_transform_name to determine the gdb name used by the
24466 target.
24467
24468 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24469 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24470
24471 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24472
24473 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24474 floats, chars, and shorts where there are ANSI-style function
24475 definitions.
24476
24477 * gdb.base/langs.exp, gdb.base/langs*: New test.
24478 * gdb.base/Makefile.in: Build it.
24479 * TODO: Remove item about checking that C names don't get C++
24480 demangling applied; this test tests it.
24481
24482 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24483
24484 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
24485 went with the const70 xfail. The xfail went away a year ago.
24486
24487 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
24488
24489 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
24490 for hp300.
24491
24492 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24493
24494 * gdb.base/a1-selftest.exp: Don't run on hp300.
24495
24496 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24497
24498 * Makefile.in (site.exp): Set host_alias and target_alias as well
24499 as host_triplet and target_triplet.
24500
24501 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24502
24503 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24504
24505 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24506 places as other ecoff systems).
24507
24508 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24509 ultrix.
24510
24511 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24512
24513 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24514 remove them.
24515 * gdb.base/nodebug.exp: Accept "function" in addition to "text
24516 variable and "variable" in addition to "data variable".
24517 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24518
24519 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24520 2.
24521 * gdb.base/list1.c (long_line): Add additional statement at start
24522 of function.
24523 * gdb.base/list.exp (test_forward_search): Update line number to
24524 reflect new statement.
24525
24526 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24527
24528 * gdb.base/signals.exp: Reinitialize searched source directories
24529 after gdb_start call.
24530
24531 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
24532
24533 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24534 * gdb.stabs/Makefile.in: Likewise.
24535
24536 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24537 change. Instead split the tests into smaller pieces.
24538 * gdb.disasm/hppa.s: Corresponding changes.
24539
24540 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24541
24542 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24543 Quote ^C when passing it to stty. For some shells ^ is a pipe.
24544
24545 * gdb.base/funcargs.exp: Modify many tests so that every test
24546 either passes or fails. Make some test names unique.
24547
24548 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24549
24550 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24551 Call stty to set interrupt character.
24552
24553 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24554 for HP assembler versus GNU assembler based on actual behavior of
24555 $(CC), rather than assuming that $(AS) is always the GNU assembler.
24556
24557 * TODO: Suggest a few more stepping tests.
24558
24559 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
24560
24561 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24562 restart GDB for h8300 after a continue.
24563 (return): Add pattern to match a29k-udi behavior.
24564 * gdb.base/nodebug.exp: Remove obsolete comment.
24565 * gdb.base/regs.exp: New file, testing of register displays.
24566 * gdb.base/return.exp: Fix typo in reference to $objdir.
24567 * gdb.base/whatis.exp: Always start with a fresh GDB.
24568
24569 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24570
24571 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24572 higher, these tests generate a lot of output.
24573
24574 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24575
24576 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
24577 code following the catch silently ignored some errors; without the
24578 catch they should be thrown like any other tcl error. Also, the
24579 catch used "" instead of {} which meant all the callers who wanted
24580 to include one of the characters "[]$ had to quote it an extra time.
24581 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24582 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24583 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24584 Remove extra quoting.
24585
24586 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
24587
24588 * gdb.base/commands.exp: Make test names unique; every test either
24589 passes or fails. Update some comments.
24590
24591 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24592
24593 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24594
24595 The following fixes a FAIL caused by the fact that the alpha stabs
24596 configuration didn't use the ".if alpha" code in weird.def.
24597 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24598 bit pointer, so the 32 bit version works even on the alpha.
24599 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24600 Remove the stuff which allowed us to have separate versions for
24601 alpha and everything else.
24602
24603 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24604 regexp which "info func operator\[\](" is supposed to match. Fix
24605 string to send to GDB. Note that GDB still doesn't work right. Add a
24606 new test for "info func .perator\[\](" which GDB does handle correctly.
24607
24608 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24609
24610 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24611
24612 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24613 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24614 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24615 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
24616 it makes the tests harder to understand and confuses test-o-matic.
24617 The preferred style is that each test provides a PASS or a FAIL,
24618 and has a unique message (e.g. "continue #54" not just "continue")
24619 which is the same for the pass and the fail.
24620 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24621 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
24622 to lib/gdb.exp.
24623 * gdb.base/printcmds.exp: Use test_print_accept. Remove
24624 prt_accept which was basically the same thing. Likewise for
24625 test_print_reject and prt_reject.
24626 * lib/gdb.exp (test_print_reject): Add some more error message
24627 patterns to match from the former printcmds.exp (prt_reject).
24628 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
24629 One defect of the passcount stuff is that some of it failed to
24630 report XPASS where appropriate.
24631 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
24632 stuff before and after arg in expected pattern.
24633 (test_paddr_operator_functions): Re-do test without print_addr_of;
24634 this is the only test which seems to want extra stuff there.
24635
24636 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24637
24638 * gdb.base/nodebug.exp: Update new tests to reflect improved
24639 wording of gdb output.
24640
24641 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
24642 and "ptype" work on variables in files compiled without -g.
24643 Replaces commented out "maint print msymbol" tests.
24644
24645 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24646
24647 * gdb.base/setvar.c (dummy): Call malloc.
24648
24649 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
24650 losing with the irix4 sed.
24651
24652 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
24653 ALRM" on irix4.
24654
24655 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24656
24657 * TODO: Remove items about corefile.exp testing new exec-file and
24658 backtrace; both are now done. Add items about printing enums.
24659
24660 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24661
24662 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
24663 "get signal $thissig" test fails.
24664
24665 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
24666
24667 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24668
24669 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
24670 compiler warning with dec alpha compiler.
24671
24672 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24673 extra \n from gdb_test call (this explains why the prompt test
24674 that I removed yesterday was there).
24675 (user_defined_command_test): Remove extra \n and prompt test.
24676
24677 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24678 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24679 doesn't exist.
24680 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24681 Also remove alpha workaround, which turns out to be because
24682 SIGABRT == SIGLOST.
24683
24684 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24685
24686 * gdb.base/help.exp: Don't test "help show".
24687
24688 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24689
24690 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24691 "set print address" is on.
24692 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24693 pass prompt to gdb_test; gdb_test already looks for the prompt.
24694
24695 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24696
24697 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
24698 was a vestige of the manual TESTSTRATEGY, and the purpose of it
24699 was to make sure that gdb can read a core file. But (a) the "read
24700 the corefile" part didn't make it to a1-selftest.exp, we just
24701 delete the corefile after creating it, and (b) we test reading
24702 corefiles in corefile.exp anyway. Also, this test left around a
24703 xgdb process on Solaris.
24704
24705 * gdb.base/corefile.exp: Also test backtrace.
24706
24707 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
24708
24709 * gdb.base/commands.exp: Test a simple user defined command with
24710 arguments and if/while statements; verify the full user command is
24711 printed by "show user".
24712
24713 * gdb.base/commands.exp: Test if/while commands as part of a
24714 breakpoint command list; verify they appear in breakpoint
24715 information.
24716
24717 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24718
24719 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
24720 than by dividing by zero.
24721
24722 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
24723
24724 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
24725 performing an inferior call with watchpoints enabled.
24726 * gdb.base/watchpoint.c (main): Delete second unnecessary read
24727 call.
24728
24729 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24730
24731 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
24732 of "file" command.
24733
24734 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
24735 Add additional pattern for when "int operator int(void);" appears
24736 in a different order.
24737
24738 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24739
24740 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
24741
24742 * gdb.base/help.exp: Replace most of docstrings for "info signals"
24743 and "signal" with ".*".
24744
24745 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24746
24747 * TODO: Add note about "handle all nostop".
24748
24749 * gdb.base/{sigall.c, sigall.exp}: New test.
24750 * gdb.base/Makefile.in: Add it.
24751
24752 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
24753
24754 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
24755 when invoking GDB, suppresses any windowing interface.
24756
24757 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
24758
24759 * config/sim-gdb: New file, simulator testing support.
24760
24761 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
24762
24763 * gdb.base/interrupt.exp: Test calling func1 twice.
24764
24765 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
24766
24767 * gdb.base/list.exp (test_forward_search): Set timeout higher
24768 when we'll be getting lots of output from gdb.
24769
24770 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
24771 "init_malloc" to after the expect statement. Run it if that
24772 regexp is taken, but also for two others which happen if source
24773 cannot be found.
24774
24775 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24776
24777 * gdb.base/printcmds.exp: New test, for printing register before
24778 program is running.
24779
24780 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24781
24782 * gdb.base/list.exp: Correct some alternate expect patterns
24783 to reflect changes in list1.c.
24784
24785 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24786
24787 * TODO: Add item regarding large frames.
24788
24789 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
24790
24791 * TODO: Remove item about enabling return.exp; it
24792 is enabled. Suggest a few more "return" tests.
24793
24794 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24795
24796 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
24797 anonymous unions.
24798
24799 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24800
24801 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
24802 and pr-5646.o, so "make" is the same as "make all", not "make
24803 pr-4975.o".
24804
24805 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
24806
24807 * gdb.base/list.exp: Adjust expectations to reflect changes in
24808 list1.c.
24809 (test_forward_search): New test proc.
24810 * gdb.base/list1.c (long_line): New function, has long source line.
24811
24812 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
24813
24814 * gdb.base/a1-selftest.exp: Change initial stepping to know about
24815 additional line of code that was added.
24816
24817 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
24818
24819 * gdb.disasm/hppa.s: Break the large branching tests into smaller
24820 tests so as not to overflow expect's input buffers.
24821 * gdb.disasm/hppa.exp: Corresponding changes.
24822
24823 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24824
24825 Beginnings of template debugging tests.
24826 * gdb.c++/templ-info.cc: New file to test for template
24827 debugging capability of the compiler.
24828 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
24829 templ-info.cc.
24830 * gdb.c++/templates.cc: Add explicit template instantiations
24831 to enable compiling with -fno-implicit-templates. Add destructor
24832 and 'value' method to T5 class for template tests.
24833 * gdb.c++/templates.exp: Add testcases for printing of template
24834 types, setting breakpoints on template methods and calling a
24835 template method.
24836
24837 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
24838
24839 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
24840 branch target since some assemblers (gas-2.5) may emit a
24841 relocation for the branch instead of resolving it in the
24842 assembler.
24843
24844 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24845
24846 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
24847 through signal handler.
24848
24849 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24850
24851 * configure.in (*-*-netware): Use config/mt-netware.
24852
24853 * config/mt-netware: New file.
24854 * config/mt-i386-netware: Removed, separate configs for different
24855 netware architectures are no longer needed now that we have
24856 --with-headers.
24857
24858 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24859
24860 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
24861 by the recent changes to use ANSI C arithmetic conversions.
24862
24863 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24864
24865 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
24866 bug involving using inferior_pid to figure out whether to select a
24867 frame.
24868
24869 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
24870
24871 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
24872 match the current disassembler output.
24873
24874 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
24875
24876 * gdb.fortran/exprs.exp: Expect VOID instead of void.
24877 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
24878 types, expect "int" as type of integer values (for now).
24879
24880 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
24881
24882 * gdb.base/commands.exp: New tests for if/while commands.
24883
24884 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
24885
24886 * lib/gdb.exp (runto): Replace sub-pattern for hex value
24887 by .*, since hex values have different syntax in Chill mode.
24888
24889 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24890
24891 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
24892 linefeed from expect pattern for repeated types with indices > 9.
24893
24894 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
24895
24896 First part of Fortran test suite.
24897 * gdb.fortran: New directory.
24898 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
24899
24900 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24901
24902 * gdb.base/default.exp: Update expect pattern for load command
24903 without arguments.
24904
24905 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
24906
24907 * configure.in: Change i386 to i[345]86.
24908 * gdb.base/configure.in: Likewise.
24909 * gdb.c++/configure.in: Likewise.
24910 * gdb.chill/configure.in: Likewise.
24911
24912 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
24913
24914 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
24915 patterns, since that is not a valid context for comments.
24916
24917 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
24918
24919 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
24920 repeated types and repeated types with indices > 9.
24921
24922 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
24923
24924 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
24925 2417; old bug has been fixed.
24926
24927 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
24928
24929 * gdb.base/interrupt.exp: When trying to wake up the inferior,
24930 send the newline ourselves instead of assuming gdb_test will do
24931 so when passed an empty input string.
24932
24933 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
24934 stabs testcode.
24935
24936 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24937
24938 * lib/gdb.exp (gdb_test): Don't send anything if the first
24939 argument is an empty string. This makes cases where we want to
24940 match output that is already in expect's buffers (for example,
24941 matching a breakpoint after gdb_run_cmd has been called) work
24942 reliably.
24943
24944 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24945
24946 * config/netware.exp: New file.
24947
24948 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24949
24950 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
24951 the -B and -L prefixes so we can find the debugging stub.
24952
24953 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
24954 there and we are using the gcc from the tree.
24955
24956 * gdb.base/types.c: Removed.
24957
24958 * gdb.base/configure.in: Look for makefile fragments in ../config.
24959 Recognize i386-*-netware.
24960 * gdb.c++/configure.in: Likewise.
24961
24962 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24963
24964 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
24965 the correct TCL syntax.
24966
24967 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24968
24969 * gdb.base/opaque.exp: use runto instead of messing around with
24970 breakpoints. Simplify by using gdb_test.
24971
24972 * gdb.base/bitfields.exp: restart between tests on netware targets
24973 because breakpoints aren't relocated after target death. Run
24974 processes to completion.
24975
24976 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
24977
24978 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
24979
24980 * Makefile.in: Remove extra tabs that confuse some versions
24981 of "make". Use the newly built gdb to test with by default,
24982 rather than the first one in the tester's search path.
24983
24984 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
24985
24986 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
24987
24988 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
24989 condition help.
24990
24991 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24992
24993 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
24994
24995 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
24996 running.
24997 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
24998 * gdb.base/funcargs.exp: Likewise.
24999
25000 * gdb.base/bitfields.exp: Simplify by using gdb_test.
25001 * gdb.base/funcargs.exp: Likewise.
25002
25003 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
25004 message is "".
25005
25006 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25007
25008 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
25009 return,signals,twice}.exp: Handle non-existant binaries
25010 consistantly.
25011
25012 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
25013 * gdb.base/Makefile.in: Don't try to generate a core dump, we
25014 might testing a cross development system.
25015
25016 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25017
25018 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
25019 runtest script is relative to ${srcdir}, not ${rootdir}.
25020
25021 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
25022
25023 * gdb.base/signals.exp: Allow for optionality of breakpoint
25024 address.
25025
25026 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25027
25028 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
25029
25030 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
25031
25032 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
25033 for size_t definition.
25034 * gdb.c++/templates.cc: Likewise
25035
25036 * config/mt-i386-netware: New file.
25037
25038 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
25039 defined.
25040
25041 * gdb.base/Makefile.in: Added support for systems that name core
25042 files by appending "core" to the program name.
25043 * gdb.base/a1-selftest.exp: Likewise.
25044
25045 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25046
25047 * gdb.base/return.exp: Add comment and message for `return double'
25048 test failure on Sparc Solaris.
25049
25050 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
25051
25052 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
25053
25054 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25055
25056 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
25057 from optimizing them away.
25058 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
25059 patterns to include default constructors and assignment operators,
25060 to match gcc versions beyond 2.5.8. Accept any cplus demangling
25061 character in the output of the virtual base pointer.
25062
25063 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25064
25065 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
25066 expression match in print_addr_of to avoid unintented matches.
25067 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
25068 versions up to 2.5.8.
25069
25070 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25071
25072 * gdb.base/list.exp: Tweak alternate pattern for listing of an
25073 included file to run under newer versions of expect.
25074 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
25075 consecutive >'s in templates to accomodate recent cplus-dem.c change.
25076 Remove xfail for the virtual table of BDDHookV.
25077
25078 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
25079
25080 * lib/gdb.exp (string_to_regexp): Set a default result.
25081 (default_gdb_start): Fix misleading message.
25082
25083 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
25084
25085 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
25086 Remove all CC, etc definitions.
25087 * config/mt-hpux: New file.
25088 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
25089 (CFLAGS, LDFLAGS): Define.
25090 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
25091
25092 * Makefile.in (site.exp): Don't insert host_os, etc.
25093 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
25094 (distclean): Check existence of subdir.
25095 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
25096 * gdb.base/Makefile.in: General cleanup and simplification.
25097 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25098 to build executables. Use default rule to build .o files.
25099 (EXPECT, RUNTEST, CC): Fix relative pathname.
25100 (site.exp): Don't insert host_os, etc.
25101 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
25102 and/or SIGUSR1 defined.
25103 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
25104 * gdb.c++/Makefile.in: General cleanup and simplification.
25105 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
25106 (CFLAGS): Remove.
25107 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
25108
25109 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
25110
25111 * gdb.base/recurse.exp: Misc changes to get tests running again
25112 after Kung's changes to the watchpoint code.
25113 * gdb.base/watchpoint.exp: Likewise.
25114
25115 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
25116
25117 * lib/gdb.exp (string_to_regexp): Convert {\} also.
25118
25119 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
25120
25121 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
25122 * lib/gdb.exp (default_gdb_start): Define.
25123 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
25124 gdb.base/funcargs.exp, gdb.base/opaque.exp,
25125 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
25126 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
25127 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
25128 Don't call gdb_target_udi in between tests.
25129
25130 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25131
25132 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
25133 (which was basically just a local version of the same thing). In
25134 addition to avoiding duplication, gdb_test_exact is faster.
25135 * lib/gdb.exp (gdb_test_exact): Fix typo.
25136
25137 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
25138 don't give an error.
25139
25140 * gdb.base/term.exp: Call delete_breakpoints before starting.
25141
25142 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
25143 (t10): Add comment.
25144
25145 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25146
25147 Reorganization of the GDB Test Suite.
25148
25149 * gdb.base: New directory, contains all the basic tests.
25150 * gdb.c++: New directory, tests specific to C++.
25151 * gdb.chill: New directory, tests specific to Chill.
25152 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
25153 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
25154 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
25155 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
25156 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
25157 t30-31 to chill).
25158 * */gdbme.*: Rename to match appropriate expect scripts.
25159 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
25160 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
25161 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
25162 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
25163 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
25164 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
25165 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
25166 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
25167 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
25168 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
25169 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
25170 gdb.c++/virtfunc.cc: New names of C++ files.
25171 * gdb.chill/chillvars.ch: New name of Chill file.
25172 * gdb.base/configure.in, gdb.c++/configure.in,
25173 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
25174 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
25175 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
25176 * configure.in (configdirs): Update to reflect directory changes.
25177 (target_abbrev): No longer define for any configuration.
25178 * Makefile.in: Cosmetic improvements to header comments.
25179
25180 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
25181
25182 Various changes to gdb.t31:
25183
25184 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
25185 * gdbme.ch: Make all key-words and predefineds be upper-case.
25186 * chillvars.exp: Expect key-words and predefinds in upper-case.
25187
25188 * chillvars.exp: Use gdb_test_exact many places.
25189 Change expected output for arrays (which now includes index labels).
25190
25191 * pr-5020.exp, gdme.ch (module PR_5020):
25192 New test, for PR-5020.
25193
25194 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
25195
25196 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
25197 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
25198
25199 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
25200
25201 * Makefile.in: Fix bit-rot in definitions of CHILL,
25202 CHILL_FOR_TARGET and Chill_LIB.
25203 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
25204 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
25205 CHILL, and CHILL_LIB.
25206
25207 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
25208
25209 * Revert the previous changes. Please see Rob's directory
25210 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
25211
25212 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
25213
25214 * Makefile.in, configure.in, config/mips-gdb.exp,
25215 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
25216 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
25217 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
25218 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
25219 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
25220 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
25221 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
25222 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
25223 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
25224 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
25225 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
25226 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
25227 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
25228 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
25229 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
25230 changes from 94Q1.
25231
25232 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
25233
25234 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
25235 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
25236 Rob's new testing fragments.
25237
25238 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
25239
25240 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
25241 lib/gdb.exp: Replace error proc calls with perror.
25242
25243 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
25244
25245 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
25246 version also, match on casted version strings, and match on
25247 gdb startup case where the line numbers might be messed up.
25248
25249 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
25250
25251 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
25252 (CFLAGS): Delete it from here.
25253
25254 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
25255
25256 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
25257
25258 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
25259
25260 * Makefile.in (RUNTEST): Default to just "runtest".
25261
25262 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25263
25264 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
25265 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
25266 the code has been restructured.
25267
25268 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25269
25270 * gdb.t00/default.exp (set write): Allow any number of \r and/or
25271 \n, not just one of each.
25272
25273 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
25274 /bin/cc gives a warning if you do.
25275
25276 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
25277
25278 * gdb.t24/demangle.exp: change expect pattern of
25279 __t10ListS_link1ZUiRCUiPT0
25280
25281 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25282
25283 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
25284 on local variables in recursive functions.
25285
25286 * gdb.t07/Makefile.in: Build the new test.
25287
25288 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25289
25290 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
25291 directly. Instead compare the return values from actual calls.
25292
25293 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
25294
25295 * Makefile.in (check): Set TCL_LIBRARY for runtest.
25296
25297 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25298
25299 * From Peter Schauer with minor modifications.
25300 * gdb.t15/return.exp (return_tests): Handle targets where "return"
25301 stops in mid-line in the caller. Add xfail for returning a float
25302 value on X86 targets.
25303
25304 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25305
25306 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
25307 to avoid expect lossage.
25308 (fmem_LRbug_tests): Likewise.
25309 * gdb.disasm/hppa.s: Corresponding changes.
25310
25311 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
25312 conditions to work with latest dejagnu/expect.
25313
25314 * gdb.t15/funcargs.exp (finish from indirect call): No longer
25315 expected to fail on the PA.
25316 (backtrace in call with trampolines): Explicitly require main
25317 to be frame #1 (no trampolines should show up in backtrace).
25318
25319 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
25320 "continue -expect".
25321 * gdb.t06/break.exp: Likewise.
25322 * gdb.t07/watchpoint.exp: Likewise.
25323 * gdb.t13/bitfields.exp: Likewise.
25324 * gdb.t15/{funcargs,return}.exp: Likewise.
25325 * gdb.stabs/weird.exp: Likewise.
25326 * config/{mips,udi}-gdb.exp: Likewise.
25327
25328 * hppa.sed: Enclose comments within a sed command to avoid
25329 losing with the old OSF1 sed.
25330
25331 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25332
25333 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
25334 sequent dynix.
25335 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
25336 * gdb.t15/funcargs.exp: Conditionally step again to really
25337 finish from marker_call_with_trampolines. Handle the case where
25338 the first step from within call_with_trampolines already steps
25339 us back to main.
25340 * gdb.t15/gdbme.c: Add comment to closing brace of
25341 call_with_trampolines for funcargs.exp.
25342
25343 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25344
25345 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
25346 Fix typo(s).
25347
25348 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25349
25350 * gdb.t07/gdbme.c: More code for watchpoint testing.
25351
25352 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
25353 "Hardware watchpoint" throughout file.
25354 (test_watchpoint_triggered_in_syscall): New test.
25355 (test_complex_watchpoint): New test.
25356
25357 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25358
25359 * gdbme.c (call_with_trampolines): New function to try and step
25360 into. Tests trampoline problems on the PA.
25361
25362 * funcargs.exp (localvars_in_indirect_call): No longer expect
25363 stepping into indirect call to fail on PAs.
25364 (test_stepping_over_trampolines): New test.
25365
25366 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25367
25368 * TODO: Add suggestions for static member function tests, and
25369 completion tests.
25370
25371 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25372
25373 * TODO: Add suggestions for "p/a" tests.
25374
25375 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
25376 (default_gdb_exit): Replace all the hair with sending "quit" to
25377 the process with a simple close.
25378
25379 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25380
25381 * TODO: Add suggestions for shared library tests.
25382
25383 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25384
25385 * TODO: Add suggestions for x/s tests.
25386
25387 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25388
25389 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
25390 "enable once", and "enable breakpoints once" with ".*".
25391
25392 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25393
25394 * TODO: Add suggestions about structure passing tests.
25395
25396 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25397
25398 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
25399 the primary1 test, use work around if __GNUC__ < 2.
25400 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
25401 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
25402 Test for bad output rather than waiting for timeout. Issue
25403 second continue only if first continue failed.
25404
25405 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25406
25407 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
25408 operator[] test with gdb_test because the old code didn't seem to
25409 be getting the quoting right with the new dejagnu.
25410
25411 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
25412
25413 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
25414 one from the path.
25415 * Makefile.in: Use a fresh expect if there is one, use runtest
25416 from the src tree if there is one.
25417
25418 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25419
25420 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
25421 next over recursive call. Revise the tests from that point on
25422 (which had been skipped) to match GDB's actual (correct) output.
25423
25424 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
25425 with next over a breakpoint whose condition is false.
25426
25427 * gdb.t00/help.exp: Comment out "help set print" tests just like
25428 (and for same reason as) "help set" test.
25429
25430 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25431
25432 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
25433 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
25434
25435 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25436
25437 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25438 necessary gdb_target_udi.
25439
25440 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25441
25442 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25443 1838 and 2417; they are fixed.
25444
25445 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25446 gdb.t03/ptype.exp (ptype structure, ptype union):
25447 Remove xfails; the test is looser than when the xfails were added.
25448
25449 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25450 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25451
25452 * gdb.t01/run.exp: Only run shell test if isnative.
25453
25454 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25455 since "run" automatically loads if necessary. Call gdb_target_udi
25456 after the "file" since "file" kills any execution target.
25457
25458 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25459 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25460 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25461 argument for UDI.
25462
25463 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25464
25465 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25466
25467 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25468
25469 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25470
25471 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25472 properly quoting regexps. This makes the second argument to
25473 demangle a fixed string, which matches the callers, instead of a
25474 shell-style pattern which is what the previous implementation
25475 used. Update some of the callers.
25476
25477 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25478
25479 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
25480 (comib_nullified_tests): Fix typo.
25481 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
25482 strings. No longer expected to fail.
25483
25484 * gdb.disasm/hppa.s (addib_tests): Fix typo.
25485 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
25486 strings. No longer expected to fail.
25487
25488 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
25489 string. No longer expected to fail.
25490
25491 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25492
25493 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25494 No longer expected to fail.
25495
25496 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25497 string. No longer expected to fail.
25498
25499 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25500
25501 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25502 only in the names (I probably got most of them). I was even
25503 generous with some which differed in underscores in names, and
25504 probably missed a few, and I *still* was able to remove almost a
25505 third of the file with almost no impact on testsuite coverage.
25506
25507 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25508
25509 * gdb.t00/default.exp: Match udi_attach error message as well as
25510 the one from child_attach.
25511
25512 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25513
25514 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25515
25516 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25517 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25518
25519 * Move test with enums and partial symbols back to
25520 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25521 Reverts the change of 26 May 93. Per today's change to
25522 stabs.texinfo, the behavior that weird.exp was expecting was
25523 unreasonable; what is important is that the compiler+gdb get
25524 things right, which happens with a recent gcc. Also fix the test
25525 to deal with native compilers which put out the stab gdb can't
25526 deal with.
25527
25528 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25529
25530 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25531 in the names. The main thing these accomplish is to slow things down.
25532 Many more such duplicates surely remain.
25533
25534 * gdb.t00/help.exp: Comment out "help support" test just like
25535 (and for same reason as) "help set" test.
25536
25537 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
25538
25539 * gdb.t06/break.exp: Remove setup_xfails for
25540 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25541 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
25542 about known bug in gcc to include up through 2.5.8.
25543 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
25544 well as "_vb$".
25545 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25546 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25547 with latest gcc and gdb.
25548 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
25549 well as "_vb$".
25550
25551 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25552
25553 * configure.in (hppa*-*-*): Also configure and build stabs-only
25554 tests.
25555
25556 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25557
25558 * gdb.t10/hppa.mt: A makefile fragment for the PA.
25559 * gdb.t10/configure.in (hppa*-*-*): Use it.
25560
25561 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25562
25563 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
25564
25565 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25566
25567 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
25568 versions prior to 1.13.5.
25569
25570 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25571
25572 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25573 the prompt is at the start of a line.
25574
25575 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25576
25577 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25578 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
25579 in the copr tests now.
25580 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
25581 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
25582 expected to fail.
25583
25584 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
25585
25586 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25587 gdb.t31/chillvars.exp, lib/gdb.exp:
25588 Tweak to run under either version of expect.
25589 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25590 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25591 * gdb.t11/list.exp: Remove extraneous whitespace.
25592
25593 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25594
25595 * gdb.t16/printcmds.exp (test_print_strings): Accept
25596 "(unsigned char *) " before the string.
25597
25598 * TODO: Add notes about printing of fancy types and GDB expressions.
25599
25600 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
25601
25602 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25603 * gdb.t06/configure.in: Don't try to compile signals test program
25604 if doing mips-idt-ecoff.
25605
25606 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
25607
25608 * Most .exp files: Tweak to run under either version of expect.
25609
25610 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25611
25612 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
25613 xfails; I'm not sure why they are failing, but not because of PR 1806.
25614
25615 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
25616
25617 * config/unix-gdb.exp: Remove gdb_unload cause it's already
25618 defined in lib/gdb.exp.
25619
25620 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25621
25622 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
25623 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
25624 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
25625 have to be typeless.
25626
25627 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25628
25629 * TODO: Add suggestion for copyright year test.
25630
25631 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
25632
25633 * configure.in (*-*-lynxos*): Add stabs tests.
25634
25635 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25636
25637 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
25638 so insert a tab before any assembler directive in column zero.
25639
25640 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
25641 stores.
25642 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
25643 stores.
25644 (fpu_short_memory_tests): Likewise.
25645
25646 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25647
25648 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
25649 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
25650 .stabs directives in comments.
25651
25652 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25653
25654 * TODO: New file, describing tests we could write.
25655 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
25656
25657 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25658
25659 * gdb.t06/signals.exp: Add kludge to force re-sync.
25660
25661 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
25662 to xgdb instead of gdb, get out of gdb.
25663
25664 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
25665
25666 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
25667 for info.
25668
25669 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25670
25671 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25672 * gdb.stabs/configure.in (hppa*-*-*): Use it.
25673 * gdb.stabs/hppa.sed: New sed script for the PA.
25674
25675 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25676
25677 * gdb.stabs: Re-write weird.def and configuration to use sed
25678 instead of cpp. sed is portable and POSIX; cpp is neither.
25679
25680 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25681
25682 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25683
25684 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25685
25686 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25687
25688 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25689
25690 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25691 "_vb$".
25692 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25693 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25694
25695 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25696
25697 * lib/gdb.exp: Comment out code which depends on non-existent
25698 `transform' procedure.
25699
25700 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
25701
25702 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25703 * lib/gdb.exp: Transform tool name.
25704 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25705 1.1's new error handling system.
25706
25707 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25708
25709 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
25710
25711 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25712
25713 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
25714 They made pattern matching so slow that timeouts happened on
25715 heavily loaded systems. Now any output from "show print" which
25716 gets us back to the GDB prompt is a PASS.
25717
25718 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
25719
25720 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
25721
25722 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25723
25724 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
25725
25726 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
25727 It is not from PR 3220.
25728
25729 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25730
25731 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
25732 just started failing because they depended on the order the
25733 subcommands are presented, or exact docstring text. This kind of
25734 test is a pain and has minimal benefit.
25735
25736 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25737
25738 * gdb.t09/corefile.exp: At end of test, use "core" command with
25739 no arguments.
25740
25741 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
25742
25743 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
25744 17}/Makefile.in: Make it possible to run the testsuite with Sun
25745 make and CC = cross gcc by adding explicit build rules for .o
25746 files.
25747
25748 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25749
25750 * gdb.t15/funcargs.exp: Don't put comments on same line as
25751 setup_xfail (@#$*%& tcl braindamage!).
25752
25753 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25754
25755 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
25756
25757 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
25758
25759 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
25760 * gdb.t20/inherit.exp: remove three dumplicate entries.
25761
25762 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25763
25764 * gdb.t06/break.exp: For "next over recursive call", fail on any
25765 incorrect output, not just on "factorial (value=2)".
25766
25767 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25768
25769 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
25770 working now. Add an xfail if accesing a bss variable causes
25771 a memory error if the target is not yet run.
25772
25773 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25774
25775 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
25776 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
25777 name of __st* demangling (2 strings). Did Kung really get the
25778 more than 95 others right without testing them?
25779
25780 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
25781
25782 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
25783
25784 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
25785
25786 * configure.in (configdirs): Add gdb.disasm
25787 * gdb.disasm: New directory for GDB disassembler tests.
25788 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
25789
25790 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25791
25792 * gdb.t00/help.exp: Don't test "help set".
25793
25794 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
25795 from within expect statements. None of these happen anymore and
25796 they cause regressions to be silently unnoticed.
25797
25798 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
25799 messages) about known failures with gcc cygnus-2.4.5-930417.
25800
25801 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
25802 comp-info.exp so it gets built if it doesn't exist.
25803
25804 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
25805 it is no longer used.
25806 * gdb.t13/comp-info.c: Removed.
25807
25808 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25809
25810 * gdb.t06/signals.exp: Add xfail for sun3.
25811
25812 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25813
25814 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
25815 relevant because ^C doesn't get sent but failure can be reproduced
25816 interactively).
25817
25818 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25819
25820 * gdb.stabs/alpha.mt: New configuration file for alpha.
25821 * gdb.stabs/configure.in: Use it.
25822 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
25823 sharing with alpha.mt, redefine long to word via preprocessor.
25824 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
25825 for alpha.
25826 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
25827 native cc.
25828 * gdb.t00/teststrategy.exp: Change expect string so that we
25829 consume the `(xgdb)' from the command echo and from the gdb prompt.
25830 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
25831 gdb currently compares all values as long, so this failure probably
25832 applies to any configuration where LONGEST is bigger than a target int.
25833 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
25834 with gcc.
25835 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
25836 to handle opaque pointers, gcc is.
25837 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
25838 as first argument. Include <sys/types.h> and change all operator
25839 new definitions to use size_t.
25840 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
25841 now that we use size_t.
25842
25843 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25844
25845 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
25846 a long or float array cast all array members to the same type.
25847 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
25848 with 64 bit longs.
25849 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
25850 on alpha.
25851 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
25852
25853 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25854
25855 * gdb.t24 (demangle.exp): Constructors of templates have names like
25856 vector<int>::vector(int) not vector<int>::vector<int>(int). See
25857 section 14.6 of the ARM.
25858
25859 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
25860 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
25861 accomplish little and slow down the testsuite.
25862
25863 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
25864 Accept spaces various places.
25865
25866 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25867
25868 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
25869 with watchpoint enabled.
25870
25871 * Makefile.in: Remove definition of CC and remove the second
25872 definition of CXX (the "CXX = gcc" one remains). These definitions
25873 were causing backquotes to be expanded within backquotes, which
25874 doesn't work.
25875
25876 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
25877
25878 * gdb.t17/callfuncs.exp: Add "return 0" to end.
25879
25880 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25881
25882 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
25883 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
25884 by mips cc and contains no stabs entries.
25885
25886 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
25887
25888 * config/vx-gdb.exp: Use fake device to load files rather than
25889 NFS.
25890 * lib/gdb.exp: New proc to do "file" command.
25891 * config/unix-gdb.exp: Use new "file" proc.
25892
25893 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
25894
25895 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
25896 Rework board rebooting slightly.
25897 (gdb_exit): Don't exit from the remote shell; there isn't one.
25898 * gdb.stabs/weird.exp: If a program is being debugged already,
25899 kill it.
25900 * gdb.t04/setvar.exp: Stop and restart gdb.
25901 * gdb.t05/expr.exp: Likewise.
25902 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
25903 restart gdb and reload the program.
25904 * gdb.t08/opaque.exp: Likewise.
25905 * gdb.t12/scope.exp: Likewise.
25906 * gdb.t13/bitfields.exp: Likewise.
25907 * gdb.t15/funcargs.exp: Likewise.
25908 * gdb.t20/classes.exp: Likewise.
25909 * gdb.t03/ptype.exp: Increase timeout.
25910 * gdb.t16/printcmds.exp (test_print_string_constants,
25911 test_print_array_constants): Likewise.
25912 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
25913 * gdb.t20/classes.exp (do_tests): Likewise.
25914 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
25915
25916 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
25917
25918 * gdb.stabs: Renamed *wierd* to *weird*.
25919
25920 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25921
25922 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
25923 for timeout. Add "known gcc 2.4.5 bug" to failure message.
25924
25925 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25926
25927 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
25928 (do_tests): Remove xfail for whatis on one_var and two_var.
25929
25930 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
25931
25932 * Makefile.in: Made cross building work better by adding
25933 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
25934
25935 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25936
25937 * gdb.t15/{return.c,return.exp,Makefile.in}:
25938 New test, currently commented out.
25939
25940 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
25941
25942 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
25943 still running and removes the leftover named socket so GDb can do
25944 clean restarts.
25945
25946 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
25947
25948 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
25949 console, not GDB.
25950 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
25951 cross testing works better with "make check"
25952 * config/unix-gdb: Use default procedures for exit and version.
25953 * config/vx-gdb.exp: Cleaned up and massaged back to working order
25954 with the newest VxWorks.
25955
25956 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25957
25958 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
25959 old form.
25960
25961 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
25962 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
25963
25964 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
25965
25966 * config/unix-gdb.exp: Remove this version of gdb_exit
25967 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
25968 Rob says he'll look at it when he gets back to testing boards.
25969
25970 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
25971
25972 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
25973 an expected fail for certain ptype commands.
25974
25975 * gdb.t20/classes.exp: Update expected results of "ptype class
25976 Base1" to account for the constructor that now appears in the type.
25977
25978 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
25979
25980 * configure.in (configdirs): Restore gdb.t04, which mysteriously
25981 disappeared from list.
25982 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
25983 "alldone" proc with call to cleanup and exit.
25984 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
25985 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
25986 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
25987 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
25988 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
25989 "alldone" proc with simple returns that suppress remaining
25990 tests. The alldone proc went away many months ago.
25991
25992 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25993
25994 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
25995
25996 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
25997
25998 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25999
26000 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
26001 as vax gdb will display them.
26002
26003 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26004
26005 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
26006 optimizers.
26007
26008 * scope.exp: Change "bad value for localval" messages so each one
26009 is unique.
26010
26011 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
26012 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
26013
26014 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
26015
26016 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26017
26018 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
26019 doesn't exist (due to optimization).
26020
26021 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26022
26023 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
26024 contains \r because the filename is long.
26025
26026 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
26027 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
26028
26029 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26030
26031 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
26032 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
26033 Ultrix.
26034 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
26035 int tests.
26036 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
26037
26038 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
26039
26040 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
26041
26042 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
26043 to match does not match the passing case but still matches the
26044 failing case.
26045
26046 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26047
26048 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
26049
26050 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
26051
26052 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
26053 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
26054 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
26055 Remove various versions of gdb_exit.
26056 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
26057 gdb_exit.
26058 * config/unix-gdb.exp: gdb_exit remains here, and should override
26059 the generic version, since it's doing a lot of wierd stuff that
26060 the other versions aren't. FIXME, fold it in, or abandon this
26061 version.
26062
26063 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26064
26065 * gdb.t24/demangle.exp: Add tests for PR 3220.
26066
26067 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26068
26069 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
26070
26071 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
26072
26073 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
26074 "i386-*-*". Works for i486 as well.
26075
26076 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
26077 bug, and expand domain of xfail to all SVR4 systems, since the
26078 actual problem is likely to be in generic SVR4 /proc support.
26079
26080 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26081
26082 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
26083
26084 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
26085
26086 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
26087 xfails for other systems. Match a missing 'Continuing.' as an
26088 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
26089
26090 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
26091 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
26092 Only issue warning for missing executables if -all option is used.
26093
26094 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
26095 file if -all option is used. It's like an unpredictable XFAIL.
26096
26097 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26098
26099 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
26100 for dynamically linked binaries.
26101
26102 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
26103
26104 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26105
26106 * gdb.t20/inherit.exp: Change message for "print tagless struct"
26107 to state that this is a known bug in old versions of g++.
26108
26109 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26110
26111 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
26112 while waiting for `Continuing'.
26113
26114 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
26115
26116 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
26117 in text, data, and bss.
26118 * gdb.t10/nodebug.c: Add local and global test variables for
26119 initialized and uninitialized data.
26120
26121 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26122
26123 * config/unix-gdb.exp (gdb_exit): Add "wait".
26124
26125 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26126
26127 * gdb.t06/signals.exp: xfail the continue from the handler for all
26128 targets.
26129
26130 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
26131 function with watchpoints enabled, the i386 call dummy starts with
26132 a call.
26133
26134 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
26135 386 bsd names its corefiles.
26136
26137 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
26138
26139 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
26140 compilers don't grok it.
26141 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
26142 with small octal ints rather than character constants, which
26143 are signed and might not fit if first promoted to int.
26144
26145 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
26146
26147 * gdb.t09/Makefile.in (clean): Remove corefile.
26148
26149 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26150
26151 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
26152
26153 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26154 and Jim Kingdon (kingdon@cygnus.com)
26155
26156 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
26157 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
26158 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
26159
26160 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26161
26162 * gdb.t17/interrupt.exp: Add xfail for hppa.
26163
26164 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26165
26166 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
26167 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
26168 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
26169 to determine signed-ness of bitfields and use the result to setup
26170 the xfail.
26171 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
26172 * gdb.t15/funcargs.exp: Use them to step until the second indirect
26173 call line is reached if necessary.
26174
26175 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26176
26177 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
26178
26179 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26180
26181 * gdb.t06/break.exp: Also test `clear' command.
26182
26183 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26184
26185 * gdb.t00/teststrategy.exp: Remove extra quote.
26186
26187 * gdb.t07/watchpoint.exp: Change xfail for calling function with
26188 watchpoint enabled to be for all non-68k machines.
26189
26190 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
26191
26192 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26193
26194 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
26195 targets use aout.mt instead of ecoff.mt as gas understands
26196 standard aout format.
26197
26198 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26199
26200 * lib/gdb.exp (runto): Don't insist that function we are running to
26201 was compiled with -g.
26202
26203 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
26204
26205 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
26206 to get back into the read system call.
26207 Accept leading newline in case where we woke it up.
26208
26209 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26210
26211 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
26212 to make the stabs test work on ecoff systems using gcc and -with-stabs.
26213 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
26214 enable ecoff configuration.
26215
26216 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26217
26218 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
26219
26220 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26221
26222 * gdb.t16/printcmds.exp: Add another printf test.
26223
26224 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
26225
26226 * configure.in: If configured -with-stabs on any target, add
26227 stabsdirs to configdirs.
26228
26229 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26230
26231 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
26232 fun" so pattern does not match the command itself.
26233
26234 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26235
26236 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
26237
26238 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26239
26240 * gdb.t17/interrupt.exp: Test for more things.
26241
26242 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26243
26244 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
26245 compiler arranges the code and line numbers.
26246
26247 * gdb.t17/interrupt.exp: Don't send \n after ^C.
26248
26249 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26250
26251 * gdb.t00/help.exp: Increase expect input buffer size.
26252
26253 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26254
26255 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
26256
26257 * gdb.t07/watchpoint.exp: Add xfail for hppa.
26258
26259 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
26260
26261 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
26262 [0-9]*, not just [0-9].
26263
26264 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26265
26266 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
26267
26268 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
26269
26270 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26271
26272 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
26273
26274 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26275
26276 * gdb.t06/signals.c: Add xfails for sun3.
26277
26278 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
26279
26280 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
26281 test_stepping tests.
26282
26283 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26284
26285 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
26286
26287 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
26288
26289 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
26290 rather than actually putting it through cpp twice.
26291
26292 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
26293
26294 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
26295
26296 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
26297 no longer needed.
26298
26299 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26300
26301 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
26302
26303 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
26304 C++ features prints as "struct", make it a pass, not an xfail.
26305
26306 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26307
26308 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
26309 Don't require VA to print as "class" rather than "struct".
26310
26311 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
26312
26313 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
26314
26315 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26316
26317 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
26318
26319 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26320
26321 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
26322 order.
26323
26324 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26325
26326 * gdb.t16/printcmds.exp: Add printf tests.
26327
26328 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
26329
26330 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
26331
26332 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
26333
26334 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
26335 pass counts, to counteract any existing or future setup_xfails.
26336
26337 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26338
26339 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
26340 {BEGIN,END}_COMMON for common block instead of STAB.
26341 * gdb.stabs/wierd.exp: Add xfail for rs6000.
26342
26343 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
26344 intp_var should be N_GSYM not N_LSYM.
26345 wierd-aout.S: Use a label for the value of the N_SO.
26346 wierd.def: Remove all backslashes.
26347 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
26348
26349 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26350
26351 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
26352 get the expected next to inheritance3.
26353
26354 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26355
26356 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
26357 now that gcc-2.4 gets it right.
26358
26359 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26360
26361 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
26362
26363 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
26364 generating comp-info.exp which works for cross-compilation.
26365
26366 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
26367
26368 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
26369 "*-*-sysv4.*".
26370
26371 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
26372
26373 * gdb.t01/run.exp: Start with a fresh gdb.
26374 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
26375 SVR4.x.
26376
26377 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
26378
26379 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
26380 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
26381 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
26382 Makefile.in (distclean, realclean): Remove gdbme.c from list of
26383 things to remove.
26384
26385 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
26386
26387 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
26388 test cases from bug reports.
26389
26390 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
26391
26392 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
26393 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
26394 avoid spurious xfails.
26395 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
26396 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
26397 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
26398
26399 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
26400
26401 * gdb.t00/teststrategy.exp: Rework to provide more useful
26402 description of each test, fix problem with systems that define
26403 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
26404 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
26405 results for "next over recursive call" so timeouts aren't taken
26406 by error.
26407
26408 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
26409
26410 * gdb.t12/scope.exp: Test printing of variables before run.
26411
26412 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
26413 printed in wrong order due to sorting.
26414
26415 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
26416
26417 * gdb.t00/teststrategy.exp: Fix expected results for printing
26418 user entered string constant. Is array of char, prints with no
26419 address.
26420
26421 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
26422 commands.
26423 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
26424 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
26425 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
26426 of struct of char arrays.
26427 * gdb.t00/radix.exp: New tests for radix commands.
26428
26429 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
26430
26431 * gdb.t16/printcmd.exp: Print a variable before running program
26432 (with xfail for AIX).
26433
26434 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
26435
26436 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26437
26438 * gdb.t16/printcmd.exp: Don't print variables before running program.
26439
26440 * gdb.t06/break.exp: Don't require envp argument to main.
26441
26442 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26443
26444 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26445 Add xfails for rs6000.
26446
26447 * gdb.t02/whatis.exp: Change other tests not to re-test something
26448 we already tested.
26449
26450 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26451 each type used has a variable of that type.
26452
26453 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26454
26455 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26456
26457 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26458
26459 * configure.in: change srctrigger to be a file, not a directory
26460
26461 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26462
26463 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26464
26465 * gdb.t11/list.exp: Fixed a couple of typos.
26466
26467 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
26468
26469 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
26470 is fixed and PR is closed.
26471 * gdb.t16 (gdbme.c): Add simple test string variable.
26472 * gdb.t16 (printcmds.exp): Add tests with simple test string
26473 variable, primarily for boundaries on "set print elements".
26474
26475 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
26476
26477 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26478 Make leading 0's optional and don't expect a tab in the middle
26479 of the number.
26480
26481 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
26482
26483 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
26484 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
26485 don't end command passed to gdb_test with newline.
26486
26487 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
26488 signed keyword away, don't expect signed bitfields to be signed.
26489
26490 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
26491 printing with only as many 1's as are in the field as well as printing
26492 with 32 1's (see comment).
26493
26494 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
26495
26496 * gdb.t00/default.exp: Start with a fresh gdb.
26497 * configure.in (configdirs): Remove gdb.t31 until the chill
26498 compiler works again. It no longer is able to find chillrt0
26499 since it isn't in libchill.a anymore.
26500 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
26501 wierd.o, make more modular.
26502 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
26503 spurious newlines that caused problems.
26504
26505 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26506
26507 * Move test with enums and partial symbols from gdb.t03/ptype.exp
26508 to gdb.stabs/wierd.exp since GCC has worked around the bug.
26509 gdb.stabs/wierd.{exp,def}: Many new tests.
26510
26511 * gdb.t00/default.exp: update info line for new message.
26512
26513 * gdb.t02/{whatis.exp,gdbme.c}:
26514 Test that "char *" doesn't print as "caddr_t".
26515
26516 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26517
26518 * gdb.t00/help.exp: Use .* in place of some help messages which
26519 just changed.
26520 gdb.t00/default.exp: Update "info frame" test for new message.
26521 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26522 Remove some xfails
26523
26524 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26525
26526 * gdb.t03/{gdbme.c,ptype.exp}:
26527 Add tests for typedef'd struct and union without tags.
26528 Also check "whatis" on a variable of a typedef'd enum without a tag.
26529
26530 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26531 PRMS 1823; the bug still exists but isn't reproduced by this test
26532 anymore), and remove rs6000 XFAIL (the bug is fixed).
26533
26534 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26535 duplicated from whatis.exp. For those that are left, accept
26536 "long", "long int", or "int" for long variables (whatis.exp already
26537 has an XFAIL for "int", so no need to fail it here).
26538
26539 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26540 Deal with GCC's names for types now that GDB uses the compiler's names.
26541
26542 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
26543 setup_xfail's for sunos4. If we #defined the signed keyword away,
26544 don't expect GDB to know that char it is signed.
26545
26546 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26547
26548 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
26549
26550 * configure.in (configdirs): Add gdb.t24 for C++ tests that
26551 should work on any system, regardless of debugging format.
26552 * gdb.t21/demangle.exp: Move to gdb.t24.
26553 * gdb.t24/demangle.exp: Move from gdb.t21.
26554 * gdb.t24/{Makefile.in, configure.in}: New files.
26555
26556 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26557
26558 * configure.in: Do gdb.stabs and C++ tests only for stabs.
26559 * gdb.stabs: New directory.
26560
26561 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26562
26563 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26564 not just "Quit anyway?".
26565
26566 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
26567
26568 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
26569 that all setup_xfails are immediately followed by clear_xfails.
26570
26571 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
26572
26573 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26574 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26575 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26576 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26577 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26578 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26579 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26580 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26581 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26582 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26583 gdb.t31/chillvars.exp, lib/gdb.exp:
26584 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26585 bug-gdb@prep.ai.mit.edu.
26586
26587 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
26588
26589 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
26590 with 0.0, not integer 0.
26591
26592 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
26593
26594 * gdb.t06/break.exp: Update for "Kill the program" message change.
26595
26596 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
26597
26598 * Makefile.in (GDBFLAGS): Set to -nx.
26599 * Makefile.in (site.exp): Use GDBFLAGS.
26600
26601 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26602
26603 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26604 Makefiles.
26605 (check): depend on just-check.
26606 (just-check): added so that tests can be run without a noop
26607 build pass.
26608
26609 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26610
26611 Switch to using configure's configdirs.
26612 * Makefile.in (Makefile): add configure.in dependency.
26613 (SUBDIRS): removed redundant assignment.
26614 * configure.in: switch subdirs assignment to configdirs.
26615 * gdb.t*/configure.in: new files.
26616
26617 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
26618
26619 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
26620 works.
26621
26622 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
26623
26624 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
26625 in explicit rules. Apparently this is not supported by some makes.
26626
26627 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
26628
26629 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
26630
26631 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26632
26633 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
26634 disappeared.
26635
26636 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
26637
26638 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
26639
26640 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
26641
26642 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
26643 watchpoint problem that is now fixed.
26644 * gdb.t30/chexp.exp: Remove setup_xfail for printing
26645 uninitialized convenience variables.
26646 * gdb.t31/chillvars.exp: Fix expected patterns for printing
26647 structures.
26648
26649 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26650
26651 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
26652 which causes expect to get out of sync with gdb on long output
26653 from help set.
26654 * gdb.t09/corefile.exp: Make expected pattern for core file
26655 failing signal and frame output format less sun specific.
26656
26657 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
26658
26659 * gdb.t31/chillvars.exp: Add and remove initial dummy
26660 breakpoint, so that symbol table is forced in.
26661 (Needed at least on Sunos4, though it seems not SVR4.)
26662 * gdb.t31/chillvars.exp: Update for changed output format.
26663
26664 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
26665
26666 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
26667
26668 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
26669
26670 * Makefile.in: Added --srcdir when invoking runtest, removed the
26671 need for a local config file. (optional now)
26672
26673 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
26674
26675 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
26676 failure count used to force early termination. Add some more
26677 expected failures for gnu style demangling.
26678
26679 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26680
26681 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26682 pmi variable from gdb.t20/gdbme to get optimized away.
26683 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26684 Check for written corefile upon timeout _and_ eof.
26685
26686 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26687
26688 * config/unix-gdb.exp: Add missing return 0.
26689
26690 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26691
26692 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
26693 test termination.
26694
26695 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
26696
26697 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26698 disappeared.
26699
26700 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
26701
26702 * gdb.t10/crossload.exp: Disable the i860-elf test until such
26703 time as i860 support works.
26704
26705 * gdb.t15/funcargs.exp: Fix expected outputs to include
26706 "backtrace 100\r" rather than just "backtrace\r", to match last
26707 change.
26708
26709 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
26710
26711 * config/udi-gdb.exp (gdb_exit): Remove close command.
26712 (gdb_target_udi): New procedure to set the UDI target.
26713 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
26714 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
26715 Added waits for prompts after several question responses. Added
26716 some more responses used by a29k-amd-udi-gdb.
26717 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
26718 pass different arguments, restart UDI connection after program
26719 completion.
26720 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
26721 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26722 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
26723 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
26724 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
26725 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
26726 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26727 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
26728 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
26729 after program completion.
26730 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
26731 compiled with a SELECT_VECS setting.
26732 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
26733 infinite recursion.
26734
26735 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
26736 Added checks for COFF results, and made them expected failures for
26737 all targets. It would be better to make them expected failures
26738 for COFF targets only.
26739
26740 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
26741
26742 * Makefile.in: add null dvi target, don't bother to recurse
26743 through test directories for info and install-info; rename
26744 $(datadir) to be dejagnu instead of deja-gnu
26745
26746 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
26747
26748 * gdb.t31/gdbme.ch: Re-enable code that previously caused
26749 compiler to coredump.
26750 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
26751 code.
26752
26753 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
26754
26755 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
26756 coredump.
26757 * gdb.t31/chillvars.exp: Comment out tests that depend on that
26758 code.
26759
26760 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
26761
26762 * gdb.t03/ptype.exp: tests for return code from gdb_test.
26763 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
26764 which in a shell. Deletes xgdb when done.
26765 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
26766 Tests the return from the "set height" or "set width" commands.
26767 Added a few return codes where needed.
26768
26769 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
26770
26771 * Makefile.in (SUBDIRS): Add gdb.t17.
26772 * configure.in (subdirs): Add gdb.t17.
26773 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
26774 files to test gdb's calling of functions in the inferior with
26775 the correct arguments and gdb's ability to retrieve any
26776 result returned.
26777
26778 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
26779
26780 * config/unix-gdb.exp (gdb_exit): Remove close commands that
26781 may be called after gdb goes away. Previous versions of expect
26782 needed these to avoid file descriptor leaks, but they cause
26783 errors with the current revision of expect.
26784 * gdb.t00/gdbvars.exp: Use -re on expected output after
26785 setting sevenbit-strings.
26786 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
26787 to set sevenbit-strings consistent across tests.
26788 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
26789 set sevenbit-strings consistent across tests.
26790
26791 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
26792
26793 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
26794 expected output to match current "expect" expectations.
26795
26796 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
26797
26798 * gdb.t00/default.exp: Change expected output for default "source"
26799 command, to match new gdb behavior which requires a filename to
26800 source.
26801
26802 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
26803
26804 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
26805 expected fail for i486-*-* that misses the marker2 function.
26806 * gdb.t10/crossload.exp (bfddefault): Allow successful
26807 recognition of a format to pass even if no symbols are found.
26808 Explicitly catch failures where the format is not recognized
26809 or is ambiguous, and add the reason to the fail message.
26810 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
26811 the cause is and invalid target and add reason to failure message.
26812 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
26813 elf32-i386, elf32-sparc, and elf32-i860.
26814 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
26815 Set up expected failure for 'filename'::variable scope resolution,
26816 which is now apparently broken on all targets.
26817 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
26818 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
26819 gdb.t23/templates.exp: Change failure for missing binfile into
26820 just a warning.
26821 gdb.t21/demangle.exp: Change all cfront references to 'arm'
26822 references.
26823
26824 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
26825
26826 * gdb.t00/default.exp: Add expected output for default "source"
26827 command, to match new gdb behavior.
26828 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
26829
26830 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
26831
26832 * config/*-gdb.exp: returns an error, rather than exiting on
26833 internal errors.
26834
26835 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
26836
26837 * gdb.t03/gdbme.c: Add pointer to struct variable.
26838 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
26839 referencing struct members.
26840
26841 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
26842
26843 * configure.in (mips-idt-ecoff): New target.
26844 * config/mips-gdb.exp: New file for remote board using MIPS remote
26845 debugging protocol.
26846
26847 * Redid configuration scheme. Removed gdb.t*/configure.in.
26848 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
26849 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
26850 distclean targets. Built executables via .o files. Adjusted
26851 tests to account for source files in $(srcdir) rather than
26852 $(objdir).
26853 * lib/gdb.exp (runto): Don't expect () after the function name,
26854 because it may have arguments.
26855
26856 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
26857
26858 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
26859 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
26860 expected failures for mips-idt-* and mips-sgi-*.
26861 * gdb.t00/default.exp (attach): Kill process if requested.
26862 * gdb.t00/help.exp (help target core, help target): Accept a gdb
26863 that does not read core files.
26864 * gdb.t01/run.exp: Removed checks for exit status code.
26865 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
26866 it is linked in.
26867 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
26868 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
26869 appropriate, rather than doing it by hand.
26870 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
26871 execution.
26872 * gdb.t10/crossload.exp: Kill existing program if needed.
26873 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
26874 appropriate, rather than doing it by hand. Always increase
26875 timeout for this test, not just for VxWorks.
26876
26877 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
26878
26879 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
26880 of Chill STRUCT types and STRUCT values.
26881 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
26882 than "char".
26883 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
26884 struct2): New struct definitions and initializations to test
26885 simple Chill STRUCT types.
26886
26887 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
26888
26889 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
26890 the null byte at the end of strings.
26891 * gdb.t00/default.exp: Make show version insensitive to copyright
26892 date.
26893 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
26894 to avoid dependencies on target char signedness.
26895 * gdb.t16/printcmds.exp: Update expected results for explicitly
26896 unsigned char.
26897 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
26898 now work.
26899 * gdb.t21/demangle.exp: Add many more patterns for template
26900 demangling, most of them being expected failures.
26901 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
26902 string we are matching for, to match on the whole string.
26903 * gdb.t21/demangle.exp: Add many new test strings to demangle,
26904 and fix a whole bunch that had incorrect expected output but were
26905 passing anyway because of the bug in "proc demangle".
26906 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
26907 type.
26908 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
26909
26910 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
26911
26912 * gdb/testsuite: made modifications to testcases, etc., to allow
26913 them to work properly given the reorganization of deja-gnu and the
26914 relocation of the testcases from deja-gnu to a "tool" subdirectory.
26915
26916 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
26917
26918 * gdb/testsuite: Initial creation of gdb/testsuite.
26919 Migrated dejagnu testcases and support files for testing nm to
26920 gdb/testsuite from deja-gnu. These files were moved "as is"
26921 with no modifications. This migration is part of a major overhaul
26922 of dejagnu. The modifications to these testcases, etc., which
26923 will allow them to work with the new version of dejagnu will be
26924 made in a future update.
26925
26926 For additional changes see gdb.mi/ChangeLog-1999-2003.
26927 \f
26928 ;; Local Variables:
26929 ;; mode: change-log
26930 ;; left-margin: 8
26931 ;; fill-column: 74
26932 ;; version-control: never
26933 ;; End:
26934
26935 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
26936 Copying and distribution of this file, with or without modification,
26937 are permitted provided the copyright notice and this notice are preserved.
This page took 0.618643 seconds and 4 git commands to generate.