PR macros/12999
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-07-21 Matt Rice <ratmice@gmail.com>
2
3 PR macros/12999
4 * gdb.base/info-macros.c: New test sources.
5 * gdb.base/info-macros.exp: New tests.
6
7 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8
9 * gdb.python/python.exp: Add prompt substitution tests.
10
11 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12
13 Fix crash if referenced CU is aged out.
14 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
15 New.
16 * gdb.dwarf2/implptr.exp: Likewise.
17
18 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 * gdb.dwarf2/implptr.S: Rebuilt.
21 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
22 (bar): Use them for j, k, l.
23 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
24 COMPILE.
25 (print j in implptr:bar): Update for the intp typedef.
26 (print p[0].x in implptr:foo): Use more exact regex.
27
28 2011-07-18 Tom Tromey <tromey@redhat.com>
29
30 * gdb.cp/static-method.exp: Add missing single quote.
31
32 2011-07-18 Yao Qi <yao@codesourcery.com>
33
34 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
35 supported.
36 * gdb.mi/mi-nonstop-exit.exp: Likewise.
37 * gdb.mi/mi-nonstop.exp: Likewise.
38 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
39 * gdb.mi/mi-nsintrall.exp: Likewise.
40 * gdb.mi/mi-nsmoribund.exp: Likewise.
41 * gdb.mi/mi-nsthrexec.exp: Likewise.
42 * gdb.python/py-evthreads.exp: Likewise.
43
44 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 Code cleanup.
47 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
48 it. Substitute it instead of test_compiler_info everywhere.
49
50 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
51
52 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
53 remote targets as well.
54
55 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
56
57 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
58 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
59
60 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
61
62 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
63 a remote machine, not the host.
64 (gdb_compile_shlib): Set soname if target is remote.
65
66 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
67
68 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
69
70 2011-07-13 Matt Rice <ratmice@gmail.com>
71
72 * gdb.python/py-objfile-script-gdb.py: Renamed to
73 py-objfile-script-gdb.py.in.
74 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
75 py-objfile-script-gdb.py.
76 * gdb.python/py-objfile-script.exp: Update reference to
77 py-objfile-script-gdb.py.
78
79 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
82 reference undefined label.
83
84 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
87 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
88 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
89 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
90
91 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
92
93 PR python/12438
94 * gdb.python/python.exp: Add maint set/show python print-stack
95 deprecated tests. Add set/show python print-backtrace tests.
96
97 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
98
99 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
100 debug info.
101
102 2011-07-06 Matt Rice <ratmice@gmail.com>
103
104 * gdb.python/python.exp: Update filename paths.
105 * gdb.python/py-symtab.exp: Ditto.
106
107 2011-07-06 Marek Polacek <mpolacek@redhat.com>
108
109 * gdb.python/py-evthreads.exp: Add missing `$'.
110
111 2011-07-06 Jie Zhang <jie.zhang@analog.com>
112
113 * config/bfin.exp: New file.
114 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
115 * gdb.asm/bfin.inc: New file.
116
117 2011-07-06 Marek Polacek <mpolacek@redhat.com>
118
119 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
120 the whole output.
121
122 2011-07-05 Tom Tromey <tromey@redhat.com>
123
124 * gdb.java/jprint.java (jprint.hi): New field.
125 * gdb.java/jprint.exp: Print string.
126
127 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
128
129 * gdb.base/call-sc.c: Fix typos.
130 * gdb.base/ifelse.exp: Likewise.
131 * gdb.base/structs.c: Likewise.
132
133 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
134
135 * gdb.base/jit-so.exp: New test.
136 * gdb.base/jit-dlmain.c: New file.
137 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
138
139 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
140
141 * gdb.cp/m-static.exp: Call get_compiler_info.
142 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
143 * gdb.cp/pr9167.exp (p b): Likewise.
144 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
145 (test value of P in inner_m, test type of Z in inner_m): Call
146 setup_xfail for gcc <= 4.5.
147
148 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
149
150 * gdb.cp/paren-type.cc: New files.
151 * gdb.cp/paren-type.exp: New files.
152
153 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
154
155 Stop on first linespec terminator instead of eating what we can.
156 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
157 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
158 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
159 (break C::f()): ... this one.
160 (break C::operator()()): New test.
161 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
162 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
163 test.
164
165 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 Fall back linespec to minimal symbols.
168 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
169 error message.
170 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
171 * gdb.cp/minsym-fallback-main.cc: New file.
172 * gdb.cp/minsym-fallback.cc: New file.
173 * gdb.cp/minsym-fallback.exp: New file.
174 * gdb.cp/minsym-fallback.h: New file.
175
176 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
177
178 * gdb.cp/no-dmgl-verbose.cc: New file.
179 * gdb.cp/no-dmgl-verbose.exp: New file.
180
181 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
184 __GI_.
185 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
186 (f): New function.
187 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
188 (complete p 'func<short>(): ... here.
189 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
190 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
191 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
192 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
193 Make them KFAIL gcc/49546.
194
195 2011-07-01 Joel Brobecker <brobecker@adacore.com>
196
197 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
198
199 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
200
201 Test GCC PR debug/49546.
202 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
203 (test type of F in k3_m, test value of F in k3_m): New.
204 * gdb.cp/temargs.cc (struct S3, struct K3): New.
205 (main): New variable k3. Call k3.k3_m.
206
207 2011-07-01 Jean-Charles Delay <delay@adacore.com>
208
209 * gdb.ada/packed_array.exp: Fix expected outout.
210
211 2011-07-01 Jean-Charles Delay <delay@adacore.com>
212
213 * gdb.ada/packed_array.exp: fixed expected output.
214
215 2011-07-01 Joel Brobecker <brobecker@adacore.com>
216
217 * gdb.ada/same_enum: New testcase.
218
219 2011-07-01 Joel Brobecker <brobecker@adacore.com>
220
221 * gdb.ada/ptr_typedef: New testcase.
222
223 2011-07-01 Joel Brobecker <brobecker@adacore.com>
224
225 * gdb.ada/arrayptr.exp: Add ptype test.
226
227 2011-07-01 Joel Brobecker <brobecker@adacore.com>
228
229 * gdb.ada/char_enum: New testcase.
230
231 2011-07-01 Yao Qi <yao@codesourcery.com>
232
233 * gdb.base/dump.exp (capture_pointer_with_type): New.
234 Get value from address instead of name.
235 Start GDB once, and do `dump' and `restore'
236 tests together.
237
238 2011-06-30 Jie Zhang <jie.zhang@analog.com>
239 Mike Frysinger <vapier@gentoo.org>
240
241 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
242 helper functions for getting/setting remotetimeout variable.
243 * lib/gdb.exp (gdb_load): If the target is remote, set
244 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
245 with $loadtimeout. Set $load_ok to 0 before doing the load.
246 Instead of returning, immediately, set $load_ok to 0. Call
247 set_remotetimeout with $oldremotetimeout, and then return if
248 $load_ok is 1.
249
250 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
251
252 * gdb.python/py-template.exp: Don't run this test if the target
253 does not support c++ tests.
254
255 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
256
257 Fix non-only rename list for Fortran modules import.
258 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
259 tests.
260 * gdb.fortran/module.f90 (module moduse): New.
261 (program module): use moduse, test var_x, var_y and var_z.
262
263 2011-06-29 Tom Tromey <tromey@redhat.com>
264
265 PR testsuite/12040:
266 * gdb.fortran/array-element.exp: Use f90, not f77.
267 * gdb.fortran/complex.exp: Use f90, not f77.
268 * gdb.fortran/derived-type.exp: Use f90, not f77.
269 * gdb.fortran/library-module.exp: Use f90, not f77.
270 * gdb.fortran/logical.exp: Use f90, not f77.
271 * gdb.fortran/module.exp: Use f90, not f77.
272 * gdb.fortran/multi-dim.exp: Use f90, not f77.
273 * gdb.fortran/subarray.exp: Use f90, not f77.
274
275 2011-06-29 Tom Tromey <tromey@redhat.com>
276
277 * gdb.fortran/charset.exp: New file.
278 * gdb.fortran/charset.f90: New file.
279
280 2011-06-29 Tom Tromey <tromey@redhat.com>
281
282 PR testsuite/12040:
283 * lib/future.exp: New file, mostly extracted from ada.exp.
284 Rewrote compatibility code to use rename.
285 (gdb_find_gfortran): New proc.
286 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
287 gfortran patch.
288 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
289 Move to future.exp.
290 * lib/gdb.exp: Always load future.exp.
291
292 2011-06-28 Yao Qi <yao@codesourcery.com>
293
294 * gdb.cp/exception.cc: Don't include iostream.
295 (bar): Remove print statement.
296 (catcher): New.
297 (main): Remove print statements. Call function catcher.
298 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
299 Set breakpoint on catcher, and check the value of parameter.
300
301 2011-06-23 Yao Qi <yao@codesourcery.com>
302
303 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
304 1.2 is disabled. KFAIL for uclinux.
305
306 2011-06-23 Marek Polacek <mpolacek@redhat.com>
307
308 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
309 mi_gdb_test.
310
311 2011-06-23 Marek Polacek <mpolacek@redhat.com>
312
313 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
314
315 2011-06-23 Marek Polacek <mpolacek@redhat.com>
316
317 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
318
319 2011-06-23 Marek Polacek <mpolacek@redhat.com>
320
321 * gdb.mi/mi2-basics.exp: Fix races. Honour the
322 `test_exec_and_symbol_mi_operatons' return value.
323 (test_mi_interpreter_selection): Use mi_gdb_test instead of
324 gdb_test_multiple.
325 (test_exec_and_symbol_mi_operatons): Likewise.
326 (test_path_specification): Likewise.
327
328 2011-06-23 Yao Qi <yao@codesourcery.com>
329
330 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
331 supported.
332 * lib/gdb.exp (support_displaced_stepping): New.
333
334 2011-06-23 Yao Qi <yao@codesourcery.com>
335
336 * gdb.threads/execl.exp: Skip on remote target.
337
338 2011-06-21 Marek Polacek <mpolacek@redhat.com>
339
340 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
341 mi_gdb_test.
342
343 2011-06-20 Marek Polacek <mpolacek@redhat.com>
344
345 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
346
347 2011-06-20 Marek Polacek <mpolacek@redhat.com>
348
349 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
350 mi_gdb_test.
351
352 2011-06-20 Marek Polacek <mpolacek@redhat.com>
353
354 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
355
356 2011-06-14 Yao Qi <yao@codesourcery.com>
357
358 gdb/testsuite/
359 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
360
361 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
364
365 2011-06-10 Tom Tromey <tromey@redhat.com>
366
367 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
368 Add tests for pointer-to-member-function.
369 * gdb.cp/temargs.cc (S::somefunc): New function.
370 (K2): New class.
371 (main): Instantiate K2; call method.
372
373 2011-06-08 Joel Brobecker <brobecker@adacore.com>
374
375 * gdb.python/py-inferior.c (f2): Make str an array rather
376 than a pointer.
377 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
378
379 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
380
381 * gdb.base/async-shell.c: New file.
382 * gdb.base/async-shell.exp: New file.
383
384 2011-06-06 Pedro Alves <pedro@codesourcery.com>
385
386 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
387
388 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
389
390 From Stephen Kitt <steve@sk2.org>
391 * gdb.base/help.exp: Adjust following some spelling corrections
392 in GDB.
393
394 2011-06-01 Yao Qi <yao@codesourcery.com>
395
396 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
397
398 2010-05-31 Keith Seitz <keiths@redhat.com>
399
400 PR c++/12750
401 * gdb.cp/static-method.cc: New file.
402 * gdb.cp/static-method.exp: New file.
403
404 2010-05-31 Keith Seitz <keiths@redhat.com>
405
406 PR symtab/12704
407 * gdb.cp/anon-ns.cc: New file.
408 * gdb.cp/anon-ns.exp: New file.
409
410 2011-05-31 Pedro Alves <pedro@codesourcery.com>
411
412 * gdb.arch/i386-dr3-watch.c: New file.
413 * gdb.arch/i386-dr3-watch.exp: New file.
414
415 2011-05-30 Yao Qi <yao@codesourcery.com>
416
417 * gdb.base/callfuncs.c (t_structs_fc): New.
418 (t_structs_dc, t_structs_ldc): New.
419 (t_double_many_args):
420 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
421 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
422 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
423 * gdb.base/callfuncs.exp: Call new functions.
424
425 2011-05-30 Yao Qi <yao@codesourcery.com>
426
427 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
428 Call rerun_and_prepare for each test to isolate effects.
429
430 2011-05-30 Yao Qi <yao@codesourcery.com>
431
432 * gdb.base/varargs.c (find_max_float_real): New.
433 (find_max_double_real, find_max_long_double_real): New.
434 * gdb.base/varargs.exp: Call these new added functions.
435 * lib/gdb.exp (setup_kfail_for_target): New.
436
437 2011-05-30 Yao Qi <yao@codesourcery.com>
438
439 * gdb.base/funcargs.c (callca, callcb, callcc): New.
440 (callcd, callce, callcf, callc1a, callc1b): New.
441 (callc2a, callc2b): New.
442 * gdb.base/funcargs.exp (complex_args): New.
443 (complex_integral_args, complex_float_integral_args): New.
444 * lib/gdb.exp (support_complex_tests): New. Determine
445 whether to run test cases on _Complex types.
446
447 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 * gdb.threads/leader-exit.c: New file.
450 * gdb.threads/leader-exit.exp: New file.
451
452 2011-05-27 Marek Polacek <mpolacek@redhat.com>
453
454 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
455
456 2011-05-27 Marek Polacek <mpolacek@redhat.com>
457
458 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
459 remove the `supported' variable.
460 * gdb.mi/mi-nonstop.exp: Likewise.
461 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
462 * gdb.mi/mi-nsintrall.exp: Likewise.
463 * gdb.mi/mi-nsmoribund.exp: Likewise.
464 * gdb.mi/mi-nsthrexec.exp: Likewise.
465
466 2011-05-26 Pedro Alves <pedro@codesourcery.com>
467
468 * gdb.reverse/finish-reverse-bkpt.exp: New test.
469
470 2011-05-26 Pedro Alves <pedro@codesourcery.com>
471
472 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
473
474 2011-05-24 Keith Seitz <keiths@redhat.com>
475
476 PR breakpoint/12803
477 * gdb.cp/cmpd-minsyms.cc (a): New method.
478 (b): New method.
479 (c): New method.
480 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
481
482 2011-05-24 Pedro Alves <pedro@codesourcery.com>
483
484 * gdb.base/commands.exp (watchpoint_command_test): Check that the
485 watchpoint's command list didn't execute when the watchpoint went
486 out of scope.
487
488 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
489
490 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
491 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
492 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
493 * gdb.arch/i386-gnu-cfi.exp: Likewise.
494 * gdb.arch/i386-permbkpt.exp: Likewise.
495 * gdb.arch/i386-prologue.exp: Likewise.
496 * gdb.arch/i386-size-overlap.exp: Likewise.
497 * gdb.arch/i386-size.exp: Likewise.
498 * gdb.arch/i386-unwind.exp: Likewise.
499 * gdb.reverse/i386-precsave.exp: Likewise.
500 * gdb.reverse/i386-reverse.exp: Likewise.
501 * gdb.reverse/i386-sse-reverse.exp: Likewise.
502 * gdb.reverse/i387-env-reverse.exp: Likewise.
503 * gdb.reverse/i387-stack-reverse.exp: Likewise.
504
505 2011-05-24 Pedro Alves <pedro@codesourcery.com>
506
507 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
508 file doesn't error, using MI.
509
510 2011-05-23 Tom Tromey <tromey@redhat.com>
511
512 * gdb.base/charset.exp (string_display): Add tests to assign to
513 arrays.
514 * gdb.base/charset.c (short_array, int_array, long_array): New.
515
516 2011-05-20 Pedro Alves <pedro@codesourcery.com>
517
518 Cope with async mode.
519
520 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
521 into gdb_test + mi_expect_stop.
522
523 2011-05-20 Pedro Alves <pedro@codesourcery.com>
524
525 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
526 (callme): Remove printf call.
527
528 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
529
530 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
531 quote pattern to avoid problems with Cygwin/mingw expect versions.
532 * gdb.base/default.exp (show convenience): Use double
533 quote pattern for regular expressions.
534
535 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
536
537 Fix -readnow for -gdwarf-4 unused type units.
538 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
539 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
540
541 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
542
543 * gdb.base/kill-after-signal.c: New file.
544 * gdb.base/kill-after-signal.exp: New file.
545
546 2011-05-16 Pedro Alves <pedro@codesourcery.com>
547
548 * gdb.ada/start.exp: Call untested with the correct test filename.
549 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
550 test filename. Make the test's binary unique.
551 * gdb.arch/i386-signal.exp: Call untested with the correct test
552 filename.
553 * gdb.arch/i386-size-overlap.exp: Ditto.
554 * gdb.arch/Makefile.in (EXECUTABLES): Update.
555 * gdb.base/gcore-buffer-overflow.exp: Ditto.
556 * gdb.cp/call-c.exp: Ditto.
557 * gdb.mi/mi-reverse.exp: Call untested with the correct test
558 filename. Make the test's binary unique.
559 * gdb.mi/Makefile.in (EXECUTABLES): Update.
560 * gdb.python/py-mi.exp: Ditto.
561 * gdb.python/Makefile.in (EXECUTABLES): Update.
562 * gdb.reverse/i386-precsave.exp: Ditto.
563 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
564 test filename.
565 * gdb.reverse/i387-stack-reverse.exp: Ditto.
566 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
567 unique.
568 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
569 test filename.
570 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
571 * gdb.trace/tfile.exp: Ditto.
572
573 2011-05-14 Yao Qi <yao@codesourcery.com>
574
575 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
576 type.
577
578 2011-05-13 Doug Evans <dje@google.com>
579
580 * gdb.python/py-objfile-script.exp: New file.
581 * gdb.python/py-objfile-script.c: New file.
582 * gdb.python/py-objfile-script-gdb.py: New file.
583 * testsuite/gdb.python/py-section-script.exp: Test
584 "info auto-load-scripts".
585
586 2011-05-13 Tom Tromey <tromey@redhat.com>
587
588 * gdb.dwarf2/clztest.exp: New file.
589 * gdb.dwarf2/clztest.c: New file.
590 * gdb.dwarf2/clztest.S: New file.
591
592 2011-05-13 Doug Evans <dje@google.com>
593
594 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
595 String16 tests.
596
597 2011-05-13 Tom Tromey <tromey@redhat.com>
598
599 * lib/gdb.exp (is_x86_like_target): New proc.
600 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
601 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
602 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
603 -nostdlib to compiler.
604 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
605 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
606 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
607 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
608 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
609
610 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
611
612 * gdb.python/py-function.exp: Test setting a value from a function
613 which executes a command.
614
615 2011-05-12 Tom Tromey <tromey@redhat.com>
616
617 * gdb.dwarf2/typeddwarf.S: New file.
618 * gdb.dwarf2/typeddwarf.c: New file.
619 * gdb.dwarf2/typeddwarf.exp: New file.
620
621 2011-05-12 Marek Polacek <mpolacek@redhat.com>
622
623 * gdb.mi/mi-basics.exp: Fix races. Honour the
624 `test_exec_and_symbol_mi_operatons' return value.
625 (test_mi_interpreter_selection): Use mi_gdb_test instead of
626 gdb_test_multiple.
627 (test_exec_and_symbol_mi_operatons): Likewise.
628 (test_path_specification): Likewise.
629
630 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
631
632 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
633 (gdb_touch_execfile): Remove catch wrappers. New variable time.
634 Replace `file copy' and `file rename' by `file mtime'. Twice.
635
636 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 * gdb.base/readline-ask.c: New file.
639 * gdb.base/readline-ask.exp: New file.
640 * gdb.base/readline-ask.inputrc: New file.
641
642 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
643
644 * gdb.cell/bt.exp: Delete breakpoints before running to signal
645 to avoid race condition.
646 * gdb.cell/coremaker.c: Use small stack size.
647 * gdb.cell/ea-standalone.exp: Use file name without path as
648 argument to c_to.
649 * gdb.cell/fork.exp: Allow other output when continuing to end.
650
651 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
652
653 * gdb.threads/corethreads.c: New file.
654 * gdb.threads/corethreads.exp: New file.
655
656 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
657
658 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
659 Try to compile the test using -Wl,-z,norelro first.
660 (load_core): New variable libthread_db_seen, initialize it.
661 (zeroed-threads cannot be listed): Protect it by XFAIL on
662 !$libthread_db_seen.
663
664 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
665
666 PR 12573
667 * gdb.dwarf2/dw2-skip-prologue.S: New file.
668 * gdb.dwarf2/dw2-skip-prologue.c: New file.
669 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
670
671 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
672
673 * gdb.cp/psymtab-parameter.cc: New file.
674 * gdb.cp/psymtab-parameter.exp: New file.
675
676 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
677
678 Fix a race.
679 * gdb.cp/static-print-quit.exp (print c): Split to ...
680 (print c - <return>, print c - q <return>, print c - to quit):
681 ... these. Make the testfile untested on gdb-7.1.
682
683 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
684
685 * lib/gdb.exp (exec_target_file, exec_symbol_file,
686 gdb_rename_execfile, gdb_touch_execfile): New.
687 * gdb.base/reread.exp: Use new procs to handle multiple
688 exec files.
689
690 2011-05-05 Yao Qi <yao@codesourcery.com>
691
692 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
693 (test_adr_32bit, test_pop_pc): New.
694 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
695 (test_adr_32bit, test_pop_pc): New.
696
697 2011-05-04 Joseph Myers <joseph@codesourcery.com>
698
699 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
700 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
701 targets.
702 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
703 handle targets.
704
705 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
706
707 * gdb.base/completion.exp (complete help info wat): Rename to ...
708 (complete 'help info wat'): ... here.
709 Remove all `-re ".*' and `-re "^.*' redundant regexes.
710 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
711
712 2011-05-04 Pedro Alves <pedro@codesourcery.com>
713
714 * gdb.base/completion.exp: Use gdb_test_multiple instead of
715 gdb_test and explicit $gdb_prompt/timeout matches.
716
717 2011-05-04 Yao Qi <yao@codesourcery.com>
718
719 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
720 and __thumb2__.
721
722 2011-05-03 Marek Polacek <mpolacek@redhat.com>
723
724 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
725 in place of `gdb_test "delete breakpoints"'. This eliminates two
726 testcases.
727
728 2011-05-02 Pedro Alves <pedro@codesourcery.com>
729
730 PR testsuite/12649
731 Fix races.
732
733 * gdb.base/completion.exp: Remove all sleep calls. Remove
734 unnecessary regexs. Don't explicitly expect anything after the
735 prompt. Eat the prompt if necessary.
736
737 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
738
739 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
740 accept to show the caller line again as well as the line after.
741
742 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
743
744 PR mi/12531
745
746 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
747 compile target.
748 * gdb.python/py-prettyprint.exp: Add C++ object for
749 CPLUS_FAKE_CHILD test.
750
751 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
752
753 * gdb.base/signest.exp: New file.
754 * gdb.base/signest.c: Likewise.
755
756 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
757
758 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
759 thread and breakpoint notifications.
760
761 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
762
763 * gdb.base/fortran-sym-case.c: New file.
764 * gdb.base/fortran-sym-case.exp: New file.
765 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
766 * gdb.dwarf2/dw2-case-insensitive.c: New file.
767 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
768
769 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
770
771 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
772 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
773 false #1', `if true else false #2' and `if true else false #3'.
774
775 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
776
777 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
778 while delivering signal.
779
780 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
781
782 MI breakpoint notifications.
783
784 * testsuite/gdb.mi/mi-cli.exp: Adust.
785 * testsuite/gdb.mi/mi2-cli.exp: Adust.
786 * testsuite/gdb.mi/mi-watch.exp: Adust.
787 * testsuite/gdb.mi/mi2-watch.exp: Adust.
788 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
789 notifications.
790
791 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * gdb.base/gdbindex-stabs-dwarf.c: New file.
794 * gdb.base/gdbindex-stabs.c: New file.
795 * gdb.base/gdbindex-stabs.exp: New file.
796
797 2011-04-25 Yao Qi <yao@codesourcery.com>
798
799 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
800 with /*...*/.
801 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
802
803 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 * gdb.python/py-value.exp (test_objfiles): Name the first test
806 `py-value in file.filename'.
807
808 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
809
810 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
811 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
812 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
813 !gdbserver_reconnect_p..
814 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
815
816 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 * gdb.cp/cpcompletion.exp (complete class methods)
819 (complete class methods beginning with F): Move them above runto. New
820 comment about the runto delimiter.
821
822 2011-04-20 Pedro Alves <pedro@codesourcery.com>
823
824 * gdb.base/maint.exp: Test that "maint print registers" works
825 without a running program.
826
827 2011-04-20 Marek Polacek <mpolacek@redhat.com>
828
829 * gdb.base/setshow.exp: Fix racy tests.
830 ($old_gdb_prompt): New variable.
831
832 2011-04-19 Tom Tromey <tromey@redhat.com>
833
834 * gdb.mi/mi-nsmoribund.exp:
835 * gdb.hp/gdb.objdbg/objdbg01.exp:
836 * gdb.base/structs.exp (test_struct_returns):
837 * gdb.base/call-sc.exp (test_scalar_returns):
838 * gdb.base/bigcore.exp: Remove duplicate words.
839
840 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
841
842 * gdb.base/break-interp-lib.c (v, vptr): New variables.
843 * gdb.base/break-interp.exp (test_attach): New comment.
844
845 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * gdb.threads/gcore-thread.exp ($core0file): New variable.
848 (clear __stack_user.next, clear stack_used.next)
849 (save a zeroed-threads corefile): New test.
850 Call core_load for $core0file.
851 (zeroed-threads cannot be listed): New test.
852
853 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
854
855 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
856 filename.
857 ($srcfile): Preserve the original value.
858 ($testfile): Match it the .exp filename.
859 ($corefile): New variable. Substitute it around.
860 Use clean_restart.
861 ($prev_timeout): Remove.
862 (load_core): Move core loading into this proc.
863 Fix restore of $timeout if load_core fails.
864
865 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
866
867 * gdb.base/eu-strip-infcall.c: New file.
868 * gdb.base/eu-strip-infcall.exp: New file.
869
870 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
873 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
874
875 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
876
877 Fix Python access to inlined frames.
878 * gdb.python/py-frame-inline.c: New file.
879 * gdb.python/py-frame-inline.exp: New file.
880
881 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
882
883 * gdb.base/gdb1090.exp: Change breakpoint location to read the
884 content of 's24' correctly (avoiding "optimized out").
885 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
886
887 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
888
889 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
890
891 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
892
893 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
894 expect a colon in watch -location output.
895
896 2011-04-13 Marek Polacek <mpolacek@redhat.com>
897
898 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
899 New testcase `expect response to define backtrace'. Also remove
900 redundant `default' block.
901
902 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
903
904 * gdb.python/py-prettyprint.c (struct hint_error): New.
905 (main): New variable hint_error.
906 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
907 "print hint_error".
908 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
909 (register_pretty_printers): Register it.
910
911 2011-04-04 Tom Tromey <tromey@redhat.com>
912
913 * gdb.cp/maint.exp (test_help): Update.
914 (test_namespace): Likewise.
915
916 2011-04-01 Joel Brobecker <brobecker@adacore.com>
917
918 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
919 * gdb.ada/arrayptr.exp: Add new tests.
920
921 2011-04-01 Joel Brobecker <brobecker@adacore.com>
922
923 * gdb.ada/mi_catch_ex: New testcase.
924
925 2011-04-01 Pedro Alves <pedro@codesourcery.com>
926
927 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
928 base::overload(void) method without specifying "const".
929
930 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
931
932 * gdb.arch/thumb-singlestep.S: New file.
933 * gdb.arch/thumb-singlestep.exp: Likewise.
934
935 2011-03-31 Tom Tromey <tromey@redhat.com>
936
937 * gdb.python/py-prettyprint.py (exception_flag): New global.
938 (NoStringContainerPrinter._iterator.next): Check it.
939 * gdb.python/py-prettyprint.c (main): New variable nstype2.
940 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
941
942 2011-03-29 Tom Tromey <tromey@redhat.com>
943
944 * gdb.cp/anon-struct.cc: New file.
945 * gdb.cp/anon-struct.exp: New file.
946
947 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
948
949 Test STT_GNU_IFUNC support.
950 * gdb.base/gnu-ifunc-lib.c: New file.
951 * gdb.base/gnu-ifunc.c: New file.
952 * gdb.base/gnu-ifunc.exp: New file.
953
954 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
955
956 Support a ring of related breakpoints.
957 * gdb.base/watchpoint-delete.c: New file.
958 * gdb.base/watchpoint-delete.exp: New file.
959
960 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 * gdb.ada/arrayparam.exp (print first after function call): Use
963 explicit package name. Add a comment
964 (print lasta after function call): Rename ...
965 (print last after function call): ... it and use explicit package
966 name.
967 (print length after function call): Use explicit package name.
968 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
969 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
970 (multiple matches for symbol i): Rename ...
971 (multiple matches for symbol integervar): ... it.
972 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
973 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
974
975 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
976
977 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
978 environment variable to make grep output more predictable. Move
979 all the environment setup into gdb_init so it's done once per test
980 case rather than each time we start gdb.
981
982 2011-03-24 Tom Tromey <tromey@redhat.com>
983
984 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
985 test.
986
987 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
988
989 * gdb.dwarf2/dw2-entry-value-main.c: New file.
990 * gdb.dwarf2/dw2-entry-value.S: New file.
991 * gdb.dwarf2/dw2-entry-value.exp: New file.
992
993 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
994
995 PR python/12183
996
997 * gdb.python/py-function.exp: Add GdbError tests.
998
999 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1000
1001 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
1002 (reglocal_test_func, statlocal_test_func): New functions.
1003 (globals_test_func): Call new functions.
1004 * gdb.trace/unavailable.exp (gdb_collect_args_test)
1005 (gdb_collect_locals_test): New procedure.
1006 (gdb_trace_collection_test): Call new procedures.
1007
1008 2011-03-18 Pedro Alves <pedro@codesourcery.com>
1009
1010 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
1011 (test_register, test_register_unavailable): New procedures.
1012 (gdb_unavailable_registers_test): New procedure.
1013 (gdb_trace_collection_test): Call it.
1014
1015 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
1016
1017 PR python/12149
1018
1019 * gdb.python/python.exp: Add gdb.write tests.
1020
1021 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
1022
1023 * gdb.python/Makefile.in: Add py-objfile.
1024 * gdb.python/py-objfile.exp: New file.
1025 * gdb.python/py-objfile.c: New file.
1026 * gdb.python/py-block.exp: Add is_valid tests.
1027 * gdb.python/py-inferior.exp: Ditto.
1028 * gdb.python/py-infthread.exp: Ditto.
1029 * gdb.python/py-symbol.exp: Ditto.
1030 * gdb.python/py-symtab.exp: Ditto.
1031
1032 2011-03-16 Keith Seitz <keiths@redhat.com>
1033
1034 PR c++/12273
1035 * gdb.cp/cmpd-minsyms.exp: New test.
1036 * gdb.cp/cmpd-minsyms.cc: New file.
1037
1038 PR c++/11734
1039 * gdb.cp/ovsrch.exp: New test.
1040 * gdb.cp/ovsrch.h: New file.
1041 * gdb.cp/ovsrch1.cc: New file.
1042 * gdb.cp/ovsrch2.cc: New file.
1043 * gdb.cp/ovsrch3.cc: New file.
1044 * gdb.cp/ovsrch4.cc: New file.
1045
1046 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
1047
1048 PR gdb/12528
1049 * gdb.base/Makefile.in: Adjust EXECUTABLES.
1050 * gdb.base/break-on-linker-gcd-function.exp: New test.
1051 * gdb.base/break-on-linker-gcd-function.cc: New file.
1052
1053 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
1054
1055 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
1056
1057 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
1058
1059 * lib/gdb.exp (gdb_unload): Add another termination case.
1060
1061 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1062
1063 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
1064 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
1065 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
1066 Provide a stub byte there.
1067 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
1068 DW_AT_entry_pc.
1069 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
1070
1071 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
1072
1073 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
1074 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
1075 "generic ABI, auto".
1076 (altivec_abi_tests): Accept vectors returned by reference.
1077
1078 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
1079
1080 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
1081
1082 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
1083
1084 * gdb.python/py-section-script.exp: Skip test if no Python support.
1085
1086 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
1087
1088 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
1089
1090 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
1091
1092 * gdb.python/py-parameter.exp: Update tests to the new Python
1093 parameter API. Add "no documentation" test. Add deprecated API
1094 backward compatibility test.
1095
1096 2011-03-09 Tom Tromey <tromey@redhat.com>
1097
1098 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
1099 gdb_continue_to_end.
1100
1101 2011-03-09 Mark Kettenis <kettenis@gnu.org>
1102
1103 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
1104 tabs.
1105
1106 2011-03-09 Tom Tromey <tromey@redhat.com>
1107
1108 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
1109 parentheses.
1110 (gdb_continue_to_end): Add "allow_extra" parameter. Use
1111 $command.
1112 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
1113 argument to gdb_continue_to_end.
1114 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
1115 argument to gdb_continue_to_end.
1116 * gdb.cp/annota3.exp: Fix regex.
1117 * gdb.cp/annota2.exp: Fix regex.
1118 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
1119 gdb_continue_to_end.
1120 * gdb.base/call-signal-resume.exp: Revert earlier patch.
1121 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
1122 gdb_continue_to_end.
1123
1124 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1125
1126 * gdb.server/ext-run.exp
1127 (load new file without any gdbserver inferior): New test.
1128
1129 2011-03-07 Tom Tromey <tromey@redhat.com>
1130
1131 * Makefile.in (TAGS): Rewrite.
1132
1133 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 * gdb.trace/report.exp (12.1: trace report #1): New match for the
1136 initial commands echo. New match for `Found trace'. Anchor all the
1137 other matches. Anchor and match for `No trace frame found' the final
1138 match.
1139
1140 2011-03-07 Tom Tromey <tromey@redhat.com>
1141
1142 * Makefile.in (TAGS): New target.
1143
1144 2011-03-07 Tom Tromey <tromey@redhat.com>
1145
1146 * lib/opencl.exp (skip_opencl_tests): Update for exit message
1147 change.
1148 * lib/mi-support.exp (mi_gdb_test): Update for exit message
1149 change.
1150 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
1151 exit message change.
1152 (skip_altivec_tests): Update for exit message change.
1153 (skip_vsx_tests): Likewise.
1154 (gdb_continue_to_end): Likewise. Add 'command' argument.
1155 * lib/cell.exp (skip_cell_tests): Update for exit message change.
1156 * gdb.threads/tls.exp: Update for exit message change.
1157 * gdb.threads/thread-unwindonsignal.exp: Use
1158 gdb_continue_to_end.
1159 * gdb.threads/step.exp (step_it): Update for exit message change.
1160 (continue_all): Likewise.
1161 * gdb.threads/print-threads.exp (test_all_threads): Update for
1162 exit message change.
1163 * gdb.threads/interrupted-hand-call.exp: Use
1164 gdb_continue_to_end.
1165 * gdb.threads/execl.exp: Use gdb_continue_to_end.
1166 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
1167 gdb_continue_to_end.
1168 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
1169 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
1170 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
1171 * gdb.cp/method.exp: Update for exit message change.
1172 * gdb.cp/mb-templates.exp: Update for exit message change.
1173 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
1174 * gdb.cp/annota3.exp: Update for exit message change.
1175 * gdb.cp/annota2.exp: Update for exit message change.
1176 * gdb.cell/fork.exp: Use gdb_continue_to_end.
1177 * gdb.base/term.exp: Update for exit message change.
1178 * gdb.base/step-test.exp (test_i): Update for exit message change.
1179 * gdb.base/sigstep.exp (advance): Update for exit message change.
1180 (advancei): Likewise.
1181 * gdb.base/siginfo.exp: Update for exit message change.
1182 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
1183 * gdb.base/reread.exp: Use gdb_continue_to_end.
1184 * gdb.base/langs.exp: Use gdb_continue_to_end.
1185 * gdb.base/interrupt.exp: Update for exit message change.
1186 * gdb.base/gdb1555.exp: Update for exit message change.
1187 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
1188 * gdb.base/ending-run.exp: Update for exit message change.
1189 * gdb.base/chng-syms.exp: Update for exit message change.
1190 * gdb.base/checkpoint.exp: Update for exit message change.
1191 * gdb.base/catch-syscall.exp (check_for_program_end): Use
1192 gdb_continue_to_end.
1193 (test_catch_syscall_with_wrong_args): Likewise.
1194 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
1195 * gdb.base/break-interp.exp (test_ld): Update for exit message
1196 change.
1197 * gdb.base/bang.exp: Update for exit message change.
1198 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
1199 (do_call_attach_tests): Likewise.
1200 * gdb.base/a2-run.exp: Update for exit message change.
1201 * gdb.arch/ppc-dfp.exp: Update for exit message change.
1202 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
1203 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
1204
1205 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1206
1207 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
1208
1209 2011-03-03 Tom Tromey <tromey@redhat.com>
1210
1211 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
1212 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
1213 * gdb.hp/gdb.aCC/configure.ac: Remove.
1214 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
1215 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
1216 * gdb.hp/gdb.base-hp/configure.ac: Remove.
1217 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
1218 * gdb.hp/gdb.compat/configure (Makefile): Remove.
1219 * gdb.hp/gdb.compat/configure.ac: Remove.
1220 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
1221 * gdb.hp/gdb.defects/configure (Makefile): Remove.
1222 * gdb.hp/gdb.defects/configure.ac: Remove.
1223 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
1224 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
1225 * gdb.hp/gdb.objdbg/configure.ac: Remove.
1226 * gdb.hp/configure.ac: Remove.
1227 * gdb.hp/configure: Remove.
1228 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
1229 substitution.
1230 (Makefile): Remove rule.
1231 * gdb.cell/configure.ac: Remove.
1232 * gdb.cell/configure: Remove.
1233 * gdb.stabs/Makefile.in (Makefile): Remove.
1234 (distclean): Don't remove config.status or config.log.
1235 * gdb.stabs/configure (Makefile): Remove.
1236 * gdb.stabs/configure.ac: Remove.
1237 * configure: Rebuild.
1238 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
1239 Remove stabs- and cell-specific logic. Test for existence of
1240 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
1241 subdirectories, gdb.cell, and and gdb.stabs.
1242 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
1243
1244 2011-03-03 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
1247 end of buffer.
1248
1249 2011-03-02 Joel Brobecker <brobecker@adacore.com>
1250
1251 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
1252 gdb_test when running a test where we expected no output back.
1253
1254 2011-02-28 Michael Snyder <msnyder@vmware.com>
1255
1256 * gdb.cp/overload.cc: Change initializer value to integer.
1257
1258 2011-02-27 Michael Snyder <msnyder@vmware.com>
1259
1260 * gdb.multi/base.exp: Add test for remove-inferiors.
1261
1262 2011-02-26 Joel Brobecker <brobecker@adacore.com>
1263
1264 * gdb.python/py-frame.exp: Simplify the initialization phase
1265 using prepare_for_testing.
1266
1267 2011-02-25 Michael Snyder <msnyder@vmware.com>
1268
1269 * gdb.multi/base.exp: Add tests for info inferiors with args.
1270
1271 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1272
1273 * gdb.dwarf2/dw2-ranges.S: Rename to ...
1274 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
1275 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
1276 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
1277 asmfile3. Comment the STABS (#3) file compilation. Compile
1278 everything through assembler. Provide KFAIL for symtab/12497.
1279 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
1280 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
1281 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
1282 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
1283
1284 2011-02-24 Michael Snyder <msnyder@vmware.com>
1285
1286 * gdb.base/break.exp: Add tests for delete breakpoints using
1287 convenience variables and value history references.
1288
1289 2011-02-24 Michael Snyder <msnyder@vmware.com>
1290
1291 * gdb.base/break.exp: Remove debugging 'printf' accidentally
1292 left behind in previous check-in.
1293
1294 2011-02-23 Michael Snyder <msnyder@vmware.com>
1295
1296 * gdb.base/break.exp: Add tests for "info break" with arguments.
1297 * gdb.trace/infotrace.exp: Update patterns for error and help.
1298 * gdb.base/completion.exp: Update pattern.
1299 * gdb.base/ena-dis-br.exp: Update pattern.
1300 * gdb.base/help.exp: Update patterns.
1301
1302 2011-02-23 Michael Snyder <msnyder@vmware.com>
1303
1304 * gdb.base/memattr.exp: New test.
1305 * gdb.base/memattr.c: Test load for memattr.exp.
1306
1307 2011-02-22 Doug Evans <dje@google.com>
1308
1309 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
1310
1311 2011-02-22 Michael Snyder <msnyder@vmware.com>
1312
1313 * Makefile.in: Make more clean.
1314 * gdb.ada/Makefile.in: Ditto.
1315 * gdb.arch/Makefile.in: Ditto.
1316 * gdb.asm/Makefile.in: Ditto.
1317 * gdb.base/Makefile.in: Ditto.
1318 * gdb.cp/Makefile.in: Ditto.
1319 * gdb.dwarf2/Makefile.in: Ditto.
1320 * gdb.java/Makefile.in: Ditto.
1321 * gdb.mi/Makefile.in: Ditto.
1322 * gdb.modula2/Makefile.in: Ditto.
1323 * gdb.python/Makefile.in: Ditto.
1324 * gdb.server/Makefile.in: Ditto.
1325 * gdb.stabs/Makefile.in: Ditto.
1326 * gdb.threads/Makefile.in: Ditto.
1327 * gdb.trace/Makefile.in: Ditto.
1328
1329 2011-02-22 Michael Snyder <msnyder@vmware.com>
1330
1331 * gdb.threads/thread-find.exp: Add tests for bad input to
1332 info threads.
1333
1334 2011-02-22 Joel Brobecker <brobecker@adacore.com>
1335
1336 * gdb.python/py-breakpoint.exp: Fix the expected output of
1337 one of the "maint info breakpoints" tests to accept the output
1338 generated on platforms that do not have hardware watchpoints.
1339
1340 2011-02-22 Joel Brobecker <brobecker@adacore.com>
1341
1342 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
1343 clean_restart. Be a little stricter in the expected output
1344 for one of the tests. Fix a typo in one of the comments.
1345
1346 2011-02-22 Joel Brobecker <brobecker@adacore.com>
1347
1348 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
1349 Delete variable binfile, no longer use. Add or modify test
1350 comments to make them unique.
1351
1352 2011-02-21 Michael Snyder <msnyder@vmware.com>
1353
1354 * Makefile.in: Update for make clean.
1355 * gdb.ada/Makefile.in: Ditto.
1356 * gdb.arch/Makefile.in: Ditto.
1357 * gdb.asm/Makefile.in: Ditto.
1358 * gdb.base/Makefile.in: Ditto.
1359 * gdb.cp/Makefile.in: Ditto.
1360 * gdb.dwarf2/Makefile.in: Ditto.
1361 * gdb.java/Makefile.in: Ditto.
1362 * gdb.mi/Makefile.in: Ditto.
1363 * gdb.modula2/Makefile.in: Ditto.
1364 * gdb.python/Makefile.in: Ditto.
1365 * gdb.server/Makefile.in: Ditto.
1366 * gdb.stabs/Makefile.in: Ditto.
1367 * gdb.threads/Makefile.in: Ditto.
1368 * gdb.trace/Makefile.in: Ditto.
1369
1370 2011-02-21 Michael Snyder <msnyder@vmware.com>
1371
1372 * gdb.threads/thread-find.exp: Update patterns for changes in
1373 output of "info threads" command.
1374
1375 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1376 Ulrich Weigand <uweigand@de.ibm.com>
1377
1378 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
1379 (skip_hw_watchpoint_tests): Likewise.
1380 (skip_hw_watchpoint_multi_tests): Likewise.
1381
1382 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
1383
1384 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
1385 (skip_hw_watchpoint_tests): Likewise.
1386 (skip_hw_watchpoint_multi_tests): Likewise.
1387 (skip_hw_watchpoint_access_tests): Likewise.
1388
1389 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
1390 * gdb.base/pr11022.exp: Likewise.
1391 * gdb.base/watch-read.exp: Likewise.
1392 * gdb.base/watch_thread_num.exp: Likewise.
1393 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
1394 * gdb.base/watchpoint-hw.exp: Likewise.
1395 * gdb.base/watchpoint.exp: Likewise.
1396 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
1397 * gdb.threads/watchthreads-reorder.exp: Likewise.
1398 * gdb.threads/watchthreads.exp: Likewise.
1399 * gdb.threads/watchthreads2.exp: Likewise.
1400
1401 2011-02-21 Joel Brobecker <brobecker@adacore.com>
1402
1403 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
1404 the debugger is unable to find the array bounds.
1405
1406 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1407
1408 * gdb.cp/typedef-operator.exp: New file.
1409 * gdb.cp/typedef-operator.cc: New file.
1410
1411 2011-02-17 Michael Snyder <msnyder@vmware.com>
1412
1413 * gdb.threads/thread-find.exp: Fix regular expressions.
1414
1415 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.ada/packed_array: Expand testcase to test printing of
1418 unconstrained packed array.
1419
1420 2011-02-17 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
1423
1424 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1425
1426 * gdb.trace/collection.c (globalarr3): New global.
1427 (main): Initialize it before collecting, and and clear it
1428 afterwards.
1429 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1430 collecting with '{type} addr', where the addr expression is not an
1431 rvalue.
1432
1433 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
1434
1435 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
1436 a bool variable. Expect correct OpenCL names for vector types. Use the
1437 uc3 variable name instead of referring to the uchar3 built-in type.
1438 Escape the asterisk at the half pointer test.
1439
1440 2011-02-16 Pedro Alves <pedro@codesourcery.com>
1441
1442 * gdb.trace/collection.c (globalarr2): New global.
1443 (main): Initialize it before collecting, and and clear it
1444 afterwards.
1445 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
1446 collecting overlapping memory ranges.
1447
1448 2011-02-15 Michael Snyder <msnyder@vmware.com>
1449
1450 * gdb.base/default.exp: Add tests for thread commands.
1451 * gdb.base/help.exp: Add tests for thread commands.
1452 * gdb.threads/thread-find.exp: New test for thread find command.
1453
1454 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
1455
1456 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
1457
1458 2011-02-15 Yao Qi <yao@codesourcery.com>
1459
1460 PR tdep/12352
1461 * gdb.arch/arm-disp-step.S : New test for str instruction.
1462 * gdb.arch/arm-disp-step.exp : Likewise.
1463
1464 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
1465
1466 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
1467 "vector_register2_vr" test strings. Test the extended floating
1468 point registers (F32~F63).
1469 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
1470 IBM XL C compiler. Make the test program use a register provided
1471 by the compiler for the lxvd2x instruction.
1472
1473 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1474
1475 * gdb.trace/unavailable.cc (class Base, class Middle, class
1476 Derived): New types.
1477 (derived_unavail, derived_partial, derived_whole): New globals.
1478 (virtual_partial): New global.
1479 (virtualp): Point at virtual_partial.
1480 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
1481 related to unavailable vptr.
1482
1483 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1484
1485 * gdb.trace/unavailable.cc (a, b, c): New globals.
1486 (main): Set and clear them.
1487 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
1488 `a' and `c', and check that `b' isn't collected, although `a' and
1489 `c' are.
1490
1491 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1492
1493 * gdb.trace/unavailable.cc (struct Virtual): New.
1494 (virtualp): New global pointer.
1495 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
1496 printing a pointer to an object whose type has a vtable, with
1497 print object on.
1498
1499 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1500
1501 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
1502 value repeat handles unavailableness.
1503
1504 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1505
1506 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
1507 tests for building arrays from unavailable values, subscripting
1508 non-memory rvalue unvailable arrays, and accessing fields or
1509 baseclasses of non-lazy unavailable values,
1510 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
1511 struct types.
1512 (g_smallstruct, g_smallstruct_b): New globals.
1513
1514 2011-02-14 Pedro Alves <pedro@codesourcery.com>
1515
1516 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
1517
1518 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1519
1520 Fix const/volatile qualifiers of C++ types, PR c++/12328.
1521 * gdb.cp/overload-const.exp: New file.
1522 * gdb.cp/overload-const.cc: New file.
1523
1524 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1525
1526 * gdb.opencl/callfuncs.cl: New file.
1527 * gdb.opencl/callfuncs.exp: New test.
1528 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
1529
1530 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
1531
1532 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
1533 when computing result.
1534 * gdb.arch/altivec-abi.exp: Update expected results.
1535
1536 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
1537
1538 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
1539 * gdb.base/jit.exp: Likewise.
1540 * gdb.base/pie-execl.exp: Likewise.
1541 * gdb.base/solib-nodir.exp: Likewise.
1542 * gdb.base/solib-overlap.exp: Likewise.
1543
1544 2011-02-07 Pedro Alves <pedro@codesourcery.com>
1545
1546 * gdb.trace/collection.c (global_pieces): New.
1547 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
1548 New procedure.
1549 (gdb_trace_collection_test): Call it.
1550
1551 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
1552
1553 * gdb.python/py-evthreads.c: New file.
1554 * gdb.python/py-evthreads.exp: New file.
1555 * gdb.python/py-events.py: New file.
1556 * gdb.python/py-events.exp: New file.
1557 * gdb.python/py-events.c: New file.
1558
1559 2011-02-04 David Daney <ddaney@caviumnetworks.com>
1560
1561 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
1562
1563 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
1564
1565 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
1566 gdb.base/disasm-end-cu.exp: New test for disassembling over the
1567 boundary between two compilation units.
1568
1569 2011-02-02 Pedro Alves <pedro@codesourcery.com>
1570
1571 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
1572 (Virtual): New structs.
1573 (virtual_o, virtual_middle_b): New globals.
1574 * gdb.cp/virtbase.exp: New tests.
1575
1576 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
1577
1578 * gdb.base/jit.exp: New file.
1579 * gdb.base/jit-main.c: New file.
1580 * gdb.base/jit-solib.c: New file.
1581
1582 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
1583
1584 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
1585 proceed to initial kernel entry point.
1586 * gdb.opencl/datatypes.exp: Likewise.
1587 * gdb.opencl/operators.exp: Likewise.
1588 * gdb.opencl/vec_comps.exp: Likewise.
1589
1590 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
1591
1592 * gdb.cp/nsnested.cc: New.
1593 * gdb.cp/nsnested.exp: New.
1594 * gdb.cp/nsnoimports.exp: New.
1595 * gdb.cp/nsnoimports.cc: New.
1596
1597 2011-01-31 Joel Brobecker <brobecker@adacore.com>
1598
1599 * gdb.base/interact.exp: Add extra tests that verify that
1600 the value of the interactive-mode setting does not change
1601 after the script is sourced.
1602
1603 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1604
1605 * gdb.cp/noparam.exp: New file.
1606 * gdb.cp/noparam.cc: New file.
1607
1608 2011-01-28 Pedro Alves <pedro@codesourcery.com>
1609
1610 * gdb.trace/tfile.exp: Test that with no traceframe selected,
1611 there's no stack or registers.
1612
1613 2011-01-26 Tom Tromey <tromey@redhat.com>
1614
1615 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
1616 space before string output. Add test for "set print pretty off"
1617 case.
1618
1619 2011-01-25 Pedro Alves <pedro@codesourcery.com>
1620
1621 * gdb.base/frame-args.exp: Adjust.
1622 * gdb.dwarf2/dw2-noloc.exp: Adjust.
1623 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
1624 * gdb.dwarf2/pieces.exp: Adjust.
1625 * gdb.opt/clobbered-registers-O2.exp: Adjust.
1626 * gdb.opt/inline-locals.exp: Adjust.
1627 * gdb.threads/fork-child-threads.exp: Adjust.
1628
1629 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
1630
1631 * gdb.opencl/convs_casts.cl: Move program scope variables into the
1632 OpenCL kernel function. Add a comment as marker. Add address space
1633 qualifiers for the remaining program scope variables.
1634 * gdb.opencl/datatypes.cl: Likewise.
1635 * gdb.opencl/operators.cl: Likewise.
1636 * gdb.opencl/vec_comps.cl: Likewise.
1637 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
1638 Add breakpoint at the marker comment.
1639 * gdb.opencl/datatypes.exp: Likewise.
1640 * gdb.opencl/operators.exp: Likewise.
1641 * gdb.opencl/vec_comps.exp: Likewise.
1642
1643 2011-01-24 Pedro Alves <pedro@codesourcery.com>
1644
1645 * gdb.base/printcmds.c (some_struct): New struct and instance.
1646 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
1647 procedure.
1648 <global scope>: Call it.
1649
1650 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
1651
1652 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
1653 argument to the gdb_compile_opencl_hostapp call.
1654
1655 2011-01-19 Yao Qi <yao@codesourcery.com>
1656
1657 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
1658 positve list.
1659
1660 2011-01-19 Yao Qi <yao@codesourcery.com>
1661
1662 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
1663 canonical form.
1664 Remove "xscale-*-*"
1665 * gdb.xml/tdesc-regs.exp: Likewise.
1666 * gdb.python/py-section-script.exp: Replace ARM target triplet
1667 with canonical form.
1668 Match arm*-*-symbianelf*.
1669 * gdb.base/dup-sect.exp: Likewise.
1670 * lib/dwarf.exp: New.
1671 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
1672 dwarf2_support.
1673 * gdb.dwarf2/dup-psym.exp: Likewise.
1674 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
1675 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1676 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
1677 * gdb.dwarf2/dw2-basic.exp: Likewise.
1678 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1679 * gdb.dwarf2/dw2-const.exp: Likewise.
1680 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
1681 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
1682 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
1683 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
1684 * gdb.dwarf2/dw2-filename.exp: Likewise.
1685 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
1686 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
1687 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1688 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1689 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
1690 * gdb.dwarf2/dw2-noloc.exp: Likewise.
1691 * gdb.dwarf2/dw2-op-call.exp: Likewise.
1692 * gdb.dwarf2/dw2-producer.exp: Likewise.
1693 * gdb.dwarf2/dw2-ranges.exp: Likewise.
1694 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
1695 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
1696 * gdb.dwarf2/dw2-strp.exp: Likewise.
1697 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
1698 * gdb.dwarf2/implptr.exp: Likewise.
1699 * gdb.dwarf2/mac-fileno.exp: Likewise.
1700 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
1701 * gdb.dwarf2/pieces.exp: Likewise.
1702 * gdb.dwarf2/pr11465.exp: Likewise.
1703 * gdb.dwarf2/valop.exp: Likewise.
1704 * gdb.dwarf2/watch-notconst.exp: Likewise.
1705 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
1706
1707 2011-01-19 Tom Tromey <tromey@redhat.com>
1708
1709 * gdb.python/py-infthread.exp: Add thread tests.
1710
1711 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1712
1713 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
1714
1715 2011-01-14 Joel Brobecker <brobecker@adacore.com>
1716
1717 * gdb.ada/widewide: New testcase.
1718
1719 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1720
1721 * gdb.base/interact.exp: New testcase.
1722
1723 2011-01-12 Tom Tromey <tromey@redhat.com>
1724
1725 * gdb.mi/gdb2549.exp: Update for error message changes.
1726 * gdb.mi/mi-cli.exp: Likewise.
1727 * gdb.mi/mi-disassemble.exp: Likewise.
1728 * gdb.mi/mi-pthreads.exp: Likewise.
1729 * gdb.mi/mi-regs.exp: Likewise.
1730 * gdb.mi/mi-stack.exp: Likewise.
1731 * gdb.mi/mi-var-block.exp: Likewise.
1732 * gdb.mi/mi-var-cmd.exp: Likewise.
1733 * gdb.mi/mi2-cli.exp: Likewise.
1734 * gdb.mi/mi2-disassemble.exp: Likewise.
1735 * gdb.mi/mi2-pthreads.exp: Likewise.
1736 * gdb.mi/mi2-regs.exp: Likewise.
1737 * gdb.mi/mi2-stack.exp: Likewise.
1738 * gdb.mi/mi2-var-block.exp: Likewise.
1739 * gdb.mi/mi2-var-cmd.exp: Likewise.
1740
1741 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1742 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 PR fortran/11104 and DWARF unbound arrays detection.
1745 * gdb.fortran/multi-dim.exp: New file.
1746 * gdb.fortran/multi-dim.f90: New file.
1747
1748 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
1749
1750 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
1751 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
1752 add new tests for opcode dumping.
1753
1754 2011-01-11 Tom Tromey <tromey@redhat.com>
1755
1756 * gdb.python/py-infthread.exp: Load gdb-python.exp.
1757
1758 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
1759
1760 Convert hardware watchpoints to use breakpoint_ops.
1761 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
1762 type is not supported.
1763 * gdb.base/foll-fork.exp: Likewise.
1764 * gdb.base/foll-vfork.exp: Likewise.
1765
1766 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
1767
1768 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
1769 Use load_lib gdb-python.exp.
1770 * gdb.python/python.exp: Ditto.
1771 * gdb.python/py-function.exp: Ditto.
1772
1773 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
1774
1775 * gdb.threads/tls.exp ("info address me"): Fix expected output.
1776
1777 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1778
1779 * configure: Regenerate.
1780
1781 2011-01-06 Tom Tromey <tromey@redhat.com>
1782
1783 * gdb.python/py-frame.exp: Test gdb.newest_frame.
1784
1785 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1786
1787 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
1788 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
1789 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
1790 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
1791 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
1792 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
1793 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
1794 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
1795 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
1796 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
1797 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
1798 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
1799 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
1800 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
1801 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
1802 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
1803 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
1804 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
1805 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
1806 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
1807 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
1808 gdb.ada/uninitialized_vars.exp,
1809 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
1810 Simplify by using clean_restart.
1811
1812 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1813
1814 Add marker to be used as anchor for inserting breakpoints.
1815 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
1816 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
1817 Likewise.
1818
1819 Remove uses of gdb_start_cmd.
1820 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
1821 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
1822
1823 Do not run testcase if testing with GDBserver.
1824 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
1825 if testing with GDBserver.
1826
1827 2011-01-06 Joel Brobecker <brobecker@adacore.com>
1828
1829 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
1830 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
1831 copyright header.
1832
1833 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1834
1835 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
1836 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
1837 testsuite/gdb.fortran/complex.f,
1838 testsuite/gdb.fortran/derived-type.f90,
1839 testsuite/gdb.fortran/library-module-lib.f90,
1840 testsuite/gdb.fortran/library-module-main.f90,
1841 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
1842 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
1843 Copyright year update.
1844
1845 2011-01-05 Joel Brobecker <brobecker@adacore.com>
1846
1847 * gdb.base/langs1.f: Add copyright header.
1848
1849 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1850
1851 * gdb.base/morestack.exp: New file.
1852 * gdb.base/morestack.c: New file.
1853
1854 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1855
1856 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
1857
1858 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1859
1860 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
1861 * gdb.ada/arrayptr.exp: Add test printing that new variable.
1862
1863 2010-12-29 Joel Brobecker <brobecker@adacore.com>
1864
1865 * gdb.ada/lang_switch.exp: Correct expected parameter value.
1866
1867 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
1868
1869 * gdb.threads/tls.exp: Fix typo.
1870
1871 * gdb.threads/thread-specific.exp (get_thread_list): Update.
1872 * gdb.threads/execl.exp: Update.
1873
1874 2010-12-23 Yao Qi <yao@codesourcery.com>
1875
1876 * gdb.arch/arm-disp-step.exp: New.
1877 * gdb.arch/arm-disp-step.S: New.
1878
1879 2010-12-21 Tom Tromey <tromey@redhat.com>
1880
1881 * gdb.threads/execl.exp: Update.
1882 * gdb.threads/linux-dp.exp: Update.
1883 * gdb.threads/manythreads.exp: Update.
1884 * gdb.threads/tls.exp: Update.
1885
1886 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1887
1888 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
1889 (NextOverThrowDerivates) <resumebpt>: New.
1890 (resumebpt_test): New.
1891 (main): Call resumebpt_test.
1892 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
1893
1894 2010-12-12 Stan Shebs <stan@codesourcery.com>
1895
1896 * gdb.trace/tsv.exp: Test print command on trace state variables.
1897
1898 2010-12-09 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.base/interp.exp: Add regression test.
1901
1902 2010-12-09 Tom Tromey <tromey@redhat.com>
1903
1904 * gdb.java/jnpe.java: New file.
1905 * gdb.java/jnpe.exp: New file.
1906 * gdb.cp/nextoverthrow.exp: New file.
1907 * gdb.cp/nextoverthrow.cc: New file.
1908
1909 2010-12-07 Doug Evans <dje@google.com>
1910
1911 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
1912 of data-directory.
1913 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
1914 updated.
1915 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
1916
1917 2010-11-29 Michael Snyder <msnyder@vmware.com>
1918
1919 * gdb.base/callfuncs.exp: Test for skip_float_tests.
1920 * gdb.base/call-sc.exp: Ditto.
1921 * gdb.base/finish.exp: Ditto.
1922 * gdb.base/return.exp: Ditto.
1923 * gdb.base/return2.exp: Ditto.
1924
1925 2010-11-30 Doug Evans <dje@google.com>
1926
1927 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
1928 (gdb_expect_list): Fix spelling errors in comments.
1929 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
1930 send_gdb/gdb_expect_list where applicable.
1931 * gdb.base/call-ar-st.exp: Ditto.
1932 * gdb.base/funcargs.exp: Ditto.
1933 * gdb.base/gcore.exp: Ditto.
1934 * gdb.base/page.exp: Ditto.
1935 * gdb.base/sigaltstack.exp: Ditto.
1936 * gdb.base/siginfo.exp: Ditto.
1937 * gdb.base/sigstep.exp: Ditto.
1938 * gdb.base/trace-commands.exp: Ditto.
1939
1940 2010-11-29 Doug Evans <dje@google.com>
1941
1942 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
1943 printer-name;subprinter-name.
1944
1945 2010-11-29 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.dwarf2/implptr.exp: New file.
1948 * gdb.dwarf2/implptr.c: New file.
1949 * gdb.dwarf2/implptr.S: New file.
1950
1951 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
1952
1953 PR python/12199
1954
1955 * gdb.python/py-breakpoint.exp: Test the delete method.
1956
1957 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1958
1959 Fix step_resume_breakpoint unsaved during an infcall.
1960 * gdb.base/step-resume-infcall.exp: New file.
1961 * gdb.base/step-resume-infcall.c: New file.
1962
1963 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1964
1965 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
1966
1967 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
1968
1969 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
1970 on ppc64's symbols; "finish" and "return" commands must accept to
1971 show the caller line again as well as the line after.
1972 * gdb.asm/powerpc64.inc: New file.
1973
1974 2010-11-23 Doug Evans <dje@google.com>
1975
1976 * lib/gdb.exp (gdb_test_sequence): New function.
1977 (gdb_expect_list): Add verbose -log call for each pattern.
1978 * gdb.base/signals.exp (test_handle_all_print): Call it.
1979 Reduce timeout increment from 6 minutes to 1 minute.
1980 * gdb.server/ext-run.exp: Call it.
1981
1982 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
1983
1984 PR python/12212
1985
1986 * gdb.python/python.exp: Check that selected_thread raises an
1987 error when no inferior is loaded.
1988
1989 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1990
1991 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
1992 * gdb.dwarf2/dw2-stack-boundary.S: New file.
1993
1994 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1995
1996 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
1997 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
1998
1999 2010-11-18 Doug Evans <dje@google.com>
2000
2001 * gdb.server/ext-run.exp: Fix intermittent failures.
2002
2003 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2004
2005 * gdb.stabs/gdb11479.exp: Use runto_main.
2006
2007 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2008
2009 * gdb.base/break-entry.exp: Skip if using a stub.
2010
2011 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
2012
2013 * gdb.python/py-inferior.exp: Pack values in target endianness.
2014
2015 2010-11-12 Tom Tromey <tromey@redhat.com>
2016
2017 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
2018 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
2019 MemoryError.
2020 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
2021 type.
2022 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
2023 MemoryError.
2024 (test_subscript_regression): Update exception type.
2025
2026 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
2027
2028 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
2029 breakpoint tests.
2030
2031 2010-11-09 Pedro Alves <pedro@codesourcery.com>
2032
2033 * gdb.base/watchpoint.exp: Test "watch -location" with an
2034 innacessible location.
2035
2036 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
2037 Luis Machado <luisgpm@br.ibm.com>
2038
2039 * gdb.base/maint.exp: Expect "." prefix.
2040 * gdb.base/nodebug.exp: Expect "." Likewise.
2041 * gdb.base/sepsymtab.exp: Expect "." Likewise.
2042 * gdb.base/watchpoint-cond-gone.exp: Likewise.
2043 * gdb.base/watchpoint.exp: Expect a software watch to be created for
2044 POWER server processors.
2045
2046 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
2047 Luis Machado <luisgpm@br.ibm.com>
2048
2049 * gdb.base/break-entry.exp: convert entry point for
2050 ppc64 and expect leading `.' on ppc64's symbols
2051
2052 2010-11-05 Doug Evans <dje@google.com>
2053
2054 * gdb.base/help.exp: Update expected output.
2055 * gdb.python/py-param.exp: Delete, contents moved to ...
2056 * gdb.python/py-parameter.exp: ... here. New file.
2057 Add test for gdb.parameter ("directories").
2058
2059 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
2060
2061 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
2062 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
2063 * configure: Regenerate.
2064 * gdb.opencl/Makefile.in: New File.
2065 * gdb.opencl/datatypes.exp: Likewise.
2066 * gdb.opencl/datatypes.cl: Likewise.
2067 * gdb.opencl/operators.exp: Likewise.
2068 * gdb.opencl/operators.cl: Likewise.
2069 * gdb.opencl/vec_comps.exp: Likewise.
2070 * gdb.opencl/vec_comps.cl: Likewise.
2071 * gdb.opencl/convs_casts.exp: Likewise.
2072 * gdb.opencl/convs_casts.cl: Likewise.
2073 * lib/opencl.exp: Likewise.
2074 * lib/opencl_hostapp.c: Likewise.
2075 * lib/opencl_kernel.cl: Likewise.
2076 * lib/cl_util.c: Likewise.
2077 * lib/cl_util.c: Likewise.
2078 * gdb.base/default.exp (set language): Add "opencl" to the list of
2079 languages.
2080
2081 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
2082
2083 * gdb.cp/overload.exp: Added test for inheritance overload.
2084 * gdb.cp/overload.cc: Ditto.
2085 * gdb.cp/oranking.exp: Removed releveant kfails.
2086
2087 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2088 Joel Brobecker <brobecker@adacore.com>
2089
2090 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
2091 check test_compiler_info.
2092
2093 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2094
2095 * gdb.base/gnu_vector.exp: Adjust expect messages.
2096
2097 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2098
2099 * gdb.base/gnu_vector.exp: Add unary operator tests.
2100
2101 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
2102
2103 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
2104
2105 2010-11-02 Doug Evans <dje@google.com>
2106
2107 * gdb.python/py-pp-maint.c: New file.
2108 * gdb.python/py-pp-maint.exp: New file.
2109 * gdb.python/py-pp-maint.py: New file.
2110
2111 2010-11-02 Tom Tromey <tromey@redhat.com>
2112
2113 * gdb.base/default.exp: Remove "scheme" from language list.
2114
2115 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 Revert:
2118 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2119 * gdb.threads/sigstep-threads.exp: New file.
2120 * gdb.threads/sigstep-threads.c: New file.
2121
2122 2010-10-20 Michael Snyder <msnyder@vmware.com>
2123
2124 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
2125
2126 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2127
2128 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
2129 Skip test completely if gdb,no_hardware_watchpoints.
2130
2131 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
2132
2133 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
2134 strict, but do not check for any particular function name within libc.
2135
2136 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2137
2138 * gdb.cp/smartp.exp: New test.
2139 * gdb.cp/smartp.cc : New test.
2140
2141 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
2142
2143 * gdb.cp/converts.exp: Test pointer to bool conversion.
2144 Test pointer to long conversion.
2145 * gdb.cp/oranking.exp: Removed relevant kfail.
2146
2147 2010-10-18 Tom Tromey <tromey@redhat.com>
2148
2149 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
2150 argument to lazy_string.
2151 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
2152 (pp_ls.to_string): Use it.
2153 * gdb.python/py-prettyprint.c (main): Move declarations to top.
2154 Add "estring2" local.
2155
2156 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2157
2158 Fix s390x compatibility.
2159 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
2160 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
2161
2162 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2163
2164 * gdb.threads/sigstep-threads.exp: New file.
2165 * gdb.threads/sigstep-threads.c: New file.
2166
2167 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2168
2169 * gdb.base/pie-execl.exp: New file.
2170 * gdb.base/pie-execl.c: New file.
2171
2172 2010-10-13 Doug Evans <dje@google.com>
2173 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 PR exp/12117
2176 * gdb.cp/ptype-cv-cp.cc: New file.
2177 * gdb.cp/ptype-cv-cp.exp: New file.
2178
2179 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
2180
2181 * gdb.cp/converts.cc: New test program.
2182 * gdb.cp/converts.exp: New test.
2183 * gdb.cp/overload.exp: Added test for void* vs int*.
2184 * gdb.cp/overload.exp: Ditto.
2185 * gdb.cp/oranking.exp: Removed related kfail.
2186
2187 2010-10-13 Doug Evans <dje@google.com>
2188
2189 * lib/gdb-python.exp (gdb_check_python_config): New function.
2190 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
2191 * gdb.python/lib-types.cc: New file.
2192 * gdb.python/lib-types.exp: New file.
2193
2194 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2195
2196 * gdb.python/py-error.exp: New file.
2197 * gdb.python/py-error.py: New file.
2198
2199 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
2202 gdb_test_multiple.
2203
2204 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2205
2206 * gdb.base/break-interp.exp: Use ldlags for linking flags.
2207 * gdb.base/prelink.exp: Likewise.
2208 * gdb.base/solib-nodir.exp: Likewise.
2209 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
2210 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
2211 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
2212
2213 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
2214
2215 * break-interp.exp (test_ld): Use two separate gdb_expect statements
2216 for the "info files" test to avoid timeouts on slow machines.
2217
2218 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2219
2220 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
2221 (main): Make openlib dummy call.
2222
2223 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
2226 * break-interp.exp (reach): Move the core body ...
2227 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
2228 (test_ld): Provide always real argument, even to the linker. Replace
2229 dl_main by _dl_debug_state.
2230
2231 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2232
2233 Fix results of prelinked PIEs on ppc*.
2234 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
2235 Accept also DISPLACEMENT "PRESENT".
2236 (main): Replace "ZERO" displacements by "PRESENT".
2237
2238 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
2239
2240 * gdb.cp/oranking.exp: New test.
2241 * gdb.cp/oranking.cc: New test program.
2242
2243 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
2244
2245 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
2246 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
2247
2248 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
2249
2250 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
2251 lush, lynx) New constant.
2252 * gdb.base/constvars.exp: Test const array types.
2253 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
2254
2255 2010-10-06 Doug Evans <dje@google.com>
2256
2257 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
2258 of syscall staging area.
2259
2260 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
2261
2262 * gdb.base/gnu_vector.c: Add variable c4.
2263 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
2264 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2265
2266 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
2267
2268 * gdb.arch/altivec-abi.exp: Fix a typo.
2269
2270 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
2271
2272 * lib/mi-support.exp (thread_selected_re): Correct pattern used
2273 to match a thread ID.
2274
2275 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2276
2277 Fix s390x testcase compatibility.
2278 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
2279
2280 2010-10-01 Doug Evans <dje@google.com>
2281
2282 * lib/gdb-python.exp: New file.
2283 * gdb.python/py-block.exp: Use it.
2284 * gdb.python/py-breakpoint.exp: Ditto.
2285 * gdb.python/py-frame.exp: Ditto.
2286 * gdb.python/py-inferior.exp: Ditto.
2287 * gdb.python/py-param.exp: Ditto.
2288 * gdb.python/py-prettyprint.exp: Ditto.
2289 * gdb.python/py-shared.exp: Ditto.
2290 * gdb.python/py-symbol.exp: Ditto.
2291 * gdb.python/py-symtab.exp: Ditto.
2292 * gdb.python/py-type.exp: Ditto.
2293 * gdb.python/py-value.exp: Ditto.
2294 * gdb.python/python.exp: Ditto.
2295
2296 2010-09-30 Tom Tromey <tromey@redhat.com>
2297
2298 * gdb.base/anon.exp: New file.
2299 * gdb.base/anon.c: New file.
2300
2301 2010-09-30 Tom Tromey <tromey@redhat.com>
2302
2303 * gdb.base/completion.exp: Test completion through anonymous
2304 union.
2305 * gdb.base/break1.c (struct some_struct): Add anonymous union.
2306
2307 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 Fix printing parameters of inlined functions.
2310 * gdb.dwarf2/dw2-inline-param.exp: New file.
2311 * gdb.dwarf2/dw2-inline-param-main.c: New file.
2312 * gdb.dwarf2/dw2-inline-param.S: New file.
2313
2314 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 PR corefiles/12071.
2317 * gdb.base/corefile.exp (quit with a process, no question: load core)
2318 (quit with a core file): New tests.
2319
2320 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2321
2322 Fix GDB crash on inferior calls with self-referencing classes.
2323 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
2324 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
2325 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
2326
2327 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2328
2329 Fix lost siginfo_t for inferior calls.
2330 * gdb.base/siginfo-infcall.exp: New file.
2331 * gdb.base/siginfo-infcall.c: New file.
2332
2333 2010-09-22 Joel Brobecker <brobecker@adacore.com>
2334
2335 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
2336
2337 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2338
2339 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
2340 New test.
2341 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
2342
2343 2010-09-22 Joel Brobecker <brobecker@adacore.com>
2344
2345 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
2346 type of our const type.
2347
2348 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
2349
2350 * gdb.cp/pr12028.cc: New.
2351 * gdb.cp/pr12028.exp: New.
2352
2353 2010-09-22 Joel Brobecker <brobecker@adacore.com>
2354
2355 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
2356
2357 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
2358 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 PR mi/11407
2361 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
2362 * gdb.mi/dw2-ref-missing-frame-main.c New File.
2363 * gdb.mi/dw2-ref-missing-frame.S New File.
2364 * gdb.mi/dw2-ref-missing-frame.exp New File.
2365
2366 2010-09-14 Tom Tromey <tromey@redhat.com>
2367
2368 PR symtab/8399:
2369 * gdb.threads/tls.exp: Remove kfail. Update expected output.
2370
2371 2010-09-14 Tom Tromey <tromey@redhat.com>
2372
2373 PR exp/11803:
2374 * gdb.threads/tls.exp: Use C++.
2375 (check_thread_local): Use K::another_thread_local.
2376 * gdb.threads/tls.c (class K): New.
2377 (another_thread_local): Now a member of K.
2378 (spin): Update. No longer K&R C.
2379
2380 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
2381
2382 * gdb.cp/koenig.cc: created class for testing member lookup.
2383 * gdb.cp/koenig.exp: Added test for member lookup.
2384
2385 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 Fix false FAILs on sourcetree topdir directory containing "kill".
2388 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
2389 source line matching regexp.
2390
2391 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2392
2393 * gdb.python/python.exp (set height 0, collect help from uiout)
2394 (verify help to uiout): New tests.
2395
2396 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2397
2398 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
2399 is_lp64_target to check 64bit target.
2400
2401 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2402
2403 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
2404 (test_ld) <powerpc64-*>: New.
2405
2406 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2407
2408 * gdb.cp/templates.exp (test_template_args): Allow "struct".
2409
2410 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
2411
2412 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
2413 (FunctionArg::method): New function.
2414 (empty, arg): New variables.
2415 (main): Call arg.method.
2416 * gdb.cp/templates.exp (test_template_args): New function.
2417 (do_tests): Call it.
2418
2419 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2420
2421 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
2422 of "next" to proceed over pthread_exit call.
2423
2424 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
2425
2426 * gdb.base/maint.exp: Avoid wildcards against potentially very long
2427 "maint print statistics" output to prevent expect timeouts.
2428
2429 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
2432 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2433 (test_float_rejected): ... here.
2434 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
2435 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2436 (test_float_rejected): ... here.
2437 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
2438 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2439 (test_float_rejected): ... here.
2440 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
2441 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
2442 (test_float_rejected): ... here.
2443
2444 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2445
2446 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
2447 before disabling hardware watchpoints.
2448 (test_inaccessible_watchpoint): Check that hardware watchpoints
2449 are used. Test for watchpoints on a constant address.
2450
2451 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 * gdb.base/ui-redirect.exp: New file.
2454
2455 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2456 Joel Brobecker <brobecker@adacore.com>
2457
2458 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
2459
2460 2010-08-31 Doug Evans <dje@google.com>
2461
2462 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
2463
2464 2010-08-30 Tom Tromey <tromey@redhat.com>
2465
2466 PR python/11792:
2467 * gdb.python/py-value.exp (test_subscript_regression): Add
2468 dynamic_type test.
2469
2470 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
2471
2472 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
2473 instead of running to main. Do not test the main function.
2474 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
2475 Add new main.
2476
2477 2010-08-26 Pedro Alves <pedro@codesourcery.com>
2478
2479 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
2480 one test.
2481
2482 2010-08-24 Doug Evans <dje@google.com>
2483
2484 PR symtab/11942
2485 * gdb.dwarf2/dw4-sig-types.cc: New file.
2486 * gdb.dwarf2/dw4-sig-types.h: New file.
2487 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
2488 * gdb.dwarf2/dw4-sig-types.exp: New file.
2489
2490 2010-08-23 Tom Tromey <tromey@redhat.com>
2491
2492 PR python/11145:
2493 * gdb.python/py-value.c (Base, Derived): New types.
2494 (base): New global.
2495 * gdb.python/py-value.exp (test_subscript_regression): Add
2496 dynamic_cast test.
2497
2498 2010-08-23 Tom Tromey <tromey@redhat.com>
2499
2500 PR python/10676:
2501 * gdb.python/py-type.exp (test_fields): Add tests for type
2502 equality.
2503
2504 2010-08-23 Tom Tromey <tromey@redhat.com>
2505
2506 PR python/11915:
2507 * gdb.python/py-type.exp (test_fields): Add tests for array.
2508
2509 2010-08-23 Keith Seitz <keiths@redhat.com>
2510
2511 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
2512 have any children. Create a new abbrev for it.
2513 Add missing terminal sequence to .debug_abbrev.
2514
2515 2010-08-20 Keith Seitz <keiths@redhat.com>
2516
2517 PR symtab/11465:
2518 * gdb.dwarf2/pr11465.exp: New test.
2519 * gdb.dwarf2/pr11465.S: New file.
2520 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
2521 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
2522
2523 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
2524
2525 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
2526 registers. Update data sets with the new v2_double element in the
2527 VSX register union. Add vector_register3_vr data set for the AltiVec
2528 registers. Use gdb_test_no_output instead of send_gdb.
2529
2530 2010-08-19 Pedro Alves <pedro@codesourcery.com>
2531
2532 * gdb.python/py-shared.exp: New file, factored out from
2533 python.exp.
2534 * gdb.python/py-shared.c: New file.
2535 * gdb.python/py-shared-sl.c: New file.
2536 * gdb.python/python-1.c: New file.
2537 * gdb.python/python-sl.c: Delete.
2538 * gdb.python/python.c: Mention python-1.c.
2539 * gdb.python/python.exp: Move shared library tests to
2540 py-shared.exp.
2541 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
2542 (MISCELLANEOUS): New.
2543 (clean mostlyclean): Also remove $MISCELLANEOUS.
2544
2545 2010-08-19 Doug Evans <dje@google.com>
2546
2547 PR exp/11926
2548 * gdb.base/printcmds.exp (test_float_accepted): New function.
2549 Move existing float tests there. Add tests for floats with suffixes.
2550 (test_float_rejected): New function.
2551 * gdb.java/jv-print.exp (test_float_accepted): New function.
2552 (test_float_rejected): New function.
2553 * gdb.objc/print.exp: New file.
2554 * gdb.pascal/print.exp: New file.
2555 * lib/objc.exp: New file.
2556
2557 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
2558
2559 * gdb.base/default.exp (info set): Avoid full buffer error and force
2560 reading up to final gdb prompt.
2561 (show): Likewise.
2562
2563 2010-08-18 Tom Tromey <tromey@redhat.com>
2564
2565 PR symtab/11919:
2566 * gdb.base/completion.exp: Add test.
2567
2568 2010-08-18 Doug Evans <dje@google.com>
2569
2570 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
2571 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
2572 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
2573 Simplify, early exit if runto_main fails.
2574 * gdb.fortran/exprs.exp: load_lib fortran.exp.
2575 (set_lang_fortran): Moved to lib/fortran.exp.
2576 * gdb.fortran/types.exp: load_lib fortran.exp.
2577 (set_lang_fortran): Moved to lib/fortran.exp.
2578 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
2579 * gdb.java/jprint.exp (set_lang_java): Ditto.
2580 * gdb.java/jv-exp.exp: load_lib java.exp.
2581 If set_lang_java fails, issue a warning instead of failure to be
2582 consistent with other set_lang_foo uses.
2583 (set_lang_java): Moved to lib/java.exp.
2584 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
2585 If set_lang_java fails, issue a warning instead of failure to be
2586 consistent with other set_lang_foo uses.
2587 * gdb.pascal/types.exp: load_lib pascal.exp.
2588 (set_lang_pascal): Moved to lib/pascal.exp.
2589 * lib/fortran.exp: New file.
2590 * lib/java.exp (set_lang_java): New function.
2591 * lib/pascal.exp (set_lang_pascal): New function.
2592
2593 2010-08-18 Yao Qi <yao@codesourcery.com
2594
2595 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
2596 func_nofb_start and func_loopfb_start, so that address of functions
2597 is equal to these labels on Thumb.
2598
2599 2010-08-18 Yao Qi <yao@codesourcery.com>
2600
2601 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
2602 to reflect latest c source file.
2603
2604 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * gdb.cp/infcall-dlopen.exp: New file.
2607 * gdb.cp/infcall-dlopen.cc: New file.
2608 * gdb.cp/infcall-dlopen-lib.cc: New file.
2609
2610 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2611 Pedro Alves <pedro@codesourcery.com>
2612
2613 PR breakpoints/11371
2614
2615 * gdb.base/watch-cond-infcall.exp: New file.
2616 * gdb.base/watch-cond-infcall.c: New file.
2617
2618 2010-08-16 Tom Tromey <tromey@redhat.com>
2619
2620 * gdb.base/help.exp: Update.
2621 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
2622 watchpoint.
2623 (test_watch_location): New proc.
2624 (test_watchpoint_in_big_blob): Delete watchpoint.
2625 * gdb.base/watchpoint.c (func5): New function.
2626 (main): Call it.
2627
2628 2010-08-16 Doug Evans <dje@google.com>
2629
2630 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
2631
2632 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2633
2634 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
2635 tests.
2636
2637 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
2638
2639 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
2640 * gdb.base/gnu_vector.c: New File.
2641 * gdb.base/gnu_vector.exp: Likewise.
2642
2643 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
2644
2645 * gdb.python/python.c: New File.
2646 * gdb.python/python-sl.c: New File.
2647 * gdb.python/python.exp: Test solib_address and decode_line
2648 * functions.
2649
2650 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2651
2652 * gdb.python/python.exp (show height, set height 10)
2653 (verify pagination beforehand, verify pagination beforehand: q)
2654 (gdb.execute does not page, verify pagination afterwards)
2655 (verify pagination afterwards: q): New.
2656
2657 2010-08-02 Doug Evans <dje@google.com>
2658
2659 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
2660 because of an older gcc, change test2
2661 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
2662 to unsupported.
2663
2664 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
2665
2666 * gdb.base/break-always.exp: Do not expect full paths to file
2667 names.
2668 * gdb.base/commands.exp: Likewise.
2669
2670 2010-07-30 Doug Evans <dje@google.com>
2671
2672 * gdb.cp/temargs.exp: For new tests that require newer gccs,
2673 xfail them when run with older gccs.
2674
2675 * lib/gdb.exp (build_executable): Forward "c++" option to
2676 get_compiler_info.
2677
2678 * gdb.python/py-type.exp (test_template): Mark as xfail tests
2679 "python print ttype.template_argument(1)" and
2680 "python print isinstance(ttype.template_argument(1), gdb.Value)"
2681 if using gcc 4.4 or earlier.
2682
2683 * gdb.base/valgrind-db-attach.exp: Use unique test name for
2684 attach-to-debugger handling.
2685
2686 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2687
2688 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
2689 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
2690 (main): Use copyreloc.
2691 * gdb.base/prelink.exp (split debug of executable)
2692 (.dynbss vs. .bss address shift): New tests.
2693
2694 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2695
2696 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
2697 in gdb_test_multiple.
2698
2699 2010-07-29 Pedro Alves <pedro@codesourcery.com>
2700
2701 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
2702 environment.
2703
2704 2010-07-28 Tom Tromey <tromey@redhat.com>
2705
2706 PR python/11060:
2707 * gdb.python/py-type.c (Temargs): New template.
2708 (temvar): New variable.
2709 * gdb.python/py-type.exp (test_template): New proc.
2710
2711 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
2712
2713 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
2714 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
2715
2716 2010-07-28 Tom Tromey <tromey@redhat.com>
2717
2718 PR c++/9946:
2719 * gdb.cp/temargs.exp: New file.
2720 * gdb.cp/temargs.cc: New file.
2721
2722 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2723
2724 * gdb.base/help.exp (help disassemble): Update the content.
2725
2726 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * gdb.threads/ia64-sigill.exp: New file.
2729 * gdb.threads/ia64-sigill.c: New file.
2730
2731 2010-07-27 Tom Tromey <tromey@redhat.com>
2732
2733 * gdb.opt/inline-cmds.c (ATTR): New define.
2734 (func1): Use it.
2735 (func2): Likewise.
2736 (func3): Likewise.
2737 (outer_inline1): Likewise.
2738 (outer_inline2): Likewise.
2739 * gdb.opt/inline-bt.c (ATTR): New define.
2740 (func1): Use it.
2741 (func2): Likewise.
2742 * gdb.opt/inline-locals.c (ATTR): New define.
2743 (func1): Use it.
2744 (func2): Likewise.
2745
2746 2010-07-27 Tom Tromey <tromey@redhat.com>
2747
2748 * gdb.stabs/gdb11479.c (hack): New function.
2749 (test): Use it.
2750 (test2): Use it.
2751 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
2752 (int32_search_buf, int64_search_buf): No longer static.
2753 (x): Remove.
2754 * gdb.base/relocate.c (hack): New function.
2755
2756 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
2757
2758 * gdb.python/py-value.exp (test_inferior_function_call): New function.
2759 * gdb.python/py-value.c (func1): New function.
2760 (func2): Likewise.
2761
2762 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
2763
2764 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
2765 as not to clash with .data section.
2766
2767 2010-07-26 Jerome Guitton <guitton@adacore.com>
2768
2769 * gdb.base/code_elim.exp: New file.
2770 * gdb.base/code_elim1.c: New file.
2771 * gdb.base/code_elim2.c: New file.
2772
2773 2010-07-21 Pedro Alves <pedro@codesourcery.com>
2774
2775 PR symtab/11827
2776
2777 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
2778 (some_volatile_enum): New variable.
2779 * gdb.base/printcmds.exp (test_print_enums): New.
2780 <top level>: Call it.
2781
2782 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
2783
2784 * gdb.cp/fpointer.cc: New test.
2785 * gdb.cp/fpointer.exp: New test.
2786
2787 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2788
2789 * gdb.base/solib-nodir.exp: New file.
2790 * lib/gdb.exp (runto): New case for a GDB internal error.
2791
2792 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2793 Ulrich Weigand <uweigand@de.ibm.com>
2794 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb.base/charset-malloc.c: New file.
2797 * gdb.base/charset.c (malloc_stub): New prototype.
2798 (main): Call it instead of malloc itself.
2799 * gdb.base/charset.exp: Use only prepare_for_testing.
2800 (binfile): Remove the variable.
2801
2802 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2803
2804 Make core files the process_stratum.
2805 * gdb.base/corefile.exp (run: load core again)
2806 (run: sanity check we see the core file, run: with core)
2807 (run: core file is cleared, attach: load core again)
2808 (attach: sanity check we see the core file, attach: with core)
2809 (attach: core file is cleared): New tests.
2810 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
2811
2812 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
2813
2814 * gdb.arch/altivec-abi.exp: New tests.
2815
2816 2010-07-13 Tom Tromey <tromey@redhat.com>
2817
2818 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
2819 (main): Use it.
2820 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
2821
2822 2010-07-13 Tom Tromey <tromey@redhat.com>
2823
2824 * gdb.base/label.exp: New file.
2825 * gdb.base/label.c: New file.
2826
2827 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
2828 H.J. Lu <hongjiu.lu@intel.com>
2829
2830 * lib/gdb.exp (is_ilp32_target): New.
2831 (is_lp64_target): Likewise.
2832
2833 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
2834 target.
2835 * gdb.arch/amd64-disp-step.exp: Likewise.
2836 * gdb.arch/amd64-dword.exp: Likewise.
2837 * gdb.arch/amd64-i386-address.exp: Likewise.
2838 * gdb.arch/amd64-word.exp: Likewise.
2839
2840 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
2841 target.
2842 * gdb.arch/i386-bp_permanent.exp: Likewise.
2843 * gdb.arch/i386-byte.exp: Likewise.
2844 * gdb.arch/i386-disp-step.exp: Likewise.
2845 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2846 * gdb.arch/i386-prologue.exp: Likewise.
2847 * gdb.arch/i386-size-overlap.exp: Likewise.
2848 * gdb.arch/i386-size.exp: Likewise.
2849 * gdb.arch/i386-sse.exp: Likewise.
2850 * gdb.arch/i386-unwind.exp: Likewise.
2851 * gdb.arch/i386-word.exp: Likewise.
2852
2853 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
2854 test only when building 64-bit executables. Do not hard-code
2855 -m64 option.
2856
2857 2010-07-07 Doug Evans <dje@google.com>
2858
2859 * lib/gdb.exp (gdb_test_list_exact): New function.
2860 * gdb.base/default.exp (show convenience): Call it, add tests for
2861 $_sdata = void, $_thread = 0.
2862
2863 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2864 Joel Brobecker <brobecker@adacore.com>
2865
2866 Fix re-run of PIE executable, PR shlibs/11776.
2867 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
2868 Remove $displacement_main to match the solib-svr4.c change. New "kill"
2869 and re-"run" of the inferior.
2870
2871 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2872 Joel Brobecker <brobecker@adacore.com>
2873
2874 Cope with missing /usr/sbin/prelink.
2875 * lib/prelink-support.exp (prelink_no):
2876 <result == 1 && $output is "no such file or directory">: New.
2877 (prelink_yes): Likewise. Return on failed prelink_no.
2878
2879 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2880 Joel Brobecker <brobecker@adacore.com>
2881
2882 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
2883 build_executable by build_executable_own_libs. Replace "prelink -R"
2884 execution by a call of prelink_yes. Comment why "prelink -r" needs no
2885 change.
2886 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
2887 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
2888 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
2889 Replace build_executable by build_executable_own_libs's function
2890 build_executable_own_libs.
2891 (prelinkNO): Create new stub to call prelink_no.
2892 (prelinkYES): Create new stub to call prelink_yes.
2893 (test_attach): Rename calls of copy to file_copy.
2894 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
2895 (copy): Move to ...
2896 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
2897 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
2898 * gdb.base/prelink.exp: Disable testcase also for is_remote and
2899 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
2900 special flags by gdb_compile_shlib. Replace second gdb_compile by
2901 build_executable_own_libs. Replace "prelink -R" execution by a call of
2902 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
2903 a second call of prelink_yes. Replace restart commands by
2904 clean_restart.
2905 (prelink): Rename to ...
2906 (seen displacement message): ... this test. Extend its expectation
2907 strictness.
2908
2909 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2910
2911 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
2912 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
2913 displacement message exactly once.
2914
2915 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2916 Joel Brobecker <brobecker@adacore.com>
2917
2918 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
2919 its restore after the <$relink_args != ""> loop. new comment.
2920
2921 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2922 Joel Brobecker <brobecker@adacore.com>
2923
2924 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
2925 code for it. New variable relink_args.
2926 (prelinkYES): Call prelinkNO.
2927 (test_attach): Accept new parameter relink_args. Re-prelink the binary
2928 in such case. Move the core code to ...
2929 (test_attach_gdb): ... a new function. Send GDB command "file".
2930 Extend expected "Attaching to " string.
2931
2932 2010-07-02 Tom Tromey <tromey@redhat.com>
2933
2934 * gdb.base/bitops.exp: Remove extraneous "pass".
2935
2936 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
2937
2938 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
2939
2940 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2941
2942 * gdb.base/help.exp: Adjust expected output.
2943
2944 2010-07-01 Pedro Alves <pedro@codesourcery.com>
2945
2946 * gdb.base/help.exp: Adjust expected output.
2947
2948 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
2951 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
2952 c++/11702.
2953
2954 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2955 Doug Evans <dje@google.com>
2956
2957 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
2958 add .dynamic entry'.
2959
2960 2010-06-29 Doug Evans <dje@google.com>
2961
2962 Test PR c++/11702.
2963 * gdb.cp/m-static.exp: Add testcase.
2964 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
2965
2966 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
2967 Tom Tromey <tromey@redhat.com>
2968 Thiago Jung Bauermann <bauerman@br.ibm.com>
2969
2970 * gdb.python/py-inferior.c: New File.
2971 * gdb.python/py-infthread.c: New File.
2972 * gdb.python/py-inferior.exp: New File.
2973 * gdb.python/py-infthread.exp: New File.
2974
2975 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2976
2977 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
2978 (ptype ::C::OtherFileClass typedefs): New.
2979 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
2980 (C::OtherFileClass::cOtherFileClassVar2): New.
2981 (C::OtherFileClass::cOtherFileClassVar_use): Use also
2982 cOtherFileClassVar2.
2983 (C::cOtherFileType2, C::cOtherFileVar2): New.
2984 (C::cOtherFileVar_use): use also cOtherFileVar2.
2985 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
2986
2987 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
2990 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
2991 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
2992 (print ::C::cOtherFileVar)
2993 (whatis C::OtherFileClass::cOtherFileClassType)
2994 (whatis ::C::OtherFileClass::cOtherFileClassType)
2995 (print C::OtherFileClass::cOtherFileClassVar)
2996 (print ::cOtherFileClassVar)
2997 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
2998 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
2999 trailing content.
3000 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
3001 (C::OtherFileClass::cOtherFileClassVar)
3002 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
3003 (C::cOtherFileVar, C::cOtherFileVar_use): New.
3004
3005 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 Test PR c++/11703 and PR gdb/1448.
3008 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
3009 gdb/1448.
3010
3011 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3012
3013 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
3014 (main) <rtti_data>: New.
3015 * gdb.cp/virtbase.exp (print rtti_data): New.
3016
3017 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3018 Joel Brobecker <brobecker@adacore.com>
3019
3020 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
3021
3022 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3023
3024 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
3025
3026 2010-06-28 Doug Evans <dje@google.com>
3027
3028 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
3029
3030 2010-06-27 Doug Evans <dje@google.com>
3031
3032 * gdb.cp/m-static.exp: Update expected test output.
3033
3034 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
3035
3036 * gdb.gdb/selftest.exp: Adjust expected message for
3037 capturing start-up runtime.
3038
3039 2010-06-25 Tom Tromey <tromey@redhat.com>
3040
3041 PR python/10808:
3042 * gdb.python/python.exp: Add new tests.
3043
3044 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
3045
3046 * gdb.cp/operator.cc: Created an import loop.
3047 * gdb.cp/operator.exp: Added testcase for import loop.
3048
3049 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3050
3051 Test PR python/11407.
3052 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
3053 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
3054 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
3055 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
3056 executable_nofb and executable_fb. New variables srcsfile, objsfile,
3057 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
3058 binfile. Call gdb_compile with clean_restart twice.
3059 (func_nofb print, func_nofb backtrace, func_loopfb print)
3060 (func_loopfb backtrace): New.
3061
3062 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
3065 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
3066 by a hand made one.
3067 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
3068 i?86 requirement. Remove variables srcfile and binfile. New variable
3069 sources, executable_nofb and executable_fb. Call prepare_for_testing.
3070
3071 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3072
3073 * gdb.cell/dwarfaddr.exp: New file.
3074 * gdb.cell/dwarfaddr.S: New file.
3075
3076 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 Test PR 9436.
3079 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
3080
3081 2010-06-24 Hui Zhu <teawater@gmail.com>
3082
3083 * gdb.base/eval.exp: New file.
3084
3085 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3086
3087 * gdb.cell/fork.exp: New file.
3088 * gdb.cell/fork.c: Likewise.
3089 * gdb.cell/fork-spu.c: Likewise.
3090
3091 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
3092
3093 * lib/gdb.exp (banned_variables_traced): New global variable.
3094 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
3095 (gdb_init): Use `trace add variable' instead of obsolete
3096 `trace variable'.
3097
3098 2010-06-21 Doug Evans <dje@google.com>
3099
3100 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
3101
3102 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3103
3104 * gdb.arch/spu-ls.exp: New file.
3105 * gdb.arch/spu-ls.c: Likewise.
3106
3107 2010-06-18 Stan Shebs <stan@codesourcery.com>
3108
3109 * gdb.threads/thread-specific.exp: Add tests of $_thread.
3110
3111 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3112
3113 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
3114 * gdb.base/watch-cond.exp: Likewise.
3115 * gdb.python/py-breakpoint.exp: Likewise.
3116
3117 2010-06-18 Pedro Alves <pedro@codesourcery.com>
3118
3119 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
3120 clean_restart, make sure every test has a distinct message, and
3121 that messages don't include the executable' full path.
3122
3123 2010-06-17 Doug Evans <dje@google.com>
3124
3125 * gdb.arch/i386-size.exp: Updated expected output for
3126 DISASSEMBLY_OMIT_FNAME.
3127
3128 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3129 Sergio Durigan Junior <sergiodj@redhat.com>
3130
3131 * gdb.base/watch-notconst.c: New file.
3132 * gdb.base/watch-notconst.S: New file.
3133 * gdb.base/watch-notconst2.c: New file.
3134 * gdb.base/watch-notconst2.S: New file.
3135 * gdb.base/watch-notconst.exp: New file.
3136 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
3137 (func4): Add operations on `global_ptr_ptr'.
3138 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
3139 routine to test watchpoints created with a constant expression.
3140 (test_inaccessible_watchpoint): Include tests for watchpoints
3141 created with a constant expression.
3142
3143 2010-06-14 Kevin Buettner <kevinb@redhat.com>
3144
3145 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
3146 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
3147 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
3148 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
3149 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
3150 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
3151 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
3152 of `_start'.
3153
3154 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3155
3156 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
3157 not supported on the target.
3158 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3159 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3160 * gdb.mi/mi-nsintrall.exp: Likewise.
3161 * gdb.mi/mi-nsmoribund.exp: Likewise.
3162 * gdb.mi/mi-nsthrexec.exp: Likewise.
3163
3164 2010-06-11 Stan Shebs <stan@codesourcery.com>
3165
3166 * gdb.base/permissions.exp: New file.
3167
3168 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3169
3170 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
3171 does not support ELF executable class.
3172
3173 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3174
3175 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
3176
3177 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
3180 (runto): Catch "The target does not support running in non-stop mode.".
3181
3182 2010-06-11 Michael Snyder <msnyder@vmware.com>
3183
3184 * gdb.base/setshow.exp (set language asm): Don't use
3185 gdb_test_no_output, fails on some targets.
3186
3187 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3188
3189 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
3190 * gdb.cp/pr9167.exp: Likewise.
3191
3192 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3193
3194 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
3195
3196 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3197
3198 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
3199
3200 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3201
3202 * gdb.base/charset.c (main): Make sure malloc gets linked in.
3203
3204 2010-06-11 Tom Tromey <tromey@redhat.com>
3205
3206 PR gdb/9977, PR exp/11636::
3207 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
3208 (pieces_test_f6): Update expected output.
3209
3210 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3211
3212 * gdb.base/moribund-step.exp: New.
3213
3214 2010-06-08 Michael Snyder <msnyder@vmware.com>
3215
3216 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
3217 * gdb.ada/boolean_expr.exp:
3218 * gdb.ada/frame_args.exp: Ditto.
3219 * gdb.ada/lang_switch.exp: Ditto.
3220 * gdb.ada/ptype_arith_binop.exp: Ditto.
3221 * gdb.ada/ref_param.exp: Ditto.
3222 * gdb.ada/type_coercion.exp:Ditto.
3223
3224 * gdb.asm/asm-source.exp: Ditto.
3225
3226 * gdb.base/attach.exp: Ditto.
3227 * gdb.base/bitfields2.exp: Ditto.
3228 * gdb.base/call-signal-resume.exp: Ditto.
3229 * gdb.base/callfuncs.exp: Ditto.
3230 * gdb.base/commands.exp: Ditto.
3231 * gdb.base/dbx.exp: Ditto.
3232 * gdb.base/default.exp: Ditto.
3233 * gdb.base/dump.exp: Ditto.
3234 * gdb.base/exprs.exp: Ditto.
3235 * gdb.base/freebpcmd.exp: Ditto.
3236 * gdb.base/interrupt.exp: Ditto.
3237 * gdb.base/list.exp: Ditto.
3238 * gdb.base/long_long.exp: Ditto.
3239 * gdb.base/maint.exp: Ditto.
3240 * gdb.base/ptype.exp: Ditto.
3241 * gdb.base/return.exp: Ditto.
3242 * gdb.base/setshow.exp: Ditto.
3243 * gdb.base/sigbpt.exp: Ditto.
3244 * gdb.base/sigrepeat.exp: Ditto.
3245
3246 * gdb.cp/classes.exp: Ditto.
3247
3248 * gdb.dwarf2/dw2-restore.exp: Ditto.
3249
3250 * gdb.gdb/selftest.exp: Ditto.
3251
3252 * gdb.multi/base.exp: Ditto.
3253 * gdb.multi/bkpt-multi-exec.exp: Ditto.
3254
3255 * gdb.python/py-block.exp: Ditto.
3256 * gdb.python/py-prettyprint.exp: Ditto.
3257 * gdb.python/py-template.exp: Ditto.
3258
3259 * gdb.server/ext-attach.exp: Ditto.
3260 * gdb.server/ext-run.exp: Ditto.
3261 * gdb.server/server-mon.exp: Ditto.
3262
3263 * gdb.threads/fork-thread-pending.exp: Ditto.
3264 * gdb.threads/hand-call-in-threads.exp: Ditto.
3265 * gdb.threads/interrupted-hand-call.exp: Ditto.
3266 * gdb.threads/linux-dp.exp: Ditto.
3267 * gdb.threads/manythreads.exp: Ditto.
3268 * gdb.threads/print-threads.exp: Ditto.
3269 * gdb.threads/pthreads.exp: Ditto.
3270 * gdb.threads/schedlock.exp: Ditto.
3271 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3272 * gdb.threads/threadapply.exp: Ditto.
3273
3274 2010-06-08 Michael Snyder <msnyder@vmware.com>
3275
3276 * gdb.ada/exec_changed.exp:
3277 Use ".*" instead of "" as wildcard regexp.
3278
3279 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
3280 * gdb.base/call-ar-st.exp: Ditto.
3281 * gdb.base/checkpoint.exp: Ditto.
3282 * gdb.base/default.exp: Ditto.
3283 * gdb.base/dump.exp: Ditto.
3284 * gdb.base/ending-run.exp: Ditto.
3285 * gdb.base/fileio.exp: Ditto.
3286 * gdb.base/miscexprs.exp: Ditto.
3287 * gdb.base/pointers.exp: Ditto.
3288 * gdb.base/readline.exp: Ditto.
3289 * gdb.base/reread.exp: Ditto.
3290 * gdb.base/restore.exp: Ditto.
3291 * gdb.base/shlib-call.exp: Ditto.
3292 * gdb.base/valgrind-db-attach.exp: Ditto.
3293 * gdb.base/volatile.exp: Ditto.
3294 * gdb.base/watchpoints.exp: Ditto.
3295
3296 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
3297
3298 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
3299 * gdb.python/py-value.exp: Ditto.
3300
3301 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
3302 * gdb.trace/circ.exp: Ditto.
3303 * gdb.trace/collection.exp: Ditto.
3304 * gdb.trace/packetlen.exp: Ditto.
3305 * gdb.trace/passc-dyn.exp: Ditto.
3306 * gdb.trace/report.exp: Ditto.
3307 * gdb.trace/tfile.exp: Ditto.
3308 * gdb.trace/tfind.exp: Ditto.
3309 * gdb.trace/while-dyn.exp: Ditto.
3310
3311 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3312
3313 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
3314
3315 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 Test PR 10640.
3318 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
3319
3320 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
3321
3322 * gdb.cp/koenig.exp: Test for ADL operators.
3323 * gdb.cp/koenig.cc: Added ADL operators.
3324 * gdb.cp/operator.exp: New test.
3325 * gdb.cp/operator.cc: New test.
3326
3327 2010-06-04 Michael Snyder <msnyder@vmware.com>
3328
3329 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
3330 * gdb.base/pending.exp: Ditto.
3331
3332 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
3333
3334 2010-06-04 Doug Evans <dje@google.com>
3335
3336 * gdb.python/py-prettyprint.exp: Add new test for enabled and
3337 disabled printers.
3338 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
3339 (enable_lookup_function): New function.
3340
3341 2010-06-04 Tom Tromey <tromey@redhat.com>
3342
3343 * gdb.python/py-value.exp (test_value_hash): Don't test equality
3344 of hash and id.
3345
3346 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3347
3348 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
3349 newline.
3350 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
3351 (empty verbose non-noisy clear, empty verbose noisy clear)
3352 (empty non-verbose noisy clear): Likewise.
3353
3354 2010-06-03 Michael Snyder <msnyder@vmware.com>
3355
3356 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
3357 * gdb.base/display.exp: Ditto.
3358 * gdb.base/find.exp: Ditto.
3359 * gdb.base/ifelse.exp: Ditto.
3360 * gdb.base/multi-forks.exp: Ditto.
3361 * gdb.base/recurse.exp: Ditto.
3362 * gdb.base/setshow.exp: Ditto.
3363 * gdb.base/value-double-free.exp: Ditto.
3364 * gdb.base/watch-vfork.exp: Ditto.
3365 * gdb.base/watch_thread_num.exp: Ditto.
3366 * gdb.base/watchpoint-solib.exp: Ditto.
3367 * gdb.base/watchpoint.exp: Ditto.
3368 * gdb.base/watchpoints.exp: Ditto.
3369
3370 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
3371 * gdb.cp/overload.exp: Ditto.
3372 * gdb.cp/virtfunc.exp: Ditto.
3373
3374 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
3375
3376 * gdb.reverse/watch-precsave.exp:
3377 Replace gdb_test with gdb_test_no_output.
3378
3379 * gdb.threads/attach-into-signal.exp:
3380 Replace gdb_test with gdb_test_no_output.
3381 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3382 * gdb.threads/watchthreads.exp: Ditto.
3383 * gdb.threads/watchthreads2.exp: Ditto.
3384
3385 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
3386 * gdb.trace/tfind.exp: Ditto.
3387
3388 2010-06-03 Joel Brobecker <brobecker@adacore.com>
3389
3390 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
3391 successful test if message is the empty string.
3392
3393 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3394
3395 * gdb.fortran/module.exp (stopped language detection): New test.
3396
3397 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3398
3399 Support DW_TAG_module as separate namespaces.
3400 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
3401 gdb.fortran/library-module-lib.f90: New.
3402 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
3403 (print i): Remove.
3404 (continue to breakpoint: i-is-1, print var_i value 1)
3405 (continue to breakpoint: i-is-2, print var_i value 2)
3406 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
3407 (print var_d, print var_i value 14, ptype modmany, complete `modm)
3408 (complete `modmany, complete `modmany`, complete `modmany`var)
3409 (show language, setting breakpoint at module): New tests.
3410 * gdb.fortran/module.f90 (module mod): Remove.
3411 (module mod1, module mod2, module modmany, subroutine sub1)
3412 (subroutine sub2, program module): New.
3413
3414 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3415
3416 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
3417 (print value of rUC, print value of rI, print value of UI): ... here.
3418 * gdb.cp/anon-union.exp (pass): Rename to ...
3419 (print z 2): ... here.
3420
3421 2010-06-02 Michael Snyder <msnyder@vmware.com>
3422
3423 * gdb.trace/actions.exp: Use gdb_test_no_output.
3424 * gdb.trace/circ.exp: Ditto.
3425 * gdb.trace/packetlen.exp: Ditto.
3426 * gdb.trace/save-trace.exp: Ditto.
3427 * gdb.trace/tracecmd.exp: Ditto.
3428 * gdb.trace/tsv.exp: Ditto.
3429
3430 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
3431 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
3432 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
3433 * gdb.threads/manythreads.exp: Ditto.
3434 * gdb.threads/print-threads.exp: Ditto.
3435 * gdb.threads/pthreads.exp: Ditto.
3436 * gdb.threads/schedlock.exp: Ditto.
3437 * gdb.threads/staticthreads.exp: Ditto.
3438 * gdb.threads/thread-specific.exp: Ditto.
3439 * gdb.threads/thread-unwindonsignal.exp: Ditto.
3440 * gdb.threads/threadapply.exp: Ditto.
3441 * gdb.threads/watchthreads.exp: Ditto.
3442 * gdb.threads/watchthreads2.exp: Ditto.
3443
3444 * gdb.python/py-block.exp: Use gdb_test_no_output.
3445 * gdb.python/py-prettyprint.exp: Ditto.
3446 * gdb.python/py-template.exp: Ditto.
3447 * gdb.python/py-value.exp: Ditto.
3448
3449 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
3450 * gdb.reverse/watch-reverse.exp: Ditto.
3451
3452 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
3453 * gdb.server/ext-run.exp: Ditto.
3454
3455 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
3456 * gdb.dwarf2/dw2-compressed.exp: Ditto.
3457 * gdb.dwarf2/dw2-intercu.exp: Ditto.
3458 * gdb.dwarf2/dw2-intermix.exp: Ditto.
3459 * gdb.dwarf2/dw2-producer.exp: Ditto.
3460 * gdb.dwarf2/mac-fileno.exp: Ditto.
3461
3462 * gdb.gdb/observer.exp: Use gdb_test_no_output.
3463 * gdb.gdb/selftest.exp: Ditto.
3464
3465 * gdb.multi/base.exp: Use gdb_test_no_output.
3466
3467 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
3468
3469 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3470
3471 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
3472
3473 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
3474
3475 * gdb.cp/class2.exp: Use gdb_test_no_output.
3476 * gdb.cp/classes.exp: Ditto.
3477 * gdb.cp/extern-c.exp: Ditto.
3478 * gdb.cp/inherit.exp: Ditto.
3479 * gdb.cp/maint.exp: Ditto.
3480 * gdb.cp/mb-inline.exp: Ditto.
3481 * gdb.cp/mb-templates.exp: Ditto.
3482 * gdb.cp/method2.exp: Ditto.
3483 * gdb.cp/misc.exp: Ditto.
3484 * gdb.cp/ovldbreak.exp: Ditto.
3485 * gdb.cp/punctuator.exp: Ditto.
3486 * gdb.cp/templates.exp: Ditto.
3487 * gdb.cp/virtbase.exp: Ditto.
3488
3489 * gdb.threads/attach-stopped.exp:
3490 Replace uses of send_gdb / gdb_expect.
3491 * gdb.threads/attachstop-mt.exp:
3492 Replace uses of send_gdb / gdb_expect.
3493 * gdb.threads/gcore-thread.exp:
3494 Replace uses of send_gdb / gdb_expect.
3495 * gdb.threads/hand-call-in-threads.exp:
3496 Replace uses of send_gdb / gdb_expect.
3497 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
3498 * gdb.threads/print-threads.exp:
3499 Replace uses of send_gdb / gdb_expect.
3500 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
3501 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
3502 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
3503
3504 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
3505 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
3506 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
3507 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
3508 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
3509 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
3510 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
3511 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
3512 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
3513 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
3514 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
3515
3516 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3517
3518 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
3519
3520 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
3521
3522 * gdb.cp/koenig.exp: Added new test case.
3523 * gdb.cp/koenig.cc: Ditto.
3524
3525 2010-06-01 Michael Snyder <msnyder@vmware.com>
3526
3527 * gdb.base/arithmet.exp: Use gdb_test_no_output.
3528 * gdb.base/arrayidx.exp: Ditto.
3529 * gdb.base/attach.exp: Ditto.
3530 * gdb.base/auxv.exp: Ditto.
3531 * gdb.base/bigcre.exp: Ditto.
3532 * gdb.base/break-always.exp: Ditto.
3533 * gdb.base/break-interp.exp: Ditto.
3534 * gdb.base/break.exp: Ditto.
3535 * gdb.base/breakpoint-shadow.exp: Ditto.
3536 * gdb.base/call-ar-st.exp: Ditto.
3537 * gdb.base/call-sc.exp: Ditto.
3538 * gdb.base/call-signal-resume.exp: Ditto.
3539 * gdb.base/callfuncs.exp: Ditto.
3540 * gdb.base/catch-syscall.exp: Ditto.
3541 * gdb.base/charset.exp: Ditto.
3542 * gdb.base/code-expr.exp: Ditto.
3543 * gdb.base/commands.exp: Ditto.
3544 * gdb.base/cond-expr.exp: Ditto.
3545 * gdb.base/condbreak.exp: Ditto.
3546 * gdb.base/cursal.exp: Ditto.
3547 * gdb.base/cvexpr.exp: Ditto.
3548 * gdb.base/default.exp: Ditto.
3549 * gdb.base/del.exp: Ditto.
3550 * gdb.base/detach.exp: Ditto.
3551 * gdb.base/display.exp: Ditto.
3552 * gdb.base/ena-dis-br.exp: Ditto.
3553 * gdb.base/eval-skip.exp: Ditto.
3554 * gdb.base/foll-fork.exp: Ditto.
3555 * gdb.base/foll-vfork.exp: Ditto.
3556 * gdb.base/frame-args.exp: Ditto.
3557 * gdb.base/funcargs.exp: Ditto.
3558 * gdb.base/gcore-buffer-overflow.exp: Ditto.
3559 * gdb.base/gdbvars.exp: Ditto.
3560 * gdb.base/help.exp: Ditto.
3561 * gdb.base/ifelse.exp: Ditto.
3562 * gdb.base/included.exp: Ditto.
3563 * gdb.base/list.exp: Ditto.
3564 * gdb.base/macscp.exp: Ditto.
3565 * gdb.base/maint.exp: Ditto.
3566 * gdb.base/multi-fork.exp: Ditto.
3567 * gdb.base/overlays.exp: Ditto.
3568 * gdb.base/page.exp: Ditto.
3569 * gdb.base/pending.exp: Ditto.
3570 * gdb.base/pointers.exp: Ditto.
3571 * gdb.base/pr11022.exp: Ditto.
3572 * gdb.base/prelink.exp: Ditto.
3573 * gdb.base/printcmds.exp: Ditto.
3574 * gdb.base/psymtab.exp: Ditto.
3575 * gdb.base/randomize.exp: Ditto.
3576 * gdb.base/relational.exp: Ditto.
3577 * gdb.base/relocate.exp: Ditto.
3578 * gdb.base/remote.exp: Ditto.
3579 * gdb.base/sepdebug.exp: Ditto.
3580 * gdb.base/set-lang-auto.exp: Ditto.
3581 * gdb.base/setshow.exp: Ditto.
3582 * gdb.base/setvar.exp: Ditto.
3583 * gdb.base/signals.exp: Ditto.
3584 * gdb.base/signull.exp: Ditto.
3585 * gdb.base/sigstep.exp: Ditto.
3586 * gdb.base/sizeof.exp: Ditto.
3587 * gdb.base/solib-disc.exp: Ditto.
3588 * gdb.base/store.exp: Ditto.
3589 * gdb.base/structs.exp: Ditto.
3590 * gdb.base/structs2.exp: Ditto.
3591 * gdb.base/subst.exp: Ditto.
3592 * gdb.base/term.exp: Ditto.
3593 * gdb.base/trace-commands.exp: Ditto.
3594 * gdb.base/unwindonsignal.exp: Ditto.
3595 * gdb.base/valgrind-db-attach.exp: Ditto.
3596 * gdb.base/varargs.exp: Ditto.
3597 * gdb.base/watch-cond.exp: Ditto.
3598 * gdb.base/watch_thread_num.exp: Ditto.
3599 * gdb.base/watchpoint-cond-gone.exp: Ditto.
3600 * gdb.base/watchpoint.exp: Ditto.
3601 * gdb.base/whatis-exp.exp: Ditto.
3602
3603 2010-06-01 Michael Snyder <msnyder@vmware.com>
3604
3605 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
3606 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
3607 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
3608 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
3609 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
3610 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
3611 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
3612 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
3613 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
3614 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
3615 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
3616 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
3617 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
3618 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
3619 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
3620
3621 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3622
3623 * gdb.base/commands.exp (begin commands on watch): Remove excessive
3624 trailing newline.
3625 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
3626 * gdb.java/jmisc.exp (p *args\n): Rename to ...
3627 (p *args): ... here and remove excessive trailing newline.
3628
3629 2010-05-31 Joel Brobecker <brobecker@adacore.com>
3630
3631 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
3632
3633 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3634
3635 Accept the new Linux kernel "t (tracing stop)" string.
3636 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
3637 Update comment.
3638 (state_wait) <T (tracing stop)>: New.
3639 (main): Update the state_wait expect string.
3640
3641 2010-05-28 Pedro Alves <pedro@codesourcery.com>
3642
3643 * limits.c, limits.exp: Delete files.
3644 * Makefile.in (clean mostlyclean): Adjust.
3645 * tracecmd.exp: Adjust.
3646
3647 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3648
3649 * gdb.base/tui-layout.exp: New.
3650
3651 2010-05-28 Michael Snyder <msnyder@vmware.com>
3652
3653 * gdb.reverse/break-precsave.exp:
3654 Replace uses of send_gdb / gdb_expect.
3655 * gdb.reverse/break-reverse.exp:
3656 Replace uses of send_gdb / gdb_expect.
3657 * gdb.reverse/consecutive-precsave.exp:
3658 Replace uses of send_gdb / gdb_expect.
3659 * gdb.reverse/consecutive-reverse.exp:
3660 Replace uses of send_gdb / gdb_expect.
3661 * gdb.reverse/finish-precsave.exp:
3662 Replace uses of send_gdb / gdb_expect.
3663 * gdb.reverse/finish-reverse.exp:
3664 Replace uses of send_gdb / gdb_expect.
3665 * gdb.reverse/i386-precsave.exp:
3666 Replace uses of send_gdb / gdb_expect.
3667 * gdb.reverse/i386-reverse.exp:
3668 Replace uses of send_gdb / gdb_expect.
3669 * gdb.reverse/i386-sse-reverse.exp:
3670 Replace uses of send_gdb / gdb_expect.
3671 * gdb.reverse/i387-env-reverse.exp:
3672 Replace uses of send_gdb / gdb_expect.
3673 * gdb.reverse/i387-stack-reverse.exp:
3674 Replace uses of send_gdb / gdb_expect.
3675 * gdb.reverse/machinestate-precsave.exp:
3676 Replace uses of send_gdb / gdb_expect.
3677 * gdb.reverse/machinestate.exp:
3678 Replace uses of send_gdb / gdb_expect.
3679 * gdb.reverse/sigall-precsave.exp:
3680 Replace uses of send_gdb / gdb_expect.
3681 * gdb.reverse/sigall-reverse.exp:
3682 Replace uses of send_gdb / gdb_expect.
3683 * gdb.reverse/solib-precsave.exp:
3684 Replace uses of send_gdb / gdb_expect.
3685 * gdb.reverse/solib-reverse.exp:
3686 Replace uses of send_gdb / gdb_expect.
3687 * gdb.reverse/step-precsave.exp:
3688 Replace uses of send_gdb / gdb_expect.
3689 * gdb.reverse/step-reverse.exp:
3690 Replace uses of send_gdb / gdb_expect.
3691 * gdb.reverse/until-precsave.exp:
3692 Replace uses of send_gdb / gdb_expect.
3693 * gdb.reverse/until-reverse.exp:
3694 Replace uses of send_gdb / gdb_expect.
3695 * gdb.reverse/watch-precsave.exp:
3696 Replace uses of send_gdb / gdb_expect.
3697 * gdb.reverse/watch-reverse.exp:
3698 Replace uses of send_gdb / gdb_expect.
3699
3700 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
3703 excessive newline.
3704
3705 2010-05-27 Michael Snyder <msnyder@vmware.com>
3706
3707 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
3708 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
3709 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
3710 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
3711 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
3712 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
3713 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
3714 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
3715 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
3716 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
3717 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
3718 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
3719 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
3720 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
3721 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
3722 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
3723 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
3724 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
3725 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
3726
3727 2010-05-26 Michael Snyder <msnyder@vmware.com>
3728
3729 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
3730 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
3731
3732 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
3733 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
3734 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
3735
3736 * gdb.reverse/consecutive-reverse.exp:
3737 Replace uses of send_gdb / gdb_expect.
3738 * gdb.reverse/consecutive-precsave.exp:
3739 Replace uses of send_gdb / gdb_expect.
3740
3741 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
3742 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
3743 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
3744 * gdb.mi/mi-ns-stale-regcache.exp:
3745 Replace uses of send_gdb / gdb_expect.
3746 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
3747 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
3748 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
3749 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
3750 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
3751 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
3752 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
3753 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
3754 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
3755
3756 2010-05-26 Michael Snyder <msnyder@vmware.com>
3757
3758 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
3759
3760 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
3761
3762 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
3763 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
3764 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
3765 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
3766 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
3767 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
3768 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
3769 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
3770 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
3771
3772 2010-05-25 Tom Tromey <tromey@redhat.com>
3773
3774 * gdb.base/macscp.exp: Add missing space after setup_kfail.
3775
3776 2010-05-25 Tom Tromey <tromey@redhat.com>
3777
3778 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
3779 argument order.
3780 * gdb.base/macscp.exp: Fix setup_kfail argument order.
3781 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
3782 order.
3783 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
3784 order.
3785 * gdb.base/call-sc.exp (setup_kfails): Remove.
3786 (setup_compiler_kfails): Remove.
3787 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
3788 argument order.
3789 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
3790 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
3791 (advancei): Fix setup_kfail argument order.
3792 * gdb.base/radix.exp: Fix setup_kfail argument order.
3793 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
3794 order.
3795 * gdb.base/structs.exp (setup_kfails): Remove.
3796 (setup_compiler_kfails): Fix setup_kfail argument order.
3797 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
3798 order.
3799 * gdb.java/jmain.exp: Fix setup_kfail argument order.
3800 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
3801 setup_kfail argument order.
3802 * gdb.cp/overload.exp: Fix setup_kfail argument order.
3803
3804 2010-05-25 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
3807
3808 2010-05-25 Michael Snyder <msnyder@vmware.com>
3809
3810 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
3811 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
3812 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
3813 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
3814 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
3815 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
3816 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
3817 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
3818 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
3819 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
3820 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
3821 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
3822 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
3823 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
3824 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
3825 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
3826 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
3827 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
3828 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
3829 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
3830 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
3831 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
3832 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
3833 * gdb.base/default.exp: Replace send_gdb with gdb_test.
3834 * gdb.base/define.exp: Replace send_gdb with gdb_test.
3835 * gdb.base/display.exp: Replace send_gdb with gdb_test.
3836 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
3837 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
3838 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
3839 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
3840 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
3841 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
3842 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
3843 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
3844 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
3845 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
3846 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
3847 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
3848 * gdb.base/help.exp: Replace send_gdb with gdb_test.
3849 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
3850 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
3851 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
3852 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
3853 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
3854 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
3855 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
3856 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
3857 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
3858
3859 2010-05-25 Doug Evans <dje@google.com>
3860
3861 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
3862 gdb.string_to_argv.
3863
3864 2010-05-21 Tom Tromey <tromey@redhat.com>
3865
3866 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
3867 Call it.
3868 * gdb.dwarf2/pieces.S: Update.
3869 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
3870
3871 2010-05-21 Tom Tromey <tromey@redhat.com>
3872
3873 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
3874 Call it.
3875 * gdb.dwarf2/pieces.c (struct C): New.
3876 (f6): New function.
3877 * gdb.dwarf2/pieces.S: Replace.
3878
3879 2010-05-21 Tom Tromey <tromey@redhat.com>
3880
3881 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
3882 Call it.
3883
3884 2010-05-21 Tom Tromey <tromey@redhat.com>
3885
3886 * gdb.dwarf2.pieces.exp: New file.
3887 * gdb.dwarf2.pieces.S: New file.
3888 * gdb.dwarf2.pieces.c: New file.
3889
3890 2010-05-20 Pedro Alves <pedro@codesourcery.com>
3891 Joel Brobecker <brobecker@adacore.com>
3892
3893 * lib/gdb.exp (gdb_test_no_output): New function.
3894 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
3895 when testing commands that should produce no output.
3896
3897 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3898
3899 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
3900 parameter that we want to watch being a constant.
3901
3902 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3903
3904 * gdb.ada/cond_lang: New testcase.
3905
3906 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3907
3908 * lib/gdb.exp (banned_variables): New variable/constant.
3909 (gdb_init): Add write trace on variables listed in banned_variables.
3910 (gdb_finish): Remove write traces on variables listed in
3911 banned_variables.
3912
3913 2010-05-17 Joel Brobecker <brobecker@adacore.com>
3914
3915 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
3916 * gdb.cp/koenig.exp: Likewise.
3917
3918 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
3919
3920 PR python/11482
3921
3922 * gdb.python/py-value.exp (test_value_hash): New function.
3923
3924 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
3925
3926 PR exp/11530.
3927 * gdb.base/gdb11530.c: New file.
3928 * gdb.base/gdb11530.exp: New file.
3929
3930 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
3933 * gdb.dwarf2/dw2-modula2-self-type.S: New.
3934
3935 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
3936
3937 * gdb.cp/koenig.exp: New test.
3938 * gdb.cp/koenig.cc: New test program.
3939
3940 2010-05-05 Joel Brobecker <brobecker@adacore.com>
3941
3942 Remove the use of prms_id and bug_id throughout the testsuite.
3943
3944 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
3945
3946 PR exp/11349.
3947 * testsuite/gdb.cp/ref-types.exp: Add test to examine
3948 use a reference local variable.
3949
3950 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3951
3952 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
3953 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
3954 variable different_dir. Move debugfile into a full directory pathname
3955 under DIFFERENT_DIR.
3956 * lib/gdb.exp (separate_debug_filename): Remove.
3957 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
3958 variable debug_dir and mkdir of it. Update function comments.
3959
3960 2010-04-29 Pedro Alves <pedro@codesourcery.com>
3961
3962 PR gdb/11557
3963
3964 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
3965 files.
3966
3967 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
3968
3969 * gdb.python/py-param.exp: New File.
3970
3971 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
3972
3973 * gdb.base/default.exp: Fix "set language" test.
3974
3975 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
3976
3977 PR breakpoints/11531.
3978 * gdb.base/gdb11531.c: New file.
3979 * gdb.base/gdb11531.exp: New file.
3980
3981 2010-04-26 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.base/completion.exp: Add tests for completion and deprecated
3984 commands.
3985
3986 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3987
3988 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
3989 (print /x char_array): Escape curly brackets.
3990
3991 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 Fix deadlock on looped list of loaded shared objects.
3994 * gdb.base/solib-corrupted.exp: New.
3995
3996 2010-04-23 Doug Evans <dje@google.com>
3997
3998 * gdb.python/py-section-script.c: New file.
3999 * gdb.python/py-section-script.exp: New file.
4000 * gdb.python/py-section-script.py: New file.
4001
4002 2010-04-20 Chris Moller <cmoller@redhat.com>
4003
4004 PR 10179
4005
4006 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
4007 * gdb.base/pr10179-a.c:
4008 * gdb.base/pr10179-b.c:
4009 * gdb.base/pr10179.exp: New files.
4010
4011 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4012
4013 Fix crashes on dangling display expressions.
4014 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
4015 is SEP.
4016 (lib_flags): Remove the "debug" keyword.
4017 (libsepdebug): New variable for iterating new loop.
4018 (save_pf_prefix): New variable wrapping the loop.
4019 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
4020 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
4021
4022 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4023
4024 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
4025
4026 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4027
4028 PR stabs/11479.
4029 * gdb.stabs/gdb11479.exp: New file.
4030 * gdb.stabs/gdb11479.c: New file.
4031
4032 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
4033
4034 * gdb.base/charset.c (Strin16, String32): New variables.
4035 * gdb.base/charset.exp (gdb_test): Test correct display
4036 of 16 or 32 bit strings.
4037
4038 2010-04-21 Chris Moller <cmoller@redhat.com>
4039
4040 PR 9167
4041 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
4042 * gdb.cp/pr9167.cc: New file.
4043 * gdb.cp/pr9167.exp: New file.
4044
4045
4046 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
4047
4048 PR pascal/11492.
4049 * gdb.pascal/gdb11492.pas: New file.
4050 * gdb.pascal/gdb11492.exp: New file.
4051
4052 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4053
4054 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
4055
4056 2010-04-20 Joel Brobecker <brobecker@adacore.com>
4057
4058 * gdb.ada/dyn_loc: New testcase.
4059
4060 2010-04-20 Chris Moller <cmoller@redhat.com>
4061
4062 PR 10867
4063
4064 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
4065 * gdb.cp/pr10687.cc: New file.
4066 * gdb.cp/pr10687.exp: New file.
4067
4068
4069 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4070 Sergio Durigan Junior <sergiodj@redhat.com>
4071
4072 * gdb.fortran/logical.exp: New testcase.
4073 * gdb.fortran/logical.f90: New file.
4074
4075 2010-04-19 Doug Evans <dje@google.com>
4076
4077 * gdb.base/help.exp (help source): Update expected output.
4078
4079 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
4082 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
4083 gdb_exit and return.
4084 (executable): New variable.
4085 (binfile): Use it.
4086
4087 2010-04-19 Pedro Alves <pedro@codesourcery.com>
4088
4089 PR breakpoints/8554.
4090
4091 * gdb.trace/save-trace.exp: Adjust.
4092
4093 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
4094
4095 PR corefiles/11511
4096 * gdb.arch/system-gcore.exp: New.
4097 * gdb.arch/gcore.c: Likewise.
4098
4099 2010-04-15 Doug Evans <dje@google.com>
4100
4101 * gdb.python/py-progspace.c: New file.
4102 * gdb.python/py-progspace.exp: New file.
4103
4104 * gdb.base/source.exp: Add tests for "source -s".
4105
4106 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
4107
4108 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
4109 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
4110 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
4111 * gdb.python/py-mi.exp: New test for to_string returning None.
4112
4113 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
4114
4115 * gdb.python/py-breakpoint.c: Make result global.
4116
4117 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4118
4119 Fix non-GNU make compatibility.
4120 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
4121
4122 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
4123
4124 * gdb.python/py-breakpoint.exp: New File.
4125 * gdb.python/py-breakpoint.C: Ditto.
4126
4127 2010-04-08 Stan Shebs <stan@codesourcery.com>
4128
4129 * gdb.trace/actions.exp: Clear default-collect.
4130 * gdb.trace/save-trace.exp: Clear default-collect.
4131
4132 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
4133
4134 * gdb.python/py-value: Add null string variable.
4135 (test_lazy_string): Test zero length, NULL address lazy
4136 strings.
4137
4138 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
4139
4140 * gdb.arch/i386-avx.c: New.
4141 * gdb.arch/i386-avx.exp: Likewise.
4142
4143 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
4144
4145 2010-04-06 Doug Evans <dje@google.com>
4146
4147 * gdb.base/source-test.gdb: New file.
4148 * gdb.base/source.exp: Test source -v.
4149
4150 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4151
4152 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
4153
4154 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
4155
4156 * gdb.stabs/aout.sed: Convert all backslash to double backslash
4157 within one line, unless it is followed by a double quote.
4158 * gdb.stabs/hppa.sed: Idem.
4159 * gdb.stabs/weird.def: Add char and String constants
4160 * gdb.stabs/weird.exp: Check for correct parsing of
4161 char and string constants.
4162 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
4163 in .stabs to .stabx substitution.
4164
4165 2010-04-05 Stan Shebs <stan@codesourcery.com>
4166
4167 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
4168 constant global.
4169 * gdb.trace/tfile.exp: Try to print them.
4170
4171 2010-04-04 Stan Shebs <stan@codesourcery.com>
4172
4173 * gdb.base/completion.exp: Update for new "info watchpoints".
4174 * gdb.base/default.exp: Ditto.
4175 * gdb.base/help.exp: Ditto.
4176 * gdb.base/watchpoint.exp: Ditto.
4177 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
4178
4179 2010-04-04 Stan Shebs <stan@codesourcery.com>
4180
4181 * gdb.trace/tfile.exp: Sharpen tfind test.
4182
4183 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4184
4185 * gdb.base/break-entry.exp: New.
4186
4187 2010-04-02 Hui Zhu <teawater@gmail.com>
4188 Michael Snyder <msnyder@vmware.com>
4189
4190 * gdb.reverse/i386-sse-reverse.exp: New file.
4191 * gdb.reverse/i386-sse-reverse.c: New file.
4192
4193 2010-04-02 Pedro Alves <pedro@codesourcery.com>
4194
4195 * gdb.trace/tfind.exp: Adjust expected disassembly output.
4196
4197 2010-04-01 Stan Shebs <stan@codesourcery.com>
4198
4199 * gdb.trace/actions.exp: Tweak expected output.
4200 * gdb.trace/while-stepping.exp: Tweak expected output.
4201
4202 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
4203
4204 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
4205
4206 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4207
4208 * gdb.base/commands.exp: Adjust.
4209 * gdb.cp/extern-c.exp: Adjust.
4210
4211 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4212
4213 * gdb.trace/collection.c (local_test_func): Define a local struct,
4214 and instanciate it.
4215
4216 2010-04-01 Pedro Alves <pedro@codesourcery.com>
4217
4218 * gdb.trace/collection.exp (gdb_collect_args_test)
4219 (gdb_collect_argarray_test): XFAIL the tests that assume the
4220 argarray argument's elements are collected.
4221
4222 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4223
4224 * gdb.dwarf2/dw2-bad-parameter-type.exp,
4225 gdb.dwarf2/dw2-bad-parameter-type.S: New.
4226
4227 2010-03-31 Stan Shebs <stan@codesourcery.com>
4228
4229 * gdb.trace/save-trace.exp: Test save/restore of default-collect
4230 and tracepoint conditionals.
4231 (gdb_verify_tracepoints): Delete unused return.
4232
4233 2010-03-26 Keith Seitz <keiths@redhat.com>
4234
4235 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
4236 appear in the output before main.
4237 Remove KFAIL for gdb/2215 aka bz 9320.
4238
4239 2010-03-30 Doug Evans <dje@google.com>
4240
4241 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
4242 by dejagnu.
4243 * gdb.arch/amd64-dword.exp: Ditto.
4244
4245 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
4246 match.
4247 (break printf): Ditto.
4248
4249 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
4250
4251 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
4252 gcc < 4.4.
4253 * gdb.cp/shadow.exp: Ditto.
4254
4255 2010-03-29 Pedro Alves <pedro@codesourcery.com>
4256
4257 * gdb.trace/collection.exp (run_trace_experiment): Make sure
4258 "tstart" is silent.
4259
4260 2010-03-29 Pedro Alves <pedro@codesourcery.com>
4261
4262 * gdb.trace/collection.exp (executable): New.
4263 (binfile): Use it.
4264 (fpreg, spreg, pcreg): New.
4265 (test_register): Use gdb_test_multiple. Pass /x to print.
4266 (prepare_for_trace_test): New.
4267 (run_trace_experiment): Use "continue", not gdb_run_cmd.
4268 (gdb_collect_args_test, gdb_collect_argstruct_test)
4269 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
4270 prepare_for_trace_test.
4271 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
4272 fpreg, spreg and pcreg.
4273 (gdb_collect_expression_test, gdb_collect_globals_test): Use
4274 prepare_for_trace_test.
4275 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
4276 try to detect tracing support here. Don't set breakpoints at
4277 `begin' or `end' here.
4278 <global scope>: Use clean_restart. Run to main before checking
4279 for tracing support. Check for for tracing support here.
4280
4281 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4282
4283 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
4284 " as $displacement" to "seen displacement message".
4285
4286 2010-03-28 Pedro Alves <pedro@codesourcery.com>
4287
4288 * gdb.trace/while-dyn.exp (executable): New variable.
4289 (binfile): Use it.
4290 (test_while_stepping): New function. Move most tests here. Call
4291 it once for each of the while-stepping, stepping and ws aliases.
4292
4293 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4294
4295 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
4296 that do not provide the tagless_struct type name at all.
4297 (test_print_anon_union): Do not check value of uninitialized
4298 union member. Do not use cp_test_ptype_class, so we can accept
4299 "long" as well as "long int".
4300
4301 2010-03-26 Pedro Alves <pedro@codesourcery.com>
4302
4303 * gdb.trace/tfile.c (tohex, bin2hex): New.
4304 (write_error_trace_file): Hexify error description.
4305
4306 2010-03-25 Stan Shebs <stan@codesourcery.com>
4307
4308 * gdb.trace/tfile.c: Generate an additional trace file, improve
4309 portability.
4310 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
4311 files in a better way.
4312
4313 2010-03-25 Keith Seitz <keiths@redhat.com>
4314
4315 * gdb.java/jprint.exp: XFAIL printing of static class members
4316 because of GCC debuginfo problem.
4317
4318 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4319
4320 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
4321
4322 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4323
4324 * gdb.base/completion.exp: Allow long instead of long int.
4325 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
4326 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
4327 variable p.
4328 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
4329 * gdb.base/pointers.exp: Allow long instead of long int.
4330 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
4331 * gdb.base/step-line.exp: Allow a directory before the source file name.
4332
4333 2010-03-24 Tom Tromey <tromey@redhat.com>
4334
4335 PR breakpoints/9352:
4336 * gdb.base/default.exp: Update.
4337 * gdb.base/commands.exp: Update.
4338 * gdb.cp/extern-c.exp: Test setting commands on multiple
4339 breakpoints at once.
4340
4341 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4342
4343 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
4344 if gdb,nosignals.
4345 * gdb.base/watchpoints.c: Do not include unnecessary headers.
4346 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
4347 exited".
4348
4349 2010-03-24 Stan Shebs <stan@codesourcery.com>
4350
4351 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
4352
4353 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
4354
4355 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
4356 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
4357 argument. Handle "short" and "long".
4358 (Top level): Pass overprototyped output for old_fptr and xptr.
4359
4360 2010-03-23 Pedro Alves <pedro@codesourcery.com>
4361
4362 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
4363 format strings and add casts to avoid compiler warnings.
4364
4365 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
4366
4367 * lib/trace-support.exp (gdb_trace_setactions):
4368 Don't expect whitespace after ">" prompt.
4369 * gdb.trace/actions.exp: Adjust for output changes.
4370 * gdb.trace/while-stepping.exp: Likewise.
4371
4372 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4373
4374 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
4375 and r157645).
4376
4377 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4378
4379 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
4380 New.
4381
4382 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
4383
4384 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
4385 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
4386
4387 2010-03-19 Stan Shebs <stan@codesourcery.com>
4388
4389 * gdb.trace/ax.exp: New file.
4390
4391 2010-03-19 Doug Evans <dje@google.com>
4392
4393 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
4394 output from gcc.
4395
4396 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
4397 named /usr/sbin/prelink<foo>.
4398
4399 2010-03-18 Stan Shebs <stan@codesourcery.com>
4400
4401 * gdb.trace/circ.exp: Test circular-trace-buffer.
4402 * gdb.trace/tfile.exp: Update tstatus test.
4403
4404 2010-03-18 Joel Brobecker <brobecker@adacore.com>
4405
4406 * gdb.dwarf2/dw2-anonymous-func.S: New file.
4407 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
4408
4409 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4410
4411 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
4412
4413 2010-03-18 Pedro Alves <pedro@codesourcery.com>
4414
4415 * gdb.base/default.exp: Adjust the expected output of the finish
4416 and until commands when the inferior is not being run.
4417
4418 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
4419
4420 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
4421 * gdb.cp/nsusing.exp: Ditto.
4422
4423 2010-03-15 Tom Tromey <tromey@redhat.com>
4424
4425 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
4426 * gdb.cp/userdef.cc (operator==): New function.
4427 (main): New locals mem1, mem2.
4428
4429 2010-03-15 Jie Zhang <jie@codesourcery.com>
4430
4431 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
4432 Declare and use new loadtimeout variable.
4433
4434 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
4435
4436 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
4437 Use gdb_load later.
4438
4439 2010-03-14 Pedro Alves <pedro@codesourcery.com>
4440
4441 * gdb.base/solib-disc.c (main): Make format of fprintf a string
4442 literal. Add missing endlines to prints to stderr.
4443
4444 2010-03-12 Tom Tromey <tromey@redhat.com>
4445
4446 PR c++/9708:
4447 * gdb.cp/m-static.exp: Add regression test.
4448 * gdb.cp/m-static.cc (method): New method.
4449 (main): Call it.
4450
4451 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
4452
4453 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
4454 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
4455
4456 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4457
4458 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
4459
4460 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
4461
4462 * lib/gdb.exp (skip_stl_tests): New.
4463 (gdb_compile): Symbian needs -ldl.
4464 (shlib_target_file): New.
4465 (shlib_symbol_file): New.
4466 (gdb_load_shlibs): Use shlib_target_file.
4467 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
4468 * gdb.cp/exception.exp: Use skip_stl_tests.
4469 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
4470 * gdb.cp/try_catch.exp: Use skip_stl_tests.
4471 * gdb.cp/mb-templates.exp: Ditto.
4472 * gdb.base/commands.exp: Relax regexes.
4473 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
4474 shlib_target_file and shlib_symbol_file.
4475 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
4476 sections.
4477 * gdb.base/ending-run.exp: Accept E32Main for symbian.
4478 * gdb.base/solib-disc.exp: Use
4479 shlib_target_file and shlib_symbol_file.
4480 * gdb.base/unload.exp: Don't skip on symbian. Use
4481 shlib_target_file and shlib_symbol_file.
4482 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
4483
4484 2010-03-12 Pedro Alves <pedro@codesourcery.com>
4485
4486 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
4487 * gdb.trace/report.exp: Adjust for x86 and x86_64.
4488 Issue a tfind end before looking for a tracepoint frame.
4489 * gdb.trace/tfind.exp: Adjust tstatus output.
4490 Adjust disassembly output.
4491 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
4492
4493 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4494
4495 * gdb.base/break-interp.exp: Create new displacement parameter value
4496 for the test_ld calls.
4497 (reach): New parameter displacement, verify its content. New push of
4498 pf_prefix "reach-$func:". Import global expect_out.
4499 (test_core): New parameter displacement, verify its content. New push
4500 of pf_prefix "core:". New command "set verbose on". Import global
4501 expect_out.
4502 (test_attach): New parameter displacement, verify its content. New
4503 push of pf_prefix "attach:". New command "set verbose on". Import
4504 global expect_out.
4505 (test_ld): New parameter displacement, pass it to the reach, test_core
4506 and test_attach calls and verify its content in the "ld.so exit" test.
4507 * gdb.base/prelink.exp: Remove gdb_exit and final return.
4508 (prelink): Update expected text, use gdb_test.
4509
4510 2010-03-10 Doug Evans <dje@google.com>
4511
4512 * gdb.base/checkpoint.exp: Fix comment.
4513 Lengthen timeout while doing >600 checkpoints test.
4514 Rename duplicate "kill all one" test to keep test names unique.
4515
4516 2010-03-10 Pedro Alves <pedro@codesourcery.com>
4517
4518 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
4519
4520 2010-03-08 Keith Seitz <keiths@redhat.com>
4521
4522 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
4523 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
4524 (dm_type_long): New function.
4525 (dm_type_unsigned_short): New function.
4526 (dm_type_unsigned_long): New function.
4527 (myint): New typedef.
4528 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
4529 long, unsigned shor and long, operator char*, and typedef.
4530 (test_lookup_operator_functions): Add operator char* test.
4531 (test_paddr_operator_functions): Likewise.
4532 (test_paddr_overloaded_functions): Use probe values for
4533 short, long, and unsigned short and long.
4534 (test_paddr_hairy_functions): If the demangler probe detected
4535 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
4536 demangler.
4537 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
4538 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
4539 and "print null_pmf".
4540 Add test "ptype a.*pmf".
4541 * gdb.cp/overload.exp: Allow optional "int" to appear with
4542 "short" and "long".
4543 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
4544 long expect value for men_overload1arg.
4545 Allow "int" to appear with "short" and "long".
4546 When testing "info break", add argument for main (void).
4547 Also allow "int" to appear with "short" and "long".
4548 Ditto with "unsigned" and "long long".
4549 * gdb.java/jmain.exp: Do not enclose methods names in single
4550 quotes.
4551 * gdb.java/jmisc.exp: Likewise.
4552 * gdb.java/jprint.exp: Likewise.
4553 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
4554
4555 From Jan Kratochvil <jan.kratochvil@redhat.com>:
4556 * gdb.cp/exception.exp (backtrace after first throw)
4557 (backtrace after second throw): Allow a namespace before __cxa_throw.
4558 (backtrace after first catch, backtrace after second catch): Allow
4559 a namespace before __cxa_begin_catch.
4560
4561 * gdb.cp/cpexprs.exp: New file.
4562 * gdb.cp/cpexprs.cc: New file.
4563
4564 From Daniel Jacobowitz <dan@codesourcery.com>
4565 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
4566 to use string_to_regexp.
4567 (ctor, dtor): New functions. Use them to match constructor
4568 and destructor function types.
4569 (Top level): Use runto_main.
4570
4571 2010-03-05 Tom Tromey <tromey@redhat.com>
4572
4573 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
4574 gdb.target_charset.
4575 (pp_ns.to_string): Likewise.
4576
4577 2010-03-04 Keith Seitz <keiths@redhat.com>
4578
4579 * gdb.cp/overload.exp: Test that the filename portion of a linespec
4580 can be quoted. Test that both the filename and function/line
4581 portions can be quoted at the same time.
4582
4583 2010-03-04 Pedro Alves <pedro@codesourcery.com>
4584
4585 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
4586
4587 2010-03-03 Doug Evans <dje@google.com>
4588
4589 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
4590 libc contains libpthread.
4591
4592 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
4593 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
4594 of gdb_compile. Add another pattern to match android backtrace.
4595
4596 2010-03-03 Tom Tromey <tromey@redhat.com>
4597
4598 PR gdb/11345:
4599 * gdb.base/printcmds.exp (test_printf): Add test.
4600
4601 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
4602
4603 * gdb.arch/amd64-byte.exp: New.
4604 * gdb.arch/amd64-dword.exp: Likewise.
4605 * gdb.arch/amd64-pseudo.c: Likewise.
4606 * gdb.arch/amd64-word.exp: Likewise.
4607 * gdb.arch/i386-byte.exp: Likewise.
4608 * gdb.arch/i386-pseudo.c: Likewise.
4609 * gdb.arch/i386-word.exp: Likewise.
4610
4611 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4612
4613 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
4614 types. Add structreg, bitfields, and flags registers.
4615 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
4616 registers.
4617
4618 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
4619
4620 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
4621 (load_description): Set architecture if defined.
4622
4623 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
4624
4625 * gdb.python/py-frame.exp: Add read_var block tests.
4626 * gdb.python/py-frame.c (block): New function.
4627
4628 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4629 Daniel Jacobowitz <dan@codesourcery.com>
4630
4631 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
4632
4633 2010-02-25 David S. Miller <davem@davemloft.net>
4634
4635 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
4636 fix logic for setting all_syscalls_numbers.
4637
4638 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4639
4640 * Makefile.in: Add py-block and py-symbol.
4641 * gdb.python/py-symbol.exp: New File.
4642 * gdb.python/py-symtab.exp: New File.
4643 * gdb.python/py-block.exp: New File.
4644 * gdb.python/py-symbol.c: New File.
4645 * gdb.python/py-block.c: New File.
4646
4647 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
4648
4649 PR python/11314
4650 * lib/gdb.exp (skip_python_tests): New function.
4651 * gdb.python/py-cmd.exp: Use skip_python_tests.
4652 * gdb.python/py-frame.exp: Likewise.
4653 * gdb.python/py-function.exp: Likewise.
4654 * gdb.python/py-prettyprint.exp: Likewise.
4655 * gdb.python/py-template.exp: Likewise.
4656 * gdb.python/py-type.exp: Likewise.
4657 * gdb.python/py-value.exp: Likewise.
4658
4659 2010-02-22 Pedro Alves <pedro@codesourcery.com>
4660
4661 PR9605
4662
4663 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
4664
4665 2010-02-19 Tom Tromey <tromey@redhat.com>
4666
4667 PR c++/8693, PR c++/9496:
4668 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
4669 regression tests.
4670
4671 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4672
4673 Fix compatibility with m68k as.
4674 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
4675 Use only /* comments */.
4676
4677 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4678
4679 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
4680 * configure: Regenerate.
4681
4682 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
4683
4684 * gdb.python/py-type.exp: Check for Python support.
4685
4686 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4687
4688 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
4689 `regsub' syntax available.
4690
4691 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4692
4693 * gdb.base/shmain.c (main): Remove printf call.
4694 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
4695 * gdb.base/unload.c (main): Make format of fprintf a string
4696 literal. Add missing endlines to prints to stderr.
4697 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
4698
4699 2010-02-17 Tom Tromey <tromey@redhat.com>
4700
4701 * gdb.java/jprint.java (jprint.props): New field.
4702 * gdb.java/jprint.exp (set_lang_java): Add regression test.
4703
4704 2010-02-17 Pedro Alves <pedro@codesourcery.com>
4705
4706 * gdb.base/charset.exp: Don't assume new `regsub' syntax
4707 available.
4708
4709 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4710
4711 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
4712 creation to support remote host testing.
4713
4714 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4715
4716 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
4717 Recognize "command not found".
4718
4719 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4720
4721 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
4722 single-stepping.
4723
4724 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4725
4726 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
4727 if arguments are not supported.
4728
4729 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4730
4731 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
4732 be const or non-const.
4733
4734 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4735
4736 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
4737 mi_send_resuming_command to send -exec-continue.
4738
4739 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4740
4741 * gdb.base/list.exp (test_list_filename_and_function): Add test
4742 with single quotes.
4743 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
4744 matching.
4745 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
4746 Add KFAIL'd tests for PR gdb/11289.
4747
4748 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4749
4750 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
4751
4752 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4753
4754 * gdb.base/comp-dir/subdir/dummy.txt: New file.
4755 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
4756 a temporary directory.
4757
4758 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
4759
4760 * gdb.base/charset.exp: Use a single regular expression to match
4761 show host-charset and show target-charset output.
4762
4763 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
4766 "Illegal process-id" expect string more exact.
4767 (attach to digits-starting nonsense is prohibited): New.
4768
4769 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 * gdb.base/prelink.exp (set verbose on): New.
4772
4773 2010-02-12 Tomas Holmberg <th@virtutech.com>
4774
4775 * mi-reverse.exp: New file. Test for reverse option to the
4776 following MI commands: exec-continue, exec-finish, exec-next,
4777 exec-step, exec-next-instruction, exec-step-instruction.
4778
4779 2010-02-09 Joel Brobecker <brobecker@adacore.com>
4780
4781 * gdb.ada/ptype_tagged_param: New testcase.
4782
4783 2010-02-08 Tom Tromey <tromey@redhat.com>
4784
4785 PR c++/8017:
4786 * gdb.cp/overload.exp: Add tests.
4787 * gdb.cp/overload.cc (struct K): New.
4788 (namespace N): New.
4789 (main): Call new functions.
4790 (K::staticoverload): Define.
4791
4792 2010-02-08 Chris Moller <moller@mollerware.com>
4793
4794 PR gdb/10728
4795 * gdb.cp/pr10728-x.h: New file.
4796 * gdb.cp/pr10728-x.cc: New file.
4797 * gdb.cp/pr10728-y.cc: New file.
4798 * gdb.cp/pr10728.exp: New file.
4799 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
4800
4801 2010-02-08 Chris Moller <moller@mollerware.com>
4802
4803 PR gdb/9067
4804 * gdb.cp/pr9067.exp: New
4805 * gdb.cp/pr9067.cc: New
4806 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
4807
4808 2010-02-08 Joel Brobecker <brobecker@adacore.com>
4809
4810 * lib/gdb.exp (gdb_test_timeout): New global variable.
4811 Set it to timeout if not already set.
4812 (gdb_init): Reset the value of timeout to gdb_test_timeout.
4813
4814 2010-02-05 Doug Evans <dje@google.com>
4815
4816 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
4817 user.
4818
4819 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
4820
4821 PR c++/7935:
4822 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
4823
4824 2010-02-04 Tom Tromey <tromey@redhat.com>
4825
4826 * gdb.cp/virtbase.exp: Make test case names unique.
4827
4828 2010-02-02 Tom Tromey <tromey@redhat.com>
4829
4830 * gdb.cp/virtbase.exp: Add regression tests.
4831 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
4832 (main): Instantiate RHC.
4833
4834 2010-02-02 Tom Tromey <tromey@redhat.com>
4835
4836 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
4837 type-printing change.
4838
4839 2010-02-02 Tom Tromey <tromey@redhat.com>
4840
4841 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
4842 * gdb.cp/virtbase.cc: New file.
4843 * gdb.cp/virtbase.exp: New file.
4844 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
4845
4846 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4847
4848 PR libc/11214:
4849 * gdb.threads/current-lwp-dead.c: Include features.h.
4850 (HAS_NOMMU): New.
4851 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
4852
4853 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 * gdb.base/symbol-without-target_section.exp,
4856 gdb.base/symbol-without-target_section.c: New.
4857
4858 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * gdb.base/bigcore.exp: Reset increased timeout.
4861 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
4862
4863 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4864
4865 * gdb.base/gcore.exp (capture_command_output): Use
4866 gdb_test_multiple.
4867
4868 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4869
4870 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
4871 * gdb.arch/thumb2-it.exp (test_it_break): New function.
4872 (Top level): Call it.
4873
4874 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
4875
4876 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
4877
4878 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
4879
4880 * gdb.base/call-strs.exp, gdb.base/default.exp,
4881 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
4882 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
4883 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
4884 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
4885 gdb.base/watchpoint-solib.exp: Save and restore timeout.
4886 * gdb.base/ending-run.exp: Correct restore of timeout.
4887 * gdb.base/page.exp: Remove unnecessary timeout setting.
4888
4889 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4890
4891 * gdb.ada/rec_return: New testcase.
4892
4893 2010-01-29 Joel Brobecker <brobecker@adacore.com>
4894
4895 * gdb.ada/call_pn: New testcase.
4896
4897 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
4898
4899 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
4900 (Top level): Use it to resume.
4901 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
4902 the Thumb mode displaced stepping error as unsupported.
4903
4904 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
4905
4906 * gdb.cp/nsusing.exp: Added more tests.
4907 * gdb.cp/nsrecurs.exp: Ditto.
4908 * gdb.cp/nsusing.cc: Added test functions.
4909 * gdb.cp/nsrecurs.cc: Ditto.
4910
4911 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4912
4913 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
4914 absolute directory pathnames in gdb.sum file.
4915
4916 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
4917
4918 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
4919 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
4920
4921 2010-01-26 Tom Tromey <tromey@redhat.com>
4922
4923 PR exp/7643:
4924 * gdb.base/printcmds.exp (test_print_string_constants): Remove
4925 setup_kfail.
4926
4927 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
4928
4929 * gdb.cp/nsrecurs.exp: New test.
4930 * gdb.cp/nsrecurs.cc: New test program.
4931 * gdb.cp/nsstress.exp: New test.
4932 * gdb.cp/nsstress.cc: New test program.
4933 * gdb.cp/nsdecl.exp: New test.
4934 * gdb.cp/nsdecl.cc: New test program.
4935
4936 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
4937
4938 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
4939 imported into file scope.
4940 Marked test as xfail.
4941 * gdb.cp/namespace-using.cc (marker5): New function.
4942 * gdb.cp/shadow.exp: New test.
4943 * gdb.cp/shadow.cc: New test program.
4944 * gdb.cp/nsimport.exp: New test.
4945 * gdb.cp/nsimport.cc: New test program.
4946
4947 2010-01-25 Tom Tromey <tromey@redhat.com>
4948
4949 PR gdb/11049:
4950 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
4951 with "set print null-stop on".
4952
4953 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4954
4955 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
4956 Adjust it for DISASSEMBLY_OMIT_FNAME.
4957
4958 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4959
4960 PR symtab/11199:
4961 * gdb.dwarf2/member-ptr-forwardref.exp,
4962 gdb.dwarf2/member-ptr-forwardref.S: New.
4963
4964 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4965
4966 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
4967 (thread1_func): Protect thread1_tid with thread1_tid_cond by
4968 thread1_tid_mutex. Remove gdbstop_mutex handling.
4969 (thread2_func): Protect thread2_tid with thread2_tid_cond by
4970 thread2_tid_mutex. Remove gdbstop_mutex handling.
4971 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
4972 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
4973 pthread_cond_wait conditionalizations by while loops.
4974
4975 2010-01-20 Tom Tromey <tromey@redhat.com>
4976
4977 PR backtrace/10770:
4978 * gdb.dwarf2/pr10770.exp: New file.
4979 * gdb.dwarf2/pr10770.c: New file.
4980 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
4981
4982 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
4983
4984 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
4985 that target was removed, and the test always runs native anyway.
4986
4987 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4988
4989 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
4990 gdb.base/watchpoint-cond-gone-stripped.c: New.
4991
4992 2010-01-19 Tom Tromey <tromey@redhat.com>
4993
4994 PR c++/8000:
4995 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
4996 existing tests.
4997 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
4998 (main): Use AAA::SomeEnum.
4999
5000 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5001
5002 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
5003 (test_ignore_count): Declare line_callme_body global.
5004 (run to breakpoint with ignore count): Use line_callme_body.
5005 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
5006 (set line_main_hello, set line_main_return): Reindent.
5007 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
5008 New.
5009 (continue to callee4): Use line_callee4_body.
5010 (check *stopped from CLI command): Use line_callee4_next.
5011 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
5012 (set line_main_hello, set line_main_return): Reindent.
5013 (set line_callee4_head, set line_callee4_body): New.
5014 (continue to callee4): Use line_callee4_body.
5015
5016 2010-01-18 Tom Tromey <tromey@redhat.com>
5017
5018 PR c++/9680:
5019 * gdb.cp/casts.cc: Add new classes and variables.
5020 * gdb.cp/casts.exp: Test new operators.
5021
5022 2010-01-18 Tom Tromey <tromey@redhat.com>
5023 Thiago Jung Bauermann <bauerman@br.ibm.com>
5024
5025 * gdb.python/source2.py: New file.
5026 * gdb.python/source1: New file.
5027 * gdb.python/python.exp: Test "source" command.
5028
5029 2010-01-15 Stan Shebs <stan@codesourcery.com>
5030
5031 * gdb.trace/tfile.c: New file.
5032 * gdb.trace/tfile.exp: New file.
5033
5034 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5035
5036 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
5037
5038 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5039
5040 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
5041
5042 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5043
5044 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
5045 (libfunc): New parameter action. Implement also selectable "sleep".
5046 * gdb.base/break-interp-main.c: Include assert.h.
5047 (libfunc): New parameter action.
5048 (main): New parameters argc and argv. Assert argc. Pass argv.
5049 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
5050 (test_attach): New proc.
5051 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
5052 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
5053
5054 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5055
5056 * gdb.base/break-interp.exp (test_core): New proc.
5057 (test_ld): Call it.
5058
5059 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5060
5061 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
5062 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
5063 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
5064 and gdb_compile_shlib. Use new -Wl compiler options.
5065 (dl bt, main bt): New tests.
5066
5067 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 Support PIEs with no symfile_objfile.
5070 * gdb.base/break-interp.exp: New argument at the test_ld calls.
5071 (test_ld): New parameter trynosym.
5072 (test_ld <$trynosym>): New block.
5073
5074 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5075
5076 * gdb.base/break-interp.exp: New file.
5077
5078 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
5079
5080 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
5081 * gdb.python/py-prettyprint.py (pp_ls): New printer.
5082 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
5083 test.
5084 * gdb.python/py-prettyprint.c: Define lazystring test structure.
5085 * gdb.python/py-mi.exp: Add lazy string test.
5086
5087 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
5088
5089 * lib/mi-support.exp (mi_check_thread_states): Handle
5090 core number in thread listing.
5091
5092 2010-01-12 Joel Brobecker <brobecker@adacore.com>
5093
5094 * gdb.base/maint.exp: Adjust the expected output for the
5095 "maint print type" test. Use gdb_test_multiple instead of
5096 gdb_sent/gdb_expect.
5097
5098 2010-01-11 Doug Evans <dje@google.com>
5099
5100 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
5101 from gdbserver_download. All callers updated.
5102
5103 * gdb.server/ext-run.exp: "info os processes" requires xml support.
5104
5105 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 Implement binary numbers parsing.
5108 * gdb.base/printcmds.exp (test_integer_literals_accepted)
5109 (test_integer_literals_rejected): New binary tests.
5110
5111 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5112
5113 * gdb.cell/configure: Regenerate.
5114
5115 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5116
5117 * gdb.base/corefile.exp: Move the core finding block out and call it as
5118 core_find, new variable $corefile, replace corefile by $corefile and
5119 [file tail $corefile] for usage vs. test names resp.
5120 * lib/gdb.exp (core_find): Move it as a new function here. New
5121 parameter binfile and deletefiles. New variable $destcore. Pre-delete
5122 $destcore. Return "" on error.
5123
5124 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5125
5126 Workaround PR binutils/10802.
5127 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
5128 (twice).
5129
5130 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
5131
5132 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
5133
5134 2010-01-08 Joel Brobecker <brobecker@adacore.com>
5135
5136 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
5137 call, to avoid interruption.
5138
5139 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5140
5141 * gdb.stabs/weird.def (args93): New.
5142
5143 2010-01-07 Doug Evans <dje@google.com>
5144
5145 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
5146
5147 2010-01-07 Tom Tromey <tromey@redhat.com>
5148
5149 * gdb.base/source.exp: Use correct line number.
5150
5151 2010-01-05 Stan Shebs <stan@codesourcery.com>
5152
5153 * gdb.trace/tracecmd.exp: Test ftrace.
5154
5155 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5156
5157 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
5158
5159 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5160
5161 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
5162 "uint_for_mi_testing".
5163
5164 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5165
5166 Test indented comment in file being sourced.
5167 * gdb.base/commands.exp: Test indented comment in file being sourced.
5168
5169 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5170
5171 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
5172 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
5173 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
5174 notice.
5175
5176 2010-01-01 Joel Brobecker <brobecker@adacore.com>
5177
5178 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
5179 notice.
5180
5181 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5182
5183 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
5184 missing $after_stopped and comma (,) expectation.
5185
5186 2009-12-31 Stan Shebs <stan@codesourcery.com>
5187
5188 * gdb.trace/actions.exp: Test teval action.
5189
5190 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
5191
5192 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
5193 (top level): Call test_watchpoint_in_big_blob.
5194 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
5195 watchpoints.
5196 (func3): Write to buf.
5197
5198 2009-12-29 Stan Shebs <stan@codesourcery.com>
5199
5200 * gdb.trace/actions.exp: Test default-collect.
5201
5202 2009-12-28 Stan Shebs <stan@codesourcery.com>
5203
5204 * gdb.trace/tsv.exp: New file.
5205 * gdb.base/completion.exp: Update ambiguous info output.
5206
5207 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
5208
5209 * gdb.base/find.c (main): Reference search buffers.
5210 * gdb.base/included.c (main): Reference integer.
5211 * gdb.base/ptype.c (charfoo): Declare.
5212 (intfoo): Call charfoo.
5213 * gdb.base/scope0.c (useitp): New function.
5214 (usestatics): Use useitp.
5215 (useit): Add a type for val.
5216 * gdb.base/scope1.c (useit1): Take a pointer argument.
5217 (usestatics1): Update calls to useit1.
5218 * gdb.cp/call-c.cc: Declare foo.
5219 (main): Call foo.
5220 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
5221 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
5222 (main): Call C::ensureRefs and ensureOtherRefs.
5223 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
5224 variables.
5225 (ensureOtherRefs): New function.
5226 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
5227 * gdb.cp/templates.cc (main): Call t5i.value.
5228
5229 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5230
5231 Fix compatibility with G++-4.5.
5232 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
5233 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
5234 (uncaught return): Remove.
5235
5236 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5237 Phil Muldoon <pmuldoon@redhat.com>
5238
5239 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
5240 (bp_location13, bp_location14, bp_location17, bp_location18)
5241 (marker3_proto, marker4_proto): New variables.
5242 (breakpoint info): Update output.
5243 (run until breakpoint at marker3, run until breakpoint at marker4): New
5244 tests.
5245
5246 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
5249 Replace the printf call of Y by provided "y-set-1" label. New block
5250 for the second shared library.
5251 * gdb.base/unload.exp: Compile also the second library, call
5252 gdb_load_shlibs also for it. Use now gdb_breakpoint.
5253 (single pending breakpoint info): Rename to ...
5254 (pending breakpoint info before run): ... this extended test.
5255 (libfile2, libname2, libsrcfile2, libsrc2)
5256 (lib_sl2): New variables.
5257 (exec_opts): Set also SHLIB_NAME2.
5258 (pending breakpoint info on first run at shrfunc1)
5259 (pending breakpoint info on second run at shrfunc1)
5260 (pending breakpoint info on second run at shrfunc2)
5261 (print y from libfile, print y from libfile2): New tests.
5262 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
5263 * gdb.base/unloadshr2.c: New.
5264
5265 2009-12-22 Hui Zhu <teawater@gmail.com>
5266
5267 * gdb.reverse/sigall-reverse.exp: Adjust.
5268
5269 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
5270
5271 PR gdb/10884
5272
5273 * gdb.mi/var-cmd.c (do_bitfield_tests): New
5274 (main): Call do_bitfield_tests.
5275 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
5276
5277 2009-12-20 Joel Brobecker <brobecker@adacore.com>
5278
5279 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
5280 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
5281 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
5282 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
5283 gdb.modula2/unbounded1.c: Update copyright header.
5284
5285 2009-12-10 Chris Moller <moller@mollerware.com>
5286
5287 PR gdb/9399
5288 * gdb.cp/virtfunc2.exp: New tests
5289 * gdb.cp/virtfunc2.cc: New tests
5290 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
5291
5292 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
5293
5294 * gdb.reverse/i387-env-reverse.c: New file.
5295 * gdb.reverse/i387-env-reverse.exp: New file.
5296 * gdb.reverse/i387-stack-reverse.c: New file.
5297 * gdb.reverse/i387-stack-reverse.exp: New file.
5298
5299 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
5300
5301 * gdb.python/py-type.exp (test_range): New test.
5302
5303 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
5304
5305 PR python/10805
5306
5307 * gdb.python/py-type.exp: New file.
5308 * gdb.python/py-type.c: New file.
5309 * Makefile.in: Add py-type.
5310
5311 2009-12-03 Tom Tromey <tromey@redhat.com>
5312
5313 * gdb.python/py-value.exp (test_parse_and_eval): New
5314 function.
5315
5316 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5317
5318 PR gdb/11022
5319
5320 * gdb.base/pr11022.exp: New test.
5321 * gdb.base/pr11022.c: New test.
5322
5323 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5324
5325 Fix spurious false FAILs.
5326 * gdb.base/structs.c (chartest): New.
5327 (main): Fill-in chartest.
5328 * gdb.base/structs.exp (anychar_re, first): New.
5329 (start_structs_test): Import global anychar_re and first.
5330 New gdb_test call "set print elements 300; ${testfile}"
5331 (start_structs_test <$first>): New block.
5332 (any): Import global anychar_re. New variable ac. Use ${ac}.
5333
5334 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5335
5336 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
5337
5338 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
5339
5340 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
5341 Force $srcfile file.
5342 * gdb.base/foll-fork.c (callee): Comment out the printf call.
5343
5344 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5345
5346 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
5347 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5348 * gdb.threads/watchthreads-reorder.exp: Likewise.
5349
5350 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
5351
5352 PR gdb/8704
5353
5354 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
5355 "if", and "thread". Correct matching in the previous test.
5356
5357 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
5358
5359 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
5360
5361 2009-11-23 Michael Snyder <msnyder@vmware.com>
5362
5363 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
5364 * gdb.reverse-watch-precsave.exp: Ditto.
5365
5366 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
5367
5368 * gdb.asm/asm-source.exp: Adjust.
5369 * gdb.base/help.exp: Adjust.
5370
5371 2009-11-22 Pedro Alves <pedro@codesourcery.com>
5372
5373 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
5374 (do_syscall_tests_without_xml): Set data-directory to
5375 /the/path/to/nowhere.
5376
5377 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5378
5379 * gdb.threads/local-watch-wrong-thread.c,
5380 gdb.threads/local-watch-wrong-thread.exp: New files.
5381
5382 2009-11-21 Pedro Alves <pedro@codesourcery.com>
5383
5384 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
5385 assume new `regsub' syntax available.
5386
5387 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5388
5389 * gdb.base/watchpoint-hw-hit-once.exp,
5390 gdb.base/watchpoint-hw-hit-once.c: New.
5391
5392 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5393
5394 * gdb.threads/watchthreads-reorder.exp,
5395 gdb.threads/watchthreads-reorder.c: New.
5396
5397 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
5398
5399 * gdb.xml/tdesc-regs.exp: Use for m68k.
5400
5401 2009-11-15 Pedro Alves <pedro@codesourcery.com>
5402
5403 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
5404
5405 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5406
5407 * lib/gdb.exp (current_target_name): New procedure.
5408 (gdb_wrapper_target): New variable.
5409 (gdb_wrapper_init): Set gdb_wrapper_target.
5410 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
5411 wrapper.
5412
5413 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5414
5415 * gdb.base/remote.exp: Delete the slowest load test.
5416 Do not load with fixed packet sizes.
5417
5418 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5419
5420 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
5421
5422 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5423
5424 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
5425 srcfile when setting a breakpoint.
5426
5427 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
5428
5429 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
5430 macros.
5431
5432 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
5433
5434 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
5435 to be in memory.
5436 * gdb.base/display.c (force_mem): New.
5437 (do_loops): Use it. Add breakpoint comments.
5438 (do_vars): Add a breakpoint comment.
5439 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
5440 line numbers.
5441
5442 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
5443
5444 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
5445 instead of a bare "run".
5446
5447 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
5448
5449 * gdb.python/py-prettyprint.exp: Adjust.
5450
5451 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5452
5453 * lib/cell.exp (skip_cell_tests): Clean up test files before
5454 returning.
5455
5456 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5457
5458 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
5459 and the breakpoint menu. Do not call perror if a prompt is seen.
5460 Consume the following GDB prompt.
5461 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
5462 * gdb.cp/namespace.exp: Use gdb_test.
5463 * gdb.cp/templates.exp: Use gdb_test.
5464 (test_template_breakpoints): Use gdb_test_multiple.
5465
5466 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5467
5468 * gdb.base/break1.c (struct some_struct, values): Move earlier.
5469 (marker4): Reference values.
5470
5471 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5472
5473 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
5474 is missing.
5475
5476 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5477
5478 * gdb.base/break.c (need_malloc): New.
5479 * gdb.base/constvars.c (main): Reference crass and crisp.
5480 * gdb.base/gdb1821.c (main): Reference bar.
5481 * gdb.cp/gdb1355.cc (main): Reference s1.
5482 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
5483 (main): Call them.
5484 * gdb.cp/hang2.cc (dummy2): Define.
5485 * gdb.cp/hang3.cc (dummy3): Define.
5486 * gdb.cp/m-data.cc (main): Reference shadow.
5487
5488 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
5489 Nathan Froyd <froydnj@codesourcery.com>
5490
5491 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
5492 remote host.
5493
5494 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
5495
5496 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
5497 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
5498 * gdb.dwarf2/dw2-compressed.exp: Likewise.
5499 * gdb.dwarf2/dw2-intercu.exp: Likewise.
5500 * gdb.dwarf2/dw2-intermix.exp: Likewise.
5501 * gdb.dwarf2/dw2-producer.exp: Likewise.
5502 * gdb.dwarf2/mac-fileno.exp: Likewise.
5503 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
5504 py-prettyprint.py to the remote host.
5505 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
5506
5507 2009-11-11 Keith Seitz <keiths@redhat.com>
5508
5509 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
5510 use it instead of "Foo".
5511 * gdb.cp/classes.exp (do_tests): Add a test to access
5512 a method through a typedef'd class name.
5513
5514 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
5515
5516 * gdb.base/long_long.exp: Permit leading zeros on floating-point
5517 exponents.
5518 * gdb.base/pointers.exp: Likewise.
5519 * gdb.cp/ref-types.exp: Likewise.
5520
5521 2009-11-11 Keith Seitz <keiths@redhat.com>
5522
5523 * gdb.cp/cplusfuncs.cc (class foo): Add operators
5524 new[] and delete[].
5525 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
5526 "void".
5527 (probe_demangler): Remove all single-quoting of
5528 method and variable names.
5529 (info_func_regexp): Remove the word "void" from any
5530 occurrence of "(void)".
5531 (print_addr_2): Remove all single-quoting of
5532 method names.
5533 (print_addr_2_kfail): Likewise.
5534 (print_addr): Single-quote C function names before
5535 passing to print_addr_2.
5536 (test_paddr_operator_functions): Remove single-quoting
5537 for method names.
5538 Add tests for operator new[] and operator delete[].
5539
5540 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5541
5542 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
5543
5544 2009-11-09 Keith Seitz <keiths@redhat.com>
5545
5546 * gdb.cp/overload.exp: Add tests for resolving overloaded
5547 methods in expression parsing/evaluation.
5548
5549 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
5550
5551 * lib/gdb.exp (default_gdb_version): Use --version instead of
5552 --command.
5553
5554 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
5555
5556 * lib/gdb.exp (gdb_compile_test): New.
5557 (skip_ada_tests, skip_java_tests): New.
5558 (gdb_compile): Use gdb_compile_test for f77.
5559 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
5560 * lib/java.exp (compile_java_from_source): Remove runtests check,
5561 use gdb_compile_test to record result.
5562 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
5563 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
5564 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
5565 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
5566 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
5567 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
5568 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
5569 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
5570 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
5571 adjust gdb_compile invocations.
5572
5573 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5574
5575 * Makefile.in (abs_builddir): New.
5576 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
5577 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
5578 `$(abs_builddir)/site.exp'.
5579
5580 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
5581
5582 * config/m68k-emc.exp, lib/emc-support.exp,
5583 gdb.trace/gdb_c_test.c: Delete.
5584 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
5585 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5586 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5587 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5588 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5589 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
5590 casing for m68k-*-elf.
5591
5592 2009-11-03 Pedro Alves <pedro@codesourcery.com>
5593
5594 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
5595 * gdb.arch/i386-prologue.exp: Likewise.
5596 * gdb.arch/i386-unwind.exp: Likewise.
5597
5598 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5599
5600 * lib/gdb.exp (gdb_expect): Fix timeout typo.
5601
5602 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
5605
5606 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
5607
5608 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
5609
5610 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5611
5612 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
5613
5614 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
5617 * gdb.base/sepdebug2.c: New file.
5618
5619 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5620
5621 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
5622 the modified warnings for catch syscall. Verify if GDB was compiled
5623 with support for lib expat, and choose which tests to run depending
5624 on this.
5625
5626 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
5627
5628 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
5629 that composite commands are parsed OK. And also test
5630 that breakpoint commands do work.
5631
5632 2009-10-23 Michael Snyder <msnyder@vmware.com>
5633
5634 gdb.reverse/consecutive-precsave.exp: Change expect pattern
5635 to allow for new disassembly style.
5636
5637 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
5638
5639 * gdb.asm/asm-source.exp: Adjust.
5640
5641 2009-10-22 Michael Snyder <msnyder@vmware.com>
5642
5643 * gdb.reverse/break-precsave.exp: New test.
5644 * gdb.reverse/consecutive-precsave.exp: Ditto.
5645 * gdb.reverse/finish-precsave.exp: Ditto.
5646 * gdb.reverse/i386-precsave.exp: Ditto.
5647 * gdb.reverse/machinestate-precsave.exp: Ditto.
5648 * gdb.reverse/sigall-precsave.exp: Ditto.
5649 * gdb.reverse/solilb-precsave.exp: Ditto.
5650 * gdb.reverse/step-precsave.exp: Ditto.
5651 * gdb.reverse/until-precsave.exp: Ditto.
5652 * gdb.reverse/watch-precsave.exp: Ditto.
5653
5654 2009-10-22 Michael Snyder <msnyder@vmware.com>
5655
5656 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
5657 for gdb_expect. Adjust one test's expect strings for the new
5658 format of disassemble.
5659 * gdb.reverse/finish-reverse.exp: Delete 'return'.
5660 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
5661 gdb_test_multiple.
5662 * gdb.reverse/step-reverse.exp: Delete 'return'.
5663 * gdb.reverse/until-reverse.exp: Delete blank lines.
5664 * gdb.reverse/watch-reverse.exp: Delete blank lines.
5665
5666 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
5667
5668 * gdb.base/consecutive.exp: Adjust.
5669 * gdb.base/display.exp: Likewise.
5670 * gdb.base/pc-fp.exp: Likewise.
5671 * gdb.base/sigbpt.exp: Likewise.
5672
5673 2009-10-19 Michael Snyder <msnyder@vmware.com>
5674
5675 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
5676 * gdb.reverse/finish-reverse.c: Ditto.
5677 * gdb.reverse/sigall-reverse.c: Ditto.
5678 * gdb.reverse/solib-reverse.c: Ditto.
5679 * gdb.reverse/step-reverse.c: Ditto.
5680 * gdb.reverse/watch-reverse.c: Ditto.
5681
5682 2009-10-19 Pedro Alves <pedro@codesourcery.com>
5683 Stan Shebs <stan@codesourcery.com>
5684
5685 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
5686 * gdb.base/foll-exec.exp: Adjust to expect a process id before
5687 "Executing new program".
5688 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
5689 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
5690 left listed after having been killed.
5691 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
5692 * gdb.base/maint.exp: Adjust test.
5693
5694 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
5695 * gdb.multi/Makefile.in: New.
5696 * gdb.multi/base.exp: New.
5697 * gdb.multi/goodbye.c: New.
5698 * gdb.multi/hangout.c: New.
5699 * gdb.multi/hello.c: New.
5700 * gdb.multi/bkpt-multi-exec.c: New.
5701 * gdb.multi/bkpt-multi-exec.exp: New.
5702 * gdb.multi/crashme.c: New.
5703
5704 2009-10-13 Tristan Gingold <gingold@adacore.com>
5705
5706 * gdb.base/sepdebug.exp: Check debug info are found.
5707
5708 2009-10-08 Pedro Alves <pedro@codesourcery.com>
5709
5710 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
5711 bits.
5712
5713 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5714
5715 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
5716
5717 2009-10-07 Joel Brobecker <brobecker@adacore.com>
5718
5719 * gdb.base/watchpoints.c: Add copyright header. Reformat one
5720 of the comments.
5721
5722 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
5723
5724 * gdb.base/annota1.exp: Remove obsolete match_max increase.
5725 * gdb.base/annota3.exp: Idem.
5726 * gdb.base/maint.exp: Idem.
5727
5728 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5729
5730 * lib/gdb.exp (default_gdb_init): Set current value of match_max
5731 to default.
5732
5733 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5734
5735 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
5736 mingw and cygwin targets.
5737
5738 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
5739 Pedro Alves <pedro@codesourcery.com>
5740
5741 * lib/gdb.exp (gdb_compile): Avoid adding
5742 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
5743
5744 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5745
5746 * gdb.base/shr1.c: Use %p in format string.
5747 * gdb.base/unload.c: Avoid warning in fprintf.
5748 * gdb.base/watchpoint-solib.c: Idem.
5749
5750 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
5751
5752 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
5753 long type.
5754 (test_unlink): Correct printf string.
5755 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
5756 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
5757
5758 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
5761 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
5762 * gdb.arch/ia64-breakpoint-shadow.S: New file.
5763
5764 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5765
5766 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
5767 * gdb.objc/nondebug.exp: Likewise.
5768
5769 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5770
5771 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
5772 target_info setting.
5773
5774 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
5775 that detect new threads during "info threads".
5776
5777 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5778
5779 * gdb.threads/manythreads.c (main): Increase thread stack size
5780 to 2*PTHREAD_STACK_MIN.
5781 * gdb.threads/multi-create.c (main): Likewise.
5782 (create_function): Likewise.
5783
5784 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5785
5786 * gdb.base/dump.exp: Pass difference of pointer types instead
5787 of integer types as offset to restore in intarr3.srec case.
5788
5789 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5790
5791 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
5792
5793 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5794
5795 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
5796
5797 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
5798
5799 New test for two watchpoints, with disabling of
5800 the first inserted.
5801 * testsuite/gdb.base/watchpoints.c: New file.
5802 * testsuite/gdb.base/watchpoints.exp: New file.
5803
5804 2009-09-25 Tom Tromey <tromey@redhat.com>
5805
5806 * gdb.base/charset.exp: Test utf-16 strings with Python.
5807
5808 2009-09-25 Tom Tromey <tromey@redhat.com>
5809
5810 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
5811 UCS-4.
5812 * gdb.base/charset.c (utf_32_string): Rename.
5813 (init_utf32): Rename.
5814 (main): Update.
5815
5816 2009-09-22 Tom Tromey <tromey@redhat.com>
5817
5818 * gdb.python/py-function.exp: Add regression tests.
5819
5820 2009-09-21 Keith Seitz <keiths@redhat.com>
5821
5822 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
5823 with invalid operator.
5824
5825 2009-09-21 Keith Seitz <keiths@redhat.com>
5826
5827 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
5828 and destructor using typedef name of class.
5829 * gdb.cp/classes.cc (class Base1): Add a destructor.
5830 (base1): New typedef.
5831 (use_methods): Instanitate an object of type base1.
5832 * gdb.cp/templates.exp (test_template_typedef): New procedure.
5833 (do_tests): Call test_template_typedef.
5834 * gdb.cp/templates.cc (Baz::~Baz): New method.
5835 (intBazOne): New typedef.
5836 (main): Instantiate intBazOne.
5837
5838 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5839
5840 PR python/10633
5841
5842 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
5843 Function.
5844 (run_lang_tests): Add print elements test.
5845
5846 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
5847
5848 * gdb.python/py-value.exp (test_subscript_regression): New
5849 function. Test for invalid subscripts.
5850 * gdb.python/py-value.c (main): Add test array, and pointer to it.
5851 (ptr_ref): New function.
5852
5853 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5854
5855 * gdb.base/default.exp: Fix "show convenience".
5856
5857 2009-09-15 Tom Tromey <tromey@redhat.com>
5858
5859 * lib/mi-support.exp (mi_create_varobj): Update.
5860 (mi_create_floating_varobj): Likewise.
5861 (mi_create_dynamic_varobj): New proc.
5862 (mi_varobj_update): Update.
5863 (mi_varobj_update_with_type_change): Likewise.
5864 (mi_varobj_update_kv_helper): New proc.
5865 (mi_varobj_update_dynamic_helper): Rewrite.
5866 (mi_varobj_update_dynamic): New proc.
5867 (mi_list_varobj_children): Update.
5868 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
5869 * gdb.python/python-prettyprint.py (pp_outer): New class.
5870 (pp_nullstr): Likewise.
5871 (lookup_function): Register new printers.
5872 * gdb.python/python-prettyprint.c (struct substruct): New type.
5873 (struct outerstruct): Likewise.
5874 (substruct_test): New function.
5875 (struct nullstr): New type.
5876 (string_1, string_2): New globals.
5877 (main): Add new tests.
5878 * gdb.python/python-mi.exp: Added regression tests.
5879 * gdb.mi/mi2-var-display.exp: Update.
5880 * gdb.mi/mi2-var-cmd.exp: Update.
5881 * gdb.mi/mi2-var-child.exp: Update.
5882 * gdb.mi/mi2-var-block.exp: Update.
5883 * gdb.mi/mi-var-invalidate.exp: Update.
5884 * gdb.mi/mi-var-display.exp: Update.
5885 * gdb.mi/mi-var-cmd.exp: Update.
5886 * gdb.mi/mi-var-child.exp: Update.
5887 * gdb.mi/mi-var-block.exp: Update.
5888 * gdb.mi/mi-break.exp: Update.
5889 * gdb.mi/gdb701.exp: Update.
5890
5891 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5892
5893 * Makefile.in: Inclusion of catch-syscall object.
5894 * gdb.base/catch-syscall.c: New file.
5895 * gdb.base/catch-syscall.exp: New file.
5896
5897 2009-09-12 Michael Snyder <msnyder@vmware.com>
5898
5899 * gdb.reverse/step-reverse.exp: Explicitly check for targets
5900 that can support reverse debuggnig.
5901
5902 2009-09-11 Tom Tromey <tromey@redhat.com>
5903
5904 * gdb.dwarf2/valop.S: New file.
5905 * gdb.dwarf2/valop.exp: New file.
5906
5907 2009-09-11 Mark Kettenis <kettenis@gnu.org>
5908
5909 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
5910
5911 2009-09-10 Doug Evans <dje@google.com>
5912
5913 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
5914 Add $gdb_prompt to second breakpoint regexp.
5915
5916 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
5917
5918 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
5919 names, add missing ones.
5920 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
5921 * gdb.python/py-frame.c: Rename from python-frame.c.
5922 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
5923 testfile name.
5924 * gdb.python/py-function.exp: Rename from python-function.exp.
5925 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
5926 testfile name.
5927 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
5928 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
5929 Adjust testfile name.
5930 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
5931 * gdb.python/py-template.cc: Rename from python-template.cc.
5932 * gdb.python/py-template.exp: Rename from python-template.exp.
5933 Adjust testfile name.
5934 * gdb.python/py-value.c: Rename from python-value.c.
5935 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
5936 testfile name.
5937
5938 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5939
5940 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
5941 $bpt2address.
5942 (Second breakpoint address is valid on ia64)
5943 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
5944
5945 2009-09-03 Joseph Myers <joseph@codesourcery.com>
5946
5947 * gdb.base/ending-run.exp: Restrict regular expression matching
5948 line number to require closing brace following.
5949
5950 2009-09-03 Doug Evans <dje@google.com>
5951
5952 * gdb.base/store.exp (check_set): Fix typo in expected value message.
5953
5954 2009-09-02 Tom Tromey <tromey@redhat.com>
5955
5956 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
5957
5958 2009-09-02 Tom Tromey <tromey@redhat.com>
5959
5960 * gdb.dwarf2/callframecfa.exp: New file.
5961 * gdb.dwarf2/callframecfa.S: New file.
5962
5963 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5964
5965 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
5966 gdb.base/solib-overlap-main.c: New.
5967
5968 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
5969
5970 PR gdb/10565
5971
5972 * gdb.base/bitfields.c (struct container, container): New.
5973 (main): Initialize it and call break5.
5974 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
5975
5976 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 Support constant DW_AT_data_member_location by GCC PR debug/40659.
5979 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
5980
5981 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5982
5983 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
5984
5985 2009-08-26 Michael Snyder <msnyder@vmware.com>
5986
5987 * gdb.base/i386-reverse.c: New file.
5988 * gdb.base/i386-reverse.exp: New file.
5989 * gdb.base/Makefile.in: Add new files to be removed.
5990
5991 2009-08-26 Joseph Myers <joseph@codesourcery.com>
5992
5993 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
5994 environment-pwd for remote host.
5995 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
5996
5997 2009-08-24 Keith Seitz <keiths@redhat.com>
5998
5999 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
6000 Add two new C++ completer tests which limit the output to a
6001 given class.
6002
6003 2009-08-24 Michael Snyder <msnyder@vmware.com>
6004
6005 * gdb.base/del.exp: Fix typo in comment.
6006 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
6007
6008 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6009
6010 * configure: Regenerate.
6011 * gdb.hp/configure: Likewise.
6012 * gdb.hp/gdb.aCC/configure: Likewise.
6013 * gdb.hp/gdb.base-hp/configure: Likewise.
6014 * gdb.hp/gdb.compat/configure: Likewise.
6015 * gdb.hp/gdb.defects/configure: Likewise.
6016 * gdb.hp/gdb.objdbg/configure: Likewise.
6017 * gdb.stabs/configure: Likewise.
6018
6019 2009-08-19 Doug Evans <dje@google.com>
6020
6021 * gdb.base/gdbvars.c: New file.
6022 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
6023
6024 2009-08-14 Pedro Alves <pedro@codesourcery.com>
6025
6026 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6027 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
6028
6029 2009-08-13 Pedro Alves <pedro@codesourcery.com>
6030
6031 * gdb.base/default.exp: Adjust "set language test": it's now an
6032 enum command. Larger help string moved to "help set language".
6033 * gdb.base/help.exp: Adjust "help set language" expected output,
6034 now lists all known languages.
6035
6036 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
6037
6038 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
6039 all frame arguments.
6040 * gdb.arch/altivec-regs.exp: Likewise.
6041
6042 2009-08-07 Tom Tromey <tromey@redhat.com>
6043
6044 * gdb.base/setshow.exp: Add tests for changes to set language, set
6045 check range, and set check type.
6046
6047 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
6048
6049 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
6050 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
6051 Call it.
6052
6053 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6054
6055 * configure.ac: Run gdb.cell tests when appropriate.
6056 * configure: Regenerate.
6057 * lib/cell.exp: New file.
6058 * gdb.cell: New directory.
6059 * gdb.cell/configure.ac: New file.
6060 * gdb.cell/configure: New file.
6061 * gdb.cell/Makefile.in: New file.
6062 * gdb.cell/arch.exp: New file.
6063 * gdb.cell/break.c: New file.
6064 * gdb.cell/break.exp: New file.
6065 * gdb.cell/break-spu.c: New file.
6066 * gdb.cell/bt.c: New file.
6067 * gdb.cell/bt2-spu.c: New file.
6068 * gdb.cell/bt-spu.c: New file.
6069 * gdb.cell/bt.exp: New file.
6070 * gdb.cell/coremaker.c: New file.
6071 * gdb.cell/coremaker-spu.c: New file.
6072 * gdb.cell/core.exp: New file.
6073 * gdb.cell/gcore.exp: New file.
6074 * gdb.cell/data.c: New file.
6075 * gdb.cell/data.exp: New file.
6076 * gdb.cell/data-spu.c: New file.
6077 * gdb.cell/ea-cache.exp: New file.
6078 * gdb.cell/ea-cache.c: New file.
6079 * gdb.cell/ea-cache-spu.c: New file.
6080 * gdb.cell/ea-standalone.c: New file.
6081 * gdb.cell/ea-standalone.exp: New file.
6082 * gdb.cell/ea-test.c: New file.
6083 * gdb.cell/ea-test.exp: New file.
6084 * gdb.cell/f-regs.exp: New file.
6085 * gdb.cell/mem-access.c: New file.
6086 * gdb.cell/mem-access.exp: New file.
6087 * gdb.cell/mem-access-spu.c: New file.
6088 * gdb.cell/ptype.exp: New file.
6089 * gdb.cell/registers.exp: New file.
6090 * gdb.cell/size.c: New file.
6091 * gdb.cell/sizeof.exp: New file.
6092 * gdb.cell/size-spu.c: New file.
6093 * gdb.cell/solib.exp: New file.
6094 * gdb.cell/solib-symbol.exp: New file.
6095
6096 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6097
6098 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
6099
6100 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
6101
6102 * gdb.base/float.exp: Handle VFP registers.
6103
6104 2009-07-14 Michael Snyder <msnyder@vmware.com>
6105
6106 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
6107 to bring gdb to the beginning of the calling line.
6108
6109 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
6110 confusing the i386 epilogue unwinder.
6111
6112 2009-07-14 Stan Shebs <stan@codesourcery.com>
6113
6114 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
6115
6116 2009-07-14 Michael Snyder <msnyder@vmware.com>
6117
6118 * gdb.reverse/step-reverse.exp (stepi into function call):
6119 Call instruction may not be first instruction in the line.
6120 (reverse stepi from a function call): Used wrong line number.
6121
6122 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6123
6124 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
6125
6126 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6127
6128 Fix gdb.base/macscp.exp when using custom inputrc.
6129 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
6130 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
6131 env(TERM) set.
6132 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
6133 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
6134
6135 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
6138 * gdb.base/annota1.exp (thread_test): Import global $testfile.
6139 Change the compilation target to match the testcase name.
6140 * gdb.base/sect-cmd.exp: Change the compilation target to match the
6141 testcase name.
6142 * a2-run.exp: Use for setup prepare_for_testing. Change the
6143 compilation target to match the testcase name.
6144 * gdb.base/commands.exp: Likewise.
6145 * gdb.base/finish.exp: Likewise.
6146 * gdb.base/float.exp: Likewise.
6147 * gdb.base/info-target.exp: Likewise.
6148 * gdb.base/relational.exp: Likewise.
6149 * gdb.base/term.exp: Likewise.
6150 * gdb.base/until.exp: Likewise.
6151 * gdb.base/volatile.exp: Likewise.
6152 * gdb.base/whatis-exp.exp: Likewise.
6153
6154 2009-07-11 Hui Zhu <teawater@gmail.com>
6155
6156 * gdb.base/help.exp (disassemble): Update expected help text.
6157
6158 2009-07-09 Tom Tromey <tromey@redhat.com>
6159
6160 * lib/gdb.exp: Handle TRANSCRIPT.
6161 (remote_spawn, remote_close, send_gdb): New procs.
6162
6163 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
6164
6165 * gdb.python/python-prettyprint.c: Add counted null string
6166 structure.
6167 * gdb.python/python-prettyprint.exp: Print null string. Test for
6168 embedded nulls.
6169 * gdb.python/python-prettyprint.py (pp_ns): New Function.
6170 * gdb.python/python-value.exp (test_value_in_inferior): Add
6171 variable length string fetch tests.
6172 * gdb.python/python-value.c (main): Add strings for string fetch tests.
6173
6174 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6175
6176 * gdb.base/dump.exp (inaccessible memory is reported): New test.
6177
6178 2009-07-07 Tom Tromey <tromey@redhat.com>
6179
6180 * gdb.base/call-rt-st.exp: Update for change to escape output.
6181 * gdb.base/callfuncs.exp: Likewise.
6182 * gdb.base/charset.exp: Likewise.
6183 * gdb.base/constvars.exp: Likewise.
6184 * gdb.base/long_long.exp: Likewise.
6185 * gdb.base/pointers.exp: Likewise.
6186 * gdb.base/printcmds.exp: Likewise.
6187 * gdb.base/setvar.exp: Likewise.
6188 * gdb.base/store.exp: Likewise.
6189 * gdb.cp/ref-types.exp: Likewise.
6190 * gdb.mi/mi-var-child.exp: Likewise.
6191 * gdb.mi/mi-var-display.exp: Likewise.
6192 * gdb.mi/mi2-var-display.exp: Likewise.
6193 * gdb.base/charset.exp: Test octal escape sequence length.
6194 Update for change to escape output.
6195
6196 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
6199
6200 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
6201
6202 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
6203
6204 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6205
6206 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
6207 gdbserver increasing $portnum if "Can't bind address" has been seen.
6208
6209 2009-07-05 Pedro Alves <pedro@codesourcery.com>
6210
6211 * gdb.base/ending-run.exp: Add "step out of main" pattern for
6212 mingw32ce.
6213
6214 2009-07-05 Pedro Alves <pedro@codesourcery.com>
6215
6216 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
6217 VFP format.
6218
6219 2009-07-02 Pedro Alves <pedro@codesourcery.com>
6220
6221 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
6222 linux. Adjust to use "inferior", "info inferiors", "detach
6223 inferior" and "kill inferior" instead of "restart", "info fork",
6224 "detach fork" and "delete fork".
6225 * gdb.base/ending-run.exp: Spell out "info".
6226 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
6227 the "kill" command.
6228
6229 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6230
6231 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
6232 change to prefix TLS offset in hex with 0x.
6233
6234 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6235
6236 * gdb.base/default.exp: Update test case for "x" changes.
6237
6238 2009-07-01 Tristan Gingold <gingold@adacore.com>
6239
6240 * gdb.base/bigcore.exp: Make darwin untested.
6241
6242 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.base/completion.exp (directory completion): Create the directory.
6245 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
6246 escapeuniquesub.
6247 (directory completion 2): Expect now ${escapeuniquesub}.
6248 (Glob remaining of directory test): Remove one excessive newline.
6249 Expect the real output.
6250
6251 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6252
6253 Fix `make check//%' target after `make check' has been ran.
6254 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
6255 a mkdir call.
6256 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
6257 (%/.dir): Remove.
6258
6259 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
6262 the expected result record.
6263
6264 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6265
6266 Remove racy FAILs relying just on the timeouts.
6267 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
6268 (annotation_level 2): Remove racy FAILs.
6269
6270 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
6271
6272 gdb/10275
6273 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
6274
6275 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
6276
6277 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
6278
6279 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
6280
6281 * gdb.mi/mi-stack.exp: Testing symbolic options
6282 to -stack-list-locals and -stack-list-arguments.
6283
6284 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6285
6286 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
6287
6288 2009-06-29 Tom Tromey <tromey@redhat.com>
6289
6290 * dg-extract-results.sh: New file.
6291 * Makefile.in (FORCE_PARALLEL): New variable.
6292 (CHECK_TARGET): New conditional variable.
6293 (check): Use CHECK_TARGET.
6294 (DO_RUNTEST): New variable.
6295 (check-single): New target.
6296 (TEST_DIRS): New variable.
6297 (TEST_TARGETS): Likewise.
6298 (check-parallel): New target.
6299 (check-gdb.%): New pattern.
6300 (BASE1_FILES): New variable.
6301 (BASE2_FILES): Likewise.
6302 (check-gdb.base%): New pattern.
6303 (%/.dir): New pattern.
6304 * configure: Rebuild.
6305 * aclocal.m4 (AM_CONDITIONAL): New defun.
6306 * configure.ac: Check whether user is using GNU make.
6307 (GMAKE): New conditional.
6308
6309 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
6310
6311 * gdb.cp/namespace-nested-import.cc: New test.
6312 * gdb.cp/namespace-nested-import.exp: New test.
6313
6314 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
6315
6316 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
6317 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
6318 * gdb.opt/Makefile.in (EXECUTABLES): Update.
6319 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
6320 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
6321 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
6322 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
6323 gdb.opt/inline-markers.c: New files.
6324 * lib/gdb.exp (skip_inline_frame_tests): New function.
6325 (skip_inline_var_tests): New function.
6326
6327 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
6328
6329 * gdb.cp/exception.exp: Don't require $hex before inner frame in
6330 backtrace.
6331
6332 2009-06-27 Michael Snyder <msnyder@vmware.com>
6333
6334 * gdb.reverse: New directory.
6335 * gdb.reverse/break-reverse.c: New test.
6336 * gdb.reverse/break-reverse.exp: New test.
6337 * gdb.reverse/consecutive-reverse.c: New test.
6338 * gdb.reverse/consecutive-reverse.exp: New test.
6339 * gdb.reverse/finish-reverse.c: New test.
6340 * gdb.reverse/finish-reverse.exp: New test.
6341 * gdb.reverse/machinestate.c: New test.
6342 * gdb.reverse/ms1.c: New test.
6343 * gdb.reverse/machinestate.exp: New test.
6344 * gdb.reverse/Makefile.in: New file.
6345 * gdb.reverse/shr2.c: New test.
6346 * gdb.reverse/solib-reverse.c: New test.
6347 * gdb.reverse/solib-reverse.exp: New test.
6348 * gdb.reverse/step-reverse.c: New test.
6349 * gdb.reverse/step-reverse.exp: New test.
6350 * gdb.reverse/until-reverse.c: New test.
6351 * gdb.reverse/ur1.c: New test.
6352 * gdb.reverse/until-reverse.exp: New test.
6353 * gdb.reverse/watch-reverse.c: New test.
6354 * gdb.reverse/watch-reverse.exp: New test.
6355 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
6356 * configure: Regenerate.
6357
6358 2009-06-26 Doug Evans <dje@google.com>
6359
6360 * gdb.base/psymtab.exp: Turn off pending breakpoints.
6361
6362 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
6363
6364 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
6365 windows problem for 'file delete $binfile'.
6366
6367 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
6368
6369 * gdb.cp/namespace-using.exp: New test.
6370 * gdb.cp/namespace-using.cc: New test.
6371
6372 2009-05-20 Joel Brobecker <brobecker@adacore.com>
6373
6374 * gdb.ada/variant_record_packed_array: New testcase.
6375
6376 2009-06-23 Tom Tromey <tromey@redhat.com>
6377
6378 * gdb.base/charset.exp (test_combination): Regression test.
6379 * gdb.base/charset.c (my_wchar_t): New typedef.
6380 (myvar): New global.
6381 (main): Set myvar.
6382
6383 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
6384
6385 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
6386 target.
6387
6388 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6389
6390 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
6391
6392 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6393
6394 * gdb.mi/gdb680.exp: Update test for error message.
6395
6396 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6397
6398 * gdb.base/annota1.exp: Allow multiple occurrences of the
6399 frames-invalid annotation.
6400 * gdb.cp/annota2.exp: Likewise.
6401
6402 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
6403
6404 * gdb.cp/gdb2495.cc: New file.
6405 * gdb.cp/gdb2495.exp: New file.
6406
6407 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6408
6409 Report error on GDB crash during runto.
6410 * lib/gdb.exp (runto <eof>): New.
6411
6412 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
6413
6414 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
6415 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
6416 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
6417 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
6418 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
6419 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
6420 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
6421 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
6422 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
6423 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
6424 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
6425 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
6426 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
6427 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
6428 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
6429 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
6430 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
6431 gdb.server/server-mon.exp, gdb.server/server-run.exp,
6432 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
6433 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
6434 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
6435 gdb.trace/passcount.exp, gdb.trace/report.exp,
6436 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
6437 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
6438 gdb.trace/while-stepping.exp: Use a unique name for the compiled
6439 executable.
6440
6441 2009-06-07 Pedro Alves <pedro@codesourcery.com>
6442
6443 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
6444 defined before referencing it.
6445
6446 2009-06-03 Doug Evans <dje@google.com>
6447
6448 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
6449 * gdb.arch/i386-see.c: Ditto.
6450
6451 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
6452
6453 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
6454 (check_macro): Return 1 if undefined.
6455 If first test fails, check if macro debug information is available,
6456 and report unsupported test if no macro information is found.
6457
6458 2009-05-29 Doug Evans <dje@google.com>
6459
6460 * gdb.threads/hand-call-in-threads.exp: New.
6461 * gdb.threads/hand-call-in-threads.c: New.
6462
6463 2009-05-29 Michael Snyder <msnyder@vmware.com>
6464
6465 * gdb.base/break-always.exp: Change "1" to "on".
6466 Add confirmation check.
6467
6468 2009-05-28 Pedro Alves <pedro@codesourcery.com>
6469
6470 * gdb.threads/threxit-hop-specific.c: New.
6471 * gdb.threads/threxit-hop-specific.exp: New.
6472 * gdb.threads/thread-execl.c: New.
6473 * gdb.threads/thread-execl.exp: New.
6474
6475 2009-05-27 Tom Tromey <tromey@redhat.com>
6476 Thiago Jung Bauermann <bauerman@br.ibm.com>
6477
6478 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
6479 (mi_child_regexp): Likewise.
6480 (mi_list_varobj_children_range): Likewise.
6481 (mi_get_features): Likewise.
6482 (mi_list_varobj_children): Rewrite.
6483 * gdb.python/python-mi.exp: New file.
6484
6485 2009-05-27 Tom Tromey <tromey@redhat.com>
6486 Thiago Jung Bauermann <bauerman@br.ibm.com>
6487 Phil Muldoon <pmuldoon@redhat.com>
6488 Paul Pluzhnikov <ppluzhnikov@google.com>
6489
6490 * gdb.python/python-prettyprint.exp: New file.
6491 * gdb.python/python-prettyprint.c: New file.
6492 * gdb.python/python-prettyprint.py: New file.
6493 * gdb.base/display.exp: print/r is now valid.
6494
6495 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
6496 Tom Tromey <tromey@redhat.com>
6497 Pedro Alves <pedro@codesourcery.com>
6498 Paul Pluzhnikov <ppluzhnikov@google.com>
6499
6500 * gdb.python/python-template.exp: New file.
6501 * gdb.python/python-template.cc: New file.
6502 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6503 tests.
6504 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6505 Call it.
6506 (test_value_after_death): New proc.
6507 * gdb.python/python-value.c (PTR): New typedef.
6508 (main): New variable 'x'.
6509
6510 2009-05-27 Tom Tromey <tromey@redhat.com>
6511
6512 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
6513 tests.
6514 * gdb.python/python-value.exp (py_objfile_tests): New proc.
6515 Call it.
6516
6517 2009-05-27 Pedro Alves <pedro@codesourcery.com>
6518
6519 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
6520
6521 2009-05-24 Pedro Alves <pedro@codesourcery.com>
6522
6523 * gdb.threads/fork-thread-pending.c: New.
6524 * gdb.threads/fork-thread-pending.exp: New.
6525
6526 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6527
6528 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
6529 * gdb.dwarf2/dw2-strp.S (a_string2): New.
6530
6531 2009-05-18 Jon Beniston <jon@beniston.com>
6532
6533 * gdb.asm/asm-source.exp: Add lm32 target.
6534
6535 2009-05-17 Pedro Alves <pedro@codesourcery.com>
6536
6537 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
6538 `gdb_get_line_number'. Call `callee' in both parent and child.
6539 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
6540 `gdb_get_line_number' instead of hardcoding line numbers.
6541 (catch_fork_unpatch_child): New procedure to test detaching
6542 breakpoints from child fork.
6543 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
6544 hardcoding line numbers.
6545 (do_fork_tests): Run `catch_fork_unpatch_child'.
6546
6547 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
6548
6549 * gdb.mi/mi-cmd-var.exp: Check that when varobj
6550 of structure type enters or leaves the scope, it
6551 is reported by -var-update.
6552
6553 2009-05-11 Doug Evans <dje@sebabeach.org>
6554
6555 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
6556 * gdb.threads/pending-step.c (main): Fix off-by-one error.
6557 * gdb.threads/schedlock.c (main): Fix off-by-one error.
6558
6559 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6560
6561 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
6562
6563 2009-04-30 Doug Evans <dje@google.com>
6564
6565 * gdb.threads/watchthreads2.exp: New testcase.
6566 * gdb.threads/watchthreads2.c: New testcase.
6567
6568 2009-04-29 Doug Evans <dje@google.com>
6569
6570 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
6571 * gdb.cp/mb-ctor.cc: Ditto.
6572 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
6573 * gdb.cp/mb-inline.h (multi_line_foo): New function.
6574 * gdb.cp/mb-inline1.cc: Call it.
6575 * gdb.cp/mb-inline2.cc: Ditto.
6576 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
6577 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
6578
6579 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
6582 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
6583 Replace all uses of `decimal' by `nonzero'.
6584 (info macro FROM_COMMANDLINE): New test.
6585
6586 2009-04-27 Tom Tromey <tromey@redhat.com>
6587
6588 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
6589
6590 2009-04-27 Doug Evans <dje@google.com>
6591
6592 * gdb.threads/watchthreads.c (main): Initialize args before starting
6593 the threads. Plus formatting cleanup.
6594 * gdb.threads/watchthreads.exp: Avoid errant failures due to
6595 biased scheduling of one thread.
6596
6597 2009-04-27 Jerome Guitton <guitton@adacore.com>
6598
6599 * gdb.cp/templates.cc (GetMax): New template.
6600 (main): Declare two instances of GetMax.
6601 * gdb.cp/templates.exp: Add new test.
6602
6603 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
6606
6607 2009-04-22 Joseph Myers <joseph@codesourcery.com>
6608
6609 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
6610
6611 2009-04-15 Tom Tromey <tromey@redhat.com>
6612
6613 * gdb.base/charset.exp: Add regression test.
6614
6615 2009-04-14 Joel Brobecker <brobecker@adacore.com>
6616
6617 * gdb.base/exe-lock.exp: New testcase.
6618
6619 2009-04-13 Tom Tromey <tromey@redhat.com>
6620
6621 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
6622 operator on Frame.
6623
6624 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6625
6626 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
6627 * gdb.server/ext-attach.exp: Likewise.
6628
6629 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
6630
6631 Eliminate some sleep usage.
6632
6633 * gdb.mi/basics.c (do_nothing): New.
6634 (main): Use do_nothing instead of printf, so that
6635 not to introduce race condition between output of
6636 inferiour and output of gdb. Do not use sleep as it
6637 is not generally available on embedded targets.
6638
6639 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6640
6641 * gdb.server/ext-attach.exp: Expect an optional process id after
6642 "Detached from remote process".
6643
6644 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
6647 gdb.dwarf2/dw2-unresolved.exp: New.
6648
6649 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6650
6651 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
6652 mi_run_to_main.
6653
6654 2009-04-02 Pedro Alves <pedro@codesourcery.com>
6655
6656 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
6657 mi_run_to_main. Skip thread exit test on remote targets.
6658 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
6659 mi_run_to_main.
6660 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
6661 mi_run_to_main.
6662 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
6663 when expecting ^connected. Detect when the target doesn't support
6664 non-stop mode.
6665 (mi_run_cmd): Detect if non-stop mode was requested by isn't
6666 supported. Return -1 on error, 0 on success.
6667 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
6668 (mi_runto): Return mi_runto_helper's result explicitly.
6669
6670 2009-04-01 Pedro Alves <pedro@codesourcery.com>
6671
6672 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
6673
6674 2009-04-01 Tom Tromey <tromey@redhat.com>
6675
6676 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
6677 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
6678 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
6679 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
6680
6681 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
6682 Jan Kratochvil <jan.kratochvil@redhat.com>
6683
6684 PR gdb/931
6685 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
6686 output.
6687 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
6688 for gdb/931.
6689 * dw2-strp.S (DW_AT_language): Change to C++.
6690 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
6691
6692 2009-03-31 Joel Brobecker <brobecker@adacore.com>
6693
6694 * gdb.ada/tasks: New testcase.
6695
6696 2009-03-30 Stan Shebs <stan@codesourcery.com>
6697
6698 * gdb.trace/actions.exp: Update to match new info trace format.
6699 * gdb.trace/deltrace.exp: Ditto.
6700 * gdb.trace/infotrace.exp: Ditto.
6701 * gdb.trace/passcount.exp: Ditto.
6702 * gdb.trace/save-trace.exp: Ditto.
6703 * gdb.trace/while-stepping.exp: Ditto.
6704 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
6705
6706 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6707
6708 * gdb.python/python-frame.c: New file.
6709 * gdb.python/python-frame.exp: New file.
6710
6711 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
6712
6713 * gdb.python/python-value.exp: Add tests for the address
6714 attribute.
6715
6716 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
6717
6718 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
6719
6720 2009-03-26 Doug Evans <dje@google.com>
6721
6722 * gdb.mi/mi-nonstop-exit.exp: New file.
6723 * gdb.mi/non-stop-exit.c: New file.
6724
6725 2009-03-26 Tom Tromey <tromey@redhat.com>
6726
6727 Update for change to prologue skipping:
6728 * gdb.mi/mi2-simplerun.exp: Update.
6729 * gdb.mi/mi2-break.exp: Update.
6730 * gdb.mi/mi-simplerun.exp: Update.
6731 * gdb.mi/mi-break.exp: Update.
6732 * gdb.base/ending-run.exp: Update.
6733
6734 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
6735
6736 * gdb.python/python-value.exp (test_value_in_inferior): Test
6737 gdb.Value.is_optimized_out attribute.
6738
6739 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 * gdb.dwarf2/dw2-noloc-main.c: New file.
6742 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
6743 (.text): Remove.
6744 (.data): New.
6745 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
6746 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
6747 (DW_TAG_subprogram func_cu1, noloc): Remove.
6748 (main): New.
6749 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
6750 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
6751 (file_symbols): New procedure.
6752
6753 2009-03-25 Tom Tromey <tromey@redhat.com>
6754
6755 * gdb.base/charset.exp (valid_target_charset): New proc.
6756 Use it to skip tests on invalid charsets.
6757
6758 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
6759
6760 * gdb.base/completion.exp: Add a test for directory completion.
6761
6762 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 Fix a racy FAIL.
6765 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
6766 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
6767
6768 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
6769
6770 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
6771 * gdb.python/python-function.exp: Add test for function returning
6772 a GDB value.
6773
6774 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
6775
6776 * gdb.python/python-function.exp: New file.
6777
6778 2009-03-20 Tom Tromey <tromey@redhat.com>
6779
6780 * gdb.base/store.exp: Update for change to escape output.
6781 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
6782 to escape output.
6783 * gdb.base/pointers.exp: Update for change to escape output.
6784 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
6785 to escape output.
6786 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
6787 escape output.
6788 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
6789 to escape output.
6790 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
6791 escape output.
6792 * gdb.base/setvar.exp: Update for change to escape output.
6793 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
6794 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
6795 to escape output.
6796 (test_print_string_constants): Likewise.
6797 * gdb.base/charset.exp (valid_host_charset): Check size of
6798 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
6799 cases. Handle "auto"-related output.
6800 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
6801 (uvar, Uvar): New globals.
6802
6803 2009-03-19 Jerome Guitton <guitton@adacore.com>
6804
6805 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
6806 deltas.
6807 * gdb.ada/fixed_points.exp: Ditto.
6808
6809 2009-03-18 Pedro Alves <pedro@codesourcery.com>
6810
6811 * return-nodebug.c: Don't include stdio.h.
6812 (init): Delete.
6813 (func): Delete definition and provide extern declaration.
6814 (t): New.
6815 (main): Don't call printf. Call func and store its result in t.
6816 * return-nodebug1.c: New.
6817 * return-nodebug.exp: Don't expect stdio output. Instead, print
6818 the global variable t. Drop printf formatters and cast types from
6819 foreach loop. Don't use prepare_for_testing. Compile
6820 return-nodebug.c and return-nodebug1.c in separate steps. Don't
6821 define FORMAT or CAST.
6822
6823 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6824
6825 * gdb.base/solib-display.exp: Disable test for remote targers.
6826
6827 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6828
6829 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
6830
6831 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6832
6833 Fix a racy FAIL.
6834 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
6835 code from `follow parent, print pids'.
6836 (`follow child, print pids', `follow parent, print pids'): Call it.
6837 Replace `gdb_test "break..."' by gdb_breakpoint.
6838
6839 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
6840
6841 * gdb.mi/mi-cli.exp: Adjust for output difference in
6842 sync and async modes.
6843
6844 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6845
6846 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
6847 that was checked in by mistake. Remove loading of ada.exp, since
6848 this is not necessary in this case.
6849
6850 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6851
6852 * gdb.ada/ptype_arith_binop.exp: New testcase.
6853
6854 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6855
6856 * gdb.ada/mod_from_name: New testcase.
6857
6858 2009-03-12 Joel Brobecker <brobecker@adacore.com>
6859
6860 * gdb.ada/tick_last_segv: New testcase.
6861
6862 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6863
6864 * gdb.mi/mi-cli.exp: Remove debug print.
6865
6866 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
6867
6868 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
6869 include the token in ^running and frame info in *stopped.
6870
6871 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6872
6873 * solib-display.exp: New file.
6874 * solib-display-main.c: New file.
6875 * solib-display-lib.c: New file.
6876
6877 2009-03-05 Pedro Alves <pedro@codesourcery.com>
6878
6879 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
6880
6881 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6882
6883 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
6884 (list_and_check_macro): Use more specific test name.
6885 (next to definition): Make the test names unique.
6886
6887 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
6888
6889 * gdb.pascal/floats.exp: Accept approximate results everywhere.
6890
6891 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6892
6893 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
6894 notifications.
6895 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
6896 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
6897 * lib/mi-support.exp (library_loaded_re): New.
6898 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
6899
6900 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
6901
6902 * gdb.gdb/observer.exp: Use test_notification observer, not
6903 normal_stop, everywhere.
6904 (test_normal_stop_notifications): Rename to...
6905 (test_notifications): ...this.
6906 (test_observer_normal_stop): Rename to...
6907 (test_observer): ...this.
6908
6909 2009-02-16 Doug Evans <dje@google.com>
6910
6911 * gdb.arch/amd64-disp-step.S (test_int3): New test.
6912 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
6913 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
6914 (test_prefixed_syscall,test_int3): New tests.
6915 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
6916 (test_prefixed_syscall,test_int3): New tests.
6917
6918 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
6919
6920 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
6921 (mi_expect_interrupt): Likewise.
6922 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
6923 response.
6924
6925 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6926
6927 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
6928 * gdb.base/pc-fp.exp (get_valueofx): Remove.
6929 Replace calls to get_valueofx by get_hexadecimal_valueof.
6930
6931 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
6932
6933 * lib/gdb.exp (get_valueof): Accept anything as a return value.
6934 (get_integer_valueof): New procedure.
6935 (get_sizeof): Use new get_integer_value_of.
6936 * gdb.base/sizeof.exp: Replace all uses of get_valueof
6937 by get_integer_valueof.
6938
6939 2009-02-13 Tom Tromey <tromey@redhat.com>
6940
6941 * gdb.base/remote.exp (get_sizeof): Remove.
6942 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
6943 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
6944 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
6945 * lib/gdb.exp (get_valueof): Move from long_long.exp.
6946 (get_sizeof): Likewise.
6947
6948 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6949
6950 PR fortran/9806
6951 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
6952
6953 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6954
6955 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
6956
6957 2009-02-06 Pedro Alves <pedro@codesourcery.com>
6958
6959 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
6960
6961 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6962
6963 * gdb.python/python-cmd.exp: New file.
6964
6965 2009-02-06 Tristan Gingold <gingold@adacore.com>
6966
6967 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
6968
6969 2009-02-05 Tristan Gingold <gingold@adacore.com>
6970
6971 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
6972 pointer is dereferenced and use this signal name in regexp.
6973 * gdb.base/signull.exp: Ditto.
6974 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
6975 * gdb.base/signull.c (main): Ditto.
6976
6977 2009-02-04 Tom Tromey <tromey@redhat.com>
6978 Thiago Jung Bauermann <bauerman@br.ibm.com>
6979
6980 * gdb.python/python-value.exp: Use `gdb.history' instead of
6981 `gdb.value_from_history'.
6982 (test_value_numeric_ops): Add test for conversion of enum constant.
6983 * gdb.python/python-value.c (enum e): New type.
6984 (evalue): New global.
6985 (main): Use argv.
6986
6987 2009-02-04 Jerome Guitton <guitton@adacore.com>
6988
6989 * gdb.ada/uninitialized_vars: New test program.
6990 * gdb.ada/uninitialized_vars.exp: New testcase.
6991
6992 2009-02-02 Tom Tromey <tromey@redhat.com>
6993
6994 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
6995 * gdb.cp/pr2489.cc: Rename...
6996 * gdb.cp/pr9594.cc: ... to this.
6997
6998 2009-02-02 Tom Tromey <tromey@redhat.com>
6999
7000 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
7001 * gdb.cp/pr2489.cc: New file.
7002 * gdb.cp/cpcompletion.exp: New file.
7003
7004 2009-02-02 Tom Tromey <tromey@redhat.com>
7005
7006 PR exp/9059:
7007 * gdb.cp/call-c.exp: Add regression test.
7008 * gdb.cp/call-c.cc (FooHandle): New typedef.
7009 (main): New variable 'handle'.
7010
7011 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7012
7013 * lib/mi-support.exp (et_mi_thread_list)
7014 (check_mi_and_console_threads): Adjust for current thread in
7015 -thread-list-ids output.
7016
7017 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
7018
7019 * gdb.mi/mi-break.exp (test_disabled_creation): New.
7020 Call it.
7021
7022 2009-01-28 Doug Evans <dje@google.com>
7023
7024 * gdb.arch/amd64-disp-step.S: New file.
7025 * gdb.arch/amd64-disp-step.exp: New file.
7026 * gdb.arch/i386-disp-step.S: New file.
7027 * gdb.arch/i386-disp-step.exp: New file.
7028
7029 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
7030
7031 * gdb.base/find.exp: Set newline variable
7032 using quotes instead of braces to fix cygwin failures.
7033
7034 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7035
7036 * gdb.base/radix.exp: Add tests to ensure that that set
7037 input-radix 0 and set output-radix 0 are really rejected.
7038
7039 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7040
7041 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
7042 copyright years.
7043
7044 2009-01-23 Pedro Alves <pedro@codesourcery.com>
7045
7046 PR gdb/9664:
7047 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
7048
7049 2009-01-22 Pedro Alves <pedro@codesourcery.com>
7050
7051 PR c++/9631:
7052 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
7053
7054 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
7055
7056 * gdb.server/file-transfer.exp: Use EXEEXT variable for
7057 binfile definition to fix Windows OS failure.
7058
7059 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
7060
7061 PR gdb/9346
7062 * gdb.base/interrupt.c (sigint_handler): New.
7063 (main): Install a SIGINT handler if SIGNALS is defined. Exit
7064 on error.
7065 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
7066 Test "signal SIGINT".
7067
7068 2009-01-19 Doug Evans <dje@google.com>
7069
7070 * gdb.base/break.exp: Update expected gdb output.
7071 * gdb.base/sepdebug.exp: Ditto.
7072 * gdb.mi/mi-syn-frame.exp: Ditto.
7073 * gdb.mi/mi2-syn-frame.exp: Ditto.
7074 * gdb.base/call-signal-resume.exp: New file.
7075 * gdb.base/call-signals.c: New file.
7076 * gdb.base/unwindonsignal.exp: New file.
7077 * gdb.base/unwindonsignal.c: New file.
7078 * gdb.threads/interrupted-hand-call.exp: New file.
7079 * gdb.threads/interrupted-hand-call.c: New file.
7080 * gdb.threads/thread-unwindonsignal.exp: New file.
7081
7082 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
7083
7084 * gdb.base/define.exp: Test defining and hooking prefix commands.
7085 * gdb.python/python.exp: Update test for "show user" output.
7086
7087 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7088
7089 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
7090 now the output exactly, using less wildcards. Expect also the output
7091 of gfortran-4.3. Update for the f-valprint.c modification from
7092 2008-04-22.
7093 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
7094 Remove gdb_test test names where matching the command.
7095
7096 2009-01-01 Pedro Alves <pedro@codesourcery.com>
7097
7098 PR breakpoints/9681:
7099 * gdb.base/watchpoint.exp: Add regression test.
7100
7101 2008-12-31 Pedro Alves <pedro@codesourcery.com>
7102
7103 * gdb.threads/attach-into-signal.exp: Don't use
7104 gdb_suppress_entire_file.
7105 * gdb.threads/attach-stopped.exp: Ditto.
7106 * gdb.threads/attachstop-mt.exp: Ditto.
7107
7108 2008-12-31 Pedro Alves <pedro@codesourcery.com>
7109
7110 PR gdb/8812:
7111 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
7112
7113 2008-12-29 Pedro Alves <pedro@codesourcery.com>
7114
7115 PR gdb/7536:
7116 * gdb.base/radix.exp: Add tests to ensure invalid input radices
7117 and unsupported output radices are really rejected.
7118
7119 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7120
7121 * gdb.cp/punctuator.exp: Backslash the '$' signs.
7122
7123 2008-12-22 Tom Tromey <tromey@redhat.com>
7124
7125 * gdb.cp/punctuator.exp: New file.
7126
7127 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7128
7129 * gdb.base/completion.exp (Completing non-existing component): New test.
7130
7131 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7132
7133 Fix for PR gdb/8648.
7134 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
7135 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
7136 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
7137 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
7138
7139 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7140
7141 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
7142
7143 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
7144
7145 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
7146 compiler actually generate code at the expected line number.
7147
7148 2008-12-15 Jie Zhang <jie.zhang@analog.com>
7149
7150 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
7151
7152 2008-12-12 Tom Tromey <tromey@redhat.com>
7153
7154 * gdb.base/commands.exp (redefine_hook_test): New proc.
7155 Call it.
7156
7157 2008-12-11 Tom Tromey <tromey@redhat.com>
7158
7159 * gdb.base/macscp.exp: New regression test.
7160
7161 2008-12-11 Tom Tromey <tromey@redhat.com>
7162
7163 * gdb.base/macscp.exp: Print "address.addr".
7164 * gdb.base/macscp1.c (struct outer): New struct.
7165 (address): New global.
7166
7167 2008-12-09 Tom Tromey <tromey@redhat.com>
7168
7169 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
7170 Call it.
7171
7172 2008-12-04 Doug Evans <dje@google.com>
7173
7174 * gdb.server/ext-run.exp: Relax regexp for init program.
7175
7176 2008-12-03 Tristan Gingold <gingold@adacore.com>
7177
7178 * gdb.base/macscp.exp: Generate an object file during compilation
7179 to work around Darwin dsymutil limitations.
7180
7181 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 Test resolving external references to TLS variables.
7184 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
7185 FILE2_THREAD_LOCAL.
7186 (testfile2, srcfile2): New variables.
7187 * gdb.threads/tls.c (file2_thread_local)
7188 (function_referencing_file2_thread_local): New.
7189 * gdb.threads/tls2.c: New file.
7190
7191 2008-11-28 Joel Brobecker <brobecker@adacore.com>
7192
7193 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
7194 rather than integer, as integer might not be big enough when
7195 on 64bit targets.
7196
7197 2008-11-27 Jerome Guitton <guitton@adacore.com>
7198
7199 * gdb.cp/formatted-ref.exp: Add equality test.
7200 * gdb.ada/formatted_ref.exp: Ditto.
7201
7202 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7203
7204 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
7205 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
7206
7207 2008-11-20 Andreas Schwab <schwab@suse.de>
7208
7209 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
7210 matching syscall entry point.
7211 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7212 (tcatch_vfork_then_child_follow): Likewise. Finish through
7213 vfork even if we stopped at the syscall trampoline.
7214
7215 2008-11-20 Doug Evans <dje@google.com>
7216
7217 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
7218
7219 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
7220
7221 * gdb.arch/ppc-dfp.exp: New file.
7222 * gdb.arch/ppc-dfp.c: New file.
7223
7224 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7225
7226 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
7227
7228 2008-11-17 Doug Evans <dje@google.com>
7229
7230 * gdb.mi/mi-syn-frame.exp: Update expected output.
7231 * gdb.mi/mi2-syn-frame.exp: Update expected output.
7232
7233 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7234
7235 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
7236 "thread N" results in =thread-selected.
7237 * lib/mi-support (mi_run_cmd, mi_expect_stop)
7238 (mi_send_resuming_command_raw): Be prepared for
7239 =thread-selected.
7240
7241 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
7242
7243 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
7244 * lib/mi-support.exp: Likewise.
7245
7246 2008-11-16 Joel Brobecker <brobecker@adacore.com>
7247
7248 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
7249 commands from the expected output for "help catch".
7250
7251 2008-11-15 Joel Brobecker <brobecker@adacore.com>
7252
7253 * gdb.ada/int_deref.exp: New testcase.
7254
7255 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
7256
7257 * gdb.mi/gdb2549.exp: New file.
7258
7259 2008-11-11 Doug Evans <dje@google.com>
7260
7261 * gdb.base/callexit.exp: New file.
7262 * gdb.base/callexit.c: New file.
7263
7264 2008-11-10 Doug Evans <dje@google.com>
7265
7266 * lib/gdb.exp (GDBFLAGS): Move -nx ...
7267 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
7268 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
7269 (default_gdb_start,default_gdb_exit): Ditto.
7270 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
7271 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
7272 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
7273 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
7274 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
7275 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
7276
7277 2008-11-03 Andreas Schwab <schwab@suse.de>
7278
7279 * gdb.base/hashline2.exp: Fix typo.
7280 * gdb.base/hashline3.exp: Likewise.
7281
7282 2008-10-30 Tom Tromey <tromey@redhat.com>
7283
7284 * gdb.base/pointers.exp: Add test.
7285 * gdb.base/pointers.c (k, S): New typedefs.
7286 (instance): New global.
7287
7288 2008-10-30 Andreas Schwab <schwab@suse.de>
7289
7290 * gdb.base/args.exp: Add tests for newlines.
7291
7292 2008-10-30 Joel Brobecker <brobecker@adacore.com>
7293
7294 gdb.base/foll-exec.exp: Update the expected output of a couple
7295 of "info breakpoints" tests.
7296
7297 2008-10-28 Tom Tromey <tromey@redhat.com>
7298
7299 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
7300
7301 2008-10-24 Pedro Alves <pedro@codesourcery.com>
7302
7303 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
7304 gdb_start_cmd.
7305 Use runto_main before any test that requires execution.
7306
7307 2008-10-23 Pedro Alves <pedro@codesourcery.com>
7308
7309 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
7310 instead of SIGINT.
7311
7312 2008-10-22 Joel Brobecker <brobecker@adacore.com>
7313
7314 * gdb.base/completion.exp: Update expected output following
7315 the addition of the "info tasks" command.
7316
7317 2008-10-22 Tom Tromey <tromey@redhat.com>
7318
7319 * gdb.base/exprs.exp (test_expr): Add test for string
7320 concatenation.
7321
7322 2008-10-19 Pedro Alves <pedro@codesourcery.com>
7323
7324 * configure.ac: Output gdb.python/Makefile.
7325 * configure: Regenerate.
7326 * gdb.python/Makefile.in: New.
7327
7328 2008-10-16 Joel Brobecker <brobecker@adacore.com>
7329
7330 * gdb.base/foll-fork.exp: Adjust the expected output to match
7331 the new description for fork/vfork catchpoints in the "info
7332 breakpoints" output.
7333
7334 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7335
7336 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
7337
7338 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7339
7340 * gdb.python/python-value.c: New file.
7341 * gdb.python/python-value.exp: New file.
7342
7343 2008-10-15 Pedro Alves <pedro@codesourcery.com>
7344
7345 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
7346
7347 2008-10-15 Denis Pilat <denis.pilat@st.com>
7348
7349 * gdb.cp/mb-ctor.exp: Fix a typo.
7350
7351 2008-10-09 Tom Tromey <tromey@redhat.com>
7352
7353 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
7354 'fprintf' and 'stderr'.
7355
7356 2008-10-07 Joel Brobecker <brobecker@adacore.com>
7357
7358 * gdb.ada/ref_tick_size.exp: New testcase.
7359
7360 2008-10-06 Doug Evans <dje@google.com>
7361
7362 * gdb.dwarf2/dw2-cu-size.exp: New file.
7363 * gdb.dwarf2/dw2-cu-size.S: New file.
7364
7365 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
7366 .Ltype_int for clarity.
7367
7368 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7369
7370 PR gdb/2384:
7371 * gdb.cp/gdb2384.exp: Extended to test more cases.
7372 * gdb.cp/gdb2384.cc: Likewise.
7373 * gdb.cp/gdb2384-base.h: Likewise.
7374 * gdb.cp/gdb2384-base.cc: Likewise.
7375
7376 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.base/maint.exp (maint print type): Remove printing
7379 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
7380
7381 2008-09-30 Tom Tromey <tromey@redhat.com>
7382
7383 * gdb.base/macscp.exp: Add completion tests.
7384 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
7385 (TWENTY_THREE): Likewise.
7386 (FORTY_EIGHT): Likewise.
7387
7388 2008-09-30 Tom Tromey <tromey@redhat.com>
7389
7390 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
7391 everywhere.
7392 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
7393
7394 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
7397 testcase is derived from. Fix racy dependency on an expected PID
7398 number. No longer support the testcase on Linux kernel 2.4.x.
7399
7400 2008-09-27 Tom Tromey <tromey@redhat.com>
7401
7402 * gdb.base/macscp.exp: Add tests for stringification, splicing,
7403 and varargs.
7404
7405 2008-09-22 Pedro Alves <pedro@codesourcery.com>
7406
7407 * lib/mi-support.exp (mi_expect_interrupt): New.
7408 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
7409 from gdb.mi/mi-nonstop.exp.
7410 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
7411 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
7412 lib/mi-support.exp.
7413 Use mi_check_thread_states throughout. Avoid ".*" and do not
7414 require an anchor after -exec-run.
7415
7416 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
7417
7418 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
7419 stop is pending. Avoid ".*" when two stops are pending.
7420 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
7421 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
7422 newlines in fullnames.
7423 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
7424 (mi_expect_stop): Update comments. Only anchor in sync mode.
7425 Do not match newlines.
7426 (mi_send_resuming_command_raw): Always return status.
7427 (mi_get_stop_line): Do not match more than one line by accident.
7428 Only anchor in sync mode.
7429 (mi_run_inline_test): If -exec-next fails, give up.
7430
7431 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7432
7433 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
7434 on SPU.
7435
7436 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
7439
7440 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7441
7442 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
7443 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
7444 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
7445 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
7446 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
7447 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
7448 gdb.ada/interface.exp, gdb.ada/null_array.exp,
7449 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
7450 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
7451 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
7452 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
7453 Include the "= " sequence in the expected output of print tests.
7454
7455 2008-09-10 Joel Brobecker <brobecker@adacore.com>
7456
7457 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
7458 description for boolean types.
7459
7460 2008-09-09 Pedro Alves <pedro@codesourcery.com>
7461
7462 * gdb.base/hook-stop-continue.c: New.
7463 * gdb.base/hook-stop-continue.exp: New.
7464
7465 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
7466
7467 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
7468
7469 2008-09-08 Jerome Guitton <guitton@adacore.com>
7470
7471 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
7472 (stack_check_probe_2, stack_check_probe_loop_1)
7473 (stack_check_probe_loop_2): New functions.
7474 (main): Add call to these new functions.
7475 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
7476 functions, check that the breakpoint is inserted at the appropriate
7477 location.
7478 (insert_breakpoint): Slightly refine this procedure so that it can
7479 be called several times in the test.
7480
7481 2008-09-08 Jerome Guitton <guitton@adacore.com>
7482
7483 * gdb.base/stack-checking.c: New file.
7484 * gdb.base/stack-checking.exp: New file.
7485
7486 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7487
7488 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
7489 * gdb.arch/altivec-regs.exp: Likewise.
7490 * gdb.arch/vsx-regs.exp: Likewise.
7491
7492 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
7493
7494 * gdb.arch/ppc-fp.exp: New file.
7495 * gdb.arch/ppc-fp.c: New file.
7496
7497 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7498
7499 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
7500 lest gcc-4.3.1 optimizes the whole thing away.
7501
7502 2008-09-04 Michael Snyder <msnyder@vmware.com>
7503
7504 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
7505 as "at" (for non-debug functions such as _start).
7506
7507 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7508
7509 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
7510 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
7511 software watchpoints.
7512 * gdb.base/watch_thread_num.exp: Likewise.
7513
7514 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
7515
7516 * gdb.arch/i386-bp_permanent.exp: New test.
7517
7518 2008-08-24 Tom Tromey <tromey@redhat.com>
7519
7520 * gdb.base/maint.exp: Update "maint print type".
7521
7522 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
7523
7524 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
7525 support. Adjust the order of "*running" notifications.
7526 * gdb.mi/non-stop.c: Don't cast from int to void* and
7527 back.
7528
7529 2008-08-20 Mark Kettenis <kettenis@gnu.org>
7530
7531 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
7532 expect to find it in the "info frame" output.
7533
7534 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
7535
7536 * gdb.base/interp.exp: Always consume both prompts.
7537
7538 2008-08-20 Pedro Alves <pedro@codesourcery.com>
7539
7540 * gdb.base/pending.exp: Test pending breakpoints without symbols
7541 loaded.
7542
7543 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7544
7545 * lib/mi-support.exp (mi_expect_stop): Produce
7546 more details on failures.
7547 * gdb.mi/mi-nonstop.exp: New.
7548 * gdb.mi/non-stop.c: New.
7549
7550 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
7551
7552 * gdb.mi/mi-async.exp: Use 'set target-async'.
7553 * lib/mi-support.exp: Use 'set/show target-async'.
7554
7555 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
7556
7557 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
7558
7559 2008-08-17 Tom Tromey <tromey@redhat.com>
7560
7561 * gdb.base/help.exp (help catch): Rewrite.
7562
7563 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
7564
7565 * gdb.base/define.exp: Test indented command documentation.
7566 * gdb.python/python.exp: Test indented multi-line command.
7567
7568 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
7569
7570 * testsuite/gdb.arch/vsx-regs.c: New source file.
7571 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
7572 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
7573
7574 2008-08-14 Tom Tromey <tromey@redhat.com>
7575
7576 * gdb.base/macscp.exp: Add regression test for "macro define" or
7577 "macro undef" with no arguments.
7578
7579 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
7580
7581 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
7582
7583 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7584
7585 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
7586
7587 2008-08-06 Tom Tromey <tromey@redhat.com>
7588
7589 * gdb.python/python.exp: New file.
7590
7591 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7592
7593 Fix for PR gdb/1543.
7594 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
7595 $LOCATION.
7596 (location): New variable.
7597 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
7598 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
7599 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
7600 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
7601 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
7602 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
7603 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
7604 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
7605 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
7606 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
7607 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
7608 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
7609 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
7610 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
7611 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
7612 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
7613 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
7614 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
7615 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
7616 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
7617 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
7618 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
7619 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
7620 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
7621 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
7622 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
7623 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
7624 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
7625 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
7626 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
7627 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
7628 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
7629 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
7630 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
7631 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
7632 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
7633 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
7634 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
7635 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
7636 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
7637 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
7638 gdb.base/type-opaque.exp, gdb.base/until.exp,
7639 gdb.base/value-double-free.c, gdb.base/varargs.exp,
7640 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
7641 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
7642 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7643 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
7644 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
7645 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7646 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7647 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
7648 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
7649 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
7650 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
7651 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
7652 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
7653 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
7654 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
7655 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
7656 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
7657 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
7658 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
7659 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
7660 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
7661 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
7662 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
7663 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
7664 gdb.pascal/types.exp, gdb.stabs/weird.exp,
7665 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
7666 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
7667 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
7668 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
7669 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
7670 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
7671 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
7672 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7673 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7674 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7675 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7676 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
7677 lib/mi-support.exp, lib/trace-support.exp: Remove reference
7678 to bug-gdb@prep.ai.mit.edu .
7679
7680 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
7681
7682 * lib/mi-support.exp (mi_load_shlibs): New.
7683 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
7684
7685 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
7686
7687 * lib/mi-support.exp (get_mi_thread_list)
7688 (check_mi_and_console_threads): New, moved from ...
7689 * gdb.mi/mi-pthread.exp: ...here.
7690 * gdb.mi/gdb669.exp (get_mi_thread_list)
7691 (check_mi_and_console_threads): Delete.
7692 * gdb.mi/mi2-pthread.exp: Likewise.
7693
7694 2008-07-28 Tom Tromey <tromey@redhat.com>
7695
7696 * Makefile.in (just-check): Remove. Move body to...
7697 (check): ... here.
7698
7699 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7700
7701 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
7702 Add a test for duplicated SIGINTs.
7703
7704 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7705
7706 * gdb.threads/schedlock.exp (get_args): Update to work for any
7707 value of NUM.
7708 (Top level): Report the number of threads that did not resume.
7709
7710 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7711
7712 * gdb.dwarf2/dw2-compressed.S: Also define __start.
7713
7714 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7715
7716 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
7717 non-MI prompt.
7718
7719 2008-07-26 Tom Tromey <tromey@redhat.com>
7720
7721 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
7722 (function_struct, function_struct_ptr): New globals.
7723 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
7724 function pointer in a struct.
7725
7726 2008-07-26 Tom Tromey <tromey@redhat.com>
7727
7728 * gdb.base/macscp.exp: Add test for macro lexing bug.
7729
7730 2008-07-18 Tom Tromey <tromey@redhat.com>
7731
7732 * gdb.base/macscp.exp: Add macro tests.
7733
7734 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7735
7736 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
7737
7738 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7739
7740 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
7741
7742 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
7743
7744 * gdb.cp/class2.exp: fix for failure on spu-elf
7745
7746 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7747
7748 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
7749
7750 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7751
7752 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
7753
7754 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
7755
7756 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
7757
7758 2008-07-11 Kevin Buettner <kevinb@redhat.com>
7759
7760 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
7761 of regexp to account for changes made to GDB in the printing of
7762 byte vectors.
7763
7764 2008-07-11 Tom Tromey <tromey@redhat.com>
7765
7766 * gdb.base/completion.exp: Add 'help' completion test.
7767
7768 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7769
7770 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
7771
7772 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7773
7774 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
7775
7776 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7777
7778 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
7779
7780 2008-07-09 Pedro Alves <pedro@codesourcery.com>
7781
7782 * gdb.base/fullname.exp: Restore pwd if compiling failed.
7783
7784 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7785
7786 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
7787
7788 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7789
7790 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
7791 previous commit. Add a comment.
7792
7793 2008-06-28 Pedro Alves <pedro@codesourcery.com>
7794
7795 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
7796
7797 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
7798
7799 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
7800
7801 2008-06-27 Pedro Alves <pedro@codesourcery.com>
7802
7803 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
7804 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
7805 compiling an executable, link in an object that forces unbuffered
7806 output.
7807 * lib/set_unbuffered_mode.c: New file.
7808
7809 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7810
7811 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
7812
7813 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
7814
7815 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
7816 mi_expect_stop.
7817 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
7818 Demand that *running is output.
7819 (detect_async): Perform checking every time.
7820 (mi_send_resuming_command): Extract everything into...
7821 (mi_send_resuming_command_raw): ...this.
7822 (mi_expect_stop): Don't accept any output before *stopped.
7823
7824 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
7825
7826 Robustify mi-simplerun.
7827 * gdb.mi/basics.c (main): Add a call to sleep.
7828 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
7829 * gdb.mi/mi2-cli.exp: Likewise.
7830 * gdb.mi/mi-break.exp: Likewise.
7831
7832 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
7833
7834 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
7835
7836 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7837
7838 * gdb.mi/mi-console.exp: Adjust.
7839 * gdb.mi/mi-syn-frame.exp: Adjust.
7840 * gdb.mi/mi2-console.exp: Adjust.
7841 * gdb.mi/mi2-syn-frame.exp: Adjust.
7842 * lib/mi-support.exp (mi_run_cmd): Adjust.
7843 (mi_send_resuming_command): Adjust.
7844
7845 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
7846
7847 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
7848 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
7849 testing of stopped.
7850 * gdb.mi/mi2-syn-frame.exp: Likewise.
7851 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
7852 (async, detect_async): New.
7853 (mi_expect_stop, mi_continue_to_line): Adjust expectation
7854 depending on if we're running in sync or async mode.
7855
7856 2008-06-09 Tom Tromey <tromey@redhat.com>
7857
7858 * gdb.base/completion.exp: New tests for field name completion
7859 with spaces, and field name completion with '->'.
7860
7861 2008-06-06 Tom Tromey <tromey@redhat.com>
7862
7863 * gdb.base/break1.c (struct some_struct): New struct.
7864 (values): New global.
7865 * gdb.base/completion.exp: Add field name completion test.
7866
7867 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
7868
7869 * gdb.cp/call-c.exp: Test for incorrect handling of reference
7870 to pointer.
7871 * gdb.cp/call-c.cc: Likewise.
7872
7873 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
7874
7875 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
7876 annotation.
7877
7878 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7879 Pedro Alves <pedro@codesourcery.com>
7880
7881 * gdb.threads/execl.c, gdb.threads/execl1.c,
7882 gdb.threads/execl.exp: New tests.
7883
7884 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
7885 Daniel Jacobowitz <dan@codesourcery.com>
7886
7887 * gdb.cp/exception.exp: Activate test, make it work with pending
7888 catchpoints.
7889
7890 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7891
7892 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
7893
7894 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
7895
7896 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
7897 now printed.
7898 * gdb.mi/mi2-var-cmd.exp: Likewise.
7899
7900 2008-05-27 Andreas Schwab <schwab@suse.de>
7901
7902 * gdb.base/frame-args.exp: Handle arguments that are optimized
7903 out.
7904
7905 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
7906
7907 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
7908 quiet for ppc32 and group options into a single variable.
7909
7910 2008-05-23 Joel Brobecker <brobecker@adacore.com>
7911
7912 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
7913 of zero-size elements.
7914 * gdb.ada/null_array.exp: Test printing this new array.
7915
7916 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7917
7918 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
7919
7920 2008-05-21 Joel Brobecker <brobecker@adacore.com>
7921
7922 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
7923 of the "finish" command.
7924
7925 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
7926
7927 * gdb.base/annota1.exp: Test for new annotation.
7928
7929 2008-05-16 Pedro Alves <pedro@codesourcery.com>
7930
7931 * gdb.base/fixsection.exp: New file.
7932 * gdb.base/fixsection0.c: New file.
7933 * gdb.base/fixsection1.c: New file.
7934
7935 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7936
7937 * gdb.base/annota1.exp: Accept printf@... in place of printf.
7938 * gdb.base/annota3.exp: Likewise.
7939
7940 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
7941
7942 * gdb.base/watch_thread_num.exp: Don't run tests that require
7943 watchpoints if the target doesn't support them.
7944
7945 2008-05-12 Doug Evans <dje@google.com>
7946
7947 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
7948
7949 2008-05-09 Joel Brobecker <brobecker@adacore.com>
7950
7951 * gdb.ada/assign_1.exp: New testcase.
7952
7953 2008-05-09 Doug Evans <dje@google.com>
7954
7955 * gdb.base/find.exp: New file.
7956 * gdb.base/find.c: New file.
7957
7958 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
7959
7960 * gdb.base/commands.exp (watchpoint_command_test): Handle
7961 gdb,no_hardware_watchpoints.
7962 * gdb.base/float.exp: Allow ARM targets without floating point.
7963 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
7964
7965 2008-05-06 Jerome Guitton <guitton@adacore.com>
7966 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/lang_switch: New test program.
7969 * gdb.ada/lang_switch.exp: New testcase.
7970
7971 2008-05-05 Doug Evans <dje@google.com>
7972
7973 * gdb.base/help.exp (disassemble): Update expected help text.
7974
7975 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7976
7977 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
7978
7979 2008-05-04 Pedro Alves <pedro@codesourcery.com>
7980
7981 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
7982 different times.
7983
7984 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7985
7986 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
7987 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
7988 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
7989 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
7990
7991 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
7992
7993 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
7994 notification to appear.
7995
7996 2008-05-04 Daniel Jacobowitz <dan@debian.org>
7997
7998 * gdb.base/fullname.c: New file.
7999 * gdb.base/fullname.exp: New file.
8000 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
8001
8002 2008-05-03 Pedro Alves <pedro@codesourcery.com>
8003
8004 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
8005 expressions with macros.
8006
8007 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8008
8009 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
8010
8011 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
8012
8013 * gdb.base/completion.exp: Handle lack of other symbols beginning
8014 with "a".
8015
8016 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
8017
8018 2008-05-02 Jim Blandy <jimb@codesourcery.com>
8019
8020 * gdb.asm/asmsrc1.s: Add scratch space.
8021
8022 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8023 Daniel Jacobowitz <dan@codesourcery.com>
8024
8025 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
8026 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
8027 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
8028
8029 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
8030
8031 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
8032
8033 2008-05-01 Joel Brobecker <brobecker@adacore.com>
8034
8035 * gdb.base/info-target.exp: New testcase.
8036
8037 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8038
8039 * gdb.cp/hang.exp: Use .cc instead of .C.
8040 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
8041 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
8042
8043 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
8044
8045 * gdb.base/gdb1250.exp: Remove perror.
8046 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
8047
8048 2008-04-30 Pedro Alves <pedro@codesourcery.com>
8049
8050 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
8051 .2byte.
8052
8053 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
8054
8055 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
8056 (maybe_kfail): New.
8057
8058 2008-04-25 Pedro Alves <pedro@codesourcery.com>
8059
8060 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
8061
8062 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8063
8064 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
8065 * gdb.mi/mi2-syn-frame.exp: Likewise.
8066 * lib/mi-support.exp: Likewise.
8067
8068 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8069
8070 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
8071 to specify regexp for the location to stop at.
8072 * gdb.base/break-always.c: New.
8073 * gdb.base/break-always.exp: New.
8074
8075 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
8076
8077 * lib/mi-support.exp (mi_runto_helper): Adjust
8078 for the original-location field.
8079 (mi_create_breakpoint, mi_list_breakpoints): New.
8080 * gdb.mi/mi-break.exp: Adjust.
8081 * gdb.mi/mi2-break.exp: Adjust.
8082 * gdb.mi/mi-pending.exp: Adjust.
8083 * gdb.mi/mi-simplerun.exp: Adjust.
8084 * gdb.mi/mi2-simplerun.exp: Adjust.
8085 * gdb.mi/mi-syn-frame.exp: Adjust.
8086 * gdb.mi/mi2-syn-frame.exp: Adjust.
8087 * gdb.mi/mi-until.exp: Adjust.
8088 * gdb.mi/mi2-until.exp: Adjust.
8089 * gdb.mi/mi-var-display.exp: Adjust.
8090 * gdb.mi/mi2-var-display.exp: Adjust.
8091 * gdb.mi/mi-watch.exp: Adjust.
8092 * gdb.mi/mi2-watch.exp: Adjust.
8093
8094 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
8095
8096 * aclocal.m4: Add override.m4.
8097 * configure: Regenerate.
8098
8099 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
8100
8101 * gdb.mi/var-cmd.c (do_at_tests): Verify that
8102 '-var-update --all-values' reports new value even the type
8103 of a variable object has changed.
8104
8105 2008-04-18 Craig Silverstein <csilvers@google.com>
8106
8107 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
8108 files.
8109
8110 2008-04-18 Joel Brobecker <brobecker@adacore.com>
8111
8112 * gdb.ada/atomic_enum: New test program.
8113 * gdb.ada/atomic_enum.exp: New testcase.
8114
8115 2008-04-17 Doug Evans <dje@google.com>
8116
8117 * gdb.opt/Makefile.in: Fix whitespace.
8118
8119 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
8120
8121 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
8122
8123 2008-04-17 Doug Evans <dje@google.com>
8124
8125 * gdb.base/hashline1.exp: New testcase.
8126 * gdb.base/hashline2.exp: New testcase.
8127 * gdb.base/hashline2.exp: New testcase.
8128
8129 2008-04-17 Pedro Alves <pedro@codesourcery.com>
8130
8131 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
8132
8133 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
8134
8135 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
8136 temporary breakpoint to match "Temporary breakpoint".
8137 * gdb.base/break.exp (delete_breakpoints): Likewise.
8138 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
8139 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
8140 * gdb.base/display.exp: Likewise.
8141 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
8142 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
8143 * gdb.base/restore.exp (restore_tests): Likewise.
8144 * gdb.base/sepdebug.exp: Likewise.
8145 * gdb.base/watchpoint.exp: Likewise.
8146 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
8147 * gdb.mi/mi-pending.exp: Likewise.
8148 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
8149 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
8150 * gdb.mi/mi-var-cmd.exp: Likewise.
8151 * gdb.mi/mi-var-display.exp: Likewise.
8152 * gdb.mi/mi2-cli.exp: Likewise.
8153 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
8154 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
8155 * gdb.mi/mi2-var-display.exp: Likewise.
8156 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
8157 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
8158 new "disp" field.
8159 (mi_expect_stop): Move after_reason argument to be really after
8160 reason. This is to support fix for PR2424.
8161
8162 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8163
8164 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
8165
8166 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
8167
8168 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
8169 field. Add more floating varobj tests.
8170 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
8171 field.
8172 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
8173 (main): Call do_at_tests.
8174 * lib/mi-support.exp (mi_create_floating_varobj)
8175 (mi_varobj_update_with_type_change): New.
8176
8177 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
8178
8179 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
8180 option of -var-evaluate-expression.
8181 * gdb.mi/mi2-var-display.exp: Likewise.
8182
8183 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
8184
8185 Introduce test setup helpers.
8186 * lib/gdb.exp (build_executable, clean_restart)
8187 (prepare_for_testing): New.
8188 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
8189 * gdb.base/return.exp: Likewise.
8190 * gdb.base/ending-run.exp: Likewise.
8191
8192 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
8193
8194 * gdb.mi/mi-async.exp: New test for asynchronous Machine
8195 Interface (MI) responses.
8196
8197 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
8198
8199 * gdb.cp/breakpoint.cc: New code to test conditions involving
8200 member variables.
8201 * gdb.cp/breakpoint.exp: Test condition involving member
8202 variables.
8203
8204 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
8205
8206 * lib/mi-support.exp (mi_expect_stop): New.
8207 (mi_run_cmd): Change the
8208 token. Use mi_send_resuming_command, use
8209 mi_expect_stop.
8210 (mi_execute_to_helper): Rename to mi_execute_to.
8211 (mi_send_resuming_command): Add more error patterns.
8212 (mi_wait_for_stop): Renamed to...
8213 (mi_get_stop_line): ...this.
8214 (mi_run_inline_test): Adjust.
8215
8216 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
8217 * gdb.mi/mi-console.exp: Likewise.
8218 * gdb.mi/mi-pending.exp: Likewise.
8219 * gdb.mi/mi-simplerun.exp: Likewise.
8220 * gdb.mi/mi-stack.exp: Likewise.
8221 * gdb.mi/mi-stepi.exp: Likewise.
8222 * gdb.mi/mi-syn-frame.exp: Add comment.
8223 * gdb.mi/mi-until.exp: Likewise.
8224 * gdb.mi/mi-var-display.exp: Likewise.
8225 * gdb.mi/mi-watch.exp: Likewise.
8226 * gdb.mi/mi2-cli.exp: Likewise.
8227 * gdb.mi/mi2-console.exp: Likewise.
8228 * gdb.mi/mi2-simplerun.exp: Likewise.
8229 * gdb.mi/mi2-stack.exp: Likewise.
8230 * gdb.mi/mi2-stepi.exp: Likewise.
8231 * gdb.mi/mi2-until.exp: Likewise.
8232 * gdb.mi/mi2-var-display.exp: Likewise.
8233 * gdb.mi/mi2-watch.exp: Likewise.
8234
8235 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8236
8237 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
8238
8239 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
8240
8241 2008-04-04 Pedro Alves <pedro@codesourcery.com>
8242
8243 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
8244 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
8245 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
8246 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
8247 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
8248 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
8249 expect an mi error duplicated in stderr.
8250
8251 2008-04-03 Joel Brobecker <brobecker@adacore.com>
8252
8253 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
8254 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
8255 Add a couple of tests that verify the behavior when the new setting
8256 is set to "cancel" and "all".
8257 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
8258 "ask" before we start the testing.
8259
8260 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
8261
8262 * gdb.cp/casts.cc: Add class reference variables.
8263 * gdb.cp/casts.exp: New test cases for up/down casting references.
8264
8265 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
8266
8267 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
8268 instead of beginning to make an extra test pass.
8269 * gdb.mi/mi2-var-display.exp: Likewise.
8270
8271 2008-03-31 Maciej W. Rozycki <macro@mips.com>
8272
8273 * gdb.base/break.exp: Mark failures as such. Fix formatting.
8274
8275 2008-03-31 Markus Deuling <deuling@de.ibm.com>
8276 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8277
8278 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
8279 value. Add xfail for older kernels.
8280
8281 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
8282
8283 Bring mi-support in line with gdb.exp.
8284 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
8285 (mi_gdb_start): New function.
8286
8287 2008-03-28 Maciej W. Rozycki <macro@mips.com>
8288
8289 * gdb.mi/mi-var-cmd.exp: Fix a typo.
8290
8291 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8292
8293 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
8294 * gdb.mi/mi2-var-display.exp: Likewise.
8295
8296 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
8297
8298 * lib/mi-support.exp (mi_create_varobj_checked): New.
8299 (mi_list_varobj_children): Allow to check for a
8300 value.
8301 (mi_list_array_varobj_children): New.
8302
8303 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
8304 and mi_list_varobj_children, as opposed to hardcoding
8305 expected strings.
8306 * gdb.mi/gdb701.exp: Likewise.
8307 * gdb.mi/gdb792.exp: Likewise.
8308 * gdb.mi/mi-var-block.exp: Likewise.
8309 * gdb.mi/mi-var-cmd.exp: Likewise.
8310 * gdb.mi/mi-var-invalidate.exp: Likewise.
8311 * gdb.mi/mi2-var-block.exp: Likewise.
8312 * gdb.mi/mi2-var-child.exp: Likewise.
8313 * gdb.mi/mi2-var-cmd.exp: Likewise.
8314 * gdb.mi/mi2-var-display.exp: Likewise.
8315
8316 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8317
8318 Fix random false FAILs on i386.
8319 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
8320
8321 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8322
8323 PR gdb/544
8324 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
8325
8326 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
8327
8328 PR gdb/544
8329 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
8330
8331 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8332
8333 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
8334 fixed PR gdb/544.
8335
8336 2008-03-21 Pedro Alves <pedro@codesourcery.com>
8337
8338 * gdb.threads/fork-child-threads.exp: Test next over fork.
8339
8340 2008-03-21 Chris Demetriou <cgd@google.com>
8341
8342 * gdb.base/break.exp (rbreak junk): New test for rbreak
8343 "Junk at end of arguments" issue.
8344
8345 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8346
8347 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
8348 *& to work on created array elements.
8349 (Top level): Test print $pc with a file. Test string operations
8350 without a target.
8351 * gdb.base/ptype.exp: Do not expect *& to work on created array
8352 elements.
8353
8354 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
8355
8356 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
8357 gdb.threads/staticthreads.exp: Update exit query.
8358
8359 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
8360
8361 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
8362
8363 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
8364
8365 * gdb.base/watchpoint.c (global_ptr, func4): New.
8366 (main): Call func4.
8367 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
8368 (test_inaccessible_watchpoint): New.
8369
8370 2008-02-29 Maciej W. Rozycki <macro@mips.com>
8371
8372 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
8373 select the largest.
8374
8375 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
8376
8377 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
8378 frames-invalid annotations.
8379
8380 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
8381
8382 * gdb.base/assign.exp: avoid same output for different tests.
8383
8384 2008-02-27 Doug Evans <dje@google.com>
8385
8386 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
8387 for bug 1738.
8388 (breakpoint_to_handler_entry): Ditto.
8389
8390 2008-02-27 Joel Brobecker <brobecker@adacore.com>
8391
8392 * gdb.base/ending-run.exp: Use the first line of code inside
8393 function body to test breakpoints.
8394 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
8395 location where the breakpoint is inserted when using the line
8396 where a function is declared. Fix typo in the description of
8397 one of the tests.
8398 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
8399
8400 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8401
8402 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
8403 tests.
8404
8405 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
8406
8407 * gdb.base/args.exp: avoid same output for tests
8408 with single quotes.
8409
8410 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
8411
8412 * gdb.base/annota1.exp: Adjust for 'info break'
8413 format changes.
8414 * gdb.base/annota3.exp: Likewise.
8415 * gdb.base/break.exp: Likewise.
8416 * gdb.base/condbreak.exp: Likewise.
8417 * gdb.base/pending.exp: Likewise.
8418 * gdb.base/sepdebug.exp: Likewise.
8419 * gdb.base/unload.exp: Likewise.
8420 * gdb.cp/ovldbreak.exp: Likewise.
8421 * gdb.mi/mi-pending.exp: Likewise.
8422
8423 2008-02-07 Doug Evans <dje@google.com>
8424
8425 * gdb.cp/mb-inline.exp: New.
8426 * gdb.cp/mb-inline.h: New.
8427 * gdb.cp/mb-inline1.cc: New.
8428 * gdb.cp/mb-inline2.cc: New.
8429
8430 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
8431
8432 * gdb.pascal/floats.pas: New test program.
8433 * gdb.pascal/floats.exp: New testcase.
8434
8435 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8436
8437 * gdb.base/callfuncs.c (t_float_many_args): New function.
8438 (t_double_many_args): New function.
8439 * gdb.base/callfuncs.exp: Add tests for exceeding float
8440 and double parameters passed through the stack.
8441
8442 2008-02-05 Joel Brobecker <brobecker@adacore.com>
8443
8444 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
8445 gdb.ada/complete/foo.adb: New files.
8446 * gdb.ada/complete.exp: New testcase.
8447
8448 2008-02-03 Doug Evans <dje@google.com>
8449
8450 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
8451
8452 * gdb.cp/gdb2384.exp: New file.
8453 * gdb.cp/gdb2384.cc: New file.
8454 * gdb.cp/gdb2384-base.h: New file.
8455 * gdb.cp/gdb2384-base.cc: New file.
8456
8457 2008-02-02 Doug Evans <dje@google.com>
8458
8459 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
8460
8461 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8462
8463 * gdb.ada/sym_print_name: New test program.
8464 * gdb.ada/sym_print_name.exp: New testcase.
8465
8466 2007-02-01 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.ada/nested/hello.adb: New file.
8469 * gdb.ada/nested.exp: New testcase.
8470 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8471
8472 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8473
8474 * gdb.mi/basic.c (return_1): New function.
8475 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
8476 don't cause future evaluations of function to report
8477 creation of internal breakpoints.
8478
8479 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
8480
8481 * gdb.mi/mi-break.exp (test_error): New.
8482 Call it.
8483
8484 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
8485
8486 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
8487 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
8488
8489 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8490
8491 * gdb.pascal/integers.pas: New test program.
8492 * gdb.pascal/integers.exp: New testcase.
8493
8494 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
8495
8496 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
8497
8498 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
8499
8500 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
8501 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
8502
8503 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
8504
8505 * gdb.ada/formatted_ref: New test program.
8506 * gdb.ada/formatted_ref.exp: New testcase.
8507
8508 * gdb.cp/formatted-ref.cc: New file.
8509 * gdb.cp/formatted-ref.exp: New testcase.
8510
8511 2008-01-30 Joel Brobecker <brobecker@adacore.com>
8512
8513 * gdb.base/ptype.exp: Add testing of "ptype $pc".
8514
8515 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
8516
8517 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
8518 (test_file_list_exec_source_file): Update to new macro-info field.
8519
8520 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
8521
8522 * gdb.ada/exprs: New test program.
8523 * gdb.ada/exprs.exp: New testcase.
8524
8525 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8526
8527 * dfp-test.c (DELTA, DELTA_B): New definitions.
8528 (double_val1, double_val2, double_val3, double_val4, double_val5,
8529 double_val6, double_val7, double_val8, double_val9, double_val10,
8530 double_val11, double_val12, double_val13, double_val14, dec32_val1,
8531 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
8532 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
8533 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
8534 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
8535 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
8536 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
8537 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
8538 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
8539 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
8540 dec128_val16): New global variables.
8541 (decimal_dec128_align): New function.
8542 (decimal_mixed): Likewise.
8543 (decimal_many_args_dec32): Likewise.
8544 (decimal_many_args_dec64): Likewise.
8545 (decimal_many_args_dec128): Likewise.
8546 (decimal_many_args_mixed): Likewise.
8547 * dfp-test.exp: Add tests calling new inferior functions.
8548
8549 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8550
8551 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
8552 gdb.server/ext-run.exp: New files.
8553 * lib/gdbserver-support.exp (gdbserver_download): New.
8554 (gdbserver_start): New. Update gdbserver expected
8555 output.
8556 (gdbserver_spawn): Use them.
8557 (gdbserver_start_extended): New.
8558
8559 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8560
8561 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
8562 Run on GNU/Linux.
8563 (do_exec_tests): Check for systems which do not support catchpoints.
8564 Do not match START.
8565 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
8566 Run on GNU/Linux. Enable verbose output.
8567 (check_fork_catchpoints): New.
8568 (explicit_fork_child_follow, catch_fork_child_follow)
8569 (tcatch_fork_parent_follow): Update expected messages.
8570 (do_fork_tests): Use check_fork_catchpoints.
8571 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
8572 Run on GNU/Linux. Enable verbose output.
8573 (check_vfork_catchpoints): New.
8574 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
8575 expected messages.
8576 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
8577
8578 2008-01-29 Jim Blandy <jimb@red-bean.com>
8579
8580 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
8581 host' errors.
8582 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
8583
8584 2008-01-29 Jim Blandy <jimb@red-bean.com>
8585
8586 * gdb.threads/sigthread.c: Use barriers to ensure that
8587 child_thread and child_thread_two are always initialized before we
8588 start to use them.
8589
8590 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
8591
8592 * gdb.base/watchpoint-solib.exp: New.
8593 * gdb.base/watchpoint-solib.c: New.
8594 * gdb.base/watchpoint-solib-shr.c: New.
8595
8596 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
8597
8598 * gdb.base/gdb1056.exp: Add unsigned integer test.
8599
8600 2008-01-28 Doug Evans <dje@google.com>
8601
8602 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
8603
8604 2008-01-27 Jim Blandy <jimb@codesourcery.com>
8605
8606 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
8607
8608 * gdb.base/expand-psymtabs.exp: Doc fix.
8609
8610 2008-01-26 Mark Kettenis <kettenis@gnu.org>
8611
8612 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8613
8614 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
8615
8616 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
8617 -var-set-format.
8618
8619 2008-01-23 Chris Demetriou <cgd@google.com>
8620
8621 * gdb.threads/thread_events.c: New testcase source file.
8622 * gdb.threads/thread_events.exp: New testcase expect file.
8623
8624 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
8625
8626 * lib/gdb.exp: Add the variable octal.
8627
8628 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
8629 -var-set-format.
8630
8631 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
8632 Vladimir Prus <vladimir@codesourcery.com>
8633
8634 * gdb.base/float.exp: Allow missing floating point for m68k and
8635 PowerPC.
8636
8637 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
8638
8639 * gdb.mi/basics.c: Setup for testing breakpoints
8640 ignore count.
8641 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
8642 * gdb.mi/mi-cli.exp: Adjust.
8643 * gdb.mi/mi2-cli.exp: Adjust.
8644
8645 2008-01-17 Pedro Alves <pedro@codesourcery.com>
8646
8647 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
8648 and 'dummy_ptr' integer pointer. Initialize struct_declarations
8649 with dummy_ptr's address.
8650 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
8651 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
8652 all targets.
8653 * gdb.mi/mi2-var-child.exp: Likewise.
8654
8655 2008-01-09 Joel Brobecker <brobecker@adacore.com>
8656
8657 * gdb.ada/null_array: New test program.
8658 * gdb.ada/null_array.exp: New testcase.
8659
8660 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
8661
8662 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
8663 with required float modifiers.
8664
8665 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8666
8667 * gdb.ada/funcall_param: New test program.
8668 * gdb.ada/funcall_param.exp: New testcase.
8669
8670 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8671
8672 * gdb.ada/arrayparam: New test program.
8673 * gdb.ada/arrayparam.exp: New testcase.
8674
8675 2008-01-08 Joel Brobecker <brobecker@adacore.com>
8676
8677 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
8678 landed. Should also fix random failures in the test following it.
8679
8680 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
8681
8682 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
8683 for expressions with decimal float values.
8684 (test_dfp_conversions): New function to test casts to and from
8685 decimal float types.
8686 Call test_dfp_conversions.
8687 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
8688 elements.
8689 (main): Initialize ds.float4 and ds.double8 elements.
8690 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
8691 string to new error message.
8692 (d64_set_tests): Likewise.
8693 (d128_set_tests): Likewise.
8694 Add tests for expressions with decimal float variables. Add tests for
8695 conversions to and from decimal float types.
8696
8697 2008-01-05 Joel Brobecker <brobecker@adacore.com>
8698
8699 * gdb.ada/packed_tagged/comp_bug.adb: New file.
8700 * gdb.ada/packed_tagged.exp: New testcase.
8701
8702 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8703
8704 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
8705 gdb.ada/homonym/homonym_main.adb: New files.
8706 * gdb.ada/homonym.exp: New testcase.
8707
8708 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8709
8710 * gdb.ada/packed_array.exp: Add testing of references to
8711 a packed array.
8712
8713 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8714
8715 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
8716 New files.
8717 * gdb.ada/type_coercion.exp: New testcase.
8718
8719 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8720
8721 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
8722 gdb.ada/tagged/foo.adb: New file.
8723 * gdb.ada/tagged.exp: New testcase.
8724
8725 2008-01-04 Joel Brobecker <brobecker@adacore.com>
8726
8727 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
8728 gdb.ada/ptype_field/foo.adb: New files.
8729 * gdb.ada/ptype_field.exp: New testcase.
8730
8731 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8732
8733 * gdb.ada/print_pc.exp: New testcase.
8734
8735 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8736
8737 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
8738 gdb.ada/taft_type/p.adb: New files.
8739 * gdb.ada/taft_type.exp: New testcase.
8740
8741 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8742
8743 * gdb.ada/array_bounds/bar.adb: New file.
8744 * gdb.ada/array_bounds.exp: New testcase.
8745
8746 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8747
8748 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
8749 gdb.ada/arrayptr/foo.adb: New files.
8750 * gdb.ada/arrayptr.exp: New testcase.
8751
8752 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8753
8754 * gdb.base/set-lang-auto.exp: New testcase.
8755
8756 2008-01-03 Joel Brobecker <brobecker@adacore.com>
8757
8758 * gdb.ada/fun_addr/foo.adb: New file.
8759 * gdb.ada/fun_addr.exp: New testcase.
8760
8761 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8762
8763 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
8764 New files
8765
8766 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8767
8768 * array_subscript_addr/p.adb: New file.
8769 * array_subscript_addr.exp: New testcase.
8770
8771 2008-01-02 Joel Brobecker <brobecker@adacore.com>
8772
8773 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
8774 New files.
8775 * gdb.ada/str_cmp_ref.exp: New testcase.
8776
8777 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8778
8779 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
8780 gdb.ada/fun_in_declare/foo.adb: New files.
8781 * gdb.ada/fun_in_declare.exp: New testcase.
8782
8783 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
8786 gdb.ada/ref_param/pck.ads: New files.
8787 * gdb.ada/ref_param.exp: New testcase.
8788
8789 2008-01-01 Joel Brobecker <brobecker@adacore.com>
8790
8791 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
8792 gdb.ada/interface/foo.adb: New files.
8793 * gdb.ada/interface.exp: New testcase.
8794
8795 2007-12-31 Jim Blandy <jimb@codesourcery.com>
8796
8797 * gdb.base/multi-forks.exp: Consume all output from child
8798 processes before proceeding to next test.
8799
8800 2007-12-29 Jim Blandy <jimb@codesourcery.com>
8801
8802 * configure: Regenerated.
8803
8804 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8805
8806 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
8807 gdb.ada/fixed_cmp/fixed.adb: New files.
8808 * gdb.ada/fixed_cmp.exp: New testcase.
8809
8810 2007-12-27 Joel Brobecker <brobecker@adacore.com>
8811
8812 * gdb.ada/boolean_expr.exp: New testcase.
8813
8814 2007-12-26 Jim Blandy <jimb@codesourcery.com>
8815
8816 * gdb.base/multi-forks.exp: Doc fix.
8817
8818 2007-12-26 Joel Brobecker <brobecker@adacore.com>
8819
8820 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
8821 * gdb.ada/char_param.exp: Do not compile our test program with
8822 -gnata, this is unnecessary.
8823 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
8824
8825 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8826
8827 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
8828 gdb.ada/print_chars/foo.adb: New files.
8829 * gdb.ada/print_chars.exp: New testcase.
8830
8831 2007-12-24 Joel Brobecker <brobecker@adacore.com>
8832
8833 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
8834 gdb.ada/char_param/foo.adb: New files.
8835 * gdb.ada/char_param.exp: New testcase.
8836
8837 2007-12-22 Jim Blandy <jimb@codesourcery.com>
8838
8839 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
8840 hard-coding source line numbers into the test.
8841 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
8842 gdb_get_line_number to find.
8843
8844 2007-12-22 Joel Brobecker <brobecker@adacore.com>
8845
8846 * gdb.base/ptype.c (highest): New struct type.
8847 (the_highest): New variable of that type.
8848 (main): Add dummy assignment to a field of variable the_highest.
8849 * gdb.base/ptype.exp: Test type printing of our new variable.
8850
8851 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
8852
8853 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
8854 and record first explicitly generated thread number.
8855 Use that thread number for thread specific watchpoint test.
8856 Add iteration number to repetitive tests.
8857
8858 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
8859 Jim Blandy <jimb@codesourcery.com>
8860
8861 * gdb.base/expand-psymtabs.c: New testcase
8862 source file.
8863 * gdb.base/expand-psymtabs.exp: New testcase
8864 expect file.
8865
8866 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
8867
8868 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
8869 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
8870
8871 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8872
8873 * gdb.ada/frame_args/foo.adb: New file.
8874 * gdb.ada/frame_args/pck.ads: New file.
8875 * gdb.ada/frame_args/pck.adb: New file.
8876 * gdb.ada/frame_args.exp: New testcase.
8877
8878 2007-12-17 Joel Brobecker <brobecker@adacore.com>
8879
8880 * gdb.base/frame-args.c: New file.
8881 * gdb.base/frame-args.exp: New testcase.
8882
8883 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
8884 Joseph Myers <joseph@codesourcery.com>
8885
8886 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
8887
8888 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
8889
8890 * gdb.mi/mi-pending.exp: New.
8891 * gdb.mi/mi-pending.c: New.
8892 * gdb.mi/mi-pendshr.c: New.
8893
8894 2007-12-06 Jim Blandy <jimb@codesourcery.com>
8895
8896 * gdb.base/default.exp: Update expected output for 'info catch'.
8897
8898 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8899
8900 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
8901 must be set to binary.
8902
8903 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
8904
8905 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
8906
8907 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
8908
8909 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
8910 gdb.mi/mi-file-transfer.exp: New.
8911
8912 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8913
8914 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
8915
8916 2007-11-22 Maciej W. Rozycki <macro@mips.com>
8917
8918 * gdb.trace/backtrace.exp: Fix a typo.
8919 * gdb.trace/circ.exp: Likewise.
8920 * gdb.trace/collection.exp: Likewise.
8921 * gdb.trace/limits.exp: Likewise.
8922 * gdb.trace/report.exp: Likewise.
8923 * gdb.trace/tfind.exp: Likewise.
8924 * gdb.trace/while-dyn.exp: Likewise.
8925
8926 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
8927
8928 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
8929 objects of pointers that can't be dereferenced are now
8930 "noneditable".
8931
8932 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8933
8934 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
8935 (target_cpu): Remove.
8936
8937 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
8938
8939 * gdb.base/ending-run.exp: Expect the list of cleared
8940 breakpoint to come in natural order, not the reversed one.
8941
8942 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
8943
8944 * gdb.mi/mi-var-child.c (do_child_deletion): New.
8945 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
8946
8947 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
8948
8949 * gdb.base/printcmds.exp: New function
8950 test_printf_with_dfp.
8951
8952 2007-11-02 Doug Evans <dje@google.com>
8953
8954 * gdb.disasm/t01_mov.s: Remove carriage returns.
8955 * gdb.disasm/t02_mova.s: Ditto.
8956 * gdb.disasm/t03_add.s: Ditto.
8957 * gdb.disasm/t04_sub.s: Ditto.
8958 * gdb.disasm/t05_cmp.s: Ditto.
8959 * gdb.disasm/t06_ari2.s: Ditto.
8960 * gdb.disasm/t07_ari3.s: Ditto.
8961 * gdb.disasm/t08_or.s: Ditto.
8962 * gdb.disasm/t09_xor.s: Ditto.
8963 * gdb.disasm/t10_and.s: Ditto.
8964 * gdb.disasm/t11_logs.s: Ditto.
8965 * gdb.disasm/t12_bit.s: Ditto.
8966 * gdb.disasm/t13_otr.s: Ditto.
8967
8968 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8969
8970 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
8971
8972 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8973
8974 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
8975 provide DFP support.
8976
8977 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
8978
8979 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
8980 Test "set powerpc vector-abi". Skip auto-detection tests for old
8981 toolchains.
8982
8983 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8984
8985 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
8986 with [string compare].
8987
8988 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
8989
8990 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
8991 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
8992
8993 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
8994
8995 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
8996 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
8997 * gdb.opt/Makefile.in: New makefile.
8998 * Makefile.in: Create new directory "gdb.opt".
8999 * configure.ac: Add "gdb.opt" directory.
9000 * configure: Regenerated.
9001
9002 2007-10-25 Doug Evans <dje@google.com>
9003
9004 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
9005 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
9006
9007 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
9008 Thiago Jung Bauermann <bauerman@br.ibm.com>
9009
9010 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
9011 Floating Point expressions.
9012 * gdb.base/dfp-test.exp: new file adding tests for Decimal
9013 Floating Point variables.
9014 * gdb.base/dfp-test.c: new file containing program with Decimal
9015 Floating variables, used by gdb.base/dfp-test.exp.
9016
9017 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
9018
9019 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
9020
9021 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9022
9023 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
9024 compiling test case with GCC.
9025 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
9026
9027 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9028
9029 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9030 format changes.
9031
9032 2007-10-18 Michael Snyder <msnyder@specifix.com>
9033
9034 * gdb.base/dbx.exp: Add missing "-re " operator.
9035
9036 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
9037
9038 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
9039 * configure.ac: Removed trailing spaces after backslash.
9040 * gdb.modula2: New directory.
9041 * gdb.modula2/Makefile.in: New file.
9042 * gdb.modula2/unbounded-array.exp: New file.
9043 * gdb.modula2/unbounded1.c: New file.
9044
9045 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
9046
9047 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
9048
9049 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
9050
9051 * gdb.base/sigstep.c (main): Add checks for
9052 return values for setitimer call.
9053 Call setitimer again with itimer = ITIMER_REAL
9054 if first call to setitimer fails.
9055
9056 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
9057
9058 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
9059 of $timeout.
9060
9061 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
9062
9063 * gdb.server/server-run.exp: Test for dynamic linker symbols.
9064
9065 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
9066
9067 * lib/gdb.exp (gdb_run_cmd): Move comment outside
9068 of gdb_expect call, to avoid interruption.
9069
9070 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
9071
9072 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
9073 (v_unsigned_long_long, v_long_long_array)
9074 (v_signed_long_long_array, v_unsigned_long_long_array)
9075 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
9076 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
9077 [!NO_LONG_LONG]: New.
9078 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
9079 v_long_long_member.
9080
9081 (v_long_long_func, v_signed_long_long_func)
9082 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
9083 (main) [!NO_LONG_LONG]: Initialize long long variants.
9084
9085 * gdb.base/whatis.exp: If board file requests no_long_long, build
9086 test with NO_LONG_LONG defined. Test long long, signed long long,
9087 and unsigned long long variants but only if board file doesn't
9088 disable it.
9089
9090 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
9091 Daniel Jacobowitz <dan@codesourcery.com>
9092
9093 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
9094 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
9095 * configure: Regenerated.
9096 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
9097 gdb.pascal/types.exp, lib/pascal.exp: New files.
9098
9099 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
9100
9101 * gdb.cp/classes.exp (do_tests): Always step to the line after the
9102 call.
9103 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
9104 to return to the call.
9105 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
9106 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
9107 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
9108 * gdb.mi/mi-until.exp (test_until): Likewise.
9109 * gdb.mi/mi2-until.exp (test_until): Likewise.
9110
9111 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
9112
9113 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
9114 two-char array.
9115 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
9116
9117 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
9118
9119 * gdb.threads/watchthreads.c (thread_function): Sleep between
9120 iterations.
9121 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
9122 at once for S/390. Generate matching fails and passes.
9123
9124 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
9125
9126 * gdb.mi/var-cmd.c (do_children_tests): Initialize
9127 the 'struct_declarations' variable to zeros.
9128
9129 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
9130
9131 * gdb.cp/mb-ctor.cc: New.
9132 * gdb.cp/mb-ctor.exp: New.
9133 * gdb.cp/mb-templates.cc: New.
9134 * gdb.cp/mb-templates.exp: New.
9135
9136 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
9137
9138 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
9139
9140 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
9141
9142 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
9143 targets.
9144 * configure: Regenerate.
9145
9146 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
9147
9148 * gdb.base/annota1.exp: Adjust for 'info break'
9149 format changes.
9150 * gdb.base/annota3.exp: Likewise.
9151 * gdb.base/break.exp: Likewise.
9152 * gdb.base/condbreak.exp: Likewise.
9153 * gdb.base/pending.exp: Likewise.
9154 * gdb.base/sepdebug.exp: Likewise.
9155 * gdb.base/unload.exp: Likewise.
9156 * gdb.base/ovldbreak.exp: Likewise.
9157
9158 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
9159
9160 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
9161 messages.
9162 * gdb.base/chng-syms.exp: Likewise.
9163 * gdb.base/unload.exp: Likewise.
9164
9165 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
9166
9167 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
9168
9169 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
9170
9171 * schedlock.c (NUM): Change to 1.
9172 (main): Use args[0] for the main thread.
9173 * schedlock.exp: Only expect two threads. Only issue one pass or fail
9174 regardless of the number of threads.
9175
9176 2007-09-14 Maciej W. Rozycki <macro@mips.com>
9177
9178 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
9179 type down.
9180 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9181 test.
9182 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
9183 watchpoint type down.
9184 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
9185 test.
9186
9187 2007-09-14 Maciej W. Rozycki <macro@mips.com>
9188
9189 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
9190 Move all the tests here and run them twice, once using software
9191 watchpoints and once using hardware watchpoints.
9192 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
9193
9194 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
9195
9196 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
9197 test.
9198
9199 2007-09-10 Mark Kettenis <kettenis@gnu.org>
9200
9201 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
9202 build-id.
9203
9204 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
9205 know about $ORIGIN. Calculate output dir from $dest instead of
9206 using ${objdir}/{$subdir}.
9207
9208 2007-09-09 Mark Kettenis <kettenis@gnu.org>
9209
9210 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
9211 gcore, before continuing with the test.
9212
9213 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
9214
9215 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
9216 * gdb.mi/mi-watch.exp: Likewise.
9217
9218 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9219 Jim Blandy <jimb@codesourcery.com>
9220
9221 * gdb.arch/i386-sse.exp: Do not expect character constants.
9222 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
9223 * gdb.base/display.exp: Allow print/s.
9224 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
9225 and unsigned char array changes.
9226
9227 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
9228
9229 * gdb.base/display.exp: Add tests for printf %p.
9230
9231 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
9232
9233 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
9234 the dll name to unicode.
9235
9236 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 * gdb.base/default.exp (show version): Update the version text.
9239 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
9240
9241 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9242
9243 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
9244 New files.
9245
9246 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9247
9248 * lib/gdb.exp (build_id_debug_filename_get): New function.
9249 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
9250 Remove the generate DEBUG file for the future testcase runs.
9251 New testcase for the NT_GNU_BUILD_ID retrieval.
9252 Move the final testing step to ...
9253 (test_different_dir): ... a new function.
9254 New parameter XFAIL to XFAIL all the tests performed.
9255 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
9256 New parameter TYPE to PF_PREFIX all the tests performed.
9257
9258 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
9259
9260 * gdb.mi/mi-var-cp.cc (path_expression): New
9261 function.
9262 * gdb.mi/mi-var-cp.exp: Run path exression tests.
9263
9264 2007-08-27 Markus Deuling <deuling@de.ibm.com>
9265
9266 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
9267 to fit into SPU Local Store memory.
9268
9269 2007-08-23 Joel Brobecker <brobecker@adacore.com>
9270
9271 * gdb.base/default.exp: Adjust the expected output of "info
9272 warranty" after the switch to GPLv3.
9273
9274 2007-08-23 Joel Brobecker <brobecker@adacore.com>
9275
9276 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
9277 to 30000 (from 20000).
9278
9279 2007-08-23 Joel Brobecker <brobecker@adacore.com>
9280
9281 Switch the license of all .exp files to GPLv3.
9282 Switch the license of all .f and .f90 files to GPLv3.
9283 Switch the license of all .s and .S files to GPLv3.
9284
9285 2007-08-23 Joel Brobecker <brobecker@adacore.com>
9286
9287 * configure.ac: Switch license to GPLv3.
9288
9289 2007-08-23 Joel Brobecker <brobecker@adacore.com>
9290
9291 Switch the licensing to GPLv3 for all .ads and .adb files.
9292
9293 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
9294
9295 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
9296 and t_int_double.
9297 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
9298
9299 2007-08-17 Joel Brobecker <brobecker@adacore.com>
9300
9301 * gdb.base/step-line.c: Switch license to GPL version 3, and
9302 update copyright year.
9303 * gdb.base/step-line.inp: Likewise.
9304
9305 2007-08-17 Joel Brobecker <brobecker@adacore.com>
9306
9307 * gdb.base/gdb1555.exp: Make expected output immune to formatting
9308 changes inside gdb1555.c.
9309 * gdb.base/pending.exp: Likewise.
9310
9311 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
9312
9313 * config/default.exp: New file.
9314
9315 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9316
9317 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
9318 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
9319
9320 2007-07-30 Maciej W. Rozycki <macro@mips.com>
9321
9322 * gdb.base/dump.exp: Force the correct endianness for binary
9323 formats not carrying this information.
9324
9325 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9326
9327 * gdb.threads/staticthreads.exp: Match .*sem_post.
9328
9329 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9330
9331 * gdb.base/readline.exp (operate_and_get_next): Match the final
9332 prompt.
9333
9334 2007-07-23 Kevin Buettner <kevinb@redhat.com>
9335
9336 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
9337 to restarting SID.
9338
9339 2007-07-18 Kevin Buettner <kevinb@redhat.com>
9340
9341 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
9342 prior to `gdb_start'.
9343
9344 2007-07-18 Kevin Buettner <kevinb@redhat.com>
9345
9346 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
9347 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
9348 Remove call to gdb_unload.
9349
9350 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
9351 Daniel Jacobowitz <dan@codesourcery.com>
9352
9353 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
9354 for __WIN32__.
9355 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
9356 * gdb.base/unload.exp: Use shared library test routines.
9357
9358 2007-07-03 Markus Deuling <deuling@de.ibm.com>
9359
9360 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
9361 * gdb.base/solib-symbol-lib.c: Likewise.
9362 * gdb.base/solib-symbol-main.c: Likewise.
9363
9364 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
9365
9366 * config/gdbserver.exp (gdb_reconnect): New.
9367 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
9368 gdb.base/solib-disc.exp: New files.
9369 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
9370 remote debugging".
9371 (gdb_compile): Add shlib_load flag.
9372 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
9373 port.
9374 (gdbserver_reconnect): New.
9375
9376 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
9377 Daniel Jacobowitz <dan@codesourcery.com>
9378
9379 * gdb.base/annota3.exp: Test for if construct.
9380
9381 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
9382
9383 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
9384
9385 2007-06-21 Chris Dearman <chris@mips.com>
9386 Maciej W. Rozycki <macro@mips.com>
9387
9388 * gdb.base/display.exp: Allow a newline after display/i.
9389 * gdb.base/pc-fp.exp: Likewise.
9390 * gdb.base/sigbpt.exp: Likewise.
9391
9392 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9393
9394 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
9395 required features to be included.
9396
9397 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9398
9399 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
9400 in info threads output.
9401
9402 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9403 Markus Deuling <deuling@de.ibm.com>
9404
9405 * gdb.arch/spu-info.exp: New testcase.
9406 * gdb.arch/spu-info.c: New file.
9407
9408 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
9409
9410 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
9411 tpcs_offset. Restore lr after the call.
9412 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
9413
9414 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
9415
9416 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
9417 (gdbserver_run): Kill any running gdbserver.
9418 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
9419
9420 2007-05-17 Maciej W. Rozycki <macro@mips.com>
9421
9422 * gdb.base/sigbpt.exp: Preset segv_addr.
9423
9424 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
9425
9426 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
9427 (gdb_compile_shlib): Likewise.
9428 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
9429 (default_gdb_init): Clear cleanfiles.
9430 (gdb_finish): Delete recorded cleanfiles.
9431 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
9432
9433 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
9434 Do not use isnative.
9435 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
9436 gdb.base/so-impl-ld.exp: Likewise.
9437 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
9438 * gdb.base/unload.exp: Likewise. Do not pass empty option to
9439 gdb_compile.
9440
9441 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
9442
9443 * config/unknown.exp: Remove.
9444
9445 2007-05-15 Markus Deuling <deuling@de.ibm.com>
9446
9447 * gdb.base/info-proc.exp: Check is_remote.
9448
9449 2007-05-14 Markus Deuling <deuling@de.ibm.com>
9450
9451 * gdb.base/gcore.exp: Initialize variable core_supported.
9452
9453 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9454
9455 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
9456
9457 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9458
9459 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
9460 * gdb.threads/print-threads.exp (test_all_threads): Allow
9461 negative and hexadecimal thread IDs.
9462
9463 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
9464
9465 * gdb.java/jprint.java (public): Avoid invalid call to static
9466 method.
9467
9468 2007-05-14 Denis Pilat <denis.pilat@st.com>
9469
9470 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
9471 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
9472 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
9473 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
9474 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
9475
9476 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9477
9478 * gdb.base/overlays.exp: Add support for targets with only code
9479 overlay support, not data overlay. Support spu-*-* target in
9480 this mode.
9481 * gdb.base/ovlymgr.c: Provide stubs for spu target.
9482 * gdb.base/spu.ld: New file.
9483
9484 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
9485
9486 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
9487
9488 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
9489
9490 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
9491
9492 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9493
9494 * gdb.java/jmain.exp: Handle demangled names with and without method
9495 signatures.
9496
9497 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
9498
9499 * gdb.mi/mi-syn-frame.c (main, foo, bar)
9500 (have_a_very_merry_interrupt): Remove calls to puts.
9501 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
9502 inferior output.
9503 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
9504 test names.
9505
9506 2007-04-29 Markus Deuling <deuling@de.ibm.com>
9507 Daniel Jacobowitz <dan@codesourcery.com>
9508
9509 * gdb.base/auxv.exp (core_works): Also check is_remote.
9510 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
9511
9512 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
9513
9514 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
9515 message, not the undefined 'module' variable.
9516 * gdb.base/siginfo.exp: Likewise.
9517 * gdb.base/sigstep.exp: Likewise.
9518 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
9519 serialport.
9520 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
9521
9522 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
9523
9524 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
9525 target sim fails. Return 0 otherwise.
9526 (gdb_load): Return prematurely if gdb_target_sim fails.
9527
9528 2007-04-16 Denis Pilat <denis.pilat@st.com>
9529
9530 * gdb.base/setshow.exp: Reset height after having set it to 100.
9531
9532 2007-04-16 Denis Pilat <denis.pilat@st.com>
9533
9534 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
9535
9536 2007-04-16 Denis Pilat <denis.pilat@st.com>
9537
9538 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
9539
9540 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
9541
9542 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
9543 tests. Run the frozen varobjs test.
9544 * gdb.mi/var-cmd.c (do_frozen_tests): New.
9545 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
9546
9547 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9548
9549 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
9550 gdb.base/type-opaque.exp: New files.
9551
9552 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
9553
9554 * gdb.mi/mi-var-child.c
9555 (do_children_tests): User char[2] instead of
9556 char so that automatic printing of pointers to char
9557 don't give unpredicable result.
9558 * gdb.mi/var-cmd.c (do_locals_test): Initialize
9559 local variables.
9560 * gdb.mi/mi-var-child.exp: Step to right line
9561 of do_children_tests.
9562 * gdb.mi/mi2-var-child.exp: Likewise.
9563 * gdb.mi/mi-var-cmd.exp: Step to right line of
9564 do_locals_tests.
9565 (do_children_tests): User char[2] instead of
9566 char so that automatic printing of pointers to char
9567 don't give unpredicable result.
9568 * gdb.mi/mi2-var-cmd.exp: Likewise.
9569 * lib/mi-support.exp (mi_continue_to_line):
9570 Pass test name to mi_wait_for_stop.
9571
9572 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9573
9574 * gdb.asm/asm-source.exp: Remove d10v case.
9575 * lib/gdb.exp (skip_cplus_tests): Likewise.
9576 * gdb.asm/d10v.inc: Deleted.
9577
9578 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9579
9580 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
9581
9582 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9583
9584 * config/netware.exp: Delete file.
9585
9586 2007-03-29 Joel Brobecker <brobecker@adacore.com>
9587
9588 * gdb.dwarf2/dw2-noloc.S: New file.
9589 * gdb.dwarf2/dw2-noloc.exp: New file.
9590
9591 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
9592
9593 * gdb.cp/method2.cc: New test.
9594 * gdb.cp/method2.exp: New test.
9595 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
9596
9597 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9598
9599 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
9600
9601 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
9602
9603 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
9604
9605 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
9606
9607 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
9608 (gdb_load): Delete, replace with...
9609 (gdb_reload): ...this.
9610 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
9611 * gdb.server/server-mon.exp: Likewise.
9612 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
9613 (gdb_start_cmd): New.
9614 (gdb_file_cmd): Save the last loaded file.
9615 (gdb_reload): New.
9616 (gdb_gnu_strip_debug): Use transform.
9617 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
9618 support here. Use new $last_loaded_file. Check mtime.
9619 (gdb_target_cmd): Handle ObjC failure case.
9620 (infer_host_exec): Delete.
9621 (gdbserver_load): Rename to...
9622 (gdbserver_run): ...this. Simplify.
9623 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
9624 (mi_gdb_load): Move most contents to a new function...
9625 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
9626 (mi_run_cmd): Use mi_gdb_target_load.
9627 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
9628 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
9629 Use gdb_run_cmd.
9630 * gdb.base/charsign.exp: Remove incorrect comment.
9631 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
9632 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
9633 gdb.base/start.exp: Use gdb_start_cmd.
9634
9635 2007-03-23 Nigel Stephens <nigel@mips.com>
9636 Maciej W. Rozycki <macro@mips.com>
9637
9638 * gdb.base/sigbpt.exp: Fix the message when skipping test.
9639 * gdb.base/signull.exp: Similarly.
9640
9641 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9642
9643 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
9644 messages available to test cases (like chng-sym.exp).
9645
9646 2007-03-14 Andreas Schwab <schwab@suse.de>
9647
9648 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
9649 format changes.
9650
9651 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
9652
9653 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
9654 (optimized_1): New.
9655 (main): Call optimized_1.
9656 (gdb2029): Correct typos. Call gdb2029_marker.
9657 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
9658 for gdb2029.
9659
9660 2007-03-12 Mark Kettenis <kettenis@gnu.org>
9661
9662 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
9663 as tabs. Remove redundant test pattern.
9664
9665 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9666
9667 * gdb.base/long_long.exp: Accept optional symbol name in <...>
9668 for /a format output.
9669
9670 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
9671
9672 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
9673 collect output incrementally.
9674
9675 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9676
9677 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
9678 for -var-create lpcharacter test.
9679 * gdb.mi/mi2-var-cmd.exp: Likewise.
9680
9681 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9682
9683 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
9684 pass on targets where address zero is readable.
9685
9686 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9687
9688 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
9689 just a single architecture.
9690
9691 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9692
9693 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
9694 (fetch_all_registers): New function, uses gdb_test_multiple and
9695 exp_continue to fetch inferior output line-by-line.
9696 Replace all uses of do_get_all_registers by fetch_all_registers.
9697
9698 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9699
9700 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
9701 in target_info.
9702
9703 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9704
9705 * gdb.threads/manythreads.exp: Use $message string for
9706 consistancy; add a default (timeout) case.
9707
9708 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9709
9710 * gdb.base/watchpoint.exp: Fix truncated comment.
9711
9712 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
9713
9714 * Makefile.in: Remove spurious single-quotes from sed command.
9715
9716 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
9717
9718 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
9719 func.
9720 * gdb.mi/mi2-var-cmd.exp: Likewise.
9721
9722 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9723
9724 * gdb.dwarf2/dw2-producer.S: New file.
9725 * gdb.dwarf2/dw2-producer.exp: New testcase.
9726
9727 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
9728
9729 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9730 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9731 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9732 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9733 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9734 Revert tests to use mi_gdb_test and include value field in output
9735 of -var-create.
9736
9737 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9738
9739 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
9740
9741 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
9742
9743 * gdb.base/maint.exp: Remove full paths from test names.
9744 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
9745 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
9746
9747 2007-02-27 Joel Brobecker <brobecker@adacore.com>
9748
9749 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
9750
9751 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9752
9753 * gdb.server/server-mon.exp: New test.
9754
9755 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9756
9757 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
9758
9759 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
9760
9761 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
9762 register capitalization.
9763
9764 2007-02-13 Denis Pilat <denis.pilat@st.com>
9765
9766 * gdb.mi/mi-var-invalidate.exp: New file.
9767
9768 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9769
9770 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
9771
9772 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9773
9774 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
9775
9776 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
9777
9778 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
9779 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
9780
9781 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
9782
9783 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
9784 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
9785 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
9786 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
9787 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
9788 * gdb.mi/gdb792.exp, lib/mi-support.exp:
9789 Update tests to include value field in output of -var-create.
9790
9791 2007-02-08 Andreas Schwab <schwab@suse.de>
9792
9793 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
9794
9795 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
9796
9797 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
9798 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
9799
9800 2007-02-02 Denis Pilat <denis.pilat@st.com>
9801
9802 * gdb.threads/threadapply.exp: check that frame is not changed by
9803 the thread apply all command.
9804
9805 2007-01-31 Andreas Schwab <schwab@suse.de>
9806
9807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
9808
9809 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
9810 in the dwarf sections.
9811 * gdb.dwarf2/mac-fileno.S: Likewise.
9812
9813 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
9814 bspstore register on ia64.
9815
9816 2007-01-29 Andreas Schwab <schwab@suse.de>
9817
9818 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
9819 "frame-begin" annotation.
9820
9821 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
9822 number of "frames-invalid" annotations.
9823
9824 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9825
9826 * gdb.base/commands.exp: Call if_commands_test.
9827 (gdb_test_no_prompt, if_commands_test): New.
9828
9829 2007-01-28 Mark Kettenis <kettenis@gnu.org>
9830
9831 * gdb.threads/sigthread.c (NSIGS): Make bigger.
9832
9833 2007-01-27 Andreas Schwab <schwab@suse.de>
9834
9835 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
9836 .short/.int/.quad in the dwarf sections.
9837 * gdb.dwarf2/dw2-intercu.S: Likewise.
9838 * gdb.dwarf2/dw2-intermix.S: Likewise.
9839
9840 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9841
9842 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
9843 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
9844 array.
9845 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
9846 * gdb.base/setvar.exp: Likewise.
9847
9848 2007-01-26 Andreas Schwab <schwab@suse.de>
9849
9850 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
9851 test.
9852
9853 * gdb.base/multi-forks.exp ("restart $i"): Also match
9854 __kernel_syscall_via_break.
9855
9856 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
9857
9858 * lib/mi-support.exp (mi_delete_varobj): New.
9859 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
9860 testcase.
9861 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
9862 (main): Call the above.
9863 (reference_update_test, base_in_reference_test)
9864 (reference_to_pointer): Delete the created varobjs.
9865
9866 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
9867
9868 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
9869 * configure: Regenerated.
9870 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
9871 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
9872 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
9873 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
9874 * lib/gdb.exp (gdb_skip_xml_test): New function.
9875
9876 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
9877
9878 * gdb.base/sigrepeat.exp: Correct error message.
9879
9880 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9881 Daniel Jacobowitz <dan@codesourcery.com>
9882
9883 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
9884 gdb.arch/i386-gnu-cfi-asm.S: New files.
9885
9886 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9887
9888 * lib/gdb.exp: Abort on missing `site.exp'.
9889
9890 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9891 Daniel Jacobowitz <dan@codesourcery.com>
9892
9893 * gdb.base/included.c, gdb.base/included.exp,
9894 gdb.base/included.h: New files.
9895
9896 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9897
9898 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
9899 (maximize_rlimit): Reduce limits on 64-bit systems.
9900
9901 2007-01-19 Mark Kettenis <kettenis@gnu.org>
9902
9903 From Marcus Deuling <deuling@de.ibm.com>:
9904 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
9905 every case.
9906
9907 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
9908
9909 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
9910 (test_path_specification): Use objdir instead of srcdir to always
9911 get an absolute filename.
9912
9913 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
9914
9915 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
9916
9917 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
9918
9919 * gdb.mi/mi-var-cp.cc (reference_update_tests):
9920 Make sure the variable we're using is in scope.
9921 (reference_to_pointer): Likewise.
9922
9923 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9924
9925 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
9926 has no debug information.
9927
9928 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
9929
9930 * gdb.base/annota1.exp: Remove extra send_gdb.
9931
9932 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9933
9934 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
9935
9936 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9937
9938 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
9939
9940 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
9941 Daniel Jacobowitz <dan@codesourcery.com>
9942
9943 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
9944 lcharacter or linteger change. Correct duplicated test name.
9945 * gdb.mi/mi2-var-cmd.exp: Likewise.
9946
9947 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9948
9949 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
9950
9951 2007-01-05 Joel Brobecker <brobecker@adacore.com>
9952
9953 * gdb.base/nofield.c: New file.
9954 * gdb.base/nofield.exp: New testcase.
9955
9956 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
9957
9958 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
9959
9960 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
9961 test.
9962
9963 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9964
9965 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
9966
9967 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
9968
9969 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
9970 when continuing.
9971
9972 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9973
9974 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
9975 Expect ".exe" extension.
9976
9977 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9978
9979 * gdb.base/charset.exp: Add explicit filename to break.
9980 * gdb.base/dbx.exp: Add explicit filename to breaks.
9981
9982 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
9983
9984 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
9985 * gdb.mi/mi2-file.exp: Likewise.
9986
9987 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
9988
9989 Implement specification of MI tests as comments
9990 in C and C++ sources.
9991 * lib/mi-support.exp (mi_autotest_data): New variable.
9992 (mi_autotest_source): New variable.
9993 (count_newlines, mi_prepare_inline_tests)
9994 (mi_get_inline_test, mi_continue_to_line)
9995 (mi_run_inline_test, mi_tbreak)
9996 (mi_send_resuming_command, mi_wait_for_stop): New functions.
9997 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
9998 Run inline tests.
9999 * gdb.mi/mi-var-cp.cc: Define tests here.
10000
10001 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
10002
10003 Simplify usage of mi_continue_to.
10004 * lib/mi-support.exp (mi_runto_helper): Renamed
10005 from mi_runto, added new parameter 'run_or_continue'.
10006 (mi_runto): Use mi_runto_helper.
10007 (mi_continue_to): Accept just function name as parameter.
10008 Use mi_runto_helper.
10009 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
10010 * gdb.mi/mi2-var-cmd.exp: Likewise.
10011
10012 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10013
10014 Make this testcase a bit more realistic. The current code
10015 is too simplistic, and allows the compiler to optimize out
10016 some of the entities we need for this testcase.
10017 * gdb.ada/null_record/bar.ads (Void_Star): New type.
10018 (Do_Nothing): Add extra parameter.
10019 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
10020 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
10021 by using a variable of type Void_Star.
10022
10023 2006-01-04 Joel Brobecker <brobecker@adacore.com>
10024
10025 * gdb.ada/catch_ex/foo.adb: New file.
10026 * gdb.ada/catch_ex.exp: New testcase.
10027
10028 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
10029
10030 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
10031 pass --image-base to linker.
10032
10033 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10034 Daniel Jacobowitz <dan@codesourcery.com>
10035
10036 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
10037 secondary prompts.
10038
10039 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10040
10041 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
10042 output. Test the types of members and member pointers.
10043 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
10044 gdb/2092.
10045 * gdb.cp/member-ptr.exp: Search for a comment instead of a
10046 statement. Enable for GCC. Update expected output for some tests
10047 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
10048 layout.
10049 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
10050 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
10051 (Diamond::vget_base): New.
10052 (main): Add new tests.
10053 * gdb.cp/printmethod.exp: Update expected output for member functions.
10054 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
10055 print pEe->D::vg().
10056
10057 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
10058
10059 * gdb.threads/tls.exp: Allow stops in sem_post.
10060
10061 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
10062
10063 * gdb.base/annota1.exp: Allow .*printf in backtraces.
10064 * gdb.base/annota3.exp: Likewise.
10065 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
10066 again (instead of timing out).
10067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
10068 GCC bug 26475.
10069 * gdb.java/jmisc.exp: Adjust to work with method signatures including
10070 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
10071 test from jmisc1.exp.
10072 * gdb.java/jmisc1.exp: Delete.
10073 * gdb.java/jprint.exp: Adjust to work with method signatures including
10074 return types.
10075 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
10076 * gdb.threads/linux-dp.exp: Don't be confused by program output.
10077 * lib/java.exp (compile_java_from_source): Pass the correct type
10078 to target_compile.
10079
10080 2006-12-31 Joel Brobecker <brobecker@adacore.com>
10081
10082 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
10083 (stack_align_edx): New function.
10084 (stack_align_eax): New function.
10085 (main): Add calls to stack_align_edx and stack_align_eax.
10086 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
10087 Add testing for the cases where the register used during a stack
10088 realignment is edx. Same for eax.
10089
10090 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
10091
10092 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
10093 and generic PE targets.
10094
10095 2006-12-29 Joel Brobecker <brobecker@adacore.com>
10096
10097 * gdb.ada/array_return.exp: Update copyright date list.
10098
10099 2006-12-27 Joel Brobecker <brobecker@adacore.com>
10100
10101 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
10102 (Create_Small_Float_Vector): New function.
10103 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
10104 function body.
10105 * gdb.ada/array_return/p.adb: Use new type and function from
10106 package Pck.
10107 * gdb.ada/array_return.exp: Add a test verifying that GDB is
10108 able to print the value returned by a function returning an
10109 array of float.
10110
10111 2006-12-20 Joel Brobecker <brobecker@adacore.com>
10112
10113 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
10114 The associated tests should be PASSing.
10115
10116 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10117
10118 Test for base in references.
10119 * gdb.mi/mi-var-cp.cc: Add test code.
10120 * gdb.mi/mi-var-cp.exp: Test for bases in references.
10121 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
10122 * gdb.mi/mi2-watch.exp: Likewise.
10123 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
10124 (mi_list_varobj_children): New function.
10125
10126 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
10127
10128 * lib/mi-support.exp
10129 (mi_runto): Accept "()" after function name.
10130 (mi_create_varobj): New function.
10131 (mi_varobj_update): New function.
10132 (mi_Check_varobj_value): New function.
10133 * gdb.mi/mi-var-cp.exp: New file.
10134 * gdb.mi/mi-var-cp.cc: New file.
10135
10136 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
10137
10138 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
10139 gdb.base/weaklib2.c: New files.
10140
10141 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
10142
10143 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
10144 info. Adjust test names.
10145
10146 * gdb.base/break.c (main): Move position of malloc.
10147 * gdb.base/break.exp: Revert mistaken checkin.
10148
10149 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
10150
10151 * gdb.mi/mi-var-cmd.exp: Check -var-update after
10152 assignement of arrays and function pointers.
10153 * gdb.mi/var-cmd.c: Add declaration necessary for above
10154 tests.
10155
10156 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10157
10158 * gdb.base/break.c (main): Call malloc.
10159
10160 * gdb.threads/linux-dp.exp: Read thread table before and after
10161 creating each philosopher and verify it.
10162
10163 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
10164 Paul Brook <paul@codesourcery.com>
10165 Daniel Jacobowitz <dan@codesourcery.com>
10166
10167 * gdb.base/ending-run.exp: Flatten expect script stepping out of
10168 main to remove duplication. Add start function of the form
10169 '_*start[1-9]*'. Add RVDS start function.
10170
10171 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10172
10173 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
10174
10175 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10176
10177 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
10178 * gdb.asm/spu.inc: New file.
10179 * gdb.base/term.exp: Disable if [target_info exists noargs].
10180 * gdb.gdb/complaints.exp: Disable if ![isnative].
10181 * gdb.gdb/selftest.exp: Likewise.
10182 * gdb.gdb/observer.exp: Likewise.
10183 * gdb.gdb/xfullpath.exp: Likewise.
10184 * gdb.base/attach.exp: Disable on SPU target.
10185 * gdb.cp/bs145503.exp: Likewise.
10186 * gdb.cp/exception.exp: Likewise.
10187 * gdb.cp/userdef.exp: Likewise.
10188
10189 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
10190
10191 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
10192
10193 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
10194
10195 * gdb.base/completion.exp: Fix completion tests for
10196 'info' and 'info '.
10197 * gdb.base/help.exp (help_test_raw, test_class_help)
10198 (test_prefix_command_help): Move...
10199 * lib/gdb.exp: Here.
10200 * gdb.base/main.exp: Adjust.
10201 * gdb.cp/maint.exp: Adjust.
10202 * gdb.trace/tracecmd.exp: Use test_help_class.
10203
10204 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10205
10206 * gdb.stabs/weird.exp (print_weird_var): Use
10207 gdb_test_multiple instead of gdb_expect.
10208
10209 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
10210
10211 * gdb.base/help.exp (help_test_raw): New.
10212 (test_class_help): New.
10213 (test_prefix_command_help): New.
10214 Adjust testcases.
10215
10216 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
10217
10218 * gdb.base/constvars.c (main): Write to crass and crips, so that
10219 they are allocated by the compiler.
10220
10221 2006-10-27 Andreas Schwab <schwab@suse.de>
10222
10223 * gdb.base/multi-forks.exp: Use "detach fork" instead of
10224 "detach-fork".
10225
10226 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
10227
10228 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
10229 of patterns.
10230
10231 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10232
10233 * gdb.base/sepdebug.exp: Remove debug format test.
10234 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
10235 Handle no-symtab.
10236 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
10237
10238 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
10239
10240 * gdb.threads/manythreads.c (thread_function, main): Don't cast
10241 int to pointer or pointer to int.
10242 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
10243
10244 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
10245
10246 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
10247
10248 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10249
10250 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
10251
10252 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10253
10254 PR c++/2116
10255 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
10256
10257 2006-10-06 Joel Brobecker <brobecker@adacore.com>
10258
10259 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
10260 the corresponding bug has been fixed in GDB (PR/2018).
10261
10262 2006-10-06 Joel Brobecker <brobecker@adacore.com>
10263
10264 * gdb.base/subst.exp: New testcase.
10265
10266 2006-10-06 Joel Brobecker <brobecker@adacore.com>
10267
10268 * gdb.ada/array_return/pck.ads: Add copyright notice.
10269 * gdb.ada/array_return/pck.adb: Likewise.
10270 * gdb.ada/array_return/p.adb: Likewise.
10271 * gdb.ada/exec_changed/first.adb: Likewise.
10272 * gdb.ada/exec_changed/second.adb: Likewise.
10273
10274 2006-10-06 Joel Brobecker <brobecker@adacore.com>
10275
10276 * gdb.ada/watch_arg/watch.adb: New file.
10277 * gdb.ada/watch_arg.exp: New testcase.
10278
10279 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
10280
10281 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
10282 via string_to_regexp.
10283 * gdb.mi/mi2-basics.exp: Likewise.
10284
10285 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
10286
10287 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
10288 Remove unused / obsolete files.
10289
10290 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
10291
10292 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
10293
10294 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
10295
10296 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
10297 HIGH_FRAME argument to -stack-list-arguments can be larger than
10298 the number of frames.
10299
10300 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
10301
10302 * gdb.base/args.c (main): Add breakpoint marker.
10303 * gdb.base/args.exp: Use args_test for tests. Add new tests which
10304 really test empty arguments.
10305 (args_load): Delete.
10306 (args_test): New.
10307
10308 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
10309
10310 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
10311 check for one file.
10312
10313 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
10314
10315 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
10316 HIGH_FRAME argument to -stack-list-locals can be larger than
10317 the number of frames.
10318
10319 2006-08-18 Fred Fish <fnf@specifix.com>
10320
10321 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
10322 '$' in front of skip_vmx_tests_saved when setting that.
10323
10324 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
10325
10326 * gdb.base/trace-commands.exp: New file.
10327
10328 2006-08-10 Joel Brobecker <brobecker@adacore.com>
10329 Daniel Jacobowitz <dan@codesourcery.com>
10330
10331 * gdb.base/step-bt.exp: Make hexadecimal address optional in
10332 expected output of the backtrace commands.
10333
10334 2006-08-09 Joel Brobecker <brobecker@adacore.com>
10335
10336 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
10337 untested followed by return combination.
10338 * gdb.arch/altivec-regs.exp: Likewise.
10339 * gdb.arch/e500-abi.exp: Likewise.
10340 * gdb.arch/e500-regs.exp: Likewise.
10341 * gdb.arch/gdb1291.exp: Likewise.
10342 * gdb.arch/gdb1431.exp: Likewise.
10343 * gdb.arch/gdb1558.exp: Likewise.
10344 * gdb.arch/i386-prologue.exp: Likewise.
10345 * gdb.arch/i386-unwind.exp: Likewise.
10346 * gdb.asm/asm-source.exp: Likewise.
10347 * gdb.base/a2-run.exp: Likewise.
10348 * gdb.base/advance.exp: Likewise.
10349 * gdb.base/all-bin.exp: Likewise.
10350 * gdb.base/annota1.exp: Likewise.
10351 * gdb.base/annota3.exp: Likewise.
10352 * gdb.base/args.exp: Likewise.
10353 * gdb.base/arithmet.exp: Likewise.
10354 * gdb.base/assign.exp: Likewise.
10355 * gdb.base/async.exp: Likewise.
10356 * gdb.base/attach.exp: Likewise.
10357 * gdb.base/bang.exp: Likewise.
10358 * gdb.base/bigcore.exp: Likewise.
10359 * gdb.base/bitfields.exp: Likewise.
10360 * gdb.base/bitfields2.exp: Likewise.
10361 * gdb.base/break.exp: Likewise.
10362 * gdb.base/call-sc.exp: Likewise.
10363 * gdb.base/call-strs.exp: Likewise.
10364 * gdb.base/callfuncs.exp: Likewise.
10365 * gdb.base/checkpoint.exp: Likewise.
10366 * gdb.base/chng-syms.exp: Likewise.
10367 * gdb.base/code-expr.exp: Likewise.
10368 * gdb.base/commands.exp: Likewise.
10369 * gdb.base/completion.exp: Likewise.
10370 * gdb.base/cond-expr.exp: Likewise.
10371 * gdb.base/condbreak.exp: Likewise.
10372 * gdb.base/consecutive.exp: Likewise.
10373 * gdb.base/constvars.exp: Likewise.
10374 * gdb.base/corefile.exp: Likewise.
10375 * gdb.base/cvexpr.exp: Likewise.
10376 * gdb.base/dbx.exp: Likewise.
10377 * gdb.base/define.exp: Likewise.
10378 * gdb.base/detach.exp: Likewise.
10379 * gdb.base/display.exp: Likewise.
10380 * gdb.base/dump.exp: Likewise.
10381 * gdb.base/ena-dis-br.exp: Likewise.
10382 * gdb.base/ending-run.exp: Likewise.
10383 * gdb.base/environ.exp: Likewise.
10384 * gdb.base/eval-skip.exp: Likewise.
10385 * gdb.base/exprs.exp: Likewise.
10386 * gdb.base/fileio.exp: Likewise.
10387 * gdb.base/finish.exp: Likewise.
10388 * gdb.base/float.exp: Likewise.
10389 * gdb.base/foll-exec.exp: Likewise.
10390 * gdb.base/foll-fork.exp: Likewise.
10391 * gdb.base/foll-vfork.exp: Likewise.
10392 * gdb.base/freebpcmd.exp: Likewise.
10393 * gdb.base/funcargs.exp: Likewise.
10394 * gdb.base/gcore.exp: Likewise.
10395 * gdb.base/gdb1090.exp: Likewise.
10396 * gdb.base/gdb1250.exp: Likewise.
10397 * gdb.base/huge.exp: Likewise.
10398 * gdb.base/info-proc.exp: Likewise.
10399 * gdb.base/interrupt.exp: Likewise.
10400 * gdb.base/jump.exp: Likewise.
10401 * gdb.base/langs.exp: Likewise.
10402 * gdb.base/lineinc.exp: Likewise.
10403 * gdb.base/list.exp: Likewise.
10404 * gdb.base/logical.exp: Likewise.
10405 * gdb.base/long_long.exp: Likewise.
10406 * gdb.base/macscp.exp: Likewise.
10407 * gdb.base/maint.exp: Likewise.
10408 * gdb.base/mips_pro.exp: Likewise.
10409 * gdb.base/miscexprs.exp: Likewise.
10410 * gdb.base/multi-forks.exp: Likewise.
10411 * gdb.base/opaque.exp: Likewise.
10412 * gdb.base/overlays.exp: Likewise.
10413 * gdb.base/pc-fp.exp: Likewise.
10414 * gdb.base/pointers.exp: Likewise.
10415 * gdb.base/printcmds.exp: Likewise.
10416 * gdb.base/psymtab.exp: Likewise.
10417 * gdb.base/ptype.exp: Likewise.
10418 * gdb.base/recurse.exp: Likewise.
10419 * gdb.base/relational.exp: Likewise.
10420 * gdb.base/relocate.exp: Likewise.
10421 * gdb.base/remote.exp: Likewise.
10422 * gdb.base/reread.exp: Likewise.
10423 * gdb.base/restore.exp: Likewise.
10424 * gdb.base/return.exp: Likewise.
10425 * gdb.base/return2.exp: Likewise.
10426 * gdb.base/scope.exp: Likewise.
10427 * gdb.base/sect-cmd.exp: Likewise.
10428 * gdb.base/sep.exp: Likewise.
10429 * gdb.base/sepdebug.exp: Likewise.
10430 * gdb.base/setshow.exp: Likewise.
10431 * gdb.base/setvar.exp: Likewise.
10432 * gdb.base/sigall.exp: Likewise.
10433 * gdb.base/sigbpt.exp: Likewise.
10434 * gdb.base/signals.exp: Likewise.
10435 * gdb.base/signull.exp: Likewise.
10436 * gdb.base/sizeof.exp: Likewise.
10437 * gdb.base/solib.exp: Likewise.
10438 * gdb.base/step-line.exp: Likewise.
10439 * gdb.base/step-test.exp: Likewise.
10440 * gdb.base/structs.exp: Likewise.
10441 * gdb.base/structs2.exp: Likewise.
10442 * gdb.base/term.exp: Likewise.
10443 * gdb.base/twice.exp: Likewise.
10444 * gdb.base/until.exp: Likewise.
10445 * gdb.base/varargs.exp: Likewise.
10446 * gdb.base/volatile.exp: Likewise.
10447 * gdb.base/watchpoint.exp: Likewise.
10448 * gdb.base/whatis-exp.exp: Likewise.
10449 * gdb.base/whatis.exp: Likewise.
10450 * gdb.cp/ambiguous.exp: Likewise.
10451 * gdb.cp/annota2.exp: Likewise.
10452 * gdb.cp/annota3.exp: Likewise.
10453 * gdb.cp/bool.exp: Likewise.
10454 * gdb.cp/breakpoint.exp: Likewise.
10455 * gdb.cp/casts.exp: Likewise.
10456 * gdb.cp/class2.exp: Likewise.
10457 * gdb.cp/classes.exp: Likewise.
10458 * gdb.cp/cplusfuncs.exp: Likewise.
10459 * gdb.cp/ctti.exp: Likewise.
10460 * gdb.cp/derivation.exp: Likewise.
10461 * gdb.cp/exception.exp: Likewise.
10462 * gdb.cp/gdb1355.exp: Likewise.
10463 * gdb.cp/hang.exp: Likewise.
10464 * gdb.cp/inherit.exp: Likewise.
10465 * gdb.cp/local.exp: Likewise.
10466 * gdb.cp/m-data.exp: Likewise.
10467 * gdb.cp/m-static.exp: Likewise.
10468 * gdb.cp/member-ptr.exp: Likewise.
10469 * gdb.cp/method.exp: Likewise.
10470 * gdb.cp/misc.exp: Likewise.
10471 * gdb.cp/namespace.exp: Likewise.
10472 * gdb.cp/overload.exp: Likewise.
10473 * gdb.cp/ovldbreak.exp: Likewise.
10474 * gdb.cp/pr-1023.exp: Likewise.
10475 * gdb.cp/pr-1210.exp: Likewise.
10476 * gdb.cp/pr-574.exp: Likewise.
10477 * gdb.cp/printmethod.exp: Likewise.
10478 * gdb.cp/psmang.exp: Likewise.
10479 * gdb.cp/ref-params.exp: Likewise.
10480 * gdb.cp/ref-types.exp: Likewise.
10481 * gdb.cp/rtti.exp: Likewise.
10482 * gdb.cp/templates.exp: Likewise.
10483 * gdb.cp/try_catch.exp: Likewise.
10484 * gdb.cp/userdef.exp: Likewise.
10485 * gdb.cp/virtfunc.exp: Likewise.
10486 * gdb.disasm/am33.exp: Likewise.
10487 * gdb.disasm/h8300s.exp: Likewise.
10488 * gdb.disasm/mn10300.exp: Likewise.
10489 * gdb.disasm/sh3.exp: Likewise.
10490 * gdb.disasm/t01_mov.exp: Likewise.
10491 * gdb.disasm/t02_mova.exp: Likewise.
10492 * gdb.disasm/t03_add.exp: Likewise.
10493 * gdb.disasm/t04_sub.exp: Likewise.
10494 * gdb.disasm/t05_cmp.exp: Likewise.
10495 * gdb.disasm/t06_ari2.exp: Likewise.
10496 * gdb.disasm/t07_ari3.exp: Likewise.
10497 * gdb.disasm/t08_or.exp: Likewise.
10498 * gdb.disasm/t09_xor.exp: Likewise.
10499 * gdb.disasm/t10_and.exp: Likewise.
10500 * gdb.disasm/t11_logs.exp: Likewise.
10501 * gdb.disasm/t12_bit.exp: Likewise.
10502 * gdb.disasm/t13_otr.exp: Likewise.
10503 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
10504 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
10505 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
10506 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
10507 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
10508 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
10509 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
10510 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
10511 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
10512 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
10513 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
10514 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
10515 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
10516 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
10517 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
10518 * gdb.mi/gdb701.exp: Likewise.
10519 * gdb.mi/gdb792.exp: Likewise.
10520 * gdb.mi/mi-basics.exp: Likewise.
10521 * gdb.mi/mi-break.exp: Likewise.
10522 * gdb.mi/mi-cli.exp: Likewise.
10523 * gdb.mi/mi-console.exp: Likewise.
10524 * gdb.mi/mi-disassemble.exp: Likewise.
10525 * gdb.mi/mi-eval.exp: Likewise.
10526 * gdb.mi/mi-file.exp: Likewise.
10527 * gdb.mi/mi-read-memory.exp: Likewise.
10528 * gdb.mi/mi-regs.exp: Likewise.
10529 * gdb.mi/mi-return.exp: Likewise.
10530 * gdb.mi/mi-simplerun.exp: Likewise.
10531 * gdb.mi/mi-stack.exp: Likewise.
10532 * gdb.mi/mi-stepi.exp: Likewise.
10533 * gdb.mi/mi-syn-frame.exp: Likewise.
10534 * gdb.mi/mi-until.exp: Likewise.
10535 * gdb.mi/mi-var-block.exp: Likewise.
10536 * gdb.mi/mi-var-child.exp: Likewise.
10537 * gdb.mi/mi-var-cmd.exp: Likewise.
10538 * gdb.mi/mi-var-display.exp: Likewise.
10539 * gdb.mi/mi-watch.exp: Likewise.
10540 * gdb.mi/mi2-basics.exp: Likewise.
10541 * gdb.mi/mi2-break.exp: Likewise.
10542 * gdb.mi/mi2-cli.exp: Likewise.
10543 * gdb.mi/mi2-console.exp: Likewise.
10544 * gdb.mi/mi2-disassemble.exp: Likewise.
10545 * gdb.mi/mi2-eval.exp: Likewise.
10546 * gdb.mi/mi2-file.exp: Likewise.
10547 * gdb.mi/mi2-read-memory.exp: Likewise.
10548 * gdb.mi/mi2-regs.exp: Likewise.
10549 * gdb.mi/mi2-return.exp: Likewise.
10550 * gdb.mi/mi2-simplerun.exp: Likewise.
10551 * gdb.mi/mi2-stack.exp: Likewise.
10552 * gdb.mi/mi2-stepi.exp: Likewise.
10553 * gdb.mi/mi2-syn-frame.exp: Likewise.
10554 * gdb.mi/mi2-until.exp: Likewise.
10555 * gdb.mi/mi2-var-block.exp: Likewise.
10556 * gdb.mi/mi2-var-child.exp: Likewise.
10557 * gdb.mi/mi2-var-cmd.exp: Likewise.
10558 * gdb.mi/mi2-var-display.exp: Likewise.
10559 * gdb.mi/mi2-watch.exp: Likewise.
10560 * gdb.stabs/exclfwd.exp: Likewise.
10561 * gdb.stabs/weird.exp: Likewise.
10562 * gdb.threads/gcore-thread.exp: Likewise.
10563 * gdb.trace/actions.exp: Likewise.
10564 * gdb.trace/backtrace.exp: Likewise.
10565 * gdb.trace/circ.exp: Likewise.
10566 * gdb.trace/collection.exp: Likewise.
10567 * gdb.trace/deltrace.exp: Likewise.
10568 * gdb.trace/infotrace.exp: Likewise.
10569 * gdb.trace/limits.exp: Likewise.
10570 * gdb.trace/packetlen.exp: Likewise.
10571 * gdb.trace/passc-dyn.exp: Likewise.
10572 * gdb.trace/passcount.exp: Likewise.
10573 * gdb.trace/report.exp: Likewise.
10574 * gdb.trace/save-trace.exp: Likewise.
10575 * gdb.trace/tfind.exp: Likewise.
10576 * gdb.trace/tracecmd.exp: Likewise.
10577 * gdb.trace/while-dyn.exp: Likewise.
10578 * gdb.trace/while-stepping.exp: Likewise.
10579
10580 2006-08-08 Joel Brobecker <brobecker@adacore.com>
10581
10582 * gdb.base/step-bt.c: New file.
10583 * gdb.base/step-bt.exp: New testcase.
10584
10585 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
10586
10587 * config/monitor.exp (gdb_load): Remove support for obsolete
10588 download-write-size.
10589 * gdb.base/remote.exp: Likewise. Update all callers of
10590 gdb_timed_load.
10591
10592 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
10593
10594 * cursal.exp: Pass binfile to gdb_load.
10595
10596 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
10597
10598 * gdb.base/cursal.exp: Add "" to gdb_load call.
10599
10600 2006-07-29 Mark Kettenis <kettenis@gnu.org>
10601
10602 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
10603 NetBSD/ELF targets.
10604
10605 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
10606
10607 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
10608 operator*.
10609
10610 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
10611
10612 * gdb.base/completion.exp: Update for change in "file" behavior.
10613 * gdb.stabs/weird.exp: Likewise.
10614 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
10615 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
10616
10617 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
10618
10619 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
10620 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
10621
10622 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
10623
10624 * gdb.base/default.exp: Update source command error message.
10625 * gdb.base/help.exp: Update 'help source' message.
10626
10627 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
10628
10629 * gdb.cp/bs15503.exp: Update comment for no longer crashing
10630 test.
10631
10632 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
10633
10634 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
10635
10636 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10637
10638 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
10639
10640 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
10641
10642 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
10643
10644 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10645
10646 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
10647 *-*-openbsd* from targets for wich we expect ARM FPA floating
10648 point format.
10649
10650 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
10651
10652 * gdb.cp/annota3.exp: Expect frame-begin annotation.
10653
10654 2006-07-17 Mark Kettenis <kettenis@gnu.org>
10655
10656 * gdb.base/annota3.exp: Expect frame-begin annotation.
10657
10658 2006-07-14 Joel Brobecker <brobecker@adacore.com>
10659
10660 * gdb.base/help.exp: Adjust "help unset" test to accept
10661 any list of unset commands.
10662
10663 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
10664 Daniel Jacobowitz <dan@codesourcery.com>
10665
10666 * gdb.cp/ref-params.exp: New test.
10667 * gdb.cp/ref-params.cc: New source file.
10668 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
10669
10670 2006-07-08 Mark Kettenis <kettenis@gnu.org>
10671
10672 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
10673 spaces/tabs in regular expressions since they might not be there.
10674
10675 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
10676
10677 * gdb.base/ifelse.exp: New file.
10678
10679 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
10680
10681 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
10682 line.
10683 * gdb.base/huge.exp: Loop over compilation to find a size that
10684 is acceptable.
10685 * gdb.base/remote.exp: Correct expected strings.
10686 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
10687
10688 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10689
10690 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
10691
10692 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10693
10694 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
10695 native.
10696
10697 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10698
10699 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
10700 enable stabs testing.
10701
10702 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10703
10704 * gdb.base/auxv.exp: Intercept undefined command messages before
10705 gdb_test_multiple does.
10706
10707 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
10708
10709 * Makefile.in (host_alias): Remove.
10710 (target_alias): Use @target_noncanonical@.
10711 (site.exp): Don't set host_alias.
10712 * aclocal.m4: Remove contents. Include acx.m4.
10713 * configure: Regenerated.
10714 * configure.ac: Use ACX_NONCANONICAL_TARGET.
10715
10716 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
10717
10718 * lib/gdb.exp (gdb_load_cmd): New.
10719
10720 * gdb.base/fileio.c: Add system(NULL) test.
10721 * gdb.base/fileio.exp: Check it.
10722
10723 * gdb.base/break.c: Add 10a breakpoint at }
10724 * gdb.base/break.exp: Add test for breakpoint at }
10725 * gdb.cp/anon-union.cc: Add code at end of function.
10726 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
10727 * gdb.mi/var-cmd.c: Add code at end of function.
10728 * gdb.mi/mi-var-display.exp: Adjust end of next.
10729 * gdb.mi/mi2-var-display.exp: Likewise.
10730 * gdb.base/fileio.c: Add stop function and insert calls at
10731 stopping places.
10732 * gdb.base/fileio.exp: Breakpoint stop function and remove
10733 explicit line number references.
10734
10735 2006-05-19 Joel Brobecker <brobecker@adacore.com>
10736
10737 * gdb.base/del.exp (test_delete_alias): New function.
10738 Now check that both "del" and "d" work as aliases for "delete".
10739
10740 2006-05-18 Fred Fish <fnf@specifix.com>
10741
10742 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
10743 required. Check for spurious output after program exits normally.
10744
10745 2006-05-17 Fred Fish <fnf@specifix.com>
10746
10747 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
10748 gdb_load, so it works in the simulator.
10749
10750 2006-05-11 Fred Fish <fnf@specifix.com>
10751
10752 * gdb.base/bang.exp: Ignore unexpected output between the
10753 "program exited normally" and the gdb prompt, as many other
10754 tests do.
10755
10756 2006-05-07 Mark Kettenis <kettenis@gnu.org>
10757
10758 * gdb.base/help.exp: Make "delete checkpoint" part option for
10759 "help d" and "help delete" tests.
10760
10761 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10762
10763 * gdb.mi/mi-basics.exp: Add missing serial number to
10764 expected output in some mi_gdb_test statements.
10765 * gdb.mi/mi2-basics.exp: Likewise.
10766
10767 2006-05-05 Joel Brobecker <brobecker@adacore.com>
10768
10769 * gdb.base/del.c: New file.
10770 * gdb.base/del.exp: New testcase.
10771
10772 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
10773
10774 * gdb.base/break.exp: Do not assume a breakpoint on
10775 main will actually be in $srcfile when optimizing.
10776 * gdb.base/savedregs.exp: Do not require that the dummy
10777 frame location match up to a symbol and source file location.
10778 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
10779 will get printed without a mi_cmd_data_list_register_values prefix.
10780 (*-data-list-register-*): Correct regular expressions to expect the new
10781 pseudo d? floating point registers.
10782 * gdb.mi/mi2-regs.exp: Likewise.
10783
10784 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
10785
10786 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
10787 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
10788 is allocated by the compiler.
10789 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
10790 anons, e, anone to force their allocation by the compiler.
10791
10792 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
10793
10794 * gdb.base/help.exp: Update expected text for help d and
10795 help delete.
10796
10797 2006-05-02 Mark Kettenis <kettenis@gnu.org>
10798
10799 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
10800 NetBSD/ELF targets.
10801
10802 2006-04-30 Mark Kettenis <kettenis@gnu.org>
10803
10804 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
10805 single-step breakpoint fails; make this a KFAIL on
10806 sparc*-*-openbsd*.
10807 * gdb.base/siginfo.exp: Likewise.
10808 * gdb.base/sigstep.exp (advance, advancei): Likewise.
10809
10810 2006-04-26 Michael Snyder <msnyder@redhat.com>
10811
10812 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
10813 which may have to consume output from other forks.
10814 Add tests to make sure that "delete fork" succeeded.
10815
10816 2006-04-20 Michael Snyder <msnyder@redhat.com>
10817
10818 * 2006-03-22 Jim Blandy <jimb@redhat.com>
10819 Add support for the Renesas M32C and M16C.
10820
10821 * gdb.asm/asm-source.exp: Add m32c target.
10822 * gdb.asm/m32c.inc: Support for m32c target.
10823
10824 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
10825
10826 * gdb.base/commands.exp (recursive_source_test): New test.
10827
10828 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
10829
10830 * gdb.base/float.exp: Add pattern for sparc targets.
10831
10832 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
10833
10834 * gdb.base/commands.exp (stray_arg0_test): New test.
10835
10836 2006-03-30 Paul Brook <paul@codesourcery.com>
10837
10838 * gdb.mi/mi-until.exp: kfail broken until command.
10839 * gdb.mi/mi2-until.exp: Ditto.
10840
10841 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10842
10843 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
10844
10845 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
10846
10847 * gdb.base/prelink.exp: Anchor tested-for regular expression
10848 on gdb prompt.
10849
10850 2006-03-07 Paul Brook <paul@codesourcery.com>
10851
10852 * gdb.base/assign.exp: Correct fail message.
10853
10854 2006-03-07 Paul Brook <paul@codesourcery.com>
10855
10856 * lib/compiler.c: Extract armcc version number.
10857 * lib/compiler.cc: Ditto.
10858
10859 2006-03-07 Paul Brook <paul@codesourcery.com>
10860
10861 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
10862 additional_flags=-w.
10863 * gdb.arch/altivec-regs.exp: Ditto.
10864 * gdb.arch/e500-abi.exp: Ditto.
10865 * gdb.arch/e500-regs.exp: Ditto.
10866 * gdb.base/all-bin.exp: Ditto.
10867 * gdb.base/annota1.exp: Ditto.
10868 * gdb.base/annota3.exp: Ditto.
10869 * gdb.base/args.exp: Ditto.
10870 * gdb.base/arithmet.exp: Ditto.
10871 * gdb.base/assign.exp: Ditto.
10872 * gdb.base/async.exp: Ditto.
10873 * gdb.base/bang.exp: Ditto.
10874 * gdb.base/break.exp: Ditto.
10875 * gdb.base/call-rt-st.exp: Ditto.
10876 * gdb.base/completion.exp: Ditto.
10877 * gdb.base/cond-expr.exp: Ditto.
10878 * gdb.base/condbreak.exp: Ditto.
10879 * gdb.base/consecutive.exp: Ditto.
10880 * gdb.base/define.exp: Ditto.
10881 * gdb.base/display.exp: Ditto.
10882 * gdb.base/ena-dis-br.exp: Ditto.
10883 * gdb.base/environ.exp: Ditto.
10884 * gdb.base/eval-skip.exp: Ditto.
10885 * gdb.base/info-proc.exp: Ditto.
10886 * gdb.base/jump.exp: Ditto.
10887 * gdb.base/logical.exp: Ditto.
10888 * gdb.base/long_long.exp: Ditto.
10889 * gdb.base/maint.exp: Ditto.
10890 * gdb.base/miscexprs.exp: Ditto.
10891 * gdb.base/pc-fp.exp: Ditto.
10892 * gdb.base/pointers.exp: Ditto.
10893 * gdb.base/relational.exp: Ditto.
10894 * gdb.base/reread.exp: Ditto.
10895 * gdb.base/sect-cmd.exp: Ditto.
10896 * gdb.base/sep.exp: Ditto.
10897 * gdb.base/sepdebug.exp: Ditto.
10898 * gdb.base/until.exp: Ditto.
10899 * gdb.base/whatis-exp.exp: Ditto.
10900 * gdb.cp/annota2.exp: Ditto.
10901 * gdb.cp/annota3.exp: Ditto.
10902 * gdb.trace/actions.exp: Ditto.
10903 * gdb.trace/backtrace.exp: Ditto.
10904 * gdb.trace/circ.exp: Ditto.
10905 * gdb.trace/collection.exp: Ditto.
10906 * gdb.trace/deltrace.exp: Ditto.
10907 * gdb.trace/infotrace.exp: Ditto.
10908 * gdb.trace/limits.exp: Ditto.
10909 * gdb.trace/packetlen.exp: Ditto.
10910 * gdb.trace/passc-dyn.exp: Ditto.
10911 * gdb.trace/passcount.exp: Ditto.
10912 * gdb.trace/report.exp: Ditto.
10913 * gdb.trace/save-trace.exp: Ditto.
10914 * gdb.trace/tfind.exp: Ditto.
10915 * gdb.trace/tracecmd.exp: Ditto.
10916 * gdb.trace/while-dyn.exp: Ditto.
10917 * gdb.trace/while-stepping.exp: Ditto.
10918 * lib/gdb.exp: Ditto.
10919 (gdb_compile): Handle nowarning option.
10920
10921 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
10922
10923 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
10924 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
10925 Rename executable to prelinkt. Don't re-prelink if we didn't
10926 get a core file. Test prelink -u exit status to tell whether
10927 prelinking failed. Use gdb_test_multiple.
10928
10929 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10930
10931 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
10932 (do_tests): Call it.
10933
10934 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
10935
10936 * gdb.base/prelink.exp: New test.
10937 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
10938
10939 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
10940
10941 * gdb.fortran/derived-type.f90: New file.
10942 * gdb.fortran/derived-type.exp: New testcase.
10943
10944 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
10945
10946 * gdb.base/default.exp: Allow ';' as a directory separator.
10947
10948 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10949
10950 * gdb.base/help.exp (help add-symbol-file): Update.
10951
10952 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
10953
10954 * gdb.base/help.exp (help load): Update expected results.
10955
10956 2006-02-19 Fred Fish <fnf@specifix.com>
10957
10958 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
10959 specifix hex value as part of results.
10960 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
10961
10962 2006-02-16 Fred Fish <fnf@specifix.com>
10963
10964 * gdb.base/whatis.c: Define variables using typedefs char_addr,
10965 ushort_addr, and slong_addr, so the typedefs are not optimized
10966 away.
10967 * gdb.base/whatis.exp: Add tests using type name for struct type,
10968 union type, enum type, and typedef.
10969
10970 2006-02-13 Mark Kettenis <kettenis@gnu.org>
10971
10972 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
10973
10974 2006-02-13 Jim Blandy <jimb@redhat.com>
10975
10976 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
10977 case where it takes two "next" commands to skip past the init
10978 call.
10979
10980 2006-02-12 Fred Fish <fnf@specifix.com>
10981
10982 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
10983 to handle cases where it takes two "next" commands to skip
10984 past the init call.
10985
10986 2006-02-07 Joel Brobecker <brobecker@adacore.com>
10987
10988 * gdb.ada/array_return.exp: Mark the last test as expected to fail
10989 on hppa32 targets.
10990
10991 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
10992
10993 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
10994 field.
10995
10996 2006-01-29 Mark Kettenis <kettenis@gnu.org>
10997
10998 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
10999
11000 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
11001
11002 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
11003 files.
11004
11005 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11006
11007 * gdb.cp/maint.exp: Set complaints to a positive value.
11008
11009 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11010
11011 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
11012 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
11013 function name.
11014
11015 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
11016
11017 * gdb.base/checkpoint.c: Update copyright notice. Include
11018 <stdlib.h>.
11019
11020 2006-01-04 Jim Blandy <jimb@redhat.com>
11021
11022 * gdb.asm/asm-source.exp: Independently provide default values for
11023 asm-flags and debug-flags. Use 'string equal' to do the
11024 comparison, not the implicit expr's '==' operator. Remove
11025 now-unneeded assignments to asm-flags. In h8300 case, place
11026 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
11027
11028 2006-01-04 Michael Snyder <msnyder@redhat.com>
11029
11030 * gdb.base/checkpoint.c: New file.
11031 * gdb.base/checkpoint.exp: New file.
11032 * gdb.base/multi-fork.c: New file.
11033 * gdb.base/multi-fork.exp: New file.
11034 * gdb.base/pi.txt: New file (data for checkpoint.c test).
11035
11036 2006-01-04 Fred Fish <fnf@specifix.com>
11037
11038 * gdb.base/ptype.c (foo): Add typedef.
11039 (intfoo): Add function.
11040 * gdb.base/ptype1.c: New file.
11041 * gdb.base/ptype.exp: Handle compilation and linking with two
11042 source files. Test that proper type for "foo" is found based
11043 on source context rather than first match found in symtabs.
11044
11045 2005-12-28 Mark Kettenis <kettenis@gnu.org>
11046
11047 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
11048 * gdb.asm/openbsd.inc: Indent commands.
11049
11050 2005-12-26 Mark Kettenis <kettenis@gnu.org>
11051
11052 * gdb.base/freebpcmd.exp: Increase timeout.
11053
11054 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
11055
11056 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
11057
11058 * gdb.base/default.exp: Update check for "show version".
11059
11060 2005-12-09 Randolph Chung <tausq@debian.org>
11061
11062 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
11063 * gdb.asm/pa64.inc: New file.
11064
11065 2005-12-09 Randolph Chung <tausq@debian.org>
11066
11067 * gdb.asm/common.inc: Indent commands.
11068 * gdb.asm/asmsrc1.s: Likewise.
11069 * gdb.asm/asmsrc2.s: Likewise.
11070
11071 2005-12-09 Randolph Chung <tausq@debian.org>
11072
11073 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
11074 (get_addr_of_sym): Remove duplicate print.
11075 (gen_core): xfail hppa*-*-hpux*, update expected output.
11076 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
11077 * gdb.arch/pa64-nullify.s: New file.
11078
11079 2005-12-09 Randolph Chung <tausq@debian.org>
11080
11081 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
11082
11083 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
11084
11085 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
11086 code generation for these functions.
11087 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
11088 error message.
11089
11090 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
11091
11092 * gdb.base/help.exp (help b, help br, help bre, help brea)
11093 (help break): Update the expected message.
11094
11095 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
11096
11097 * gdb.asm/m68hc11.inc: Setup the data section.
11098 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
11099 script for this test.
11100 (m6812-*-*): Likewise.
11101
11102 2005-11-09 Randolph Chung <tausq@debian.org>
11103
11104 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
11105
11106 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
11107
11108 * gdb.base/break.exp: Fix a comment typo.
11109
11110 2005-11-03 Jim Blandy <jimb@redhat.com>
11111
11112 Checked in by Elena Zannoni <ezannoni@redhat.com>
11113
11114 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
11115
11116 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
11117
11118 * gdb.arch/gdb1558.c: Include stdio.h.
11119
11120 2005-10-31 Mark Kettenis <kettenis@gnu.org>
11121
11122 * gdb.asm/asm-source.exp: Use -e instead of --entry.
11123
11124 2005-10-31 Mark Kettenis <kettenis@gnu.org>
11125
11126 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
11127
11128 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
11129
11130 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11131 vscr" tests to better match output.
11132
11133 2005-10-12 Jim Blandy <jimb@redhat.com>
11134
11135 * gdb.base/structs.exp (any): New function.
11136 (test_struct_returns): Don't make any assumptions at all about
11137 what value the function returns when GDB can't set the return
11138 value.
11139
11140 2005-10-09 Joel Brobecker <brobecker@adacore.com>
11141
11142 * gdb.ada/arrayidx/p.adb: New file.
11143 * gdb.ada/arrayidx.exp: New testcase
11144
11145 2005-10-09 Joel Brobecker <brobecker@adacore.com>
11146
11147 * gdb.ada/array_return/pck.ads: New file.
11148 * gdb.ada/array_return/pck.adb: New file.
11149 * gdb.ada/array_return/p.adb: New file.
11150 * gdb.ada/array_return.exp: New testcase.
11151
11152 2005-10-03 Joel Brobecker <brobecker@adacore.com>
11153
11154 * gdb.base/arrayidx.c: New file.
11155 * gdb.base/arrayidx.exp: New testcase.
11156
11157 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
11158
11159 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
11160 frames-invalid and breakpoints-invalid are no longer generated
11161 with level 3 so don't expect them in the output.
11162
11163 2005-09-27 Bob Rossi <bob@brasko.net>
11164
11165 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
11166 from test. Escape the | in mi_gdb_test call.
11167 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
11168 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
11169 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
11170 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
11171 expected regex's in mi_gdb_test calls.
11172 * lib/mi-support.exp: Remove arbitrary .* from tests.
11173 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
11174 Fully anchor GDB/MI expected results in mi_gdb_test.
11175 * lib/gdb.exp (string_to_regexp): Escape the ] character.
11176 * gdb.base/sizeof.exp: Remove escape character. Correct test.
11177
11178 2005-09-26 Paul Brook <paul@codesourcery.com>
11179
11180 * long_long.exp: Exclude eabi targets from arm FPA float format test.
11181
11182 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11183
11184 * bfp-test.c: New file.
11185 * bfp-test.exp: New testcase.
11186
11187 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
11188
11189 * gdb.fortran/subarray.exp: New testcase to test the evaluation
11190 of subarray and substring variable.
11191 * gdb.fortran/subarray.f: New source file for the test of subarray
11192 and substring variable evaluation.
11193 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
11194 of string constant.
11195
11196 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
11197
11198 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
11199 copyright dates.
11200
11201 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
11202
11203 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
11204 powerpc altivec' test with an almost identical 'info vector' test.
11205
11206 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11207
11208 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
11209 vscr" tests to match output.
11210
11211 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
11212
11213 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
11214 output.
11215
11216 2005-09-11 Bob Rossi <bob@brasko.net>
11217
11218 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
11219 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
11220 commands that return an MI output command and an asyncronous MI output
11221 command.
11222 * gdb.mi/mi-console.exp: Ditto.
11223
11224 2005-09-11 Bob Rossi <bob@brasko.net>
11225
11226 * gdb.mi/mi-var-child.c: Include <string.h>.
11227
11228 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
11229
11230 * killed.exp: Correct gdb_expect syntax.
11231
11232 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
11233
11234 * lib/mi-support.exp (mi_gdb_load): Fix typo.
11235
11236 2005-08-02 Bob Rossi <bob@brasko.net>
11237
11238 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
11239 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
11240 Change tests to inferior-tty-set/show.
11241 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
11242 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
11243 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
11244 inferior. Use mi_gdb_test to get GDB and Inferior output.
11245 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
11246 descriptor.
11247 (mi_inferior_tty_name): Add inferior PTY file name.
11248 (mi_gdb_start): Add INFERIOR_PTY parameter.
11249 (mi_gdb_test): Add IPATTERN parameter.
11250
11251 2005-08-02 Bob Rossi <bob@brasko.net>
11252
11253 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
11254 parameter to mi_gdb_test.
11255 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
11256
11257 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11258
11259 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
11260 struct_declarations.
11261 * gdb.mi/mi-var-child.exp: Step over the initialization of
11262 struct_declarations.
11263
11264 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11265
11266 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
11267 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
11268 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
11269 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
11270 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
11271 file.
11272
11273 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
11274
11275 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
11276 (do_children_tests): Assign values to the extra elements.
11277
11278 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
11279 them for tests for "-var-update --no-values" and
11280 "-var-update --all-values".
11281 Add test for "-var-list-children --simple-values".
11282
11283 * gdb.mi/basics.c (callee4): Add integer array D[3]...
11284
11285 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
11286 "-stack-list-locals --simple-values" Improve doc strings and
11287 comments.
11288
11289 2005-07-18 Mark Kettenis <kettenis@gnu.org>
11290
11291 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
11292 *-*-openbsd*.
11293 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
11294
11295 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
11296 sigaltsatck'.
11297
11298 2005-07-14 Bob Rossi <bob@brasko.net>
11299
11300 * gdb.base/default.exp (tty): Changed output of command.
11301 * gdb.base/help.exp (help tty): Ditto.
11302
11303 2005-07-12 Mark Kettenis <kettenis@gnu.org>
11304
11305 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
11306
11307 2005-07-10 Mark Kettenis <kettenis@gnu.org>
11308
11309 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
11310 -stack-select-frame without arguments.
11311 (test_stack_frame_listing): Add test for newly implemented command
11312 -stack-info-frame.
11313
11314 2005-07-06 Bob Rossi <bob@brasko.net>
11315
11316 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
11317 command.
11318 (Copyright): Update copyright.
11319
11320 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
11321
11322 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
11323 tests to evaluate exponentiation expression.
11324
11325 2005-06-29 Andreas Schwab <schwab@suse.de>
11326
11327 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
11328 main to avoid warnings.
11329
11330 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
11331
11332 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
11333
11334 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
11335 -stack-select-frame without arguments.
11336 (test_stack_frame_listing): Add test for newly implemented command
11337 -stack-info-frame.
11338
11339 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
11340
11341 * gdb.fortran/array-element.f: New file.
11342 * gdb.fortran/array-element.exp: New testcase.
11343
11344 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11345
11346 * gdb.base/bigcore.exp: Correct checks for systems which can
11347 not dump a large core file.
11348
11349 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11350
11351 * gdb.base/relocate.c: Add a copyright notice.
11352 (dummy): Remove.
11353 * gdb.base/relocate.exp: Test printing the values of variables
11354 from a relocatable file.
11355
11356 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11357
11358 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
11359 excess MI output after an error.
11360
11361 2005-05-29 Joel Brobecker <brobecker@adacore.com>
11362
11363 * gdb.arch/alpha-step.c: New file.
11364 * gdb.arch/alpha-step.exp: New testcase.
11365
11366 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
11367 Dennis Brueni <dennis@slickedit.com>
11368
11369 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
11370 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
11371 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
11372 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
11373 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
11374 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
11375 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
11376
11377 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
11378 Wu Zhou <woodzltc@cn.ibm.com>
11379
11380 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
11381 IBM's xlc compiler.
11382 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
11383 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
11384
11385 2005-05-13 Jim Blandy <jimb@redhat.com>
11386
11387 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
11388 calling gdb_suppress_entire_file.
11389 * gdb.base/charset.exp: Same.
11390 * gdb.base/call-rt-st.exp: Same.
11391
11392 2005-05-05 Bob Rossi <bob_rossi@cox.net>
11393
11394 * lib/gdb.exp (fullname_syntax): Added global regex.
11395 (fullname_syntax_POSIX): Ditto.
11396 (fullname_syntax_UNC): Ditto.
11397 (fullname_syntax_DOS_CASE): Ditto.
11398 (fullname_syntax_DOS): Ditto.
11399 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
11400 fullname_syntax variable to scope and use it.
11401 (test_file_list_exec_source_files): Ditto.
11402 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
11403
11404 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
11405
11406 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
11407
11408 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
11409
11410 * lib/gdb.exp (skip_altivec_tests): New function, based on
11411 check_vmx_hw_available from the GCC testsuite.
11412 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
11413 * lib/gdb.arch/altivec-regs.exp: Likewise.
11414
11415 2005-05-02 Jim Blandy <jimb@redhat.com>
11416
11417 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
11418 calling gdb_suppress_entire_file.
11419
11420 2005-04-30 Randolph Chung <tausq@debian.org>
11421
11422 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
11423 Slightly relax "sem_post" name checking.
11424
11425 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11426
11427 * gdb.base/unload.exp: Use new shared library infrastructure.
11428
11429 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
11430
11431 * gdb.base/so-impl-ld.exp: Use new shared library
11432 infrastructure.
11433
11434 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
11435
11436 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
11437 * gdb.asm/h8300.inc: New file.
11438
11439 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11440
11441 * gdb.base/shlib-call.exp: Change to use new shared library
11442 infrastructure.
11443
11444 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11445
11446 * gdb.base/pending.exp: Change to use new shared library
11447 infrastructure.
11448
11449 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
11450
11451 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
11452 use test_compiler_info instead of gcc_compiled, and update copyright.
11453
11454 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
11455
11456 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
11457 shared objects being adjusted and update copyright years.
11458
11459 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
11460
11461 * ChangeLog: Correct some 2003-01-13 dates.
11462 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
11463 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
11464 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
11465 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
11466 gdb.trace/tfind.exp: Update copyright years.
11467
11468 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
11469 Daniel Jacobowitz <dan@codesourcery.com>
11470
11471 * lib/gdb.exp (gdb_compile): Handle shlib=.
11472 (gdb_compile_shlib): New function.
11473
11474 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
11475
11476 * lib/gdb.exp (test_compiler_info): Give argument a default value.
11477
11478 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11479
11480 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
11481 gdb.server.
11482 * configure.ac: Likewise.
11483 * configure: Regenerated.
11484 * gdb.gdbserver/Makefile.in: Moved to...
11485 * gdb.server/Makefile.in: ... here.
11486 * gdb.gdbserver/server.c: Moved to...
11487 * gdb.server/server.c: ... here.
11488 * gdb.gdbserver/server-run.exp: Moved to...
11489 * gdb.server/server-run.exp: ... here.
11490
11491 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
11492
11493 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
11494 * configure.ac: Create gdb.gdbserver/Makefile.
11495 * configure: Regenerated.
11496 * lib/gdbserver-support.exp: New file, derived from
11497 config/gdbserver.exp.
11498 * config/gdbserver.exp: Use gdbserver-support.exp.
11499 * gdb.gdbserver/Makefile.in: New file.
11500 * gdb.gdbserver/server.c: New file.
11501 * gdb.gdbserver/server-run.exp: New file.
11502
11503 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
11504
11505 * lib/gdb.exp (test_compiler_info): Return compiler_info
11506 if no arguments are given.
11507
11508 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
11509
11510 * gdb.arch/altivec-abi.exp: Check for compiler and set
11511 use altivec' flag accordingly.
11512 * gdb.arch/altivec-regs.exp: Likewise.
11513
11514 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
11515
11516 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
11517
11518 2005-03-27 Andreas Schwab <schwab@suse.de>
11519
11520 * gdb.base/bigcore.c (main): Add missing mode argument in open
11521 call.
11522
11523 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
11524
11525 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
11526 downloads.
11527 * config/gdbserver.exp (gdb_load): Likewise.
11528
11529 2005-03-14 Paul Brook <paul@codesourcery.com>
11530
11531 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
11532 targets.
11533
11534 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11535
11536 * gdb.dwarf2/dup-psym.S: New file.
11537 * gdb.dwarf2/dup-psym.exp: New testcase.
11538
11539 2005-03-09 Joel Brobecker <brobecker@adacore.com>
11540
11541 * gdb.ada/exec_changed/first.adb: New file.
11542 * gdb.ada/exec_changed/second.adb: New file.
11543 * gdb.ada/exec_changed.exp: New testcase.
11544
11545 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
11546
11547 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
11548 (A2): New class.
11549 (main): Test operator+.
11550 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
11551 breakpoint test.
11552
11553 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
11554 * gdb.base/signull.exp: Disable if gdb,nosignals.
11555 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
11556 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
11557 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
11558 * gdb.mi/mi2-console.exp: Likewise.
11559 * gdb.trace/collection.exp (run_trace_experiment): Consume the
11560 continue output at start.
11561 (gdb_collect_locals_test): Robustify regexp.
11562 * gdb.trace/passc-dyn.exp: Fix comment typo.
11563 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
11564
11565 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
11566
11567 * gdb.asm/asm-source.exp: Add iq2000 case.
11568 * gdb.asm/iq2000.inc: New file.
11569
11570 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
11571
11572 * gdb.base/command.exp: Change hardcoded value to regular expression.
11573 * gdb.base/float.exp: Add powerpc to the list of targets checked.
11574
11575 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
11576
11577 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
11578 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
11579 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
11580 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
11581 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
11582
11583 2005-03-05 Mark Kettenis <kettenis@gnu.org>
11584
11585 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
11586 changes.
11587
11588 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
11589
11590 * lib/compiler.c: Add test for IBM's xlc compiler.
11591 * lib/compiler.cc: Likewise.
11592
11593 2004-02-24 Joel Brobecker <brobecker@adacore.com>
11594
11595 * gdb.ada/fixed_points.exp: Create compilation object directory
11596 before running the test.
11597 * gdb.ada/null_record.exp: Likewise.
11598 * gdb.ada/packed_array.exp: Likewise.
11599 * gdb.ada/start.exp: Likewise.
11600
11601 2005-02-15 Joel Brobecker <brobecker@adacore.com>
11602
11603 * gdb.ada/packed_array/pa.adb: New file.
11604 * gdb.ada/packed_array.exp: New testcase.
11605
11606 2005-02-10 Mark Kettenis <kettenis@gnu.org>
11607
11608 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
11609 files.
11610
11611 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
11612 on *-*-openbsd*. Correctly match whitespace in regukar
11613 expressions.
11614
11615 2005-02-10 Daniel Jacobowitz <dan@debian.org>
11616
11617 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
11618 PR exp/1821
11619 * gdb.base/gdb1821.c: New test file.
11620 * gdb.base/gdb1821.exp: New test file.
11621
11622 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11623
11624 * gdb.base/start.c: New file.
11625 * gdb.base/start.exp: New testcase.
11626
11627 2005-02-09 Joel Brobecker <brobecker@adacore.com>
11628
11629 * gdb.ada/start/dummy.adb: New file.
11630 * gdb.ada/start.exp: New testcase.
11631
11632 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
11633
11634 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
11635 for printing symbols and statistics.
11636 Add test for using relative pathnames in "maint print msymbols" test.
11637 Mark "maint info sections DATA" XFAIL on Cygwin.
11638 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
11639 tests.
11640
11641 2005-02-09 Andreas Schwab <schwab@suse.de>
11642
11643 Committed by Andrew Cagney <cagney@gnu.org>
11644 * gdb.base/remotetimeout.exp: New file.
11645
11646 2005-02-07 Mark Kettenis <kettenis@gnu.org>
11647
11648 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
11649
11650 2005-02-03 Joel Brobecker <brobecker@adacore.com>
11651
11652 * gdb.ada/gnat_ada.gpr: New file.
11653 * gdb.ada/gnat_ada.gin: Delete, no longer used.
11654 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
11655 * configure.ac: No longer generate gnat_ada.gpr.
11656 * configure: Regenerate.
11657 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
11658 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
11659 * gdb.ada/null_record/bar.ads: Likewise.
11660 * gdb.ada/null_record/bar.adb: Likewise.
11661 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
11662 * gdb.ada/null_record.exp (testdir): New variable.
11663 (testfile): executable is now in testdir subdirectory.
11664 (srcfile): Use full path to the main compilation unit.
11665 * gdb.ada/fixed_points.exp: Same changes as above.
11666
11667 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
11668
11669 * gdb.base/interp.exp: New test.
11670
11671 2005-01-24 Andrew Cagney <cagney@gnu.org>
11672
11673 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
11674
11675 2005-01-19 Andrew Cagney <cagney@gnu.org>
11676
11677 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
11678 configure.ac not configure.in.
11679
11680 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
11681 of powerpc*-*-*.
11682 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
11683 * gdb.base/list.exp (test_list_function)
11684 (test_list_filename_and_function): Ditto.
11685 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
11686
11687 2005-01-16 Andrew Cagney <cagney@gnu.org>
11688
11689 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
11690
11691 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
11692
11693 2005-01-14 Andrew Cagney <cagney@gnu.org>
11694
11695 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
11696 * gdb.mi/mi2-var-cmd.exp: Ditto.
11697
11698 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
11699
11700 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
11701
11702 2005-01-07 Andrew Cagney <cagney@gnu.org>
11703
11704 * configure.ac: Rename configure.in, require autoconf 2.59.
11705 * configure: Re-generate.
11706 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
11707 * gdb.stabs/configure: Re-generate.
11708 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
11709 * gdb.hp/configure: Re-generate.
11710 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
11711 autoconf 2.59.
11712 * gdb.hp/gdb.objdbg/configure: Re-generate.
11713 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
11714 autoconf 2.59.
11715 * gdb.hp/gdb.defects/configure: Re-generate.
11716 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
11717 autoconf 2.59.
11718 * gdb.hp/gdb.compat/configure: Re-generate.
11719 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
11720 autoconf 2.59.
11721 * gdb.hp/gdb.base-hp/configure: Re-generate.
11722 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
11723 autoconf 2.59.
11724 * gdb.hp/gdb.aCC/configure: Re-generate.
11725
11726 2004-12-15 Jim Blandy <jimb@redhat.com>
11727
11728 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
11729 under NPTL when there is debugging info available for libpthread.
11730
11731 2004-12-13 Jerome Guitton <guitton@gnat.com>
11732
11733 * gdb.ada/fixed_points.c: New file.
11734 * gdb.ada/fixed_points.exp: New file.
11735
11736 2004-12-03 Randolph Chung <tausq@debian.org>
11737
11738 * gdb.arch/pa-nullify.exp: New file.
11739 * gdb.arch/pa-nullify.s: New file.
11740
11741 2004-11-30 Randolph Chung <tausq@debian.org>
11742
11743 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
11744 instead of "tbug". Fix regexp to work properly with gdb_test.
11745
11746 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
11747
11748 * gdb.base/bitfields2.exp: New test.
11749 * gdb.base/bitfields2.c: New file.
11750
11751 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
11752
11753 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
11754
11755 2004-11-16 Randolph Chung <tausq@debian.org>
11756
11757 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
11758
11759 2004-11-14 Daniel Jacobowitz <dan@debian.org>
11760
11761 * gdb.threads/threadapply.exp: Correct "macro details" test.
11762
11763 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
11764
11765 * gdb.threads/threadapply.exp: New test.
11766 * gdb.threads/threadapply.c: New file.
11767
11768 2004-11-07 Mark Kettenis <kettenis@gnu.org>
11769
11770 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
11771 frames.
11772
11773 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
11774
11775 * gdb.base/cursal.exp: New file.
11776 * gdb.base/cursal.c: New file.
11777
11778 2004-11-03 Andrew Cagney <cagney@gnu.org>
11779
11780 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
11781
11782 2004-10-30 Mark Kettenis <kettenis@gnu.org>
11783
11784 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
11785 NetBSD/ELF targets.
11786
11787 2004-10-29 Joel Brobecker <brobecker@gnat.com>
11788
11789 * gdb.threads/bp_in_thread.c: New file, copied from
11790 pthread_cond_wait.c.
11791 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
11792 file, rather than reusing the .c file from another testcase.
11793
11794 2004-10-20 Joel Brobecker <brobecker@gnat.com>
11795
11796 * gdb.ada/null_record.exp: Check where we stopped after
11797 sending the start command, instead of where the associated
11798 temporary breakpoint was inserted.
11799
11800 2004-10-14 Andrew Cagney <cagney@gnu.org>
11801
11802 * gdb.mi/gdb701.c (main): Return 0.
11803
11804 2004-10-13 Daniel Jacobowitz <dan@debian.org>
11805
11806 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
11807
11808 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
11809
11810 * gdb.threads/schedlock.c: Add comment markers to use to find
11811 line numbers.
11812 * gdb.threads/schedlock.exp: Adjust regex to handle the new
11813 comments.
11814 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
11815 breakpoint lines.
11816
11817 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11818
11819 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
11820
11821 2004-10-12 Daniel Jacobowitz <dan@debian.org>
11822
11823 * configure.in: Add gdb.dwarf2.
11824 * configure: Regenerated.
11825 * Makefile.in: Add gdb.dwarf2.
11826 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
11827 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
11828 gdb.dwarf2/file1.txt: New files.
11829
11830 2004-10-11 Orjan Friberg <orjanf@axis.com>
11831
11832 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
11833 of "run", since the latter doesn't work with remote targets. Adjust
11834 the breakpoint numbering accordingly.
11835 * gdb.threads/pthread_cond_wait.exp: Ditto.
11836
11837 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
11838
11839 * gdb.base/overlays.exp: Update copyright years.
11840
11841 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
11842
11843 * gdb.base/overlays.exp: Disable if target is Linux.
11844
11845 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
11846
11847 * config/gdbserver.exp (gdb_load): Use right filename on remote.
11848
11849 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
11850
11851 * gdb.asm/asm-source.exp: Add m32r-linux target.
11852 * gdb.asm/m32r-linux.inc: New file.
11853
11854 2004-09-24 Andrew Cagney <cagney@redhat.com>
11855 David Anderson <anderson@redhat.com>
11856
11857 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
11858 command fails, assume things will work.
11859 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
11860 (_GNU_SOURCE): Define.
11861 (print_unsigned, print_hex): Change parameter to "long long".
11862 (print_byte_count): New function, use to print byte counts.
11863 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
11864 O_LARGEFILE.
11865 (main): Compute an upper bound on a corefile in max_core_size.
11866 Limit memory chunk size to max_core_size. Limit total memory
11867 allocated to max_core_size.
11868
11869 2004-09-23 Andrew Cagney <cagney@gnu.org>
11870
11871 * gdb.base/bigcore.exp: Replace the code that creates a corefile
11872 from a separate process with code that creates a corefile by
11873 making the inferior dump core.
11874
11875 2004-09-23 Mark Kettenis <kettenis@gnu.org>
11876
11877 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
11878 block.
11879
11880 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
11881
11882 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
11883 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
11884 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
11885 Likewise.
11886
11887 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
11888
11889 * gdb.java/jprint.exp: New test case for java inferior call.
11890 * gdb.java/jprint.java: Ditto.
11891
11892 2004-09-15 Joel Brobecker <brobecker@gnat.com>
11893
11894 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
11895
11896 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11897
11898 * gdb.threads/killed.c: Include <stdlib.h>.
11899 * gdb.threads/pthreads.c: Likewise.
11900
11901 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
11902
11903 * gdb.threads/killed.c: Add copyright notice.
11904
11905 2004-09-10 Jason Molenda (jmolenda@apple.com)
11906
11907 * gdb.base/define.exp: Two new tests to verify zero space chars
11908 after 'if' and 'while' commands in a user-defined command is correctly
11909 parsed.
11910
11911 2004-09-08 Andrew Cagney <cagney@gnu.org>
11912
11913 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
11914 delivery test with duplicate at end of file.
11915
11916 2004-09-06 Mark Kettenis <kettenis@jive.nl>
11917
11918 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
11919
11920 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11921
11922 * config/hppro.exp: Removed.
11923
11924 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11925
11926 * config/sparclet.exp: Removed.
11927
11928 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
11929
11930 * config/udi.exp: Removed.
11931
11932 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
11933
11934 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
11935 of "exp_continue".
11936 (advancei): Likewise.
11937
11938 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11939
11940 * gdb.base/unload.exp: Fix so messages aren't duplicated.
11941
11942 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
11943
11944 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
11945 to check for nodebug in executable.
11946 * gdb.gdb/observer.exp (setup_test): Likewise.
11947 * gdb.gdb/selftest.exp (test_with_self): Likewise.
11948 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
11949
11950 2004-09-01 Andrew Cagney <cagney@gnu.org>
11951
11952 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
11953 files.
11954
11955 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
11956
11957 * gdb.base/unload.exp: Fix expected warning message to match
11958 latest format.
11959
11960 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
11961
11962 * gdb.base/call-rt-st.exp: Fix typos.
11963
11964 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
11965
11966 * gdb.threads/thread_check.exp: New testcase.
11967 * gdb.threads/thread_check.c: New testcase.
11968
11969 2004-08-31 Andrew Cagney <cagney@gnu.org>
11970
11971 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
11972 (skip_to_handler_entry): New procedures. Test stepping into a
11973 handler when the breakpoint is at the handler's entry point.
11974
11975 2004-08-30 Andrew Cagney <cagney@gnu.org>
11976
11977 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
11978 gdb/1757.
11979
11980 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11981
11982 With code from Manoj Iyer <manjo@austin.ibm.com>:
11983 * lib/gdb.exp (gdb_file_cmd): Return more information in the
11984 return value. Add an arm for "no debugging symbols found".
11985 Change a stray "error" to "perror".
11986 (gdb_run_cmd): Adapt to new return value.
11987 * gdb.base/remote.exp: Adapt to new return value.
11988 * gdb.gdb/complaints.exp: Likewise.
11989 * gdb.gdb/observer.exp: Likewise.
11990 * gdb.gdb/selftest.exp: Likewise.
11991 * gdb.gdb/xfullpath.exp: Likewise.
11992
11993 2004-08-27 Joel Brobecker <brobecker@gnat.com>
11994
11995 * gdb.threads/bp_in_thread.exp: New testcase.
11996
11997 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
11998
11999 Fix PR testsuite/1735.
12000 * gdb.threads/schedlock.c (thread_function): Add a cast
12001 to suppress a gcc warning.
12002 * gdb.threads/thread-specific.c (thread_function): Likewise.
12003
12004 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12005
12006 * gdb.base/unload.c: Include <stdlib.h>.
12007
12008 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12009
12010 From Paul Gilliam <pgilliam@us.ibm.com>:
12011 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
12012 synchronized after the "return".
12013
12014 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12015
12016 * gdb.mi/basics.c: Include <stdio.h>.
12017 * gdb.mi/pthreads.c: Include <stdlib.h>.
12018 * gdb.mi/var-cmd.c: Include <stdlib.h>.
12019
12020 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
12021
12022 * gdb.threads/schedlock.c: Add copyright notice.
12023
12024 2004-08-25 Andrew Cagney <cagney@gnu.org>
12025
12026 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
12027 (skip_over_handler, breakpoint_over_hander): New test procedures.
12028 (advance, advancei): Add a proper prefix, do not use
12029 rerun_to_main.
12030 * gdb.base/sigstep.c (main): Change to use an infinite loop.
12031
12032 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
12033
12034 * gdb.mi/basics.c: Add copyright notice.
12035 * gdb.mi/var-cmd.c: Add copyright notice.
12036
12037 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12038
12039 * lib/gdb.exp: Remove signed_keyword_not_used.
12040 * lib/compiler.c: Likewise.
12041 * lib/compiler.cc: Likewise.
12042
12043 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12044
12045 * gdb.base/whatis.c: Remove conditional disabling of "signed".
12046 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
12047
12048 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
12049
12050 * gdb.base/whatis.c: Add copyright notice.
12051
12052 2004-08-20 Mark Kettenis <kettenis@gnu.org>
12053
12054 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
12055 it to skip the breakpoints encoded in the inline assembly.
12056
12057 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12058
12059 * Makefile.in: Add gdb.fortran.
12060
12061 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
12062
12063 * gdb.base/call-sc.exp (test_scalar_returns):
12064 Fix cut-and-paste glitch in "Make fun return now".
12065
12066 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12067
12068 * configure.in: Add gdb.fortran.
12069 * configure: Regenerate.
12070 * gdb.fortran/Makefile.in: New file.
12071 * lib/gdb.exp (skip_fortran_tests): New procedure.
12072
12073 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
12074
12075 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
12076 reference to bug-gnu@prep.ai.mit.edu.
12077 * gdb.mi/mi-var-child.exp: Likewise.
12078 * gdb.mi/mi-var-cmd.exp: Likewise.
12079 * gdb.mi/mi-var-display.exp: Likewise.
12080 * gdb.mi/mi2-var-block.exp: Likewise.
12081 * gdb.mi/mi2-var-child.exp: Likewise.
12082 * gdb.mi/mi2-var-cmd.exp: Likewise.
12083 * gdb.mi/mi2-var-display.exp: Likewise.
12084
12085 2004-08-15 Mark Kettenis <kettenis@gnu.org>
12086
12087 * gdb.base/unload.c (main): Make local variable msg const.
12088
12089 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12090
12091 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
12092 to bug-gnu@prep.ai.mit.edu.
12093 * gdb.mi/mi-disassemble.exp: Likewise.
12094 * gdb.mi/mi-eval.exp: Likewise.
12095 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
12096 default line number.
12097 * gdb.mi/mi-return.exp: Likewise.
12098 * gdb.mi/mi-simplerun.exp: Likewise.
12099 * gdb.mi/mi-stack.exp: Likewise.
12100 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
12101 number with explicit range test.
12102 * gdb.mi/mi-watch.exp: Likewise.
12103 * gdb.mi/mi2-break.exp: Likewise.
12104 * gdb.mi/mi2-cli.exp: Likewise.
12105 * gdb.mi/mi2-disassemble.exp: Likewise.
12106 * gdb.mi/mi2-eval.exp: Likewise.
12107 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
12108 default line number.
12109 * gdb.mi/mi2-return.exp: Likewise.
12110 * gdb.mi/mi2-simplerun.exp: Likewise.
12111 * gdb.mi/mi2-stack.exp: Likewise.
12112 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
12113 number with explicit range test.
12114 * gdb.mi/mi2-watch.exp: Likewise.
12115
12116 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
12117
12118 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
12119 * gdb.cp/m-static.exp: Likewise.
12120 * gdb.cp/rtti.exp: Likewise.
12121
12122 2004-08-14 Mark Kettenis <kettenis@gnu.org>
12123
12124 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
12125
12126 2004-08-14 Eli Zaretskii <eliz@gnu.org>
12127
12128 * ChangeLog: Prefix Local Variables with semi-colons and indent
12129 the reference to older ChangeLog files, to fix fontification in
12130 Emacs.
12131
12132 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12133
12134 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
12135 * gdb.mi/mi2-break.exp: Likewise.
12136
12137 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12138
12139 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
12140
12141 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12142
12143 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
12144
12145 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
12146
12147 * gdb.cp/classes.exp: Remove unused declarations. Just let
12148 test names default instead of providing special names. Remove
12149 extraneous demangler test.
12150
12151 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
12152
12153 * gdb.base/unload.exp: New test for breakpoints in dynamically
12154 loaded libraries.
12155 * gdb.base/unload.c: Ditto.
12156 * gdb.base/unloadshr.c: Ditto.
12157
12158 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
12159
12160 * gdb.cp/classes.exp (test_ptype_class_objects): Call
12161 cp_test_ptype_class.
12162 (test_enums): Likewise.
12163
12164 2004-08-10 Andrew Cagney <cagney@gnu.org>
12165
12166 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
12167 files.
12168
12169 2004-08-10 Andrew Cagney <cagney@gnu.org>
12170
12171 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
12172 init_malloc call.
12173
12174 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
12175
12176 * ChangeLog: Add copyright notice. The notice is copied
12177 from emacs 21.3 top level ChangeLog.
12178
12179 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12180
12181 * lib/cp-support.exp: New file.
12182 * lib/cp-support.exp (cp_test_type_class): New function.
12183 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
12184 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
12185 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
12186 cp_test_ptype_class.
12187
12188 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12189
12190 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
12191 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
12192 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
12193 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
12194 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12195 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
12196 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
12197 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
12198 gdb.mi/mi2-watch.exp: Update copyright years.
12199
12200 2004-08-09 Mark Kettenis <kettenis@gnu.org>
12201
12202 * gdb.base/sigaltstack.exp: Provide proper anchoring.
12203
12204 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
12205
12206 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
12207 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
12208 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
12209 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12210 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
12211 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
12212 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
12213 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12214 gdb.mi/mi-watch.exp: Update copyright years.
12215
12216 2004-08-08 Daniel Jacobowitz <dan@debian.org>
12217
12218 PR gdb/1738
12219 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
12220 from a breakpoint with a pending signal.
12221
12222 2004-08-08 Daniel Jacobowitz <dan@debian.org>
12223
12224 PR gdb/1736
12225 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
12226 * gdb.base/sigaltstack.exp (finish_test): Consume output until
12227 the prompt.
12228 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
12229
12230 2004-08-08 Daniel Jacobowitz <dan@debian.org>
12231
12232 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
12233
12234 2004-08-08 Daniel Jacobowitz <dan@debian.org>
12235
12236 PR gdb/1736
12237 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
12238 for i?86-*-linux*.
12239
12240 2004-08-08 Daniel Jacobowitz <dan@debian.org>
12241
12242 * gdb.arch/i386-prologue.exp: Compile without debug information.
12243
12244 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
12245
12246 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
12247 rather than asking gdb to search.
12248
12249 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12250
12251 * gdb.base/gcore.c: Include <string.h>.
12252
12253 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12254
12255 * gdb.base/gcore.c: Add copyright notice.
12256
12257 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
12258
12259 * gdb.base/freebpcmd.c: Include <stdio.h>.
12260 * gdb.base/long_long.c: Include <string.h>.
12261 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
12262 * gdb.base/siginfo.c: Include <string.h>.
12263 * gdb.base/sigstep.c: Include <string.h>.
12264
12265 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12266
12267 * gdb.base/complex.c: Include <stdlib.h>.
12268
12269 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12270
12271 * gdb.base/complex.c: Add copyright notice.
12272
12273 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12274
12275 * gdb.base/charset.c: Include <stdlib.h>.
12276
12277 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12278
12279 * gdb.base/auxv.c: Include <stdlib.h>.
12280
12281 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12282
12283 * gdb.base/auxv.c: Add copyright notice.
12284
12285 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
12286
12287 * gdb.base/coremaker.c: Add copyright notice.
12288 * gdb.base/coremaker2.c: Add copyright notice.
12289
12290 2004-08-04 Andrew Cagney <cagney@gnu.org>
12291
12292 * gdb.base/store.exp: Update copyright.
12293 (check_set, up_set, check_struct, up_struct): Add a prefix to test
12294 names, do not import gdb_prompt.
12295
12296 2004-08-01 Andrew Cagney <cagney@gnu.org>
12297
12298 Fix PR testsuite/1729.
12299 * gdb.base/dump.exp: Add test name to callers of capture_value, do
12300 not use capture_value with value 4.
12301 (capture_value): Add optional test name parameter.
12302 (test_reload_saved_value, test_restore_saved_value): Use $msg as
12303 the prefix, pass to capture_value.
12304
12305 2004-08-01 Mark Kettenis <kettenis@gnu.org>
12306
12307 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
12308 * gdb.arch/i386-prologue.c (standard): New prototype and function.
12309 (main): Call new function.
12310
12311 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12312
12313 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
12314
12315 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12316
12317 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
12318
12319 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
12320
12321 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
12322 Accept more values of vtbl pointer. Remove some messages
12323 about "obsolete gcc or gdb".
12324
12325 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12326
12327 * gdb.cp/classes.exp: Accept more varieties of ptype output.
12328
12329 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
12330
12331 * gdb.base/asm-source.exp: Properly convert target board
12332 debug flags from gcc format to binutils format.
12333
12334 2004-07-28 Mark Kettenis <kettenis@gnu.org>
12335
12336 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
12337 gdb1718". PR backtrace/1718 partially fixed.
12338
12339 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
12340
12341 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
12342
12343 2004-07-26 Nick Clifton <nickc@redhat.com>
12344
12345 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
12346 good default value for a specific architecture is available then
12347 set it to that value. Otherwise default to the -gstabs switch.
12348 Remove the -g... switches from the asm-flags variable. Allow the
12349 target board info to override the value if it wants to. Pass the
12350 switch on the assembler command line.
12351
12352 2004-07-23 Mark Kettenis <kettenis@gnu.org>
12353
12354 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
12355 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
12356 (main): Call new function.
12357
12358 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
12359
12360 Test for PR exp/1715.
12361 * gdb.base/radix.exp: Refactor common procedures. Make all
12362 test names unique. Change XFAIL to KFAIL.
12363
12364 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
12365
12366 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
12367 * gdb.ada/gnat_ada.gin: ... to here.
12368 * configure.in: Use gnat_ada.gin.
12369 * configure: Regenerate.
12370
12371 2004-07-20 Andrew Cagney <cagney@gnu.org>
12372
12373 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
12374 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
12375 XFAILs. Clean up test messages and comments. Check backtraces.
12376 Delete re-sync code.
12377
12378 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12379
12380 Fix PR cli/740.
12381 * gdb.base/annota1.exp: Honor gdb,nosignals.
12382 * gdb.base/annota3.exp: Likewise.
12383
12384 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
12385
12386 * lib/java.exp: Update copyright notice.
12387
12388 2004-07-19 Andrew Cagney <cagney@gnu.org>
12389
12390 * gdb.base/selftest.exp: Copy file from here ...
12391 * gdb.gdb/selftest.exp: ... to here.
12392
12393 2004-07-16 Andrew Cagney <cagney@redhat.com>
12394
12395 * lib/insight-support.exp: Delete file.
12396 * lib/java.exp (java_init): Fix copyright.
12397
12398 2004-07-16 Andrew Cagney <cagney@gnu.org>
12399
12400 * gdb.base/restore.c: Append "prologue" to comments marking the a
12401 function's prologue.
12402 * gdb.base/restore.exp: Update copyright, re-indent.
12403 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
12404 callerN" prefix where needed. Update patterns that match a
12405 function's prologue.
12406
12407 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
12408
12409 * gdb.base/restore.c: Add copyright notice.
12410
12411 2004-07-16 Andrew Cagney <cagney@gnu.org>
12412
12413 * gdb.base/logical.exp: Update copyright.
12414 (evaluate): New procedure. Use to re-implement tests using
12415 several tables.
12416
12417 2004-07-14 Martin Hunt <hunt@redhat.com>
12418
12419 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
12420 which fixes some problems where init.tcl was not found.
12421
12422 2004-07-13 Andrew Cagney <cagney@gnu.org>
12423
12424 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
12425 (check_sizeof, check_valueof): Do not include the output in the
12426 test name. Use gdb_test.
12427 (get_valueof): Use gdb_test_multiple.
12428
12429 * gdb.base/step-test.exp: Update copyright. Use
12430 gdb_test_multiple. Ensure that test names do not include
12431 architecture dependent output.
12432
12433 * gdb.gdb/observer.exp: Update copyright.
12434 (setup_test): Use gdb_test_multiple.
12435 (attach_first_observer, attach_second_observer)
12436 (attach_third_observer, detach_first_observer)
12437 (detach_second_observer, detach_third_observer)
12438 (reset_counters, check_counters): Make $message a prefix.
12439 (test_normal_stop_notifications): Add "args" parameter - a list of
12440 init functions to be called. Make $message a prefix,
12441 (test_observer_normal_stop): Change the message prefixes so that
12442 they are unique, pass the attach / detach procedures to
12443 test_normal_stop_notifications.
12444
12445 * gdb.base/signull.exp (test_segv): Prefix all tests with
12446 "${name}". Clean up test messages.
12447
12448 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
12449
12450 * gdb.base/ena-dis-br.exp: Update copyright.
12451 (break_at): New function. Replace send_gdb with gdb_test,
12452 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
12453 ignore count, not stopped at bpt", with KFAIL.
12454
12455 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
12456
12457 * gdb.base/attach.exp: Remove cleanupfile handling.
12458
12459 2004-07-12 Andrew Cagney <cagney@gnu.org>
12460
12461 * gdb.base/annota1.exp: Cleanup corefile test name.
12462 * gdb.base/annota3.exp: Ditto.
12463
12464 2004-07-12 Andrew Cagney <cagney@gnu.org>
12465
12466 * gdb.base/signals.exp: Clean up copyright, re-indent.
12467
12468 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
12469 gdb_test and gdb_test_multiple.
12470
12471 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
12472
12473 * gdb.java/jmain.exp: Fix expected line number for main to
12474 break at. Set XFAIL for break at main test since gcj does not
12475 provide line number info for first statement in main.
12476
12477 2004-07-08 Andrew Cagney <cagney@gnu.org>
12478
12479 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
12480
12481 * gdb.base/sigbpt.exp: Make the common part of each test name a
12482 prefix instead of suffix.
12483
12484 2004-07-07 Bob Rossi <bob_rossi@cox.net>
12485
12486 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
12487 test from test_tbreak_creation_and_listing to
12488 test_file_list_exec_source_file
12489 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
12490 Changed name of test from test_tbreak_creation_and_listing to
12491 test_file_list_exec_source_file
12492
12493 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
12494
12495 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
12496 the jmisc() constructor instead of <init>.
12497 * gdb.java/jmisc1.exp: Ditto.
12498
12499 2004-07-07 Andrew Cagney <cagney@gnu.org>
12500
12501 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
12502 corrupting the PC.
12503
12504 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
12505
12506 * gdb.cp/templates.exp: Accept whitespace change in demangler
12507 output.
12508
12509 2004-07-06 Andrew Cagney <cagney@gnu.org>
12510
12511 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
12512
12513 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
12514
12515 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
12516 * lib/compiler.cc: Likewise.
12517
12518 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
12519
12520 * lib/compiler.cc: Work around string preprocessing problem
12521 with old hp c++ compiler.
12522 * lib/compiler.c: Likewise.
12523
12524 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12525
12526 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
12527 directives to conditionalize symbol prefixing.
12528 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
12529 additional_flags handling. Add underscore prefix for Cygwin.
12530 * gdb.arch/i386-unwind.c: Use preprocessor directives to
12531 conditionalize symbol prefixing.
12532 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
12533 additional_flags handling. Add underscore prefix for Cygwin.
12534
12535 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
12536
12537 * gdb.base/bigcore.exp: Skip test on Cygwin.
12538
12539 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
12540
12541 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
12542 formats for "info register". Use gdb_test_multiple. Fix
12543 the "invalid register" test.
12544
12545 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
12546
12547 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
12548 PID for Cygwin. Add Cygwin specific strings to check for in some
12549 tests.
12550 (do_attach_tests): Add a test for user interaction when attaching
12551 to a process with no matching symbol table already loaded.
12552
12553 2004-06-26 Andrew Cagney <cagney@gnu.org>
12554
12555 Test PR java/1567 and PR java/1565.
12556 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
12557 * gdb.java/jmisc2.exp: Delete file.
12558
12559 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
12560
12561 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
12562
12563 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
12564
12565 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
12566 attach process.
12567
12568 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
12569
12570 * gdb.cp/pr-1553.exp: Remove.
12571
12572 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
12573
12574 * gdb.cp/pr-1553.cc: Remove.
12575 * gdb.cp/pr-1553.exp: Disable this test.
12576
12577 2004-06-20 Jim Blandy <jimb@redhat.com>
12578
12579 Fix PR testsuite/1680.
12580 * gdb.arch/i386-sse.exp: Properly quote curly braces in
12581 regular expressions.
12582
12583 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
12584
12585 Fix PR testsuite/1679.
12586 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
12587 Issue an UNSUPPORTED result instead.
12588
12589 2004-06-18 Jim Blandy <jimb@redhat.com>
12590
12591 * gdb.base/charset.exp: Only send a control-C if we see a new
12592 prompt and incomplete command.
12593
12594 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
12595
12596 * gdb.cp/pr-574.cc: Add copyright notice.
12597
12598 2004-06-17 Jim Blandy <jimb@redhat.com>
12599
12600 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
12601 cases where the regexp has no groups; this grabs random text from
12602 the previous test suite, whatever that was.
12603
12604 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
12605
12606 * gdb.cp/printmethod.cc: Add copyright notice.
12607
12608 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
12609
12610 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
12611
12612 2004-06-16 Andrew Cagney <cagney@gnu.org>
12613
12614 * gdb.base/signull.c: Update copyright. Include <string.h>.
12615 (bowler): Replace data_pointer with data_read
12616 and data_write cases. Add code_descriptor case.
12617 (zero, desc): New array and pointer.
12618 (data, code): Change to simple pointers.
12619 * gdb.base/signull.exp: Fix probe pattern matching a function
12620 descriptor SIGSEGV. Replace data_pointer with data_read and
12621 data_write tests.
12622
12623 2004-06-16 Andrew Cagney <cagney@gnu.org>
12624
12625 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
12626
12627 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12628
12629 * gdb.base/long_long.c: Add copyright notice.
12630
12631 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
12632
12633 * gdb.base/long_long.exp: Remove reference to
12634 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
12635 to gdb_breakpoint and gdb_continue_to_breakpoint.
12636
12637 2004-06-14 Jim Blandy <jimb@redhat.com>
12638
12639 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
12640 endian case.
12641
12642 2004-06-14 Andrew Cagney <cagney@gnu.org>
12643
12644 * gdb.base/gcore.exp (capture_command_output): Delete the always
12645 passing tests containing inferior values.
12646 * gdb.base/ending-run.exp: Do not include the breakpoint address
12647 in the test message. Update copyright.
12648 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
12649 size in the test name, use gdb_test_multiple. Update copyright.
12650
12651 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12652
12653 * gdb.cp/ref-types.cc: Add copyright notice.
12654
12655 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
12656
12657 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
12658 hp_aCC_compiler.
12659 * lib/compiler.cc: Likewise.
12660 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
12661 'set' commands. Log diagnostics for other lines. Set
12662 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
12663
12664 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
12665
12666 * gdb.cp/try_catch.cc: Add copyright notice.
12667
12668 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
12669
12670 * gdb.cp/userdef.cc: Add copyright notice.
12671
12672 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
12673
12674 * gdb.cp/virtfunc.cc: Add copyright notice.
12675
12676 2004-06-11 Randolph Chung <tausq@debian.org>
12677
12678 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
12679 problem.
12680
12681 2004-06-10 Andrew Cagney <cagney@gnu.org>
12682
12683 * lib/compiler.cc, lib/compiler.c: Append either
12684 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
12685 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
12686 instead of gcc-3-3.
12687
12688 2004-06-09 Andrew Cagney <cagney@gnu.org>
12689
12690 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
12691 gdb/1455, bug is specific to "long long" and "double".
12692
12693 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
12694 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
12695 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
12696 fixed.
12697
12698 2004-06-09 Andrew Cagney <cagney@gnu.org>
12699
12700 * gdb.base/structs.exp (test_struct_returns): Replace
12701 "return_value_unknown" and "finish_value_unknown" by
12702 "return_value_known" and "finish_value_known". Instead of
12703 "return_value_unknown" iff "finish_value_unknown", check
12704 "return_value_known" implies "finish_value_known".
12705
12706 2004-06-08 Martin Hunt <hunt@redhat.com>
12707
12708 * gdb.base/float.exp: Add pattern for mips targets.
12709
12710 2004-06-08 Randolph Chung <tausq@debian.org>
12711
12712 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
12713 message for unknown architectures more clear.
12714
12715 2004-06-08 Joel Brobecker <brobecker@gnat.com>
12716
12717 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
12718 start the execution of the program.
12719
12720 2004-06-07 Jim Blandy <jimb@redhat.com>
12721
12722 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
12723 * gdb.arch/i386-cpuid.h: New helper file.
12724
12725 2004-06-07 Randolph Chung <tausq@debian.org>
12726
12727 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
12728 has started.
12729
12730 2004-06-04 Roland McGrath <roland@redhat.com>
12731
12732 Fix PR gdb/1647.
12733 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
12734 differently to be robust to output buffering differences.
12735
12736 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
12737
12738 * gdb.threads/pthreads.exp: Update copyright years.
12739 (check_control_c): Change asynchronous 'after' to synchronous.
12740
12741 2004-06-04 Roland McGrath <roland@redhat.com>
12742
12743 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
12744 next gdb prompt.
12745
12746 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
12747
12748 Fix PR gdb/1636.
12749 * gdb.threads/manythreads.exp: Change asynchronous 'after'
12750 calls to synchronous.
12751
12752 2004-05-26 Jim Blandy <jimb@redhat.com>
12753
12754 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
12755
12756 2004-05-24 Randolph Chung <tausq@debian.org>
12757
12758 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
12759 * gdb.asm/pa.inc: New file.
12760
12761 2004-05-22 Mark Kettenis <kettenis@gnu.org>
12762
12763 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
12764
12765 2004-05-21 Joel Brobecker <brobecker@gnat.com>
12766 Daniel Jacobowitz <drow@mvista.com>
12767
12768 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
12769 GDB prompt.
12770
12771 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12772
12773 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
12774 setjmp/longjmp. Use sigaction instead of signal.
12775
12776 2004-05-19 J. Brobecker <brobecker@gnat.com>
12777 Michael Snyder <msnyder@redhat.com>
12778
12779 * gdb.threads/pthread_cond_wait.c: New file.
12780 * gdb.threads/pthread_cond_wait.exp: New testcase.
12781
12782 2004-05-13 Andrew Cagney <cagney@redhat.com>
12783
12784 * gdb.base/signull.exp, gdb.base/signull.c: New files.
12785 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
12786
12787 2004-05-11 Andrew Cagney <cagney@redhat.com>
12788
12789 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
12790 fixed but revealed gdb/1639.
12791
12792 2004-05-10 Andrew Cagney <cagney@redhat.com>
12793
12794 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
12795 func1" and "next to 2nd alarm", kernel bug avoided.
12796
12797 2004-05-10 Daniel Jacobowitz <dan@debian.org>
12798
12799 PR external/1568
12800 * gdb.base/bigcore.exp: Check the size of the dumped core file.
12801 XFAIL if it is smaller than bytes_allocated.
12802 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
12803 (main): Make chunks_allocated unsigned. Correct comment.
12804
12805 2004-05-07 Joel Brobecker <brobecker@gnat.com>
12806
12807 * gdb.arch/powerpc-aix-prologue.c: New file.
12808 * gdb.arch/powerpc-aix-prologue.exp: New file.
12809
12810 2004-05-07 Jim Blandy <jimb@redhat.com>
12811
12812 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
12813 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
12814
12815 2004-05-06 Joel Brobecker <brobecker@gnat.com>
12816
12817 * gdb.base/sep.exp: No longer setup_kfail when the program was
12818 built with dwarf2.
12819
12820 2004-05-05 Jim Ingham <jingham@apple.com>
12821
12822 * gdb.base/pending.exp: Make sure pending breakpoints
12823 preserve the ignore count.
12824
12825 2004-04-27 Jerome Guitton <guitton@gnat.com>
12826
12827 * i386-prologue.exp: Add testcase for jump instruction as first
12828 instruction of the real code.
12829 * i386-prologue.c (jump_at_beginning): New function.
12830
12831 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12832
12833 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
12834 x86_64-*-*.
12835
12836 2004-04-28 Mark Kettenis <kettenis@gnu.org>
12837
12838 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
12839 i*86-*-*.
12840
12841 2004-04-25 Mark Kettenis <kettenis@gnu.org>
12842
12843 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
12844 expression that checks the return type.
12845
12846 2004-04-23 Andrew Cagney <cagney@redhat.com>
12847
12848 * gdb.base/call-sc.exp: New test of scalar call/return values.
12849 * gdb.base/call-sc.c: Ditto.
12850
12851 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12852
12853 * gdb.threads/manythreads.c: Reduce thread stack size.
12854
12855 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
12856
12857 * gdb.threads/manythreads.c: Add copyright notice.
12858
12859 2004-04-23 Andrew Cagney <cagney@redhat.com>
12860
12861 * gdb.base/siginfo.exp: Better handle step out of signal.
12862 * gdb.base/sigstep.exp: Ditto.
12863
12864 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
12865 Daniel Jacobowitz <drow@mvista.com>
12866
12867 * gdb.threads/manythreads.c: New testcase.
12868 * gdb.threads/manythreads.exp: Ditto.
12869
12870 2004-04-22 Jim Blandy <jimb@redhat.com>
12871
12872 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
12873 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
12874
12875 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
12876
12877 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
12878
12879 2004-04-21 Andrew Cagney <cagney@redhat.com>
12880
12881 * gdb.base/sigstep.c: New file.
12882 * gdb.base/sigstep.exp: New file.
12883
12884 2004-04-16 Joel Brobecker <brobecker@gnat.com>
12885
12886 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
12887 call to observer_notify_normal_stop.
12888
12889 2004-04-15 Andrew Cagney <cagney@redhat.com>
12890
12891 * gdb.base/siginfo.c: New file.
12892 * gdb.base/siginfo.exp: New file.
12893
12894 2004-04-12 J. Brobecker <brobecker@gnat.com>
12895
12896 * gdb.base/sep.exp: Fix typo in comment.
12897
12898 2004-04-12 J. Brobecker <brobecker@gnat.com>
12899
12900 * gdb.base/sep.c: New file.
12901 * gdb.base/sep-proc.c: New file.
12902 * gdb.base/sep.exp: New testcase.
12903
12904 2004-04-09 Mark Kettenis <kettenis@gnu.org>
12905
12906 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
12907 support.
12908
12909 2004-04-05 Andrew Cagney <cagney@redhat.com>
12910
12911 * gdb.base/sigaltstack.c: New file.
12912 * gdb.base/sigaltstack.exp: New file.
12913
12914 2004-04-04 Joel Brobecker <brobecker@gnat.com>
12915
12916 * gdb.base/foll-fork.exp: Update the expected output for
12917 "help set follow-fork-mode", to match a change that was made
12918 to the help of this variable on 2004-01-13.
12919
12920 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12921
12922 * lib/ada.exp: Add copyright notice.
12923 * bar.ads: Likewise.
12924 * bar.adb: Likewise.
12925 * null_record.adb: Likewise.
12926 * null_record.exp: Likewise.
12927 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
12928
12929 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12930
12931 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
12932 * configure: Regenerate.
12933
12934 2004-04-01 Joel Brobecker <brobecker@gnat.com>
12935
12936 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
12937 to build the application. Remove the message printed when in
12938 verbose mode, redundant with the UNSUPPORTED message above.
12939
12940 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12941
12942 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
12943 * gdb.ada (null_record.exp): New testcase.
12944
12945 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12946
12947 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
12948
12949 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12950
12951 * gdb.ada: New subdirectory.
12952 * gdb.ada/Makefile.in: New file.
12953 * gdb.ada/gnat_ada.gpr.in: New file.
12954
12955 2004-03-31 Joel Brobecker <brobecker@gnat.com>
12956
12957 * lib/ada.exp: New file.
12958
12959 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
12960
12961 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
12962 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
12963
12964 2004-03-22 Andrew Cagney <cagney@redhat.com>
12965
12966 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
12967 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
12968 Problem identified by Ulrich Weigand.
12969
12970 2004-03-17 David Carlton <carlton@kealia.com>
12971
12972 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
12973 PR c++/826.
12974
12975 2004-03-16 Roland McGrath <roland@redhat.com>
12976
12977 * gdb.base/auxv.exp: New file.
12978 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
12979
12980 2004-03-12 David Carlton <carlton@kealia.com>
12981
12982 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
12983 * gdb.cp/pr-1553.cc: Ditto.
12984 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
12985 pass branch.
12986
12987 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
12988
12989 * gdb.cp/templates.exp: Accept more template types.
12990
12991 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
12992
12993 From Corinna Vinschen with modifications.
12994 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
12995 local variable obj_with_enum.
12996 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
12997 results with obj_with_enum.
12998
12999 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13000
13001 * gdb.cp/classes.cc: New file, copied from misc.cc.
13002 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
13003
13004 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
13005
13006 * gdb.cp/misc.cc: Add copyright notice.
13007
13008 2004-03-05 David Carlton <carlton@kealia.com>
13009
13010 * gdb.cp/rtti.exp: Add 'print *obj3' test.
13011 * gdb.cp/rtti.h: Update copyright.
13012 (namespace n2::n3): New.
13013 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
13014 (n2::n3::func3): New.
13015 (main): Call n2::n3::func3.
13016 * gdb.cp/rtti2.cc: Update copyright.
13017 (n2::create3): New.
13018
13019 2004-03-04 Mark Kettenis <kettenis@gnu.org>
13020
13021 * gdb.asm/openbsd.inc: Fix typo.
13022
13023 2004-03-03 Fred Fish <fnf@redhat.com>
13024
13025 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
13026 "val" instead of unused "size". Update copyright year.
13027
13028 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13029
13030 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
13031 to use unsigned char.
13032 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
13033 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
13034
13035 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
13036
13037 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
13038 line of output.
13039
13040 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
13041
13042 * gdb.base/relocate.c (dummy): Initialize.
13043
13044 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
13045
13046 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
13047 a breakpoint at exit.
13048
13049 2004-02-27 Fred Fish <fnf@redhat.com>
13050
13051 * gdb.base/chng-syms.exp: Add expect condition to match failing
13052 case that isn't a timeout.
13053
13054 2004-02-27 Andrew Cagney <cagney@redhat.com>
13055
13056 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
13057 support.
13058
13059 2004-02-26 Fred Fish <fnf@redhat.com>
13060
13061 * gdb.arch/gdb1431.c: Remove.
13062 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
13063 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
13064 of "until" incorrectly.
13065
13066 2004-02-26 J. Brobecker <brobecker@gnat.com>
13067
13068 * gdb.cp/class2.cc (empty): New class.
13069 (refer): New function.
13070 (main): Declare an object of type empty and use it.
13071 * gdb.cp/class2.exp: Print the value of an object of type empty.
13072
13073 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
13074
13075 * gdb.base/langs.exp: Update query string to match the
13076 new nquery format used for pending breakpoints.
13077
13078 2004-02-26 Andrew Cagney <cagney@redhat.com>
13079
13080 Fix PR i18n/1570.
13081 * gdb.base/charset.c: Update copyright notice.
13082 (main, init_string): Remove the escape character '\e' tests.
13083 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
13084 * gdb.base/charset.exp (valid_host_charset): Ditto.
13085 * gdb.base/setvar.exp: Ditto.
13086
13087 2004-02-24 Andrew Cagney <cagney@redhat.com>
13088
13089 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
13090 mmapped data in core file" PASS and FAIL messages consistent.
13091
13092 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
13093 setting a breakpoint. Work around PR java/1565.
13094
13095 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
13096
13097 * lib/gdb.exp (gdb_breakpoint): Update query string to match
13098 new nquery format.
13099 * gdb.base/pending.exp: Ditto.
13100
13101 2004-02-22 Mark Kettenis <kettenis@gnu.org>
13102
13103 * configure.in: Run stabs tests on *BSD.
13104 * configure: Regenerated.
13105
13106 2004-02-21 Mark Kettenis <kettenis@gnu.org>
13107
13108 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
13109
13110 2004-02-20 Fred Fish <fnf@redhat.com>
13111
13112 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
13113 blank in test for "returns short", for consistency with other
13114 "returns xxx" tests. Update copyright year.
13115
13116 2004-02-19 Fred Fish <fnf@redhat.com>
13117
13118 New testcase for PR breakpoint/1558.
13119 * gdb.arch/gdb1558.exp: New file.
13120 * gdb.arch/gdb1558.c: New file.
13121
13122 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
13123
13124 * gdb.base/nodebug.exp: Fix typo.
13125
13126 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13127
13128 Committed by Jim Blandy <jimb@redhat.com>.
13129
13130 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
13131
13132 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
13133
13134 * gdb.base/float.exp: Support s390*-*-* targets.
13135
13136 2004-02-17 Adam Fedor <fedor@gnu.org>
13137
13138 * gdb.base/gdb1555.exp: New file.
13139 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
13140
13141 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
13142
13143 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
13144
13145 2004-02-16 Fred Fish <fnf@redhat.com>
13146
13147 * gdb.arch/gdb1291.c: Remove
13148 * gdb.arch/gdb1291.s: New test input file.
13149 * gdb.arch/gdb1291.exp: Expand test to check case that should not
13150 fail. Test for correct result, known incorrect result, other
13151 failures and timeouts.
13152
13153 2004-02-16 Andrew Cagney <cagney@redhat.com>
13154
13155 * gdb.base/bigcore.exp: New file.
13156 * gdb.base/bigcore.c: New file.
13157
13158 2004-02-13 Andrew Cagney <cagney@redhat.com>
13159
13160 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
13161 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
13162 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
13163 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
13164 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
13165 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
13166 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
13167 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
13168 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
13169 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
13170
13171 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
13172
13173 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
13174 executed is an alloc instruction.
13175
13176 2004-02-11 David Carlton <carlton@kealia.com>
13177
13178 * gdb.cp/breakpoint.exp: New.
13179 * gdb.cp/breakpoint.cc: New.
13180
13181 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
13182
13183 Partial fix for PR gdb/1543.
13184 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
13185 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
13186 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
13187 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
13188 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
13189 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
13190 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
13191 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
13192 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
13193 to bug-gdb@prep.ai.mit.edu .
13194 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
13195 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
13196 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
13197 Likewise.
13198
13199 2004-02-10 Andrew Cagney <cagney@redhat.com>
13200
13201 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
13202 using gdb_internal_error_resync.
13203
13204 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
13205
13206 * gdb.threads/thread-specific.exp: Stop early if no threads are
13207 found.
13208
13209 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
13210
13211 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
13212
13213 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
13214
13215 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
13216 breakpoints.
13217
13218 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
13219
13220 * config/sim.exp (gdb_load): Handle $arg == "".
13221 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
13222 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
13223
13224 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
13225
13226 * gdb.base/maint.exp: Update test to reflect
13227 obstack changes.
13228
13229 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
13230
13231 * gdb.base/pendshr.c (pendfunc): New function that calls
13232 pendfunc1.
13233 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
13234
13235 2004-02-04 Fred Fish <fnf@redhat.com>
13236
13237 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
13238 function symbols and update copyright years.
13239 * gdb.arch/gdb1291.c: Ditto.
13240
13241 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13242
13243 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
13244
13245 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13246
13247 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
13248
13249 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
13250
13251 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
13252
13253 2004-02-02 Fred Fish <fnf@redhat.com>
13254
13255 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
13256 remote targets. Update copyright years.
13257
13258 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13259
13260 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
13261 support.
13262 * gdb.base/langs.exp: Fix test which attempts to create
13263 breakpoint on non-existent function to handle new pending
13264 support.
13265 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
13266 a breakpoint.
13267 * gdb.base/pending.exp: New test.
13268 * gdb.base/pending.c: New file.
13269 * gdb.base/pendshr.c: Ditto.
13270
13271 2004-02-02 David Carlton <carlton@kealia.com>
13272
13273 * gdb.cp/overload.exp: Add overloadNamespace tests.
13274 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
13275 (overloadNamespace, XXX): New.
13276 (main): Call XXX::marker2.
13277
13278 2004-02-01 Fred Fish <fnf@redhat.com>
13279
13280 * gdb.base/dump.exp: Use runto_main instead of "runto main".
13281 * gdb.base/finish.exp: Ditto.
13282 * gdb.base/gcore.exp: Ditto.
13283 * gdb.base/huge.exp: Ditto.
13284 * gdb.base/info-proc.exp: Ditto.
13285 * gdb.base/return2.exp: Ditto.
13286 * gdb.threads/gcore-thread.exp: Ditto.
13287
13288 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13289
13290 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
13291
13292 2004-02-01 Mark Kettenis <kettenis@gnu.org>
13293
13294 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
13295 that opening the file succeeds on OpenBSD.
13296
13297 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13298
13299 * gdb.threads/thread-specific.c: New file.
13300 * gdb.threads/threads-specific.exp: New test script.
13301 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
13302 to expect_out.
13303
13304 2004-02-01 Mark Kettenis <kettenis@gnu.org>
13305
13306 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
13307 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
13308 only on the "print_small_structs from print_long_arg_list" test.
13309
13310 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13311
13312 * gdb.base/completion.exp: Kill a stray backslash.
13313
13314 From Jim Ingham <jingham@apple.com>:
13315 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
13316 agrees with the result from sending a tab.
13317
13318 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13319
13320 * gdb.base/chng-syms.exp: Remove stray newline.
13321
13322 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13323
13324 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
13325 *-*-openbsd*.
13326 * gdb.asm/openbsd.inc: New file.
13327
13328 2004-01-30 Mark Kettenis <kettenis@gnu.org>
13329
13330 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
13331 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
13332 *-*solaris2*. Remove commented out default settings for
13333 asm-flags. Replace gdb_compile with target_link.
13334
13335 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
13336
13337 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
13338 for all tests. Remove old hp-ux and cygnus xfail cases.
13339
13340 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
13341
13342 * gdb.base/chng-syms.exp: New file.
13343 * gdb.base/chng-syms.c: New file.
13344
13345 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13346
13347 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
13348 Provide arms for current output in all my configurations.
13349
13350 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
13351
13352 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
13353 * lib/compiler.cc: Likewise.
13354 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
13355 get the right preprocessor. Eval the output directly. Remove
13356 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
13357 hp_f77_compiler and hp_f90_compiler completely.
13358 (gdb_preprocess): Delete.
13359 (get_compiler): Delete.
13360
13361 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13362
13363 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
13364 <string.h>.
13365
13366 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13367
13368 * gdb.mi/mi-stack.exp: Update copyright.
13369
13370 2004-01-23 David Carlton <carlton@kealia.com>
13371
13372 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
13373 test for cp_lookup_transparent_type.
13374 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
13375 call them.
13376
13377 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
13378
13379 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
13380 after -var-update.
13381
13382 2004-01-23 David Carlton <carlton@kealia.com>
13383
13384 * gdb.cp/namespace.cc (C::ensureRefs): New.
13385 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
13386
13387 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13388
13389 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
13390 case "-stack-list-locals 2".
13391 * gdb.mi/mi-var-child.exp: Test for case
13392 "-var-list-children --all-values NAME".
13393
13394 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
13395
13396 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
13397
13398 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13399
13400 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
13401 used with gdb_test_multiple.
13402
13403 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
13404 read at address 0. This fixes PR testsuite/1504.
13405
13406 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
13407
13408 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
13409 Remove downloading, guessing the host executable, the calls to
13410 gdb_file_cmd and gdb_target_cmd, and "load" support.
13411 (infer_host_exec): New function broken out from gdb_load.
13412 (gdb_load): New wrapper for gdbserver_gdb_load.
13413 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
13414 gdb_target_cmd. Use -target-select.
13415 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
13416 Download binaries to the host. Clear last_mi_remote_file when
13417 we load a new binary.
13418 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
13419 call gdbserver_gdb_load and mi_gdb_target_cmd.
13420
13421 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13422
13423 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
13424 type patterns.
13425
13426 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
13427
13428 * gdb.cp/templates.exp: Fix typo in test name of
13429 "print Foo<volatile char*>::foo".
13430
13431 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13432
13433 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
13434
13435 2004-01-16 Ben Elliston <bje@wasabisystems.com>
13436
13437 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
13438 (clean mostlyclean): Remove empty rm.
13439
13440 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
13441
13442 * gdb.base/setvar.exp: Add copyright years.
13443
13444 2004-01-14 David Carlton <carlton@bactrian.org>
13445
13446 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
13447 PR c++/1511 and update coment.
13448 * gdb.cp/templates.exp: Update patterns to match current output.
13449 If changes involve something other than whitespace, KFAIL
13450 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
13451
13452 2004-01-14 David Carlton <carlton@kealia.com>
13453
13454 * gdb.cp/namespace.exp: Add tests involving classes defined within
13455 namespaces.
13456 * gdb.cp/namespace.cc (C::CClass): New.
13457 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
13458
13459 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
13460
13461 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
13462 what debug info we have. Print a better message if something goes
13463 wrong while producing the separate debug info file.
13464
13465 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13466
13467 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
13468
13469 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
13470
13471 * gdb.base/callfuncs.c: Add copyright notice.
13472
13473 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
13474
13475 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
13476 inheritance. PR gdb/1498, PR gcc/13539.
13477
13478 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
13479
13480 * gdb.threads/gcore-thread.exp: Prefix name of binary with
13481 test specific name.
13482 * gdb.mi/gdb669.exp: Ditto.
13483 * gdb.mi/mi-pthreads.exp: Ditto.
13484 * gdb.mi/mi1-pthreads.exp: Ditto.
13485 * gdb.mi/mi2-pthreads.exp: Ditto.
13486
13487 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13488
13489 * gdb.cp/member-ptr.cc: Add copyright notice.
13490
13491 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
13492
13493 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
13494 some patterns for recent versions of gcc and hpacc. Delete
13495 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
13496 Delete tests that access a NULL pointer-to-member-data. This
13497 script is still disabled for gcc.
13498
13499 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13500
13501 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
13502 escaped correctly.
13503
13504 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
13505
13506 * gdb.base/sepdebug.exp: New file.
13507 * gdb.base/sepdebug.c: New file.
13508 * lib/gdb.exp (separate_debug_filename): New procedure.
13509 (gdb_gnu_strip_debug): New procedure.
13510
13511 2004-01-12 Andrew Cagney <cagney@redhat.com>
13512
13513 * gdb.mi/ChangeLog: Delete file. Renamed to ...
13514 * gdb.mi/ChangeLog-1999-2003: New file.
13515
13516 2004-01-12 Andrew Cagney <cagney@redhat.com>
13517
13518 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
13519 "Renaming a directory to a non-empty directory returns ENOTEMPTY
13520 or EEXIST", treat EBUSY as an XFAIL.
13521
13522 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
13523
13524 * gdb.base/scope.exp: Remove obsolete setup_xfail for
13525 hp_cc_compiler.
13526
13527 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13528
13529 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
13530 decorations.
13531
13532 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
13533
13534 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
13535 and "(aCC)" decorations. Remove obsolete doco about old
13536 test results.
13537
13538 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13539
13540 * gdb.cp/exception.exp: Fix typo in doco.
13541
13542 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13543
13544 * gdb.base/gdb1476.exp: Fix typo.
13545
13546 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13547
13548 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
13549 file.
13550
13551 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
13552
13553 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
13554 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
13555 Use gdb_compile. Remove restriction on gcc. Add some patterns
13556 for recent version of gdb. Delete second half, which was a copy
13557 of the first half with different build flags. This test is
13558 still disabled because it is still not ready for production.
13559
13560 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13561
13562 * gdb.cp/exception.cc: Add copyright notice.
13563 * gdb.cp/exception.exp: Add a notice that this file is broken
13564 because of line number changes caused by addition of copyright
13565 notice.
13566
13567 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13568
13569 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
13570 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
13571
13572 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13573
13574 * gdb.cp/classes.exp: Accept gnu abi 2.
13575 * gdb.cp/derivation.exp: Likewise.
13576 * gdb.cp/overload.exp: Likewise.
13577 * gdb.cp/virtfunc.exp: Likewise.
13578
13579 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13580
13581 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
13582 semicolon after end of function.
13583
13584 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13585
13586 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
13587 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
13588 boilerplate code for compiling and running the program under
13589 test. Add some string method tests.
13590
13591 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13592
13593 * gdb.cp/bs15503.cc: Add copyright notice.
13594 * gdb.cp/bs15503.exp: Adjust line number.
13595
13596 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13597
13598 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
13599 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
13600
13601 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13602
13603 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
13604 hp_cc_compiler.
13605
13606 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13607
13608 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
13609 * gdb.cp/ctti.exp: Use the marker instead of "next".
13610 With gcc, run further before bailing.
13611
13612 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13613
13614 * gdb.cp/cttiadd.cc: Add copyright notice.
13615 * gdb.cp/cttiadd1.cc: Likewise.
13616 * gdb.cp/cttiadd2.cc: Likewise.
13617 * gdb.cp/cttiadd3.cc: Likewise.
13618
13619 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13620
13621 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
13622 Use gdb_test, gdb_test_multiple. Use floating-point values that
13623 have exact representations in IEEE-ish formats.
13624
13625 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13626
13627 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
13628 compilers. Delete duplicate call to get_compiler_info.
13629 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
13630 * gdb.base/volatile.exp: Likewise.
13631
13632 2004-01-07 Mark Kettenis <kettenis@gnu.org>
13633
13634 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
13635 memory at address 0.
13636
13637 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13638
13639 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
13640 to test for hp-ux assembler. Fix copyright years.
13641
13642 2004-01-07 Andrew Cagney <cagney@redhat.com>
13643
13644 * gdb.base/fileio.c (strerrno): Add "EBUSY".
13645
13646 2004-01-07 Andrew Cagney <cagney@redhat.com>
13647
13648 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
13649 when creating the read-only file. From analysis by Roland McGrath
13650 and Elena Zannoni.
13651
13652 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13653
13654 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
13655
13656 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13657
13658 * gdb.base/cvexpr.c: Be type-safe with function pointers and
13659 data pointers.
13660
13661 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13662
13663 * gdb.cp/m-static.exp: Compile one source file at a time.
13664 Delete unused call to get_compiler_info.
13665
13666 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
13667
13668 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
13669 * gdb.base/call-rt-st.exp: Likewise.
13670 * gdb.base/nodebug.exp: Likewise.
13671 * gdb.base/volatile.exp: Likewise.
13672 * gdb.cp/ref-types.exp: Likewise.
13673 * gdb.cp/templates.exp: Likewise.
13674
13675 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13676
13677 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
13678
13679 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
13680
13681 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
13682 hppa*-hp-hpux*.
13683
13684 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13685
13686 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13687 x86_64-*-*.
13688
13689 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
13690 sparc64-*-* and sparc*-solaris2*.
13691
13692 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13693
13694 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
13695 return ${tests}" test. The ${tests} already mentions the
13696 filename.
13697
13698 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13699
13700 * gdb.cp/local.exp: Accept gcc abi 2.
13701
13702 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13703
13704 * gdb.cp/templates.exp: Accept gcc abi 2.
13705
13706 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13707
13708 * lib/compiler.cc: Remove supports_template_debugging.
13709 * gdb.cp/templates.exp: Do not test supports_template_debugging.
13710
13711 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13712
13713 * gdb.cp/namespace.exp: Accept gcc abi 2.
13714
13715 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13716
13717 * gdb.cp/method.exp: Accept gcc abi 2.
13718
13719 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13720
13721 * gdb.cp/classes.exp: Generate identical results as old version.
13722 * gdb.cp/derivation.exp: Likewise.
13723 * gdb.cp/overload.exp: Likewise.
13724 * gdb.cp/virtfunc.exp: Likewise.
13725
13726 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13727
13728 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
13729 mysterious bug with sourceware version of expect.
13730
13731 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13732
13733 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
13734 current versions of gcc, including gcc abi 2. Remove gratuitous
13735 restart of test program. Use gdb_test_multiple and gdb_test for
13736 all tests. Add patterns to xfail missing "const" in "const char *"
13737 and kfail PR gdb/1155.
13738
13739 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
13740
13741 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
13742 current versions of gcc, including gcc abi 2. Remove gratuitous
13743 restart of test program. Use gdb_test_multiple and gdb_test for
13744 all tests. Add patterns to kfail PR gdb/1498.
13745
13746 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13747
13748 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
13749 current versions of gcc, including gcc abi 2. Use "breakpoint"
13750 and "continue" instead of restarting the target program. Use
13751 gdb_test_multiple and gdb_test for all tests.
13752
13753 2004-01-01 Mark Kettenis <kettenis@gnu.org>
13754
13755 * gdb.asm/asm-source.exp: Update copyright year. Link statically
13756 for *-*-solaris2*.
13757
13758 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
13759
13760 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
13761 current versions of gcc, including gcc abi 2. Use "breakpoint"
13762 and "continue" instead of restarting the target program several
13763 times. Use gdb_test_multiple and gdb_test for all tests.
13764
13765 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
13766
13767 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
13768 source files.
13769
13770 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13771
13772 * gdb.base/environ.exp: Handle compiling test case from multiple
13773 source files.
13774
13775 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13776
13777 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
13778
13779 2003-12-17 Jim Blandy <jimb@redhat.com>
13780
13781 * gdb.base/freebpcmd.c: Add copyright notice.
13782
13783 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
13784
13785 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
13786
13787 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
13788
13789 2003-12-13 Jim Blandy <jimb@redhat.com>
13790
13791 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
13792
13793 2003-12-12 Kevin Buettner <kevinb@redhat.com>
13794
13795 * gdb.asm/frv.inc: New file.
13796 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
13797
13798 2003-12-09 Fred Fish <fnf@redhat.com>
13799
13800 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
13801 functions to break1.c and leave prototypes behind. Add more
13802 "set breakpoint NN here" comments.
13803 * gdb.base/break1.c: New file.
13804
13805 * gdb.base/break.exp: Handle compiling test case from multiple
13806 source files and change source file references as needed.
13807 * gdb.base/completion.exp: Ditto.
13808 * gdb.base/condbreak.exp: Ditto.
13809 * gdb.base/define.exp: Ditto.
13810 * gdb.base/ena-dis-br.exp: Ditto.
13811 * gdb.base/info-proc.exp: Ditto.
13812 * gdb.base/maint.exp: Ditto.
13813 * gdb.base/until.exp: Ditto.
13814
13815 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
13816 hardcoded line numbers.
13817 * gdb.base/define.exp: Ditto.
13818 * gdb.base/ena-dis-br.exp: Ditto.
13819 * gdb.base/maint.exp: Ditto.
13820 * gdb.base/until.exp: Ditto.
13821
13822 * gdb.base/completion.exp: Use "break1" for completion tests since
13823 "break" is no longer a unique prefix.
13824
13825 2003-12-06 Andrew Cagney <cagney@redhat.com>
13826
13827 * gdb.base/structs.exp (test_struct_returns): When applicable, set
13828 "return_value_unimplemented". When an unimplemented struct return
13829 architecture, report incorrect values as a KFAIL
13830
13831 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13832
13833 * gdb.cp/rtti.exp: Accept new wording of warning from
13834 cp_lookup_rtti_type.
13835
13836 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
13837
13838 Partial fix for PR testsuite/1456.
13839 * gdb.base/scope.exp (test_at_main): Replace references to
13840 gcc_compiled with calls to test_compiler_info.
13841 (test_at_foo): Likewise.
13842 (test_at_bar): Likewise.
13843
13844 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
13845
13846 Partial fix for PR testsuite/1456.
13847 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
13848 to test_compiler_info.
13849
13850 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
13851
13852 * gdb.base/so-impl-ld.exp: Update copyright notice.
13853
13854 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
13855
13856 Partial fix for PR testsuite/1456.
13857 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
13858 to test_compiler_info.
13859
13860 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13861
13862 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
13863 from current versions of gdb. Clean up regular expressions.
13864 Delete redundant timeout case.
13865
13866 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13867
13868 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
13869 from current versions of gdb. Clean up regular expressions.
13870 Delete redundant timeout case.
13871
13872 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
13873
13874 Partial fix for PR testsuite/1456.
13875 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
13876 gcc_compiled with call to test_compiler_info.
13877
13878 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
13879
13880 Partial fix for PR testsuite/1456.
13881 * gdb.base/list.exp (test_list_function): Delete unused declaration
13882 of gcc_compiled.
13883
13884 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
13885
13886 Partial fix for PR testsuite/1456.
13887 * gdb.base/complex.exp: Replace reference to gcc_compiled with
13888 call to test_compiler_info.
13889
13890 2003-11-29 Mark Kettenis <kettenis@gnu.org>
13891
13892 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
13893 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
13894 it to create the appropriate note.inc.
13895 * gdb.asm/asmsrc1.s: Include "note.inc".
13896 * gdb.asm/netbsd.inc: New file.
13897 * gdb.asm/empty.inc: New file.
13898
13899 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
13900
13901 Partial fix for PR testsuite/1456.
13902 * gdb.base/constvars.exp: Replace references to gcc_compiled with
13903 calls to test_compiler_info.
13904
13905 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
13906
13907 Partial fix for PR testsuite/1456.
13908 * gdb.base/volatile.exp: Replace references to gcc_compiled with
13909 calls to test_compiler_info.
13910
13911 2003-11-27 Mark Kettenis <kettenis@gnu.org>
13912
13913 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
13914 pattern for the KFAILs.
13915
13916 2003-11-25 Adam Fedor <fedor@gnu.org>
13917
13918 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
13919 * gdb.objc/objcdecode.m: New file.
13920
13921 2003-11-25 Adam Fedor <fedor@gnu.org>
13922
13923 * gdb.objc/nondebug.exp: Test for PR objc/1236.
13924 * gdb.objc/nondebug.m: New file.
13925
13926 2003-11-26 Ben Elliston <bje@wasabisystems.com>
13927
13928 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
13929 NetBSD as it does on FreeBSD. Modelled on a similar change by
13930 Mark Kettenis on 2003-05-30.
13931 (link-flags): Set to "--entry _start" regardless of target.
13932 Special linker flags are to be appended to $link-flags.
13933 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
13934
13935 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13936
13937 * gdb.cp/method.exp: Accept output of new demangler.
13938
13939 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13940
13941 * gdb/class2.exp: New file.
13942 * gdb/class2.cc: New file.
13943
13944 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
13945
13946 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
13947 of new demangler.
13948
13949 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13950
13951 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
13952 of gdb_test "run".
13953
13954 2003-11-23 Mark Kettenis <kettenis@gnu.org>
13955
13956 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
13957 "continue" into "run".
13958
13959 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13960
13961 Partial fix for PR testsuite/1456.
13962 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
13963 call to test_compiler_info.
13964 * gdb.cp/ctti.exp: Likewise.
13965 * gdb.cp/derivation.exp: Likewise.
13966 * gdb.cp/member-ptr.exp: Likewise.
13967 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
13968 reference to gcc_compiled.
13969
13970 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
13971
13972 Fix PR testsuite/1463.
13973 * gdb.base/structs.exp (start_structs_test): Call
13974 get_debug_format before using the debug format.
13975
13976 2003-11-22 Andrew Cagney <cagney@redhat.com>
13977
13978 * lib/gdb.exp (gdb_test_multiple): Add simple example.
13979 * gdb.base/structs.exp: Use gdb_test_multiple.
13980
13981 2003-11-20 Andrew Cagney <cagney@redhat.com>
13982
13983 * gdb.base/structs.exp: Handle and recover from internal errors.
13984 Replace "foo${n}" with "foo<n>" in test messages.
13985
13986 * gdb.base/structs.exp: Update copyright. Rewrite.
13987 * gdb.base/structs.c: Update copyright. Rewrite.
13988
13989 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
13990 resync count exceeded.
13991
13992 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
13993 from the internal error.
13994 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
13995 Original from Jim Blandy.
13996 (gdb_test_multiple): Use gdb_internal_error_resync.
13997
13998 2003-11-19 Andrew Cagney <cagney@redhat.com>
13999
14000 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
14001 KFAIL.
14002
14003 2003-11-17 Mark Kettenis <kettenis@gnu.org>
14004
14005 New testcase for PR backtrace/1435.
14006 * gdb.arch/i386-unwind.exp: New file.
14007 * gdb.arch/i386-unwind.c: New file.
14008
14009 2003-11-17 Andrew Cagney <cagney@redhat.com>
14010
14011 * lib/gdb.exp (compiler_info): New global.
14012 (test_compiler_info): New function.
14013 (get_compiler_info): Set compiler_info.
14014 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
14015 "compiler_info" to gcc-<major>-<minor>.
14016
14017 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
14018
14019 * gdb.trace/configure: Remove.
14020
14021 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
14022
14023 * gdb.base/break.c: Add comments to aid finding line numbers for
14024 breakpoints.
14025 * gdb.base/break.exp: Remove all references to explicit line
14026 numbers.
14027
14028 2003-11-11 Nick Clifton <nickc@redhat.com>
14029
14030 * gdb.base/shreloc.exp: Do not run for targets which do not
14031 support shared objects.
14032
14033 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
14034
14035 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
14036 Don't run tests if nofileio flag is given.
14037
14038 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
14039
14040 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
14041 as well as 'Watchpoint'.
14042
14043 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
14044
14045 Reported by Jim Ingham <jingham@apple.com>:
14046 * gdb.base/annota1.exp: Match at least one occurrence of the
14047 signal handler annotation.
14048
14049 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
14050
14051 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
14052 as well as 'Watchpoint'.
14053
14054 2003-11-05 Michael Chastain <mec@shout.net>
14055
14056 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
14057
14058 2003-11-03 Kris Warkentin <kewarken@qnx.com>
14059
14060 * gdb.arch/gdb1291.c: New test file.
14061 * gdb.arch/gdb1291.exp: New test script.
14062 * gdb.arch/gdb1431.c: New test file.
14063 * gdb.arch/gdb1431.exp: New test script.
14064
14065 2003-10-22 Michael Chastain <mec@shout.net>
14066
14067 * gdb.mi/pthreads.c: Add copyright notice.
14068
14069 2003-10-22 Michael Chastain <mec@shout.net>
14070
14071 * gdb.threads/pthreads.c: Add copyright notice.
14072
14073 2003-10-20 Michael Chastain <mec@shout.net>
14074
14075 * gdb.base/gdb1056.exp: New test script.
14076
14077 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
14078
14079 * gdb.threads/killed.exp: Use gdb_run_cmd.
14080
14081 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
14082
14083 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
14084 create a core file.
14085 * gdb.threads/gcore-thread.exp: Likewise.
14086
14087 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
14088
14089 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
14090 type, based on char type.
14091 (struct bit_flags_short_t): New bitfield type, based on short type.
14092 (init_bit_flags_char): New fuction.
14093 (init_bit_flags_short): Ditto.
14094 (print_bit_flags_char): Ditto.
14095 (print_bit_flags_short): Ditto.
14096 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
14097
14098 2003-10-11 Michael Chastain <mec@shout.net>
14099
14100 * gdb.base/call-rt-st.exp: Update copyright year.
14101
14102 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
14103
14104 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
14105 * gdb.disasm/sh3.s: Ditto.
14106
14107 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
14108
14109 * gdb.threads/switch-threads.exp: New test.
14110 * gdb.threads/switch-threads.c: New source file.
14111
14112 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
14113
14114 * gdb.base/ending-run.exp: Add sh specific case.
14115
14116 2003-10-06 Andrew Cagney <cagney@redhat.com>
14117
14118 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
14119 * gdb.disasm/mn10200.exp: Delete obsolete file.
14120
14121 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
14122
14123 * ChangeLog: Correct an entry command.exp -> commands.exp.
14124 * gdb.base/commands.exp (bp_deleted_in_command_test)
14125 (temporary_breakpoint_commands): Check noargs.
14126
14127 2003-09-25 David Carlton <carlton@kealia.com>
14128
14129 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
14130 of some print tests, where appropriate. Add tests for C::D::cd,
14131 E::ce, F::cXfX, G::XgX.
14132 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
14133
14134 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
14135
14136 * lib/java.exp (java_init): Import target_alias before using it.
14137
14138 2003-09-25 David Carlton <carlton@kealia.com>
14139
14140 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
14141
14142 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
14143
14144 * gdb.base/selftest.exp: Accomodate more instruction reordering
14145 weirdness.
14146
14147 2003-09-17 Michael Chastain <mec@shout.net>
14148
14149 * gdb.cp/gdb1355.exp: New file.
14150 * gdb.cp/gdb1355.c: New file.
14151
14152 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
14153
14154 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
14155 * gdb.asm/sh.inc: New file.
14156
14157 2003-09-11 David Carlton <carlton@kealia.com>
14158
14159 * gdb.cp/namespace.exp: Add tests for namespace types.
14160 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
14161 (test_namespace): New.
14162
14163 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
14164
14165 * gdb.base/relocate.exp: Handle new gdb output at startup.
14166 * gdb.stabs/weird.exp: Ditto.
14167
14168 2003-09-08 Michael Chastain <mec@shout.net>
14169
14170 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
14171
14172 2003-09-07 Michael Chastain <mec@shout.net>
14173
14174 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
14175 'parse error'.
14176
14177 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
14178
14179 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
14180
14181 2003-08-30 Michael Chastain <mec@shout.net>
14182
14183 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
14184 * gdb.gdb/observer.exp: Ditto.
14185 * gdb.gdb/xfullpath.exp: Ditto.
14186
14187 2003-08-29 Mark Kettenis <kettenis@gnu.org>
14188
14189 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
14190 *-*-*bsd*.
14191
14192 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
14193
14194 * gdb.base/dump.exp: Skip for ia64.
14195
14196 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
14197
14198 * gdb.asm/asm-source.exp: Add ia64 support.
14199 * gdb.asm/ia64.inc: New file.
14200
14201 2003-08-22 Michael Chastain <mec@shout.net>
14202
14203 * gdb.cp: New directory.
14204 * gdb.cp/*: Copy from gdb.c++/*.
14205 * gdb.c++/*: Remove.
14206 * Makefile.in: Change gdb.c++ to gdb.cp.
14207 * configure.in: Ditto.
14208 * configure: Regnerate.
14209
14210 2003-08-18 Mark Kettenis <kettenis@gnu.org>
14211
14212 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
14213 * gdb.arch/i386-prologue.c (gdb1338): Add function.
14214
14215 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
14216
14217 * mi-var-display.exp (-var-list-children weird): Accept function
14218 pointers with argument types.
14219 * mi1-var-display.exp (-var-list-children weird): Likewise.
14220 * mi2-var-display.exp (-var-list-children weird): Likewise.
14221
14222 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
14223
14224 * gdb.base/annota3.exp: Add missing newline.
14225
14226 2003-08-06 Michael Chastain <mec@shout.net>
14227
14228 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
14229
14230 2003-08-12 Michael Snyder <msnyder@redhat.com>
14231
14232 * gdb.base/float.exp: Add test for SH.
14233
14234 2003-08-10 Mark Kettenis <kettenis@gnu.org>
14235
14236 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
14237
14238 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
14239
14240 * gdb.base/completion.exp: Remove reduntant completion test
14241 on filename.
14242
14243 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
14244
14245 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
14246 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
14247 gdb.trace/save-trace.exp: Make sure that full pathnames are
14248 escaped correctly.
14249
14250 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
14251
14252 * configure.in: Don't generate config.h from config.hin.
14253 * configure: Regenerate.
14254 * config.hin: Remove file.
14255 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
14256 * gdb.threads/pthreads.c: Ditto.
14257
14258 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
14259
14260 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14261 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
14262 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
14263 Replace ld24 with seth/add3.
14264
14265 2003-08-02 Andrew Cagney <cagney@redhat.com>
14266
14267 * gdb.base/annota3.exp: New file.
14268 * gdb.base/annota3.c: New file.
14269 * gdb.c++/annota3.exp: New file.
14270 * gdb.c++/annota3.cc: New file.
14271
14272 2003-07-29 Michael Chastain <mec@shout.net>
14273
14274 * gdb.threads/tls.c (spin): Check errno only if sem_wait
14275 actually failed.
14276 (do_pass): Likewise.
14277 * gdb.threads/tls.exp: Always initialize no_of_threads.
14278
14279 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
14280
14281 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
14282 pattern.
14283 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
14284 * gdb.threads/tls.exp: Recognize one case of the host library not
14285 supporting TLS.
14286
14287 2003-07-27 Andrew Cagney <cagney@redhat.com>
14288
14289 * gdb.base/fileio.exp: Use SH when running commands using
14290 remote_exec.
14291
14292 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
14293
14294 From Kei Sakamoto <sakamoto.kei@renesas.com>:
14295 * gdb.base/relocate.c (dummy): New padding array.
14296
14297 2003-07-22 Michael Snyder <msnyder@redhat.com>
14298
14299 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
14300
14301 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
14302 patterns to be more general, accepting old and new output.
14303 Some output chars (such as '+') also must be quoted.
14304 Some addresses are displayed numerically instead of
14305 symbolically.
14306
14307 2003-07-23 Michael Snyder <msnyder@redhat.com>
14308
14309 * gdb.base/return2.exp: Don't test long-long return.
14310
14311 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
14312 * gdb.disasm/t01_mov.exp: Ditto.
14313 * gdb.disasm/t02_mova.s: Ditto.
14314 * gdb.disasm/t02_mova.exp: Ditto.
14315 * gdb.disasm/t03_add.s: Ditto.
14316 * gdb.disasm/t03_add.exp: Ditto.
14317 * gdb.disasm/t04_sub.s: Ditto.
14318 * gdb.disasm/t04_sub.exp: Ditto.
14319 * gdb.disasm/t05_cmp.s: Ditto.
14320 * gdb.disasm/t05_cmp.exp: Ditto.
14321 * gdb.disasm/t06_ari2.s: Ditto.
14322 * gdb.disasm/t06_ari2.exp: Ditto.
14323 * gdb.disasm/t07_ari3.s: Ditto.
14324 * gdb.disasm/t07_ari3.exp: Ditto.
14325 * gdb.disasm/t08_or.s: Ditto.
14326 * gdb.disasm/t08_or.exp: Ditto.
14327 * gdb.disasm/t09_xor.s: Ditto.
14328 * gdb.disasm/t09_xor.exp: Ditto.
14329 * gdb.disasm/t10_and.s: Ditto.
14330 * gdb.disasm/t10_and.exp: Ditto.
14331 * gdb.disasm/t11_logs.s: Ditto.
14332 * gdb.disasm/t11_logs.exp: Ditto.
14333 * gdb.disasm/t12_bit.s: Ditto.
14334 * gdb.disasm/t12_bit.exp: Ditto.
14335 * gdb.disasm/t13_otr.s: Ditto.
14336 * gdb.disasm/t13_otr.exp: Ditto.
14337
14338 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
14339
14340 * gdb.threads/tls.exp :Add kfail for 'info address' case.
14341
14342 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
14343
14344 * gdb.threads/tls.c : New file.
14345 * gdb.threads/tls.exp : New file.
14346 * gdb.threads/tls-main.c : New file.
14347 * gdb.threads/tls-shared.c : New file.
14348 * gdb.threads/tls-shared.exp : New file.
14349
14350 2003-07-22 Andreas Schwab <schwab@suse.de>
14351
14352 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
14353
14354 2003-07-20 Andreas Schwab <schwab@suse.de>
14355
14356 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
14357 due to insn reordering.
14358
14359 2003-07-15 Andrew Cagney <cagney@redhat.com>
14360
14361 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
14362
14363 2003-07-15 Michael Chastain <mec@shout.net>
14364
14365 * gdb.base/gdb1250.exp: New file.
14366 * gdb.base/gdb1250.c: New file.
14367
14368 2003-07-09 Michal Ludvig <mludvig@suse.cz>
14369
14370 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
14371 expansion of size_t to 'unsigned long', not only to 'unsigned'.
14372
14373 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
14374
14375 * gdb.threads/tls.c: New file.
14376 * gdb.threads/tls.exp: New file.
14377 * gdb.threads/tls-main.c: New file.
14378 * gdb.threads/tls-shared.c: New file.
14379 * gdb.threads/tls-shared.exp: New file.
14380
14381 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
14382
14383 * gdb.base/annota1.exp: Make sure that we properly escape the
14384 full path of the source file. Xfail more permissive patterns,
14385 due to a compiler debug info problem.
14386
14387 2003-07-07 Andreas Schwab <schwab@suse.de>
14388
14389 * gdb.asm/m68k.inc: New file.
14390 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
14391
14392 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
14393 arguments"): Also match negative number.
14394
14395 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
14396
14397 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
14398
14399 * gdb.base/store.c (charest): New typedef.
14400 (add_char): Rename to add_charest, update.
14401 (wack_char): Rename to wack_charest, update types. Return l + r
14402 to keep r live across the call.
14403 (wack_short, wack_int, wack_long, wack_longest, wack_float)
14404 (wack_double, wack_doublest): Return l + r to keep r live across
14405 the call.
14406 * gdb.base/store.exp: Accomodate store.c changes.
14407
14408 2003-06-30 David Carlton <carlton@kealia.com>
14409
14410 * gdb.c++/maint.exp (test_invalid_name): New.
14411 (test_first_component): Add tests for invalid names.
14412
14413 2003-06-29 Michael Chastain <mec@shout.net>
14414
14415 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
14416 output of '<VTT for class>' for virtual base classes.
14417
14418 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14419
14420 * gdb.base/completion.exp: Tab-complete "complet" instead of
14421 "compl".
14422 * gdb.base/complex.exp, gdb.base/complex.c: New files.
14423
14424 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14425
14426 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
14427 * gdb.base/volatile.exp: Likewise.
14428
14429 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
14430
14431 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
14432 gdb/1265.
14433
14434 2003-06-28 Michael Chastain <mec@shout.net>
14435 Daniel Jacobowitz <drow@mvista.com>
14436
14437 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
14438 initial line count of 'captured_main' from 26 to 32.
14439 (test_with_self): Allow xmalloc call to be interleaved with the
14440 preceding two lines.
14441
14442 2003-06-24 Joel Brobecker <brobecker@gnat.com>
14443
14444 * gdb.base/bang.exp: New testcase.
14445
14446 2003-06-23 Joel Brobecker <brobecker@gnat.com>
14447
14448 * gdb.base/langs.exp: Add some tests for the "minimal" language
14449 support.
14450
14451 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
14452
14453 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
14454 the testcase.
14455
14456 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14457
14458 * gdb.base/relocate.exp: Test add-symbol-file with a variable
14459 offset.
14460
14461 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
14462
14463 * gdb.c++/pr-1210.cc: New file.
14464 * gdb.c++/pr-1210.exp: New file.
14465
14466 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
14467
14468 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
14469 000-exec-continue.
14470
14471 2003-06-15 Mark Kettenis <kettenis@gnu.org>
14472
14473 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
14474 on *-*-*bsd* instead of *-*-freebsd*.
14475
14476 2003-06-14 Andrew Cagney <cagney@redhat.com>
14477
14478 * gdb.base/store.exp: Test longest and doublest. Test all
14479 parameters. Weaken return statement match.
14480 * gdb.base/store.c: Add longest and doublest - aka long long and
14481 long double functions. Put all parameters into local register
14482 variables. Use negative values.
14483
14484 2003-06-14 Andrew Cagney <cagney@redhat.com>
14485
14486 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
14487 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
14488 exit status.
14489 * gdb.base/fileio.exp: Disable target when nointerrupts and
14490 noinferiorio, instead of limiting it to remote. Use remote_exec
14491 instead of system.
14492
14493 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
14494
14495 * gdb.base/float.exp: Add ia64 support.
14496
14497 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
14498
14499 * gdb.base/fileio.exp: Run only on remote targets.
14500
14501 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
14502
14503 * gdb.base/fileio.c: New file, testing File-I/O.
14504 * gdb.base/fileio.exp: Ditto.
14505
14506 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
14507
14508 * gdb.base/shreloc.exp: New file, check symbol values obtained from
14509 shared objects after relocation at load time (gdb PR/1132).
14510 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
14511 as above, part of the shared object relocation test.
14512
14513 2003-06-08 Mark Kettenis <kettenis@gnu.org>
14514
14515 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
14516 fully filled history list.
14517 * gdb.base/gdb_history: New file.
14518
14519 * gdb.base/signals.exp: XFAIL "continue to func1" on
14520 i*86-*-freebsd*.
14521
14522 * gdb.base/attach.exp: When trying to attach to a nonexistent
14523 process, make it possible to specify the PID based on the target,
14524 and do so for *-*-freebsd*.
14525
14526 2003-06-02 Richard Henderson <rth@redhat.com>
14527
14528 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
14529
14530 2003-06-02 Richard Henderson <rth@redhat.com>
14531
14532 * gdb.base/selftest.exp: Next over lim_at_start initialization.
14533
14534 2003-06-02 Richard Henderson <rth@redhat.com>
14535
14536 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
14537
14538 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
14539
14540 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
14541 of globalvar.
14542
14543 2003-06-01 Mark Kettenis <kettenis@gnu.org>
14544
14545 * gdb.asm/asm-source.exp: Check for memory read errors in
14546 disassembler test on *BSD too.
14547
14548 2003-06-01 Richard Henderson <rth@redhat.com>
14549
14550 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
14551 for .frame.
14552 (gdbasm_call): Lose ldgp.
14553 (gdbasm_startup): Add frame information.
14554 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
14555
14556 2003-05-31 Mark Kettenis <kettenis@gnu.org>
14557
14558 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
14559 i?86-*-*.
14560
14561 2003-05-30 Mark Kettenis <kettenis@gnu.org>
14562
14563 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
14564 FreeBSD.
14565
14566 2003-05-29 Richard Henderson <rth@redhat.com>
14567
14568 * gdb.asm/alpha.inc: New file.
14569 * gdb.asm/asm-source.exp: Use it.
14570
14571 2003-05-29 Jim Blandy <jimb@redhat.com>
14572
14573 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
14574 'core.PID'.
14575
14576 2003-05-22 Jim Blandy <jimb@redhat.com>
14577
14578 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
14579 backtrace.
14580
14581 2003-05-20 David Carlton <carlton@math.stanford.edu>
14582
14583 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
14584 this time.
14585
14586 2003-05-19 David Carlton <carlton@bactrian.org>
14587
14588 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
14589 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
14590
14591 2003-05-19 David Carlton <carlton@bactrian.org>
14592
14593 * gdb.c++/namespace.exp: Add namespace scope and anonymous
14594 namespace tests.
14595 Bump copyright date.
14596 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
14597 (main): Call C::D::marker2.
14598 * gdb.c++/namespace1.cc: New file.
14599
14600 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
14601
14602 Roland McGrath <roland@redhat.com>
14603 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
14604 there is no manager thread.
14605
14606 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
14607
14608 * gdb.threads/schedlock.exp: Remove assumption that all threads
14609 will run in a particular small time slice. Also ensure we break
14610 in one of the child threads rather than the main thread.
14611
14612 2003-05-07 Jim Blandy <jimb@redhat.com>
14613
14614 Add support for assembly source testing on the s390x.
14615 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
14616 architecture.
14617 * gdb.asm/s390x.inc: New file.
14618
14619 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
14620 succession of 'if' statements.
14621
14622 2003-05-05 Andrew Cagney <cagney@redhat.com>
14623
14624 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
14625
14626 2003-05-05 Andrew Cagney <cagney@redhat.com>
14627
14628 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
14629 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
14630
14631 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
14632
14633 * gdb.base/charset.exp: Update based on new behavior of set/show
14634 charset commands.
14635
14636 2003-05-01 Andrew Cagney <cagney@redhat.com>
14637
14638 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
14639 variable do not give memory errors.
14640
14641 2003-04-30 Adam Fedor <fedor@gnu.org>
14642
14643 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
14644 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
14645 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
14646 gdb.objc/basicclass.m: : New files
14647
14648 * lib/gdb.exp (gdb_compile_objc): New procedure.
14649
14650 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
14651
14652 * gdb.base/signals.exp: Make backtrace tests more specific.
14653
14654 2003-04-23 David Carlton <carlton@bactrian.org>
14655
14656 * gdb.c++/maint.exp (test_first_component): Add tests for
14657 'operator' in more locations.
14658
14659 2003-04-16 Kevin Buettner <kevinb@redhat.com>
14660
14661 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
14662
14663 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
14664
14665 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
14666 func marke' instead. Update test name.
14667
14668 2003-04-15 David Carlton <carlton@math.stanford.edu>
14669
14670 * gdb.c++/maint.exp: New file.
14671
14672 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14673
14674 * gdb.threads/schedlock.c: Change type of thread function argument
14675 to long, to avoid warnings on 64-bit platforms.
14676
14677 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
14678
14679 * gdb.base/attach.exp: Add new message from ptrace in case of
14680 attaching to nonexistent process.
14681
14682 2003-04-11 Jim Blandy <jimb@redhat.com>
14683
14684 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14685 gdb.c++/userdef.cc: Place comments on the lines to which the
14686 marker function might return.
14687 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14688 gdb.c++/userdef.exp: Look for those comments to check that we've
14689 returned to the right place, instead of checking line numbers.
14690
14691 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
14692
14693 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
14694 match on sourcefile name, instead of directory name.
14695
14696 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
14697
14698 * gdb.base/completion.exp: Use string_to_regexp to match the
14699 working directory name.
14700
14701 2003-04-09 Jim Blandy <jimb@redhat.com>
14702
14703 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
14704 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
14705 after an inferior function call, report the failure, but allow the
14706 test to continue.
14707
14708 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14709
14710 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14711 with -DPROTOTYPES.
14712
14713 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
14714
14715 * gdb.base/break.exp: Revert last patch.
14716
14717 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
14718
14719 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
14720 with -DPROTOTYPES.
14721
14722 2003-04-02 Andrew Cagney <cagney@redhat.com>
14723
14724 * gdb.base/callfuncs.exp: Make "print add" messages unique.
14725 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
14726 matching directories by the name breakpoint.
14727 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
14728 Make "continue to marker1" consistent.
14729 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
14730 message consistent.
14731 * lib/gdb.exp: Put "the program is no longer running", and "the
14732 program exited" in parenthesis.
14733 * lib/mi-support.exp: Ditto.
14734
14735 2003-04-02 Bob Rossi <bob_rossi@cox.net>
14736
14737 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
14738
14739 2003-03-29 Andrew Cagney <cagney@redhat.com>
14740
14741 * gdb.base/sizeof.c (main): Print the value of '\377'.
14742 * gdb.base/sizeof.exp: Check the sign of '\377'.
14743
14744 2003-03-27 Michael Chastain <mec@shout.net>
14745
14746 * gdb.base/gdb1090.exp: New file.
14747 * gdb.base/gdb1090.cc: New file.
14748
14749 2003-03-27 J. Brobecker <brobecker@gnat.com>
14750
14751 * gdb.gdb/observer.exp: New regression test.
14752
14753 2003-03-27 Michael Chastain <mec@shout.net>
14754
14755 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
14756 * gdb.base/ptype.exp: Likewise.
14757
14758 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
14759
14760 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
14761
14762 2003-03-26 Michael Chastain <mec@shout.net>
14763
14764 * gdb.base/ptype.exp: Actually use some typedef'd types.
14765
14766 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
14767
14768 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
14769 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
14770
14771 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14772
14773 * gdb.base/default.exp: Fix regular expression.
14774
14775 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14776
14777 * gdb.base/args.exp: Fix regular expression.
14778
14779 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14780
14781 * gdb.base/help.exp: Allow Win32 child process.
14782
14783 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14784
14785 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
14786 when stepping out of main().
14787
14788 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14789
14790 * gdb.base/default.exp: Check for win32 specific message when calling
14791 "run" without executable.
14792
14793 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14794
14795 * gdb.base/args.exp: Expect .exe in output.
14796
14797 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
14798
14799 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
14800 Cygwin native.
14801
14802 2003-03-17 Andrew Cagney <cagney@redhat.com>
14803
14804 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
14805 vector registes.
14806 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
14807 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
14808
14809 2003-03-17 David Carlton <carlton@math.stanford.edu>
14810
14811 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
14812 test, for PR breakpoints/38.
14813 Call test_watchpoint_and_breakpoint.
14814 * gdb.base/watchpoint.c (func3): New function.
14815 (main): Call func3.
14816
14817 2003-03-04 David Carlton <carlton@math.stanford.edu>
14818
14819 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
14820 Garply<Garply<char> >:: garply".
14821 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
14822 with respect to PR c++/1111; note also PR c++/1113.
14823 (test_template_breakpoints): KFAIL "constructor breakpoint" with
14824 respect to PR c++/1062.
14825 KFAIL "destructor breakpoint" with respect to PR c++/1112.
14826
14827 2003-03-03 David Carlton <carlton@math.stanford.edu>
14828
14829 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
14830 with respect to PR c++/57.
14831 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
14832 c++/826.
14833 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
14834 respect to PR c++/57.
14835
14836 2003-03-03 David Carlton <carlton@math.stanford.edu>
14837
14838 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
14839 respect to PR c++/33 into FAILs.
14840
14841 2003-03-03 Michael Chastain <mec@shout.net>
14842
14843 * configure.in: Update copyright years.
14844
14845 2003-03-03 Michael Chastain <mec@shout.net>
14846
14847 * Makefile.in: Update copyright years.
14848
14849 2003-02-28 David Carlton <carlton@math.stanford.edu>
14850
14851 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
14852 print class instead of struct and/or superfluous protection
14853 specifiers, as long as the resulting output is equivalent to the
14854 source code.
14855 Delete FIXME from end of messages on tests that don't need
14856 fixing.
14857
14858 2003-02-28 David Carlton <carlton@math.stanford.edu>
14859
14860 * gdb.c++/templates.exp (do_tests): Allow const in the two
14861 Foo<volatile char *>::foo tests.
14862
14863 2003-02-27 Michael Snyder <msnyder@redhat.com>
14864
14865 * gdb.base/restore.c (main): Return zero, so exit code
14866 will be consistant.
14867
14868 2003-02-26 David Carlton <carlton@math.stanford.edu>
14869
14870 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
14871 char *>::foo" test with respect to PR c++/33. Create a new test
14872 which is identical to that one except that it doesn't put the
14873 space between the "char" and the "*"; KFAIL it, too.
14874
14875 2003-02-26 David Carlton <carlton@math.stanford.edu>
14876
14877 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
14878 template types into either PASSes or KFAILs (corresponding to PR
14879 c++/57). Tweak indentation. Update copyright.
14880
14881 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
14882
14883 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
14884
14885 2003-02-13 Michael Chastain <mec@shout.net>
14886
14887 * gdb.base/exprs.exp: Remove i960 remnants.
14888 * gdb.base/funcargs.exp: Likewise.
14889 * gdb.base/list.exp: Likewise.
14890 * gdb.base/ptype.exp: Likewise.
14891
14892 2003-02-14 David Carlton <carlton@math.stanford.edu>
14893
14894 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
14895 pEe->D::vg()" from XFAIL to KFAIL.
14896
14897 2003-02-13 Jason Molenda (jmolenda@apple.com)
14898
14899 * gdb.base/maint.exp: Update maint print statistics regexp to include
14900 new entries.
14901
14902 2003-02-13 Michael Chastain <mec@shout.net>
14903
14904 * gdb.c++/inherit.exp: Remove call to get_debug_format.
14905
14906 2003-02-12 Michael Chastain <mec@shout.net>
14907
14908 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
14909 * gdb.c++/inherit.exp: Likewise.
14910 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
14911 * gdb.c++/templates.exp: Likewise.
14912 * gdb.c++/virtfunc.exp: Likewise.
14913
14914 2003-02-06 Jason Molenda (jason-cl@molenda.com)
14915
14916 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
14917 why the code is written that way.
14918
14919 2003-02-05 Michael Chastain <mec@shout.net>
14920
14921 * gdb.base/dump.exp: Add missing copyright line.
14922
14923 2003-02-05 Jason Molenda (jason-cl@molenda.com)
14924
14925 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
14926 at the beginning so the breakpoint doesn't get set on the loop.
14927
14928 2003-02-05 Michael Chastain <mec@shout.net>
14929
14930 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
14931 output for configurations with gcc 2.95.3.
14932
14933 2003-02-05 Keith Seitz <keiths@redhat.com>
14934 Andrew Cagney <ac131313@redhat.com>
14935
14936 * gdb.mi/mi-cli.exp: New file.
14937
14938 2003-02-04 Michael Chastain <mec@shout.net>
14939
14940 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
14941 Call perror and then continue.
14942
14943 2003-02-03 Michael Chastain <mec@shout.net>
14944
14945 * gdb.c++/pr-1023.cc: New file.
14946 * gdb.c++/pr-1023.exp: New file.
14947
14948 2003-02-05 Jim Blandy <jimb@redhat.com>
14949
14950 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
14951 it's local to foobar. Check for it there, and check that it's not
14952 present in main.
14953 * gdb.c++/local.cc (marker2): New function.
14954 (foobar): Call marker1.
14955 (main): Call marker2 instead of marker1.
14956
14957 2003-02-04 Andrew Cagney <ac131313@redhat.com>
14958
14959 * gdb.disasm/mn10200.exp: Obsolete file.
14960 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
14961 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
14962 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
14963
14964 2003-02-04 David Carlton <carlton@math.stanford.edu>
14965
14966 * gdb.c++/overload.exp: Test intToChar(1).
14967 * gdb.c++/overload.cc (intToChar): New.
14968 (main): Call intToChar.
14969
14970 2003-02-03 David Carlton <carlton@math.stanford.edu>
14971
14972 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
14973 'might_kfail' arg.
14974 KFAIL some of the continue_to_bp_overloaded calls, according to
14975 PR c++/1025.
14976
14977 2003-02-01 Michael Chastain <mec@shout.net>
14978
14979 * gdb.base/advance.c (marker1): New marker function.
14980 * gdb.base/advance.exp: When the 'advance' command lands on the
14981 return breakpoint, it can legitimately stop on either the
14982 current line or the next line. Accommodate both outcomes.
14983 * gdb.base/until.exp: Likewise.
14984
14985 2003-02-02 Andrew Cagney <ac131313@redhat.com>
14986
14987 2002-11-10 Jason Molenda (jason-cl@molenda.com):
14988 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
14989 now a list, not a tuple.
14990 * gdb.mi/mi-var-display.exp: Ditto.
14991 * gdb.mi/gdb792.exp: Ditto.
14992
14993 2003-02-01 Andrew Cagney <ac131313@redhat.com>
14994
14995 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
14996 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
14997 stack backtraces.
14998 * gdb.mi/mi-syn-frame.c: Part of same.
14999
15000 2003-02-01 Mark Kettenis <kettenis@gnu.org>
15001
15002 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15003 gdb.mi/mi1-pthreads.exp: Return instead of calling
15004 gdb_suppress_entire_file.
15005
15006 2003-02-01 Mark Salter <msalter@redhat.com>
15007
15008 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
15009
15010 2003-01-31 Mark Salter <msalter@redhat.com>
15011
15012 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
15013 Support empty arg.
15014
15015 2003-01-30 Michael Chastain <mec@shout.net>
15016
15017 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
15018 This was a workaround for a UTF-8 bug in readline 4.3. The bug
15019 has been fixed in gdb/readline on 2003-01-09.
15020
15021 2003-01-29 Michael Snyder <msnyder@redhat.com>
15022
15023 * gdb.base/maint.exp: Allow for leading underscore in symbol.
15024 * gdb.base/display.exp: Allow for leading underscore in symbol.
15025 * gdb.base/args.exp: Skip if target does not support args passing.
15026
15027 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
15028
15029 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
15030 gdb_test. Accept a list of expect arguments as the third
15031 parameter.
15032 (gdb_test): Use it.
15033
15034 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
15035
15036 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
15037 allow for different test tree configurations. Update some
15038 tescases accordingly.
15039 * gdb.arch/altivec-regs.exp: Ditto.
15040 * gdb.asm/asm-source.exp: Ditto.
15041 * gdb.base/advance.exp: Ditto.
15042 * gdb.base/display.exp: Ditto.
15043 * gdb.base/long_long.exp: Ditto.
15044 * gdb.base/mips_pro.exp: Ditto.
15045 * gdb.base/overlays.exp: Ditto.
15046 * gdb.base/relocate.exp: Ditto.
15047 * gdb.base/setshow.exp: Ditto.
15048 * gdb.base/step-line.exp: Ditto.
15049 * gdb.base/step-test.exp: Ditto.
15050 * gdb.base/until.exp: Ditto.
15051 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
15052
15053 2003-01-17 David Carlton <carlton@math.stanford.edu>
15054
15055 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
15056 corresponding to PR c++/945.
15057 Update copyright.
15058
15059 2003-01-17 David Carlton <carlton@math.stanford.edu>
15060
15061 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
15062 corresponding to PR c++/68.
15063
15064 2003-01-17 David Carlton <carlton@math.stanford.edu>
15065
15066 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
15067 (test_paddr_hairy_functions): Call print_addr_2_kfail for
15068 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
15069
15070 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
15071
15072 * gdb.base/break.exp: Fix change of default location, because of
15073 removal of until tests.
15074 * gdb.base/help.exp: Update test for new 'until' help message.
15075 Add test for help on 'advance'.
15076 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
15077
15078 2003-01-15 Mark Kettenis <kettenis@gnu.org>
15079
15080 * gdb.base/default.exp: Adapt "info float" test for recent changes
15081 to that command. Add test for "info vector".
15082 * gdb.base/float.exp: New file. Add test for "info float" that
15083 resembles the old test in gdb.base/default.exp.
15084
15085 2003-01-15 David Carlton <carlton@math.stanford.edu>
15086
15087 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
15088
15089 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
15090
15091 * gdb.base/break.exp: Move the tests of until command from here...
15092 * gdb.base/until.exp: ... to here. New file. Add other tests.
15093 * gdb.base/advance.c: New file.
15094 * gdb.base/advance.exp: New file.
15095
15096 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
15097
15098 * gdb.base/args.c: New file.
15099 * gdb.base/args.exp: New file.
15100
15101 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15102
15103 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
15104
15105 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15106
15107 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
15108
15109 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
15110
15111 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
15112 dates.
15113
15114 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15115
15116 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
15117
15118 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15119
15120 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
15121 (ptype &*"foo").
15122 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
15123
15124 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15125
15126 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
15127 * gdb.mi/mi1-console.exp: Likewise.
15128
15129 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15130
15131 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
15132 * gdb.mi/mi1-console.exp: Likewise.
15133
15134 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
15135
15136 * gdb.c++/overload.exp: Remove some fixed XFAILs.
15137
15138 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
15139
15140 * gdb.base/detach.exp: New test.
15141
15142 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
15143
15144 * Makefile.in (ALL_SUBDIRS): New variable.
15145 (subdirs, clean, distclean): Use it.
15146 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
15147 regenerating Makefile, since it is generated from the top level.
15148 * gdb.asm/Makefile.in: Likewise.
15149 * gdb.base/Makefile.in: Likewise.
15150 * gdb.c++/Makefile.in: Likewise.
15151 * gdb.disasm/Makefile.in: Likewise.
15152 * gdb.java/Makefile.in: Likewise.
15153 * gdb.mi/Makefile.in: Likewise.
15154 * gdb.threads/Makefile.in: Likewise.
15155 * gdb.trace/Makefile.in: Likewise.
15156
15157 2003-01-09 David Carlton <carlton@math.stanford.edu>
15158
15159 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
15160 Add copyright year 2003.
15161
15162 2003-01-06 Michael Chastain <mec@shout.net>
15163
15164 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
15165 When selecting a thread, 'line' and 'file' are optional.
15166 * gdb.mi/mi1-pthreads.exp: Likewise.
15167
15168 2003-01-06 Andreas Schwab <schwab@suse.de>
15169
15170 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
15171 failures.
15172
15173 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15174
15175 Fix PR gdb/844
15176 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
15177 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
15178
15179 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
15180 instead of calling gdb_suppress_entire_file.
15181 * gdb.threads/print-threads.exp: Likewise.
15182 * gdb.threads/schedlock.exp: Likewise.
15183
15184 * gdb.threads/killed.exp: Return instead of calling
15185 gdb_suppress_entire_file.
15186 * gdb.threads/linux-dp.exp: Likewise.
15187 * gdb.threads/pthreads.exp: Likewise.
15188
15189 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15190
15191 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
15192 stabs.
15193 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
15194 * gdb.base/whatis.exp: Always allow (void) after function names.
15195
15196 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
15197
15198 * gdb.c++/casts.exp: Correct regexp.
15199
15200 2003-01-04 Mark Kettenis <kettenis@gnu.org>
15201
15202 * configure.in: Call AC_CONFIG_HEADER. Don't call
15203 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
15204 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
15205 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
15206 aforementioned directories in the AC_OUPUT call.
15207 * config.hin: New file.
15208 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
15209 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
15210 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
15211 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
15212 pass -I$objdir instead of -I$objdir/$subdir in compilation.
15213 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
15214 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
15215 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
15216 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
15217 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
15218 gdb.threads/configure.in, gdb.threads/configure,
15219 gdb.threads/config.in, gdb.trace/configure.in,
15220 gdb.trace/configure: Removed.
15221
15222 2003-01-03 Michael Chastain <mec@shout.net>
15223
15224 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
15225 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
15226
15227 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
15228
15229 * gdb.base/store.exp: Fix regular expressions.
15230
15231 2002-12-28 Mark Kettenis <kettenis@gnu.org>
15232
15233 * configure.in: Rewrite.
15234 * configure: Regenerated.
15235
15236 2003-01-03 David Carlton <carlton@math.stanford.edu>
15237
15238 * gdb.base/psymtab.exp: New file.
15239 * gdb.base/psymtab1.c: Ditto.
15240 * gdb.base/psymtab2.c: Ditto.
15241
15242 2002-12-23 Adam Fedor <fedor@gnu.org>
15243
15244 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
15245
15246 2002-12-23 David Carlton <carlton@math.stanford.edu>
15247
15248 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
15249 and current_directory initialization.
15250
15251 2002-12-22 Jim Blandy <jimb@redhat.com>
15252
15253 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
15254 rather than as part of the output file name.
15255
15256 * gdb.base/attach.exp: There's no need to copy the test program to
15257 /tmp; that was only ever necessary on HP/UX, and this test is
15258 entirely disabled there anyway.
15259
15260 2002-12-21 Jim Blandy <jimb@redhat.com>
15261
15262 * gdb.c++/psmang.exp: Doc fix.
15263
15264 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
15265 test.
15266
15267 2002-12-20 David Carlton <carlton@math.stanford.edu>
15268
15269 * gdb.c++/annota2.exp: KFAIL annotate-quit.
15270
15271 2002-12-18 Michael Chastain <mec@shout.net>
15272
15273 * gdb.c++/annota2.exp: Add copyright year 2002.
15274
15275 2002-12-17 David Carlton <carlton@math.stanford.edu>
15276
15277 * gdb.c++/try_catch.cc: Add marker comments.
15278 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
15279 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
15280 * gdb.c++/m-static.cc: Ditto.
15281 * gdb.c++/m-static1.cc: Ditto.
15282 * gdb.c++/try_catch.cc: Ditto.
15283
15284 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
15285
15286 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
15287 to see whether we are using the new -environment-directory
15288 command which resets via -r or the old version of the command
15289 which may prompt the user. Part of fix for gdb/741.
15290
15291 2002-12-13 Andrew Cagney <ac131313@redhat.com>
15292
15293 * gdb.fortran/types.exp: Update obsolete comment.
15294 * gdb.fortran/exprs.exp: Ditto.
15295 * lib/gdb.exp: Delete obsolete code.
15296 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
15297 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
15298 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
15299 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
15300 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
15301 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
15302 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
15303 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
15304 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
15305 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
15306 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
15307 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
15308 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
15309 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
15310 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
15311 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
15312 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
15313 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
15314 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
15315 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
15316 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
15317 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
15318 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
15319 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
15320 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
15321 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
15322 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
15323 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
15324 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
15325 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
15326 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
15327 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
15328 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
15329 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
15330 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
15331 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
15332 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
15333
15334 2002-12-11 David Carlton <carlton@math.stanford.edu>
15335
15336 * gdb.c++/m-data.exp: Add test for members that shadow global
15337 variables: see PR gdb/804.
15338 * gdb.c++/m-data.cc: Ditto.
15339
15340 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
15341
15342 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
15343
15344 2002-12-06 David Carlton <carlton@math.stanford.edu>
15345
15346 * gdb.base/store.c: Don't declare functions static.
15347
15348 2002-12-04 Andrew Cagney <ac131313@redhat.com>
15349
15350 * gdb.base/store.exp, gdb.base/store.c: New files.
15351
15352 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
15353
15354 * gdb.base/selftest.exp: Update for current gdb.
15355
15356 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
15357
15358 * gdb.base/maint.exp: Only dump symbols from one source file
15359 or objfile.
15360
15361 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
15362
15363 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
15364 function call.
15365
15366 2002-11-25 Jim Blandy <jimb@redhat.com>
15367
15368 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
15369 function appearing in error message.
15370
15371 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
15372
15373 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
15374
15375 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
15376
15377 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
15378 for mi1 and current mi is in correct format. New mi startup message
15379 should be in mi console format. This is part of fix for PR gdb/604.
15380
15381 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15382
15383 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
15384 which explicitly prints the zero offset as "+0".
15385
15386 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
15387
15388 * gdb.threads/schedlock.c (args): Make unsigned.
15389
15390 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
15391
15392 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
15393 numbers. Allow "foo2|selected stack frame".
15394 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
15395 * gdb.asm/asmsrc2.s: Likewise.
15396 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
15397 comments.
15398 * gdb.asm/mips.inc: New file.
15399
15400 2002-10-18 Adam Fedor <fedor@gnu.org>
15401
15402 * gdb.base/default.exp: Update expected output to include 'ObjC'.
15403 * gdb.base/help.exp: Likewise.
15404
15405 2002-10-17 Kevin Buettner <kevinb@redhat.com>
15406
15407 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
15408 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
15409
15410 2002-10-02 Jim Blandy <jimb@redhat.com>
15411
15412 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
15413
15414 2002-10-01 Andrew Cagney <ac131313@redhat.com>
15415
15416 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
15417 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
15418 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
15419 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
15420 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
15421 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
15422 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
15423
15424 2002-09-29 Andrew Cagney <ac131313@redhat.com>
15425
15426 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
15427 * mi0-disassemble.exp, mi0-eval.exp: Delete.
15428 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
15429 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
15430 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
15431 * mi0-var-block.exp, mi0-var-child.exp: Delete.
15432 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
15433
15434 2002-09-27 Kevin Buettner <kevinb@redhat.com>
15435
15436 * gdb.base/annota1.exp (info break): Make directory components of
15437 path optional since not all compilers emit this debug information.
15438
15439 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
15440 step ends up stepping out of the function instead of stopping on
15441 the epilogue.
15442
15443 2002-09-26 Keith Seitz <keiths@redhat.com>
15444
15445 * lib/insight-support.exp (gdbtk_start): Figure out where
15446 the insight executable is based on where gdb is. Use this
15447 executable to start insight instead of gdb.
15448
15449 2002-09-25 Andrew Cagney <cagney@redhat.com>
15450
15451 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
15452
15453 2002-09-24 Andrew Cagney <ac131313@redhat.com>
15454
15455 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
15456 test_isolated_complaints.
15457 (test_empty_complaint): New function.
15458 (test_empty_complaints): New function. Check no output when no
15459 complaints.
15460
15461 2002-09-19 Jim Blandy <jimb@redhat.com>
15462
15463 * gdb.base/charset.exp, gdb.base/charset.c: New files.
15464
15465 2002-09-19 Andrew Cagney <ac131313@redhat.com>
15466
15467 * gdb.gdb/complaints.exp: New file.
15468
15469 2002-09-18 Andrew Cagney <ac131313@redhat.com>
15470
15471 * gdb.base/maint.exp: Check `help maint internal-warning'.
15472
15473 2002-09-18 David Carlton <carlton@math.stanford.edu>
15474
15475 * gdb.c++/m-static.exp: Remove breakpoints depending on line
15476 numbers, and replace them by a single breakpoint after the
15477 constructors are all finished.
15478 Add test 4.
15479 * gdb.c++/m-static.cc: Add test 4.
15480 * gdb.c++/m-static.h: New file.
15481 * gdb.c++/m-static1.cc: New file.
15482
15483 * gdb.c++/printmethod.exp: New file.
15484 * gdb.c++/printmethod.cc: New file.
15485
15486 * gdb.c++/pr-574.exp: New file.
15487 * gdb.c++/pr-574.cc: New file.
15488
15489 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15490
15491 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
15492 embedded targets which never actually exit.
15493
15494 2002-09-18 Fernando Nasser <fnasser@redhat.com>
15495
15496 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
15497 "don't step after run" as unresolved or unsupported, instead of xfail.
15498
15499 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15500
15501 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
15502 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
15503 Add newline to expected string in "step out of main (status wrapper)"
15504 case.
15505
15506 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
15507
15508 * lib/gdb.exp (rerun_to_main): Allow restarting application.
15509 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
15510
15511 2002-09-17 Tom Tromey <tromey@redhat.com>
15512
15513 * gdb.base/printcmds.exp (test_print_string_constants): Expect
15514 \000, not \0, in double-quoted string.
15515
15516 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
15517
15518 * gdb.base/commands.exp: Don't expect a "Program exited normally"
15519 string after running the commands execution on breakpoint tests.
15520
15521 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
15522
15523 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
15524
15525 2002-09-12 Joel Brobecker <brobecker@gnat.com>
15526
15527 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
15528
15529 2002-09-10 Keith Seitz <keiths@redhat.com>
15530
15531 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
15532 runto proc.
15533 (mi_run_to_main): Use mi_runto.
15534 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
15535
15536 2002-09-10 Keith Seitz <keiths@redhat.com>
15537
15538 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
15539 regexp for stopping at main. Could have multiple event notifications.
15540 Don't assume that main was declared with no parameters.
15541 (mi_next): Use mi_step_to.
15542 (mi_step): Use mi_next_to.
15543
15544 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
15545
15546 * gdb.base/default.exp: Fix expected string in `info float' test.
15547
15548 2002-09-09 Ben Elliston <bje@redhat.com>
15549
15550 * config/mips.exp: Update comments.
15551 * config/mips-idt.exp: Likewise.
15552 * config/nind.exp: Likewise.
15553 * config/slite.exp: Likewise.
15554 * config/sparclet.exp: Likewise.
15555 * config/udi.exp: Likewise.
15556 * config/vx.exp: Likewise.
15557 * config/vxworks29k.exp: Likewise.
15558
15559 2002-09-05 Jim Blandy <jimb@redhat.com>
15560
15561 * gdb.threads/killed.exp: Fix test failure message.
15562
15563 2002-09-04 Keith Seitz <keiths@redhat.com>
15564
15565 * lib/mi-support.exp: Update copyright.
15566 (mi_gdb_test): Increase the priority of the expected pattern
15567 so that it matches gdb_test.
15568
15569 2002-09-03 Keith Seitz <keiths@redhat.com>
15570
15571 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
15572 Use integer comparison instead of string comparison for testing
15573 whether binary was built.
15574
15575 2002-09-03 Jim Blandy <jimb@redhat.com>
15576
15577 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
15578
15579 2002-08-29 Jim Blandy <jimb@redhat.com>
15580
15581 * gdb.threads/pthreads.exp: Move the portable thread compilation
15582 code into a function in lib/gdb.exp, and call that from here.
15583 * lib/gdb.exp (gdb_compile_pthreads): New function.
15584
15585 2002-08-29 Keith Seitz <keiths@redhat.com>
15586
15587 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
15588 expect_out so that callers can get at it.
15589
15590 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
15591
15592 * gdb.threads/print-threads.c: New file.
15593 * gdb.threads/print-threads.exp: New file.
15594 * gdb.threads/schedlock.c: New file.
15595 * gdb.threads/schedlock.exp: New file.
15596
15597 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
15598
15599 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
15600 not altivec.c.
15601
15602 2002-08-17 Mark Kettenis <kettenis@gnu.org>
15603
15604 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
15605 targets. The problem should be fixed now.
15606
15607 2002-08-15 Mark Kettenis <kettenis@gnu.org>
15608
15609 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
15610 2002-07-24 change that removes final dots from error messages.
15611
15612 2002-08-13 Tom Tromey <tromey@redhat.com>
15613
15614 * gdb.base/readline.exp: New file.
15615
15616 2002-08-01 Andrew Cagney <ac131313@redhat.com>
15617
15618 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
15619 supress message.
15620
15621 2002-08-01 Andrew Cagney <cagney@redhat.com>
15622
15623 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
15624 CHILL_FOR_TARGET and CHILL_LIB.
15625 * configure.in (configdirs): Remove gdb.chill.
15626 * configure: Regenerate.
15627 * lib/gdb.exp: Obsolete references to chill.
15628 * gdb.fortran/types.exp: Ditto.
15629 * gdb.fortran/exprs.exp: Ditto.
15630
15631 2002-07-30 Kevin Buettner <kevinb@redhat.com>
15632
15633 * gdb.base/shlib-call.exp (additional_flags): Conditionally
15634 set Irix-specific compile and link flags.
15635
15636 2002-07-29 Kevin Buettner <kevinb@redhat.com>
15637
15638 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
15639 source files. The ``-o'' option doesn't work with the ``-E'' option
15640 when using the Irix compiler.
15641
15642 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
15643
15644 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
15645 Improve support for reusing an exec file. Copy exec file
15646 to target, and run gdbserver on the target instead of on the host.
15647
15648 2002-07-18 Jim Blandy <jimb@redhat.com>
15649
15650 * gdb.base/ending-run.exp: Don't expect to see the program end in
15651 some orderly fashion when we're running on a real stand-alone
15652 board.
15653
15654 * gdb.base/interrupt.exp: Correct logic for skipping tests on
15655 targets that don't support interrupts.
15656
15657 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
15658
15659 * gdb.base/attach.exp: Add patterns to match output from /proc-based
15660 systems.
15661 Move comments in expect statements to inside the actions, so that they
15662 don't get matched against.
15663
15664 2002-07-10 Mark Kettenis <kettenis@gnu.org>
15665
15666 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
15667 function when asleep" test.
15668
15669 2002-07-10 Andrew Cagney <ac131313@redhat.com>
15670
15671 * gdb.base/page.exp: Rewrite to handle problems with very long
15672 `info set' output. Update copyright.
15673
15674 2002-06-26 Andrew Cagney <ac131313@redhat.com>
15675
15676 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
15677 gdb.threads-hp.
15678 * gdb.hp/configure: Regenerate.
15679 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
15680 * gdb.hp/gdb.threads-hp/configure: Delete file.
15681 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
15682
15683 2002-06-22 Andrew Cagney <ac131313@redhat.com>
15684
15685 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
15686 setlocale, bindtextdomain and textdomain.
15687
15688 2002-06-11 Jim Blandy <jimb@redhat.com>
15689
15690 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
15691 preprocessor macro information is present.
15692
15693 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
15694 tests.
15695
15696 2002-06-06 Michael Snyder <msnyder@redhat.com>
15697
15698 * gdb.base/overlays.exp: Record addresses of overlay
15699 functions in TCL variables rather than in GDB variables,
15700 to avoid having GDB convert them to pointers (with loss
15701 of information).
15702
15703 * gdb.base/d10v.ld: Merge in several years worth of
15704 default linker script changes.
15705 * gdb.base/long_long.exp: Add check for sizeof (long double).
15706
15707 2002-06-06 Michal Ludvig <mludvig@suse.cz>
15708
15709 * gdb.asm/asm-source.exp: Add x86-64 target.
15710 * gdb.asm/x86_64.inc: New.
15711
15712 2002-05-30 Michael Chastain <mec@shout.net>
15713
15714 From Benjamin Kosnik <bkoz@redhat.com>:
15715 * gdb.c++/m-static.cc: New file.
15716 * gdb.c++/m-static.exp: New file.
15717
15718 2002-05-28 Michael Snyder <msnyder@redhat.com>
15719
15720 * gdb.base/call-ar-st.exp: Allow for reduced floating point
15721 precision.
15722
15723 2002-05-27 Michael Chastain <mec@shout.net>
15724
15725 From Benjamin Kosnik <bkoz@redhat.com>:
15726 * gdb.c++/m-data.cc: New file.
15727 * gdb.c++/m-data.exp: New file.
15728
15729 2002-05-27 Michael Chastain <mec@shout.net>
15730
15731 From Benjamin Kosnik <bkoz@redhat.com>:
15732 * gdb.c++/try_catch.cc: New file.
15733 * gdb.c++/try_catch.exp: New file.
15734
15735 2002-05-27 Michael Chastain <mec@shout.net>
15736
15737 * gdb.c++/local.exp: Accept more nested types in output.
15738
15739 2002-05-26 Michael Chastain <mec@shout.net>
15740
15741 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
15742
15743 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
15744
15745 * lib/gdb.exp (gdb_wrapper_init): Just because
15746 gdb_wrapper_file exists, this does not mean that the file
15747 should not be rebuilt. That is what gdb_wrapper_initialized
15748 is for.
15749 (default_gdb_init): Reset gdb_wrapper_initialized.
15750
15751 2002-05-23 Michael Snyder <msnyder@redhat.com>
15752
15753 * gdb.base/all-bin.exp: Revise previous patch by just reducing
15754 the precision of the floating point test results.
15755 * gdb.base/call-rt-st.exp: Ditto.
15756
15757 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
15758 * gdb.base/call-rt-st.exp: Ditto.
15759
15760 2002-05-19 Michael Chastain <mec@shout.net>
15761
15762 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
15763
15764 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
15765
15766 * configure.in (configdirs): Add gdb.arch.
15767 * configure: Regenerate.
15768
15769 2002-05-17 Jim Blandy <jimb@redhat.com>
15770
15771 * gdb.base/completion.exp: Recognize the more detailed error
15772 messages produced by the macro expander's lexical analyzer.
15773
15774 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15775
15776 * gdb.arch/altivec-abi.c: New file.
15777 * gdb.arch/altivec-abi.exp: New file.
15778 * gdb.arch/altivec-regs.c: New file.
15779 * gdb.arch/altivec-regs.exp: New file.
15780
15781 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
15782
15783 * gdb.base/maint.exp (maint print type): Update for new type
15784 structure.
15785
15786 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
15787
15788 * gdb.arch: New directory.
15789 * gdb.arch/configure.in: New file.
15790 * gdb.arch/configure: New file.
15791 * gdb.arch/Makefile.in: New file.
15792
15793 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
15794
15795 * gdb.asm/asm-source.exp: Add v850 as supported target.
15796 * gdb.asm/v850.inc: New file.
15797
15798 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
15799
15800 * gdb.c++/annota2.exp (annotate-quit): Add comment.
15801
15802 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
15803
15804 * gdb.base/break.exp: Check 'break "marker2"'.
15805
15806 2002-05-10 Michael Snyder <msnyder@redhat.com>
15807
15808 * gdb.base/long_long.exp: Fix typo.
15809
15810 2002-05-10 Jim Blandy <jimb@redhat.com>
15811
15812 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
15813 a bug.
15814
15815 * gdb.base/printcmds.exp (test_integer_literals_rejected):
15816 Recognize more detailed error message produced by the macro
15817 expander's lexical analyzer.
15818 * lib/gdb.exp (test_print_reject): Same.
15819
15820 2002-05-09 Mark Kettenis <kettenis@gnu.org>
15821
15822 * gdb.c++/method.exp: Fix typo.
15823
15824 2002-05-08 Michael Snyder <msnyder@redhat.com>
15825
15826 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
15827 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
15828 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
15829 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
15830 Add iftarget clause for strongarm.
15831
15832 2002-05-06 Michael Snyder <msnyder@redhat.com>
15833
15834 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
15835 (gdb_continue_to_end): Accept output from status wrapper.
15836 * gdb.base/ending-run.exp: Add case for output from status wrapper.
15837 Clean up fail messages to match pass messages.
15838
15839 Enable the "needs_status_wrapper" testsuite feature.
15840 * lib/gdb.exp (gdb_wrapper_init): New procedure.
15841 (gdb_compile): Conditionally call gdb_wrapper_init.
15842 * gdb.base/a2-run.exp: Recognize output from status wrapper.
15843 * gdb.c++/method.exp: Recognize output from status wrapper.
15844
15845 2002-05-06 Ben Elliston <bje@redhat.com>
15846 From Graydon Hoare <graydon@redhat.com>
15847
15848 * config/sid.exp: Include support for "rawsid" protocol.
15849
15850 2002-05-03 Jim Blandy <jimb@redhat.com>
15851
15852 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
15853 * gdb.c++/hang3.C: New file.
15854
15855 2002-05-04 Andrew Cagney <ac131313@redhat.com>
15856
15857 * gdb.base/default.exp: Remove obsolete code.
15858 * gdb.c++/misc.exp: Ditto. Update copyright.
15859 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
15860 * gdb.base/whatis.exp: Ditto. Update copyright.
15861 * gdb.base/scope.exp: Ditto. Update copyright.
15862 * gdb.base/ptype.exp: Ditto. Update copyright.
15863 * gdb.base/printcmds.exp: Ditto. Update copyright.
15864 * gdb.base/opaque.exp: Ditto. Update copyright.
15865 * gdb.base/list.exp: Ditto.
15866 * gdb.base/funcargs.exp: Ditto. Update copyright.
15867 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
15868 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
15869 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
15870 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
15871 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
15872 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
15873
15874 2002-05-02 Michael Snyder <msnyder@redhat.com>
15875
15876 * gdb.base/watchpoint.exp: Add xscale target.
15877 * gdb.base/long_long.exp: Add xscale target.
15878 * gdb.base/default.exp: Add xscale target.
15879
15880 2002-05-01 Jim Blandy <jimb@redhat.com>
15881
15882 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
15883 gdb.c++/hang.exp: New test.
15884
15885 2002-05-01 Fred Fish <fnf@redhat.com>
15886
15887 * gdb.base/completion.exp: Handle completions of "./Make" for
15888 more than one completion possibility, as is the case when we
15889 build and test in the source tree.
15890
15891 2002-04-29 Anthony Green <green@redhat.com>
15892
15893 * gdb.java/jmisc1.exp: New file.
15894 * gdb.java/jmisc2.exp: New file.
15895
15896 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
15897
15898 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
15899
15900 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
15901
15902 * gdb.base/help.exp: Change 'help status' to allow for target
15903 dependent output differences.
15904
15905 2002-04-22 Michael Chastain <mec@shout.net>
15906
15907 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
15908
15909 2002-04-22 Michael Chastain <mec@shout.net>
15910
15911 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
15912
15913 2002-04-17 David S. Miller <davem@redhat.com>
15914
15915 * gdb.asm/sparc64.inc: New file.
15916 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
15917
15918 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
15919
15920 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
15921 instruction file directly into the build tree. Clean up at end of
15922 test.
15923
15924 2002-04-18 David S. Miller <davem@redhat.com>
15925
15926 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
15927 handle 64-bit platforms correctly.
15928 * gdb.base/maint.exp: Likewise.
15929
15930 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15931
15932 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
15933 ``-fpic'' when compiling files comprising a shared library, but
15934 it does need additional linker flags in order to find shared
15935 libraries at run time.
15936
15937 2002-04-18 Kevin Buettner <kevinb@redhat.com>
15938
15939 * gdb.base/cvexpr.c (use): New function.
15940 (main): Invoke use() on all global variables to prevent
15941 some linkers from deleting these otherwise unused symbols.
15942
15943 2002-04-17 Michael Chastain <mec@shout.net>
15944 From David S. Miller <davem@redhat.com>
15945
15946 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
15947 handle 64-bit platforms correctly.
15948
15949 2002-04-12 Michael Snyder <msnyder@redhat.com>
15950 From Jim Blandy <jimb@redhat.com>
15951 * gdb.base/foo.c (foox): Remove section attribute; the linker
15952 script can handle this instead.
15953 * gdb.base/bar.c (barx): Same.
15954 * gdb.base/baz.c (bazx): Same.
15955 * gdb.base/grbx.c (grbxx): Same.
15956
15957 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
15958 manager doesn't automatically unmap overlays unnecessarily.
15959
15960 2002-04-10 Martin M. Hunt <hunt@redhat.com>
15961
15962 * gdb.base/ending-run.exp: Fix pattern for Mips targets
15963 stepping out of main.
15964
15965 2002-04-09 Michael Chastain <mec@shout.net>
15966
15967 * gdb.c++/local.cc (main): Move call to marker1() inside nested
15968 scope so that the nested scope tests will make sense.
15969 * gdb.c++/local.exp: Write patterns that actually work with gcc
15970 (the HP patterns "were never known to work with gcc").
15971 Keep the old aCC patterns too.
15972
15973 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
15974
15975 * gdb.base/attach.exp: Correct target board test.
15976
15977 2002-04-08 Michael Chastain <mec@shout.net>
15978
15979 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
15980 in a const method. Add some xfail and fail cases for configurations
15981 that do not emit the "const ...".
15982
15983 2002-04-07 Michael Chastain <mec@shout.net>
15984
15985 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
15986 Accept "A * const" and "const A * const" as type of "this".
15987 Fix spelling of getFunky throughout. Make messages uniform.
15988
15989 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15990
15991 Work around for PR gdb/285:
15992 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
15993
15994 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
15995
15996 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
15997 instructions file at run time instead of configure time.
15998 Sometimes we run the test in a directory that is not the one we
15999 configured in.
16000 * gdb.asm/configure.in: Delete creation of symlink.
16001 * gdb.asm/configure: Regenerate.
16002
16003 2002-04-05 J. Brobecker <brobecker@gnat.com>
16004
16005 * gdb.gdb/xfullpath.exp: New test, to exercise the new
16006 xfullpath () function.
16007
16008 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16009
16010 * gdb.asm/Makefile.in: Correct dependencies.
16011
16012 * gdb.asm/powerpc.inc: New file.
16013 * gdb.asm/asm-source.exp: Add PowerPC.
16014 * gdb.asm/configure.in: Likewise.
16015 * gdb.asm/configure: Regenerated.
16016
16017 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
16018
16019 * gdb.base/relocate.exp: New file.
16020 * gdb.base/relocate.c: New file.
16021
16022 2002-04-04 Fred Fish <fnf@redhat.com>
16023
16024 * gdb.base/step-test.exp: Update comment regarding stopping in
16025 memcpy/bcopy calls inserted as part of the compiler runtime.
16026
16027 2002-04-04 Michael Snyder <msnyder@redhat.com>
16028
16029 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
16030
16031 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
16032
16033 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
16034 (gdb_expect): Remove $notransfer hack.
16035
16036 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
16037
16038 * gdb.c++/classes.exp ("calling method for small class"): Match
16039 updated register output.
16040
16041 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
16042
16043 Fix PR gdb/452
16044 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
16045 when finished. Make gdb_file_cmd send "exec-file" when
16046 appropriate.
16047
16048 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
16049
16050 * gdb.base/attach.exp: Remove extra setup_xfail.
16051
16052 2002-03-26 Michael Snyder <msnyder@redhat.com>
16053
16054 * gdb.base/default.exp: Add tests for dump, append, and restore.
16055 * gdb.base/help.exp: Add tests for dump, append, and restore.
16056 * gdb.base/dump.exp: New file, test dump, append and restore.
16057 * gdb.base/dump.c: New file.
16058
16059 2002-03-27 Michael Snyder <msnyder@redhat.com>
16060
16061 * gdb.base/help.exp: Modify expect strings to reflect
16062 clean-ups in help messages.
16063
16064 2002-03-26 Fred Fish <fnf@redhat.com>
16065
16066 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
16067 have debugging info for those functions and the compiler uses them
16068 internally to copy structs around.
16069
16070 2002-03-26 Fred Fish <fnf@redhat.com>
16071
16072 * gdb.base/list.exp: Revert the change made yesterday and add note
16073 about why we don't list the default lines for remote targets.
16074
16075 2002-03-25 Michael Snyder <msnyder@redhat.com>
16076
16077 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
16078
16079 2002-03-25 Fred Fish <fnf@redhat.com>
16080
16081 * gdb.base/list.exp: This test works on remote targets so remove
16082 the short circuit for remote targets. Update copyright.
16083
16084 2002-03-25 Fred Fish <fnf@redhat.com>
16085
16086 * gdb.base/attach.exp: Fix logic error that was suppressing this
16087 test for all non hppa*-*-hpux* targets, instead of the hp target.
16088 Move comments closer to the suppression point. Also now need to
16089 check that we are running natively.
16090
16091 2002-03-22 Michael Snyder <msnyder@redhat.com>
16092
16093 * gdb.base/default.exp: Add test for gcore. Update copyright.
16094 * gdb.base/help.exp: Add test for gcore. Update copyright.
16095
16096 2002-03-06 Fred Fish <fnf@redhat.com>
16097
16098 * gdb.base/funcargs.c: Remove extraneous ';' character.
16099 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
16100
16101 2002-03-04 Michael Chastain <mec@shout.net>
16102
16103 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
16104 accommodate gcc v3 function signature.
16105 * gdb.mi/mi0-var-cmd-exp: Ditto.
16106
16107 2002-02-24 Andrew Cagney <ac131313@redhat.com>
16108
16109 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
16110 ``GNU/Linux'' or ``Linux kernel''
16111 * testsuite/gdb.threads/pthreads.c: Ditto.
16112
16113 2002-02-24 Michael Chastain <mec@shout.net>
16114
16115 * gdb.threads/pthreads.c (thread1): Add a return statement.
16116 (thread2): Likewise.
16117 (foo): Likewise.
16118
16119 2002-02-23 Michael Chastain <mec@shout.net>
16120
16121 * gdb.threads/linux-dp.c (philosopher): Add a return statement
16122 to placate gcc.
16123
16124 2002-02-23 Michael Chastain <mec@shout.net>
16125
16126 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
16127 test "ptype bint". The test passes on all my stabs configurations.
16128
16129 2002-02-21 Jim Blandy <jimb@redhat.com>
16130
16131 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
16132 filename at a time, and watch for the ones we want to see.
16133
16134 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
16135 types of pointers to prototyped functions.
16136
16137 2002-02-20 Andrew Cagney <ac131313@redhat.com>
16138
16139 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
16140 signed, unsigned and straight char.
16141 (padding_char, padding_short, padding_int, padding_long,
16142 padding_long_long, padding_float, padding_double,
16143 padding_long_double): New global variables.
16144 (fill, fill_structs): New functions.
16145
16146 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
16147 for correctly sized writes. Update copyright.
16148 (get_valueof): New procedure.
16149 (get_sizeof): Call get_valueof.
16150 (check_valueof): New procedure.
16151 (check_padding): New procedure.
16152
16153 2002-02-20 Michael Chastain <mec@shout.net>
16154
16155 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
16156 to setup_xfail. Document some of the remaining calls.
16157
16158 2002-02-18 Michael Chastain <mec@shout.net>
16159
16160 * gdb.c++/userdef.exp: Update copyright year.
16161
16162 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
16163
16164 * gdb.c++/userdef.exp: Test overloaded operators properly.
16165 Remove xfails.
16166
16167 2002-02-14 Michael Snyder <msnyder@redhat.com>
16168
16169 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
16170
16171 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
16172
16173 * gdb.base/a2-run.exp: Check for a remote target properly.
16174 * gdb.base/annota1.exp: Likewise.
16175 * gdb.base/list.exp: Likewise.
16176 * gdb.base/reread.exp: Likewise.
16177 * gdb.base/scope.exp: Likewise.
16178 * gdb.base/shlib-call.exp: Likewise.
16179 * gdb.base/term.exp: Likewise.
16180 * gdb.c++/annota2.exp: Likewise.
16181
16182 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
16183
16184 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
16185
16186 2002-02-10 Michael Chastain <mec@shout.net>
16187
16188 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
16189 (call_after_alloca): Ditto.
16190
16191 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
16192
16193 * gdb.base/ending-run.exp: Guard "cont" test with
16194 gdb_skip_stdio_test.
16195
16196 2002-02-06 Jim Blandy <jimb@redhat.com>
16197
16198 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
16199 from here...
16200 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
16201 To here. Disable this test on non-HP platforms. Add big comment.
16202
16203 2002-02-04 Michael Snyder <msnyder@redhat.com>
16204
16205 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
16206 other than d10v and m32r.
16207
16208 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
16209
16210 * gdb.base/default.exp: Rewrite test patterns to reduce time
16211 taken to match them.
16212
16213 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
16214
16215 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
16216 Allow a start function above main.
16217 * gdb.threads/linux-dp.exp: Fix copyright date.
16218
16219 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
16220
16221 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
16222 (check_philosopher_stack): Check for manager thread before checking
16223 for a just-starting thread.
16224
16225 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
16226
16227 From Neil Booth <neil@daikokuya.demon.co.uk>:
16228 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
16229 warnings.
16230
16231 2002-01-21 Fred Fish <fnf@redhat.com>
16232
16233 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
16234 not caller.
16235
16236 2002-01-21 Jim Blandy <jimb@redhat.com>
16237
16238 * gdb.base/reread.exp: Check that GDB properly re-reads the
16239 executable file when it changes while no inferior is running.
16240
16241 2002-01-21 Fred Fish <fnf@redhat.com>
16242
16243 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
16244 optionally accept the "shlib events" variation.
16245
16246 2002-01-21 Jim Blandy <jimb@redhat.com>
16247
16248 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
16249 call `fflush' after every `printf', so that the output is produced
16250 at predictable points, regardless of whatever buffering does (or
16251 doesn't) take place.
16252 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
16253 at different points.
16254
16255 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
16256
16257 * gdb.c++/inherit.exp: Update copyright years.
16258 * gdb.c++/method.exp: Likewise.
16259
16260 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
16261
16262 * gdb.c++/classes.exp: Update for improved v3 support and skipping
16263 artificial methods/arguments.
16264 * gdb.c++/derivation.exp: Likewise.
16265 * gdb.c++/inherit.exp: Likewise.
16266 * gdb.c++/method.exp: Likewise.
16267 * gdb.c++/virtfunc.exp: Likewise.
16268
16269 2002-01-18 Andrew Cagney <ac131313@redhat.com>
16270
16271 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
16272 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
16273 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
16274 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
16275 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
16276 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
16277
16278 2002-01-17 Jim Blandy <jimb@redhat.com>
16279
16280 * gdb.asm/asm-source.exp (info symbol): Take another shot at
16281 anchoring the pattern matching the entry point symbol's name.
16282
16283 2002-01-17 Andrew Cagney <ac131313@redhat.com>
16284
16285 * gdb.base/maint.exp: Update ``maint internal-error'' to match
16286 continue/quit query. Update copyright.
16287
16288 2002-01-14 Michael Snyder <msnyder@redhat.com>
16289
16290 * gdb.base/gcore.exp: Remove extra debugging output.
16291
16292 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
16293
16294 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
16295 for slightly dubious v2 mangled string.
16296
16297 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
16298
16299 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
16300
16301 2002-01-10 Jason Merrill <jason@redhat.com>
16302
16303 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
16304
16305 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
16306 constructors.
16307 * gdb.c++/derivation.exp: Likewise.
16308 * gdb.c++/templates.exp: Likewise.
16309 * gdb.c++/virtfunc.exp: Likewise.
16310
16311 2002-01-10 Michael Snyder <msnyder@redhat.com>
16312
16313 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
16314
16315 2002-01-08 Michael Snyder <msnyder@redhat.com>
16316
16317 * gdb.base/gcore.exp: New test for generate-core-file command.
16318 * gdb.base/gcore.c: Testcase for above.
16319 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
16320
16321 2002-01-08 Jason Merrill <jason@redhat.com>
16322
16323 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
16324
16325 2002-01-07 Fred Fish <fnf@redhat.com>
16326
16327 * gdb.c++/overload.exp: Remove unconditional xfails for:
16328 print foo_instance1.overloadargs(1)
16329 print foo_instance1.overloadargs(1, 2)
16330 print foo_instance1.overloadargs(1, 2, 3)
16331 print foo_instance1.overloadargs(1, 2, 3, 4)
16332 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
16333 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
16334 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
16335 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
16336 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
16337 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
16338 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
16339 print foo_instance1.overload1arg()
16340 print foo_instance1.overload1arg((char)arg2)
16341 print foo_instance1.overload1arg((signed char)arg3)
16342 print foo_instance1.overload1arg((unsigned char)arg4)
16343 print foo_instance1.overload1arg((int)arg7)
16344 print foo_instance1.overload1arg((unsigned int)arg8)
16345 print foo_instance1.overload1arg((float)arg11)
16346 print foo_instance1.overload1arg((double)arg12)
16347
16348 2002-01-07 Michael Snyder <msnyder@redhat.com>
16349
16350 * gdb.base/huge.exp: New test. Print a very large target data object.
16351 (skip_huge_test): New test variable. Define if you want to skip this
16352 test. The test reads an 8 megabyte data object from the target, so it
16353 might be very time consuming on remote targets with a slow connection.
16354 * gdb.base/huge.c: New file. Test case for above.
16355
16356 2002-01-07 Fred Fish <fnf@redhat.com>
16357
16358 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
16359 g_instance.bfoo, and g_instance.cfoo.
16360
16361 2002-01-07 Jeffrey A Law <law@redhat.com>
16362
16363 * gdb.base/break.c (multi_line_if_conditional): New function.
16364 (multi_ilne_while_conditional): Likewise.
16365 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
16366 IF or WHILE condition puts the breakpoint at the start of
16367 the condition.
16368
16369 * gdb.base/selftest.exp (backtrace through signal handler): Remove
16370 hppa*-*-hpux* expected failure.
16371 * gdb.base/structs.exp (do_function_calls): Similarly.
16372
16373 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
16374 watchpoints.
16375
16376 2002-01-06 Andrew Cagney <ac131313@redhat.com>
16377
16378 Fix PR gdb/66.
16379 * gdb.base/structs.exp: Replace skip for a29k with skip for
16380 gdb,cannot_call_functions.
16381 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
16382 * gdb.base/callfuncs.exp: Ditto.
16383 * gdb.base/call-rt-st.exp: Ditto.
16384 * gdb.base/call-strs.exp: Ditto.
16385 * gdb.base/callfwmall.exp: Ditto.
16386 * gdb.base/scope.exp: Obsolete xfail a29k.
16387 * gdb.c++/misc.exp: Ditto.
16388 * gdb.c++/cplusfuncs.exp: Ditto.
16389 * gdb.base/ptype.exp: Ditto.
16390 * gdb.base/printcmds.exp: Ditto.
16391 * gdb.base/opaque.exp: Ditto.
16392 * gdb.base/list.exp: Ditto.
16393 * gdb.base/funcargs.exp: Ditto.
16394 * gdb.base/default.exp: Ditto.
16395
16396 2002-01-04 Michael Snyder <msnyder@redhat.com>
16397
16398 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
16399 * gdb.base/maint.exp: Add tests for maint info sections options.
16400
16401 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
16402
16403 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
16404
16405 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
16406
16407 * gdb.asm/arm.inc: New file.
16408 * gdb.asm/asm-source.exp: Add arm targets.
16409 * gdb.asm/configure.in: Ditto.
16410 * gdb.asm/configure: Recreated from configure.in.
16411
16412 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
16413
16414 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
16415 with HP's compiler.
16416 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16417 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16418 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16419 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16420
16421 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
16422 either HP's compilers or GCC.
16423
16424 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
16425 a SIGBUS or SIGSEGV.
16426
16427 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
16428
16429 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
16430 can be compiled with either HP's compiler or GCC.
16431
16432 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
16433 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
16434 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
16435
16436 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
16437 to match current gdb output. Update due to using auto-solib-limit
16438 for limiting instead of overloading auto-solib-add.
16439 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
16440 test program.
16441
16442 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
16443 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
16444 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16445 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16446 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16447 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16448 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
16449 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
16450 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
16451 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
16452 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
16453 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
16454 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
16455
16456 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
16457 a SIGTRAP to the inferior.
16458
16459 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
16460
16461 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
16462 Substitute call to target_link by call to gdb_compile.
16463
16464 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
16465
16466 * gdb.base/break.exp: Fix HP specific search string when testing
16467 backtracing in a called function.
16468
16469 * gdb.base/constvars.exp: Only set lang to C++ if we're
16470 compiling the test with HP's compilers.
16471 * gdb.base/volatile.exp: Similarly.
16472
16473 2001-12-19 Jim Blandy <jimb@redhat.com>
16474
16475 * gdb.base/printcmds.exp: Expect the null character to be printed
16476 as '\0', and the '\013' to be printed as '\v'.
16477 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
16478 * gdb.base/setvar.exp: Same.
16479
16480 2001-12-17 Jim Blandy <jimb@redhat.com>
16481
16482 * gdb.base/completion.exp: Rather than completing very long
16483 filenames, which can make the readline library produce output we
16484 don't recognize, cd to the directory first, and then complete
16485 using nice, short relative paths.
16486
16487 * gdb.base/completion.exp: On some systems, there is, in fact, a
16488 variable named `b' in scope, since GDB treats all static
16489 variables as being in scope. So use `no_var_named_this'
16490 instead of `b'.
16491
16492 * gdb.base/corefile.exp: Recognize the message saying that GDB
16493 can't find the core file's registers as a failure.
16494
16495 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
16496
16497 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
16498 test expect string more specific.
16499
16500 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
16501
16502 * gdb.asm/asm-source.exp: Add support for xstormy16.
16503 * gdb.asm/configure.in: Ditto.
16504 * gdb.asm/configure: Rebuild.
16505 * gdb.asm/xstormy16.inc: New file.
16506
16507 2001-12-10 Fred Fish <fnf@redhat.com>
16508
16509 * gdb.base/maint.exp: Update to match changes in type dumping code.
16510
16511 2001-12-10 Jim Blandy <jimb@redhat.com>
16512
16513 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
16514 matching the entry point symbol's name at the beginning of the
16515 line.
16516
16517 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16518
16519 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
16520 gdb.c++/inherit.exp, gdb.c++/method.exp,
16521 gdb.c++/namespace.exp, gdb.c++/templates.exp,
16522 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
16523 and class layout support.
16524
16525 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
16526
16527 * gdb.c++/classes.exp: Add test for static member function.
16528 * gdb.c++/misc.cc: Add class with static member function.
16529
16530 2001-12-07 Jim Blandy <jimb@redhat.com>
16531
16532 If GDB says it can't find the struct the function returned, report
16533 those tests as `unsupported'.
16534 * gdb.base/call-rt-st.exp (print_struct_call): New function.
16535 Rewrite subsequent tests to use it.
16536
16537 If GDB says it can't find the struct the function returned, report
16538 those tests as `unsupported'.
16539 * gdb.base/structs.exp (call_struct_func): New function.
16540 (do_function_calls): Use call_struct_func to call the functions
16541 returning structs.
16542
16543 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
16544 whether functions are prototyped or not, so we can't possibly pass
16545 arguments to t_float_values2 properly.
16546
16547 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
16548 value of `timeout' for targets other than the mips*tx39-*.
16549
16550 2001-12-06 Michael Snyder <msnyder@redhat.com>
16551
16552 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
16553 and detect whether the start symbol has a leading underscore.
16554
16555 2001-12-04 Jim Blandy <jimb@redhat.com>
16556
16557 * gdb.base/completion.exp: Clarify indentation.
16558
16559 2001-12-03 Jim Blandy <jimb@redhat.com>
16560
16561 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
16562 variables on the S/390, not `.word'.
16563
16564 2001-11-30 Jim Blandy <jimb@redhat.com>
16565
16566 Add assembly-source tests for s390-ibm-linux.
16567 * gdb.asm/s390.inc: New file.
16568 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
16569 the S/390 architecture.
16570 * gdb.asm/configure: Regenerated.
16571
16572 2001-11-30 Michael Snyder <msnyder@redhat.com>
16573
16574 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
16575 next, info source, info sources, info line, global and static
16576 variables, and static functions.
16577 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
16578 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
16579 * gdb.asm/asmsrc1.s: Add a static function and some variables.
16580 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
16581 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
16582 (gdbasm_leave): Restore frame pointer.
16583 (gdbasm_startup): Copy stack set-up from crt0.S.
16584
16585 2001-11-26 Fernando Nasser <fnasser@redhat.com>
16586
16587 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
16588 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
16589 to a local (non-static) variable. Copy tstruct.a to a static buffer
16590 and return a pointer to that buffer.
16591 * gdb.base/callfwmall.c (t_structs_a): Ditto.
16592
16593 2001-11-24 Mark Kettenis <kettenis@gnu.org>
16594
16595 * gdb.asm/configure.in: Fix recognition of ix86 target.
16596 * gdb.asm/configure: Regenerate.
16597
16598 2001-11-21 Michael Snyder <msnyder@redhat.com>
16599
16600 * gdb.asm/sparc.inc: New file.
16601 * gdb.asm/asm-source.exp: Recognize sparc target.
16602 * gdb.asm/configure.in: Recognize sparc target.
16603 * gdb.asm/configure: Regenerate.
16604
16605 2001-11-21 Michael Snyder <msnyder@redhat.com>
16606
16607 * gdb.asm/m32r.inc: New file.
16608 * gdb.asm/asm-source.exp: Recognize m32r target.
16609 * gdb.asm/configure.in: Recognize m32r target.
16610 * gdb.asm/configure: Regenerate.
16611
16612 2001-11-20 Michael Snyder <msnyder@redhat.com>
16613
16614 * gdb.asm/i386.inc: New file.
16615 * gdb.asm/asm-source.exp: Recognize ix86 target.
16616 * gdb.asm/configure.in: Recognize ix86 target.
16617 * gdb.asm/configure: Regenerate.
16618
16619 * gdb.c++/namespace.exp: Fix quotes in output messages.
16620
16621 2001-11-14 Michael Snyder <msnyder@redhat.com>
16622
16623 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
16624 qualifier in a type cast expression, to designate an address
16625 in the instruction space (Harvard architecture).
16626
16627 2001-11-13 Michael Snyder <msnyder@redhat.com>
16628
16629 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
16630 Tests for expressions using 'const' and 'volatile'.
16631
16632 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
16633
16634 * gdb.asm/asm-sources.exp: Allow defining linker flags.
16635
16636 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
16637
16638 * lib/mi-support.exp (mi_run_to_helper): Move comments
16639 outside of gdb_expect.
16640
16641 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
16642
16643 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
16644 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
16645 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
16646 mi0_run_to): New functions.
16647 * gdb.mi/mi-simplerun.exp: Use them.
16648 * gdb.mi/mi0-simplerun.exp: Likewise.
16649 * gdb.mi/mi-var-cmd.exp: Likewise.
16650 * gdb.mi/mi0-var-cmd.exp: Likewise.
16651
16652 2001-11-10 Andrew Cagney <ac131313@redhat.com>
16653
16654 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
16655 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
16656
16657 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16658
16659 * gdb.base/restore.exp: Include $expected value in restored test
16660 message.
16661
16662 2001-11-09 Andrew Cagney <ac131313@redhat.com>
16663
16664 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
16665 implemented.
16666
16667 2001-11-08 Michael Snyder <msnyder@redhat.com>
16668
16669 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
16670 Add pass/fail message for stop at breakpoint in call dummy function.
16671
16672 2001-11-07 Michael Snyder <msnyder@redhat.com>
16673
16674 * gdb.c++/templates.exp (test_template_breakpoints):
16675 If we get an overload menu, but it does not match what
16676 we expect, we still need to issue the "cancel" command.
16677 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
16678 making the whitespace optional. Argument for "new" may be
16679 "unsigned" as well as "unsigned int/long".
16680 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
16681 making the whitespace optional. Also replace "(void) with
16682 "((void|)), making the keyword "void" optional.
16683 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
16684 making the whitespace optional. Also replace "(void) with
16685 "((void|)), making the keyword "void" optional.
16686 * gdb.base/callfuncs.c (t_float_values): This function must
16687 _not_ be prototyped, and the following function (t_float_values2)
16688 must be prototyped (if the compiler supports it), so that GDB
16689 can be tested against both cases. Usually one case involves
16690 promotion of float to double, while the other does not.
16691 * gdb.base/callfwmall.c: Ditto.
16692 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
16693 includes a stack frame for "start".
16694
16695 2001-11-05 Jim Blandy <jimb@redhat.com>
16696
16697 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
16698 pointers are 32 bits long, and that offsets of relocs are always
16699 stored in the data (REL-style), and not in the reloc entry itself
16700 (RELA-style).
16701 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
16702 stabs.
16703
16704 2001-11-01 Michael Snyder <msnyder@redhat.com>
16705
16706 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
16707 and regular expression operators by using quoting.
16708
16709 2001-10-31 Michael Snyder <msnyder@redhat.com>
16710
16711 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
16712 depending on what the symbol table contains.
16713 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
16714 the output of the ptype command. Similarly, accept both "const &"
16715 and "const&".
16716
16717 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
16718
16719 * gdb.base/miscexprs.c (main): Add usage of preprocessor
16720 symbol `STORAGE' to allow to choose the storage class of
16721 the local datastructures.
16722 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
16723 compiler directive.
16724
16725 2001-10-30 Michael Snyder <msnyder@redhat.com>
16726
16727 * gdb.base/jump.exp: Allow it to run for all targets.
16728
16729 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16730
16731 * gdb.base/call-ar-st.c (print_double_array): Match for loop
16732 with new double_array size.
16733 (main): Change storage class of all local variables to static.
16734 Reduce size of double_array to 9.
16735 * gdb.base/call-ar-st.exp: Increase timeout value.
16736 Change expected output for double array to match new size in
16737 call-ar-st.c.
16738
16739 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
16740
16741 * gdb.base/ending-run.exp: Create identical output when passing
16742 `step to end of run' case. Add regular expression branch satisfying
16743 Stormy16 target.
16744
16745 2001-10-28 Mark Kettenis <kettenis@gnu.org>
16746
16747 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
16748 that we catch the expected failure under Linux/x86.
16749
16750 2001-10-29 Orjan Friberg <orjanf@axis.com>
16751
16752 * gdb.base/setvar.exp: Escape curly braces.
16753 * gdb.stabs/weird.exp: Ditto.
16754
16755 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
16756
16757 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
16758 * gdm.mi/mi0-hack-cli.exp: Likewise.
16759
16760 2001-10-25 Andrew Cagney <ac131313@redhat.com>
16761
16762 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
16763 messages.
16764
16765 2001-10-21 Andrew Cagney <ac131313@redhat.com>
16766
16767 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
16768 checking MI enabled.
16769
16770 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
16771
16772 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
16773
16774 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
16775
16776 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
16777 if gdb child process crashes, just signal an error.
16778
16779 2001-10-02 Jim Blandy <jimb@redhat.com>
16780
16781 * lib/gdb.exp (test_xfail_format): Simplify.
16782
16783 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
16784 front of the variable name `format'. Simplify `if'.
16785
16786 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16787
16788 * gdb.threads/pthreads.exp: Wait for output and delay
16789 before sending ^C.
16790
16791 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
16792
16793 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
16794 some incorrect output instead of timing out.
16795 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
16796
16797 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
16798
16799 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
16800 check to allow additional `int'.
16801
16802 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
16803
16804 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
16805 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
16806
16807 2001-09-27 Michael Snyder <msnyder@redhat.com>
16808
16809 * lib/gdb.exp (test_debug_format): New proc.
16810 (setup_xfail_format): Use new proc test_debug_format.
16811 * gdb.base/constvars.exp (local_compiler_xfail_check): New
16812 proc; use new service proc test_debug_format.
16813 Replace all other "gcc_compiled" tests with this test.
16814 * gdb.base/volatile.exp (local_compiler_xfail_check): New
16815 proc; use new service proc test_debug_format.
16816 Replace all other "gcc_compiled" tests with this test.
16817
16818 2001-09-27 Michael Snyder <msnyder@redhat.com>
16819
16820 * gdb.base/cvexpr.exp: New file.
16821 * gdb.base/cvexpr.c: New file
16822 Test for expressions using const and volatile keywords.
16823
16824 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
16825
16826 * gdb.base/constvars.exp: Check for different orders of keywords
16827 and additional "int" strings in output.
16828
16829 2001-09-22 Andrew Cagney <ac131313@redhat.com>
16830
16831 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
16832 responses from "help maint".
16833
16834 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
16835
16836 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
16837 to localhost:NNN instead of :NNN, in case Xvfb is listening
16838 only on TCP.
16839
16840 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
16841
16842 * gdb.base/recurse.exp: When checking leaving the watchpoint
16843 scope, recognize when gdb is in function's epilogue and pass.
16844
16845 2001-09-18 Keith Seitz <keiths@redhat.com>
16846
16847 * lib/insight-support.exp (_gdbtk_export_target_info): Add
16848 support for running tests against sid targets.
16849 (gdbtk_done): Ditto.
16850
16851 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
16852
16853 * gdb.base/ending-run.c (main): Set stdout buffersize
16854 to the same reasonable value for any target.
16855 * gdb.base/ending-run.exp: Add a regular expression
16856 to make testsuite happy on Sanyo Stormy16 target.
16857
16858 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
16859
16860 * gdb.base/display.c (do_loops): Add float variable `f'.
16861 Increment f in loop.
16862 * gdb.base/display.exp: Increment timeout by 60 seconds.
16863 Change float display test to use variable `f'.
16864
16865 2001-09-17 Jim Blandy <jimb@redhat.com>
16866
16867 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
16868 overflowing the limited breakpoint tables on some ROM monitors
16869 (like the ROM68K).
16870
16871 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
16872
16873 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
16874 the "-ac" (disable access control) flag.
16875
16876 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
16877
16878 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
16879 ints.
16880
16881 2001-08-30 Keith Seitz <keiths@redhat.com>
16882
16883 * lib/gdb.exp: Move all insight-related functionality into
16884 separate file.
16885 * lib/insight-support.exp: New file.
16886
16887 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
16888
16889 * config/sid.exp (sid_start): Never set sid verbosity; disable
16890 expect_background {} that consumed its stdout; tolerate </dev/null.
16891 Attempt to set endianness override in "sid" protocol mode. Cleanup.
16892
16893 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16894
16895 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
16896 CLI jump command to start it.
16897 (mi_run_to_main): Fail immediatly when unexpected output.
16898
16899 2001-08-18 Andrew Cagney <ac131313@redhat.com>
16900
16901 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
16902 beginning of function. Fix PR gdb/191.
16903
16904 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
16905
16906 * config/sid.exp (sid_start): Don't warn if we cannot figure out
16907 what to force sid endianness to.
16908
16909 2001-08-15 Keith Seitz <keiths@redhat.com>
16910
16911 * lib/gdb.exp (gdbtk_start): Don't set environment
16912 variables for TCL_LIBRARY and friends. Insight will
16913 now figure these out for itself.
16914
16915 2001-08-02 Michael Snyder <msnyder@redhat.com>
16916
16917 * gdb.base/completion.exp: Remove the symbol "a64l" from
16918 the expect string; this is target-specific, and not related
16919 to what is being tested.
16920
16921 2001-08-02 Dave Brolley <brolley@redhat.com>
16922
16923 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
16924
16925 2001-07-25 Michael Snyder <msnyder@redhat.com>
16926
16927 * gdb.base/consecutive.exp: New file. Test stepping over
16928 breakpoints on consecutive instructions.
16929 * gdb.base/consecutive.c: New file.
16930
16931 * gdb.base/call-rt-st.exp: Use double-backslash to quote
16932 curly braces in regular expressions.
16933
16934 2001-07-25 Michael Snyder <msnyder@redhat.com>
16935
16936 * gdb.base/ending-run.exp: Accept "Program exited normally" as
16937 legitimate output from stepping out of main.
16938
16939 2001-07-22 Keith Seitz <keiths@redhat.com>
16940
16941 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
16942 the empty string, do not run the tests.
16943
16944 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16945
16946 * gdb.base/long_long.exp: Detect size of pointer. Take into
16947 account 2-byte pointers when testing for p/a results.
16948
16949 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16950
16951 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
16952 and defined to 1K for m68hc11.
16953 (random_data): Reduce table to 1K for embedded platforms (68hc11).
16954 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
16955 (sizeof_random_data): New variable to tell the size of the data table;
16956 don't test past this size; always run to main.
16957
16958 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16959
16960 * gdb.base/return2.exp: return of long long and double fails for
16961 68HC11; don't execute these tests on that platform.
16962 * gdb.base/return.exp: Return of a double fails for 68hc11.
16963
16964 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
16965
16966 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
16967 tests that print a float.
16968 * call-rt-st.exp: Likewise.
16969
16970 2001-07-12 Mark Kettenis <kettenis@gnu.org>
16971
16972 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
16973 running this test on Linux.
16974
16975 2001-06-24 Michael Chastain <chastain@redhat.com>
16976
16977 * gdb.base/arithmet.exp: Remove some tests to make all test names
16978 unique.
16979
16980 2001-07-03 Michael Snyder <msnyder@redhat.com>
16981
16982 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
16983 the output of the ptype command.
16984
16985 2001-07-02 Michael Snyder <msnyder@redhat.com>
16986
16987 * gdb.base/completion.exp: Don't assume that break.c is the only
16988 source file that may contain functions named "marker".
16989 * gdb.base/corefile.exp: Quote the curly braces in regexp.
16990
16991 2001-06-28 Andrew Cagney <ac131313@redhat.com>
16992
16993 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
16994 of files to delete.
16995
16996 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
16997 * gdb.disasm/h8300s.exp: New file.
16998 gdb.disasm/h8300s.s: Likewise.
16999
17000 2001-06-27 Andrew Cagney <ac131313@redhat.com>
17001
17002 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
17003 empty breakpoint tables.
17004
17005 2001-06-25 Andrew Cagney <ac131313@redhat.com>
17006
17007 * lib/mi-support.exp: Update args=... part of stop-reason
17008 patterns. Accept either a list or a tuple.
17009
17010 2001-06-23 Andrew Cagney <ac131313@redhat.com>
17011
17012 * lib/mi-support.exp: Remove local emacs variable defining
17013 change-log-default-name.
17014
17015 2001-06-22 Michael Chastain <chastain@redhat.com>
17016
17017 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
17018 This is operationally compatible with the previous version.
17019
17020 2001-06-13 Jim Blandy <jimb@redhat.com>
17021
17022 * lib/gdb.exp (gdb_test): Doc fix.
17023
17024 2001-06-10 Michael Chastain <chastain@redhat.com>
17025
17026 * gdb.base/exprs.exp: Remove a duplicate test.
17027
17028 2001-06-06 Jim Blandy <jimb@redhat.com>
17029
17030 * gdb.base/return2.exp (main): Use values to test float and double
17031 returns that are not NaN's, to avoid being confused by IEEE
17032 comparison rules.
17033
17034 2001-06-04 Michael Snyder <msnyder@redhat.com>
17035
17036 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
17037 non-zero if control_c fails. Terminate the test on failure,
17038 rather than wait for 12 more tests to time out.
17039
17040 2001-06-06 Jim Blandy <jimb@redhat.com>
17041
17042 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
17043 Don't forget to match the GDB prompt.
17044
17045 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
17046
17047 2001-06-04 Jim Blandy <jimb@redhat.com>
17048
17049 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
17050 command.
17051
17052 2001-05-31 Kevin Buettner <kevinb@redhat.com>
17053
17054 * gdb.base/annota1.exp (info break): Match four or more spaces
17055 after "Address".
17056
17057 2001-05-31 Michael Chastain <chastain@redhat.com>
17058
17059 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
17060 (dm_type_int_star): Likewise.
17061 (dm_type_long_star): Likewise.
17062 (dm_type_void_star): Likewise.
17063
17064 2001-05-29 Kevin Buettner <kevinb@redhat.com>
17065
17066 * gdb.base/completion.exp (INPUTRC): Set this environment variable
17067 to a known value in order to get consistent results regardless
17068 of the setting of INPUTRC or the presence or contents of .inputrc.
17069
17070 2001-05-24 Michael Snyder <msnyder@redhat.com>
17071
17072 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
17073 Don't require that the main thread and the manager thread are the
17074 first in the list.
17075
17076 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
17077 debugging. If test fails, issue an "unsupported" not a "fail".
17078
17079 2001-05-24 Jim Blandy <jimb@redhat.com>
17080
17081 Don't assume that short is shorter than int.
17082 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
17083 assume that shorts are smaller than ints. On a 16-bit machine,
17084 this isn't true.
17085 ("print unsigned char == (~0)"): Add test that verifies that ~0,
17086 an int, is not equal to ~0 stored in an unsigned char. This tests
17087 the same thing that the previous test meant to, but works on
17088 16-bit machines, too.
17089 ("print unsigned char != (~0)"): Same test, complemented.
17090
17091 2001-05-24 Michael Snyder <msnyder@redhat.com>
17092
17093 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
17094 test for (full_coverage == 0). This makes the test run faster,
17095 and prevents dejagnu getting out of step.
17096
17097 2001-05-23 Kevin Buettner <kevinb@redhat.com>
17098
17099 * gdb.base/finish.exp (finish_void): Revise pattern for
17100 stopping on the call statement to not permit stopping at
17101 the start of the instructions comprising the call sequence.
17102
17103 2001-05-19 Michael Chastain <chastain@redhat.com>
17104
17105 * gdb.base/callfuncs.exp: Make all test names unique.
17106 * gdb.base/commands.exp: Make all test names unique.
17107 * gdb.base/condbreak.exp: Make all test names unique.
17108 * gdb.base/dbx.exp: Make all test names unique.
17109 * gdb.base/default.exp: Make all test names unique.
17110 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
17111 and TIMEOUT messages to their corresponding PASS message.
17112 * gdb.base/ending-run.exp: Make all test names unique.
17113 * gdb.base/long_long.exp: Remove duplicate test.
17114
17115 2001-05-21 Kevin Buettner <kevinb@redhat.com>
17116
17117 * gdb.base/finish.exp (finish_void): Allow "finish" command to
17118 stop on the call statement as well as the statement after the
17119 call.
17120
17121 2001-05-21 Michael Snyder <msnyder@redhat.com>
17122
17123 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
17124
17125 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
17126
17127 * gdb.base/completion.exp: Revamp test. Make it execute on all
17128 platforms.
17129
17130 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
17131
17132 * config/gdbserver.exp (gdb_load): Handle the case
17133 in which the arguments to gdbserver are given in the
17134 baseboard configuration file.
17135 Also handle the case in which the server needs to do a
17136 load.
17137
17138 2001-05-07 Keith Seitz <keiths@cygnus.com>
17139
17140 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
17141 set up the display for testing.
17142 (gdbtk_start): Convert all paths to paths that tcl will like.
17143 Export target information to environment.
17144 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
17145 necessary.
17146 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
17147 (to_tcl_path): New proc to convert a given pathname into
17148 a path acceptible as an argument to a tcl command.
17149 (_gdbtk_export_target_info): New proc to export target info
17150 into the environment for gdbtk testing.
17151 (gdbtk_done): New proc to signal end-of-test.
17152
17153 2001-05-06 Jim Blandy <jimb@redhat.com>
17154
17155 * restore.c: Make the code of caller0 correspond to its comment.
17156
17157 2001-05-03 Michael Snyder <msnyder@redhat.com>
17158
17159 * config/sid.exp (gdb_target_sid): Check for error messages.
17160 On error or timeout, don't make expect exit (which will terminate
17161 all subsequent tests); instead just make gdb exit.
17162 (gdb_load): Check for error messages. On error or timeout,
17163 return a negative value.
17164
17165 2001-04-24 Jim Blandy <jimb@redhat.com>
17166
17167 * gdb.c++/templates.exp: If we see the prompt for the overload
17168 list, but we haven't recognized any of the longer patterns,
17169 arrange for this test to fail, not hang.
17170
17171 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
17172 variations.
17173
17174 2001-04-22 Michael Chastain <chastain@redhat.com>
17175
17176 * gdb.c++/local.exp: Use the 'runto' library function.
17177 * gdb.c++/namespace.exp: Likewise.
17178 * gdb.c++/overload.exp: Likewise.
17179
17180 2001-03-26 Kevin Buettner <kevinb@redhat.com>
17181
17182 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
17183 * gdb.base/step-line.exp: New file. Test step/next in presence of
17184 #line directives.
17185 * gdb.base/step-line.c: New file. Test program for the above.
17186 * gdb.base/step-line.inp: New file. We pretend that this file has
17187 been transformed by some other tool into step-line.c.
17188
17189 2001-03-21 Jim Blandy <jimb@redhat.com>
17190
17191 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
17192 unmangled operator names.
17193
17194 2001-03-20 Jim Blandy <jimb@redhat.com>
17195
17196 * gdb.threads/linux-dp.exp: Recognize an additional message
17197 generated by GDB when it doesn't understand how to debug threads
17198 on the target system.
17199
17200 2001-03-19 Andrew Cagney <ac131313@redhat.com>
17201
17202 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
17203
17204 2001-03-12 Michael Chastain <chastain@redhat.com>
17205
17206 * gdb.c++/derivation.exp: Use the 'runto' library function.
17207
17208 2001-03-12 Michael Chastain <chastain@redhat.com>
17209
17210 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
17211
17212 2001-02-24 Michael Chastain <chastain@redhat.com>
17213
17214 * gdb.c++/ref-types.exp: Change handwritten code to library
17215 function 'runto'.
17216
17217 2001-03-16 Orjan Friberg <orjanf@axis.com>
17218
17219 * gdb.base/signals.exp: Set count to 0 explicitly.
17220
17221 2001-03-15 Mark Salter <msalter@redhat.com>
17222
17223 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
17224 (gdb_target_monitor): Add check of gdb_target_cmd return value.
17225 (gdb_load): Add support for additional target_info: gdb_download_size
17226 and gdb_load_timeout.
17227
17228 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
17229
17230 * gdb.base/annota1.exp: Move test of isnative to earlier in the
17231 file -- to prevent failing when the compile fails but we have no
17232 intention of running the tests anyway.
17233
17234 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
17235 tests if set.
17236
17237 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
17238 integers.
17239
17240 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
17241 * gdb.c++/namespace.exp: Ditto.
17242
17243 2001-03-07 Orjan Friberg <orjanf@axis.com>
17244
17245 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
17246 * gdb.base/pointers.exp: Relax pattern match of decimals.
17247
17248 2001-03-06 Kevin Buettner <kevinb@redhat.com>
17249
17250 * Makefile.in, config/abug.exp, config/cfdbug.exp,
17251 config/cpu32bug.exp, config/dve.exp, config/est.exp,
17252 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
17253 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
17254 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
17255 config/sh.exp, config/sid.exp, config/slite.exp,
17256 config/sparclet.exp, config/udi.exp, config/unknown.exp,
17257 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
17258 config/vxworks.exp, config/vxworks29k.exp,
17259 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
17260 gdb.base/all-bin.exp, gdb.base/annota1.exp,
17261 gdb.base/arithmet.exp, gdb.base/assign.exp,
17262 gdb.base/async.exp, gdb.base/attach.exp,
17263 gdb.base/bitfields.exp, gdb.base/bitops.exp,
17264 gdb.base/break.exp, gdb.base/call-ar-st.exp,
17265 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
17266 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
17267 gdb.base/commands.exp, gdb.base/completion.exp,
17268 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17269 gdb.base/constvars.exp, gdb.base/corefile.exp,
17270 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
17271 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
17272 gdb.base/ending-run.exp, gdb.base/environ.exp,
17273 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17274 gdb.base/finish.exp, gdb.base/foll-exec.exp,
17275 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
17276 gdb.base/funcargs.exp, gdb.base/help.exp,
17277 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
17278 gdb.base/logical.exp, gdb.base/long_long.exp,
17279 gdb.base/maint.exp, gdb.base/mips_pro.exp,
17280 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
17281 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
17282 gdb.base/pointers.exp, gdb.base/printcmds.exp,
17283 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
17284 gdb.base/regs.exp, gdb.base/relational.exp,
17285 gdb.base/remote.exp, gdb.base/reread.exp,
17286 gdb.base/restore.exp, gdb.base/return2.exp,
17287 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
17288 gdb.base/selftest.exp, gdb.base/setshow.exp,
17289 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
17290 gdb.base/sigall.exp, gdb.base/signals.exp,
17291 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
17292 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17293 gdb.base/step-test.exp, gdb.base/structs.c,
17294 gdb.base/structs.exp, gdb.base/structs2.exp,
17295 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
17296 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
17297 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
17298 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
17299 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
17300 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
17301 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
17302 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
17303 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
17304 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
17305 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
17306 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
17307 gdb.fortran/types.exp, gdb.java/jmisc.exp,
17308 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17309 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
17310 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17311 gdb.trace/circ.exp, gdb.trace/collection.exp,
17312 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
17313 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17314 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
17315 gdb.trace/report.exp, gdb.trace/save-trace.exp,
17316 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17317 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17318 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
17319 notices.
17320
17321 2001-02-27 Michael Snyder <msnyder@cygnus.com>
17322
17323 * gdb.base/varargs.c (find_max_double): Fix printf format string:
17324 first arg is int not float.
17325
17326 2001-02-22 Michael Snyder <msnyder@cygnus.com>
17327
17328 * gdb.base/reread.exp: Unsupported for non-native targets;
17329 doesn't work for remote debugging.
17330
17331 2001-02-19 Fernando Nasser <fnasser@redhat.com>
17332
17333 From Drew Moseley <dmoseley@redhat.com>
17334 * gdb.base/ending-run.exp: Properly handle the BSP state when
17335 stepping past the end of main.
17336
17337 2001-02-19 John Moore <jmoore@redhat.com>
17338
17339 * gdb.base/commands.exp (infrun_breakpoint_command_test):
17340 Converted HPUX fix for non-expected items following multiple
17341 step commands into general solution for all platforms.
17342
17343 2001-02-18 Michael Chastain <chastain@redhat.com>
17344
17345 * gdb.c++/classes.exp (do_tests): Change runto statements
17346 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17347 statements demangler agnostic.
17348 * gdb.c++/virtfunc.exp (do_tests): Likewise.
17349 (gdb_virtfunc_restart): Likewise.
17350
17351 2001-02-14 Michael Chastain <chastain@redhat.com>
17352
17353 * gdb.c++/inherit.exp (do_tests): Change runto statements
17354 from "runto 'foo(void)'" to "runto 'foo'". This makes the
17355 statements demangler agnostic.
17356
17357 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
17358
17359 * gdb.threads/pthreads.exp: Unify pass/fail messages for
17360 ``continue to bkpt at common_routine in thread 2'' and ``stopped
17361 before calling common_routine 15 times'' tests.
17362
17363 2001-02-11 Michael Chastain <chastain@redhat.com>
17364
17365 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
17366 Helps the test script figure out which demangler is in use.
17367 (dm_type_foo_ref): Ditto.
17368 (dm_type_int_star): Ditto.
17369 (dm_type_long_star): Ditto.
17370 (dm_type_unsigned_int): Ditto.
17371 (dm_type_void): Ditto.
17372 (dm_type_void_star): Ditto.
17373 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
17374 Probe the gdb demangler and set variables to accommodate
17375 formatting differences.
17376 (info_func_regexp): New function. Same as info_func, but
17377 matches against a regexp.
17378 (info_func): Match against a literal string.
17379 (print_addr_2): New function. Match against a literal string,
17380 which can be different from the input to gdb.
17381 (print_addr): Simply call print_addr_2 with the same argument twice.
17382 (test_lookup_operator_functions): Use demangler formatting variables.
17383 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
17384 the tests in the same order as the C++ class declaration.
17385 (test_paddr_operator_functions): Ditto.
17386 (test_paddr_overloaded_functions): Ditto.
17387 (test_paddr_hairy_functions): Use demangler formatting variables.
17388 Add reference to gdb/19 for related tests.
17389 (do_tests): Call probe_demangler.
17390
17391 2001-01-30 Kevin Buettner <kevinb@redhat.com>
17392
17393 * gdb.c++/templates.cc (printf): Remove unused function definition.
17394
17395 2001-01-26 Felix Lee <flee@redhat.com>
17396
17397 * sid.exp (sid_exit): Pass host, not target, to remote_close.
17398
17399 2001-01-25 matthew green <mrg@redhat.com>
17400
17401 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
17402 up sid.
17403 (sid_exit): Call `remote_pop_conn' after GDB is gone.
17404
17405 2001-01-25 matthew green <mrg@redhat.com>
17406
17407 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
17408 Deprecate $sid_spawn_id.
17409 (sid_exit): Remove code necessary only for `spawn.'
17410
17411 2001-01-25 matthew green <mrg@redhat.com>
17412
17413 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
17414
17415 2001-01-28 Michael Chastain <chastain@redhat.com>
17416
17417 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
17418 to call when tests fail. It takes gdb out of the overloaded
17419 function choice menu back to the main prompt, so that the test
17420 program stays synchronized.
17421 (set_bp_overloaded): New proc to collect all the common
17422 code for setting a breakpoint on an overloaded name. Calls
17423 take_gdb_out_of_choice_menu when needed.
17424 (menu_overload1arg): New variable to collect the repeated
17425 instances of the expected menu for an overloaded name. Change
17426 the regular expression to handle changes in g++ type encoding:
17427 "void" can be either "void" or "", and "unsigned int" can be
17428 either "unsigned int" or "unsigned".
17429 (continue_to_bp_overloaded): Change regular expressions to handle
17430 changes in g++ type encoding.
17431 (no proc): Call take_gdb_out_of_choice_menu when needed.
17432 Remove redundant calls to "info break". Accept either "canceled"
17433 or "cancelled". Change regular expressions in "info break"
17434 calls to handle changes in g++ type encoding. Give all tests
17435 unique strings.
17436
17437 2001-01-17 Ben Elliston <bje@redhat.com>
17438
17439 * config/sid.exp: New file.
17440
17441 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
17442
17443 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
17444
17445 2000-12-21 Michael Snyder <msnyder@cygnus.com>
17446
17447 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
17448 Add a RE to accept a non-ascii char if one is ever presented.
17449
17450 2000-12-20 Fernando Nasser <fnasser@redhat.com>
17451
17452 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
17453
17454 2000-12-18 Michael Snyder <msnyder@cygnus.com>
17455
17456 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
17457 in regexp. One '\' does not suffice on Linux.
17458
17459 2000-12-09 Michael Chastain <chastain@redhat.com>
17460
17461 * gdb.base/break.exp (test_clear_command): Use a marker function
17462 rather than 'main' for the test function. Also move this
17463 test to an execution point where the marker function names are
17464 guaranteed to be bound to functions. (Executing tests after a
17465 'finish' from main runs into name conflicts with local names
17466 in __libc_start_main).
17467
17468 2000-12-07 Michael Snyder <msnyder@cygnus.com>
17469
17470 * gdb.base/finish.exp: New test for gdb's "finish" command.
17471 * gdb.base/return2.exp: New test for gdb's "return" command.
17472 * gdb.base/return2.c: New source file for above.
17473
17474 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17475
17476 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
17477 * gdb.base/miscexprs.exp: Ditto.
17478 * gdb.base/pointers.exp: Ditto.
17479 * gdb.c++/derivation.exp: Ditto.
17480 * gdb.c++/local.exp: Ditto.
17481 * gdb.c++/namespace.exp: Ditto.
17482 * gdb.c++/overload.exp: Ditto.
17483 * gdb.c++/ref-types.exp: Ditto.
17484
17485 2000-12-05 Michael Snyder <msnyder@cygnus.com>
17486
17487 * gdb.base/constvars.exp: Test result of "up" command.
17488 * gdb.base/miscexprs.exp: Ditto.
17489 * gdb.base/pointers.exp: Ditto.
17490 * gdb.base/scope.exp: Ditto.
17491 * gdb.c++/derivation.exp: Ditto.
17492 * gdb.c++/local.exp: Ditto.
17493 * gdb.c++/namespace.exp: Ditto.
17494 * gdb.c++/overload.exp: Ditto.
17495 * gdb.c++/ref-types.exp: Ditto.
17496
17497 2000-11-22 Michael Chastain <chastain@redhat.com>
17498
17499 * mips_pro.exp: Accept either "middle -> top -> main" or
17500 "middle -> main" in the backtrace, because gcc can optimize
17501 tail calls to jumps. Remove setup_xfail for the hppa case.
17502 Add a comment with the original warning messages from PR 3016,
17503 which was filed in 1993, to preserve them for posterity.
17504
17505 2000-11-17 Nick Duffek <nsd@redhat.com>
17506
17507 * lib/gdb.exp (gdb_test): Override timeout with board info.
17508
17509 2000-11-17 Nick Duffek <nsd@redhat.com>
17510
17511 * gdb.base/display.exp: Don't kill running stub. Add "again" to
17512 the second kill and detach messages.
17513
17514 2000-11-17 Nick Duffek <nsd@redhat.com>
17515
17516 * configure.in: Add AC_EXEEXT.
17517 * configure: Regenerate.
17518 * Makefile.in (just-check): Export EXEEXT.
17519 * lib/gdb.exp ($EXEEXT): Import from environment.
17520 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
17521 expect "maint dump-me" on Cygwin.
17522 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
17523 $EXEEXT.
17524
17525 2000-11-17 Nick Duffek <nsd@redhat.com>
17526
17527 * gdb.base/break.exp: Test backtrace and finish from called
17528 function on all platforms, not just HP-UX.
17529
17530 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17531
17532 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
17533 code from gdb_target_monitor, so it can be used independantly
17534 for gdbserver. Also comment out an unnecessary PUTS.
17535
17536 2000-11-03 Michael Snyder <msnyder@cygnus.com>
17537
17538 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
17539 * gdb.base/corefile.exp: Expect the message "Program is being
17540 debugged already" when we send the "corefile" command, since
17541 the preceeding gdb_load may have connected gdb to a remote target.
17542 * gdb.base/display.exp: Disable hardware watchpoints if new
17543 board info variable "no_hardware_watchpoints" is true.
17544 Replace single-letter commands with more readable ones.
17545 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
17546 if new board info variable "no_hardware_watchpoints" is true.
17547 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
17548 to see if stdio (printf) testing is possible.
17549 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
17550 board info variable "no_hardware_watchpoints" is true. Use new
17551 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
17552
17553 2000-11-13 Fernando Nasser <fnasser@redhat.com>
17554
17555 From Orjan Friberg <orjanf@axis.com>:
17556 * gdb.base/printcmds.exp: Escape curly braces followed by a number
17557 in array print pattern match.
17558
17559 2000-11-09 Fernando Nasser <fnasser@redhat.com>
17560
17561 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
17562 spelling "cancelled" to U.S. spelling "canceled" to match changes
17563 made to gdb.
17564 * gdb.c++/ovldbreak.exp: Ditto.
17565
17566 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17567
17568 * gdb.base/callfuncs.c (main): Moved to end of file, call
17569 t_double_values to initialize the FPU before inferior calls are made.
17570 * gdb.base/callfuncs.exp: Test for register preservation after calling
17571 inferior functions. Add tests for continuining, finishing and
17572 returning from a stop in a call dummy.
17573
17574 2000-10-24 Michael Snyder <msnyder@cygnus.com>
17575
17576 * gdb.base/commands.exp: Break up long lines, and re-indent.
17577
17578 2000-10-19 Michael Snyder <msnyder@cygnus.com>
17579
17580 * config/gdbserver.exp: Rewritten from the ground up, to make it
17581 compatible with the current dejagnu tree, and to make it work with
17582 the new "gdbserver" in libremote.
17583
17584 2000-10-16 Michael Snyder <msnyder@cygnus.com>
17585
17586 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
17587 * gdb.base/varargs.exp: Skip entire test if no printf support.
17588 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
17589 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
17590
17591 2000-10-13 Michael Snyder <msnyder@cygnus.com>
17592
17593 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
17594 no floating point support.
17595 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
17596 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
17597 * gdb.base/call-rt-st.exp: Ditto.
17598 * gdb.base/call-strs.exp: Ditto.
17599
17600 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
17601
17602 * gdb.base/sizeof.c: include <stdio.h>.
17603
17604 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
17605 'finish', otherwise uncaptured gdb_prompt would potentially
17606 throw remaining test points out of sync.
17607
17608 2000-07-26 Scott Bambrough <scottb@netwinder.org>
17609
17610 * gdb.base/recurse.exp: Run tests for all targets.
17611 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
17612 gnu-oldld case on ARM.
17613 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
17614 for ARM targets.
17615
17616 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
17617
17618 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
17619 * gdb.java/configure: Rebuild.
17620
17621 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
17622
17623 * gdb.java/jv-exp.exp: New file.
17624
17625 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
17626
17627 * configure: Rebuilt.
17628 * configure.in (configdirs): Add gdb.java.
17629 * gdb.java/jmisc.java: New file.
17630 * gdb.java/jmisc.exp: New file.
17631 * gdb.java/Makefile.in: New file.
17632 * gdb.java/configure: Rebuilt.
17633 * gdb.java/configure.in: New file.
17634 * lib/java.exp: New file.
17635
17636 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
17637
17638 * gdb.base/exprs.exp: Test casts to a pointer including over and
17639 underflow.
17640
17641 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
17642
17643 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
17644 and the compilers sizes.
17645
17646 2000-07-09 Nick Duffek <nsd@redhat.com>
17647
17648 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
17649 (use_methods): New function.
17650 (main): Call use_methods().
17651 * gdb.c++/classes.exp (test_method_param_class): New procedure.
17652 (do_tests): Call test_method_param_class.
17653
17654 2000-07-09 Nick Duffek <nsd@redhat.com>
17655
17656 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
17657 spelling.
17658 (test_enums): New procedure. Move enum tests from end of script
17659 to here. Set breakpoint on function name instead of line number.
17660 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
17661 (enums2): New marker function.
17662 (enums1): New function.
17663 (main): Call enums1(). Move enum tests to enums1().
17664
17665 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
17666
17667 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
17668 compile/link program. Update line numbers.
17669 * gdb.asm/d10v.inc: Define ``startup''.
17670 * gdb.asm/asmsrc1.s: Add definition of _start.
17671
17672 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
17673
17674 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
17675
17676 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17677
17678 * gdb.base/maint.exp: Add 'maint print architecture' item to output
17679 of 'help maint print' command.
17680
17681 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
17682
17683 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
17684 they use gdb_expect_list.
17685
17686 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
17687
17688 * gdb.base/commands.exp: Use ``set remote
17689 memory-read-packet-size'' instead of ``set endian big'' to test
17690 long commands.
17691
17692 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
17693
17694 * gdb.c++/templates.exp (do_tests): Make all of these work under
17695 g++, and stop skipping them.
17696
17697 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
17698 work under g++.
17699
17700 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
17701 initialization.
17702
17703 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17704
17705 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
17706 the regular expression: accept an (almost) arbitrary sequence of
17707 "frames-invalid" and "breakpoints-invalid" messages both before
17708 and after the "starting" message.
17709
17710 2000-06-02 Michael Snyder <msnyder@cygnus.com>
17711
17712 * gdb.c++/local.exp: This test has never been known to work with g++.
17713
17714 2000-05-18 Michael Snyder <msnyder@cygnus.com>
17715
17716 * gdb.base/annota1.exp (annotate-signal-handler-caller):
17717 Relax the regular expression a little, make it pass on Solaris 8.
17718
17719 2000-05-12 Kevin Buettner <kevinb@redhat.com>
17720
17721 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
17722 a call, do not require that gdb stop on the line after the call.
17723 Instead, it is permissible for gdb to stop on the line of the
17724 call itself.
17725
17726 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
17727
17728 * gdb.base/break.exp (bp on small function, optimized file):
17729 Add a second pass pattern. The behavior differs here between stabs
17730 and dwarf for one-line functions. Stabs preserves two line symbols
17731 (one before the prologue and one after) with the same line number,
17732 but dwarf regards these as duplicates and discards one of them.
17733 Therefore the address after the prologue (where the breakpoint is)
17734 has no exactly matching line symbol, and GDB reports the breakpoint
17735 as if it were in the middle of a line rather than at the beginning.
17736
17737 2000-05-08 Michael Snyder <msnyder@cygnus.com>
17738
17739 * gdb.base/interrupt.exp: Make "pass" message say "send"
17740 rather than "send_gdb" (for consistancy).
17741
17742 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
17743
17744 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
17745 * gdb.c++/templates.cc: Properly check for GCC version number.
17746 * lib/compiler.cc: Likewise
17747
17748 2000-04-28 Michael Snyder <msnyder@cygnus.com>
17749
17750 * gdb.base/break.exp: When compiled with -O2 optimization,
17751 gdb may not stop at the first line of main, due to code motion.
17752
17753 2000-04-26 Michael Snyder <msnyder@cygnus.com>
17754
17755 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
17756 This test depends on parsing the printf output from the target.
17757 Since the sparclet stub doesn't do stdio, this will never work.
17758 * gdb.base/call-rt-st.exp: ditto.
17759 * gdb.base/call-strs: ditto.
17760
17761 2000-04-24 Michael Snyder <msnyder@cygnus.com>
17762
17763 * gdb.base/miscexprs.exp: make sizeof long array test portable.
17764
17765 * gdb.base/ending-run.exp: After connecting to a remote target,
17766 but before running, the target will appear to be in a random
17767 location. Specify both a file and a line for breakpoints.
17768 Also, the function that calls main may be called 'init'
17769 rather than 'start'.
17770
17771 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17772
17773 * gdb.base/help.exp: Update output for add-symbol-file command.
17774
17775 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
17776
17777 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
17778 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
17779
17780 2000-04-07 J.T. Conklin <jtc@redback.com>
17781
17782 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
17783
17784 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
17785
17786 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
17787
17788 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
17789 values that can be represented exactly.
17790 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
17791 above change, and to not check against the directory part of the source
17792 file name.
17793 (step into print_long_arg_list): Likewise.
17794 (print print_small_structs from print_long_arg_list): Likewise.
17795 (print print_long_arg_list): Likewise.
17796
17797 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17798
17799 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
17800
17801 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
17802
17803 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
17804
17805 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
17806
17807 * gdb.base/commands.exp (deprecated_command_test): Add test for
17808 deprecate with no arguments.
17809
17810 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
17811
17812 * gdb.base/break.exp: Add new test for setting breakpoints on
17813 optimized code so we can test breakpoints work even when function
17814 prologues may be optimized away
17815
17816 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
17817
17818 From David Whedon <dwhedon@gordian.com>
17819 * gdb.base/commands.exp : Added command deprecator tests.
17820
17821 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
17822
17823 * gdb.base/help.exp: Added test for new apropos command.
17824
17825 2000-03-21 Kevin Buettner <kevinb@redhat.com>
17826
17827 * gdb.base/pointers.c (usevar): New function.
17828 (main): Make sure that global variables v_int_pointer2, rptr,
17829 and y are all referenced someplace in the program by calling
17830 usevar() on them. [Some linkers delete symbols which are
17831 never referenced. The space remains, but there's no way to
17832 get a (symbolic) handle on the variable from the debugger.]
17833
17834 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17835
17836 * gdb.base/printcmds.c: Add typedeffed arrays.
17837
17838 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
17839 procedure to test arrays that are typedef'd.
17840
17841 2000-03-13 James Ingham <jingham@leda.cygnus.com>
17842
17843 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
17844 the library directories.
17845
17846 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
17847
17848 * configure.in (configdirs): Add sub directory gdb.mi.
17849 * configure: Re-generate.
17850
17851 * gdb.mi: New directory.
17852
17853 2000-02-25 Scott Bambrough <scottb@netwinder.org>
17854
17855 * gdb.base/long_long.exp: Correct test suite failure when printing
17856 a long long value as a double on ARM platforms.
17857
17858 2000-02-16 Jim Blandy <jimb@redhat.com>
17859
17860 * gdb.base/break.exp ("breakpoint line number"): Make sure the
17861 default source file is set properly before running this test.
17862
17863 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17864
17865 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
17866 gdbtk/library directory, not in gdbtcl2.
17867
17868 2000-02-04 Jim Blandy <jimb@redhat.com>
17869
17870 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
17871 backslash from regexp pattern.
17872
17873 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
17874 procedure. Use it to run all the "continue to bp overloaded"
17875 tests. Note that this changes the names of the tests slightly.
17876 If the breakpoint hit message includes a hex PC value, because
17877 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
17878 from the real source code, still consider that a pass.
17879
17880 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
17881 XFAIL here if the breakpoint message contains a hex address. Note
17882 similar change on 1999-11-02.
17883
17884 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
17885
17886 * gdb.base/ptype.exp: Establish a default source file before
17887 calling get_debug_format.
17888
17889 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
17890
17891 * gdb.base/watchpoint.exp: Remove duplication of test messages.
17892
17893 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17894
17895 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
17896 of successive stepi commands -- while in the prologue we should see
17897 the function entry bracket.
17898
17899 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
17900
17901 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
17902 reach __change_mode() when stepping through the end of main().
17903
17904 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
17905
17906 * gdb.base/default.exp: Fix expected pattern.
17907 * gdb.base/help.exp: Same.
17908
17909 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17910
17911 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
17912 Don't use xfail's because that affects only the following test.
17913
17914 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
17915 solaris or linux.
17916
17917 * gdb.base/selftest.exp: Update to reflect changes to main.c.
17918
17919 2000-01-07 Michael Snyder <msnyder@cygnus.com>
17920
17921 * gdb.base/display.exp: Some yacc parsers like to say
17922 "A syntax error" rather than "A parse error". Accept both.
17923
17924 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
17925
17926 * gdb.base/default.exp: Remove OS dependent string from "target
17927 remote" test.
17928 * gdb.base/help.exp: Same for "help target remote" test.
17929
17930 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17931
17932 From Jim Kingdon <kingdon@redhat.com>:
17933
17934 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
17935 prompt (cleanup rather than necessity, but still might keep output
17936 from spilling to next test).
17937
17938 2000-01-02 Fred Fish <fnf@cygnus.com>
17939
17940 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
17941 AIX, which defines them in <sys/types.h>.
17942
17943 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
17944
17945 * gdb.base/default.exp: Match arm* etc instead of arm in "info
17946 float" test.
17947
17948 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
17949
17950 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
17951
17952 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
17953 outermost frame disallowed".
17954
17955 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
17956
17957 * gdb.base/setvar.exp: New tests for setting the value of a struct
17958 with a constant list.
17959
17960 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
17961
17962 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
17963 require the user to type a cast before setting the value of a struct.
17964
17965 1999-12-06 Jim Blandy <jimb@cygnus.com>
17966
17967 * gdb.base/default.exp: Expect the new 'info float' command on
17968 all i386 platforms.
17969
17970 * gdb.threads/linux-dp.exp: Expand our ability to recognize
17971 LinuxThreads libraries that don't support debugging.
17972
17973 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
17974
17975 * gdb.base/remote.c: Fill the buffer with truely random data.
17976 Change the buffer type to ``unsigned char'' to simplify size
17977 arithmetic.
17978
17979 * gdb.base/remote.exp: Reduce download numbers by one. Typical
17980 stub only handles 400-1 byte packets. Verify that the download
17981 worked.
17982
17983 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
17984
17985 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
17986 tests, using UNRESOLVED for the untested cases. Also, does not wait
17987 for a timeout if the prompt was received before a recognizable pattern.
17988
17989 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
17990
17991 * lib/gdb.exp (gdb_expect_list): Fix spelling.
17992
17993 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17994
17995 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
17996 watchpoints.
17997
17998 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
17999
18000 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
18001
18002 * gdb.c++/local.exp: Be more flexible in recognizing local class
18003 name mangling. Don't allow horribly truncated method names.
18004 * gdb.c++/derivation.exp: Expect protected inheritance.
18005 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
18006 * gdb.c++/virtfunc.exp: Likewise.
18007 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
18008 when printing a nested enum.
18009
18010 1999-11-22 Jim Blandy <jimb@cygnus.com>
18011
18012 * gdb.base/step-test.exp: Properly await GDB's response to setting
18013 a breakpoint on the call to large_struct_by_value.
18014
18015 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
18016 just because we have debug info for the `start' function.
18017
18018 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
18019
18020 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
18021 "Unknown signal" messages, which indicate (on LinuxThreads) that
18022 GDB doesn't know how to debug threads on this system. This is
18023 better than hanging while philosopher 0 dumps chatter into gdb.log.
18024
18025 1999-11-18 Tom Tromey <tromey@cygnus.com>
18026
18027 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
18028
18029 1999-11-18 Fred Fish <fnf@cygnus.com>
18030
18031 * gdb.base/coremaker2.c: Add sample program for generating
18032 cores that is more self contained than coremaker.c. Eventually
18033 I'll add more code to this and tie it into the testsuite.
18034
18035 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
18036
18037 * gdb.base/dollar.exp: Remove, now in gdb.hp.
18038
18039 1999-11-10 Jimmy Guo <guo@cup.hp.com>
18040
18041 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
18042 from $srcdir/lib/.
18043 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
18044 and gdb.c++/.
18045
18046 * gdb.c++/derivation.exp: remove redundant get compiler info code.
18047
18048 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
18049 'continue with watch' test point.
18050
18051 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
18052
18053 Merged from p2linux-990323-branch:
18054
18055 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
18056
18057 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
18058
18059 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
18060 {limit,fixed}''. Test ``set download-write-size''.
18061
18062 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
18063
18064 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
18065 gdb_expect_list.
18066
18067 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
18068
18069 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
18070
18071 1999-11-03 Mark Salter <msalter@cygnus.com>
18072
18073 * gdb.base/break.exp: Fix "stub continue" pattern.
18074
18075 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
18076
18077 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
18078
18079 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
18080
18081 * gdb.base/display.exp ("finish"): Add timeout clause.
18082
18083 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
18084 plain prompt clause, so this doesn't have to time out in order to
18085 fail.
18086
18087 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
18088 breakpoint hit messages include an address.
18089
18090 * gdb.base/display.exp: Don't forget to escape parens in regular
18091 expressions. Unix regexp notatation sucks.
18092
18093 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18094
18095 * gdb.base/annota1.exp: Test for annotate-signalled: change output
18096 order for 'signalled' message.
18097
18098 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
18099
18100 From Jimmy Guo <guo@cup.hp.com>:
18101 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
18102 * gdb.base/annota1.c: Add code for tests to work with.
18103
18104 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
18105
18106 * gdb.base/remote.exp: New test for remote downloading settings.
18107 * gdb.base/remote.c: New file with large .data.
18108
18109 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
18110
18111 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
18112 for LinuxThreads support, merged from the Code Fusion branch.
18113
18114 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
18115
18116 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
18117 containing exp_continue into a while within an expect. Don't
18118 attempt a start more than three times. Check return value from
18119 gdb_load.
18120
18121 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
18122
18123 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
18124 a pass case.
18125
18126 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
18127
18128 * gdb.base/break.c (main): Added a statement that we can step
18129 off of.
18130 * gdb.base/break.exp: Added tests for setting a breakpoint
18131 at an offset and stepping onto a breakpoint.
18132
18133 1999-10-01 Fred Fish <fnf@cygnus.com>
18134
18135 * gdb.base/help.exp (help add-symbol-file): Update to match current
18136 gdb output.
18137
18138 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
18139
18140 * gdb.base/break.exp: Code locations are in hex, don't forget!
18141 (For HP-UX.)
18142
18143 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
18144
18145 * condbreak.exp: Use break.c as test program.
18146 * condbreak.c: Remove, redundant with break.c.
18147
18148 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
18149
18150 * config/monitor.exp (gdb_target_monitor): Disable X- and
18151 Z-packets if the target needs it.
18152
18153 1999-09-13 James Ingham <jingham@leda.cygnus.com>
18154
18155 * gdb.c++/overload.exp: Added tests for listing overloaded
18156 functions with function pointers in the arg, explicitly calling
18157 out the version you want.
18158
18159 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
18160
18161 * long_long.exp: Add variations of test cases that work for
18162 targets with 16-bit ints and 32-bit doubles.
18163
18164 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
18165
18166 * break.c (main): Compare a possibly-uninitialized argc with an
18167 unlikely value that fits in 16 bits.
18168
18169 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
18170
18171 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
18172 0xfeeb, don't want negative numbers if ints are 16 bits.
18173
18174 * lib/gdb.exp (skip_cplus_tests): New proc.
18175 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18176 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
18177 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
18178 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
18179 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
18180 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
18181 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
18182 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
18183
18184 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
18185
18186 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
18187
18188 * gdb.base/corefile.exp (up): Allow a parameter to appear
18189 in the frame that we're going up to.
18190
18191 From Jim Blandy <jimb@cygnus.com>:
18192
18193 * gdb.base/default.exp (info float): Expect some output now.
18194
18195 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
18196 returning floating-point values to fail on the x86.
18197 * gdb.base/callfwmall.exp (do_function_calls): Same.
18198
18199 * gdb.base/list.exp (test_listsize): Correct expectations for
18200 listing line 1 with listsize 2. Also, listing a single line
18201 works now, as does listing three lines. [Kevin's note: There
18202 were a number of other cases fixed too where the expectations
18203 differed...]
18204
18205 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
18206
18207 * gdb.base/selftest.exp: Add case for when version prints as
18208 constant string instead of char pointer.
18209
18210 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
18211
18212 * gdb.base/ending-run.exp: Add Solaris case for what happens when
18213 stepping out of main.
18214
18215 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
18216 G++ used.
18217
18218 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
18219 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
18220
18221 * gdb.c++/ovldbreak.exp: Update match string in test that
18222 includes a warning of multiple breakpoints.
18223
18224 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
18225
18226 * gdb.base/display.exp: Improve precision of step-after-finish
18227 added yesterday.
18228
18229 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
18230 test.
18231
18232 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
18233 configs when using G++, not just hppa*.
18234
18235 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18236
18237 * gdb.base/async.c: New file.
18238 * gdb.base/async.exp: New file.
18239
18240 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
18241
18242 * gdb.base/break.exp: Tweak PA specific tests to properly handle
18243 PA64.
18244
18245 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
18246
18247 * gdb.base/display.exp: "finish" can leave us mid-line on many
18248 targets, deal with it. Add a small constant to main, instead of
18249 1000 since main+1000 may not be a valid address in the target.
18250
18251 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
18252 on hpux11.
18253
18254 * gdb.base/attach.exp: Handle another hpux11 error message variant
18255 when attaching to a process that does not exist.
18256
18257 1999-08-19 J.T. Conklin <jtc@redback.com>
18258
18259 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
18260 characters in 'continue to 1241' test.
18261
18262 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
18263
18264 * gdb.base/call-ar-st.exp: Add a shorter match case for the
18265 stop in print_long_arg_list, define and use a whitespace
18266 variable in print_small_structs test, add an XFAIL for Solaris.
18267 * gdb.base/dbx.exp: XFAIL func commands until somebody is
18268 interested enough to fix.
18269
18270 1999-08-13 Keith Seitz <keiths@cygnus.com>
18271
18272 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
18273 (dbx_gdb_load): Remove. Use gdb_load instead, since that
18274 proc knows about targets other than the natives.
18275 (test_assign): Use "gdb_run_cmd" to "run" the target.
18276 Check that we've actually hit the breakpoint at main.
18277 When we attempt to assign a value to a local variable, check
18278 that the variable is in the current scope, i.e., don't use
18279 a test with an empty result.
18280
18281 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
18282
18283 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
18284 command.
18285
18286 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
18287
18288 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18289 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
18290 gdb.compat, gdb.threads-hp.
18291 gdb.hp/configure, gdb.hp/configure.in: New files.
18292 gdb.hp/Makefile.in: Recurse into new subdirs.
18293 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
18294 gdb.hp/gdb.objdbg: New directory, tests for debugging info
18295 in object files.
18296 gdb.hp/tools: New directory, aux tools for HP-specific tests.
18297
18298 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
18299
18300 * gdb.base/display.exp: Help expect by putting a newline in the
18301 funky printf, remove a bogus p/a test.
18302
18303 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18304
18305 * gdb.base/display.exp: Make sure that when we say 'run', we are
18306 connected to the target. This is necessary when running not
18307 natively.
18308
18309 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
18310
18311 * gdb.base/step-test.exp: Removed some extraneous messages.
18312
18313 * gdb.base/long_long.exp: Don't run memory examination tests
18314 on little-endian targets (they will need a different set of
18315 results to match).
18316
18317 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
18318
18319 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
18320 until somebody decides to fix GDB.
18321
18322 * gdb.base/long_long.c: Stop compiler complaint by specifying long
18323 constant as "ULL".
18324 * gdb.base/long_long.exp: Loosen x/c test, add partial result
18325 matches for a couple x/2 commands.
18326
18327 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
18328
18329 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
18330 by merging in ref-types2 tests.
18331 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
18332
18333 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18334 * gdb.c++/Makefile.in: Add standard actions.
18335 (EXECUTABLES): Rename from PROGS, update list.
18336 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
18337 from gdb.hp.
18338 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
18339 foo and bar locals.
18340 * gdb.c++/anon-union.exp: Fix tests to match.
18341 * gdb.c++/classes.exp: Run if HP compiler used, add extra
18342 expect matches to handle output variations.
18343 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
18344 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
18345 output, add HP alternatives for new and delete prints.
18346 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
18347 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
18348 * gdb.c++/demangle.exp: Use $style when reporting failure.
18349 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
18350 * gdb.c++/inherit.exp: Run if HP compiler used, add some
18351 match alternatives.
18352 * gdb.c++/local.exp: Add match alternatives or xfails for HP
18353 compilers.
18354 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
18355 * gdb.c++/method.exp: Add match alternatives.
18356 * gdb.c++/misc.cc: Add bool types.
18357 * gdb.c++/misc.exp: Add tests for bool types.
18358 * gdb.c++/overload.exp: Add xfails.
18359 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
18360 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
18361 add some more template parameter tests (only for HP currently).
18362 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
18363 * gdb.c++/virtfunc.cc: Add return type and value for main.
18364 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
18365 match alternatives.
18366
18367 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18368
18369 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
18370
18371 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
18372
18373 * gdb.base/signals.exp: Don't expect getting a backtrace from
18374 within a signal handler to fail on Linux.
18375
18376 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
18377
18378 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18379 * lib/gdb.exp: Remove some gratuitious semicolons.
18380 (delete_breakpoints): Increase timeout.
18381 (gdb_expect): Add -notransfer option.
18382 (gdb_test): Use -notransfer option.
18383 (get_compiler_info): Add f77 case.
18384 (get_compiler): New proc, split out from gdb_preprocess, add f77
18385 case.
18386 (gdb_preprocess): Call get_compiler.
18387
18388 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
18389 * gdb.base/attach.exp, gdb.base/display.exp,
18390 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
18391 gdb.base/long_long.exp, gdb.base/printcmds.exp,
18392 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
18393 third arg to gdb_test.
18394 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
18395 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
18396 HP-UX xfails, add others.
18397 * gdb.base/completion.exp: Reflect name change of self-test.
18398 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
18399 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
18400 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
18401 HP failure number.
18402 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
18403 useless HP-UX 10.30 references.
18404 * gdb.base/maint.exp: Loosen matches.
18405 * gdb.base/pointers.c (main): Declare more_code.
18406 * gdb.base/pointers.exp: Match on output of a `next'.
18407 * gdb.base/structs.c: Add prototypes.
18408 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
18409 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
18410
18411 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18412
18413 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
18414 command.
18415
18416 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18417
18418 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
18419 Fix run to main failures. Watchpoint can be hardware watchpoint.
18420
18421 * gdb.base/annota1.exp: Clean up some more, in case printf has
18422 debug info. Deal with lack of signal hanlder info in stack.
18423
18424 From Jim Kingdon <kingdon@redhat.com>:
18425 * gdb.base/annota1.exp: If printf has debug info, deal with it.
18426
18427 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
18428
18429 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
18430 gdb.base/foll-vfork.exp: Don't run for crosses.
18431
18432 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
18433
18434 * gdb.base/configure.in: Check for gdbvars.exp instead of
18435 a1-selftest.exp.
18436 * gdb.base/configure: Re-generate.
18437
18438 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
18439
18440 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
18441 in trying to run first and name is too long.
18442
18443 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
18444 pointers2.c and pointers2.exp, respectively.
18445 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
18446 doschk happier.
18447
18448 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
18449
18450 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
18451 callfuncs2.c and callfuncs2.exp.
18452
18453 * gdb.base/list.exp: Remove mistaken xfails.
18454 * gdb.base/list0.h: Add optional prototypes.
18455
18456 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
18457
18458 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
18459 calling malloc.
18460 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
18461 * ptype.exp: Move test for get_debug_format to before its first
18462 use.
18463
18464 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18465
18466 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
18467 * gdb.base/annota2.cc, annota2.exp: Move from here.
18468 * gdb.c++/annota2.cc, annota2.exp: To here.
18469 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
18470
18471 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
18472
18473 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
18474 a consistent format.
18475
18476 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
18477
18478 From Jimmy Guo <guo@cup.hp.com> and others at HP:
18479 * lib/gdb.exp (get_compiler_info): Add detection for assorted
18480 HP compilers, also set the globals $true and $false.
18481
18482 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
18483 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
18484 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
18485 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
18486 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
18487 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
18488 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
18489 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
18490 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
18491 whatis.c} Add C++ compatible function definitions and return
18492 types, add includes for library functions.
18493 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
18494 * gdb.base/step-test.c (myglob): Rename from glob.
18495 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
18496 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
18497 files, move here from gdb.hp.
18498 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
18499 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
18500 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
18501 Adjust line numbers in regexps.
18502
18503 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
18504 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
18505 instead of 0/1.
18506
18507 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
18508 foll-vfork.exp: New files, move here from gdb.hp.
18509 * gdb.base/page.exp: New file, test of pagination command.
18510
18511 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
18512 recursion test.
18513 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
18514
18515 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
18516 gdb.base/solib.exp: Fix compiler invocation process.
18517
18518 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
18519 HP-UX 11, turn off overload resolution explicitly.
18520 * gdb.base/commands.exp: Set argument list explicitly, add
18521 watchpoint test.
18522 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
18523 them work.
18524 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
18525 expressions properly.
18526 * gdb.base/corefile.exp: Loosen the match slightly.
18527 * gdb.base/default.exp: Allow "Error accessing memory" message
18528 also.
18529 * gdb.base/display.exp: Skip over x/0 j if PA64.
18530 * gdb.base/funcargs.exp: Add xfails for HP-UX.
18531 * gdb.base/interrupt.exp: Ditto.
18532 * gdb.base/langs.exp: Add symbolic matches governed by compiler
18533 in use.
18534 * gdb.base/list.exp: Add xfails for HP-UX.
18535 * gdb.base/long_long.exp: Refine some of the numeric matches.
18536 * gdb.base/mips_pro.exp: Xfail on HP-UX.
18537 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
18538 * gdb.base/nodebug.exp: Succeed on more varieties of output.
18539 * gdb.base/opaque.exp: Remove some HP-UX xfails.
18540 * gdb.base/ptype.exp: Succeed on more varieties of output.
18541 * gdb.base/scope.exp: Add xfails for HP-UX.
18542 * gdb.base/sect-cmd.exp: Add more cases.
18543 * gdb.base/setvar.exp: Add xfails for HP-UX.
18544 * gdb.base/shlib-call.exp: Loosen some matches slightly.
18545 * gdb.base/signals.exp: Match on void symbolically.
18546 * gdb.base/step-test.exp: Add case for PA64.
18547 * gdb.base/term.exp: Add exit and restart.
18548 * gdb.base/twice.exp: Clean up after self.
18549 * gdb.base/varargs.exp: Disable overload resolution explicitly.
18550 * gdb.base/whatis.exp: Allow more ways to pass tests.
18551
18552 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
18553 no longer useful.
18554
18555 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
18556
18557 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
18558 list of patterns.
18559 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
18560 print_double_array(double_array)", "continuing to breakpoint
18561 1018", "print print_double_array(array_d)" and "continuing to
18562 1034" tests.
18563
18564 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
18565
18566 * Makefile.in: Add empty html and install-html targets.
18567
18568 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
18569
18570 * config/mt-*: Remove, these haven't been used since 1996.
18571
18572 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
18573
18574 * gdb.base/call-strs.c, gdb.base/ending-run.c,
18575 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
18576 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
18577
18578 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
18579
18580 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
18581 simpler match case for the ptype of the big class.
18582
18583 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18584
18585 * gdb.exp: Fix test for gdb_prompt existence.
18586
18587 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18588
18589 * gdb.exp (gdb_test): Add fail after calls to perror.
18590
18591 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18592
18593 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
18594
18595 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
18596
18597 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
18598
18599 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
18600
18601 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
18602 malloc() is linked in.
18603
18604 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
18605
18606 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
18607 step at end.
18608
18609 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
18610
18611 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
18612
18613 * gdb.java/jv-print.exp: New file. (Our first Java test!)
18614
18615 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
18616
18617 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
18618 * gdb.base/mips_pro.exp: Likewise.
18619
18620 1999-06-02 Keith Seitz <keiths@cygnus.com>
18621
18622 * gdb.c++/templates.cc: Change all "new" operators to throw
18623 an exception.
18624 * gdb.c++/cplusfuncs.cc: Likewise.
18625
18626 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
18627
18628 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
18629
18630 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
18631 * gdb.base/ending-run.exp: When stepping out of main, accept a
18632 step into an arbitrary assembler file.
18633
18634 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18635
18636 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
18637 "breakpoint-invalid" to be printed.
18638 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
18639 number of "frames-invalid" and "breakpoint-invalid" to be printed.
18640 * gdb.base/annota2.cc: Initialize a.x to 0.
18641
18642 1999-05-17 Keith Seitz <keiths@cygnus.com>
18643
18644 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
18645 when "skip_float_tests" set.
18646 Ditto for "print print_double_array(array_d)", "print print_small_structs",
18647 "print print_ten_doubles", and "step into print_long_arg_list".
18648 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
18649 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
18650 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
18651 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
18652 "skip_float_tests" is set.
18653 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
18654 when "skip_float_tests" set.
18655
18656 1999-05-06 Keith Seitz <keiths@cygnus.com>
18657
18658 * gdb.base/annota2.cc: Include stdio.h.
18659
18660 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
18661
18662 * gdb.base/crossload.exp: Remove, this has been disabled ever
18663 since BFD stopped including all targets, and cross-GDB gets
18664 plenty of testing anyway.
18665 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
18666 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
18667 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
18668 * gdb.base/README: Remove, was doc for this.
18669 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
18670 needed.
18671
18672 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18673
18674 * gdb.base/call-ar-st.exp: Fix one regular expression in test
18675 output.
18676
18677 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
18678 * gdb.base/annota2.exp: New file. More annotation tests.
18679 * gdb.base/annota1.c: New file. Source file for annota1.exp.
18680 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
18681
18682 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
18683
18684 * config/cfdbug.exp: New file.
18685
18686 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
18687
18688 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
18689 Marcus Daniel's and Dale Hawkins's demangler crashes.
18690
18691 * gdb.c++/demangle.exp (test_gnu_style_demangling,
18692 test_lucid_style_demangling, test_arm_style_demangling,
18693 test_hp_style_demangling): Try Tom Tromey's core-dumping
18694 identifier under each demangling style.
18695
18696 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
18697
18698 * gdb.c++/demangle.exp: Include the current demangling style
18699 in all test names.
18700 (current_demangling_style): New global variable.
18701 (set_demangling_style, test_demangling_core, test_demangling,
18702 test_demangling_exact): New functions.
18703 (test_gnu_style_demangling, test_lucid_style_demangling,
18704 test_arm_style_demangling, test_hp_style_demangling): Use those,
18705 instead of calling gdb_test and gdb_test_exact directly.
18706 (catch_demangling_errors): New function, which reports errors
18707 signalled by the demangling test functions in an orderly way.
18708 (do_tests): Use catch_demangling_errors.
18709
18710 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
18711
18712 * gdb.base/signals.exp (test_handle_all_print): Use () for
18713 grouping in expressions, not {}.
18714
18715 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
18716 initialized yet.
18717
18718 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
18719
18720 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
18721 are listed.
18722
18723 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
18724
18725 * gdb.stabs/weird.exp: Test for CC being defined before
18726 looking at its value.
18727
18728 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
18729
18730 * gdb.base/call-ar-st.exp: Remove stray '#'.
18731 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
18732 "short int" and "long int".
18733 * gdb.c++/overload.cc: Cast the string added in the previous
18734 change, to mollify finicky HP compiler.
18735 * gdb.hp/reg-test.exp (testfile): Fix file name.
18736 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
18737
18738 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
18739 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
18740 alternate form of enum ptype.
18741
18742 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
18743
18744 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
18745 * gdb.hp/*.exp: Change all to run compiler probe only after
18746 passing skip_hp_tests, so as not to waste time on guaranteed
18747 failure.
18748
18749 * gdb.c++/overload.cc: Pass string instead of char addr, always
18750 init ccpfoo.
18751 * gdb.c++/templates.cc: Fix syntax error.
18752
18753 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18754
18755 * gdb.base/commands.exp: Add test for correct position of '>'
18756 when issuing the 'commands' command after a 'while' or 'if'
18757 command.
18758
18759 1999-03-18 James Ingham <jingham@cygnus.com>
18760
18761 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
18762
18763 * gdb.c++/method.exp: It was testing an uninitialized int on the
18764 stack and assuming it was positive.
18765
18766 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
18767
18768 * gdb.base/step-test.exp: Catch a case where finish is broken and
18769 keep it from killing the rest of the tests.
18770 Use gdb_continue_to_end.
18771
18772 * gdb.base/sigall.exp: use gdb_continue_to_end.
18773
18774 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
18775
18776 * gdb.base/display.exp: use runto_main, not run.
18777
18778 * gdb.base/default.exp: Check for the current error message in the
18779 r abbreviation test.
18780 Add strongarm to the targets that know info float.
18781
18782 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
18783 run which doesn't work with monitors.
18784
18785 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
18786
18787 * gdb.base/break.exp: use the gdb_continue_to_end proc.
18788
18789 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
18790 program. Traps the case (in Cygmon) when the program never really
18791 exits. Same as Mark's continue_to_exit, but I had put it in a lot
18792 more places, so I used my name. Sorry Mark...
18793
18794 * config/monitor.exp (gdb_target_monitor): added another
18795 target_info parameter: remotebinarydownload. This will set the
18796 remotebinarydownload flag if this is causing some boards trouble.
18797
18798 1999-03-18 Mark Salter <msalter@cygnus.com>
18799
18800 * lib/gdb.exp (continue_to_exit): New function.
18801
18802 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
18803 * gdb.base/ending-run.exp: Ditto.
18804 * gdb.base/step-test.exp: Ditto.
18805
18806 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
18807
18808 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
18809 (suggested by Art Haas <ahaas@neosoft.com>).
18810
18811 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
18812
18813 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
18814
18815 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
18816
18817 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
18818 descriptions of types (short unsigned int vs unsigned short, etc).
18819
18820 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
18821
18822 * gdb.base/call-strs.exp: Don't assume that `step' will step over
18823 a call to strlen; sometimes we do have sources.
18824
18825 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18826
18827 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
18828 character, so GDB won't print garbage after its end.
18829
18830 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
18831 breakpoint there instead. Sometimes GCC emits memcpy to handle
18832 the large structures being passed by value, so we step into that
18833 instead of sum_array_print, which obscures what we're really testing.
18834 * gdb.base/step-test.exp: However, we do want a test that notices
18835 the bizarre steps into memcpy, so do that here. Add check for
18836 stepping into function calls that pass large structures by value.
18837 ("Is that a noun clause, or are you just happy to see me?")
18838 Remove all references to specific line numbers.
18839 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
18840 New type and function.
18841 (main): Call large_struct_by_value, passing it a large struct by value.
18842 * lib/gdb.exp (gdb_get_line_number): New function.
18843
18844 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
18845 more portable.
18846
18847 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
18848
18849 * lib/gdb.exp: Doc fixes.
18850
18851 1999-03-05 Nick Clifton <nickc@cygnus.com>
18852
18853 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
18854
18855 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
18856
18857 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
18858 commands. They're not germane to this test, and they don't work
18859 that way on remote targets.
18860
18861 1999-03-01 James Ingham <jingham@cygnus.com>
18862
18863 * Changelog entries merged over from gdb development branch.
18864
18865 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
18866
18867 * lib/gdb.exp (gdbtk_analyze_results): Generic function
18868 for outputting results of test run.
18869
18870 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
18871
18872 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
18873
18874 1999-02-25 Felix Lee <flee@cygnus.com>
18875
18876 * lib/gdb.exp (debug_format): initialize
18877
18878 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
18879
18880 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
18881 * gdb.base/call-rt-st.c: Ditto.
18882
18883 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
18884
18885 * gdb.threads/pthreads.exp (horiz): New variable.
18886 (test_startup): Fix regexps that capture thread numbers.
18887
18888 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
18889
18890 * gdb.base/smoke.exp: Disambiguate two test case names (both
18891 called ``print'').
18892
18893 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18894
18895 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
18896 compilation.
18897
18898 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18899
18900 * gdb.base/miscexprs.exp: Change patterns to match GDB's
18901 actual output formatting.
18902 * gdb.base/smoke.exp: GDB removes leading 0's.
18903 * gdb.base/volatile.exp: Don't check type of remuneration;
18904 that variable is no longer defined in constvars.c.
18905 * gdb.base/step-test.c (main): Exit with explicit exit code.
18906 * gdb.base/step-test.exp: Remove two nexti checks--they are
18907 not portable.
18908
18909 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
18910
18911 * gdb.base/help.exp ("help delete display"): Fix test to match
18912 gdb's output.
18913
18914 * gdb.base/long_long.c (known_types): Initialize values to zero.
18915 * gdb.base/long_long.exp: Step one more line
18916 so 'dec' is initialized in "get to known place". GDB removes
18917 leading zeros. Explicitly ask for hex formatting. Use
18918 unique test case names.
18919
18920 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18921
18922 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
18923
18924 * gdb.c++/method.exp: Add missing close brace.
18925
18926 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
18927
18928 * gdb.base/maint.exp: Use 'set height 0' to disable page
18929 prompting, not 'set height 400'.
18930
18931 Fix a bunch of timeouts.
18932 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
18933 four separate tests, so expect doesn't take forever to match a ton
18934 of text against a regexp with lots of .* forms.
18935 ("maint print psymbols", "maint print symbols"): Make some of
18936 these greps more selective, so that expect doesn't try to wade
18937 through huge piles of output and time out.
18938
18939 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
18940
18941 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
18942 tests: one which doesn't expect shlib events to be reported, and
18943 another which does, but is XFAIL for all platforms other than
18944 HP/UX.
18945
18946 * gdb.base/break.exp: Teach the test suite that the `catch
18947 fork', `catch vfork', and `catch exec' commands produce error
18948 messages on platforms that don't provide these features.
18949
18950 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
18951
18952 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
18953 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
18954 (shortening names from solib_threshold.exp etc), won't run on
18955 anything but HP-UX for the foreseeable future.
18956 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
18957 reflect move.
18958
18959 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
18960
18961 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
18962 gdb.trace/Makefile.in (clean): Remove all test executables.
18963
18964 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
18965
18966 * gdb.base/shlib-call.exp: add test cases to verify that gdb
18967 successfully re-sets breakpoints in shared libraries.
18968 * gdb.base/shmain.c (main): return 0, don't fall off the end.
18969
18970 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
18971
18972 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
18973 and compiled w/o GCC.
18974
18975 * gdb.hp/watch-cmd.exp: ditto.
18976
18977 * gdb.hp/watch-hp.exp: ditto.
18978
18979 * gdb.hp/xdb1.exp: ditto.
18980
18981 * gdb.hp/xdb2.exp: ditto.
18982
18983 * gdb.hp/dbx.exp: ditto.
18984
18985 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
18986
18987 * constvars.c: Remove C++-isms.
18988 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
18989 with GCC.
18990
18991 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
18992
18993 The following changes are part of the HP merge.
18994
18995 * gdb.base/break.exp: new tests to verify that catchpoints for
18996 fork, vfork, and exec don't trigger inappropriately.
18997
18998 * gdb.base/opaque.exp: compile one file at a time, then link.
18999
19000 * gdb.base/signals.exp: be more restrictive about which hppa
19001 systems receive a setup_xfail. new tests.
19002
19003 * gdb.base/solib_threshold.build: new file.
19004 * gdb.base/solib_threshold.exp: new file.
19005 * gdb.base/solib_threshold.link_opts: new file.
19006 * gdb.base/solib_threshold.mk: new file.
19007 * gdb.base/gen_solib_threshold.c: new file.
19008
19009 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
19010 tests. New tests for enums inside classes.
19011
19012 * gdb.c++/compiler.cc: indicate support of template debugging.
19013
19014 * gdb.c++/demangle.exp: run hp style demangling tests.
19015
19016 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
19017 tests.
19018
19019 * gdb.c++/misc.cc: changes to support new tests.
19020
19021 * gdb.c++/templates.cc: changes to support HP's compiler; changes
19022 to support new tests.
19023
19024 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
19025 gcc, then skip these tests.
19026
19027 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
19028
19029 The following files are part of the HP merge; some had longer
19030 names at HP, but have been renamed to be no more than 14
19031 characters in length.
19032
19033 * gdb.hp/ambiguous.cc: new file.
19034 * gdb.hp/ambiguous.exp: new file.
19035 * gdb.hp/attach.exp: new file.
19036 * gdb.hp/attach2.exp: new file.
19037 * gdb.hp/classes-hp.exp: new file.
19038 * gdb.hp/ctti.exp: new file.
19039 * gdb.hp/ctti-add.cc: new file.
19040 * gdb.hp/ctti-add1.cc: new file.
19041 * gdb.hp/ctti-add2.cc: new file.
19042 * gdb.hp/ctti-add3.cc: new file.
19043 * gdb.hp/dbx.exp: new file.
19044 * gdb.hp/exception.cc: new file.
19045 * gdb.hp/exception.exp: new file.
19046 * gdb.hp/foll-exec.c: new file.
19047 * gdb.hp/foll-exec.exp: new file.
19048 * gdb.hp/foll-fork.c: new file.
19049 * gdb.hp/foll-fork.exp: new file.
19050 * gdb.hp/foll-vfork.c: new file.
19051 * gdb.hp/foll-vfork.exp: new file.
19052 * gdb.hp/inherit-hp.exp: new file.
19053 * gdb.hp/more-steps.exp: new file.
19054 * gdb.hp/namespace.cc: new file.
19055 * gdb.hp/namespace.exp: new file.
19056 * gdb.hp/optimize.exp: new file.
19057 * gdb.hp/pxdb.c: new file.
19058 * gdb.hp/pxdb.exp: new file.
19059 * gdb.hp/quicksort.exp: new file.
19060 * gdb.hp/reg-test.exp: new file.
19061 * gdb.hp/reg-test.s: new file.
19062 * gdb.hp/sized-enum.c: new file.
19063 * gdb.hp/sized-enum.exp: new file.
19064 * gdb.hp/start-stop.exp: new file.
19065 * gdb.hp/templ-hp.cc: new file.
19066 * gdb.hp/templ-hp.exp: new file.
19067 * gdb.hp/thr-lib.c: new file.
19068 * gdb.hp/thr-lib.exp: new file.
19069 * gdb.hp/thr-lib.h: new file.
19070 * gdb.hp/thr-liblib.c: new file.
19071 * gdb.hp/virtfun-hp.c: new file.
19072 * gdb.hp/virtfun-hp.exp: new file.
19073 * gdb.hp/watch-cmd.exp: new file.
19074 * gdb.hp/watch-hp.exp: new file.
19075 * gdb.hp/xdb1.exp: new file.
19076 * gdb.hp/xdb2.exp: new file.
19077 * gdb.hp/xdb3.exp: new file.
19078
19079 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
19080
19081 The following files are part of the HP merge; some had longer
19082 names at HP, but have been renamed to be no more than 14
19083 characters in length.
19084
19085 * gdb.base/ss.h: new file.
19086 * gdb.base/call-ar-st.c: new file.
19087 * gdb.base/call-ar-st.exp: new file.
19088 * gdb.base/call-rt-st.c: new file.
19089 * gdb.base/call-rt-st-exp: new file.
19090 * gdb.base/call-strs.exp: new file.
19091 * gdb.base/ena-dis-br.exp: new file.
19092 * gdb.base/environ.exp: new file.
19093 * gdb.base/long_long.exp: new file.
19094 * gdb.base/sect-cmd.exp: new file.
19095 * gdb.base/shlib-cl2.exp: new file.
19096 * gdb.base/smoke.exp: new file.
19097 * gdb.base/so-impl-ld.c: new file.
19098 * gdb.base/so-impl-ld.exp: new file.
19099 * gdb.base/so-indr-cl.c: new file.
19100 * gdb.base/so-indr-cl.exp: new file.
19101 * gdb.base/varargs.exp: new file.
19102 * gdb.base/volatile.exp: new file.
19103 * gdb.base/whatis-exp.exp: new file.
19104 * gdb.base/display.exp: new file.
19105 * gdb.c++/derivation.exp: new file.
19106 * gdb.c++/local.exp: new file.
19107 * gdb.c++/member-ptr.exp: new file.
19108 * gdb.c++/overload.exp: new file.
19109 * gdb.c++/ovldbreak.exp: new file.
19110 * gdb.c++/ref-types.exp: new file.
19111 * gdb.c++/ref-types2.exp: new file.
19112 * gdb.c++/userdef.exp: new file.
19113
19114 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
19115
19116 * gdb.base/default.exp: Reflect wording change in remote.c.
19117
19118 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
19119
19120 * gdb.base/help.exp: Update to reflect current text.
19121
19122 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
19123
19124 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
19125 they're stack variables and contain garbage.
19126 * gdb.c++/anon-union.exp: new file.
19127
19128 The following changes were made by David Taylor
19129 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19130 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19131 in changes by HP.
19132
19133 * gdb.base/bitops.exp: new file.
19134 * gdb.base/default.exp: change expected messages for catch and
19135 info catch tests to reflect HP merge changes.
19136 * gdb.base/enable-disable-break.exp
19137 * gdb.base/ending-run.c: new file.
19138 * gdb.base/long_long.c: new file.
19139 * gdb.base/maint.exp: new file.
19140 * gdb.base/pointers2.exp: new file.
19141 * gdb.base/shlib-call2.exp: new file.
19142 * gdb.base/solib.exp: new file.
19143 * gdb.base/step-test.c: new file.
19144 * gdb.c++/anon-union.cc: new file.
19145 * gdb.c++/local.cc: new file.
19146 * gdb.c++/member-pointer.cc: new file.
19147 * gdb.c++/method.cc: new file.
19148 * gdb.c++/ref-types.cc: new file.
19149 * gdb.c++/ref-types2.cc: new file.
19150 * gdb.c++/userdef.cc: new file.
19151
19152 * gdb.base/scope.exp: compile one file at a time, then link.
19153 * gdb.base/langs.exp: ditto.
19154 * gdb.base/list.exp: ditto.
19155
19156 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
19157
19158 The following changes were made by David Taylor
19159 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
19160 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
19161 in changes by HP.
19162
19163 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
19164 skip tests. When compiling pass c++ flag to gdb_compile.
19165 * gdb.c++/
19166
19167 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
19168 test for on hppa*-*-hpux*; use args to see if c++ was specified.
19169 (skip_hp_tests): new function.
19170 (gdb_preprocess): new function.
19171
19172 * configure.in (hpdir): decide whether to configure gdb.hp.
19173 * configure: regenerated.
19174
19175 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
19176 to delete on clean.
19177 (EXECUTABLES): update to reflect new additions.
19178 * gdb.base/commands.exp: update message expected.
19179 * gdb.base/default.exp: add copyright notice.
19180 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
19181 * gdb.base/help.exp: update messages to reflect current text.
19182 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
19183 targets for recurse tests.
19184 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
19185 skip this file.
19186
19187 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
19188 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
19189 compilation.
19190 * gdb.c++/misc.exp: ditto.
19191 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
19192 run the tests. tell gdb_compile that it's a c++ compilation.
19193
19194 * gdb.threads/pthreads.exp: fix typo in message.
19195
19196 * gdb.base/all-bin.exp: new file.
19197 * gdb.base/arithmet.exp: new file.
19198 * gdb.base/assign.exp: new file.
19199 * gdb.base/completion.exp: new file.
19200 * gdb.base/cond-expr.exp: new file.
19201 * gdb.base/condbreak.exp: new file.
19202 * gdb.base/define.exp: new file.
19203 * gdb.base/dollar.exp: new file.
19204 * gdb.base/environment.exp: new file.
19205 * gdb.base/eval-skip.exp: new file.
19206 * gdb.base/jump.exp: new file.
19207 * gdb.base/logical.exp: new file.
19208 * gdb.base/pointers.exp: new file.
19209 * gdb.base/relational.exp: new file.
19210 * gdb.base/section_command.exp: new file.
19211 * gdb.base/whatis-expr.exp: new file.
19212
19213 * gdb.base/all-types.c: new file.
19214 * gdb.base/call-array-struct.c: new file.
19215 * gdb.base/call-return-struct.c: new file.
19216 * gdb.base/call-strings.c: new file.
19217 * gdb.base/callfuncs2.c: new file.
19218 * gdb.base/condbreak.c: new file.
19219 * gdb.base/constvars.c: new file.
19220 * gdb.base/display.c: new file.
19221 * gdb.base/int-type.c: new file.
19222 * gdb.base/jump.c: new file.
19223 * gdb.base/miscexprs.c: new file.
19224 * gdb.base/pointers.c: new file.
19225 * gdb.base/pointers2.c: new file.
19226 * gdb.base/shmain.c: new file.
19227 * gdb.base/shr1.c: new file.
19228 * gdb.base/shr2.c: new file.
19229 * gdb.base/solib.c: new file.
19230 * gdb.base/solib1.c: new file.
19231 * gdb.base/solib2.c: new file.
19232 * gdb.base/varargs.c: new file.
19233 * gdb.c++/derivation.cc: new file.
19234 * gdb.c++/overload.cc: new file.
19235 * gdb.c++/ovldbreak.cc: new file.
19236 * gdb.hp/attach.c: new file.
19237 * gdb.hp/attach2.c: new file.
19238 * gdb.hp/average.c: new file.
19239 * gdb.hp/compiler.c: new file.
19240 * gdb.hp/compiler.cc: new file.
19241 * gdb.hp/execd-program.c: new file.
19242 * gdb.hp/follow-exec.c: new file.
19243 * gdb.hp/follow-fork.c: new file.
19244 * gdb.hp/follow-vfork-and-exec.c: new file.
19245 * gdb.hp/misc-hp.cc: new file.
19246 * gdb.hp/more-steps.c: new file.
19247 * gdb.hp/optimize.c: new file.
19248 * gdb.hp/quicksort.c: new file.
19249 * gdb.hp/run-hp.c: new file.
19250 * gdb.hp/start-stop.c: new file.
19251 * gdb.hp/sum.c: new file.
19252 * gdb.hp/templates-hp.cc: new file.
19253 * gdb.hp/thread-local-in-lib.c: new file.
19254 * gdb.hp/thread-local-in-lib.h: new file.
19255 * gdb.hp/thread-local-in-lib.lib.c: new file.
19256 * gdb.hp/vforked-program.c: new file.
19257 * gdb.hp/virtfunc-hp.cc: new file.
19258 * gdb.hp/watchpoint-hp.c: new file.
19259 * gdb.hp/xdb.c: new file.
19260 * gdb.hp/xdb0.c: new file.
19261 * gdb.hp/xdb0.h: new file.
19262 * gdb.hp/xdb1.c: new file.
19263
19264 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
19265
19266 The following change was made by Edith Epstein
19267 <eepstein@cygnus.com> as part of a project to merge in changes
19268 originally made by HP; HP did not create ChangeLog entries.
19269
19270 * gdb.c++/demangle.exp: changed the expected output for some
19271 ARM-style mangling -- removed second reference to datatype.
19272 For example, maint demangle __dt__11T1__pt__2_cFv
19273 T1<char>::~T1<char>(void)
19274 becomes,
19275 maint demangle __dt__11T1__pt__2_cFv
19276 T1<char>::~T1(void)
19277
19278 (test_hp_style_demangling): new hp specific demangling test cases.
19279
19280 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
19281
19282 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
19283 * gdb.trace/backtrace.exp: Likewise.
19284 * gdb.trace/circ.exp: Likewise.
19285 * gdb.trace/collection.exp: Likewise.
19286 * gdb.trace/deltrace.exp: Likewise.
19287 * gdb.trace/infotrace.exp: Likewise.
19288 * gdb.trace/limits.exp: Likewise.
19289 * gdb.trace/packetlen.exp: Likewise.
19290 * gdb.trace/passc-dyn.exp: Likewise.
19291 * gdb.trace/passcount.exp: Likewise.
19292 * gdb.trace/report.exp: Likewise.
19293 * gdb.trace/save-trace.exp: Likewise.
19294 * gdb.trace/tfind.exp: Likewise.
19295 * gdb.trace/tracecmd.exp: Likewise.
19296 * gdb.trace/while-dyn.exp: Likewise.
19297 * gdb.trace/while-stepping.exp: Likewise.
19298
19299 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
19300
19301 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
19302
19303 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
19304
19305 From Brendan Kehoe:
19306 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
19307 int return types.
19308
19309 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
19310
19311 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
19312 remote dos host testing right.
19313
19314 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
19315
19316 * gdb.base/corefile.exp: remove some xfails.
19317
19318 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
19319
19320 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
19321 have different timestamps.
19322
19323 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
19324
19325 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
19326 gdb.base/default.exp: Replace "exec" with "executable".
19327
19328 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
19329
19330 * gdb.base/default.exp: Change else if to elseif from previous
19331 delta.
19332
19333 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
19334
19335 * gdb.base/default.exp: Add brace missing from previous delta.
19336
19337 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
19338
19339 * gdb.base/default.exp: Support test for info float for all
19340 varieties of arm toolchain.
19341
19342 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
19343
19344 * gdb.trace/*.exp: remove "remote_download" command.
19345
19346 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
19347
19348 * gdb.trace/*.exp: remove -gdwarf from compile.
19349
19350 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
19351
19352 * gdb.trace/configure.in(AC_INIT): typo
19353 * gdb.trace/configure: regenerated
19354
19355 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
19356
19357 * config/m68k-emc.exp: New file.
19358 * lib/<emc-support.exp trace-support.exp}: New files.
19359 * configure.in: add new test directory gdb.trace.
19360 * gdb.trace/{configure configure.in Makefile.in}: New files.
19361 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
19362 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
19363 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
19364 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
19365 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
19366 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
19367 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
19368
19369 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
19370
19371 * gdb.c++/classes.exp: Change all regular expressions to match
19372 arbitrary combinations of newline/carriage-return, so that they
19373 will work equally well on Unix and Windows.
19374 * gdb.c++/inherit.exp: ditto.
19375 * gdb.c++/virtfunc.exp: ditto.
19376
19377 1998-08-11 Dawn Perchik <dawn@cygnus.com>
19378
19379 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
19380
19381 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
19382
19383 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
19384 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
19385 to use a0-a3/d0-d3 as needed.
19386
19387 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
19388
19389 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
19390 * gdb.disasm/am33.exp: Corresponding changes.
19391
19392 1998-07-11 Felix Lee <flee@cygnus.com>
19393
19394 * gdb.base/callfuncs.exp: add cmp10 test.
19395 * gdb.base/callfuncs.c (cmp10): new function.
19396
19397 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
19398
19399 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
19400 into two parts to get around a synchronization problem in expect.
19401
19402 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
19403
19404 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
19405
19406 * configure.in: Add options for gdbtk testsuite.
19407
19408 * configure: Regenerate.
19409
19410 * gdb.gdbtk: New directory to hold gdbtk tests.
19411
19412 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19413
19414 * gdb.fortran/types.exp: Escape brackets in expect patterns
19415 for test_float_literal_types_accepted tests.
19416 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
19417 before run test.
19418
19419 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
19420
19421 * am33.exp: Just compile, do not link the testcase.
19422 * am33.s: Add ".am33" pseudoop to force am33 mode.
19423
19424 1998-06-25 Felix Lee <flee@cygnus.com>
19425
19426 * gdb.base/setshow.exp: make sure $pc is sane.
19427
19428 * gdb.stabs/weird.exp: split expect patterns properly.
19429
19430 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
19431
19432 * gdb.disasm/am33.s: New disassembler testfile for the am33.
19433 * gdb.disasm/am33.exp: Run it.
19434
19435 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
19436
19437 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
19438 match processing (and eliminate spurious timeouts when running).
19439
19440 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
19441
19442 * gdb.base/signals.exp (test_handle_all_print): put back Mach
19443 exception test, but conditionalize it on target [mach | gnu].
19444
19445 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
19446
19447 * gdb.base/overlays.exp: fixup compile line for linker script.
19448
19449 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
19450
19451 * gdb.fortran/types.exp: don't guess at float size.
19452
19453 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
19454
19455 * gdb.base/exprs.exp: delete test that depends on int size.
19456
19457 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
19458
19459 * config/sim.exp: Removed checks for target triplets.
19460 (gdb_target_sim): Use gdb,target_sim_options.
19461
19462 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
19463
19464 * gdb.base/reread.exp: New file.
19465 * gdb.base/reread1.c: New file.
19466 * gdb.base/reread2.c: New file.
19467
19468 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
19469
19470 * config/sim.exp: Use 'target sim -sparclite' when running
19471 SPARClite programs.
19472
19473 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
19474
19475 * gdb.base/structs2.exp: New file.
19476 * gdb.base/structs2.c: New file.
19477
19478 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
19479
19480 * gdb.asm/common.inc: New file.
19481 * gdb.asm/d10v.inc: New file.
19482 * asm-source.exp: Pass -I's to gas to find .inc files.
19483 Update line numbers in expected output.
19484 * asmsrc1.s: Rewrite.
19485 * asmsrc2.s: Rewrite.
19486 * configure.in: Create arch.inc symlink.
19487 * configure: Regenerate.
19488 * Makefile.in (distclean): Delete arch.inc.
19489
19490 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
19491
19492 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
19493 (t_enum_value2): ditto
19494 (t_enum_value3): ditto
19495 (main): ditto
19496 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19497
19498 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
19499 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
19500 change.
19501 Use gdb_test instead of send_gdb/gdb_expect sequences.
19502
19503 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
19504
19505 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
19506 not void.
19507
19508 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
19509
19510 * gdb.base/branches.c: Code with lots of loops and
19511 subroutines. Used to test gdbs ability to single step through PC
19512 changes, especially to test mips-tdep.c:mips_next_pc
19513
19514 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
19515
19516 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
19517 more rigorous EGCS C++ error checking.
19518
19519 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19520
19521 * gdb.base/help.exp: Clean up `help set args' and `help show args'
19522 tests.
19523 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
19524 function when asleep.
19525 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
19526 for i*86 Linux and SVR4 signal handling problems.
19527 Remove linux xfail for `next to handler in signals_tests_1', fixed
19528 by recent infrun.c change.
19529 Limit backtrace to 10 frames to avoid timeout problems with infinite
19530 stack backtraces.
19531 Adjust expect pattern in `handle all print' test to match Apr 28 1997
19532 target.[ch] change.
19533
19534 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
19535
19536 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
19537 for a newline from gdb before continuing.
19538 (default_gdb_exit): Just look for y or n.
19539 (gdb_test): Detect abnormal exit from GDB running on DOS; if
19540 it does, fail the rests of the tests in the file.
19541
19542 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
19543
19544 * config/cygmon.exp: New file.
19545
19546 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
19547
19548 * gdb.base/list.exp: Fix problem with "list default lines around
19549 main" test on remote targets.
19550
19551 * gdb.base/scope.exp: Fix problem with filelocal_bss before
19552 run test on remote targets.
19553
19554 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
19555
19556 * gdb.asm: New directory.
19557 * configure.in: Configure it.
19558 * configure: Regenerate.
19559 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
19560 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
19561
19562 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
19563
19564 * config/mn10300-eval.exp: New file to support MN10300 eval board.
19565
19566 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
19567
19568 * gdb.base/overlays (several files): Merge the two overlay
19569 managers into one. Change variables (foox, barx, bazx, grbxx)
19570 back into ints but force them to load in their proper sections.
19571
19572 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
19573
19574 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
19575 on-chip insn memory and IMAP1 to upper 128k.
19576 (D10VCopy): Handle memory regions crossing 16k boundaries.
19577 (D10VCopy): Transfer data in 32 bit chunks.
19578
19579 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
19580
19581 * gdb.base/overlays.c (main): Exit normally when result is
19582 correct.
19583
19584 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
19585 map. Include space for printf in .text segment.
19586
19587 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
19588 updated d10v memory VMA/LMA map.
19589 (D10VCopy): Call D10VTranslate.
19590
19591 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
19592
19593 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
19594
19595 * gdb.base/bar.c (barx, bar): Change variable to small array so
19596 that it won't be put into the .sdata - small data -
19597 section. Update reference.
19598 * gdb.base/baz.c (bazx, baz): Ditto.
19599 * gdb.base/foo.c (foox, foo): Ditto.
19600 * gdb.base/grbx.c (grbxx, grbx): Ditto.
19601
19602 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
19603 to be arrays.
19604
19605 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
19606
19607 * gdb.base/overlays.exp: fix up and get working again.
19608 Add tests for backtraces from an overlay function.
19609
19610 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
19611
19612 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
19613 "calling function with watchpoint enabled".
19614
19615 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
19616
19617 * gdb.base/break.exp (test_next_with_recursion): Remove
19618 gdb_suppress_tests for d10v-*-*.
19619 * lib/gdb.exp (gdb_suppress_tests): Disable this function
19620 pending review of whether it is useful or not.
19621
19622 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
19623
19624 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
19625
19626 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
19627
19628 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
19629 * config/dve.exp: New file to support Densan boards.
19630
19631 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
19632
19633 * gdb.base/interrupt.exp: Document problem of simulators, signals,
19634 reads and BSD.
19635
19636 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
19637
19638 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
19639 response.
19640
19641 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
19642
19643 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
19644
19645 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
19646 test.
19647
19648 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
19649 target_sizeof_long and target_bigendian_p.
19650 (structs_by_value, structs_by_reference): Check values according
19651 to targets word size and endianess.
19652
19653 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
19654
19655 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
19656 output.
19657
19658 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
19659
19660 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
19661 Update test of set args help to match source change.
19662
19663 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
19664
19665 * gdb.base/default.exp: Expect help system output to be in
19666 alphabetical order.
19667 * gdb.base/help.exp: Ditto.
19668
19669 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
19670
19671 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
19672 "i*86-pc-linux-gnu*".
19673 * gdb.base/interrupt.exp: Ditto.
19674 * gdb.base/corefile.exp: Ditto.
19675
19676 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
19677 define vxworks when building the testcase.
19678
19679 * gdb.base/ptype.exp: Fix testnames to be unique.
19680 * gdb.base/radix.exp: Ditto.
19681 * gdb.base/term.exp: Ditto.
19682 * gdb.base/whatis.exp: Ditto.
19683 * gdb.c++/classes.exp: Ditto.
19684
19685 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
19686
19687 * gdb.base/callfuncs.exp: Fix indentation.
19688
19689 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
19690 suppress_flag has been set.
19691 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
19692 target feature.
19693
19694 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
19695
19696 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
19697 the testcase.
19698
19699 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
19700 set_debug_traps() and breakpoint().
19701 * gdb.c++/misc.cc (main): Ditto.
19702 * gdb.c++/templates.cc (main): Ditto.
19703 * gdb.c++/virtfunc.cc (main): Ditto.
19704
19705 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
19706
19707 * lib/gdb.exp(gdb_step_for_stub): New function.
19708 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
19709 exists, reload the executable and do a "continue" instead of
19710 doing a jump.
19711 (runto_main): Use gdb_step_for_stub.
19712
19713 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
19714 tests to have unique names.
19715 * gdb.base/callfuncs.exp: Ditto.
19716 * gdb.base/commands.exp: Ditto.
19717 * gdb.base/default.exp: Ditto.
19718 * gdb.base/help.exp: Ditto.
19719 * gdb.base/list.exp: Ditto.
19720 * gdb.base/opaque.exp: Ditto.
19721 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
19722 similar tests.
19723
19724 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
19725 * gdb.c++/cplusfuncs.cc: Ditto.
19726 * gdb.c++/virtfunc.cc: Ditto.
19727
19728 * config/monitor.exp: Keep track of the last file we saw, rather
19729 than trying to get the info from gdb.
19730
19731 * gdb.fortran/types.exp: Move comment to previous line.
19732
19733 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
19734
19735 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
19736 target mode.
19737
19738 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
19739
19740 From Bob Manson:
19741 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
19742 string from GDB when it connects.
19743
19744 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
19745
19746 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
19747
19748 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
19749 if we can't get a debug format from GDB (we may be testing an
19750 older GDB). Use a 10 second timeout when checking for the format.
19751
19752 * gdb.stabs/weird.exp: Fix quoting.
19753
19754 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
19755
19756 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
19757
19758 * config/arm-ice.exp: New file.
19759
19760 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
19761
19762 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
19763 until it has been modified to work with the new testsuite.
19764
19765 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
19766 testcase won't compile, cause all of the testcases in the file to
19767 fail instead.
19768
19769 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
19770 (gdb_clear_suppressed): New procedure.
19771 (gdb_stop_suppressing_tests): Only clear suppress_flag if
19772 it contains a positive value.
19773
19774 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
19775
19776 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
19777
19778 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
19779
19780 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
19781
19782 * lib/gdb.exp (setup_xfail_format): New function.
19783 (get_debug_format): New function to get debug format.
19784 (debug_format): New global variable to hold last value set
19785 by get_debug_format.
19786 * gdb.base/list.exp: Call get_debug_format and expect some
19787 tests to fail for DWARF 1 and COFF formats.
19788 * gdb.c++/ptype.exp: Ditto.
19789 * gdb.c++/classes.exp: Ditto.
19790 * gdb.c++/cplusfuncs.exp: Ditto.
19791 * gdb.c++/inherit.exp: Ditto.
19792 * gdb.c++/templates.exp: Ditto.
19793 * gdb.c++/virtfunc.exp: Ditto.
19794
19795 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
19796
19797 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
19798 host doesn't have a currently-open connection.
19799
19800 * config/sparclet.exp: Cleanups and fixes to make it generic for
19801 any gdb stub target. Handle cases where gdb doesn't respond when
19802 interrupted in a sane fashion.
19803
19804 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
19805 same thing in a totally different way.
19806
19807 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
19808 setting "timeout".
19809 (gdb_start): We set the global gdb_prompt variable in
19810 default_gdb_init now.
19811
19812 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
19813
19814 * gdb.base/printcmds.exp: Fix "check for floating addition"
19815 regexp to accept results within approx +/- .01 of exact value.
19816 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
19817
19818 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
19819
19820 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
19821 properly.
19822 (gdb_expect): Add optional timeout parameter, and add timeout
19823 value to various calls.
19824 (gdb_suppress_tests): Only give one warning message per group.
19825
19826 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
19827
19828 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
19829 global variables. Handle getting a value for $timeout more
19830 gracefully.
19831
19832 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
19833
19834 * lib/gdb.exp: Close connection to remote host if gdb doesn't
19835 initialize.
19836 (default_gdb_init): New procedure; allow gdb_init to be overridden
19837 by a target configuration file.
19838 (gdb_expect): Pass the timeout to remote_expect.
19839
19840 * config/monitor.exp(gdb_load): Fix typo in regexp.
19841
19842 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
19843
19844 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
19845
19846 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
19847
19848 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
19849 here. Call gdb_target_exec before rebooting the target, to make
19850 sure the connection to the target is closed.
19851 (gdb_load): Pass the name of the executable to gdb_target_monitor.
19852 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
19853 Also detect "Timeout reading from remote" error.
19854
19855 * config/gdbserver.exp: Pass the executable being loaded to
19856 gdb_target_monitor. Don't call gdb_file_cmd here; let
19857 gdb_target_monitor do it.
19858
19859 * gdb.disasm/hppa.exp: Don't use exec_output.
19860
19861 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
19862
19863 * gdb.base/list.exp: If we're debugging a non-native target,
19864 try to set the pc register to point to the start of the
19865 program before doing the first list command.
19866
19867 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
19868 test_calls after restarting.
19869
19870 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
19871 reloading.
19872
19873 * gdb.base/watchpoint.exp: Fix typo.
19874
19875 * gdb.base/setshow.exp: Check for use_gdb_stub.
19876
19877 * gdb.base/break.exp: Fix continue until exit test for the gdb
19878 stub case.
19879 * gdb.base/langs.exp: Ditto.
19880
19881 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
19882 gdb_load_offset. If we weren't given a file to load, figure out
19883 what the current file is and use it.
19884
19885 * config/i386-bozo.exp: New file.
19886
19887 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
19888
19889 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
19890 feature.
19891
19892 * config/proelf.exp: New entry.
19893
19894 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
19895
19896 * lib/gdb.exp: Remove spurious .* patterns at the beginning
19897 of regexps.
19898
19899 * gdb.base/watchpoint.exp: Don't run the test_stepping
19900 tests if gdb can't call functions on the target.
19901
19902 * gdb.base/setshow.exp: Don't run the set prompt tests if
19903 the board has gdb_prompt set.
19904
19905 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
19906
19907 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
19908 * gdb.base/commands.exp: Likewise.
19909 * gdb.base/setshow.exp: Likewise.
19910
19911 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
19912
19913 * config/monitor.exp(gdb_start): Look for gdb_prompt target
19914 feature.
19915
19916 * config/i960.exp: New file.
19917
19918 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
19919
19920 * gdb.base/funcargs.exp: Check for gdb,short_int target
19921 feature instead of looking for explicit target triplets.
19922
19923 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
19924
19925 * gdb.base/printcmds.exp: add a couple more tests a la
19926 "p 123DEADBEEF", to check parse_number.
19927 * top.c: change "to enable to enable" to "to enable" in a couple
19928 of help strings.
19929
19930 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
19931
19932 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
19933 on the mn10300.
19934
19935 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
19936
19937 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
19938 where the test executable is run with explicit args.
19939 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
19940
19941 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
19942
19943 * gdb.base/run.c: Use FAKEARGV to build test executable that
19944 does not require a command line arg, since most simulators
19945 don't currently support passing such an arg into the simulated
19946 program.
19947 * gdb.base/commands.exp: Change tests to insert the proper
19948 value as the arg to the first recursive factorial call. Change
19949 compilation line to define FAKEARGV at compile time.
19950
19951 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
19952
19953 * gdb.base/recurse.exp: Enable these tests for the mn10300.
19954 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
19955 function with watchpoint enabled" test.
19956
19957 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
19958
19959 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
19960 Don't call gdb_test when the command doesn't return to a gdb prompt.
19961
19962 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
19963 "Tests restarted" messages.
19964
19965 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
19966
19967 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
19968
19969 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
19970
19971 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
19972 for INFO SYMBOL; add help tests for OVERLAY commands.
19973 * gdb.base/default.exp: add tests for INFO SYMBOL command;
19974 add tests for OVERLAY commands
19975 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
19976 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
19977 * gdb.base/sigall.c: add usestubs code frag
19978 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
19979
19980 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
19981
19982 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
19983 failures.
19984 (gdb_stop_suppressing_tests): Note that tests have restarted.
19985
19986 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
19987
19988 * config/h8300.exp: New file.
19989
19990 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
19991
19992 * gdb.base/setshow.exp: Check for the existence of a
19993 feature, not its value.
19994
19995 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
19996
19997 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
19998
19999 * gdb.base/scope.exp: It's now init0(), not init().
20000
20001 * gdb.base/scope0.c: For now, change init() to be init0().
20002
20003 * config/monitor.exp: Use gdb_serial in preference to serial
20004 or netport.
20005
20006 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
20007 and it's not already set.
20008
20009 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
20010
20011 * gdb.base/setshow.exp: Only test the run command if the target
20012 isn't using a stub and if it supports argument passing.
20013
20014 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
20015
20016 * config/udi.exp(gdb_start): Make sure UDICONF is set
20017 properly before starting gdb.
20018
20019 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
20020
20021 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
20022 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
20023 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
20024
20025 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
20026
20027 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
20028 specialized code to reboot the board, use remote_reboot instead.
20029
20030 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
20031
20032 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
20033
20034 * config/monitor.exp: Make sure we disconnect from the target.
20035 Also, try a reboot/reload cycle instead of failing if the
20036 load fails.
20037
20038 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
20039
20040 * gdb.base/default.exp: Don't set match_max.
20041 * gdb.base/help.exp: Ditto.
20042 * gdb.base/list.exp: Ditto.
20043 * gdb.base/signals.exp: Ditto.
20044
20045 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
20046 set, use remote_ld to download the testcase instead of
20047 the GDB loader.
20048
20049 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
20050
20051 * config/vr5000.exp: New file.
20052
20053 * config/monitor.exp(gdb_target_monitor): Add pattern for
20054 "Ending remote" to detect errors in connecting.
20055
20056 * gdb.base/setshow.exp: Add .* within auto language test.
20057
20058 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
20059 target feature.
20060
20061 * config/monitor.exp(gdb_load): Check for a failure when loading,
20062 and reboot the board if necessary.
20063
20064 * gdb.base/setvar.exp(test_set): Handle multiple prints within
20065 a set of tests. Remove print.* from the patterns being checked.
20066
20067 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
20068
20069 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
20070 refer to gdb_spawn_id.
20071
20072 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
20073 longer used.
20074 * config/sparclet.exp: Ditto.
20075 * config/sparclet-old.exp: Ditto.
20076 * config/slite.exp: Ditto.
20077 * config/sim.exp: Ditto.
20078 * gdb.base/funcargs.exp: Ditto.
20079
20080 * lib/gdb.exp:Remove references to gdb_spawn_id.
20081 (gdb_expect): Move to remote.exp.
20082
20083 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
20084
20085 * config/monitor.exp: Detect the "Couldn't establish connection"
20086 message from GDB.
20087
20088 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
20089
20090 * gdb.base/bitfields.exp: Use runto instead of explicit
20091 gdb_run_cmd/gdb_expect sequences.
20092
20093 * gdb.base/break.exp(text_next_with_recursion): Add match for
20094 gdb_expect call.
20095
20096 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
20097 We also need to handle the "A program is being debugged already"
20098 prompt from gdb. Use gdb_test to set the baud rate.
20099
20100 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
20101 to 20000. Really. I mean it.
20102
20103 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
20104
20105 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
20106 fails. If suppress_flag is set, skip perror message about not
20107 being able to send to GDB.
20108 (send_gdb): If suppress_flag is set, don't try to send commands to
20109 GDB.
20110 (gdb_expect): If suppress_flag is set, always fail immediately.
20111 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
20112 (gdb_init): Call gdb_stop_suppressing_tests.
20113 (default_gdb_exit): Ditto.
20114 (default_gdb_start): Ditto.
20115
20116 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
20117 gdb_stop_suppressing_tests as appropriate.
20118 * gdb.base/break.exp: Ditto.
20119 * gdb.base/callfuncs.exp: Ditto.
20120 * gdb.base/commands.exp: Ditto.
20121 * gdb.base/exprs.exp: Ditto.
20122 * gdb.base/funcargs.exp: Ditto.
20123 * gdb.base/list.exp: Ditto.
20124 * gdb.base/recurse.exp: Ditto.
20125 * gdb.base/scope.exp: Ditto.
20126 * gdb.base/structs.exp: Ditto.
20127 * gdb.c++/inherit.exp: Ditto.
20128
20129 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
20130
20131 * config/vr4300.exp: New file.
20132
20133 * gdb.*/*.exp: Call gdb_expect instead of expect.
20134
20135 * lib/gdb.exp(gdb_expect): New function.
20136
20137 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
20138
20139 * lib/gdb.exp(gdb_init): New function.
20140
20141 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
20142 for each individual variable set.
20143
20144 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
20145 name.
20146
20147 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
20148
20149 * gdb.base/scope.exp: Use gdb_test.
20150
20151 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
20152 aborting; the testsuite driver will do that for us (see
20153 gdb_finish). Also, use gdb_test in a few more places.
20154
20155 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
20156
20157 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
20158
20159 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
20160
20161 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
20162 and "add_tests" are not at the same address.
20163
20164 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
20165
20166 * gdb.base/ptype.exp: Use gdb_test.
20167
20168 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
20169
20170 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
20171 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
20172 left in. No longer expect them to fail.
20173
20174 * gdb.stabs/*.mt; Deleted, no longer used.
20175 * gdb.stabs/configure.in: Remove references to target makefile
20176 frags.
20177 * gdb.stabs/configure: Rebuilt.
20178
20179 * gdb.disasm/*.mt: Deleted, no longer used.
20180 * gdb.disasm/configure.in: Remove references to target makefile
20181 frags. Use "sh3.s" as the unique filename for this directory.
20182 * gdb.disasm/configure: Rebuilt.
20183
20184 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
20185 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
20186 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
20187
20188 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
20189
20190 * config/udi.exp: Use mondfe,name instead of remote_host.
20191
20192 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
20193
20194 * gdb.base/watchpoint.exp: Don't expect a failure when calling
20195 a function with a watchpoint enabled on the mn10200.
20196
20197 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
20198 before trying to create it!
20199
20200 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
20201
20202 * config/vx.exp: Use hostname instead of netport.
20203
20204 * config/vxworks.exp: New file.
20205
20206 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
20207
20208 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
20209 gdb before assuming everything worked. Send a ^C if a timeout
20210 occurs.
20211
20212 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
20213 $gdb_spawn_id directly.
20214 (gdb_run_cmd): Try _start as well as start. Use the target feature
20215 gdb,start_symbol as the symbol to start from when jumping.
20216
20217 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
20218
20219 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
20220 redundant) test.
20221
20222 * gdb.base/recurse.exp: Relax final value test for 'b' so that
20223 it doesn't lose for 16bit integer systems.
20224
20225 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
20226
20227 * gdb.fortran/types.exp: If the target doesn't support "double"
20228 data types, then expect "real" types to only be 4 bytes.
20229
20230 * gdb.c++/virtfunc.exp: Expect failure for virtual function
20231 call tests if the target doesn't support inferior function calls.
20232
20233 * gdb.base/printcmds.exp: Allow minor deviation in FP values
20234 in printf tests.
20235
20236 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
20237
20238 * gdb.base/help.exp: Disable "help set", "help show", and
20239 "help support". Simplify regexp for "help stack".
20240
20241 * gdb.base/default.exp: Set match_max to 5000 and the timeout
20242 to 60 seconds. Temporarily set match_max to 15000 around the
20243 "info copying" test.
20244
20245 * gdb.base/nodebug.exp: Don't try to do an inferior function
20246 call if the target doesn't support them.
20247 * gdb.base/printcmds.exp: Likewise.
20248 * gdb.base/setvar.exp: Likewise.
20249 * gdb.base/structs.exp: Likewise.
20250 * gdb.c++/templates.exp: Likewise.
20251 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
20252
20253 * gdb.base/recurse.exp: Enable for the mn10200.
20254
20255 * configure.in: Do configure gdb.stabs directory for *-*-elf
20256 targets.
20257 * configure: Rebuilt.
20258
20259 * gdb.base/break.exp: Check for gdb,noresults before testing
20260 exit status and/or results from the target.
20261 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
20262 * lib/gdb.exp: Remove old (now bogus) initialization of
20263 noinferior, noargs, noresults and nosignals.
20264
20265 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
20266
20267 * config/sh.exp: New file.
20268
20269 * config/slite.exp: Try to connect multiple times to the board
20270 before rebooting. Only send a "monitor run" if need_monitor_run
20271 is set.
20272
20273 * gdb.base/break.exp: Don't do the "stub continue" test if
20274 the target has gdb_stub set.
20275
20276 * gdb.base/callfuncs.exp: Increase the timeout.
20277
20278 * gdb.base/interrupt.exp: Don't even try to compile the testcase
20279 if the target has gdb,noinferiorio set.
20280
20281 * gdb.base/list.exp: Increase match_max to 10000 characters.
20282
20283 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
20284
20285 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
20286 target.
20287
20288 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
20289
20290 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
20291
20292 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
20293 trying to delete the copy of gdb. Catch the file delete so we
20294 don't die if the delete fails; also, the file should be copied to
20295 the host, not to the build.
20296
20297 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
20298
20299 * lib/gdb.exp(gdb_test): Surround the result pattern with
20300 parenthesis in case it contains multiple regexps separated
20301 with |.
20302
20303 * gdb.base/watchpoint.exp: Use gdb_test.
20304 * gdb.base/default.exp: Ditto.
20305
20306 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
20307
20308 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
20309
20310 * gdb.base/scope.exp: Use gdb_test.
20311 * gdb.c++/classes.exp: Ditto.
20312 * gdb.c++/inherit.exp: Ditto.
20313
20314 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
20315
20316 * gdb.base/crossload.exp: Don't use execute_anywhere, use
20317 remote_exec instead.
20318 * gdb.base/corefile.exp: Don't be ridiculous.
20319 * gdb.base/*.c: Add missing stub invocations.
20320
20321 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
20322
20323 * config/slite.exp: Miscellaneous fixes.
20324
20325 * lib/gdb.exp: Fix runto.
20326
20327 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
20328 the target.
20329
20330 * gdb.base/watchpoint.exp: Fix regexp.
20331
20332 * lib/gdb.exp(default_gdb_exit): Add a catch to the
20333 close and wait commands, as the descriptor may now be
20334 invalid. Always call "remote_close host".
20335
20336 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
20337
20338 Major rewrite for testsuite revision.
20339
20340 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
20341 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
20342 instead of relying on spawn_id to always contain a valid
20343 spawn id.
20344 (get_compiler_info): New procedure to build the ${binfile}.ci
20345 file, instead of replicating this in N different places.
20346 (gdb_compile): New procedure.
20347
20348 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
20349 appropriate arguments) instead of compile. Use gdb_test in a lot
20350 more places. Use send_gdb instead of send. Always run gdb_start
20351 at the start of a testcase, as this is no longer done magically.
20352
20353 config/*-gdb.exp: Rename without the -gdb suffix.
20354
20355 config/mips.exp: Use remote_close instead of exit_remote_shell.
20356 config/monitor.exp: Use target_info instead of looking at
20357 baud, timeout, etc.
20358 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
20359
20360 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20361
20362 * gdb.c++/templates.exp (test_ptype_of_templates),
20363 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
20364 Update expect patterns for destructors and assignment operators
20365 to match corresponding c-typeprint.c changes.
20366 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
20367 to destructor breakpoint test, GDB should be able to set the
20368 destructor breakpoint without specifying arguments.
20369
20370 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
20371
20372 * gdb.threads/pthreads.exp: Change result for failure to compile due
20373 to lack of pthreads runtime support from an error to simply an
20374 unsupported test, per dejagnu standards.
20375
20376 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20377
20378 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
20379 where GDB exits to reduce pattern match time.
20380 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
20381
20382 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
20383
20384 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
20385
20386 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
20387 * gdb.base/default.exp: ditto.
20388 * gdb.base/nodebug.exp: ditto.
20389 * gdb.base/printcmds.exp: ditto.
20390 * gdb.base/ptype.exp: ditto.
20391 * gdb.base/setvar.exp: ditto.
20392 * gdb.base/structs.exp: ditto.
20393 * gdb.base/setshow.c: Guard against uninitialized values of argc.
20394
20395 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
20396
20397 * configure, */configure: Rebuild with autoconf 2.12.
20398
20399 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
20400
20401 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
20402 use new i*86-pc-linux*-gnu quads.
20403 * gdb.base/corefile.exp: Ditto.
20404 * gdb.base/signals.exp: Ditto.
20405 * gdb.base/sigall.exp: Ditto.
20406 * gdb.base/interrupt.exp: Ditto.
20407
20408 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
20409 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
20410 RedHat 4.0.
20411
20412 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
20413 linux. This allows the test case to at least compile on latest
20414 linux, but still not run due to missing the threads runtime library.
20415
20416 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20417
20418 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
20419 directory to search gdb directory. Accept and step over conditional
20420 stack alignment code. Consume $prompt in failure cases.
20421 Reset timeout to $oldtimeout instead of some arbitrary value.
20422 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
20423 timeout problems with infinite stack backtraces.
20424 * gdb.base/ptype.exp (ptype struct link, union tu_link):
20425 Accept function parameters for linkfunc member.
20426
20427 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
20428
20429 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
20430 (CXXFLAGS): Remove, unreferenced.
20431 (B_OPTIONS): Add for -B options and add code to initialize with
20432 previous -B options and also add -B option to pick up cross compiled
20433 runtime.
20434 (TARGET_INCLUDES): Add for -I options and add code to initialize when
20435 doing cross compiles.
20436 (target_alias): Declare global.
20437 (xgcc): Set variable to full path of gcc in build tree. Use findfile
20438 to verify that gcc exists in build tree, and if so set CC to that
20439 gcc and to use B_OPTIONS and TARGET_INCLUDES.
20440
20441 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
20442
20443 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
20444 ptype test for anonymous union. Fixup testcase to match
20445 current gcc debug output.
20446
20447 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
20448
20449 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
20450 force argument to an unsigned long type.
20451
20452 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
20453
20454 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
20455 tests and anonymous union print/ptype tests.
20456 * gdb.base/list.exp (test_forward-search): Increase timeout by
20457 5 minutes for the "search extremely long line" case.
20458 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
20459 completely optional and that the pass/fail messages use the command as
20460 the message if that third arg is a null string.
20461 (gdb_test_exact): Arrange that a null string pattern means match a
20462 null string output rather than any output, which might include random
20463 errors.
20464 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
20465 backtrace test.
20466 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
20467 always failing and failure is now exposed by gdb.exp changes.
20468
20469 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
20470
20471 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
20472 weren't being noted.
20473
20474 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20475
20476 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
20477 * gdb.stabs/weird.exp: Remove v_comb xfails.
20478
20479 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
20480
20481 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
20482 list.exp scope.exp watchpoint.exp]
20483 Make all timeout error msgs explicitly say "(timeout)".
20484
20485 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
20486
20487 * config/monitor.exp: Increase download timeout to 1000 seconds.
20488
20489 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
20490
20491 * config/m32r.exp: Increase timeout to 120 seconds.
20492
20493 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
20494
20495 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
20496 and accept older ordering as obsolescent gcc or gdb.
20497 * gdb.c++/templates.exp: Ditto.
20498 * gdb.c++/virtfunc.exp: Ditto.
20499
20500 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
20501
20502 * gdb.base/coremaker.c: Add code to mmap some data so we
20503 can check that it ends up in the core file.
20504 * gdb.base/corefile.exp: Add test to read mmapped data
20505 from core file.
20506
20507 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
20508
20509 * config/m32r.exp: New file.
20510
20511 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
20512
20513 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
20514 that cflags can contains -gstabs, and work correctly for other tests.
20515
20516 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
20517
20518 * gdb.base/setshow.exp: New file, tests show and set.
20519 * gdb.base/setshow.c: New file, tests show and set.
20520 * gdb.base/help.exp: Add test for help set|show annotate.
20521 * gdb.base/default.exp: Add test for set|show annotate.
20522
20523 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
20524
20525 * testsuite/gdb.base/break.exp: Make backtrace from factorial
20526 errors unique.
20527 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
20528 explicitly.
20529
20530 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
20531
20532 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
20533 and width commands. This is done elsewhere.
20534 * (gdb_start): Don't call gdb_start_sim here. That's already
20535 done in gdb_load. This fixes lots of failures in default.exp.
20536
20537 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
20538
20539 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
20540 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
20541 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
20542 in the same we we treat other failures (since it may be an expected
20543 condition), rather than as an error.
20544 * gdb.base/signals.exp (test_handle_all_print): Revert back to
20545 old test format.
20546
20547 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
20548
20549 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
20550 (distclean maintainer-clean realclean): No need to remove files
20551 twice. Nuke the duplicates.
20552 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
20553 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
20554 Remove config.h along with other config files.
20555
20556 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
20557
20558 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
20559 "p func1 ()" and note that rests of tests are skipped.
20560 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
20561 setup_xfails for "print func2::coremaker_local".
20562 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
20563 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
20564 affected by the previous run test.
20565 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
20566 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
20567 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
20568 "pass int powerset tuple" and "pass modeless int powerset tuple".
20569 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
20570 "real write 4" and "real write 8".
20571 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
20572 setup_xfails for "print vs1 after tuple assign 2",
20573 "print \$i after tuple assign 2", and
20574 "print vs2 after tuple assign 2".
20575 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
20576 meaningful error message and return -1 so the caller can
20577 suppress further tests and avoid a cascade of errors.
20578
20579 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
20580
20581 * gdb.base/a1-selftest.exp: Tweak tests to account for new
20582 format for printing version.
20583 * gdb.base/default.exp: Ditto.
20584 * gdb.base/interrupt.exp: Fix problem with cascade of
20585 errors if child process dies while calling a function.
20586
20587 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
20588
20589 * Makefile.in (VPATH): Add
20590 * Makefile.in (Makefile, config.status): Fix rules so things get
20591 remade when necessary.
20592
20593 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
20594
20595 * Makefile.in (just-check): Add path to sibling expect dir
20596 to environment variable specified by RPATH_ENVVAR.
20597
20598 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
20599
20600 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
20601 (just-check): Add shared library paths for libstdc++, tk,
20602 tcl, bfd, and opcodes to the environment variable specified
20603 in RPATH_ENVVAR.
20604 * configure.in: Add support to recognize --enable-shared flag
20605 and generate correct value for RPATH_ENVVAR.
20606 * configure: Regenerated with autoconf.
20607
20608 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
20609
20610 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
20611 include all osf versions.
20612 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
20613 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
20614 when target is linux. When failing to build pthreads test
20615 executable, give more meaningful message.
20616 * gdb.threads/pthreads.c: Hpux also uses old definition of second
20617 arg for pthread_create.
20618
20619 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
20620
20621 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
20622 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
20623 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
20624 and -lpthreads (everybody else).
20625 (test_startup): Fail gracefully if threads are not supported.
20626 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
20627 "p/c array_index("abcdef",2)" when not gcc compiled.
20628 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
20629 "print func2::coremaker_local" when not gcc compiled.
20630 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
20631 "ptype on opaque struct tagname (statically)",
20632 "ptype on opaque struct tagname (dynamically) 1", and
20633 "ptype on opaque struct tagname (dynamically) 2"
20634 for not compiled with gcc.
20635 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
20636 backtrace when compiled with gcc.
20637 * lib/gdb.exp (runto_main): Return result of "runto main" rather
20638 than always return success.
20639
20640 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
20641
20642 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
20643
20644 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
20645
20646 * gdb.base/structs.exp: Undo last change.
20647
20648 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
20649
20650 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
20651 encapsulate all the steps/nexts done during self test, starting
20652 at main, and makes them less sensitive to optimization issues.
20653 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
20654 signal handler" test.
20655 * gdb.threads/pthreads.exp: Only run this for native configs.
20656 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
20657 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
20658 tests.
20659 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
20660 for "runto test_calls(void)" test.
20661
20662 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
20663
20664 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
20665 and don't expect address info in breakpoint confirmations.
20666
20667 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
20668
20669 * gdb.base/list.exp (test_forward_search): Increase timeout
20670 temporarily by 60 seconds for searching extremely long line,
20671 and then reset to old value when done. Increase expect input
20672 buffer to 10000.
20673
20674 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
20675
20676 * gdb.base/list.exp (test_forward_search): Fix to handle very
20677 long source line without overflowing expect's input buffer.
20678
20679 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
20680
20681 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
20682 "buffer_full".
20683
20684 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
20685 "buffer_full".
20686
20687 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
20688 "buffer_full".
20689
20690 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
20691 "buffer_full".
20692
20693 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
20694
20695 * configure.in (configdirs): Add gdb.threads.
20696 * configure: Regenerated with autoconf.
20697 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
20698 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
20699 * gdb.threads/configure: New, generated with autoconf.
20700
20701 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
20702
20703 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
20704
20705 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
20706
20707 * gdb.base/signals.exp (test_handle_all_print): Test separately for
20708 each signal's status in the output of "handle all print".
20709 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
20710 the \r\n sequence that immediately precedes the gdb prompt.
20711 * gdb.base/a1-selftest.exp: Save original timeout and restore
20712 after test.
20713
20714 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
20715
20716 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
20717 symbol.
20718
20719 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
20720
20721 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
20722
20723 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
20724
20725 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
20726 timeout by 60 seconds.
20727
20728 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
20729
20730 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
20731 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
20732 error return.
20733
20734 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
20735
20736 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
20737 gdb initialization, also report how long dejagnu waited. Restore
20738 old timeout before doing error return. Temporarily increase timeout
20739 by 3 minutes to allow for slow startups over heavy NFS use.
20740
20741 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
20742
20743 * lib/gdb.exp: Report timeout value for verbosity level 2.
20744 * config/gdbserver.exp: Ditto.
20745 * config/hppro.exp: Ditto.
20746 * config/mips-gdb.exp: Ditto.
20747 * config/monitor.exp: Ditto.
20748 * config/netware.exp: Ditto.
20749 * config/sim-gdb.exp: Ditto.
20750 * config/slite-gdb.exp: Ditto.
20751 * config/udi-gdb.exp: Ditto.
20752 * config/unix-gdb.exp: Ditto.
20753 * config/vx-gdb.exp: Ditto.
20754 * gdb.base/a1-selftest.exp: Ditto.
20755 * gdb.base/a2-run.exp: Ditto.
20756 * gdb.base/break.exp: Ditto.
20757 * gdb.base/corefile.exp: Ditto.
20758 * gdb.base/list.exp: Ditto.
20759 * gdb.base/recurse.exp: Ditto.
20760 * gdb.base/scope.exp: Ditto.
20761 * gdb.base/signals.exp: Ditto.
20762
20763 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20764
20765 * gdb.threads/Makefile.in (docdir): Removed.
20766
20767 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
20768
20769 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
20770 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
20771 @srcdir@.
20772 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
20773 autoconf 2.5 or higher.
20774 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
20775
20776 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
20777
20778 * configure: Regenerated.
20779 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
20780 avoid name clashes with SunOS headers.
20781
20782 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
20783
20784 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
20785
20786 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
20787
20788 * gdb.base/callfuncs.exp: Finish last change -- make sure the
20789 prototype information ends up in the compiler info file.
20790
20791 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
20792
20793 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
20794 attempting to regenerate it. Eliminate use of a temporary file
20795 and just generate the info file directly. Source it immediately,
20796 for consistency of use.
20797 * gdb.base/corefile.exp: Ditto
20798 * gdb.base/exprs.exp: Ditto.
20799 * gdb.base/funcargs.exp: Ditto.
20800 * gdb.base/langs.exp: Ditto.
20801 * gdb.base/list.exp: Ditto.
20802 * gdb.base/mips_pro.exp: Ditto.
20803 * gdb.base/nodebug.exp: Ditto.
20804 * gdb.base/opaque.exp: Ditto.
20805 * gdb.base/ptype.exp: Ditto.
20806 * gdb.base/scope.exp: Ditto.
20807 * gdb.base/setvar.exp: Ditto.
20808 * gdb.base/signals.exp: Ditto.
20809 * gdb.base/whatis.exp: Ditto.
20810 * gdb.c++/templates.exp: Ditto.
20811 * gdb.c++/virtfunc.exp: Ditto.
20812 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
20813 whether or not to add -lstdc++ to the compile command line args.
20814
20815 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20816
20817 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
20818 it got fixed by the recent lookup_minimal_symbol_by_pc change.
20819 Increase timeout, a lot of single stepping might be needed if the
20820 target has no hardware watchpoints.
20821
20822 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
20823
20824 * gdb.base/break.exp: Ignore compiler warnings when compiling
20825 break.c.
20826 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
20827 * gdb.base/default.exp: Add h8300 xfails. Handle messages
20828 from remote-sim.
20829 * gdb.base/exprs.exp: Add h8300 xfails.
20830 * gdb.base/funcargs.exp: Likewise.
20831 * gdb.base/nodebug.exp: Likewise.
20832 * gdb.base/printcmds.exp: Likewise.
20833 * gdb.base/ptype.exp: Likewise.
20834 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
20835 h8300 xfails.
20836 * gdb.base/return.exp: Handle float/double precision problems
20837 on the h8300.
20838 * gdb.base/funcargs.c: Explicitly make last constant argument to
20839 call_after_alloca_subr an unsigned long type.
20840 * gdb.base/return.c: Include stdio.h.
20841
20842 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
20843
20844 * config/abug.exp: New file for the older Motorola Bug monitor
20845 that runs on the mvme13x series VME boards.
20846 * config/monitor.exp: Use the new config array for target settings
20847 if they exist.
20848
20849 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
20850
20851 * sim-gdb.exp: Make the SH simulator allocate less space when
20852 it is targeted.
20853
20854 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
20855
20856 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
20857 test.
20858
20859 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
20860
20861 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
20862 "rs6000-*-*" for "list function in include file" when gcc compiled.
20863 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
20864 for "p ctable1[120]".
20865 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
20866 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
20867 Remove setup_xfail for "rs6000-*-*" for
20868 "print 'scope0.c'::filelocal before run".
20869 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
20870 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
20871 since some compilers don't allow both options to be given
20872 on the same command line. Create object file and move it.
20873
20874 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
20875
20876 * gdb.base/corefile.exp: Always regenerate the core file, since
20877 we always regenerate the coremaker program. Detect special case
20878 where registers cannot be read from core file.
20879
20880 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
20881
20882 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
20883 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
20884 * gdb.c++/templates.exp: Only match on basename of file since
20885 some formats like xcoff don't encode directory information.
20886 * gdb.stabs/weird.exp: Use the right sed script for powerpc
20887 and rs6000 AIX xcoff targets.
20888 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
20889 * configure: Regenerate.
20890 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
20891 here, rather than in distclean.
20892
20893 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
20894
20895 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
20896 defined, and use it to compile the test case with -O2. The
20897 native compilation still uses no optimization.
20898 * gdb.base/mips_pro.c: Remove inline assembly code since
20899 it is compiled PIC by default, which results in assembler
20900 warnings that make the testsuite think the compilation
20901 was unsuccessful.
20902
20903 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
20904
20905 * gdb.c++/misc.exp: Add note to message for
20906 "print s.a for foo struct" that this is a known gcc 2.7.2
20907 and earlier bug.
20908
20909 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
20910
20911 * gdb.base/break.exp: Fix pattern for matching "Delete all
20912 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
20913 setup_xfail for deleting all breakpoints test. Fix various
20914 timeout messages to include "(timeout)".
20915 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
20916 for "p t_float_values2(3.14159,float_val2)".
20917 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
20918 for "continue to call2g" when gcc compiled.
20919 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
20920 "up to foo in langs.exp", "show language at foo in langs.exp",
20921 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
20922 and "show language at fsub in langs.exp".
20923 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
20924 "list line 1 in include file", "list message for lines past EOF",
20925 "list function in include file", "list list0.h:foo", and
20926 "list filename:function; nonexistant function".
20927 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
20928 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
20929 and "ptype t_char_array" to be for native cc only.
20930
20931 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
20932
20933 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
20934 setup_xfail for "print coremaker_bss", "print coremaker_ro",
20935 "print func2::coremaker_local", and "backtrace in corefile.exp".
20936
20937 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
20938
20939 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
20940 "bt in signals.exp". This problem only appears when running
20941 the testsuite, and then only intermittently.
20942
20943 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
20944
20945 * gdb.base/return.exp (return_tests): Differentiate between
20946 two tests of continuing.
20947
20948 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
20949
20950 * */Makefile.in (maintainer-clean): Remove config.log.
20951 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
20952 * gdb.c++/Makefile.in (PROGS): Add inherit.
20953 (clean): Remove *.ci.
20954
20955 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
20956
20957 * gdb.c++/misc.cc: Add test code from Mike Stump.
20958 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
20959
20960 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
20961
20962 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
20963 to "alpha-*-osf2*" and add comment.
20964 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
20965 setup_xfail for "step over execarg initialization" and
20966 "step over corearg initialization".
20967 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
20968 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
20969 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
20970 gcc compiled for "print coremaker_bss", "print coremaker_ro",
20971 "print func2::coremaker_local", and "backtrace in corefile.exp".
20972 * gdb.base/signals.exp: Build and source signals.ci.
20973 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
20974 to be for gcc only.
20975 * lib/gdb.exp: Move verbose statements outside conditionals.
20976
20977 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20978
20979 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
20980 Feb 3 procfs.c change.
20981
20982 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
20983
20984 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
20985
20986 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
20987
20988 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
20989 from dejagnu's apparent default of 10 seconds, which gives random
20990 results when running the tests over NFS on moderately loaded systems.
20991 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
20992
20993 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
20994
20995 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
20996 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
20997 result reports.
20998
20999 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
21000
21001 * configure.in (CY_AC_PATH_TCLH): Remove.
21002 * configure: Regenerate.
21003
21004 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
21005
21006 * gdb.c++/Makefile.in (clean): Add missing '{'.
21007
21008 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
21009
21010 * lib/gdb.exp: Provide a default value for noinferior.
21011
21012 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
21013 Load libgloss.exp.
21014
21015 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
21016
21017 * gdb.disasm/hppa.exp: Compile directly into an executable, use
21018 the executable, not the .o to run the tests from.
21019
21020 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
21021
21022 * gdb.base/break.exp: Don't test for program exit or exit status
21023 if $noresults if nonzero.
21024 * gdb.base/langs.exp: Likewise.
21025 * gdb.base/watchpoint.exp: Likewise.
21026
21027 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
21028 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
21029 trying to compile the testcase.
21030
21031 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
21032
21033 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
21034 * gdb.base/signals.exp (continue to handler): Likewise.
21035
21036 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
21037
21038 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
21039
21040 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
21041
21042 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
21043
21044 * gdb.base/corefile.exp: Recognize "not found" as failure
21045 when trying to determine if a core file was generated.
21046 If no core file was generate the first time, try again without
21047 the ulimit -c to work around braindamaged shells.
21048
21049 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
21050
21051 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
21052 [] tests with "test" and enclose string in quotes.
21053 * gdb.stabs/configure: Rebuild
21054
21055 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
21056
21057 Changes in sync with expect:
21058 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
21059 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
21060 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
21061 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
21062 argument to AC_REQUIRE.
21063 * configure: Regenerated.
21064
21065 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
21066
21067 * gdb.base/corefile.exp: When generating a core, discard any
21068 error messages about ulimit not found and the "core dumped"
21069 message from the shell that runs the coredumper.
21070
21071 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
21072
21073 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
21074
21075 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
21076 which sed script to run. Expect failure for v_comb test
21077 on PA targets too.
21078
21079 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
21080
21081 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
21082 "print func2::coremaker_local" and for "backtrace in corefile.exp"
21083
21084 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
21085
21086 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
21087 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
21088 "sparc-sun-solaris*" xfails for "p v_comb".
21089 * lib/gdb.exp (default_gdb_start): Fix typo.
21090 * gdb.base/corefile.exp: Allow "Core was generated by ..."
21091 messages to not include the full program name that caused
21092 the core dump since some systems (such as solaris) apparently
21093 truncate this path to about 80 characters.
21094 When generating a core file first try increasing the core file
21095 size limit to unlimited since some systems may default it to
21096 zero, and it is harmless to try it. Move the test for failing
21097 to generate a core file to where it will actually get executed.
21098 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
21099 new gdb result from g++ debug info improvements and make old
21100 pattern obsolescent. Also account for size_t differences
21101 (may be int or long).
21102 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
21103 initialization before function call is placed in the delay slot
21104 and thus appears to be skipped over by commands such as "next".
21105
21106 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
21107
21108 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
21109
21110 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
21111
21112 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
21113 input source file; fix code to compile test to deal with this
21114 convention.
21115 * gdb.c++/*.exp: Likewise.
21116
21117 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
21118
21119 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
21120 "bt in signals.exp".
21121
21122 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
21123
21124 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
21125 "step over execarg initialization" and
21126 "step over corearg initialization".
21127
21128 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
21129
21130 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
21131 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
21132
21133 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
21134
21135 From Rob Savoye (rob@poseidon.cygnus.com)
21136 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
21137 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
21138 configure.in}, gdb.disasm/{Makefile.in, configure.in},
21139 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
21140 configure.in}: Major reworking for autoconfig.
21141 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
21142 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
21143 New files.
21144 * config/unix-gdb.exp: Make GDB global.
21145 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
21146 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
21147 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
21148 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
21149 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
21150 term.exp, twice.exp, watchpoint.exp, whatis.exp},
21151 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
21152 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
21153 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
21154 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
21155 pr-8136.exp, result.exp, string.exp, tuples.exp},
21156 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
21157 to returns as necessary, arrange for test to compile own testcase
21158 executable.
21159 * lib/gdb.exp: Changes for testsuite to compile own test cases.
21160
21161 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
21162
21163 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
21164 clear_xfail at end of test which might not call either pass or fail.
21165 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
21166 "backtrace through signal handler".
21167
21168 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21169
21170 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
21171 continuing from a job control stop signal.
21172 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
21173
21174 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
21175
21176 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
21177 * gdb.base/corefile.exp: Likewise.
21178 * gdb.base/funcargs.exp: Likewise.
21179
21180 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
21181
21182 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
21183 * config/monitor.exp: Add support for setting baud rate.
21184
21185 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
21186
21187 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
21188 i*86-*-linux* xfails for "backtrace through signal handler".
21189 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
21190 "print func2::coremaker_local".
21191 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
21192 alpha-dec-osf2* xfail for
21193 "delete all breakpoints when none".
21194
21195 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
21196
21197 * gdb.base/break.exp: Change test that deletes all breakpoints
21198 when no user breakpoints are installed. A post 4.15 change
21199 causes gdb to no longer prompt in this case.
21200
21201 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
21202
21203 * gdb.base/return.exp (return_tests): Change xfail for test
21204 "correct value returned double test" to stop xfailing at
21205 Solaris 2.5. Apparently the bug has been fixed.
21206
21207 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
21208
21209 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
21210 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
21211
21212 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
21213
21214 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
21215 * gdb.disasm/hppa.s: Corresponding changes.
21216
21217 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
21218
21219 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
21220 makefile fragment.
21221 * config/mt-hpux: Deleted.
21222
21223 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
21224
21225 * Many files: When warning about suppressed tests due to a
21226 nonexistant test binary, avoid incrementing the warning count.
21227
21228 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
21229
21230 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
21231
21232 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21233
21234 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
21235 "sparc-*-solaris2*".
21236
21237 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21238
21239 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
21240 Add global and local variables and initialize them.
21241 * gdb.base/corefile.exp: Test correct mapping of corefile sections
21242 by printing variables. Remove rs6000 and powerpc xfails, BFD now
21243 extracts the file name and terminating signal from the core file.
21244 * TODO: Remove note about tests for correct mapping of corefile.
21245 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
21246 from optimizing it away.
21247 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
21248 handles common blocks.
21249
21250 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
21251
21252 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
21253 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
21254
21255 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
21256
21257 * Makefile.in (maintainer-clean): New target, synonym for
21258 realclean.
21259 * gdb.base/Makefile.in (maintainer-clean): Likewise.
21260 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
21261 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
21262 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
21263 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
21264 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
21265
21266 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
21267
21268 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
21269 xfails when not gcc compiled for "print foo::funclocal".
21270 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
21271 "print foo::funclocal at foo",
21272 "print 'scope1.c'::foo::funclocal at foo",
21273 "print foo::funclocal_bss at foo",
21274 "print 'scope1.c'::foo::funclocal_bss at foo",
21275 "print foo::funclocal_ro at foo",
21276 "print 'scope1.c'::foo::funclocal_ro at foo",
21277 "print bar::funclocal at foo" and
21278 "print 'scope1.c'::bar::funclocal at foo".
21279 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
21280 gcc compiled for "print foo::funclocal at bar".
21281 Expand all messages to ensure that they identify that
21282 the test is at bar().
21283 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
21284 gcc compiled for:
21285 "ptype on opaque struct pointer (statically)",
21286 "ptype on opaque struct tagname (statically)",
21287 "ptype on opaque struct pointer (dynamically) 1",
21288 "ptype on opaque struct tagname (dynamically) 1",
21289 "ptype on opaque struct pointer (dynamically) 2" and
21290 "ptype on opaque struct tagname (dynamically) 2
21291 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
21292 gcc compiled for:
21293 "p datalocal"
21294 "whatis datalocal",
21295 "ptype datalocal",
21296 "p bsslocal",
21297 "whatis bsslocal", and
21298 "ptype bsslocal".
21299 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
21300 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
21301 when not gcc compiled.
21302 * gdb.base/funcargs.exp (float_and_integral_args): Add
21303 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
21304 compiled.
21305 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
21306 "backtrace from call6a" when not gcc compiled.
21307 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
21308 "backtrace from call7a" when not gcc compiled.
21309 * gdb.base/callfuncs.exp (do_function_calls):
21310 Add "hppa*-*-hpux*" xfail when not gcc compiled for
21311 "p t_char_array_values(char_array_val2,char_array_val1)",
21312 "p t_char_array_values(char_array_val1,char_array_val2)",
21313 "p t_char_array_values("carray 1","carray 2")",
21314 "p t_char_array_values("carray 1",char_array_val2)",
21315 "p t_char_array_values(char_array_val1,"carray 2")",
21316 "p sum_args(1,{2})",
21317 "p sum_args(2,{2,3})",
21318 "p sum_args(3,{2,3,4})",
21319 "p sum_args(4,{2,3,4,5})"
21320 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
21321 "backtrace in corefile.exp" when not gcc compiled.
21322
21323 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21324
21325 * gdb.base/signals.exp: Rewrite `handle all print' test as
21326 a procedure. Accept blanks or TABs as whitespace, increase
21327 timeout and expect input buffer size for the large output
21328 from the command. Remove "i*86-*-bsdi2.0" xfail.
21329
21330 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21331
21332 * gdb.base/setvar.exp: Add new testcases for truncation when
21333 assigning invalid values to bitfields.
21334
21335 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
21336
21337 * gdb.base/callfuncs.exp (do_function_calls): Remove
21338 mips-sgi-irix* xfail for
21339 "call inferior func with struct - returns char *"
21340 and fix test so that an optional (unsigned char *) cast is
21341 accepted in the result.
21342
21343 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
21344
21345 * gdb.base/funcargs.exp (float_and_integral_args): Remove
21346 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21347 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
21348 * gdb.base/signals.exp: Remove duplicate "handle all print" test
21349 that accidentally got checked in.
21350
21351 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
21352
21353 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
21354 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
21355 compiled test.
21356 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
21357 Add mips-sgi-irix5* xfail for not gcc compiled.
21358 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
21359 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
21360 "p top", "whatis top", "p middle", and "whatis middle".
21361 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
21362 "whatis signed char" for not gcc compiled.
21363 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
21364 "set variable signed char=-1 (-1)" and
21365 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
21366 * gdb.base/funcargs.exp (float_and_integral_args):
21367 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
21368 Add mips-sgi-irix* xfail when not gcc compiled for
21369 "continue to call2b".
21370 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
21371 "continue to call2g".
21372 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
21373 "backtrace from call6a"
21374 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
21375 "backtrace from call7k".
21376 Add mips-sgi-irix5* xfail when not gcc compiled for
21377 "backtrace from call7a".
21378 (localvars_after_alloca): Fix gdb_test cmds for
21379 "print * after runto ...".
21380 Remove rs6000-*-* xfails for
21381 "print i after runto localvars_after_alloca" and
21382 "print l after runto localvars_after_alloca"
21383 for all compilers.
21384 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
21385 when not compiled with gcc, for:
21386 "print signed char == (minus)",
21387 "print signed char != (minus)",
21388 "print signed char < (minus)",
21389 "print signed char > (minus)".
21390 * gdb.base/callfuncs.exp (do_function_calls):
21391 Add mips-sgi-irix* xfail, when compiled with native compiler, for
21392 "call inferior func with struct - returns char *".
21393 * gdb.base/return.exp (return_tests): Change xfail for
21394 "correct value returned double test" to include Solaris 2.4.
21395 * gdb.base/funcargs.exp (float_and_integral_args):
21396 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
21397
21398 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21399
21400 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
21401 enumeration bitfields if compiling with GNU C.
21402 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
21403 to empty' prompt.
21404
21405 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
21406
21407 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
21408 test for PRO targets.
21409
21410 * gdb.base/funcargs.exp: Avoid ever setting more than 8
21411 breakpoints in the inferior at any given time by making
21412 two groups of breakpoints for call2*, call6* and call7*
21413 tests.
21414
21415 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21416
21417 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
21418 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
21419 from optimizing it away.
21420 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
21421 "call inferior func with struct".
21422
21423 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
21424
21425 * configure.in: Only configure gdb.chill for particular targets.
21426
21427 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
21428
21429 * gdb.base/Makefile.in: Add action to .c.o transformation
21430 rule that generates a .ci file for each .o file and remove
21431 explicit .c.o rules except for callfuncs.o.
21432 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
21433 generates a .ci file for each .o file and remove explicit
21434 .cc.o rules.
21435 (clean): Remove *.tmp *.ci files.
21436 (EXECUTABLES): Remove templ-info.exp.
21437 * gdb.base/compiler.c: New file.
21438 * gdb.c++/compiler.cc: New file
21439 * gdb.base/scope.exp: Source gdb.base/scope.ci.
21440 Change rs6000-*-* xfail for
21441 "print 'scope0.c'::filelocal_ro" and
21442 "print 'scope1.c'::filelocal" and
21443 "print 'scope1.c'::filelocal_bss" and
21444 "print 'scope1.c'::filelocal_ro" and
21445 "print 'scope1.c'::foo::funclocal" and
21446 "print 'scope1.c'::foo::funclocal_ro" and
21447 "print 'scope1.c'::bar::funclocal" and
21448 "print 'scope0.c'::filelocal_ro" and
21449 "print 'scope1.c'::filelocal at foo" and
21450 "print 'scope1.c'::filelocal_bss at foo" and
21451 "print 'scope1.c'::filelocal_ro at foo" and
21452 "print 'scope1.c'::foo::funclocal at foo" and
21453 "print 'scope1.c'::foo::funclocal_bss at foo" and
21454 "print 'scope1.c'::foo::funclocal_ro at foo" and
21455 "print 'scope1.c'::bar::funclocal at foo" and
21456 "print 'scope0.c'::filelocal_ro" and
21457 "print 'scope1.c'::filelocal" and
21458 "print 'scope1.c'::filelocal_bss" and
21459 "print 'scope1.c'::filelocal_ro" and
21460 "print 'scope1.c'::foo::funclocal" and
21461 "print 'scope1.c'::foo::funclocal_bss" and
21462 "print 'scope1.c'::foo::funclocal_ro" and
21463 "print 'scope1.c'::bar::funclocal" and
21464 "print 'scope1.c'::bar::funclocal_bss"
21465 to only be xfail'd when not compiled with gcc.
21466 Add rs6000-*-* xfail for
21467 "print 'scope0.c'::filelocal_bss before run"
21468 when compiled with gcc.
21469 (test_at_main): Add rs6000-*-* xfail for
21470 "print filelocal_ro in test_at_main"
21471 when compiled with gcc.
21472 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
21473 Add rs6000-*-aix* xfail for
21474 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
21475 "ptype t_char_array", not compiled with gcc.
21476 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
21477 xfail for "list foo (in include file)" when gcc compiled.
21478 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
21479 (integral_args): Add rs6000-*-* xfail for
21480 "run to call0a" if not compiled with gcc.
21481 (unsigned_integral_args): Add rs6000-*-* xfail for
21482 "run to call1a" if not compiled with gcc.
21483 (float_and_integral_args): Add rs6000-*-* xfail for
21484 "run to call2a" if not compiled with gcc and for
21485 "continue to call2b" for any compiler.
21486 Add rs6000-*-* xfail to
21487 "print f1 after run to call2a" for gcc compiled.
21488 (discard_and_shuffle): Add rs6000-*-* xfail for
21489 "run to call6a".
21490 (shuffle_round_robin): Add rs6000-*-* xfail for
21491 "backtrace from call7a" if not compiled with gcc.
21492 Add rs6000-*-* xfail for
21493 "backtrace from call7b" if compiled with gcc.
21494 (call_after_alloca): Add rs6000-*-* xfail for
21495 "print c in call_after_alloca" and
21496 "print s in call_after_alloca" and
21497 "backtrace from call_after_alloca_subr"
21498 if not compiled with gcc.
21499 (localvars_in_indirect_call): Add rs6000-*-* xfail for
21500 "print c in localvars_in_indirect_call" and
21501 "print c in localvars_in_indirect_call" and
21502 "backtrace in indirectly called function" and
21503 "stepping into indirectly called function"
21504 if not compiled with gcc.
21505 (localvars_after_alloca): Add rs6000-*-* xfail for
21506 "print c after runto localvars_after_alloca" and
21507 "print s after runto localvars_after_alloca" and
21508 "print i after runto localvars_after_alloca" and
21509 "print l after runto localvars_after_alloca"
21510 for all compilers.
21511 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
21512 than whatis-info.exp.
21513 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
21514 than opaque-info.exp.
21515 Setup rs6000-*-* xfail for
21516 "ptype on opaque struct pointer (statically)" and
21517 "ptype on opaque struct pointer (dynamically)" when
21518 not compiled with gcc.
21519 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
21520 rather than callf-info.exp.
21521 (do_function_calls): Add clear_xfail for rs6000-*-* for
21522 "p t_float_values2(3.14159,float_val2)". Seems to work
21523 fine there, both with xlc and gcc. Need to find out what
21524 it is doing right and fix other platforms.
21525 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
21526 "call inferior func with struct - returns int",
21527 "call inferior func with struct - returns long",
21528 "call inferior func with struct - returns float",
21529 "call inferior func with struct - returns double",
21530 "call inferior func with struct - returns char *",
21531 but only if not gcc compiled (presumes xlc compiled).
21532 Change rs6000-*-* xfails for
21533 "call inferior func with struct - returns char" and
21534 " call inferior func with struct - returns short" to only
21535 xfail if not using gcc.
21536 (clean mostlyclean): Remove *.ci and *.tmp files.
21537 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
21538 than templ-info.exp.
21539 * gdb.base/langs.exp: Source gdb.base/langs.ci.
21540 Add rs6000-*-* xfail for "up to foo in langs.exp"
21541 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
21542 when not gcc compiled.
21543
21544 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21545
21546 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
21547 * gdb.base/corefile.exp: Likewise.
21548 * gdb.base/list.exp: Likewise.
21549 * gdb.base/scope.exp: Likewise.
21550 * gdb.base/siganls.exp: Likewise.
21551
21552 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
21553 compiler output.
21554 * gdb.base/whatis.exp: Likewise.
21555
21556 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
21557
21558 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
21559 failure (opcode table has been fixed to match reality).
21560
21561 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
21562
21563 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
21564 "call inferior func with struct - returns char",
21565 "call inferior func with struct - returns short"
21566
21567 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
21568 "print 'scope0.c'::filelocal at main",
21569 "print 'scope0.c'::filelocal_bss in test_at_main",
21570 "print 'scope0.c'::filelocal at foo",
21571 "print 'scope0.c'::filelocal_bss in test_at_foo",
21572 "print 'scope0.c'::filelocal at bar",
21573 "print 'scope0.c'::filelocal_bss in test_at_bar"
21574
21575 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
21576 in source file 1". This bug seems to have been fixed with both
21577 gcc and native cc (was native assembler bug?).
21578
21579 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
21580
21581 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
21582 "backtrace through signal handler" to "i*86-*-sysv4*".
21583 * gdb.base/signals.exp: Add xfail for "'next' behaved as
21584 continue" case. Add "known SVR4 bug" to fail message.
21585 Add "i*86-*-bsdi2.0" xfail for "handle all print".
21586 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
21587 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
21588 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
21589 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
21590 "up to foo in langs.exp", "show language at foo in
21591 langs.exp", "up to cppsub_ in langs.exp", "show
21592 language at cppsub_ in langs.exp", "up to fsub in
21593 langs.exp", and "show language at fsub in langs.exp".
21594 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
21595 "bactrace in corefile.exp".
21596 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
21597 "call inferior function with struct - returns float" and
21598 "call inferior function with struct - returns double".
21599
21600 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
21601
21602 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
21603 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
21604 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
21605 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
21606
21607 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
21608
21609 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
21610 (or overriden) "CHILL" macro rather then bare "gcc".
21611 Also look for ../../gcc/xgcc since that is what we will
21612 actually need, not "Makefile". Remove following assignment
21613 of CHILL to CHILL_FOR_TARGET because that results in
21614 recursive definition.
21615
21616 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
21617
21618 * gdb.base/corefile.exp: Change xfail for backtrace in
21619 corefile.exp from linuxaout to all linux.
21620 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
21621 cases where we miss the breakpoint at the signal handler
21622 for some reason. Setup xfail for linuxoldld/linuxaout and
21623 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
21624 hitting SIGURG breakpoint.
21625 * gdb.base/signals.exp: Setup xfail for "next" acting like
21626 continue to add linuxoldld. Setup xfail for all linux for
21627 "next to handler in signals_tests_1", "backtrace in
21628 signals_tests_1", "continue to func1", "pass SIGUSR1",
21629 and continue to handler".
21630
21631 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
21632
21633 * Update all FSF addresses except those in COPYING* files.
21634
21635 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
21636
21637 * gdb.base/a2-run.exp: Change messages to be more explicit about
21638 the status of args, and quote binfile in results.
21639
21640 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
21641
21642 * gdb.base/callfuncs.exp: Add tests for passing structs to
21643 inferior functions and return various types.
21644 * gdb.base/callfuncs.c: Add functions to receive a struct
21645 and return a member of the struct, in various types.
21646
21647 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21648
21649 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
21650
21651 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
21652
21653 * config/vxworks29k.exp: New file, sources vxworks.exp.
21654
21655 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21656
21657 * config/gdbremote.exp: New file. Testing framework using
21658 gdbserver.
21659
21660 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
21661
21662 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
21663 "call function when asleep" and "send end of file".
21664 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
21665 for "backtrace in corefile.exp".
21666 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
21667 for "backtrace through signal handler".
21668 * gdb.base/corefile.exp: Make sure we actually generate a core file
21669 before trying the core tests. Some systems allow the user to suppress
21670 generation of core files and default to that (linux for example).
21671 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
21672 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
21673
21674 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21675
21676 * gdb.threads: New directory with some crude multi-threaded
21677 gdb tests (step.exp and step2.exp).
21678 * config/mt-lynx (STEP_EXECUTABLE): Define.
21679 (THREADFLAGS): Define.
21680
21681 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
21682
21683 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
21684
21685 * gdb.base/signals.exp: Disable whole file for lynx until
21686 further notice.
21687
21688 * gdb.base/signals.exp: xfail test where "next" acts like
21689 "continue" for lynx.
21690
21691 * gdb.base/interrupt.exp: xfail test for calling function while
21692 inferior is asleep for lynx.
21693
21694 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
21695 than one cr-lf after each command.
21696
21697 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21698
21699 * configure.in: Reinstate setting of stabsdirs variable, fix
21700 typo in setting up configdirs for native builds.
21701
21702 * gdb.base/return.exp: Fix typo in return double test.
21703 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
21704 compiler from optimizing them away.
21705
21706 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
21707
21708 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
21709 sequences to be echo'd by gdb when using gdb_test.
21710 * gdb.chill/chexp.exp: Likewise.
21711 * gdb.fortran/exprs.exp: Likewise
21712
21713 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
21714
21715 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
21716 after the inferior gdb has started.
21717
21718 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
21719 after each command.
21720 * gdb.base/funcargs.exp: Likewise.
21721 * gdb.base/gdbvars.exp: Likewise.
21722 * gdb.base/interrupt.exp: Likewise.
21723 * gdb.base/list.exp: Likewise.
21724 * gdb.base/watchpoint.exp: Likewise.
21725 * gdb.c++/demangle.exp: Likewise.
21726 * gdb.c++/inherit.exp: Likewise.
21727 * gdb.chill/chexp.exp: Likewise.
21728 * gdb.fortran/exprs.exp: Likewise.
21729
21730 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
21731 test if we can't handle IO to/from the inferior.
21732
21733 * gdb.c++/misc.exp: Always check for a program already being
21734 started after sending a "run" command to gdb.
21735
21736 * gdb.base/twice.exp: Start with a fresh gdb.
21737
21738 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
21739 only depend on gdb's expression code, not the chill runtime.
21740
21741 * gdb.base/return.c: Put return values into variables so we
21742 can have gdb print them rather than depending on the program
21743 to print them.
21744 * gdb.base/return.exp: Corresponding changes.
21745
21746 * lib/gdb.exp: Provide default value for noinferiorio.
21747 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
21748 the inferior.
21749
21750 * gdb.base/break.exp: Always check for a program already being
21751 started after sending a "run" command to gdb.
21752 (text_next_with_recursion): Don't check the output from the
21753 program's printf statement. Instead just make sure the program
21754 exited.
21755
21756 * gdb.base/commands.exp: Protect tests which need arguments with
21757 $noargs conditionals.
21758
21759 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21760
21761 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
21762 of structure member arrays to match gdb/valops.c:value_addr change.
21763
21764 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
21765
21766 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
21767 cases.
21768
21769 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
21770
21771 * configure.in (configdirs): Remove gdb.chill from default list
21772 of subdirs and then add it back in only if doing a native build.
21773 The current chill compiler does not yet work in any cross build.
21774 * Revert all signal changes from Jul 6.
21775 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
21776 for sh-hms targets, allowing these tests to link, with no other
21777 changes. Testing is suppressed by setting "nosignals" in site.exp.
21778
21779 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
21780
21781 * configure.in (signaldirs): Define and add to configdirs for all
21782 targets except some specific ones that are known to not support signals.
21783 Also clean up formatting.
21784 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
21785 (signals, sigall): Remove rules to build.
21786 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
21787 Moved to new gdb.signals directory.
21788 * gdb.signals: New test directory.
21789 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
21790 signals.c signals.exp}: New or moved files.
21791
21792 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
21793
21794 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
21795
21796 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
21797
21798 * gdb.base/return.exp: Xfail `return double' test failure
21799 on at least Solaris 2.3 and handle future/past versions on
21800 a case by case basis as appropriate. Also update message
21801 to include i*86 failures.
21802
21803 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21804
21805 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
21806
21807 * lib/gdb.exp: Fix comment which erroneously identified
21808 gdb_file_cmd as gdb_load (the 19 May change was in fact to
21809 gdb_file_cmd not gdb_load).
21810 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
21811
21812 * gdb.base/setvar.exp: Make test names consistent between pass and
21813 fail cases. Use gdb_test more.
21814
21815 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21816
21817 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
21818
21819 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21820
21821 * gdb.base/help.exp: Fix expected help string for `show commands'.
21822
21823 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
21824
21825 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
21826
21827 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
21828 of a text section.
21829
21830 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
21831
21832 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
21833 that loop eventually terminates. Fix Connection refused logic so
21834 that testsuite will expire nicely.
21835
21836 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
21837
21838 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
21839 config/rom68k.exp: New tcl glue for the appropriate monitors.
21840 These all just end up calling monitor.exp.
21841 * config/monitor.exp (gdb_target_monitor): Handle `Connection
21842 refused' by retrying. Cleanup some timeout issues.
21843 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
21844 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
21845 callers don't have to set/restore global timeout variable.
21846
21847 * The following set of changes centralizes management of the global
21848 timeout variable. This way, it can be set in one target dependent
21849 place instead of dozens of places scattered throughout the test suite.
21850 If you need to lengthen a timeout, then you should either set timeout
21851 in one of the config/{target}.exp files, or multiply it by a factor.
21852 Setting it to an absolute value is always going to lose for some
21853 targets.
21854 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
21855 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
21856 * gdb.base/funcargs.exp: Don't set timeout.
21857 * gdb.base/list.exp (test_forward_search): Only use local timeout.
21858 * gdb.base/printcmds.exp (test_print_string_constants
21859 test_print_array_constants): Don't set timeout.
21860 * gdb.base/ptype.exp: Don't set timeout.
21861 * gdb.base/recurse.exp: Don't set timeout.
21862 * gdb.base/return.exp: Don't set timeout.
21863 * gdb.base/watchpoint.exp: Don't set timeout.
21864 * gdb.c++/classes.exp (do_tests): Don't set timeout.
21865 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
21866
21867 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
21868
21869 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
21870
21871 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21872
21873 * lib/gdb.exp: Disable chill tests for irix5.
21874
21875 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21876
21877 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
21878 each test pass or fail.
21879
21880 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21881
21882 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
21883 xlc not gcc.
21884
21885 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
21886
21887 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
21888
21889 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
21890
21891 * config/est.exp: Fix copyright and comments. Remove dead code.
21892 Use targetname, serialport and baud variables instead of fixed
21893 constants.
21894 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
21895 * config/cpu32bug.exp: New file to support cpu32bug monitors.
21896
21897 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21898
21899 * gdb.base/watchpoint.exp: Don't run
21900 test_watchpoint_triggered_in_syscall for sunos.
21901
21902 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21903
21904 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
21905 they don't seem to exist. Do include stdio.h.
21906
21907 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21908
21909 * gdb.base/a1-selftest.exp: Add alpha xfail.
21910
21911 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21912
21913 * gdb.base/watchpoint.c (main): Prompt before calling read().
21914 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21915 Revise accordingly. Remove cruft about sending "123" several
21916 times, until it gets noticed. Clean up the "print buf[0]" stuff
21917 so that it passes or fails, and waits for prompts in the usual way.
21918
21919 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21920
21921 * gdb.base/recurse.exp: Fix comment.
21922
21923 * TODO: Remove item about printing variables in nodebug.exp. Add
21924 item about enabling tests which are only run on some targets.
21925
21926 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
21927 fail, make test names unique, use new gdb_test convention
21928 regarding pattern, use gdb_test more, etc.).
21929
21930 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
21931 fail, make test names unique, etc.).
21932
21933 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21934
21935 * gdb.base/nodebug.c: Change return type of top and middle to
21936 short.
21937 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
21938 are fixed by the recent mdebugread.c changes. Allow `short ()'
21939 as type for top and middle.
21940
21941 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21942
21943 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
21944 nearly as I can tell, the whole thing was an accident in Stu's
21945 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
21946 to replace a send/expect pair with gdb_test, but ended up only
21947 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
21948 of 30 Mar 1995 took care of it, but left this vestigial comment
21949 which I am now nuking.
21950
21951 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21952
21953 * gdb.base/break.exp: Look for different line number for
21954 breakpoint at main depending on usestubs.
21955
21956 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21957
21958 * gdb.base/list.exp: Adjust some alternate expect patterns to
21959 match recent list0.c change. Add alternate expect pattern for
21960 output from `list default lines around main' for optimizing
21961 compilers.
21962
21963 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21964
21965 * lib/gdb.exp: If nosignals is not set, set it to 0.
21966
21967 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
21968
21969 * config/slite-gdb.exp: Responds to load symbol table prompt.
21970 * gdb.base/break.exp: Adjust line number, fix rerun.
21971 * gdb.base/langs0.c: Add #ifdef usestubs.
21972
21973 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
21974
21975 * gdb.base/list.exp: Adjust line contents after adding new lines in
21976 list0.c. Also fix a syntax error.
21977
21978 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
21979 * gdb.base/break.exp: ditto.
21980 * gdb.base/list.exp: ditto.
21981 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
21982 * gdb.base/run.c: ditto.
21983 * gdb.base/list0.c: ditto.
21984 * gdb.base/funcargs.c: ditto.
21985
21986 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
21987
21988 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
21989 $targetname, $serialport and $baud instead of hardwired variables.
21990 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
21991 target doesn't support signals.
21992
21993 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
21994
21995 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
21996
21997 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
21998
21999 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
22000 Don't rely on the value of an auto variable before it has been
22001 initialized. Use gdb_test more.
22002
22003 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22004
22005 * lib/gdb.exp (default_gdb_version): A version number must start
22006 with a digit, but other than that contains all characters up to
22007 the first whitespace character.
22008
22009 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22010
22011 * gdb.base/commands.exp (breakpoint_command_test): New tests.
22012
22013 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22014
22015 * gdb.c++/*.exp: Warn if executable does not exist. The original
22016 reason for skipping the warning was that configure.in sometimes
22017 intentionally skipped building the executables but the tcl code
22018 had no way of knowing. That (a) was always bogus with respect to
22019 error handling, (b) is no longer true (right now there is no way
22020 to skip C++ tests).
22021
22022 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
22023
22024 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22025
22026 * gdb.base/list.exp: Add expect patterns for output from
22027 SunPRO compiled executables.
22028 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
22029 types.
22030
22031 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22032
22033 * gdb.base/break.exp (test_next_with_recursion): Accept any line
22034 number (we are already testing that the correct source line text
22035 gets printed).
22036
22037 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
22038 that is what is intended, but something needed to be done to get
22039 sunos4 native working again.
22040
22041 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
22042
22043 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
22044 apparently went with a (very) old xfail.
22045
22046 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
22047
22048 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
22049 runto_main is a proc in gdb.exp that will do 'step' for target use
22050 stubs.
22051 * gdb.base/exprs.exp: ditto.
22052 * gdb.base/interrupt.exp: ditto.
22053 * gdb.base/opaque.exp: ditto.
22054 * gdb.base/printcmds.exp: ditto.
22055 * gdb.base/ptype.exp: ditto.
22056 * gdb.base/scope.exp: ditto.
22057 * gdb.base/setvar.exp: ditto.
22058 * gdb.base/signals.exp: ditto.
22059 * gdb.base/twice.exp: ditto.
22060 * gdb.c++/classes.exp: ditto.
22061 * gdb.c++/inherit.exp: ditto.
22062 * gdb.c++/templates.exp: ditto.
22063 * gdb.base/break.exp: no run and hit main for stubs. Change line
22064 numbers for breakpoints and info breakpoint.
22065 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
22066 breakpoint().
22067 * gdb.base/callfuncs.c: ditto.
22068 * gdb.base/exprs: ditto.
22069 * gdb.base/interrupt.c: ditto.
22070 * gdb.base/opaque0.c: ditto.
22071 * gdb.base/printcmds.c: ditto.
22072 * gdb.base/ptype.c: ditto.
22073 * gdb.base/scope0.c: ditto.
22074 * gdb.base/setvar.c: ditto.
22075 * gdb.base/signals.c: ditto.
22076 * gdb.base/twice.c: ditto.
22077 * gdb.c++/misc.cc: ditto.
22078 * gdb.c++/templates.cc: ditto.
22079
22080 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22081
22082 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
22083
22084 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
22085 somewhere between `read' and `main.c'. I'm pretty sure the
22086 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
22087 and it isn't particularly useful.
22088
22089 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
22090
22091 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22092
22093 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
22094
22095 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
22096
22097 * config/mt-slite: add LIBS and -nostdlib.
22098 * config/slite-gdb.exp: add this new file to support sparclite target.
22099
22100 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
22101
22102 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
22103
22104 * gdb.base/a2-run.exp: Change argument to istarget from
22105 "*-*-vxworks" to "*-*-vxworks*".
22106 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
22107
22108 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
22109
22110 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
22111 will not runto main but do a 'step' to step out of breakpoint().
22112 * config/mt-slite: add -Dusestubs.
22113
22114 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22115
22116 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
22117 instead of just @.
22118
22119 * gdb.base/signals.exp: Add test for "handle all print".
22120 * TODO: Remove "handle all print". Also remove item about
22121 checking copyright date (I don't like the idea of a spurious FAIL
22122 based on when we run the tests).
22123
22124 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
22125 for SunOS4 (reason for failure not investigated). Remove
22126 redundant test for $binfile.
22127
22128 * gdb.base/nodebug.c (array_index): Call malloc.
22129
22130 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
22131
22132 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
22133
22134 * gdb.base/recurse.exp: Update gdb_test invocation to use new
22135 conventions and slightly simplify the matching regexp.
22136
22137 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22138
22139 * gdb.base/break.exp: Update gdb_test invocation to use new
22140 convention.
22141
22142 * lib/gdb.exp: If noargs is not set, set it to 0.
22143
22144 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
22145 tests unique.
22146
22147 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
22148
22149 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22150
22151 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
22152 one argument of type "<non-float parameter>".
22153
22154 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
22155
22156 * config/rom68k.exp: New file to support Motorola IDP board.
22157 * gdb.base/a2-run.exp: Skip this file if noargs is set.
22158 * gdb.base/break.c: Change things around so that this program
22159 doesn't depend upon args. This is necessary to make remote
22160 targets work (in general, they can't take args).
22161 * gdb.base/break.exp: Don't try to send args to program. Don't
22162 expect output. Also, replace lots of code with gdb_test.
22163
22164 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22165
22166 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
22167 printing of '\'' (which is what the comment says we are testing,
22168 even though we were not), not '''.
22169 (test_integer_literals_rejected): Test that printing ''' is an error.
22170
22171 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22172 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
22173 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
22174 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
22175 Use gdb_test not test_print_accept.
22176 * lib/gdb.exp: Remove test_print_accept.
22177
22178 * gdb.base/signals.exp (signal_tests_1): Make pass message
22179 consistent with fail message.
22180
22181 * gdb.base/whatis.exp: Remove xfails for printing char vs.
22182 unsigned char; the bug (PR 1821) is fixed.
22183
22184 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
22185
22186 * gdb.base/scope.exp (test_at_localscopes): Call pass for
22187 successful tests--makes xfailing them work right.
22188
22189 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22190
22191 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
22192 only \r\n, not .*. The test can pass .* as the last thing in
22193 $pattern if that is what it wants. In addition to providing this
22194 flexibility, this change should speed up pattern matching in cases
22195 where the pattern already ended with .* (there were a number of
22196 them). This change also helps catch bad patterns--in the old
22197 scheme the typo "char \*" instead of "char \\*" would pass. Now
22198 it is caught.
22199 * Many .exp files: Update callers.
22200
22201 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
22202 clearer and does not spuriously match multiple ('s. Likewise for
22203 ) and *.
22204
22205 * gdb.base/nodebug.exp: Test ability to call a function and pass
22206 it a string (even with no debugging info).
22207
22208 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
22209 "p '\'", which is the same as "p ''" once tcl gets done with
22210 quoting, to "p '\\'", which I suspect is what is intended (one
22211 backslash gets sent to GDB).
22212
22213 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
22214
22215 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22216
22217 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
22218 1817) was fixed literally years ago.
22219
22220 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22221
22222 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
22223 test, it causes stepping out of call_after_alloca_subr with
22224 optimizing compilers.
22225 (localvars_in_indirect_call): Consume GDB prompt if `finish'
22226 fails.
22227
22228 * gdb.c++/templates.exp: Source templ-info.exp only if
22229 the templates executable exists.
22230
22231 * gdb.c++/misc.cc (class Contains_static_instance,
22232 class Contains_nested_static_instance),
22233 gdb.c++/classes.exp (test_static_members): Test printing of
22234 a class that contains a static instance of the class.
22235
22236 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22237
22238 * gdb.base/langs2.c (cppsub_): Don't prototype.
22239 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
22240 only, I believe).
22241
22242 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22243
22244 * lib/gdb.exp (skip_chill_tests): New procedure.
22245
22246 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
22247
22248 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
22249
22250 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
22251 each expect pattern. Cuts runtime from 12 to about 4 seconds.
22252
22253 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22254
22255 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
22256
22257 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
22258 disassemble 8, not 16, instructions for part 4.
22259
22260 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
22261 support the latter anymore.
22262
22263 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
22264 -DNO_PROTOTYPES.
22265 * gdb.base/callfuncs.c: Control use of prototypes based on
22266 NO_PROTOTYPES, not __STDC__.
22267 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
22268 t_float_values2 tests if prototypes in use.
22269
22270 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
22271 t_double_values): When checking differences against DELTA, check
22272 that difference is within the range (-DELTA,DELTA), not just
22273 (-infinity,DELTA).
22274
22275 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
22276
22277 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
22278 'file' command firts, then 'target', then 'load', this is due to gdb
22279 target set up.
22280 * config/mips-gdb.exp: Fix a couple regular exp bugs.
22281
22282 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
22283
22284 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
22285 FP load/store variants.
22286 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
22287
22288 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22289
22290 * gdb.base/term.exp: Do not give a warning if not native, it is
22291 not an abnormal condition.
22292
22293 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
22294
22295 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
22296 t_char_array".
22297
22298 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
22299
22300 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
22301 are getting the version number.
22302
22303 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
22304 if not native, it is not an abnormal condition.
22305
22306 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22307
22308 * lib/gdb.exp: Just use "file exists", rather than undocumented
22309 dejagnu procedure "findfile".
22310
22311 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22312
22313 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
22314 (LDFLAGS): Set to -Xlinker -Ur.
22315
22316 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
22317 Removed, these values are set by lib/gdb.exp.
22318
22319 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
22320
22321 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
22322
22323 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
22324 of replicating gdb startup code.
22325
22326 * config/mt-vxworks (LDFLAGS): Set to -r.
22327 (CFLAGS_FOR_TARGET): Removed.
22328
22329 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
22330 (gdb) and gdb for vxworks uses (vxgdb).
22331
22332 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
22333 executable is not in the tree and host != target, use sed and
22334 program_transform_name to determine the gdb name used by the
22335 target.
22336
22337 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
22338 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
22339
22340 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22341
22342 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
22343 floats, chars, and shorts where there are ANSI-style function
22344 definitions.
22345
22346 * gdb.base/langs.exp, gdb.base/langs*: New test.
22347 * gdb.base/Makefile.in: Build it.
22348 * TODO: Remove item about checking that C names don't get C++
22349 demangling applied; this test tests it.
22350
22351 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22352
22353 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
22354 went with the const70 xfail. The xfail went away a year ago.
22355
22356 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
22357
22358 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
22359 for hp300.
22360
22361 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
22362
22363 * gdb.base/a1-selftest.exp: Don't run on hp300.
22364
22365 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22366
22367 * Makefile.in (site.exp): Set host_alias and target_alias as well
22368 as host_triplet and target_triplet.
22369
22370 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22371
22372 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
22373
22374 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
22375 places as other ecoff systems).
22376
22377 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
22378 ultrix.
22379
22380 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22381
22382 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
22383 remove them.
22384 * gdb.base/nodebug.exp: Accept "function" in addition to "text
22385 variable and "variable" in addition to "data variable".
22386 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
22387
22388 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
22389 2.
22390 * gdb.base/list1.c (long_line): Add additional statement at start
22391 of function.
22392 * gdb.base/list.exp (test_forward_search): Update line number to
22393 reflect new statement.
22394
22395 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22396
22397 * gdb.base/signals.exp: Reinitialize searched source directories
22398 after gdb_start call.
22399
22400 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
22401
22402 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
22403 * gdb.stabs/Makefile.in: Likewise.
22404
22405 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
22406 change. Instead split the tests into smaller pieces.
22407 * gdb.disasm/hppa.s: Corresponding changes.
22408
22409 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22410
22411 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22412 Quote ^C when passing it to stty. For some shells ^ is a pipe.
22413
22414 * gdb.base/funcargs.exp: Modify many tests so that every test
22415 either passes or fails. Make some test names unique.
22416
22417 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22418
22419 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
22420 Call stty to set interrupt character.
22421
22422 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
22423 for HP assembler versus GNU assembler based on actual behavior of
22424 $(CC), rather than assuming that $(AS) is always the GNU assembler.
22425
22426 * TODO: Suggest a few more stepping tests.
22427
22428 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
22429
22430 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
22431 restart GDB for h8300 after a continue.
22432 (return): Add pattern to match a29k-udi behavior.
22433 * gdb.base/nodebug.exp: Remove obsolete comment.
22434 * gdb.base/regs.exp: New file, testing of register displays.
22435 * gdb.base/return.exp: Fix typo in reference to $objdir.
22436 * gdb.base/whatis.exp: Always start with a fresh GDB.
22437
22438 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22439
22440 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
22441 higher, these tests generate a lot of output.
22442
22443 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22444
22445 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
22446 code following the catch silently ignored some errors; without the
22447 catch they should be thrown like any other tcl error. Also, the
22448 catch used "" instead of {} which meant all the callers who wanted
22449 to include one of the characters "[]$ had to quote it an extra time.
22450 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
22451 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
22452 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
22453 Remove extra quoting.
22454
22455 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
22456
22457 * gdb.base/commands.exp: Make test names unique; every test either
22458 passes or fails. Update some comments.
22459
22460 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
22461
22462 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22463
22464 The following fixes a FAIL caused by the fact that the alpha stabs
22465 configuration didn't use the ".if alpha" code in weird.def.
22466 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
22467 bit pointer, so the 32 bit version works even on the alpha.
22468 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
22469 Remove the stuff which allowed us to have separate versions for
22470 alpha and everything else.
22471
22472 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
22473 regexp which "info func operator\[\](" is supposed to match. Fix
22474 string to send to GDB. Note that GDB still doesn't work right. Add a
22475 new test for "info func .perator\[\](" which GDB does handle correctly.
22476
22477 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
22478
22479 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22480
22481 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
22482 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
22483 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
22484 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
22485 it makes the tests harder to understand and confuses test-o-matic.
22486 The preferred style is that each test provides a PASS or a FAIL,
22487 and has a unique message (e.g. "continue #54" not just "continue")
22488 which is the same for the pass and the fail.
22489 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
22490 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
22491 to lib/gdb.exp.
22492 * gdb.base/printcmds.exp: Use test_print_accept. Remove
22493 prt_accept which was basically the same thing. Likewise for
22494 test_print_reject and prt_reject.
22495 * lib/gdb.exp (test_print_reject): Add some more error message
22496 patterns to match from the former printcmds.exp (prt_reject).
22497 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
22498 One defect of the passcount stuff is that some of it failed to
22499 report XPASS where appropriate.
22500 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
22501 stuff before and after arg in expected pattern.
22502 (test_paddr_operator_functions): Re-do test without print_addr_of;
22503 this is the only test which seems to want extra stuff there.
22504
22505 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22506
22507 * gdb.base/nodebug.exp: Update new tests to reflect improved
22508 wording of gdb output.
22509
22510 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
22511 and "ptype" work on variables in files compiled without -g.
22512 Replaces commented out "maint print msymbol" tests.
22513
22514 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22515
22516 * gdb.base/setvar.c (dummy): Call malloc.
22517
22518 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
22519 losing with the irix4 sed.
22520
22521 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
22522 ALRM" on irix4.
22523
22524 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22525
22526 * TODO: Remove items about corefile.exp testing new exec-file and
22527 backtrace; both are now done. Add items about printing enums.
22528
22529 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22530
22531 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
22532 "get signal $thissig" test fails.
22533
22534 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
22535
22536 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22537
22538 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
22539 compiler warning with dec alpha compiler.
22540
22541 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
22542 extra \n from gdb_test call (this explains why the prompt test
22543 that I removed yesterday was there).
22544 (user_defined_command_test): Remove extra \n and prompt test.
22545
22546 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
22547 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
22548 doesn't exist.
22549 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
22550 Also remove alpha workaround, which turns out to be because
22551 SIGABRT == SIGLOST.
22552
22553 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
22554
22555 * gdb.base/help.exp: Don't test "help show".
22556
22557 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22558
22559 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
22560 "set print address" is on.
22561 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
22562 pass prompt to gdb_test; gdb_test already looks for the prompt.
22563
22564 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
22565
22566 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
22567 was a vestige of the manual TESTSTRATEGY, and the purpose of it
22568 was to make sure that gdb can read a core file. But (a) the "read
22569 the corefile" part didn't make it to a1-selftest.exp, we just
22570 delete the corefile after creating it, and (b) we test reading
22571 corefiles in corefile.exp anyway. Also, this test left around a
22572 xgdb process on Solaris.
22573
22574 * gdb.base/corefile.exp: Also test backtrace.
22575
22576 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
22577
22578 * gdb.base/commands.exp: Test a simple user defined command with
22579 arguments and if/while statements; verify the full user command is
22580 printed by "show user".
22581
22582 * gdb.base/commands.exp: Test if/while commands as part of a
22583 breakpoint command list; verify they appear in breakpoint
22584 information.
22585
22586 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22587
22588 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
22589 than by dividing by zero.
22590
22591 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
22592
22593 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
22594 performing an inferior call with watchpoints enabled.
22595 * gdb.base/watchpoint.c (main): Delete second unnecessary read
22596 call.
22597
22598 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22599
22600 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
22601 of "file" command.
22602
22603 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
22604 Add additional pattern for when "int operator int(void);" appears
22605 in a different order.
22606
22607 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
22608
22609 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
22610
22611 * gdb.base/help.exp: Replace most of docstrings for "info signals"
22612 and "signal" with ".*".
22613
22614 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
22615
22616 * TODO: Add note about "handle all nostop".
22617
22618 * gdb.base/{sigall.c, sigall.exp}: New test.
22619 * gdb.base/Makefile.in: Add it.
22620
22621 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
22622
22623 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
22624 when invoking GDB, suppresses any windowing interface.
22625
22626 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
22627
22628 * config/sim-gdb: New file, simulator testing support.
22629
22630 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
22631
22632 * gdb.base/interrupt.exp: Test calling func1 twice.
22633
22634 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
22635
22636 * gdb.base/list.exp (test_forward_search): Set timeout higher
22637 when we'll be getting lots of output from gdb.
22638
22639 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
22640 "init_malloc" to after the expect statement. Run it if that
22641 regexp is taken, but also for two others which happen if source
22642 cannot be found.
22643
22644 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22645
22646 * gdb.base/printcmds.exp: New test, for printing register before
22647 program is running.
22648
22649 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22650
22651 * gdb.base/list.exp: Correct some alternate expect patterns
22652 to reflect changes in list1.c.
22653
22654 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22655
22656 * TODO: Add item regarding large frames.
22657
22658 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
22659
22660 * TODO: Remove item about enabling return.exp; it
22661 is enabled. Suggest a few more "return" tests.
22662
22663 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22664
22665 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
22666 anonymous unions.
22667
22668 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22669
22670 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
22671 and pr-5646.o, so "make" is the same as "make all", not "make
22672 pr-4975.o".
22673
22674 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
22675
22676 * gdb.base/list.exp: Adjust expectations to reflect changes in
22677 list1.c.
22678 (test_forward_search): New test proc.
22679 * gdb.base/list1.c (long_line): New function, has long source line.
22680
22681 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
22682
22683 * gdb.base/a1-selftest.exp: Change initial stepping to know about
22684 additional line of code that was added.
22685
22686 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
22687
22688 * gdb.disasm/hppa.s: Break the large branching tests into smaller
22689 tests so as not to overflow expect's input buffers.
22690 * gdb.disasm/hppa.exp: Corresponding changes.
22691
22692 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22693
22694 Beginnings of template debugging tests.
22695 * gdb.c++/templ-info.cc: New file to test for template
22696 debugging capability of the compiler.
22697 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
22698 templ-info.cc.
22699 * gdb.c++/templates.cc: Add explicit template instantiations
22700 to enable compiling with -fno-implicit-templates. Add destructor
22701 and 'value' method to T5 class for template tests.
22702 * gdb.c++/templates.exp: Add testcases for printing of template
22703 types, setting breakpoints on template methods and calling a
22704 template method.
22705
22706 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
22707
22708 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
22709 branch target since some assemblers (gas-2.5) may emit a
22710 relocation for the branch instead of resolving it in the
22711 assembler.
22712
22713 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22714
22715 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
22716 through signal handler.
22717
22718 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22719
22720 * configure.in (*-*-netware): Use config/mt-netware.
22721
22722 * config/mt-netware: New file.
22723 * config/mt-i386-netware: Removed, separate configs for different
22724 netware architectures are no longer needed now that we have
22725 --with-headers.
22726
22727 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22728
22729 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
22730 by the recent changes to use ANSI C arithmetic conversions.
22731
22732 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22733
22734 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
22735 bug involving using inferior_pid to figure out whether to select a
22736 frame.
22737
22738 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
22739
22740 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
22741 match the current disassembler output.
22742
22743 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
22744
22745 * gdb.fortran/exprs.exp: Expect VOID instead of void.
22746 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
22747 types, expect "int" as type of integer values (for now).
22748
22749 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
22750
22751 * gdb.base/commands.exp: New tests for if/while commands.
22752
22753 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
22754
22755 * lib/gdb.exp (runto): Replace sub-pattern for hex value
22756 by .*, since hex values have different syntax in Chill mode.
22757
22758 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22759
22760 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
22761 linefeed from expect pattern for repeated types with indices > 9.
22762
22763 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
22764
22765 First part of Fortran test suite.
22766 * gdb.fortran: New directory.
22767 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
22768
22769 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22770
22771 * gdb.base/default.exp: Update expect pattern for load command
22772 without arguments.
22773
22774 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
22775
22776 * configure.in: Change i386 to i[345]86.
22777 * gdb.base/configure.in: Likewise.
22778 * gdb.c++/configure.in: Likewise.
22779 * gdb.chill/configure.in: Likewise.
22780
22781 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
22782
22783 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
22784 patterns, since that is not a valid context for comments.
22785
22786 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
22787
22788 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
22789 repeated types and repeated types with indices > 9.
22790
22791 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
22792
22793 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
22794 2417; old bug has been fixed.
22795
22796 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
22797
22798 * gdb.base/interrupt.exp: When trying to wake up the inferior,
22799 send the newline ourselves instead of assuming gdb_test will do
22800 so when passed an empty input string.
22801
22802 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
22803 stabs testcode.
22804
22805 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22806
22807 * lib/gdb.exp (gdb_test): Don't send anything if the first
22808 argument is an empty string. This makes cases where we want to
22809 match output that is already in expect's buffers (for example,
22810 matching a breakpoint after gdb_run_cmd has been called) work
22811 reliably.
22812
22813 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22814
22815 * config/netware.exp: New file.
22816
22817 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22818
22819 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
22820 the -B and -L prefixes so we can find the debugging stub.
22821
22822 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
22823 there and we are using the gcc from the tree.
22824
22825 * gdb.base/types.c: Removed.
22826
22827 * gdb.base/configure.in: Look for makefile fragments in ../config.
22828 Recognize i386-*-netware.
22829 * gdb.c++/configure.in: Likewise.
22830
22831 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22832
22833 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
22834 the correct TCL syntax.
22835
22836 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22837
22838 * gdb.base/opaque.exp: use runto instead of messing around with
22839 breakpoints. Simplify by using gdb_test.
22840
22841 * gdb.base/bitfields.exp: restart between tests on netware targets
22842 because breakpoints aren't relocated after target death. Run
22843 processes to completion.
22844
22845 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
22846
22847 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
22848
22849 * Makefile.in: Remove extra tabs that confuse some versions
22850 of "make". Use the newly built gdb to test with by default,
22851 rather than the first one in the tester's search path.
22852
22853 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
22854
22855 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
22856
22857 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
22858 condition help.
22859
22860 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22861
22862 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
22863
22864 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
22865 running.
22866 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
22867 * gdb.base/funcargs.exp: Likewise.
22868
22869 * gdb.base/bitfields.exp: Simplify by using gdb_test.
22870 * gdb.base/funcargs.exp: Likewise.
22871
22872 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
22873 message is "".
22874
22875 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22876
22877 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
22878 return,signals,twice}.exp: Handle non-existant binaries
22879 consistantly.
22880
22881 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
22882 * gdb.base/Makefile.in: Don't try to generate a core dump, we
22883 might testing a cross development system.
22884
22885 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22886
22887 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
22888 runtest script is relative to ${srcdir}, not ${rootdir}.
22889
22890 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
22891
22892 * gdb.base/signals.exp: Allow for optionality of breakpoint
22893 address.
22894
22895 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
22896
22897 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
22898
22899 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
22900
22901 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
22902 for size_t definition.
22903 * gdb.c++/templates.cc: Likewise
22904
22905 * config/mt-i386-netware: New file.
22906
22907 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
22908 defined.
22909
22910 * gdb.base/Makefile.in: Added support for systems that name core
22911 files by appending "core" to the program name.
22912 * gdb.base/a1-selftest.exp: Likewise.
22913
22914 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22915
22916 * gdb.base/return.exp: Add comment and message for `return double'
22917 test failure on Sparc Solaris.
22918
22919 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
22920
22921 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
22922
22923 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22924
22925 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
22926 from optimizing them away.
22927 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
22928 patterns to include default constructors and assignment operators,
22929 to match gcc versions beyond 2.5.8. Accept any cplus demangling
22930 character in the output of the virtual base pointer.
22931
22932 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22933
22934 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
22935 expression match in print_addr_of to avoid unintented matches.
22936 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
22937 versions up to 2.5.8.
22938
22939 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22940
22941 * gdb.base/list.exp: Tweak alternate pattern for listing of an
22942 included file to run under newer versions of expect.
22943 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
22944 consecutive >'s in templates to accomodate recent cplus-dem.c change.
22945 Remove xfail for the virtual table of BDDHookV.
22946
22947 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
22948
22949 * lib/gdb.exp (string_to_regexp): Set a default result.
22950 (default_gdb_start): Fix misleading message.
22951
22952 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
22953
22954 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
22955 Remove all CC, etc definitions.
22956 * config/mt-hpux: New file.
22957 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
22958 (CFLAGS, LDFLAGS): Define.
22959 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
22960
22961 * Makefile.in (site.exp): Don't insert host_os, etc.
22962 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
22963 (distclean): Check existence of subdir.
22964 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
22965 * gdb.base/Makefile.in: General cleanup and simplification.
22966 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22967 to build executables. Use default rule to build .o files.
22968 (EXPECT, RUNTEST, CC): Fix relative pathname.
22969 (site.exp): Don't insert host_os, etc.
22970 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
22971 and/or SIGUSR1 defined.
22972 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
22973 * gdb.c++/Makefile.in: General cleanup and simplification.
22974 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
22975 (CFLAGS): Remove.
22976 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
22977
22978 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
22979
22980 * gdb.base/recurse.exp: Misc changes to get tests running again
22981 after Kung's changes to the watchpoint code.
22982 * gdb.base/watchpoint.exp: Likewise.
22983
22984 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
22985
22986 * lib/gdb.exp (string_to_regexp): Convert {\} also.
22987
22988 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
22989
22990 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
22991 * lib/gdb.exp (default_gdb_start): Define.
22992 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
22993 gdb.base/funcargs.exp, gdb.base/opaque.exp,
22994 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
22995 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
22996 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
22997 Don't call gdb_target_udi in between tests.
22998
22999 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23000
23001 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
23002 (which was basically just a local version of the same thing). In
23003 addition to avoiding duplication, gdb_test_exact is faster.
23004 * lib/gdb.exp (gdb_test_exact): Fix typo.
23005
23006 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
23007 don't give an error.
23008
23009 * gdb.base/term.exp: Call delete_breakpoints before starting.
23010
23011 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
23012 (t10): Add comment.
23013
23014 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23015
23016 Reorganization of the GDB Test Suite.
23017
23018 * gdb.base: New directory, contains all the basic tests.
23019 * gdb.c++: New directory, tests specific to C++.
23020 * gdb.chill: New directory, tests specific to Chill.
23021 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
23022 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
23023 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
23024 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
23025 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
23026 t30-31 to chill).
23027 * */gdbme.*: Rename to match appropriate expect scripts.
23028 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
23029 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
23030 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
23031 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
23032 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
23033 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
23034 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
23035 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
23036 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
23037 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
23038 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
23039 gdb.c++/virtfunc.cc: New names of C++ files.
23040 * gdb.chill/chillvars.ch: New name of Chill file.
23041 * gdb.base/configure.in, gdb.c++/configure.in,
23042 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
23043 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23044 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
23045 * configure.in (configdirs): Update to reflect directory changes.
23046 (target_abbrev): No longer define for any configuration.
23047 * Makefile.in: Cosmetic improvements to header comments.
23048
23049 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
23050
23051 Various changes to gdb.t31:
23052
23053 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
23054 * gdbme.ch: Make all key-words and predefineds be upper-case.
23055 * chillvars.exp: Expect key-words and predefinds in upper-case.
23056
23057 * chillvars.exp: Use gdb_test_exact many places.
23058 Change expected output for arrays (which now includes index labels).
23059
23060 * pr-5020.exp, gdme.ch (module PR_5020):
23061 New test, for PR-5020.
23062
23063 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
23064
23065 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
23066 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
23067
23068 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
23069
23070 * Makefile.in: Fix bit-rot in definitions of CHILL,
23071 CHILL_FOR_TARGET and Chill_LIB.
23072 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
23073 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
23074 CHILL, and CHILL_LIB.
23075
23076 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
23077
23078 * Revert the previous changes. Please see Rob's directory
23079 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
23080
23081 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
23082
23083 * Makefile.in, configure.in, config/mips-gdb.exp,
23084 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
23085 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
23086 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
23087 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
23088 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
23089 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
23090 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
23091 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
23092 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
23093 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
23094 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
23095 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
23096 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
23097 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
23098 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
23099 changes from 94Q1.
23100
23101 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
23102
23103 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
23104 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
23105 Rob's new testing fragments.
23106
23107 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
23108
23109 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
23110 lib/gdb.exp: Replace error proc calls with perror.
23111
23112 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
23113
23114 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
23115 version also, match on casted version strings, and match on
23116 gdb startup case where the line numbers might be messed up.
23117
23118 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
23119
23120 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
23121 (CFLAGS): Delete it from here.
23122
23123 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
23124
23125 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
23126
23127 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
23128
23129 * Makefile.in (RUNTEST): Default to just "runtest".
23130
23131 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23132
23133 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
23134 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
23135 the code has been restructured.
23136
23137 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23138
23139 * gdb.t00/default.exp (set write): Allow any number of \r and/or
23140 \n, not just one of each.
23141
23142 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
23143 /bin/cc gives a warning if you do.
23144
23145 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
23146
23147 * gdb.t24/demangle.exp: change expect pattern of
23148 __t10ListS_link1ZUiRCUiPT0
23149
23150 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23151
23152 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
23153 on local variables in recursive functions.
23154
23155 * gdb.t07/Makefile.in: Build the new test.
23156
23157 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23158
23159 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
23160 directly. Instead compare the return values from actual calls.
23161
23162 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
23163
23164 * Makefile.in (check): Set TCL_LIBRARY for runtest.
23165
23166 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23167
23168 * From Peter Schauer with minor modifications.
23169 * gdb.t15/return.exp (return_tests): Handle targets where "return"
23170 stops in mid-line in the caller. Add xfail for returning a float
23171 value on X86 targets.
23172
23173 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23174
23175 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
23176 to avoid expect lossage.
23177 (fmem_LRbug_tests): Likewise.
23178 * gdb.disasm/hppa.s: Corresponding changes.
23179
23180 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
23181 conditions to work with latest dejagnu/expect.
23182
23183 * gdb.t15/funcargs.exp (finish from indirect call): No longer
23184 expected to fail on the PA.
23185 (backtrace in call with trampolines): Explicitly require main
23186 to be frame #1 (no trampolines should show up in backtrace).
23187
23188 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
23189 "continue -expect".
23190 * gdb.t06/break.exp: Likewise.
23191 * gdb.t07/watchpoint.exp: Likewise.
23192 * gdb.t13/bitfields.exp: Likewise.
23193 * gdb.t15/{funcargs,return}.exp: Likewise.
23194 * gdb.stabs/weird.exp: Likewise.
23195 * config/{mips,udi}-gdb.exp: Likewise.
23196
23197 * hppa.sed: Enclose comments within a sed command to avoid
23198 losing with the old OSF1 sed.
23199
23200 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23201
23202 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
23203 sequent dynix.
23204 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
23205 * gdb.t15/funcargs.exp: Conditionally step again to really
23206 finish from marker_call_with_trampolines. Handle the case where
23207 the first step from within call_with_trampolines already steps
23208 us back to main.
23209 * gdb.t15/gdbme.c: Add comment to closing brace of
23210 call_with_trampolines for funcargs.exp.
23211
23212 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23213
23214 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
23215 Fix typo(s).
23216
23217 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23218
23219 * gdb.t07/gdbme.c: More code for watchpoint testing.
23220
23221 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
23222 "Hardware watchpoint" throughout file.
23223 (test_watchpoint_triggered_in_syscall): New test.
23224 (test_complex_watchpoint): New test.
23225
23226 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23227
23228 * gdbme.c (call_with_trampolines): New function to try and step
23229 into. Tests trampoline problems on the PA.
23230
23231 * funcargs.exp (localvars_in_indirect_call): No longer expect
23232 stepping into indirect call to fail on PAs.
23233 (test_stepping_over_trampolines): New test.
23234
23235 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23236
23237 * TODO: Add suggestions for static member function tests, and
23238 completion tests.
23239
23240 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23241
23242 * TODO: Add suggestions for "p/a" tests.
23243
23244 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
23245 (default_gdb_exit): Replace all the hair with sending "quit" to
23246 the process with a simple close.
23247
23248 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23249
23250 * TODO: Add suggestions for shared library tests.
23251
23252 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23253
23254 * TODO: Add suggestions for x/s tests.
23255
23256 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23257
23258 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
23259 "enable once", and "enable breakpoints once" with ".*".
23260
23261 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23262
23263 * TODO: Add suggestions about structure passing tests.
23264
23265 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23266
23267 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
23268 the primary1 test, use work around if __GNUC__ < 2.
23269 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
23270 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
23271 Test for bad output rather than waiting for timeout. Issue
23272 second continue only if first continue failed.
23273
23274 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23275
23276 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
23277 operator[] test with gdb_test because the old code didn't seem to
23278 be getting the quoting right with the new dejagnu.
23279
23280 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
23281
23282 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
23283 one from the path.
23284 * Makefile.in: Use a fresh expect if there is one, use runtest
23285 from the src tree if there is one.
23286
23287 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23288
23289 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
23290 next over recursive call. Revise the tests from that point on
23291 (which had been skipped) to match GDB's actual (correct) output.
23292
23293 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
23294 with next over a breakpoint whose condition is false.
23295
23296 * gdb.t00/help.exp: Comment out "help set print" tests just like
23297 (and for same reason as) "help set" test.
23298
23299 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23300
23301 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
23302 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
23303
23304 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23305
23306 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
23307 necessary gdb_target_udi.
23308
23309 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
23310
23311 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
23312 1838 and 2417; they are fixed.
23313
23314 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
23315 gdb.t03/ptype.exp (ptype structure, ptype union):
23316 Remove xfails; the test is looser than when the xfails were added.
23317
23318 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
23319 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
23320
23321 * gdb.t01/run.exp: Only run shell test if isnative.
23322
23323 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
23324 since "run" automatically loads if necessary. Call gdb_target_udi
23325 after the "file" since "file" kills any execution target.
23326
23327 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
23328 GDB. GDB doesn't work that way (not anymore at least) on UDI.
23329 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
23330 argument for UDI.
23331
23332 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
23333
23334 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
23335
23336 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
23337
23338 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23339
23340 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
23341 properly quoting regexps. This makes the second argument to
23342 demangle a fixed string, which matches the callers, instead of a
23343 shell-style pattern which is what the previous implementation
23344 used. Update some of the callers.
23345
23346 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23347
23348 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
23349 (comib_nullified_tests): Fix typo.
23350 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
23351 strings. No longer expected to fail.
23352
23353 * gdb.disasm/hppa.s (addib_tests): Fix typo.
23354 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
23355 strings. No longer expected to fail.
23356
23357 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
23358 string. No longer expected to fail.
23359
23360 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23361
23362 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
23363 No longer expected to fail.
23364
23365 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
23366 string. No longer expected to fail.
23367
23368 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23369
23370 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
23371 only in the names (I probably got most of them). I was even
23372 generous with some which differed in underscores in names, and
23373 probably missed a few, and I *still* was able to remove almost a
23374 third of the file with almost no impact on testsuite coverage.
23375
23376 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23377
23378 * gdb.t00/default.exp: Match udi_attach error message as well as
23379 the one from child_attach.
23380
23381 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
23382
23383 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
23384
23385 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
23386 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
23387
23388 * Move test with enums and partial symbols back to
23389 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
23390 Reverts the change of 26 May 93. Per today's change to
23391 stabs.texinfo, the behavior that weird.exp was expecting was
23392 unreasonable; what is important is that the compiler+gdb get
23393 things right, which happens with a recent gcc. Also fix the test
23394 to deal with native compilers which put out the stab gdb can't
23395 deal with.
23396
23397 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23398
23399 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
23400 in the names. The main thing these accomplish is to slow things down.
23401 Many more such duplicates surely remain.
23402
23403 * gdb.t00/help.exp: Comment out "help support" test just like
23404 (and for same reason as) "help set" test.
23405
23406 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
23407
23408 * gdb.t06/break.exp: Remove setup_xfails for
23409 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
23410 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
23411 about known bug in gcc to include up through 2.5.8.
23412 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
23413 well as "_vb$".
23414 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
23415 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
23416 with latest gcc and gdb.
23417 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
23418 well as "_vb$".
23419
23420 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23421
23422 * configure.in (hppa*-*-*): Also configure and build stabs-only
23423 tests.
23424
23425 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23426
23427 * gdb.t10/hppa.mt: A makefile fragment for the PA.
23428 * gdb.t10/configure.in (hppa*-*-*): Use it.
23429
23430 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23431
23432 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
23433
23434 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23435
23436 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
23437 versions prior to 1.13.5.
23438
23439 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23440
23441 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
23442 the prompt is at the start of a line.
23443
23444 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23445
23446 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
23447 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
23448 in the copr tests now.
23449 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
23450 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
23451 expected to fail.
23452
23453 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
23454
23455 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
23456 gdb.t31/chillvars.exp, lib/gdb.exp:
23457 Tweak to run under either version of expect.
23458 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
23459 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
23460 * gdb.t11/list.exp: Remove extraneous whitespace.
23461
23462 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23463
23464 * gdb.t16/printcmds.exp (test_print_strings): Accept
23465 "(unsigned char *) " before the string.
23466
23467 * TODO: Add notes about printing of fancy types and GDB expressions.
23468
23469 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
23470
23471 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
23472 * gdb.t06/configure.in: Don't try to compile signals test program
23473 if doing mips-idt-ecoff.
23474
23475 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
23476
23477 * Most .exp files: Tweak to run under either version of expect.
23478
23479 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23480
23481 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
23482 xfails; I'm not sure why they are failing, but not because of PR 1806.
23483
23484 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
23485
23486 * config/unix-gdb.exp: Remove gdb_unload cause it's already
23487 defined in lib/gdb.exp.
23488
23489 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23490
23491 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
23492 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
23493 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
23494 have to be typeless.
23495
23496 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
23497
23498 * TODO: Add suggestion for copyright year test.
23499
23500 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
23501
23502 * configure.in (*-*-lynxos*): Add stabs tests.
23503
23504 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23505
23506 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
23507 so insert a tab before any assembler directive in column zero.
23508
23509 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
23510 stores.
23511 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
23512 stores.
23513 (fpu_short_memory_tests): Likewise.
23514
23515 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23516
23517 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
23518 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
23519 .stabs directives in comments.
23520
23521 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23522
23523 * TODO: New file, describing tests we could write.
23524 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
23525
23526 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23527
23528 * gdb.t06/signals.exp: Add kludge to force re-sync.
23529
23530 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
23531 to xgdb instead of gdb, get out of gdb.
23532
23533 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
23534
23535 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
23536 for info.
23537
23538 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
23539
23540 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
23541 * gdb.stabs/configure.in (hppa*-*-*): Use it.
23542 * gdb.stabs/hppa.sed: New sed script for the PA.
23543
23544 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23545
23546 * gdb.stabs: Re-write weird.def and configuration to use sed
23547 instead of cpp. sed is portable and POSIX; cpp is neither.
23548
23549 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23550
23551 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
23552
23553 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23554
23555 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
23556
23557 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23558
23559 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
23560 "_vb$".
23561 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
23562 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
23563
23564 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23565
23566 * lib/gdb.exp: Comment out code which depends on non-existent
23567 `transform' procedure.
23568
23569 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
23570
23571 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
23572 * lib/gdb.exp: Transform tool name.
23573 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
23574 1.1's new error handling system.
23575
23576 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23577
23578 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
23579
23580 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23581
23582 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
23583 They made pattern matching so slow that timeouts happened on
23584 heavily loaded systems. Now any output from "show print" which
23585 gets us back to the GDB prompt is a PASS.
23586
23587 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
23588
23589 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
23590
23591 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23592
23593 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
23594
23595 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
23596 It is not from PR 3220.
23597
23598 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23599
23600 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
23601 just started failing because they depended on the order the
23602 subcommands are presented, or exact docstring text. This kind of
23603 test is a pain and has minimal benefit.
23604
23605 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23606
23607 * gdb.t09/corefile.exp: At end of test, use "core" command with
23608 no arguments.
23609
23610 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
23611
23612 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
23613 17}/Makefile.in: Make it possible to run the testsuite with Sun
23614 make and CC = cross gcc by adding explicit build rules for .o
23615 files.
23616
23617 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23618
23619 * gdb.t15/funcargs.exp: Don't put comments on same line as
23620 setup_xfail (@#$*%& tcl braindamage!).
23621
23622 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23623
23624 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
23625
23626 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
23627
23628 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
23629 * gdb.t20/inherit.exp: remove three dumplicate entries.
23630
23631 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23632
23633 * gdb.t06/break.exp: For "next over recursive call", fail on any
23634 incorrect output, not just on "factorial (value=2)".
23635
23636 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23637
23638 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
23639 working now. Add an xfail if accesing a bss variable causes
23640 a memory error if the target is not yet run.
23641
23642 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23643
23644 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
23645 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
23646 name of __st* demangling (2 strings). Did Kung really get the
23647 more than 95 others right without testing them?
23648
23649 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
23650
23651 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
23652
23653 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
23654
23655 * configure.in (configdirs): Add gdb.disasm
23656 * gdb.disasm: New directory for GDB disassembler tests.
23657 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
23658
23659 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23660
23661 * gdb.t00/help.exp: Don't test "help set".
23662
23663 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
23664 from within expect statements. None of these happen anymore and
23665 they cause regressions to be silently unnoticed.
23666
23667 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
23668 messages) about known failures with gcc cygnus-2.4.5-930417.
23669
23670 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
23671 comp-info.exp so it gets built if it doesn't exist.
23672
23673 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
23674 it is no longer used.
23675 * gdb.t13/comp-info.c: Removed.
23676
23677 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
23678
23679 * gdb.t06/signals.exp: Add xfail for sun3.
23680
23681 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23682
23683 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
23684 relevant because ^C doesn't get sent but failure can be reproduced
23685 interactively).
23686
23687 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23688
23689 * gdb.stabs/alpha.mt: New configuration file for alpha.
23690 * gdb.stabs/configure.in: Use it.
23691 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
23692 sharing with alpha.mt, redefine long to word via preprocessor.
23693 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
23694 for alpha.
23695 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
23696 native cc.
23697 * gdb.t00/teststrategy.exp: Change expect string so that we
23698 consume the `(xgdb)' from the command echo and from the gdb prompt.
23699 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
23700 gdb currently compares all values as long, so this failure probably
23701 applies to any configuration where LONGEST is bigger than a target int.
23702 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
23703 with gcc.
23704 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
23705 to handle opaque pointers, gcc is.
23706 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
23707 as first argument. Include <sys/types.h> and change all operator
23708 new definitions to use size_t.
23709 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
23710 now that we use size_t.
23711
23712 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23713
23714 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
23715 a long or float array cast all array members to the same type.
23716 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
23717 with 64 bit longs.
23718 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
23719 on alpha.
23720 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
23721
23722 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23723
23724 * gdb.t24 (demangle.exp): Constructors of templates have names like
23725 vector<int>::vector(int) not vector<int>::vector<int>(int). See
23726 section 14.6 of the ARM.
23727
23728 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
23729 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
23730 accomplish little and slow down the testsuite.
23731
23732 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
23733 Accept spaces various places.
23734
23735 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23736
23737 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
23738 with watchpoint enabled.
23739
23740 * Makefile.in: Remove definition of CC and remove the second
23741 definition of CXX (the "CXX = gcc" one remains). These definitions
23742 were causing backquotes to be expanded within backquotes, which
23743 doesn't work.
23744
23745 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
23746
23747 * gdb.t17/callfuncs.exp: Add "return 0" to end.
23748
23749 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23750
23751 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
23752 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
23753 by mips cc and contains no stabs entries.
23754
23755 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
23756
23757 * config/vx-gdb.exp: Use fake device to load files rather than
23758 NFS.
23759 * lib/gdb.exp: New proc to do "file" command.
23760 * config/unix-gdb.exp: Use new "file" proc.
23761
23762 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
23763
23764 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
23765 Rework board rebooting slightly.
23766 (gdb_exit): Don't exit from the remote shell; there isn't one.
23767 * gdb.stabs/weird.exp: If a program is being debugged already,
23768 kill it.
23769 * gdb.t04/setvar.exp: Stop and restart gdb.
23770 * gdb.t05/expr.exp: Likewise.
23771 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
23772 restart gdb and reload the program.
23773 * gdb.t08/opaque.exp: Likewise.
23774 * gdb.t12/scope.exp: Likewise.
23775 * gdb.t13/bitfields.exp: Likewise.
23776 * gdb.t15/funcargs.exp: Likewise.
23777 * gdb.t20/classes.exp: Likewise.
23778 * gdb.t03/ptype.exp: Increase timeout.
23779 * gdb.t16/printcmds.exp (test_print_string_constants,
23780 test_print_array_constants): Likewise.
23781 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
23782 * gdb.t20/classes.exp (do_tests): Likewise.
23783 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
23784
23785 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
23786
23787 * gdb.stabs: Renamed *wierd* to *weird*.
23788
23789 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23790
23791 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
23792 for timeout. Add "known gcc 2.4.5 bug" to failure message.
23793
23794 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
23795
23796 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
23797 (do_tests): Remove xfail for whatis on one_var and two_var.
23798
23799 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
23800
23801 * Makefile.in: Made cross building work better by adding
23802 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
23803
23804 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23805
23806 * gdb.t15/{return.c,return.exp,Makefile.in}:
23807 New test, currently commented out.
23808
23809 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
23810
23811 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
23812 still running and removes the leftover named socket so GDb can do
23813 clean restarts.
23814
23815 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
23816
23817 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
23818 console, not GDB.
23819 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
23820 cross testing works better with "make check"
23821 * config/unix-gdb: Use default procedures for exit and version.
23822 * config/vx-gdb.exp: Cleaned up and massaged back to working order
23823 with the newest VxWorks.
23824
23825 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23826
23827 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
23828 old form.
23829
23830 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
23831 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
23832
23833 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
23834
23835 * config/unix-gdb.exp: Remove this version of gdb_exit
23836 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
23837 Rob says he'll look at it when he gets back to testing boards.
23838
23839 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
23840
23841 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
23842 an expected fail for certain ptype commands.
23843
23844 * gdb.t20/classes.exp: Update expected results of "ptype class
23845 Base1" to account for the constructor that now appears in the type.
23846
23847 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
23848
23849 * configure.in (configdirs): Restore gdb.t04, which mysteriously
23850 disappeared from list.
23851 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
23852 "alldone" proc with call to cleanup and exit.
23853 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
23854 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
23855 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
23856 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
23857 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
23858 "alldone" proc with simple returns that suppress remaining
23859 tests. The alldone proc went away many months ago.
23860
23861 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23862
23863 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
23864
23865 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
23866
23867 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23868
23869 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
23870 as vax gdb will display them.
23871
23872 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23873
23874 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
23875 optimizers.
23876
23877 * scope.exp: Change "bad value for localval" messages so each one
23878 is unique.
23879
23880 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
23881 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
23882
23883 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
23884
23885 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23886
23887 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
23888 doesn't exist (due to optimization).
23889
23890 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23891
23892 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
23893 contains \r because the filename is long.
23894
23895 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
23896 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
23897
23898 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23899
23900 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
23901 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
23902 Ultrix.
23903 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
23904 int tests.
23905 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
23906
23907 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
23908
23909 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
23910
23911 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
23912 to match does not match the passing case but still matches the
23913 failing case.
23914
23915 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23916
23917 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
23918
23919 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
23920
23921 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
23922 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
23923 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
23924 Remove various versions of gdb_exit.
23925 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
23926 gdb_exit.
23927 * config/unix-gdb.exp: gdb_exit remains here, and should override
23928 the generic version, since it's doing a lot of wierd stuff that
23929 the other versions aren't. FIXME, fold it in, or abandon this
23930 version.
23931
23932 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23933
23934 * gdb.t24/demangle.exp: Add tests for PR 3220.
23935
23936 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23937
23938 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
23939
23940 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
23941
23942 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
23943 "i386-*-*". Works for i486 as well.
23944
23945 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
23946 bug, and expand domain of xfail to all SVR4 systems, since the
23947 actual problem is likely to be in generic SVR4 /proc support.
23948
23949 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23950
23951 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
23952
23953 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
23954
23955 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
23956 xfails for other systems. Match a missing 'Continuing.' as an
23957 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
23958
23959 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
23960 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
23961 Only issue warning for missing executables if -all option is used.
23962
23963 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
23964 file if -all option is used. It's like an unpredictable XFAIL.
23965
23966 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23967
23968 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
23969 for dynamically linked binaries.
23970
23971 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
23972
23973 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23974
23975 * gdb.t20/inherit.exp: Change message for "print tagless struct"
23976 to state that this is a known bug in old versions of g++.
23977
23978 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23979
23980 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
23981 while waiting for `Continuing'.
23982
23983 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
23984
23985 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
23986 in text, data, and bss.
23987 * gdb.t10/nodebug.c: Add local and global test variables for
23988 initialized and uninitialized data.
23989
23990 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
23991
23992 * config/unix-gdb.exp (gdb_exit): Add "wait".
23993
23994 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23995
23996 * gdb.t06/signals.exp: xfail the continue from the handler for all
23997 targets.
23998
23999 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
24000 function with watchpoints enabled, the i386 call dummy starts with
24001 a call.
24002
24003 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
24004 386 bsd names its corefiles.
24005
24006 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
24007
24008 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
24009 compilers don't grok it.
24010 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
24011 with small octal ints rather than character constants, which
24012 are signed and might not fit if first promoted to int.
24013
24014 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
24015
24016 * gdb.t09/Makefile.in (clean): Remove corefile.
24017
24018 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24019
24020 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
24021
24022 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24023 and Jim Kingdon (kingdon@cygnus.com)
24024
24025 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
24026 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
24027 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
24028
24029 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24030
24031 * gdb.t17/interrupt.exp: Add xfail for hppa.
24032
24033 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24034
24035 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
24036 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
24037 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
24038 to determine signed-ness of bitfields and use the result to setup
24039 the xfail.
24040 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
24041 * gdb.t15/funcargs.exp: Use them to step until the second indirect
24042 call line is reached if necessary.
24043
24044 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24045
24046 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
24047
24048 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24049
24050 * gdb.t06/break.exp: Also test `clear' command.
24051
24052 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24053
24054 * gdb.t00/teststrategy.exp: Remove extra quote.
24055
24056 * gdb.t07/watchpoint.exp: Change xfail for calling function with
24057 watchpoint enabled to be for all non-68k machines.
24058
24059 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
24060
24061 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24062
24063 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
24064 targets use aout.mt instead of ecoff.mt as gas understands
24065 standard aout format.
24066
24067 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
24068
24069 * lib/gdb.exp (runto): Don't insist that function we are running to
24070 was compiled with -g.
24071
24072 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
24073
24074 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
24075 to get back into the read system call.
24076 Accept leading newline in case where we woke it up.
24077
24078 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24079
24080 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
24081 to make the stabs test work on ecoff systems using gcc and -with-stabs.
24082 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
24083 enable ecoff configuration.
24084
24085 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24086
24087 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
24088
24089 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24090
24091 * gdb.t16/printcmds.exp: Add another printf test.
24092
24093 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
24094
24095 * configure.in: If configured -with-stabs on any target, add
24096 stabsdirs to configdirs.
24097
24098 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24099
24100 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
24101 fun" so pattern does not match the command itself.
24102
24103 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24104
24105 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
24106
24107 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24108
24109 * gdb.t17/interrupt.exp: Test for more things.
24110
24111 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24112
24113 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
24114 compiler arranges the code and line numbers.
24115
24116 * gdb.t17/interrupt.exp: Don't send \n after ^C.
24117
24118 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24119
24120 * gdb.t00/help.exp: Increase expect input buffer size.
24121
24122 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24123
24124 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
24125
24126 * gdb.t07/watchpoint.exp: Add xfail for hppa.
24127
24128 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
24129
24130 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
24131 [0-9]*, not just [0-9].
24132
24133 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24134
24135 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
24136
24137 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
24138
24139 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24140
24141 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
24142
24143 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24144
24145 * gdb.t06/signals.c: Add xfails for sun3.
24146
24147 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
24148
24149 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
24150 test_stepping tests.
24151
24152 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24153
24154 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
24155
24156 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
24157
24158 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
24159 rather than actually putting it through cpp twice.
24160
24161 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
24162
24163 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
24164
24165 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
24166 no longer needed.
24167
24168 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24169
24170 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
24171
24172 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
24173 C++ features prints as "struct", make it a pass, not an xfail.
24174
24175 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24176
24177 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
24178 Don't require VA to print as "class" rather than "struct".
24179
24180 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
24181
24182 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
24183
24184 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24185
24186 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
24187
24188 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24189
24190 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
24191 order.
24192
24193 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24194
24195 * gdb.t16/printcmds.exp: Add printf tests.
24196
24197 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
24198
24199 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
24200
24201 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
24202
24203 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
24204 pass counts, to counteract any existing or future setup_xfails.
24205
24206 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24207
24208 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
24209 {BEGIN,END}_COMMON for common block instead of STAB.
24210 * gdb.stabs/wierd.exp: Add xfail for rs6000.
24211
24212 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
24213 intp_var should be N_GSYM not N_LSYM.
24214 wierd-aout.S: Use a label for the value of the N_SO.
24215 wierd.def: Remove all backslashes.
24216 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
24217
24218 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24219
24220 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
24221 get the expected next to inheritance3.
24222
24223 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24224
24225 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
24226 now that gcc-2.4 gets it right.
24227
24228 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24229
24230 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
24231
24232 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
24233 generating comp-info.exp which works for cross-compilation.
24234
24235 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
24236
24237 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
24238 "*-*-sysv4.*".
24239
24240 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
24241
24242 * gdb.t01/run.exp: Start with a fresh gdb.
24243 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
24244 SVR4.x.
24245
24246 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
24247
24248 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
24249 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
24250 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
24251 Makefile.in (distclean, realclean): Remove gdbme.c from list of
24252 things to remove.
24253
24254 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
24255
24256 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
24257 test cases from bug reports.
24258
24259 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
24260
24261 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
24262 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
24263 avoid spurious xfails.
24264 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
24265 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
24266 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
24267
24268 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
24269
24270 * gdb.t00/teststrategy.exp: Rework to provide more useful
24271 description of each test, fix problem with systems that define
24272 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
24273 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
24274 results for "next over recursive call" so timeouts aren't taken
24275 by error.
24276
24277 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
24278
24279 * gdb.t12/scope.exp: Test printing of variables before run.
24280
24281 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
24282 printed in wrong order due to sorting.
24283
24284 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
24285
24286 * gdb.t00/teststrategy.exp: Fix expected results for printing
24287 user entered string constant. Is array of char, prints with no
24288 address.
24289
24290 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
24291 commands.
24292 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
24293 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
24294 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
24295 of struct of char arrays.
24296 * gdb.t00/radix.exp: New tests for radix commands.
24297
24298 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
24299
24300 * gdb.t16/printcmd.exp: Print a variable before running program
24301 (with xfail for AIX).
24302
24303 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
24304
24305 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
24306
24307 * gdb.t16/printcmd.exp: Don't print variables before running program.
24308
24309 * gdb.t06/break.exp: Don't require envp argument to main.
24310
24311 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
24312
24313 * gdb.t02/whatis.exp, gdb.t11/list.exp:
24314 Add xfails for rs6000.
24315
24316 * gdb.t02/whatis.exp: Change other tests not to re-test something
24317 we already tested.
24318
24319 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
24320 each type used has a variable of that type.
24321
24322 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
24323
24324 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
24325
24326 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
24327
24328 * configure.in: change srctrigger to be a file, not a directory
24329
24330 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
24331
24332 * configure.in (mips-idt-ecoff*): Added trailing '*'.
24333
24334 * gdb.t11/list.exp: Fixed a couple of typos.
24335
24336 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
24337
24338 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
24339 is fixed and PR is closed.
24340 * gdb.t16 (gdbme.c): Add simple test string variable.
24341 * gdb.t16 (printcmds.exp): Add tests with simple test string
24342 variable, primarily for boundaries on "set print elements".
24343
24344 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
24345
24346 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
24347 Make leading 0's optional and don't expect a tab in the middle
24348 of the number.
24349
24350 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
24351
24352 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
24353 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
24354 don't end command passed to gdb_test with newline.
24355
24356 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
24357 signed keyword away, don't expect signed bitfields to be signed.
24358
24359 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
24360 printing with only as many 1's as are in the field as well as printing
24361 with 32 1's (see comment).
24362
24363 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
24364
24365 * gdb.t00/default.exp: Start with a fresh gdb.
24366 * configure.in (configdirs): Remove gdb.t31 until the chill
24367 compiler works again. It no longer is able to find chillrt0
24368 since it isn't in libchill.a anymore.
24369 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
24370 wierd.o, make more modular.
24371 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
24372 spurious newlines that caused problems.
24373
24374 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24375
24376 * Move test with enums and partial symbols from gdb.t03/ptype.exp
24377 to gdb.stabs/wierd.exp since GCC has worked around the bug.
24378 gdb.stabs/wierd.{exp,def}: Many new tests.
24379
24380 * gdb.t00/default.exp: update info line for new message.
24381
24382 * gdb.t02/{whatis.exp,gdbme.c}:
24383 Test that "char *" doesn't print as "caddr_t".
24384
24385 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24386
24387 * gdb.t00/help.exp: Use .* in place of some help messages which
24388 just changed.
24389 gdb.t00/default.exp: Update "info frame" test for new message.
24390 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
24391 Remove some xfails
24392
24393 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24394
24395 * gdb.t03/{gdbme.c,ptype.exp}:
24396 Add tests for typedef'd struct and union without tags.
24397 Also check "whatis" on a variable of a typedef'd enum without a tag.
24398
24399 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
24400 PRMS 1823; the bug still exists but isn't reproduced by this test
24401 anymore), and remove rs6000 XFAIL (the bug is fixed).
24402
24403 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
24404 duplicated from whatis.exp. For those that are left, accept
24405 "long", "long int", or "int" for long variables (whatis.exp already
24406 has an XFAIL for "int", so no need to fail it here).
24407
24408 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
24409 Deal with GCC's names for types now that GDB uses the compiler's names.
24410
24411 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
24412 setup_xfail's for sunos4. If we #defined the signed keyword away,
24413 don't expect GDB to know that char it is signed.
24414
24415 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
24416
24417 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
24418
24419 * configure.in (configdirs): Add gdb.t24 for C++ tests that
24420 should work on any system, regardless of debugging format.
24421 * gdb.t21/demangle.exp: Move to gdb.t24.
24422 * gdb.t24/demangle.exp: Move from gdb.t21.
24423 * gdb.t24/{Makefile.in, configure.in}: New files.
24424
24425 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24426
24427 * configure.in: Do gdb.stabs and C++ tests only for stabs.
24428 * gdb.stabs: New directory.
24429
24430 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
24431
24432 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
24433 not just "Quit anyway?".
24434
24435 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
24436
24437 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
24438 that all setup_xfails are immediately followed by clear_xfails.
24439
24440 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
24441
24442 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
24443 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
24444 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
24445 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
24446 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
24447 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24448 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24449 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
24450 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
24451 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
24452 gdb.t31/chillvars.exp, lib/gdb.exp:
24453 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
24454 bug-gdb@prep.ai.mit.edu.
24455
24456 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
24457
24458 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
24459 with 0.0, not integer 0.
24460
24461 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
24462
24463 * gdb.t06/break.exp: Update for "Kill the program" message change.
24464
24465 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
24466
24467 * Makefile.in (GDBFLAGS): Set to -nx.
24468 * Makefile.in (site.exp): Use GDBFLAGS.
24469
24470 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24471
24472 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
24473 Makefiles.
24474 (check): depend on just-check.
24475 (just-check): added so that tests can be run without a noop
24476 build pass.
24477
24478 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
24479
24480 Switch to using configure's configdirs.
24481 * Makefile.in (Makefile): add configure.in dependency.
24482 (SUBDIRS): removed redundant assignment.
24483 * configure.in: switch subdirs assignment to configdirs.
24484 * gdb.t*/configure.in: new files.
24485
24486 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
24487
24488 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
24489 works.
24490
24491 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
24492
24493 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
24494 in explicit rules. Apparently this is not supported by some makes.
24495
24496 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
24497
24498 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
24499
24500 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24501
24502 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
24503 disappeared.
24504
24505 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
24506
24507 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
24508
24509 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
24510
24511 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
24512 watchpoint problem that is now fixed.
24513 * gdb.t30/chexp.exp: Remove setup_xfail for printing
24514 uninitialized convenience variables.
24515 * gdb.t31/chillvars.exp: Fix expected patterns for printing
24516 structures.
24517
24518 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24519
24520 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
24521 which causes expect to get out of sync with gdb on long output
24522 from help set.
24523 * gdb.t09/corefile.exp: Make expected pattern for core file
24524 failing signal and frame output format less sun specific.
24525
24526 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
24527
24528 * gdb.t31/chillvars.exp: Add and remove initial dummy
24529 breakpoint, so that symbol table is forced in.
24530 (Needed at least on Sunos4, though it seems not SVR4.)
24531 * gdb.t31/chillvars.exp: Update for changed output format.
24532
24533 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
24534
24535 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
24536
24537 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
24538
24539 * Makefile.in: Added --srcdir when invoking runtest, removed the
24540 need for a local config file. (optional now)
24541
24542 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
24543
24544 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
24545 failure count used to force early termination. Add some more
24546 expected failures for gnu style demangling.
24547
24548 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24549
24550 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
24551 pmi variable from gdb.t20/gdbme to get optimized away.
24552 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
24553 Check for written corefile upon timeout _and_ eof.
24554
24555 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24556
24557 * config/unix-gdb.exp: Add missing return 0.
24558
24559 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24560
24561 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
24562 test termination.
24563
24564 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
24565
24566 * configure.in (subdirs): Put back gdb.t17 which mysteriously
24567 disappeared.
24568
24569 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
24570
24571 * gdb.t10/crossload.exp: Disable the i860-elf test until such
24572 time as i860 support works.
24573
24574 * gdb.t15/funcargs.exp: Fix expected outputs to include
24575 "backtrace 100\r" rather than just "backtrace\r", to match last
24576 change.
24577
24578 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
24579
24580 * config/udi-gdb.exp (gdb_exit): Remove close command.
24581 (gdb_target_udi): New procedure to set the UDI target.
24582 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
24583 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
24584 Added waits for prompts after several question responses. Added
24585 some more responses used by a29k-amd-udi-gdb.
24586 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
24587 pass different arguments, restart UDI connection after program
24588 completion.
24589 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
24590 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
24591 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
24592 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
24593 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
24594 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
24595 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
24596 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
24597 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
24598 after program completion.
24599 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
24600 compiled with a SELECT_VECS setting.
24601 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
24602 infinite recursion.
24603
24604 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
24605 Added checks for COFF results, and made them expected failures for
24606 all targets. It would be better to make them expected failures
24607 for COFF targets only.
24608
24609 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
24610
24611 * Makefile.in: add null dvi target, don't bother to recurse
24612 through test directories for info and install-info; rename
24613 $(datadir) to be dejagnu instead of deja-gnu
24614
24615 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
24616
24617 * gdb.t31/gdbme.ch: Re-enable code that previously caused
24618 compiler to coredump.
24619 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
24620 code.
24621
24622 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
24623
24624 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
24625 coredump.
24626 * gdb.t31/chillvars.exp: Comment out tests that depend on that
24627 code.
24628
24629 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
24630
24631 * gdb.t03/ptype.exp: tests for return code from gdb_test.
24632 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
24633 which in a shell. Deletes xgdb when done.
24634 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
24635 Tests the return from the "set height" or "set width" commands.
24636 Added a few return codes where needed.
24637
24638 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
24639
24640 * Makefile.in (SUBDIRS): Add gdb.t17.
24641 * configure.in (subdirs): Add gdb.t17.
24642 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
24643 files to test gdb's calling of functions in the inferior with
24644 the correct arguments and gdb's ability to retrieve any
24645 result returned.
24646
24647 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
24648
24649 * config/unix-gdb.exp (gdb_exit): Remove close commands that
24650 may be called after gdb goes away. Previous versions of expect
24651 needed these to avoid file descriptor leaks, but they cause
24652 errors with the current revision of expect.
24653 * gdb.t00/gdbvars.exp: Use -re on expected output after
24654 setting sevenbit-strings.
24655 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
24656 to set sevenbit-strings consistent across tests.
24657 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
24658 set sevenbit-strings consistent across tests.
24659
24660 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
24661
24662 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
24663 expected output to match current "expect" expectations.
24664
24665 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
24666
24667 * gdb.t00/default.exp: Change expected output for default "source"
24668 command, to match new gdb behavior which requires a filename to
24669 source.
24670
24671 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
24672
24673 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
24674 expected fail for i486-*-* that misses the marker2 function.
24675 * gdb.t10/crossload.exp (bfddefault): Allow successful
24676 recognition of a format to pass even if no symbols are found.
24677 Explicitly catch failures where the format is not recognized
24678 or is ambiguous, and add the reason to the fail message.
24679 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
24680 the cause is and invalid target and add reason to failure message.
24681 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
24682 elf32-i386, elf32-sparc, and elf32-i860.
24683 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
24684 Set up expected failure for 'filename'::variable scope resolution,
24685 which is now apparently broken on all targets.
24686 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
24687 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
24688 gdb.t23/templates.exp: Change failure for missing binfile into
24689 just a warning.
24690 gdb.t21/demangle.exp: Change all cfront references to 'arm'
24691 references.
24692
24693 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
24694
24695 * gdb.t00/default.exp: Add expected output for default "source"
24696 command, to match new gdb behavior.
24697 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
24698
24699 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
24700
24701 * config/*-gdb.exp: returns an error, rather than exiting on
24702 internal errors.
24703
24704 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
24705
24706 * gdb.t03/gdbme.c: Add pointer to struct variable.
24707 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
24708 referencing struct members.
24709
24710 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
24711
24712 * configure.in (mips-idt-ecoff): New target.
24713 * config/mips-gdb.exp: New file for remote board using MIPS remote
24714 debugging protocol.
24715
24716 * Redid configuration scheme. Removed gdb.t*/configure.in.
24717 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
24718 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
24719 distclean targets. Built executables via .o files. Adjusted
24720 tests to account for source files in $(srcdir) rather than
24721 $(objdir).
24722 * lib/gdb.exp (runto): Don't expect () after the function name,
24723 because it may have arguments.
24724
24725 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
24726
24727 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
24728 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
24729 expected failures for mips-idt-* and mips-sgi-*.
24730 * gdb.t00/default.exp (attach): Kill process if requested.
24731 * gdb.t00/help.exp (help target core, help target): Accept a gdb
24732 that does not read core files.
24733 * gdb.t01/run.exp: Removed checks for exit status code.
24734 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
24735 it is linked in.
24736 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
24737 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
24738 appropriate, rather than doing it by hand.
24739 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
24740 execution.
24741 * gdb.t10/crossload.exp: Kill existing program if needed.
24742 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
24743 appropriate, rather than doing it by hand. Always increase
24744 timeout for this test, not just for VxWorks.
24745
24746 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
24747
24748 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
24749 of Chill STRUCT types and STRUCT values.
24750 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
24751 than "char".
24752 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
24753 struct2): New struct definitions and initializations to test
24754 simple Chill STRUCT types.
24755
24756 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
24757
24758 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
24759 the null byte at the end of strings.
24760 * gdb.t00/default.exp: Make show version insensitive to copyright
24761 date.
24762 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
24763 to avoid dependencies on target char signedness.
24764 * gdb.t16/printcmds.exp: Update expected results for explicitly
24765 unsigned char.
24766 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
24767 now work.
24768 * gdb.t21/demangle.exp: Add many more patterns for template
24769 demangling, most of them being expected failures.
24770 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
24771 string we are matching for, to match on the whole string.
24772 * gdb.t21/demangle.exp: Add many new test strings to demangle,
24773 and fix a whole bunch that had incorrect expected output but were
24774 passing anyway because of the bug in "proc demangle".
24775 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
24776 type.
24777 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
24778
24779 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
24780
24781 * gdb/testsuite: made modifications to testcases, etc., to allow
24782 them to work properly given the reorganization of deja-gnu and the
24783 relocation of the testcases from deja-gnu to a "tool" subdirectory.
24784
24785 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
24786
24787 * gdb/testsuite: Initial creation of gdb/testsuite.
24788 Migrated dejagnu testcases and support files for testing nm to
24789 gdb/testsuite from deja-gnu. These files were moved "as is"
24790 with no modifications. This migration is part of a major overhaul
24791 of dejagnu. The modifications to these testcases, etc., which
24792 will allow them to work with the new version of dejagnu will be
24793 made in a future update.
24794
24795 For additional changes see gdb.mi/ChangeLog-1999-2003.
24796 \f
24797 ;; Local Variables:
24798 ;; mode: change-log
24799 ;; left-margin: 8
24800 ;; fill-column: 74
24801 ;; version-control: never
24802 ;; End:
24803
24804 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
24805 2003, 2004, 2005 Free Software Foundation, Inc.
24806 Copying and distribution of this file, with or without modification,
24807 are permitted provided the copyright notice and this notice are preserved.
This page took 0.57051 seconds and 4 git commands to generate.