]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
ld/ChangeLog
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
e58b0e63
PA
12009-05-24 Pedro Alves <pedro@codesourcery.com>
2
3 * gdb.threads/fork-thread-pending.c: New.
4 * gdb.threads/fork-thread-pending.exp: New.
5
4ac36638
JK
62009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
9 * gdb.dwarf2/dw2-strp.S (a_string2): New.
10
c28c63d8
JB
112009-05-18 Jon Beniston <jon@beniston.com>
12
13 * gdb.asm/asm-source.exp: Add lm32 target.
14
b242c3c2
PA
152009-05-17 Pedro Alves <pedro@codesourcery.com>
16
17 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
18 `gdb_get_line_number'. Call `callee' in both parent and child.
19 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
20 `gdb_get_line_number' instead of hardcoding line numbers.
21 (catch_fork_unpatch_child): New procedure to test detaching
22 breakpoints from child fork.
23 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
24 hardcoding line numbers.
25 (do_fork_tests): Run `catch_fork_unpatch_child'.
26
ee342b23
VP
272009-05-17 Vladimir Prus <vladimir@codesourcery.com>
28
29 * gdb.mi/mi-cmd-var.exp: Check that when varobj
30 of structure type enters or leaves the scope, it
31 is reported by -var-update.
32
e2009e98
DE
332009-05-11 Doug Evans <dje@sebabeach.org>
34
35 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
36 * gdb.threads/pending-step.c (main): Fix off-by-one error.
37 * gdb.threads/schedlock.c (main): Fix off-by-one error.
38
00903456
JK
392009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
40
41 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
42
dc621c35
DE
432009-04-30 Doug Evans <dje@google.com>
44
45 * gdb.threads/watchthreads2.exp: New testcase.
46 * gdb.threads/watchthreads2.c: New testcase.
47
9ab4e744
DE
482009-04-29 Doug Evans <dje@google.com>
49
50 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
51 * gdb.cp/mb-ctor.cc: Ditto.
52 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
53 * gdb.cp/mb-inline.h (multi_line_foo): New function.
54 * gdb.cp/mb-inline1.cc: Call it.
55 * gdb.cp/mb-inline2.cc: Ditto.
56 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
57 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
58
484086b7
JK
592009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
60
61 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
62 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
63 Replace all uses of `decimal' by `nonzero'.
64 (info macro FROM_COMMANDLINE): New test.
65
379a77b5
TT
662009-04-27 Tom Tromey <tromey@redhat.com>
67
68 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
69
b92b73c2
DE
702009-04-27 Doug Evans <dje@google.com>
71
72 * gdb.threads/watchthreads.c (main): Initialize args before starting
73 the threads. Plus formatting cleanup.
74 * gdb.threads/watchthreads.exp: Avoid errant failures due to
75 biased scheduling of one thread.
76
945a118d
JG
772009-04-27 Jerome Guitton <guitton@adacore.com>
78
79 * gdb.cp/templates.cc (GetMax): New template.
80 (main): Declare two instances of GetMax.
81 * gdb.cp/templates.exp: Add new test.
82
d389af10
JK
832009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
84
85 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
86
e7f86de9
JM
872009-04-22 Joseph Myers <joseph@codesourcery.com>
88
89 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
90
334cc82d
TT
912009-04-15 Tom Tromey <tromey@redhat.com>
92
93 * gdb.base/charset.exp: Add regression test.
94
d12672cc
JB
952009-04-14 Joel Brobecker <brobecker@adacore.com>
96
97 * gdb.base/exe-lock.exp: New testcase.
98
18e8c3bc
TT
992009-04-13 Tom Tromey <tromey@redhat.com>
100
101 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
102 operator on Frame.
103
5ecd5cbe
UW
1042009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
105
106 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
107 * gdb.server/ext-attach.exp: Likewise.
108
7309f756
VP
1092009-04-03 Vladimir Prus <vladimir@codesourcery.com>
110
111 Eliminate some sleep usage.
112
113 * gdb.mi/basics.c (do_nothing): New.
114 (main): Use do_nothing instead of printf, so that
115 not to introduce race condition between output of
116 inferiour and output of gdb. Do not use sleep as it
117 is not generally available on embedded targets.
118
f4b95f6f
PA
1192009-04-02 Pedro Alves <pedro@codesourcery.com>
120
121 * gdb.server/ext-attach.exp: Expect an optional process id after
122 "Detached from remote process".
123
de40b933
JK
1242009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
127 gdb.dwarf2/dw2-unresolved.exp: New.
128
2ae101a4
PA
1292009-04-02 Pedro Alves <pedro@codesourcery.com>
130
131 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
132 mi_run_to_main.
133
56a8e183
PA
1342009-04-02 Pedro Alves <pedro@codesourcery.com>
135
136 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
137 mi_run_to_main. Skip thread exit test on remote targets.
138 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
139 mi_run_to_main.
140 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
141 mi_run_to_main.
142 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
143 when expecting ^connected. Detect when the target doesn't support
144 non-stop mode.
145 (mi_run_cmd): Detect if non-stop mode was requested by isn't
146 supported. Return -1 on error, 0 on success.
147 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
148 (mi_runto): Return mi_runto_helper's result explicitly.
149
c35fafde
PA
1502009-04-01 Pedro Alves <pedro@codesourcery.com>
151
152 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
153
f8a8dce6
JB
1542009-04-01 Tom Tromey <tromey@redhat.com>
155
156 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
157 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
158 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
159 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
160
71c25dea
TT
1612009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
162 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 PR gdb/931
165 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
166 output.
167 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
168 for gdb/931.
169 * dw2-strp.S (DW_AT_language): Change to C++.
170 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
171
02d9a9ce
JB
1722009-03-31 Joel Brobecker <brobecker@adacore.com>
173
174 * gdb.ada/tasks: New testcase.
175
1042e4c0
SS
1762009-03-30 Stan Shebs <stan@codesourcery.com>
177
178 * gdb.trace/actions.exp: Update to match new info trace format.
179 * gdb.trace/deltrace.exp: Ditto.
180 * gdb.trace/infotrace.exp: Ditto.
181 * gdb.trace/passcount.exp: Ditto.
182 * gdb.trace/save-trace.exp: Ditto.
183 * gdb.trace/while-stepping.exp: Ditto.
184 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
185
f8f6f20b
TJB
1862009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
187
188 * gdb.python/python-frame.c: New file.
189 * gdb.python/python-frame.exp: New file.
190
c0c6f777
TJB
1912009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
192
193 * gdb.python/python-value.exp: Add tests for the address
194 attribute.
195
3cb51905
AS
1962009-03-29 Andreas Schwab <schwab@linux-m68k.org>
197
198 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
199
88fc996f
DE
2002009-03-26 Doug Evans <dje@google.com>
201
202 * gdb.mi/mi-nonstop-exit.exp: New file.
203 * gdb.mi/non-stop-exit.c: New file.
204
56ef84b1
TT
2052009-03-26 Tom Tromey <tromey@redhat.com>
206
207 Update for change to prologue skipping:
208 * gdb.mi/mi2-simplerun.exp: Update.
209 * gdb.mi/mi2-break.exp: Update.
210 * gdb.mi/mi-simplerun.exp: Update.
211 * gdb.mi/mi-break.exp: Update.
212 * gdb.base/ending-run.exp: Update.
213
def2b000
TJB
2142009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
215
216 * gdb.python/python-value.exp (test_value_in_inferior): Test
217 gdb.Value.is_optimized_out attribute.
218
442ddf59
JK
2192009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
220
221 * gdb.dwarf2/dw2-noloc-main.c: New file.
222 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
223 (.text): Remove.
224 (.data): New.
225 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
226 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
227 (DW_TAG_subprogram func_cu1, noloc): Remove.
228 (main): New.
229 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
230 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
231 (file_symbols): New procedure.
232
a8df5de4
TT
2332009-03-25 Tom Tromey <tromey@redhat.com>
234
235 * gdb.base/charset.exp (valid_target_charset): New proc.
236 Use it to skip tests on invalid charsets.
237
cc1d7add
PM
2382009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
239
240 * gdb.base/completion.exp: Add a test for directory completion.
241
bcd5727b
JK
2422009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 Fix a racy FAIL.
245 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
246 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
247
cc924cad
TJB
2482009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
249
250 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
251 * gdb.python/python-function.exp: Add test for function returning
252 a GDB value.
253
bc3b79fd
TJB
2542009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
255
256 * gdb.python/python-function.exp: New file.
257
6c7a06a3
TT
2582009-03-20 Tom Tromey <tromey@redhat.com>
259
260 * gdb.base/store.exp: Update for change to escape output.
261 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
262 to escape output.
263 * gdb.base/pointers.exp: Update for change to escape output.
264 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
265 to escape output.
266 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
267 escape output.
268 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
269 to escape output.
270 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
271 escape output.
272 * gdb.base/setvar.exp: Update for change to escape output.
273 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
274 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
275 to escape output.
276 (test_print_string_constants): Likewise.
277 * gdb.base/charset.exp (valid_host_charset): Check size of
278 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
279 cases. Handle "auto"-related output.
280 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
281 (uvar, Uvar): New globals.
282
c31af87b
JG
2832009-03-19 Jerome Guitton <guitton@adacore.com>
284
285 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
286 deltas.
287 * gdb.ada/fixed_points.exp: Ditto.
288
51272cf2
PA
2892009-03-18 Pedro Alves <pedro@codesourcery.com>
290
291 * return-nodebug.c: Don't include stdio.h.
292 (init): Delete.
293 (func): Delete definition and provide extern declaration.
294 (t): New.
295 (main): Don't call printf. Call func and store its result in t.
296 * return-nodebug1.c: New.
297 * return-nodebug.exp: Don't expect stdio output. Instead, print
298 the global variable t. Drop printf formatters and cast types from
299 foreach loop. Don't use prepare_for_testing. Compile
300 return-nodebug.c and return-nodebug1.c in separate steps. Don't
301 define FORMAT or CAST.
302
d24948ac
PP
3032009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
304
305 * gdb.base/solib-display.exp: Disable test for remote targers.
306
61ff14c6
JK
3072009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
308
309 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
310
cb4dce93
JK
3112009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
312
313 Fix a racy FAIL.
314 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
315 code from `follow parent, print pids'.
316 (`follow child, print pids', `follow parent, print pids'): Call it.
317 Replace `gdb_test "break..."' by gdb_breakpoint.
318
f7c60c5e
VP
3192009-03-13 Vladimir Prus <vladimir@codesourcery.com>
320
321 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 322 sync and async modes.
f7c60c5e 323
383ace49
JB
3242009-03-12 Joel Brobecker <brobecker@adacore.com>
325
326 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
327 that was checked in by mistake. Remove loading of ada.exp, since
328 this is not necessary in this case.
329
4ce102af
JB
3302009-03-12 Joel Brobecker <brobecker@adacore.com>
331
332 * gdb.ada/ptype_arith_binop.exp: New testcase.
333
529a2aef
JB
3342009-03-12 Joel Brobecker <brobecker@adacore.com>
335
336 * gdb.ada/mod_from_name: New testcase.
337
8a38181c
JB
3382009-03-12 Joel Brobecker <brobecker@adacore.com>
339
340 * gdb.ada/tick_last_segv: New testcase.
341
11436dee
VP
3422009-03-12 Vladimir Prus <vladimir@codesourcery.com>
343
61ff14c6 344 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 345
1f31650a
VP
3462009-03-12 Vladimir Prus <vladimir@codesourcery.com>
347
61ff14c6
JK
348 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
349 include the token in ^running and frame info in *stopped.
1f31650a 350
a3247a22
PP
3512009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
352
353 * solib-display.exp: New file.
354 * solib-display-main.c: New file.
355 * solib-display-lib.c: New file.
61ff14c6 356
aae64587
PA
3572009-03-05 Pedro Alves <pedro@codesourcery.com>
358
359 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
360
44aabfbc
JK
3612009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
362
363 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
364 (list_and_check_macro): Use more specific test name.
365 (next to definition): Make the test names unique.
366
c087fcd3
PM
3672009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
368
369 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 370
c86cf029
VP
3712009-02-17 Vladimir Prus <vladimir@codesourcery.com>
372
373 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
374 notifications.
375 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
376 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
377 * lib/mi-support.exp (library_loaded_re): New.
378 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
379
3ea85240
VP
3802009-02-17 Vladimir Prus <vladimir@codesourcery.com>
381
382 * gdb.gdb/observer.exp: Use test_notification observer, not
383 normal_stop, everywhere.
384 (test_normal_stop_notifications): Rename to...
385 (test_notifications): ...this.
386 (test_observer_normal_stop): Rename to...
387 (test_observer): ...this.
388
1903f0e6
DE
3892009-02-16 Doug Evans <dje@google.com>
390
391 * gdb.arch/amd64-disp-step.S (test_int3): New test.
392 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
393 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
394 (test_prefixed_syscall,test_int3): New tests.
395 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
396 (test_prefixed_syscall,test_int3): New tests.
397
1d33d6ba
VP
3982009-02-14 Vladimir Prus <vladimir@codesourcery.com>
399
3cb51905
AS
400 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
401 (mi_expect_interrupt): Likewise.
402 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
403 response.
1d33d6ba 404
faafb047
PM
4052009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
406
407 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
408 * gdb.base/pc-fp.exp (get_valueofx): Remove.
409 Replace calls to get_valueofx by get_hexadecimal_valueof.
410
417e16e2
PM
4112009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
412
413 * lib/gdb.exp (get_valueof): Accept anything as a return value.
414 (get_integer_valueof): New procedure.
415 (get_sizeof): Use new get_integer_value_of.
416 * gdb.base/sizeof.exp: Replace all uses of get_valueof
417 by get_integer_valueof.
418
7065b901
TT
4192009-02-13 Tom Tromey <tromey@redhat.com>
420
421 * gdb.base/remote.exp (get_sizeof): Remove.
422 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
423 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
424 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
425 * lib/gdb.exp (get_valueof): Move from long_long.exp.
426 (get_sizeof): Likewise.
427
5d7cb8df
JK
4282009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 PR fortran/9806
431 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
432
b2febfff
PP
4332009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
434
435 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
436
4aa995e1
PA
4372009-02-06 Pedro Alves <pedro@codesourcery.com>
438
439 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
440
d8906c6f
TJB
4412009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
442
443 * gdb.python/python-cmd.exp: New file.
444
ff4ab08d
TG
4452009-02-06 Tristan Gingold <gingold@adacore.com>
446
447 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
448
aacd552b
TG
4492009-02-05 Tristan Gingold <gingold@adacore.com>
450
451 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
452 pointer is dereferenced and use this signal name in regexp.
453 * gdb.base/signull.exp: Ditto.
454 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
455 * gdb.base/signull.c (main): Ditto.
456
08c637de
TJB
4572009-02-04 Tom Tromey <tromey@redhat.com>
458 Thiago Jung Bauermann <bauerman@br.ibm.com>
459
460 * gdb.python/python-value.exp: Use `gdb.history' instead of
461 `gdb.value_from_history'.
462 (test_value_numeric_ops): Add test for conversion of enum constant.
463 * gdb.python/python-value.c (enum e): New type.
464 (evalue): New global.
465 (main): Use argv.
466
20261af8
JG
4672009-02-04 Jerome Guitton <guitton@adacore.com>
468
469 * gdb.ada/uninitialized_vars: New test program.
470 * gdb.ada/uninitialized_vars.exp: New testcase.
471
52e44b43
TT
4722009-02-02 Tom Tromey <tromey@redhat.com>
473
474 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
475 * gdb.cp/pr2489.cc: Rename...
476 * gdb.cp/pr9594.cc: ... to this.
477
1c71341a
TT
4782009-02-02 Tom Tromey <tromey@redhat.com>
479
480 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
481 * gdb.cp/pr2489.cc: New file.
482 * gdb.cp/cpcompletion.exp: New file.
483
a4295225
TT
4842009-02-02 Tom Tromey <tromey@redhat.com>
485
486 PR exp/9059:
487 * gdb.cp/call-c.exp: Add regression test.
488 * gdb.cp/call-c.cc (FooHandle): New typedef.
489 (main): New variable 'handle'.
490
592375cd
VP
4912009-01-30 Vladimir Prus <vladimir@codesourcery.com>
492
493 * lib/mi-support.exp (et_mi_thread_list)
494 (check_mi_and_console_threads): Adjust for current thread in
495 -thread-list-ids output.
496
41447f92
VP
4972009-01-30 Vladimir Prus <vladimir@codesourcery.com>
498
499 * gdb.mi/mi-break.exp (test_disabled_creation): New.
500 Call it.
501
35669430
DE
5022009-01-28 Doug Evans <dje@google.com>
503
504 * gdb.arch/amd64-disp-step.S: New file.
505 * gdb.arch/amd64-disp-step.exp: New file.
506 * gdb.arch/i386-disp-step.S: New file.
507 * gdb.arch/i386-disp-step.exp: New file.
508
09f00d9a
PM
5092009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
510
511 * gdb.base/find.exp: Set newline variable
512 using quotes instead of braces to fix cygwin failures.
513
1e8fb976
PA
5142009-01-23 Pedro Alves <pedro@codesourcery.com>
515
516 * gdb.base/radix.exp: Add tests to ensure that that set
517 input-radix 0 and set output-radix 0 are really rejected.
518
da061712
PA
5192009-01-23 Pedro Alves <pedro@codesourcery.com>
520
521 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
522 copyright years.
523
dd7e2d2b
PA
5242009-01-23 Pedro Alves <pedro@codesourcery.com>
525
526 PR gdb/9664:
527 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
528
392452f6
PA
5292009-01-22 Pedro Alves <pedro@codesourcery.com>
530
531 PR c++/9631:
532 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
533
8653e71c
PM
5342009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
535
536 * gdb.server/file-transfer.exp: Use EXEEXT variable for
537 binfile definition to fix Windows OS failure.
538
a12cc160
DJ
5392009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
540
541 PR gdb/9346
542 * gdb.base/interrupt.c (sigint_handler): New.
543 (main): Install a SIGINT handler if SIGNALS is defined. Exit
544 on error.
545 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
546 Test "signal SIGINT".
547
b89667eb
DE
5482009-01-19 Doug Evans <dje@google.com>
549
550 * gdb.base/break.exp: Update expected gdb output.
551 * gdb.base/sepdebug.exp: Ditto.
552 * gdb.mi/mi-syn-frame.exp: Ditto.
553 * gdb.mi/mi2-syn-frame.exp: Ditto.
554 * gdb.base/call-signal-resume.exp: New file.
555 * gdb.base/call-signals.c: New file.
556 * gdb.base/unwindonsignal.exp: New file.
557 * gdb.base/unwindonsignal.c: New file.
558 * gdb.threads/interrupted-hand-call.exp: New file.
559 * gdb.threads/interrupted-hand-call.c: New file.
560 * gdb.threads/thread-unwindonsignal.exp: New file.
561
adb483fe
DJ
5622009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
563
564 * gdb.base/define.exp: Test defining and hooking prefix commands.
565 * gdb.python/python.exp: Update test for "show user" output.
566
60023297
JK
5672009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
568
569 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
570 now the output exactly, using less wildcards. Expect also the output
571 of gfortran-4.3. Update for the f-valprint.c modification from
572 2008-04-22.
573 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
574 Remove gdb_test test names where matching the command.
575
ccc57cf9
PA
5762009-01-01 Pedro Alves <pedro@codesourcery.com>
577
578 PR breakpoints/9681:
579 * gdb.base/watchpoint.exp: Add regression test.
580
c7a6ca08
PA
5812008-12-31 Pedro Alves <pedro@codesourcery.com>
582
583 * gdb.threads/attach-into-signal.exp: Don't use
584 gdb_suppress_entire_file.
585 * gdb.threads/attach-stopped.exp: Ditto.
586 * gdb.threads/attachstop-mt.exp: Ditto.
587
3a031f65
PA
5882008-12-31 Pedro Alves <pedro@codesourcery.com>
589
590 PR gdb/8812:
591 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
592
09e6485f
PA
5932008-12-29 Pedro Alves <pedro@codesourcery.com>
594
595 PR gdb/7536:
596 * gdb.base/radix.exp: Add tests to ensure invalid input radices
597 and unsupported output radices are really rejected.
598
0cd53049
JK
5992008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
600
601 * gdb.cp/punctuator.exp: Backslash the '$' signs.
602
ba163c7e
TT
6032008-12-22 Tom Tromey <tromey@redhat.com>
604
605 * gdb.cp/punctuator.exp: New file.
606
6f4de6c9
JK
6072008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 * gdb.base/completion.exp (Completing non-existing component): New test.
610
0f34d0b4
JK
6112008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 Fix for PR gdb/8648.
614 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
615 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
616 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
617 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
618
db2ad4c3
JK
6192008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
622
bb5ef15e
DP
6232008-12-16 Christophe Lyon <christophe.lyon@st.com>
624
625 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
626 compiler actually generate code at the expected line number.
627
90142adc
JZ
6282008-12-15 Jie Zhang <jie.zhang@analog.com>
629
630 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
631
fad6eecd
TT
6322008-12-12 Tom Tromey <tromey@redhat.com>
633
634 * gdb.base/commands.exp (redefine_hook_test): New proc.
635 Call it.
636
17c8aaf5
TT
6372008-12-11 Tom Tromey <tromey@redhat.com>
638
639 * gdb.base/macscp.exp: New regression test.
640
7c8adf68
TT
6412008-12-11 Tom Tromey <tromey@redhat.com>
642
643 * gdb.base/macscp.exp: Print "address.addr".
644 * gdb.base/macscp1.c (struct outer): New struct.
645 (address): New global.
646
b05dcbb7
TT
6472008-12-09 Tom Tromey <tromey@redhat.com>
648
649 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
650 Call it.
651
2d476de1
DE
6522008-12-04 Doug Evans <dje@google.com>
653
654 * gdb.server/ext-run.exp: Relax regexp for init program.
655
87bdc959
TG
6562008-12-03 Tristan Gingold <gingold@adacore.com>
657
658 * gdb.base/macscp.exp: Generate an object file during compilation
659 to work around Darwin dsymutil limitations.
660
e0740f77
JK
6612008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
662
663 Test resolving external references to TLS variables.
664 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
665 FILE2_THREAD_LOCAL.
666 (testfile2, srcfile2): New variables.
667 * gdb.threads/tls.c (file2_thread_local)
668 (function_referencing_file2_thread_local): New.
669 * gdb.threads/tls2.c: New file.
670
67f0aac5
JB
6712008-11-28 Joel Brobecker <brobecker@adacore.com>
672
673 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
674 rather than integer, as integer might not be big enough when
675 on 64bit targets.
67f0aac5 676
c332165e
JG
6772008-11-27 Jerome Guitton <guitton@adacore.com>
678
679 * gdb.cp/formatted-ref.exp: Add equality test.
680 * gdb.ada/formatted_ref.exp: Ditto.
681
fc9b693c
JK
6822008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
683
684 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
685 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
686
a9c64011
AS
6872008-11-20 Andreas Schwab <schwab@suse.de>
688
689 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
690 matching syscall entry point.
691 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
692 (tcatch_vfork_then_child_follow): Likewise. Finish through
693 vfork even if we stopped at the syscall trampoline.
694
e2fd701e
DE
6952008-11-20 Doug Evans <dje@google.com>
696
697 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
698
69abc51c
TJB
6992008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
700
701 * gdb.arch/ppc-dfp.exp: New file.
702 * gdb.arch/ppc-dfp.c: New file.
703
c14c28ba
PP
7042008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
705
706 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 707
2e74121d
DE
7082008-11-17 Doug Evans <dje@google.com>
709
710 * gdb.mi/mi-syn-frame.exp: Update expected output.
711 * gdb.mi/mi2-syn-frame.exp: Update expected output.
712
66bb093b
VP
7132008-11-17 Vladimir Prus <vladimir@codesourcery.com>
714
715 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
716 "thread N" results in =thread-selected.
717 * lib/mi-support (mi_run_cmd, mi_expect_stop)
718 (mi_send_resuming_command_raw): Be prepared for
719 =thread-selected.
720
3d043ef6
VP
7212008-11-17 Vladimir Prus <vladimir@codesourcery.com>
722
a9c64011
AS
723 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
724 * lib/mi-support.exp: Likewise.
3d043ef6 725
808104c8
JB
7262008-11-16 Joel Brobecker <brobecker@adacore.com>
727
728 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
729 commands from the expected output for "help catch".
730
00b22944
JB
7312008-11-15 Joel Brobecker <brobecker@adacore.com>
732
733 * gdb.ada/int_deref.exp: New testcase.
734
59669435
TT
7352008-11-14 Nick Roberts <nickrob@snap.net.nz>
736
737 * gdb.mi/gdb2549.exp: New file.
738
de04a248
DE
7392008-11-11 Doug Evans <dje@google.com>
740
741 * gdb.base/callexit.exp: New file.
742 * gdb.base/callexit.c: New file.
743
6b8ce727
DE
7442008-11-10 Doug Evans <dje@google.com>
745
746 * lib/gdb.exp (GDBFLAGS): Move -nx ...
747 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
748 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
749 (default_gdb_start,default_gdb_exit): Ditto.
750 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
751 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
752 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
753 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
754 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
755 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
756
1b14b8aa
AS
7572008-11-03 Andreas Schwab <schwab@suse.de>
758
759 * gdb.base/hashline2.exp: Fix typo.
760 * gdb.base/hashline3.exp: Likewise.
761
f3134b88
TT
7622008-10-30 Tom Tromey <tromey@redhat.com>
763
764 * gdb.base/pointers.exp: Add test.
765 * gdb.base/pointers.c (k, S): New typedefs.
766 (instance): New global.
767
c2226152
AS
7682008-10-30 Andreas Schwab <schwab@suse.de>
769
770 * gdb.base/args.exp: Add tests for newlines.
771
462f405c
JB
7722008-10-30 Joel Brobecker <brobecker@adacore.com>
773
774 gdb.base/foll-exec.exp: Update the expected output of a couple
775 of "info breakpoints" tests.
776
79a45b7d
TT
7772008-10-28 Tom Tromey <tromey@redhat.com>
778
779 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
780
adc13a14
PA
7812008-10-24 Pedro Alves <pedro@codesourcery.com>
782
783 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
784 gdb_start_cmd.
785 Use runto_main before any test that requires execution.
786
252fbfc8
PA
7872008-10-23 Pedro Alves <pedro@codesourcery.com>
788
789 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
790 instead of SIGINT.
791
28148e3d
JB
7922008-10-22 Joel Brobecker <brobecker@adacore.com>
793
794 * gdb.base/completion.exp: Update expected output following
795 the addition of the "info tasks" command.
796
c209f847
TT
7972008-10-22 Tom Tromey <tromey@redhat.com>
798
799 * gdb.base/exprs.exp (test_expr): Add test for string
800 concatenation.
801
f177e350
PA
8022008-10-19 Pedro Alves <pedro@codesourcery.com>
803
804 * configure.ac: Output gdb.python/Makefile.
805 * configure: Regenerate.
806 * gdb.python/Makefile.in: New.
807
cce89356
JB
8082008-10-16 Joel Brobecker <brobecker@adacore.com>
809
810 * gdb.base/foll-fork.exp: Adjust the expected output to match
811 the new description for fork/vfork catchpoints in the "info
812 breakpoints" output.
813
176d289d
TJB
8142008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
815
816 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
817
a08702d6
TJB
8182008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
819
820 * gdb.python/python-value.c: New file.
821 * gdb.python/python-value.exp: New file.
822
1c5cfe86
PA
8232008-10-15 Pedro Alves <pedro@codesourcery.com>
824
825 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
826
5a98ad69
DP
8272008-10-15 Denis Pilat <denis.pilat@st.com>
828
41702f1b 829 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 830
dcb1a1e2
TT
8312008-10-09 Tom Tromey <tromey@redhat.com>
832
833 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
834 'fprintf' and 'stderr'.
835
9124fe48
JB
8362008-10-07 Joel Brobecker <brobecker@adacore.com>
837
838 * gdb.ada/ref_tick_size.exp: New testcase.
839
45452591
DE
8402008-10-06 Doug Evans <dje@google.com>
841
842 * gdb.dwarf2/dw2-cu-size.exp: New file.
843 * gdb.dwarf2/dw2-cu-size.S: New file.
844
845 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
846 .Ltype_int for clarity.
847
4fc5b208
PP
8482008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
849
850 PR gdb/2384:
851 * gdb.cp/gdb2384.exp: Extended to test more cases.
852 * gdb.cp/gdb2384.cc: Likewise.
853 * gdb.cp/gdb2384-base.h: Likewise.
854 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 855
d78df370
JK
8562008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
857
858 * gdb.base/maint.exp (maint print type): Remove printing
859 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
860
9a044a89
TT
8612008-09-30 Tom Tromey <tromey@redhat.com>
862
863 * gdb.base/macscp.exp: Add completion tests.
864 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
865 (TWENTY_THREE): Likewise.
866 (FORTY_EIGHT): Likewise.
867
506800a9
TT
8682008-09-30 Tom Tromey <tromey@redhat.com>
869
870 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
871 everywhere.
872 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
873
1a6f01b5
JK
8742008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
877 testcase is derived from. Fix racy dependency on an expected PID
878 number. No longer support the testcase on Linux kernel 2.4.x.
879
2fae03e8
TT
8802008-09-27 Tom Tromey <tromey@redhat.com>
881
882 * gdb.base/macscp.exp: Add tests for stringification, splicing,
883 and varargs.
884
1ad15515
PA
8852008-09-22 Pedro Alves <pedro@codesourcery.com>
886
887 * lib/mi-support.exp (mi_expect_interrupt): New.
888 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
889 from gdb.mi/mi-nonstop.exp.
890 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
891 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
892 lib/mi-support.exp.
893 Use mi_check_thread_states throughout. Avoid ".*" and do not
894 require an anchor after -exec-run.
895
d0b76dc6
DJ
8962008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
897
898 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
899 stop is pending. Avoid ".*" when two stops are pending.
900 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
901 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
902 newlines in fullnames.
903 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
904 (mi_expect_stop): Update comments. Only anchor in sync mode.
905 Do not match newlines.
906 (mi_send_resuming_command_raw): Always return status.
907 (mi_get_stop_line): Do not match more than one line by accident.
908 Only anchor in sync mode.
909 (mi_run_inline_test): If -exec-next fails, give up.
910
9990c830
UW
9112008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
912
913 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
914 on SPU.
915
ebcf6f00
JB
9162008-09-10 Joel Brobecker <brobecker@adacore.com>
917
918 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
919
b6db24e5
JB
9202008-09-10 Joel Brobecker <brobecker@adacore.com>
921
922 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
923 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
924 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
925 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
926 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
927 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
928 gdb.ada/interface.exp, gdb.ada/null_array.exp,
929 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
930 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
931 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
932 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
933 Include the "= " sequence in the expected output of print tests.
934
2bf448e0
JB
9352008-09-10 Joel Brobecker <brobecker@adacore.com>
936
937 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
938 description for boolean types.
939
d51fd4c8
PA
9402008-09-09 Pedro Alves <pedro@codesourcery.com>
941
942 * gdb.base/hook-stop-continue.c: New.
943 * gdb.base/hook-stop-continue.exp: New.
944
694182d2
DJ
9452008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
946
947 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
948
3b8a7fc0
JG
9492008-09-08 Jerome Guitton <guitton@adacore.com>
950
951 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
952 (stack_check_probe_2, stack_check_probe_loop_1)
953 (stack_check_probe_loop_2): New functions.
954 (main): Add call to these new functions.
955 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
956 functions, check that the breakpoint is inserted at the appropriate
957 location.
958 (insert_breakpoint): Slightly refine this procedure so that it can
959 be called several times in the test.
960
96cc0ae8
JG
9612008-09-08 Jerome Guitton <guitton@adacore.com>
962
963 * gdb.base/stack-checking.c: New file.
964 * gdb.base/stack-checking.exp: New file.
965
1f08b409
TJB
9662008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
967
968 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
969 * gdb.arch/altivec-regs.exp: Likewise.
970 * gdb.arch/vsx-regs.exp: Likewise.
971
3099e1c4
TJB
9722008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
973
974 * gdb.arch/ppc-fp.exp: New file.
975 * gdb.arch/ppc-fp.c: New file.
976
cc69bfc1
PP
9772008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
978
979 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
980 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 981
b02a33db
MS
9822008-09-04 Michael Snyder <msnyder@vmware.com>
983
984 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
985 as "at" (for non-debug functions such as _start).
986
2992cbe0
UW
9872008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
988
989 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
990 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
991 software watchpoints.
992 * gdb.base/watch_thread_num.exp: Likewise.
993
514f746b
AR
9942008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
995
996 * gdb.arch/i386-bp_permanent.exp: New test.
997
876cecd0
TT
9982008-08-24 Tom Tromey <tromey@redhat.com>
999
1000 * gdb.base/maint.exp: Update "maint print type".
1001
80f73d71
VP
10022008-08-21 Vladimir Prus <vladimir@codesourcery.com>
1003
1004 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
1005 support. Adjust the order of "*running" notifications.
1006 * gdb.mi/non-stop.c: Don't cast from int to void* and
1007 back.
1008
d9c78d7d
MK
10092008-08-20 Mark Kettenis <kettenis@gnu.org>
1010
1011 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
1012 expect to find it in the "info frame" output.
1013
97a2d1d3
DJ
10142008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
1015
1016 * gdb.base/interp.exp: Always consume both prompts.
1017
b96e2927
PA
10182008-08-20 Pedro Alves <pedro@codesourcery.com>
1019
1020 * gdb.base/pending.exp: Test pending breakpoints without symbols
1021 loaded.
1022
8cf6e61a
VP
10232008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1024
1025 * lib/mi-support.exp (mi_expect_stop): Produce
1026 more details on failures.
1027 * gdb.mi/mi-nonstop.exp: New.
1028 * gdb.mi/non-stop.c: New.
1029
c6ebd6cf
VP
10302008-08-19 Vladimir Prus <vladimir@codesourcery.com>
1031
a9c64011
AS
1032 * gdb.mi/mi-async.exp: Use 'set target-async'.
1033 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 1034
46a9b8ed
DJ
10352008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
1036
1037 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
1038
44feb3ce
TT
10392008-08-17 Tom Tromey <tromey@redhat.com>
1040
1041 * gdb.base/help.exp (help catch): Rewrite.
1042
311a4e6b
TJB
10432008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
1044
1045 * gdb.base/define.exp: Test indented command documentation.
1046 * gdb.python/python.exp: Test indented multi-line command.
1047
604c2f83
LM
10482008-08-15 Luis Machado <luisgpm@br.ibm.com>
1049
1050 * testsuite/gdb.arch/vsx-regs.c: New source file.
1051 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
1052 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
1053
886a217c
TT
10542008-08-14 Tom Tromey <tromey@redhat.com>
1055
1056 * gdb.base/macscp.exp: Add regression test for "macro define" or
1057 "macro undef" with no arguments.
1058
c814a4f3
PP
10592008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
1060
1061 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 1062
12ab8a60
UW
10632008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1064
1065 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
1066
d57a3c85
TJB
10672008-08-06 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.python/python.exp: New file.
1070
c7b778ff
JK
10712008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1072
1073 Fix for PR gdb/1543.
1074 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
1075 $LOCATION.
1076 (location): New variable.
1077 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
1078 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
1079 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
1080 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
1081 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
1082 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
1083 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
1084 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
1085 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
1086 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
1087 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1088 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
1089 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1090 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
1091 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
1092 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
1093 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
1094 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
1095 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
1096 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
1097 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
1098 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
1099 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
1100 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
1101 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
1102 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
1103 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
1104 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
1105 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
1106 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
1107 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
1108 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
1109 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
1110 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
1111 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
1112 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
1113 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
1114 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
1115 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
1116 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
1117 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
1118 gdb.base/type-opaque.exp, gdb.base/until.exp,
1119 gdb.base/value-double-free.c, gdb.base/varargs.exp,
1120 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
1121 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
1122 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
1123 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
1124 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
1125 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
1126 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
1127 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
1128 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
1129 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
1130 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
1131 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
1132 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
1133 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
1134 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
1135 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
1136 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
1137 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
1138 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
1139 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
1140 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
1141 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
1142 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
1143 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
1144 gdb.pascal/types.exp, gdb.stabs/weird.exp,
1145 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
1146 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
1147 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
1148 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
1149 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
1150 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
1151 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
1152 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
1153 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
1154 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
1155 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
1156 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
1157 lib/mi-support.exp, lib/trace-support.exp: Remove reference
1158 to bug-gdb@prep.ai.mit.edu .
1159
5e06a3d1
VP
11602008-07-31 Vladimir Prus <vladimir@codesourcery.com>
1161
1162 * lib/mi-support.exp (mi_load_shlibs): New.
1163 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
1164
9d81d21b
VP
11652008-07-30 Vladimir Prus <vladimir@codesourcery.com>
1166
1167 * lib/mi-support.exp (get_mi_thread_list)
1168 (check_mi_and_console_threads): New, moved from ...
1169 * gdb.mi/mi-pthread.exp: ...here.
1170 * gdb.mi/gdb669.exp (get_mi_thread_list)
1171 (check_mi_and_console_threads): Delete.
1172 * gdb.mi/mi2-pthread.exp: Likewise.
1173
bae98fe0
TT
11742008-07-28 Tom Tromey <tromey@redhat.com>
1175
1176 * Makefile.in (just-check): Remove. Move body to...
1177 (check): ... here.
1178
57380f4e
DJ
11792008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1180
1181 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
1182 Add a test for duplicated SIGINTs.
1183
e09490f1
DJ
11842008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1185
1186 * gdb.threads/schedlock.exp (get_args): Update to work for any
1187 value of NUM.
1188 (Top level): Report the number of threads that did not resume.
1189
6387b45f
DJ
11902008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1191
1192 * gdb.dwarf2/dw2-compressed.S: Also define __start.
1193
62f64ff2
DJ
11942008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
1195
1196 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
1197 non-MI prompt.
1198
fa8de41e
TT
11992008-07-26 Tom Tromey <tromey@redhat.com>
1200
1201 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
1202 (function_struct, function_struct_ptr): New globals.
1203 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
1204 function pointer in a struct.
1205
ccb3ac8a
TT
12062008-07-26 Tom Tromey <tromey@redhat.com>
1207
1208 * gdb.base/macscp.exp: Add test for macro lexing bug.
1209
d7d9f01e
TT
12102008-07-18 Tom Tromey <tromey@redhat.com>
1211
1212 * gdb.base/macscp.exp: Add macro tests.
1213
9bf07184
PP
12142008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1215
1216 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
1217
becf6477
PP
12182008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1219
1220 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
1221
0709f7d3
PP
12222008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
1223
1224 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 1225
7093c834
PP
12262008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1227
1228 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 1229
b432ffe3
JK
12302008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
1233
b1a268e5
VP
12342008-07-12 Vladimir Prus <vladimir@codesourcery.com>
1235
1236 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
1237
e2995f8e
KB
12382008-07-11 Kevin Buettner <kevinb@redhat.com>
1239
1240 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
1241 of regexp to account for changes made to GDB in the printing of
1242 byte vectors.
1243
14032a66
TT
12442008-07-11 Tom Tromey <tromey@redhat.com>
1245
1246 * gdb.base/completion.exp: Add 'help' completion test.
1247
981505ef
JK
12482008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1249
1250 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
1251
10568435
JK
12522008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
1253
1254 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
1255
4487aabf
PA
12562008-07-09 Pedro Alves <pedro@codesourcery.com>
1257
1258 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
1259
a4a9b1c4
PA
12602008-07-09 Pedro Alves <pedro@codesourcery.com>
1261
1262 * gdb.base/fullname.exp: Restore pwd if compiling failed.
1263
3c3185ac
JK
12642008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1265
1266 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
1267
7ebd49dc
VP
12682008-06-28 Vladimir Prus <vladimir@codesourcery.com>
1269
1270 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
1271 previous commit. Add a comment.
1272
84e46146
PA
12732008-06-28 Pedro Alves <pedro@codesourcery.com>
1274
1275 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
1276
0f8d4a2f
VP
12772008-06-28 Vladimir Prus <vladimir@codesourcery.com>
1278
1279 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
1280
f747e0ce
PA
12812008-06-27 Pedro Alves <pedro@codesourcery.com>
1282
1283 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
1284 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
1285 compiling an executable, link in an object that forces unbuffered
1286 output.
1287 * lib/set_unbuffered_mode.c: New file.
1288
734a5c36
JK
12892008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1290
1291 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
1292
a2840c35
VP
12932008-06-25 Vladimir Prus <vladimir@codesourcery.com>
1294
a9c64011
AS
1295 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
1296 mi_expect_stop.
1297 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
1298 Demand that *running is output.
1299 (detect_async): Perform checking every time.
1300 (mi_send_resuming_command): Extract everything into...
1301 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
1302 (mi_expect_stop): Don't accept any output before *stopped.
1303
6ae37fef
VP
13042008-06-13 Vladimir Prus <vladimir@codesourcery.com>
1305
1306 Robustify mi-simplerun.
a9c64011
AS
1307 * gdb.mi/basics.c (main): Add a call to sleep.
1308 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
1309 * gdb.mi/mi2-cli.exp: Likewise.
1310 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 1311
b4aa76f0 13122008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
1313
1314 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
1315
e1ac3328
VP
13162008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1317
a9c64011
AS
1318 * gdb.mi/mi-console.exp: Adjust.
1319 * gdb.mi/mi-syn-frame.exp: Adjust.
1320 * gdb.mi/mi2-console.exp: Adjust.
1321 * gdb.mi/mi2-syn-frame.exp: Adjust.
1322 * lib/mi-support.exp (mi_run_cmd): Adjust.
1323 (mi_send_resuming_command): Adjust.
e1ac3328 1324
f7f9a841
VP
13252008-06-10 Vladimir Prus <vladimir@codesourcery.com>
1326
1327 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
1328 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
1329 testing of stopped.
1330 * gdb.mi/mi2-syn-frame.exp: Likewise.
1331 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
1332 (async, detect_async): New.
1333 (mi_expect_stop, mi_continue_to_line): Adjust expectation
1334 depending on if we're running in sync or async mode.
f7f9a841 1335
37cd5d19
TT
13362008-06-09 Tom Tromey <tromey@redhat.com>
1337
1338 * gdb.base/completion.exp: New tests for field name completion
1339 with spaces, and field name completion with '->'.
1340
65d12d83
TT
13412008-06-06 Tom Tromey <tromey@redhat.com>
1342
1343 * gdb.base/break1.c (struct some_struct): New struct.
1344 (values): New global.
1345 * gdb.base/completion.exp: Add field name completion test.
1346
ebfe2e3f
PP
13472008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1348
1349 * gdb.cp/call-c.exp: Test for incorrect handling of reference
1350 to pointer.
1351 * gdb.cp/call-c.cc: Likewise.
1352
bcf6fc3a
NR
13532008-06-06 Nick Roberts <nickrob@snap.net.nz>
1354
1355 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
1356 annotation.
1357
49fd4a42 13582008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 1359 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
1360
1361 * gdb.threads/execl.c, gdb.threads/execl1.c,
1362 gdb.threads/execl.exp: New tests.
a9c64011 1363
8a34ac3f
AR
13642008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
1365 Daniel Jacobowitz <dan@codesourcery.com>
1366
1367 * gdb.cp/exception.exp: Activate test, make it work with pending
1368 catchpoints.
1369
86ae69ef
JK
13702008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1371
1372 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
1373
f7f9ae2c
VP
13742008-05-28 Vladimir Prus <vladimir@codesourcery.com>
1375
a9c64011
AS
1376 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
1377 now printed.
1378 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 1379
2a2d4dc3
AS
13802008-05-27 Andreas Schwab <schwab@suse.de>
1381
1382 * gdb.base/frame-args.exp: Handle arguments that are optimized
1383 out.
1384
5099e4d9
LM
13852008-05-26 Luis Machado <luisgpm@br.ibm.com>
1386
1387 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
1388 quiet for ppc32 and group options into a single variable.
1389
d9c36a91
JB
13902008-05-23 Joel Brobecker <brobecker@adacore.com>
1391
1392 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
1393 of zero-size elements.
1394 * gdb.ada/null_array.exp: Test printing this new array.
1395
103a8671
JK
13962008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1397
1398 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
1399
07a4cc1a 14002008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
1401
1402 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
1403 of the "finish" command.
1404
55f996a7
NR
14052008-05-21 Nick Roberts <nickrob@snap.net.nz>
1406
1407 * gdb.base/annota1.exp: Test for new annotation.
1408
907fc202
UW
14092008-05-16 Pedro Alves <pedro@codesourcery.com>
1410
1411 * gdb.base/fixsection.exp: New file.
1412 * gdb.base/fixsection0.c: New file.
1413 * gdb.base/fixsection1.c: New file.
1414
e8f97270
UW
14152008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1416
1417 * gdb.base/annota1.exp: Accept printf@... in place of printf.
1418 * gdb.base/annota3.exp: Likewise.
1419
ac0bb574
NF
14202008-05-13 Nathan Froyd <froydnj@codesourcery.com>
1421
1422 * gdb.base/watch_thread_num.exp: Don't run tests that require
1423 watchpoints if the target doesn't support them.
1424
6fadd07a
DE
14252008-05-12 Doug Evans <dje@google.com>
1426
1427 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
1428
6e9a4a30
JB
14292008-05-09 Joel Brobecker <brobecker@adacore.com>
1430
1431 * gdb.ada/assign_1.exp: New testcase.
1432
08388c79
DE
14332008-05-09 Doug Evans <dje@google.com>
1434
a3c83fae
DE
1435 * gdb.base/find.exp: New file.
1436 * gdb.base/find.c: New file.
08388c79 1437
bd5ddfe8
DJ
14382008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
1439
1440 * gdb.base/commands.exp (watchpoint_command_test): Handle
1441 gdb,no_hardware_watchpoints.
1442 * gdb.base/float.exp: Allow ARM targets without floating point.
1443 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
1444
b5dd68e2 14452008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 1446 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
1447
1448 * gdb.ada/lang_switch: New test program.
1449 * gdb.ada/lang_switch.exp: New testcase.
1450
382d13d1
DE
14512008-05-05 Doug Evans <dje@google.com>
1452
1453 * gdb.base/help.exp (disassemble): Update expected help text.
1454
9dd789d0
PA
14552008-05-04 Pedro Alves <pedro@codesourcery.com>
1456
1457 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
1458
611c83ae
PA
14592008-05-04 Pedro Alves <pedro@codesourcery.com>
1460
1461 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
1462 different times.
1463
ff013f42
JK
14642008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1465
1466 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
1467 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
1468 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
1469 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
1470
96dff6a2
VP
14712008-05-04 Vladimir Prus <vladimir@codesourcery.com>
1472
1473 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
1474 notification to appear.
1475
55cd6f92
DJ
14762008-05-04 Daniel Jacobowitz <dan@debian.org>
1477
1478 * gdb.base/fullname.c: New file.
1479 * gdb.base/fullname.exp: New file.
1480 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
1481
d705c43c
PA
14822008-05-03 Pedro Alves <pedro@codesourcery.com>
1483
1484 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
1485 expressions with macros.
1486
333222e1
JK
14872008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
1490
5ac01682
DJ
14912008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1492
1493 * gdb.base/completion.exp: Handle lack of other symbols beginning
1494 with "a".
1495
1496 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
1497
237fc4c9
PA
14982008-05-02 Jim Blandy <jimb@codesourcery.com>
1499
1500 * gdb.asm/asmsrc1.s: Add scratch space.
1501
ed5e9466
DJ
15022008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1503 Daniel Jacobowitz <dan@codesourcery.com>
1504
1505 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
1506 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
1507 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
1508
b39cc962
DJ
15092007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
1510
1511 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
1512
36d520f5
JB
15132008-05-01 Joel Brobecker <brobecker@adacore.com>
1514
1515 * gdb.base/info-target.exp: New testcase.
1516
8d4e3071
DJ
15172008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1518
1519 * gdb.cp/hang.exp: Use .cc instead of .C.
1520 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
1521 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
1522
6f3f3097
DJ
15232008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
1524
1525 * gdb.base/gdb1250.exp: Remove perror.
1526 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
1527
5550a914
PA
15282008-04-30 Pedro Alves <pedro@codesourcery.com>
1529
1530 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
1531 .2byte.
1532
d848e687
DJ
15332008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
1534
1535 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
1536 (maybe_kfail): New.
1537
93b5768b
PA
15382008-04-25 Pedro Alves <pedro@codesourcery.com>
1539
1540 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
1541
721c02de
VP
15422008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1543
a9c64011
AS
1544 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
1545 * gdb.mi/mi2-syn-frame.exp: Likewise.
1546 * lib/mi-support.exp: Likewise.
721c02de 1547
74960c60
VP
15482008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1549
1550 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
1551 to specify regexp for the location to stop at.
1552 * gdb.base/break-always.c: New.
1553 * gdb.base/break-always.exp: New.
1554
d24317b4
VP
15552008-04-24 Vladimir Prus <vladimir@codesourcery.com>
1556
1557 * lib/mi-support.exp (mi_runto_helper): Adjust
1558 for the original-location field.
1559 (mi_create_breakpoint, mi_list_breakpoints): New.
1560 * gdb.mi/mi-break.exp: Adjust.
1561 * gdb.mi/mi2-break.exp: Adjust.
1562 * gdb.mi/mi-pending.exp: Adjust.
1563 * gdb.mi/mi-simplerun.exp: Adjust.
1564 * gdb.mi/mi2-simplerun.exp: Adjust.
1565 * gdb.mi/mi-syn-frame.exp: Adjust.
1566 * gdb.mi/mi2-syn-frame.exp: Adjust.
1567 * gdb.mi/mi-until.exp: Adjust.
1568 * gdb.mi/mi2-until.exp: Adjust.
1569 * gdb.mi/mi-var-display.exp: Adjust.
1570 * gdb.mi/mi2-var-display.exp: Adjust.
1571 * gdb.mi/mi-watch.exp: Adjust.
1572 * gdb.mi/mi2-watch.exp: Adjust.
1573
fdc59709 15742008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 1575
a9c64011
AS
1576 * aclocal.m4: Add override.m4.
1577 * configure: Regenerate.
fdc59709 1578
8e91f023
VP
15792008-04-19 Vladimir Prus <vladimir@codesourcery.com>
1580
1581 * gdb.mi/var-cmd.c (do_at_tests): Verify that
1582 '-var-update --all-values' reports new value even the type
1583 of a variable object has changed.
1584
233a11ab
CS
15852008-04-18 Craig Silverstein <csilvers@google.com>
1586
1587 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
1588 files.
d24317b4 1589
9c1137ad
JB
15902008-04-18 Joel Brobecker <brobecker@adacore.com>
1591
1592 * gdb.ada/atomic_enum: New test program.
1593 * gdb.ada/atomic_enum.exp: New testcase.
1594
66d0bbc7
DE
15952008-04-17 Doug Evans <dje@google.com>
1596
1597 * gdb.opt/Makefile.in: Fix whitespace.
1598
100906b0
UW
15992008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
1600
1601 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
1602
4584e32e
DE
16032008-04-17 Doug Evans <dje@google.com>
1604
1605 * gdb.base/hashline1.exp: New testcase.
1606 * gdb.base/hashline2.exp: New testcase.
1607 * gdb.base/hashline2.exp: New testcase.
1608
0a320680
PA
16092008-04-17 Pedro Alves <pedro@codesourcery.com>
1610
1611 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
1612
18ac113b
AR
16132008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
1614
1615 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
1616 temporary breakpoint to match "Temporary breakpoint".
1617 * gdb.base/break.exp (delete_breakpoints): Likewise.
1618 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
1619 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
1620 * gdb.base/display.exp: Likewise.
1621 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
1622 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
1623 * gdb.base/restore.exp (restore_tests): Likewise.
1624 * gdb.base/sepdebug.exp: Likewise.
1625 * gdb.base/watchpoint.exp: Likewise.
1626 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
1627 * gdb.mi/mi-pending.exp: Likewise.
1628 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
1629 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
1630 * gdb.mi/mi-var-cmd.exp: Likewise.
1631 * gdb.mi/mi-var-display.exp: Likewise.
1632 * gdb.mi/mi2-cli.exp: Likewise.
1633 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
1634 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
1635 * gdb.mi/mi2-var-display.exp: Likewise.
1636 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
1637 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
1638 new "disp" field.
a9c64011 1639 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
1640 reason. This is to support fix for PR2424.
1641
add38693
JK
16422008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1643
1644 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
1645
fcacd99f
VP
16462008-04-13 Vladimir Prus <vladimir@codesourcery.com>
1647
1648 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 1649 field. Add more floating varobj tests.
fcacd99f 1650 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
1651 field.
1652 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
1653 (main): Call do_at_tests.
1654 * lib/mi-support.exp (mi_create_floating_varobj)
1655 (mi_varobj_update_with_type_change): New.
fcacd99f 1656
de051565
MK
16572008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
1658
1659 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
1660 option of -var-evaluate-expression.
1661 * gdb.mi/mi2-var-display.exp: Likewise.
1662
dbc52822
VP
16632008-04-07 Vladimir Prus <vladimir@codesourcery.com>
1664
1665 Introduce test setup helpers.
a9c64011
AS
1666 * lib/gdb.exp (build_executable, clean_restart)
1667 (prepare_for_testing): New.
1668 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
1669 * gdb.base/return.exp: Likewise.
1670 * gdb.base/ending-run.exp: Likewise.
dbc52822 1671
473591da
NR
16722008-04-07 Nick Roberts <nickrob@snap.net.nz>
1673
1674 * gdb.mi/mi-async.exp: New test for asynchronous Machine
1675 Interface (MI) responses.
1676
2b2d9e11
VP
16772008-04-06 Vladimir Prus <vladimir@codesourcery.com>
1678
a9c64011
AS
1679 * gdb.cp/breakpoint.cc: New code to test conditions involving
1680 member variables.
1681 * gdb.cp/breakpoint.exp: Test condition involving member
1682 variables.
2b2d9e11 1683
bb378428
VP
16842008-04-05 Vladimir Prus <vladimir@codesourcery.com>
1685
1686 * lib/mi-support.exp (mi_expect_stop): New.
1687 (mi_run_cmd): Change the
1688 token. Use mi_send_resuming_command, use
1689 mi_expect_stop.
1690 (mi_execute_to_helper): Rename to mi_execute_to.
1691 (mi_send_resuming_command): Add more error patterns.
1692 (mi_wait_for_stop): Renamed to...
1693 (mi_get_stop_line): ...this.
1694 (mi_run_inline_test): Adjust.
1695
1696 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
1697 * gdb.mi/mi-console.exp: Likewise.
1698 * gdb.mi/mi-pending.exp: Likewise.
1699 * gdb.mi/mi-simplerun.exp: Likewise.
1700 * gdb.mi/mi-stack.exp: Likewise.
1701 * gdb.mi/mi-stepi.exp: Likewise.
1702 * gdb.mi/mi-syn-frame.exp: Add comment.
1703 * gdb.mi/mi-until.exp: Likewise.
1704 * gdb.mi/mi-var-display.exp: Likewise.
1705 * gdb.mi/mi-watch.exp: Likewise.
1706 * gdb.mi/mi2-cli.exp: Likewise.
1707 * gdb.mi/mi2-console.exp: Likewise.
1708 * gdb.mi/mi2-simplerun.exp: Likewise.
1709 * gdb.mi/mi2-stack.exp: Likewise.
1710 * gdb.mi/mi2-stepi.exp: Likewise.
1711 * gdb.mi/mi2-until.exp: Likewise.
1712 * gdb.mi/mi2-var-display.exp: Likewise.
1713 * gdb.mi/mi2-watch.exp: Likewise.
1714
62172bb9
UW
17152008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1716
1717 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
1718
1719 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
1720
a13e061a
PA
17212008-04-04 Pedro Alves <pedro@codesourcery.com>
1722
1723 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
1724 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
1725 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
1726 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
1727 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
1728 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
1729 expect an mi error duplicated in stderr.
1730
eae06beb
JB
17312008-04-03 Joel Brobecker <brobecker@adacore.com>
1732
1733 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
1734 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
1735 Add a couple of tests that verify the behavior when the new setting
1736 is set to "cancel" and "all".
1737 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
1738 "ask" before we start the testing.
1739
79c6ced6
AR
17402008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
1741
1742 * gdb.cp/casts.cc: Add class reference variables.
1743 * gdb.cp/casts.exp: New test cases for up/down casting references.
1744
6c2d1a6b
MK
17452008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
1746
1747 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
1748 instead of beginning to make an extra test pass.
1749 * gdb.mi/mi2-var-display.exp: Likewise.
1750
55b411d9
MR
17512008-03-31 Maciej W. Rozycki <macro@mips.com>
1752
1753 * gdb.base/break.exp: Mark failures as such. Fix formatting.
1754
c6140da2
MD
17552008-03-31 Markus Deuling <deuling@de.ibm.com>
1756 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1757
1758 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
1759 value. Add xfail for older kernels.
1760
79732189
AR
17612008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
1762
1763 Bring mi-support in line with gdb.exp.
1764 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
1765 (mi_gdb_start): New function.
1766
33c3676e
MR
17672008-03-28 Maciej W. Rozycki <macro@mips.com>
1768
1769 * gdb.mi/mi-var-cmd.exp: Fix a typo.
1770
92e28119
VP
17712008-03-26 Vladimir Prus <vladimir@codesourcery.com>
1772
1773 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
1774 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 1775
9e8e3afe
VP
17762008-03-26 Vladimir Prus <vladimir@codesourcery.com>
1777
1778 * lib/mi-support.exp (mi_create_varobj_checked): New.
1779 (mi_list_varobj_children): Allow to check for a
1780 value.
1781 (mi_list_array_varobj_children): New.
1782
1783 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
1784 and mi_list_varobj_children, as opposed to hardcoding
1785 expected strings.
1786 * gdb.mi/gdb701.exp: Likewise.
1787 * gdb.mi/gdb792.exp: Likewise.
1788 * gdb.mi/mi-var-block.exp: Likewise.
1789 * gdb.mi/mi-var-cmd.exp: Likewise.
1790 * gdb.mi/mi-var-invalidate.exp: Likewise.
1791 * gdb.mi/mi2-var-block.exp: Likewise.
1792 * gdb.mi/mi2-var-child.exp: Likewise.
1793 * gdb.mi/mi2-var-cmd.exp: Likewise.
1794 * gdb.mi/mi2-var-display.exp: Likewise.
1795
9df50351
JK
17962008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1797
1798 Fix random false FAILs on i386.
1799 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
1800
31e5d73a
DJ
18012008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
1802
1803 PR gdb/544
1804 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
1805
12f4afab
DJ
18062008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
1807
1808 PR gdb/544
1809 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
1810
b562a0cb
DJ
18112008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1812
1813 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
1814 fixed PR gdb/544.
1815
17faa917
DJ
18162008-03-21 Pedro Alves <pedro@codesourcery.com>
1817
1818 * gdb.threads/fork-child-threads.exp: Test next over fork.
1819
6214f497
DJ
18202008-03-21 Chris Demetriou <cgd@google.com>
1821
1822 * gdb.base/break.exp (rbreak junk): New test for rbreak
1823 "Junk at end of arguments" issue.
1824
63092375
DJ
18252008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1826
1827 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
1828 *& to work on created array elements.
1829 (Top level): Test print $pc with a file. Test string operations
1830 without a target.
1831 * gdb.base/ptype.exp: Do not expect *& to work on created array
1832 elements.
1833
b21991b0
DJ
18342008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
1835
1836 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
1837 gdb.threads/staticthreads.exp: Update exit query.
1838
c4b347c7
SL
18392008-03-07 Sandra Loosemore <sandra@codesourcery.com>
1840
1841 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
1842
fa4727a6
DJ
18432008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
1844
1845 * gdb.base/watchpoint.c (global_ptr, func4): New.
1846 (main): Call func4.
1847 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
1848 (test_inaccessible_watchpoint): New.
1849
2f34202f
MR
18502008-02-29 Maciej W. Rozycki <macro@mips.com>
1851
1852 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
1853 select the largest.
1854
0d6ba1b1
DJ
18552008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
1856
1857 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
1858 frames-invalid annotations.
1859
e691325a
PM
18602008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
1861
a9c64011 1862 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 1863
f85b5ecc
DE
18642008-02-27 Doug Evans <dje@google.com>
1865
1866 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
1867 for bug 1738.
1868 (breakpoint_to_handler_entry): Ditto.
1869
b40e7bf3
JB
18702008-02-27 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.base/ending-run.exp: Use the first line of code inside
1873 function body to test breakpoints.
1874 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
1875 location where the breakpoint is inserted when using the line
1876 where a function is declared. Fix typo in the description of
1877 one of the tests.
1878 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
1879
2faca73a
PM
18802008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
1881
1882 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 1883 tests.
2faca73a 1884
6f439c36
PM
18852008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
1886
1887 * gdb.base/args.exp: avoid same output for tests
1888 with single quotes.
1889
54e52265
VP
18902008-02-26 Vladimir Prus <vladimir@codesourcery.com>
1891
a9c64011
AS
1892 * gdb.base/annota1.exp: Adjust for 'info break'
1893 format changes.
1894 * gdb.base/annota3.exp: Likewise.
1895 * gdb.base/break.exp: Likewise.
1896 * gdb.base/condbreak.exp: Likewise.
1897 * gdb.base/pending.exp: Likewise.
1898 * gdb.base/sepdebug.exp: Likewise.
1899 * gdb.base/unload.exp: Likewise.
1900 * gdb.cp/ovldbreak.exp: Likewise.
1901 * gdb.mi/mi-pending.exp: Likewise.
54e52265 1902
897b09ca
DE
19032008-02-07 Doug Evans <dje@google.com>
1904
1905 * gdb.cp/mb-inline.exp: New.
1906 * gdb.cp/mb-inline.h: New.
1907 * gdb.cp/mb-inline1.cc: New.
1908 * gdb.cp/mb-inline2.cc: New.
1909
b1c32d35
PM
19102008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
1911
1912 * gdb.pascal/floats.pas: New test program.
1913 * gdb.pascal/floats.exp: New testcase.
1914
1a4ca44a
TJB
19152008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
1916
1917 * gdb.base/callfuncs.c (t_float_many_args): New function.
1918 (t_double_many_args): New function.
1919 * gdb.base/callfuncs.exp: Add tests for exceeding float
1920 and double parameters passed through the stack.
1921
439048e8
JB
19222008-02-05 Joel Brobecker <brobecker@adacore.com>
1923
1924 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
1925 gdb.ada/complete/foo.adb: New files.
1926 * gdb.ada/complete.exp: New testcase.
1927
81fe8080
DE
19282008-02-03 Doug Evans <dje@google.com>
1929
301f0ecf
DE
1930 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
1931
81fe8080
DE
1932 * gdb.cp/gdb2384.exp: New file.
1933 * gdb.cp/gdb2384.cc: New file.
1934 * gdb.cp/gdb2384-base.h: New file.
1935 * gdb.cp/gdb2384-base.cc: New file.
1936
4b071aec
DE
19372008-02-02 Doug Evans <dje@google.com>
1938
1939 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
1940
61137ba6
JB
19412007-02-01 Joel Brobecker <brobecker@adacore.com>
1942
1943 * gdb.ada/sym_print_name: New test program.
1944 * gdb.ada/sym_print_name.exp: New testcase.
1945
19462007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
1947
1948 * gdb.ada/nested/hello.adb: New file.
1949 * gdb.ada/nested.exp: New testcase.
1950 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
1951
98deb0da
VP
19522008-02-01 Vladimir Prus <vladimir@codesourcery.com>
1953
1954 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
1955 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
1956 don't cause future evaluations of function to report
1957 creation of internal breakpoints.
98deb0da 1958
723a2275
VP
19592008-02-01 Vladimir Prus <vladimir@codesourcery.com>
1960
1961 * gdb.mi/mi-break.exp (test_error): New.
1962 Call it.
1963
fb546a2f
LM
19642008-01-31 Luis Machado <luisgpm@br.ibm.com>
1965
1966 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
1967 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
1968
2d8fd90a
PM
19692008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
1970
1971 * gdb.pascal/integers.pas: New test program.
1972 * gdb.pascal/integers.exp: New testcase.
1973
a7fa0ded
PM
19742008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
1975
1976 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
1977
5e1a1926
TJB
19782008-01-30 Luis Machado <luisgpm@br.ibm.com>
1979
1980 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
1981 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
1982
8d04f9f0
JB
19832008-01-30 Paul Hilfinger <hilfinger@adacore.com>
1984
1985 * gdb.ada/formatted_ref: New test program.
1986 * gdb.ada/formatted_ref.exp: New testcase.
1987
1988 * gdb.cp/formatted-ref.cc: New file.
1989 * gdb.cp/formatted-ref.exp: New testcase.
1990
ce75a98f
JB
19912008-01-30 Joel Brobecker <brobecker@adacore.com>
1992
1993 * gdb.base/ptype.exp: Add testing of "ptype $pc".
1994
e835f6bf
NR
19952008-01-30 Nick Roberts <nickrob@snap.net.nz>
1996
1997 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
1998 (test_file_list_exec_source_file): Update to new macro-info field.
1999
d118ef87
PH
20002008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
2001
2002 * gdb.ada/exprs: New test program.
2003 * gdb.ada/exprs.exp: New testcase.
2004
7d35ab09
TJB
20052008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
2006
2007 * dfp-test.c (DELTA, DELTA_B): New definitions.
2008 (double_val1, double_val2, double_val3, double_val4, double_val5,
2009 double_val6, double_val7, double_val8, double_val9, double_val10,
2010 double_val11, double_val12, double_val13, double_val14, dec32_val1,
2011 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
2012 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
2013 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
2014 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
2015 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
2016 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
2017 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
2018 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
2019 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
2020 dec128_val16): New global variables.
2021 (decimal_dec128_align): New function.
2022 (decimal_mixed): Likewise.
2023 (decimal_many_args_dec32): Likewise.
2024 (decimal_many_args_dec64): Likewise.
2025 (decimal_many_args_dec128): Likewise.
2026 (decimal_many_args_mixed): Likewise.
2027 * dfp-test.exp: Add tests calling new inferior functions.
2028
2d717e4f
DJ
20292008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2030
2031 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
2032 gdb.server/ext-run.exp: New files.
2033 * lib/gdbserver-support.exp (gdbserver_download): New.
2034 (gdbserver_start): New. Update gdbserver expected
2035 output.
2036 (gdbserver_spawn): Use them.
2037 (gdbserver_start_extended): New.
2038
e85a822c
DJ
20392008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
2040
2041 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
2042 Run on GNU/Linux.
2043 (do_exec_tests): Check for systems which do not support catchpoints.
2044 Do not match START.
2045 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
2046 Run on GNU/Linux. Enable verbose output.
2047 (check_fork_catchpoints): New.
2048 (explicit_fork_child_follow, catch_fork_child_follow)
2049 (tcatch_fork_parent_follow): Update expected messages.
2050 (do_fork_tests): Use check_fork_catchpoints.
2051 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
2052 Run on GNU/Linux. Enable verbose output.
2053 (check_vfork_catchpoints): New.
2054 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
2055 expected messages.
2056 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
2057
401ea829
JB
20582008-01-29 Jim Blandy <jimb@red-bean.com>
2059
2060 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
2061 host' errors.
2062 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
2063
aceaf3ad
JB
20642008-01-29 Jim Blandy <jimb@red-bean.com>
2065
2066 * gdb.threads/sigthread.c: Use barriers to ensure that
2067 child_thread and child_thread_two are always initialized before we
2068 start to use them.
2069
a5606eee
VP
20702008-01-29 Vladimir Prus <vladimir@codesourcery.com>
2071
2072 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
2073 * gdb.base/watchpoint-solib.c: New.
2074 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 2075
c55a82bb
PM
20762008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
2077
2078 * gdb.base/gdb1056.exp: Add unsigned integer test.
2079
0993fe05
DE
20802008-01-28 Doug Evans <dje@google.com>
2081
2082 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
2083
4fe42e7f
JB
20842008-01-27 Jim Blandy <jimb@codesourcery.com>
2085
c7a69933
JB
2086 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
2087
4fe42e7f
JB
2088 * gdb.base/expand-psymtabs.exp: Doc fix.
2089
5def8285
MK
20902008-01-26 Mark Kettenis <kettenis@gnu.org>
2091
2092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
2093
5313c911
NR
20942008-01-24 Nick Roberts <nickrob@snap.net.nz>
2095
a9c64011 2096 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
2097 -var-set-format.
2098
93815fbf
VP
20992008-01-23 Chris Demetriou <cgd@google.com>
2100
2101 * gdb.threads/thread_events.c: New testcase source file.
2102 * gdb.threads/thread_events.exp: New testcase expect file.
2103
467a88ee
NR
21042008-01-23 Nick Roberts <nickrob@snap.net.nz>
2105
2106 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
2107
2108 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
2109 -var-set-format.
2110
d8f82aba
DJ
21112008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
2112 Vladimir Prus <vladimir@codesourcery.com>
2113
2114 * gdb.base/float.exp: Allow missing floating point for m68k and
2115 PowerPC.
2116
60c46647
VP
21172008-01-22 Vladimir Prus <vladimir@codesourcery.com>
2118
2119 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
2120 ignore count.
2121 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
2122 * gdb.mi/mi-cli.exp: Adjust.
2123 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 2124
c7dd36a1
PA
21252008-01-17 Pedro Alves <pedro@codesourcery.com>
2126
2127 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
2128 and 'dummy_ptr' integer pointer. Initialize struct_declarations
2129 with dummy_ptr's address.
2130 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
2131 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
2132 all targets.
2133 * gdb.mi/mi2-var-child.exp: Likewise.
2134
39d5313e
JB
21352008-01-09 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.ada/null_array: New test program.
2138 * gdb.ada/null_array.exp: New testcase.
2139
0aea4bf3
LM
21402008-01-09 Luis Machado <luisgpm@br.ibm.com>
2141
2142 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
2143 with required float modifiers.
2144
0b354900
JB
21452008-01-08 Joel Brobecker <brobecker@adacore.com>
2146
2147 * gdb.ada/funcall_param: New test program.
2148 * gdb.ada/funcall_param.exp: New testcase.
2149
cdb7f5d4
JB
21502008-01-08 Joel Brobecker <brobecker@adacore.com>
2151
2152 * gdb.ada/arrayparam: New test program.
2153 * gdb.ada/arrayparam.exp: New testcase.
2154
88e2547f
JB
21552008-01-08 Joel Brobecker <brobecker@adacore.com>
2156
2157 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
2158 landed. Should also fix random failures in the test following it.
2159
f6867ce0
TJB
21602008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
2161
2162 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
2163 for expressions with decimal float values.
2164 (test_dfp_conversions): New function to test casts to and from
2165 decimal float types.
2166 Call test_dfp_conversions.
2167 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
2168 elements.
2169 (main): Initialize ds.float4 and ds.double8 elements.
2170 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
2171 string to new error message.
2172 (d64_set_tests): Likewise.
2173 (d128_set_tests): Likewise.
2174 Add tests for expressions with decimal float variables. Add tests for
2175 conversions to and from decimal float types.
2176
f9c11282
JB
21772008-01-05 Joel Brobecker <brobecker@adacore.com>
2178
2179 * gdb.ada/packed_tagged/comp_bug.adb: New file.
2180 * gdb.ada/packed_tagged.exp: New testcase.
2181
0ecbca72
JB
21822008-01-04 Joel Brobecker <brobecker@adacore.com>
2183
2184 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
2185 gdb.ada/homonym/homonym_main.adb: New files.
2186 * gdb.ada/homonym.exp: New testcase.
2187
c18d3d89
JB
21882008-01-04 Joel Brobecker <brobecker@adacore.com>
2189
2190 * gdb.ada/packed_array.exp: Add testing of references to
2191 a packed array.
2192
ecc7085b
JB
21932008-01-04 Joel Brobecker <brobecker@adacore.com>
2194
2195 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
2196 New files.
2197 * gdb.ada/type_coercion.exp: New testcase.
2198
c474c922
JB
21992008-01-04 Joel Brobecker <brobecker@adacore.com>
2200
2201 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
2202 gdb.ada/tagged/foo.adb: New file.
2203 * gdb.ada/tagged.exp: New testcase.
2204
9005b927
JB
22052008-01-04 Joel Brobecker <brobecker@adacore.com>
2206
2207 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
2208 gdb.ada/ptype_field/foo.adb: New files.
2209 * gdb.ada/ptype_field.exp: New testcase.
2210
1a6aaad8
JB
22112008-01-03 Joel Brobecker <brobecker@adacore.com>
2212
2213 * gdb.ada/print_pc.exp: New testcase.
2214
0ef22f53
JB
22152008-01-03 Joel Brobecker <brobecker@adacore.com>
2216
2217 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
2218 gdb.ada/taft_type/p.adb: New files.
2219 * gdb.ada/taft_type.exp: New testcase.
2220
1689ecf8
JB
22212008-01-03 Joel Brobecker <brobecker@adacore.com>
2222
2223 * gdb.ada/array_bounds/bar.adb: New file.
2224 * gdb.ada/array_bounds.exp: New testcase.
2225
a4d0b9c3
JB
22262008-01-03 Joel Brobecker <brobecker@adacore.com>
2227
2228 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
2229 gdb.ada/arrayptr/foo.adb: New files.
2230 * gdb.ada/arrayptr.exp: New testcase.
2231
a31ace00
JB
22322008-01-03 Joel Brobecker <brobecker@adacore.com>
2233
2234 * gdb.base/set-lang-auto.exp: New testcase.
2235
a97fced3
JB
22362008-01-03 Joel Brobecker <brobecker@adacore.com>
2237
2238 * gdb.ada/fun_addr/foo.adb: New file.
2239 * gdb.ada/fun_addr.exp: New testcase.
2240
ef29ce1a
JK
22412008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2242
2243 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
2244 New files
2245
0fafefe3
JB
22462008-01-02 Joel Brobecker <brobecker@adacore.com>
2247
2248 * array_subscript_addr/p.adb: New file.
a9c64011 2249 * array_subscript_addr.exp: New testcase.
0fafefe3 2250
c4359f8d
JB
22512008-01-02 Joel Brobecker <brobecker@adacore.com>
2252
a9c64011 2253 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
2254 New files.
2255 * gdb.ada/str_cmp_ref.exp: New testcase.
2256
1aa1b15b
JB
22572008-01-01 Joel Brobecker <brobecker@adacore.com>
2258
2259 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
2260 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 2261 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 2262
81c9b2cf
JB
22632008-01-01 Joel Brobecker <brobecker@adacore.com>
2264
2265 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
2266 gdb.ada/ref_param/pck.ads: New files.
2267 * gdb.ada/ref_param.exp: New testcase.
2268
319e4674
JB
22692008-01-01 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
2272 gdb.ada/interface/foo.adb: New files.
2273 * gdb.ada/interface.exp: New testcase.
2274
ef682c56
JB
22752007-12-31 Jim Blandy <jimb@codesourcery.com>
2276
2277 * gdb.base/multi-forks.exp: Consume all output from child
2278 processes before proceeding to next test.
2279
f6f3eb6c
JB
22802007-12-29 Jim Blandy <jimb@codesourcery.com>
2281
2282 * configure: Regenerated.
2283
f652e42f
JB
22842007-12-27 Joel Brobecker <brobecker@adacore.com>
2285
2286 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
2287 gdb.ada/fixed_cmp/fixed.adb: New files.
2288 * gdb.ada/fixed_cmp.exp: New testcase.
2289
6943e596
JB
22902007-12-27 Joel Brobecker <brobecker@adacore.com>
2291
2292 * gdb.ada/boolean_expr.exp: New testcase.
2293
aad9a193
JB
22942007-12-26 Jim Blandy <jimb@codesourcery.com>
2295
2296 * gdb.base/multi-forks.exp: Doc fix.
2297
fb5f3683
JB
22982007-12-26 Joel Brobecker <brobecker@adacore.com>
2299
2300 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
2301 * gdb.ada/char_param.exp: Do not compile our test program with
2302 -gnata, this is unnecessary.
2303 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
2304
384e4a9c
JB
23052007-12-24 Joel Brobecker <brobecker@adacore.com>
2306
2307 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
2308 gdb.ada/print_chars/foo.adb: New files.
2309 * gdb.ada/print_chars.exp: New testcase.
2310
01e044f7
JB
23112007-12-24 Joel Brobecker <brobecker@adacore.com>
2312
2313 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
2314 gdb.ada/char_param/foo.adb: New files.
2315 * gdb.ada/char_param.exp: New testcase.
2316
0ce17860
JB
23172007-12-22 Jim Blandy <jimb@codesourcery.com>
2318
2319 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
2320 hard-coding source line numbers into the test.
2321 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
2322 gdb_get_line_number to find.
2323
919809b9
JB
23242007-12-22 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdb.base/ptype.c (highest): New struct type.
2327 (the_highest): New variable of that type.
2328 (main): Add dummy assignment to a field of variable the_highest.
2329 * gdb.base/ptype.exp: Test type printing of our new variable.
2330
abc8a88d
PM
23312007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
2332
2333 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 2334 and record first explicitly generated thread number.
abc8a88d
PM
2335 Use that thread number for thread specific watchpoint test.
2336 Add iteration number to repetitive tests.
2337
5158f3e3
CES
23382007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
2339 Jim Blandy <jimb@codesourcery.com>
2340
2341 * gdb.base/expand-psymtabs.c: New testcase
2342 source file.
2343 * gdb.base/expand-psymtabs.exp: New testcase
2344 expect file.
2345
37e4754d
LM
23462007-12-17 Luis Machado <luisgpm@br.ibm.com>
2347
2348 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
2349 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
2350
551e5d04
JB
23512007-12-17 Joel Brobecker <brobecker@adacore.com>
2352
2353 * gdb.ada/frame_args/foo.adb: New file.
2354 * gdb.ada/frame_args/pck.ads: New file.
2355 * gdb.ada/frame_args/pck.adb: New file.
2356 * gdb.ada/frame_args.exp: New testcase.
2357
a05ee097
JB
23582007-12-17 Joel Brobecker <brobecker@adacore.com>
2359
2360 * gdb.base/frame-args.c: New file.
2361 * gdb.base/frame-args.exp: New testcase.
2362
c162e8c9 23632007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 2364 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
2365
2366 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
2367
afe8ab22 23682007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 2369
afe8ab22
VP
2370 * gdb.mi/mi-pending.exp: New.
2371 * gdb.mi/mi-pending.c: New.
2372 * gdb.mi/mi-pendshr.c: New.
2373
dfdfb3ca
JB
23742007-12-06 Jim Blandy <jimb@codesourcery.com>
2375
2376 * gdb.base/default.exp: Update expected output for 'info catch'.
2377
b7fca990
JK
23782007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2379
2380 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
2381 must be set to binary.
2382
6a1afc1e
PA
23832007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
2384
2385 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
2386
a6b151f1
DJ
23872007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
2388
2389 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
2390 gdb.mi/mi-file-transfer.exp: New.
2391
43039443
JK
23922007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2393
2394 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
2395
0ef2251b
MR
23962007-11-22 Maciej W. Rozycki <macro@mips.com>
2397
2398 * gdb.trace/backtrace.exp: Fix a typo.
2399 * gdb.trace/circ.exp: Likewise.
2400 * gdb.trace/collection.exp: Likewise.
2401 * gdb.trace/limits.exp: Likewise.
2402 * gdb.trace/report.exp: Likewise.
2403 * gdb.trace/tfind.exp: Likewise.
2404 * gdb.trace/while-dyn.exp: Likewise.
2405
5443631e
NR
24062007-11-21 Nick Roberts <nickrob@snap.net.nz>
2407
2408 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
2409 objects of pointers that can't be dereferenced are now
2410 "noneditable".
2411
a4ce5b0d
UW
24122007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2413
2414 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
2415 (target_cpu): Remove.
2416
d6e956e5
VP
24172007-10-15 Vladimir Prus <vladimir@codesourcery.com>
2418
2419 * gdb.base/ending-run.exp: Expect the list of cleared
2420 breakpoint to come in natural order, not the reversed one.
a9c64011 2421
214270ab
VP
24222007-11-07 Vladimir Prus <vladimir@codesourcery.com>
2423
2424 * gdb.mi/mi-var-child.c (do_child_deletion): New.
2425 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 2426
1a619819
LM
24272007-11-05 Luis Machado <luisgpm@br.ibm.com>
2428
2429 * gdb.base/printcmds.exp: New function
2430 test_printf_with_dfp.
2431
5b01a6fa
DE
24322007-11-02 Doug Evans <dje@google.com>
2433
2434 * gdb.disasm/t01_mov.s: Remove carriage returns.
2435 * gdb.disasm/t02_mova.s: Ditto.
2436 * gdb.disasm/t03_add.s: Ditto.
2437 * gdb.disasm/t04_sub.s: Ditto.
2438 * gdb.disasm/t05_cmp.s: Ditto.
2439 * gdb.disasm/t06_ari2.s: Ditto.
2440 * gdb.disasm/t07_ari3.s: Ditto.
2441 * gdb.disasm/t08_or.s: Ditto.
2442 * gdb.disasm/t09_xor.s: Ditto.
2443 * gdb.disasm/t10_and.s: Ditto.
2444 * gdb.disasm/t11_logs.s: Ditto.
2445 * gdb.disasm/t12_bit.s: Ditto.
2446 * gdb.disasm/t13_otr.s: Ditto.
2447
ec33ab7f
JK
24482007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2449
2450 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
2451
ae0d01ff
UW
24522007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2453
2454 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
2455 provide DFP support.
2456
55eddb0f
DJ
24572007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
2458
2459 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
2460 Test "set powerpc vector-abi". Skip auto-detection tests for old
2461 toolchains.
2462
7020f05c
PA
24632007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
2464
2465 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
2466 with [string compare].
2467
84bc3db9
PA
24682007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
2469
2470 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
2471 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
2472
5876dc88
LM
24732007-10-25 Luis Machado <luisgpm@br.ibm.com>
2474
2475 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
2476 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
2477 * gdb.opt/Makefile.in: New makefile.
2478 * Makefile.in: Create new directory "gdb.opt".
2479 * configure.ac: Add "gdb.opt" directory.
2480 * configure: Regenerated.
a9c64011 2481
c3ea9a14
DE
24822007-10-25 Doug Evans <dje@google.com>
2483
2484 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
2485 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
2486
a9c64011 24872007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
2488 Thiago Jung Bauermann <bauerman@br.ibm.com>
2489
2490 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
2491 Floating Point expressions.
2492 * gdb.base/dfp-test.exp: new file adding tests for Decimal
2493 Floating Point variables.
2494 * gdb.base/dfp-test.c: new file containing program with Decimal
2495 Floating variables, used by gdb.base/dfp-test.exp.
2496
62a24a2b
DJ
24972007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2498
2499 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
2500
e7b1eae6
UW
25012007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2502
2503 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
2504 compiling test case with GCC.
2505 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
2506
c641edcc
UW
25072007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2508
2509 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
2510 format changes.
2511
5e5ebfe6
MS
25122007-10-18 Michael Snyder <msnyder@specifix.com>
2513
2514 * gdb.base/dbx.exp: Add missing "-re " operator.
2515
e831e7b6
GM
25162007-10-16 Gaius Mulley <gaius@glam.ac.uk>
2517
2518 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
2519 * configure.ac: Removed trailing spaces after backslash.
2520 * gdb.modula2: New directory.
2521 * gdb.modula2/Makefile.in: New file.
2522 * gdb.modula2/unbounded-array.exp: New file.
2523 * gdb.modula2/unbounded1.c: New file.
2524
7cc46491
DJ
25252007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
2526
2527 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
2528
25292007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
2530
2531 * gdb.base/sigstep.c (main): Add checks for
2532 return values for setitimer call.
2533 Call setitimer again with itimer = ITIMER_REAL
2534 if first call to setitimer fails.
2535
e91528f0
KH
25362007-10-11 Kazu Hirata <kazu@codesourcery.com>
2537
2538 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
2539 of $timeout.
2540
2ec9a4f8
DJ
25412007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
2542
2543 * gdb.server/server-run.exp: Test for dynamic linker symbols.
2544
25452007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
2546
2547 * lib/gdb.exp (gdb_run_cmd): Move comment outside
2548 of gdb_expect call, to avoid interruption.
2549
64b2fa04
PA
25502007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
2551
2552 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
2553 (v_unsigned_long_long, v_long_long_array)
2554 (v_signed_long_long_array, v_unsigned_long_long_array)
2555 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
2556 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
2557 [!NO_LONG_LONG]: New.
2558 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
2559 v_long_long_member.
2560
2561 (v_long_long_func, v_signed_long_long_func)
2562 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
2563 (main) [!NO_LONG_LONG]: Initialize long long variants.
2564
2565 * gdb.base/whatis.exp: If board file requests no_long_long, build
2566 test with NO_LONG_LONG defined. Test long long, signed long long,
2567 and unsigned long long variants but only if board file doesn't
2568 disable it.
2569
a912286e 25702007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 2571 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
2572
2573 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
2574 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
2575 * configure: Regenerated.
2576 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
2577 gdb.pascal/types.exp, lib/pascal.exp: New files.
2578
471ba8c9
DJ
25792007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
2580
2581 * gdb.cp/classes.exp (do_tests): Always step to the line after the
2582 call.
2583 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
2584 to return to the call.
2585 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
2586 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
2587 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
2588 * gdb.mi/mi-until.exp (test_until): Likewise.
2589 * gdb.mi/mi2-until.exp (test_until): Likewise.
2590
fef8a650
DJ
25912007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
2592
2593 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
2594 two-char array.
2595 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
2596
d983da9c
DJ
25972007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
2598
2599 * gdb.threads/watchthreads.c (thread_function): Sleep between
2600 iterations.
2601 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
2602 at once for S/390. Generate matching fails and passes.
2603
17f62551
VP
26042007-09-27 Vladimir Prus <vladimir@codesourcery.com>
2605
2606 * gdb.mi/var-cmd.c (do_children_tests): Initialize
2607 the 'struct_declarations' variable to zeros.
a9c64011 2608
ed0616c6
VP
26092007-09-24 Vladimir Prus <vladimir@codesourcery.com>
2610
2611 * gdb.cp/mb-ctor.cc: New.
2612 * gdb.cp/mb-ctor.exp: New.
2613 * gdb.cp/mb-templates.cc: New.
2614 * gdb.cp/mb-templates.exp: New.
2615
41f1b697
DJ
26162007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
2617
2618 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
2619
3f213f78
PA
26202007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
2621
2622 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
2623 targets.
2624 * configure: Regenerate.
2625
0d381245 26262007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 2627
0d381245
VP
2628 * gdb.base/annota1.exp: Adjust for 'info break'
2629 format changes.
2630 * gdb.base/annota3.exp: Likewise.
2631 * gdb.base/break.exp: Likewise.
2632 * gdb.base/condbreak.exp: Likewise.
2633 * gdb.base/pending.exp: Likewise.
2634 * gdb.base/sepdebug.exp: Likewise.
2635 * gdb.base/unload.exp: Likewise.
2636 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 2637
fe3f5fa8
VP
26382007-09-22 Vladimir Prus <vladimir@codesourcery.com>
2639
2640 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
2641 messages.
2642 * gdb.base/chng-syms.exp: Likewise.
2643 * gdb.base/unload.exp: Likewise.
a9c64011 2644
a75cf6c0
DJ
26452007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
2646
2647 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
2648
18ecae38
DJ
26492007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
2650
2651 * schedlock.c (NUM): Change to 1.
2652 (main): Use args[0] for the main thread.
2653 * schedlock.exp: Only expect two threads. Only issue one pass or fail
2654 regardless of the number of threads.
2655
5509918f
MR
26562007-09-14 Maciej W. Rozycki <macro@mips.com>
2657
4a543daf
MR
2658 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
2659 type down.
2660 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
2661 test.
2662 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
2663 watchpoint type down.
2664 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
2665 test.
2666
26672007-09-14 Maciej W. Rozycki <macro@mips.com>
2668
5509918f
MR
2669 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
2670 Move all the tests here and run them twice, once using software
2671 watchpoints and once using hardware watchpoints.
2672 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
2673
40b53987
DJ
26742007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
2675
2676 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
2677 test.
2678
695e2681
MK
26792007-09-10 Mark Kettenis <kettenis@gnu.org>
2680
8b3fc8d8
MK
2681 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
2682 build-id.
2683
695e2681
MK
2684 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
2685 know about $ORIGIN. Calculate output dir from $dest instead of
2686 using ${objdir}/{$subdir}.
2687
58d69f29
MK
26882007-09-09 Mark Kettenis <kettenis@gnu.org>
2689
2690 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
2691 gcore, before continuing with the test.
2692
3e347599
DJ
26932007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
2694
2695 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
2696 * gdb.mi/mi-watch.exp: Likewise.
2697
ea37ba09
DJ
26982007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2699 Jim Blandy <jimb@codesourcery.com>
2700
2701 * gdb.arch/i386-sse.exp: Do not expect character constants.
2702 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
2703 * gdb.base/display.exp: Allow print/s.
2704 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
2705 and unsigned char array changes.
2706
2025a643
DJ
27072007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
2708
2709 * gdb.base/display.exp: Add tests for printf %p.
2710
26669a27
PA
27112007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
2712
2713 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
2714 the dll name to unicode.
2715
c8f021f8
JK
27162007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 * gdb.base/default.exp (show version): Update the version text.
2719 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
2720
4cf31eea
JK
27212007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2722
2723 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
2724 New files.
2725
4935890f
JK
27262007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * lib/gdb.exp (build_id_debug_filename_get): New function.
2729 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
2730 Remove the generate DEBUG file for the future testcase runs.
2731 New testcase for the NT_GNU_BUILD_ID retrieval.
2732 Move the final testing step to ...
2733 (test_different_dir): ... a new function.
2734 New parameter XFAIL to XFAIL all the tests performed.
2735 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
2736 New parameter TYPE to PF_PREFIX all the tests performed.
2737
02142340
VP
27382007-08-31 Vladimir Prus <vladimir@codesourcery.com>
2739
2740 * gdb.mi/mi-var-cp.cc (path_expression): New
2741 function.
2742 * gdb.mi/mi-var-cp.exp: Run path exression tests.
2743
36acd84e
UW
27442007-08-27 Markus Deuling <deuling@de.ibm.com>
2745
2746 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
2747 to fit into SPU Local Store memory.
2748
a896d121
JB
27492007-08-23 Joel Brobecker <brobecker@adacore.com>
2750
2751 * gdb.base/default.exp: Adjust the expected output of "info
2752 warranty" after the switch to GPLv3.
2753
7b433602
JB
27542007-08-23 Joel Brobecker <brobecker@adacore.com>
2755
2756 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
2757 to 30000 (from 20000).
2758
e22f8b7c
JB
27592007-08-23 Joel Brobecker <brobecker@adacore.com>
2760
2761 Switch the license of all .exp files to GPLv3.
2762 Switch the license of all .f and .f90 files to GPLv3.
2763 Switch the license of all .s and .S files to GPLv3.
2764
5a0e3bd0
JB
27652007-08-23 Joel Brobecker <brobecker@adacore.com>
2766
2767 * configure.ac: Switch license to GPLv3.
2768
cc00619d
JB
27692007-08-23 Joel Brobecker <brobecker@adacore.com>
2770
2771 Switch the licensing to GPLv3 for all .ads and .adb files.
2772
8d26208a
DJ
27732007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
2774
2775 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
2776 and t_int_double.
2777 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
2778
4fcb9948
JB
27792007-08-17 Joel Brobecker <brobecker@adacore.com>
2780
2781 * gdb.base/step-line.c: Switch license to GPL version 3, and
2782 update copyright year.
2783 * gdb.base/step-line.inp: Likewise.
2784
b9c34f67
JB
27852007-08-17 Joel Brobecker <brobecker@adacore.com>
2786
2787 * gdb.base/gdb1555.exp: Make expected output immune to formatting
2788 changes inside gdb1555.c.
2789 * gdb.base/pending.exp: Likewise.
2790
2cc17678
DJ
27912007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * config/default.exp: New file.
2794
e48883f7
DJ
27952007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
2796
2797 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
2798 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
2799
1ab80e5b
MR
28002007-07-30 Maciej W. Rozycki <macro@mips.com>
2801
2802 * gdb.base/dump.exp: Force the correct endianness for binary
2803 formats not carrying this information.
2804
aba471f5
DJ
28052007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2806
2807 * gdb.threads/staticthreads.exp: Match .*sem_post.
2808
d4e07204
DJ
28092007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
2810
2811 * gdb.base/readline.exp (operate_and_get_next): Match the final
2812 prompt.
2813
2b97317d
KB
28142007-07-23 Kevin Buettner <kevinb@redhat.com>
2815
2816 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
2817 to restarting SID.
2818
44efa07a
KB
28192007-07-18 Kevin Buettner <kevinb@redhat.com>
2820
2821 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
2822 prior to `gdb_start'.
2823
7b5ebade
KB
28242007-07-18 Kevin Buettner <kevinb@redhat.com>
2825
2826 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
2827 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
2828 Remove call to gdb_unload.
2829
255e7678
DJ
28302007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
2831 Daniel Jacobowitz <dan@codesourcery.com>
2832
2833 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
2834 for __WIN32__.
2835 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
2836 * gdb.base/unload.exp: Use shared library test routines.
2837
3a40aaa0
UW
28382007-07-03 Markus Deuling <deuling@de.ibm.com>
2839
2840 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
2841 * gdb.base/solib-symbol-lib.c: Likewise.
2842 * gdb.base/solib-symbol-main.c: Likewise.
2843
b0f4b84b
DJ
28442007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
2845
2846 * config/gdbserver.exp (gdb_reconnect): New.
2847 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
2848 gdb.base/solib-disc.exp: New files.
2849 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
2850 remote debugging".
2851 (gdb_compile): Add shlib_load flag.
2852 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
2853 port.
2854 (gdbserver_reconnect): New.
2855
1b05479a
DJ
28562007-07-01 Nick Roberts <nickrob@snap.net.nz>
2857 Daniel Jacobowitz <dan@codesourcery.com>
2858
2859 * gdb.base/annota3.exp: Test for if construct.
2860
86f78eb2
DJ
28612007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
2862
2863 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
2864
6a2eb474 28652007-06-21 Chris Dearman <chris@mips.com>
a9c64011 2866 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
2867
2868 * gdb.base/display.exp: Allow a newline after display/i.
2869 * gdb.base/pc-fp.exp: Likewise.
2870 * gdb.base/sigbpt.exp: Likewise.
2871
f8b73d13
DJ
28722007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
2873
2874 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
2875 required features to be included.
2876
4339e69e
DJ
28772007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
2878
2879 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
2880 in info threads output.
2881
23d964e7
UW
28822007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2883 Markus Deuling <deuling@de.ibm.com>
2884
2885 * gdb.arch/spu-info.exp: New testcase.
2886 * gdb.arch/spu-info.c: New file.
2887
fd20f75b
DJ
28882007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
2889
2890 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
2891 tpcs_offset. Restore lr after the call.
2892 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
2893
2226f861
DJ
28942007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
2895
2896 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
2897 (gdbserver_run): Kill any running gdbserver.
2898 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
2899
d12371a9
MR
29002007-05-17 Maciej W. Rozycki <macro@mips.com>
2901
2902 * gdb.base/sigbpt.exp: Preset segv_addr.
2903
93f02886
DJ
29042007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2905
2906 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
2907 (gdb_compile_shlib): Likewise.
2908 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
2909 (default_gdb_init): Clear cleanfiles.
2910 (gdb_finish): Delete recorded cleanfiles.
2911 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
2912
2913 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
2914 Do not use isnative.
2915 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
2916 gdb.base/so-impl-ld.exp: Likewise.
2917 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
2918 * gdb.base/unload.exp: Likewise. Do not pass empty option to
2919 gdb_compile.
2920
b04e06d7
VP
29212007-05-15 Vladimir Prus <vladimir@codesourcery.com>
2922
2923 * config/unknown.exp: Remove.
2924
069ed931
UW
29252007-05-15 Markus Deuling <deuling@de.ibm.com>
2926
2927 * gdb.base/info-proc.exp: Check is_remote.
2928
09db0d03
UW
29292007-05-14 Markus Deuling <deuling@de.ibm.com>
2930
2931 * gdb.base/gcore.exp: Initialize variable core_supported.
2932
af2cbe8c
DJ
29332007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2934
2935 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
2936
027c0295
DJ
29372007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2938
2939 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
2940 * gdb.threads/print-threads.exp (test_all_threads): Allow
2941 negative and hexadecimal thread IDs.
2942
dc5000e7
DJ
29432007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
2944
2945 * gdb.java/jprint.java (public): Avoid invalid call to static
2946 method.
2947
2e74ed18
DP
29482007-05-14 Denis Pilat <denis.pilat@st.com>
2949
2950 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
2951 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
2952 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
2953 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
2954 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
2955
83547f02
UW
29562007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2957
2958 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 2959 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
2960 this mode.
2961 * gdb.base/ovlymgr.c: Provide stubs for spu target.
2962 * gdb.base/spu.ld: New file.
2963
b18be20d
DJ
29642007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
2965
2966 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
2967
be444858
DJ
29682007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
2969
2970 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
2971
b1d53152
DJ
29722007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
2973
2974 * gdb.java/jmain.exp: Handle demangled names with and without method
2975 signatures.
2976
d084b331
DJ
29772007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
2978
2979 * gdb.mi/mi-syn-frame.c (main, foo, bar)
2980 (have_a_very_merry_interrupt): Remove calls to puts.
2981 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
2982 inferior output.
2983 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
2984 test names.
2985
db9d7fc5
DJ
29862007-04-29 Markus Deuling <deuling@de.ibm.com>
2987 Daniel Jacobowitz <dan@codesourcery.com>
2988
2989 * gdb.base/auxv.exp (core_works): Also check is_remote.
2990 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
2991
ef783a7d 29922007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 2993
ef783a7d
VP
2994 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
2995 message, not the undefined 'module' variable.
2996 * gdb.base/siginfo.exp: Likewise.
2997 * gdb.base/sigstep.exp: Likewise.
2998 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
2999 serialport.
3000 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
3001
b7b73cae
CV
30022007-04-25 Corinna Vinschen <vinschen@redhat.com>
3003
3004 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
3005 target sim fails. Return 0 otherwise.
3006 (gdb_load): Return prematurely if gdb_target_sim fails.
3007
7d90fdfa
DP
30082007-04-16 Denis Pilat <denis.pilat@st.com>
3009
3010 * gdb.base/setshow.exp: Reset height after having set it to 100.
3011
5d3e9c85
DP
30122007-04-16 Denis Pilat <denis.pilat@st.com>
3013
3014 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
3015
18e75969
DP
30162007-04-16 Denis Pilat <denis.pilat@st.com>
3017
3018 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
3019
25d5ea92
VP
30202007-04-14 Vladimir Prus <vladimir@codesourcery.com>
3021
3022 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
3023 tests. Run the frozen varobjs test.
3024 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 3025 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 3026
0b49cb80
JK
30272007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3028
3029 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
3030 gdb.base/type-opaque.exp: New files.
3031
a73bafbc 30322007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
3033
3034 * gdb.mi/mi-var-child.c
a73bafbc
VP
3035 (do_children_tests): User char[2] instead of
3036 char so that automatic printing of pointers to char
3037 don't give unpredicable result.
3038 * gdb.mi/var-cmd.c (do_locals_test): Initialize
3039 local variables.
3040 * gdb.mi/mi-var-child.exp: Step to right line
3041 of do_children_tests.
3042 * gdb.mi/mi2-var-child.exp: Likewise.
3043 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 3044 do_locals_tests.
a73bafbc
VP
3045 (do_children_tests): User char[2] instead of
3046 char so that automatic printing of pointers to char
a9c64011 3047 don't give unpredicable result.
a73bafbc 3048 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 3049 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
3050 Pass test name to mi_wait_for_stop.
3051
7ce59000
DJ
30522007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3053
3054 * gdb.asm/asm-source.exp: Remove d10v case.
3055 * lib/gdb.exp (skip_cplus_tests): Likewise.
3056 * gdb.asm/d10v.inc: Deleted.
3057
20389057
DJ
30582007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3059
3060 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
3061
8807d78b
DJ
30622007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3063
3064 * config/netware.exp: Delete file.
3065
aa3edb8e
JB
30662007-03-29 Joel Brobecker <brobecker@adacore.com>
3067
3068 * gdb.dwarf2/dw2-noloc.S: New file.
3069 * gdb.dwarf2/dw2-noloc.exp: New file.
3070
297561ac
PA
30712007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
3072
3073 * gdb.cp/method2.cc: New test.
3074 * gdb.cp/method2.exp: New test.
3075 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
3076
1f81bd39
DJ
30772007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
3078
3079 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
3080
9453113a
DJ
30812007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
3082
3083 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
3084
b741e217
DJ
30852007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
3086
3087 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
3088 (gdb_load): Delete, replace with...
3089 (gdb_reload): ...this.
3090 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
3091 * gdb.server/server-mon.exp: Likewise.
3092 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
3093 (gdb_start_cmd): New.
3094 (gdb_file_cmd): Save the last loaded file.
3095 (gdb_reload): New.
3096 (gdb_gnu_strip_debug): Use transform.
3097 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
3098 support here. Use new $last_loaded_file. Check mtime.
3099 (gdb_target_cmd): Handle ObjC failure case.
3100 (infer_host_exec): Delete.
3101 (gdbserver_load): Rename to...
3102 (gdbserver_run): ...this. Simplify.
3103 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
3104 (mi_gdb_load): Move most contents to a new function...
3105 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
3106 (mi_run_cmd): Use mi_gdb_target_load.
3107 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
3108 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
3109 Use gdb_run_cmd.
3110 * gdb.base/charsign.exp: Remove incorrect comment.
3111 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
3112 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
3113 gdb.base/start.exp: Use gdb_start_cmd.
3114
446ab585 31152007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 3116 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
3117
3118 * gdb.base/sigbpt.exp: Fix the message when skipping test.
3119 * gdb.base/signull.exp: Similarly.
3120
bbb88ebf
UW
31212007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3122
3123 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
3124 messages available to test cases (like chng-sym.exp).
3125
cb8c4a99
AS
31262007-03-14 Andreas Schwab <schwab@suse.de>
3127
3128 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
3129 format changes.
3130
4e463ff5
DJ
31312007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
3132
3133 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
3134 (optimized_1): New.
3135 (main): Call optimized_1.
3136 (gdb2029): Correct typos. Call gdb2029_marker.
3137 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
3138 for gdb2029.
3139
b6db2c47
MK
31402007-03-12 Mark Kettenis <kettenis@gnu.org>
3141
3142 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
3143 as tabs. Remove redundant test pattern.
3144
70ed3737
UW
31452007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3146
3147 * gdb.base/long_long.exp: Accept optional symbol name in <...>
3148 for /a format output.
3149
47b67b60
DJ
31502007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
3151
3152 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
3153 collect output incrementally.
3154
b8953b0e
UW
31552007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3156
3157 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
3158 for -var-create lpcharacter test.
3159 * gdb.mi/mi2-var-cmd.exp: Likewise.
3160
7acd5c40
UW
31612007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3162
3163 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
3164 pass on targets where address zero is readable.
3165
9c6759c1
UW
31662007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3167
3168 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
3169 just a single architecture.
3170
a2f1aeb4
UW
31712007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3172
3173 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
3174 (fetch_all_registers): New function, uses gdb_test_multiple and
3175 exp_continue to fetch inferior output line-by-line.
3176 Replace all uses of do_get_all_registers by fetch_all_registers.
3177
46579ac2
UW
31782007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3179
3180 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
3181 in target_info.
3182
fc133f24
MS
31832007-03-02 Michael Snyder <michael.snyder@palmsource.com>
3184
a9c64011 3185 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
3186 consistancy; add a default (timeout) case.
3187
7646a51d
MS
31882007-03-02 Michael Snyder <michael.snyder@palmsource.com>
3189
3190 * gdb.base/watchpoint.exp: Fix truncated comment.
3191
dcfff61f
MS
31922007-03-02 Michael Snyder <michael.snyder@palmsource.com>
3193
3194 * Makefile.in: Remove spurious single-quotes from sed command.
3195
664e3ee9
DJ
31962007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
3197
3198 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
3199 func.
3200 * gdb.mi/mi2-var-cmd.exp: Likewise.
3201
d7cc6f2f
JB
32022007-02-27 Joel Brobecker <brobecker@adacore.com>
3203
a9c64011
AS
3204 * gdb.dwarf2/dw2-producer.S: New file.
3205 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
3206
32072007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
3208
3209 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
3210 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
3211 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
3212 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
3213 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
3214 Revert tests to use mi_gdb_test and include value field in output
3215 of -var-create.
3216
93d42b30
DJ
32172007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3218
3219 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
3220
c499ed39
DJ
32212007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
3222
3223 * gdb.base/maint.exp: Remove full paths from test names.
3224 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
3225 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
3226
9836f81b
JB
32272007-02-27 Joel Brobecker <brobecker@adacore.com>
3228
3229 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
3230
c74d0ad8
DJ
32312007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3232
3233 * gdb.server/server-mon.exp: New test.
3234
2711e456
DJ
32352007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3236
3237 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
3238
ff6f572f
DJ
32392007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
3240
3241 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
3242 register capitalization.
3243
fada3feb
DP
32442007-02-13 Denis Pilat <denis.pilat@st.com>
3245
3246 * gdb.mi/mi-var-invalidate.exp: New file.
3247
fb1e4ffc
DJ
32482007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3249
3250 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
3251
3da939d7
DJ
32522007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3253
3254 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
3255
123dc839
DJ
32562007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
3257
3258 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
3259 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
3260
877e3645 32612007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
3262
3263 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
3264 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
3265 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
3266 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
3267 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 3268 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 3269 Update tests to include value field in output of -var-create.
a9c64011 3270
3c0a2960
AS
32712007-02-08 Andreas Schwab <schwab@suse.de>
3272
3273 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
3274
108546a0
DJ
32752007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
3276
3277 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
3278 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
3279
d701dcab
DP
32802007-02-02 Denis Pilat <denis.pilat@st.com>
3281
3282 * gdb.threads/threadapply.exp: check that frame is not changed by
3283 the thread apply all command.
3284
783e3e2f
AS
32852007-01-31 Andreas Schwab <schwab@suse.de>
3286
6d9c3a87
AS
3287 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
3288
3c50d7b9
AS
3289 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
3290 in the dwarf sections.
3291 * gdb.dwarf2/mac-fileno.S: Likewise.
3292
783e3e2f
AS
3293 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
3294 bspstore register on ia64.
3295
78ff580e
AS
32962007-01-29 Andreas Schwab <schwab@suse.de>
3297
cc8e9b12
AS
3298 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
3299 "frame-begin" annotation.
3300
78ff580e
AS
3301 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
3302 number of "frames-invalid" annotations.
3303
704a4f78
DJ
33042007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3305
3306 * gdb.base/commands.exp: Call if_commands_test.
3307 (gdb_test_no_prompt, if_commands_test): New.
3308
e741bf94
MK
33092007-01-28 Mark Kettenis <kettenis@gnu.org>
3310
3311 * gdb.threads/sigthread.c (NSIGS): Make bigger.
3312
474d0ad3
AS
33132007-01-27 Andreas Schwab <schwab@suse.de>
3314
3315 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
3316 .short/.int/.quad in the dwarf sections.
3317 * gdb.dwarf2/dw2-intercu.S: Likewise.
3318 * gdb.dwarf2/dw2-intermix.S: Likewise.
3319
e784b426
JK
33202007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3321
3322 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
3323 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
3324 array.
e784b426
JK
3325 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
3326 * gdb.base/setvar.exp: Likewise.
3327
37f08e04
AS
33282007-01-26 Andreas Schwab <schwab@suse.de>
3329
9a01813a
AS
3330 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
3331 test.
3332
37f08e04
AS
3333 * gdb.base/multi-forks.exp ("restart $i"): Also match
3334 __kernel_syscall_via_break.
3335
6e2a9270
VP
33362007-01-24 Vladimir Prus <vladimir@codesourcery.com>
3337
3338 * lib/mi-support.exp (mi_delete_varobj): New.
3339 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
3340 testcase.
3341 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
3342 (main): Call the above.
3343 (reference_update_test, base_in_reference_test)
3344 (reference_to_pointer): Delete the created varobjs.
a9c64011 3345
e515b470
DJ
33462007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
3347
3348 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
3349 * configure: Regenerated.
3350 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
3351 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
3352 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
3353 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
3354 * lib/gdb.exp (gdb_skip_xml_test): New function.
3355
08d8bcd7
DJ
33562007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
3357
3358 * gdb.base/sigrepeat.exp: Correct error message.
3359
33602007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
3361 Daniel Jacobowitz <dan@codesourcery.com>
3362
3363 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
3364 gdb.arch/i386-gnu-cfi-asm.S: New files.
3365
97c3f1f3
JK
33662007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3367
3368 * lib/gdb.exp: Abort on missing `site.exp'.
3369
cb1df416
DJ
33702007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3371 Daniel Jacobowitz <dan@codesourcery.com>
3372
3373 * gdb.base/included.c, gdb.base/included.exp,
3374 gdb.base/included.h: New files.
3375
35990120
DJ
33762007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
3377
3378 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
3379 (maximize_rlimit): Reduce limits on 64-bit systems.
3380
6e81a116 33812007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
3382
3383 From Marcus Deuling <deuling@de.ibm.com>:
3384 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
3385 every case.
3386
6c3c41f3
NR
33872007-01-13 Nick Roberts <nickrob@snap.net.nz>
3388
3389 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
3390 (test_path_specification): Use objdir instead of srcdir to always
3391 get an absolute filename.
3392
2f12c312
DJ
33932007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
3394
3395 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
3396
81121995
VP
33972007-01-11 Vladimir Prus <vladimir@codesourcery.com>
3398
3399 * gdb.mi/mi-var-cp.cc (reference_update_tests):
3400 Make sure the variable we're using is in scope.
3401 (reference_to_pointer): Likewise.
3402
4741b737
DJ
34032007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3404
3405 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
3406 has no debug information.
3407
054410c3
DJ
34082007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * gdb.base/annota1.exp: Remove extra send_gdb.
3411
818f79f6
DJ
34122007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3413
3414 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
3415
f7a6bb70
DJ
34162007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
3419
57e66780
DJ
34202007-01-08 Nick Roberts <nickrob@snap.net.nz>
3421 Daniel Jacobowitz <dan@codesourcery.com>
3422
3423 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
3424 lcharacter or linteger change. Correct duplicated test name.
3425 * gdb.mi/mi2-var-cmd.exp: Likewise.
3426
3d799a95
DJ
34272007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3428
3429 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
3430
34312007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 3432
a9c64011
AS
3433 * gdb.base/nofield.c: New file.
3434 * gdb.base/nofield.exp: New testcase.
51679ba9 3435
eafb94e8
NR
34362007-01-05 Nick Roberts <nickrob@snap.net.nz>
3437
3438 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
3439
3440 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
3441 test.
3442
5e572bb4
DJ
34432007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3444
3445 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
3446
74a44383
DJ
34472007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
3448
3449 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
3450 when continuing.
3451
1b572db9
DJ
34522007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
3453
3454 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
3455 Expect ".exe" extension.
3456
381bc39b
DJ
34572007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
3458
3459 * gdb.base/charset.exp: Add explicit filename to break.
3460 * gdb.base/dbx.exp: Add explicit filename to breaks.
3461
2b70e4c6
DJ
34622007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
3463
3464 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
3465 * gdb.mi/mi2-file.exp: Likewise.
3466
303b6f5d
DJ
34672007-01-04 Vladimir Prus <vladimir@codesourcery.com>
3468
3469 Implement specification of MI tests as comments
3470 in C and C++ sources.
3471 * lib/mi-support.exp (mi_autotest_data): New variable.
3472 (mi_autotest_source): New variable.
3473 (count_newlines, mi_prepare_inline_tests)
3474 (mi_get_inline_test, mi_continue_to_line)
3475 (mi_run_inline_test, mi_tbreak)
3476 (mi_send_resuming_command, mi_wait_for_stop): New functions.
3477 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
3478 Run inline tests.
3479 * gdb.mi/mi-var-cp.cc: Define tests here.
3480
23da0d94
VP
34812007-01-04 Vladimir Prus <vladimir@codesourcery.com>
3482
3483 Simplify usage of mi_continue_to.
3484 * lib/mi-support.exp (mi_runto_helper): Renamed
3485 from mi_runto, added new parameter 'run_or_continue'.
3486 (mi_runto): Use mi_runto_helper.
3487 (mi_continue_to): Accept just function name as parameter.
3488 Use mi_runto_helper.
3489 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
3490 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 3491
f9e18282
JB
34922006-01-04 Joel Brobecker <brobecker@adacore.com>
3493
3494 Make this testcase a bit more realistic. The current code
3495 is too simplistic, and allows the compiler to optimize out
3496 some of the entities we need for this testcase.
3497 * gdb.ada/null_record/bar.ads (Void_Star): New type.
3498 (Do_Nothing): Add extra parameter.
3499 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
3500 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
3501 by using a variable of type Void_Star.
3502
fd678c65
JB
35032006-01-04 Joel Brobecker <brobecker@adacore.com>
3504
3505 * gdb.ada/catch_ex/foo.adb: New file.
3506 * gdb.ada/catch_ex.exp: New testcase.
3507
05cfdb42
DJ
35082007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
3509
3510 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
3511 pass --image-base to linker.
3512
2e03ee74
DJ
35132007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3514 Daniel Jacobowitz <dan@codesourcery.com>
3515
3516 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
3517 secondary prompts.
3518
0d5de010
DJ
35192007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3520
3521 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
3522 output. Test the types of members and member pointers.
3523 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
3524 gdb/2092.
3525 * gdb.cp/member-ptr.exp: Search for a comment instead of a
3526 statement. Enable for GCC. Update expected output for some tests
3527 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
3528 layout.
3529 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
3530 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
3531 (Diamond::vget_base): New.
3532 (main): Add new tests.
3533 * gdb.cp/printmethod.exp: Update expected output for member functions.
3534 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
3535 print pEe->D::vg().
3536
61a771aa
DJ
35372007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3538
3539 * gdb.threads/tls.exp: Allow stops in sem_post.
3540
2fa63963
DJ
35412006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
3542
3543 * gdb.base/annota1.exp: Allow .*printf in backtraces.
3544 * gdb.base/annota3.exp: Likewise.
3545 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
3546 again (instead of timing out).
3547 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
3548 GCC bug 26475.
3549 * gdb.java/jmisc.exp: Adjust to work with method signatures including
3550 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
3551 test from jmisc1.exp.
3552 * gdb.java/jmisc1.exp: Delete.
3553 * gdb.java/jprint.exp: Adjust to work with method signatures including
3554 return types.
3555 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
3556 * gdb.threads/linux-dp.exp: Don't be confused by program output.
3557 * lib/java.exp (compile_java_from_source): Pass the correct type
3558 to target_compile.
3559
5eefc2b7
JB
35602006-12-31 Joel Brobecker <brobecker@adacore.com>
3561
3562 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
3563 (stack_align_edx): New function.
3564 (stack_align_eax): New function.
3565 (main): Add calls to stack_align_edx and stack_align_eax.
3566 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
3567 Add testing for the cases where the register used during a stack
3568 realignment is edx. Same for eax.
3569
227c54da
DJ
35702006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
3571
3572 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
3573 and generic PE targets.
3574
cab8ac94
JB
35752006-12-29 Joel Brobecker <brobecker@adacore.com>
3576
3577 * gdb.ada/array_return.exp: Update copyright date list.
3578
ba54f318
JB
35792006-12-27 Joel Brobecker <brobecker@adacore.com>
3580
3581 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
3582 (Create_Small_Float_Vector): New function.
3583 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
3584 function body.
3585 * gdb.ada/array_return/p.adb: Use new type and function from
3586 package Pck.
3587 * gdb.ada/array_return.exp: Add a test verifying that GDB is
3588 able to print the value returned by a function returning an
3589 array of float.
3590
6b7a35dd
JB
35912006-12-20 Joel Brobecker <brobecker@adacore.com>
3592
3593 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
3594 The associated tests should be PASSing.
3595
038224f6
VP
35962006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3597
3598 Test for base in references.
3599 * gdb.mi/mi-var-cp.cc: Add test code.
3600 * gdb.mi/mi-var-cp.exp: Test for bases in references.
3601 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
3602 * gdb.mi/mi2-watch.exp: Likewise.
3603 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
3604 (mi_list_varobj_children): New function.
3605
b26ed50d
VP
36062006-12-08 Vladimir Prus <vladimir@codesourcery.com>
3607
3608 * lib/mi-support.exp
3609 (mi_runto): Accept "()" after function name.
3610 (mi_create_varobj): New function.
3611 (mi_varobj_update): New function.
3612 (mi_Check_varobj_value): New function.
3613 * gdb.mi/mi-var-cp.exp: New file.
3614 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 3615
08232497
DJ
36162006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
3617
3618 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
3619 gdb.base/weaklib2.c: New files.
3620
d394c993 36212006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 3622
ac6c2fba
NS
3623 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
3624 info. Adjust test names.
3625
8ec659a0 3626 * gdb.base/break.c (main): Move position of malloc.
d394c993 3627 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 3628
acd65feb
VP
36292006-11-28 Vladimir Prus <vladimir@codesourcery.com>
3630
3631 * gdb.mi/mi-var-cmd.exp: Check -var-update after
3632 assignement of arrays and function pointers.
3633 * gdb.mi/var-cmd.c: Add declaration necessary for above
3634 tests.
3635
f556d5e5
NS
36362006-11-27 Nathan Sidwell <nathan@codesourcery.com>
3637
3638 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
3639
3640 * gdb.threads/linux-dp.exp: Read thread table before and after
3641 creating each philosopher and verify it.
3642
697bc68d
NS
36432006-11-27 Nathan Sidwell <nathan@codesourcery.com>
3644 Paul Brook <paul@codesourcery.com>
3645 Daniel Jacobowitz <dan@codesourcery.com>
3646
3647 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 3648 main to remove duplication. Add start function of the form
697bc68d
NS
3649 '_*start[1-9]*'. Add RVDS start function.
3650
29d73ae4
DJ
36512006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
3652
3653 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
3654
c1d88655
UW
36552006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3656
3657 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
3658 * gdb.asm/spu.inc: New file.
3659 * gdb.base/term.exp: Disable if [target_info exists noargs].
3660 * gdb.gdb/complaints.exp: Disable if ![isnative].
3661 * gdb.gdb/selftest.exp: Likewise.
3662 * gdb.gdb/observer.exp: Likewise.
3663 * gdb.gdb/xfullpath.exp: Likewise.
3664 * gdb.base/attach.exp: Disable on SPU target.
3665 * gdb.cp/bs145503.exp: Likewise.
3666 * gdb.cp/exception.exp: Likewise.
3667 * gdb.cp/userdef.exp: Likewise.
3668
32a13b1a
DJ
36692006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
3670
3671 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
3672
d8295fe9
VP
36732006-11-10 Vladimir Prus <vladimir@codesourcery.com>
3674
3675 * gdb.base/completion.exp: Fix completion tests for
3676 'info' and 'info '.
3677 * gdb.base/help.exp (help_test_raw, test_class_help)
3678 (test_prefix_command_help): Move...
3679 * lib/gdb.exp: Here.
3680 * gdb.base/main.exp: Adjust.
3681 * gdb.cp/maint.exp: Adjust.
3682 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 3683
8c394015
VP
36842006-11-09 Vladimir Prus <vladimir@codesourcery.com>
3685
3686 * gdb.stabs/weird.exp (print_weird_var): Use
3687 gdb_test_multiple instead of gdb_expect.
3688
027fc1bc
VP
36892006-11-09 Vladimir Prus <vladimir@codesourcery.com>
3690
3691 * gdb.base/help.exp (help_test_raw): New.
3692 (test_class_help): New.
3693 (test_prefix_command_help): New.
3694 Adjust testcases.
3695
67609209
FR
36962006-11-09 Christophe Lyon <christophe.lyon@st.com>
3697
3698 * gdb.base/constvars.c (main): Write to crass and crips, so that
3699 they are allocated by the compiler.
3700
f73adfeb
AS
37012006-10-27 Andreas Schwab <schwab@suse.de>
3702
3703 * gdb.base/multi-forks.exp: Use "detach fork" instead of
3704 "detach-fork".
3705
2f83a18e
DJ
37062006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
3707
3708 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
3709 of patterns.
3710
94277a38
DJ
37112006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3712
3713 * gdb.base/sepdebug.exp: Remove debug format test.
3714 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
3715 Handle no-symtab.
3716 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
3717
5bd2f6e2
DJ
37182006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
3719
3720 * gdb.threads/manythreads.c (thread_function, main): Don't cast
3721 int to pointer or pointer to int.
3722 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
3723
8c008720
DJ
37242006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
3725
3726 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
3727
9e35dae4
DJ
37282006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3729
3730 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
3731
d9639e13
DJ
37322006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
3733
3734 PR c++/2116
3735 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
3736
390a1bd0
JB
37372006-10-06 Joel Brobecker <brobecker@adacore.com>
3738
3739 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
3740 the corresponding bug has been fixed in GDB (PR/2018).
3741
dd920c33
JB
37422006-10-06 Joel Brobecker <brobecker@adacore.com>
3743
3744 * gdb.base/subst.exp: New testcase.
3745
53bbefe9
JB
37462006-10-06 Joel Brobecker <brobecker@adacore.com>
3747
3748 * gdb.ada/array_return/pck.ads: Add copyright notice.
3749 * gdb.ada/array_return/pck.adb: Likewise.
3750 * gdb.ada/array_return/p.adb: Likewise.
3751 * gdb.ada/exec_changed/first.adb: Likewise.
3752 * gdb.ada/exec_changed/second.adb: Likewise.
3753
09851417
JB
37542006-10-06 Joel Brobecker <brobecker@adacore.com>
3755
3756 * gdb.ada/watch_arg/watch.adb: New file.
3757 * gdb.ada/watch_arg.exp: New testcase.
3758
041bf30d
VP
37592006-10-02 Vladimir Prus <vladimir@codesourcery.com>
3760
3761 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 3762 via string_to_regexp.
041bf30d 3763 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 3764
f286fbdd 37652006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
3766
3767 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
3768 Remove unused / obsolete files.
3769
7c07f349
NR
37702006-09-19 Nick Roberts <nickrob@snap.net.nz>
3771
3772 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
3773
cd5ff84a
VP
37742006-09-17 Vladimir Prus <vladimir@codesourcery.com>
3775
3776 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
3777 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 3778 the number of frames.
cd5ff84a 3779
ae018d1a
DJ
37802006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
3781
3782 * gdb.base/args.c (main): Add breakpoint marker.
3783 * gdb.base/args.exp: Use args_test for tests. Add new tests which
3784 really test empty arguments.
3785 (args_load): Delete.
3786 (args_test): New.
3787
b399c549
NR
37882006-09-13 Nick Roberts <nickrob@snap.net.nz>
3789
3790 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
3791 check for one file.
3792
2ab1eb7a
VP
37932006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
3794
3795 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
3796 HIGH_FRAME argument to -stack-list-locals can be larger than
3797 the number of frames.
a9c64011 3798
476308bf
FF
37992006-08-18 Fred Fish <fnf@specifix.com>
3800
3801 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
3802 '$' in front of skip_vmx_tests_saved when setting that.
3803
8625200f
AS
38042006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
3805
3806 * gdb.base/trace-commands.exp: New file.
3807
089ec8f1
DJ
38082006-08-10 Joel Brobecker <brobecker@adacore.com>
3809 Daniel Jacobowitz <dan@codesourcery.com>
3810
3811 * gdb.base/step-bt.exp: Make hexadecimal address optional in
3812 expected output of the backtrace commands.
3813
b60f0898
JB
38142006-08-09 Joel Brobecker <brobecker@adacore.com>
3815
3816 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
3817 untested followed by return combination.
3818 * gdb.arch/altivec-regs.exp: Likewise.
3819 * gdb.arch/e500-abi.exp: Likewise.
3820 * gdb.arch/e500-regs.exp: Likewise.
3821 * gdb.arch/gdb1291.exp: Likewise.
3822 * gdb.arch/gdb1431.exp: Likewise.
3823 * gdb.arch/gdb1558.exp: Likewise.
3824 * gdb.arch/i386-prologue.exp: Likewise.
3825 * gdb.arch/i386-unwind.exp: Likewise.
3826 * gdb.asm/asm-source.exp: Likewise.
3827 * gdb.base/a2-run.exp: Likewise.
3828 * gdb.base/advance.exp: Likewise.
3829 * gdb.base/all-bin.exp: Likewise.
3830 * gdb.base/annota1.exp: Likewise.
3831 * gdb.base/annota3.exp: Likewise.
3832 * gdb.base/args.exp: Likewise.
3833 * gdb.base/arithmet.exp: Likewise.
3834 * gdb.base/assign.exp: Likewise.
3835 * gdb.base/async.exp: Likewise.
3836 * gdb.base/attach.exp: Likewise.
3837 * gdb.base/bang.exp: Likewise.
3838 * gdb.base/bigcore.exp: Likewise.
3839 * gdb.base/bitfields.exp: Likewise.
3840 * gdb.base/bitfields2.exp: Likewise.
3841 * gdb.base/break.exp: Likewise.
3842 * gdb.base/call-sc.exp: Likewise.
3843 * gdb.base/call-strs.exp: Likewise.
3844 * gdb.base/callfuncs.exp: Likewise.
3845 * gdb.base/checkpoint.exp: Likewise.
3846 * gdb.base/chng-syms.exp: Likewise.
3847 * gdb.base/code-expr.exp: Likewise.
3848 * gdb.base/commands.exp: Likewise.
3849 * gdb.base/completion.exp: Likewise.
3850 * gdb.base/cond-expr.exp: Likewise.
3851 * gdb.base/condbreak.exp: Likewise.
3852 * gdb.base/consecutive.exp: Likewise.
3853 * gdb.base/constvars.exp: Likewise.
3854 * gdb.base/corefile.exp: Likewise.
3855 * gdb.base/cvexpr.exp: Likewise.
3856 * gdb.base/dbx.exp: Likewise.
3857 * gdb.base/define.exp: Likewise.
3858 * gdb.base/detach.exp: Likewise.
3859 * gdb.base/display.exp: Likewise.
3860 * gdb.base/dump.exp: Likewise.
3861 * gdb.base/ena-dis-br.exp: Likewise.
3862 * gdb.base/ending-run.exp: Likewise.
3863 * gdb.base/environ.exp: Likewise.
3864 * gdb.base/eval-skip.exp: Likewise.
3865 * gdb.base/exprs.exp: Likewise.
3866 * gdb.base/fileio.exp: Likewise.
3867 * gdb.base/finish.exp: Likewise.
3868 * gdb.base/float.exp: Likewise.
3869 * gdb.base/foll-exec.exp: Likewise.
3870 * gdb.base/foll-fork.exp: Likewise.
3871 * gdb.base/foll-vfork.exp: Likewise.
3872 * gdb.base/freebpcmd.exp: Likewise.
3873 * gdb.base/funcargs.exp: Likewise.
3874 * gdb.base/gcore.exp: Likewise.
3875 * gdb.base/gdb1090.exp: Likewise.
3876 * gdb.base/gdb1250.exp: Likewise.
3877 * gdb.base/huge.exp: Likewise.
3878 * gdb.base/info-proc.exp: Likewise.
3879 * gdb.base/interrupt.exp: Likewise.
3880 * gdb.base/jump.exp: Likewise.
3881 * gdb.base/langs.exp: Likewise.
3882 * gdb.base/lineinc.exp: Likewise.
3883 * gdb.base/list.exp: Likewise.
3884 * gdb.base/logical.exp: Likewise.
3885 * gdb.base/long_long.exp: Likewise.
3886 * gdb.base/macscp.exp: Likewise.
3887 * gdb.base/maint.exp: Likewise.
3888 * gdb.base/mips_pro.exp: Likewise.
3889 * gdb.base/miscexprs.exp: Likewise.
3890 * gdb.base/multi-forks.exp: Likewise.
3891 * gdb.base/opaque.exp: Likewise.
3892 * gdb.base/overlays.exp: Likewise.
3893 * gdb.base/pc-fp.exp: Likewise.
3894 * gdb.base/pointers.exp: Likewise.
3895 * gdb.base/printcmds.exp: Likewise.
3896 * gdb.base/psymtab.exp: Likewise.
3897 * gdb.base/ptype.exp: Likewise.
3898 * gdb.base/recurse.exp: Likewise.
3899 * gdb.base/relational.exp: Likewise.
3900 * gdb.base/relocate.exp: Likewise.
3901 * gdb.base/remote.exp: Likewise.
3902 * gdb.base/reread.exp: Likewise.
3903 * gdb.base/restore.exp: Likewise.
3904 * gdb.base/return.exp: Likewise.
3905 * gdb.base/return2.exp: Likewise.
3906 * gdb.base/scope.exp: Likewise.
3907 * gdb.base/sect-cmd.exp: Likewise.
3908 * gdb.base/sep.exp: Likewise.
3909 * gdb.base/sepdebug.exp: Likewise.
3910 * gdb.base/setshow.exp: Likewise.
3911 * gdb.base/setvar.exp: Likewise.
3912 * gdb.base/sigall.exp: Likewise.
3913 * gdb.base/sigbpt.exp: Likewise.
3914 * gdb.base/signals.exp: Likewise.
3915 * gdb.base/signull.exp: Likewise.
3916 * gdb.base/sizeof.exp: Likewise.
3917 * gdb.base/solib.exp: Likewise.
3918 * gdb.base/step-line.exp: Likewise.
3919 * gdb.base/step-test.exp: Likewise.
3920 * gdb.base/structs.exp: Likewise.
3921 * gdb.base/structs2.exp: Likewise.
3922 * gdb.base/term.exp: Likewise.
3923 * gdb.base/twice.exp: Likewise.
3924 * gdb.base/until.exp: Likewise.
3925 * gdb.base/varargs.exp: Likewise.
3926 * gdb.base/volatile.exp: Likewise.
3927 * gdb.base/watchpoint.exp: Likewise.
3928 * gdb.base/whatis-exp.exp: Likewise.
3929 * gdb.base/whatis.exp: Likewise.
3930 * gdb.cp/ambiguous.exp: Likewise.
3931 * gdb.cp/annota2.exp: Likewise.
3932 * gdb.cp/annota3.exp: Likewise.
3933 * gdb.cp/bool.exp: Likewise.
3934 * gdb.cp/breakpoint.exp: Likewise.
3935 * gdb.cp/casts.exp: Likewise.
3936 * gdb.cp/class2.exp: Likewise.
3937 * gdb.cp/classes.exp: Likewise.
3938 * gdb.cp/cplusfuncs.exp: Likewise.
3939 * gdb.cp/ctti.exp: Likewise.
3940 * gdb.cp/derivation.exp: Likewise.
3941 * gdb.cp/exception.exp: Likewise.
3942 * gdb.cp/gdb1355.exp: Likewise.
3943 * gdb.cp/hang.exp: Likewise.
3944 * gdb.cp/inherit.exp: Likewise.
3945 * gdb.cp/local.exp: Likewise.
3946 * gdb.cp/m-data.exp: Likewise.
3947 * gdb.cp/m-static.exp: Likewise.
3948 * gdb.cp/member-ptr.exp: Likewise.
3949 * gdb.cp/method.exp: Likewise.
3950 * gdb.cp/misc.exp: Likewise.
3951 * gdb.cp/namespace.exp: Likewise.
3952 * gdb.cp/overload.exp: Likewise.
3953 * gdb.cp/ovldbreak.exp: Likewise.
3954 * gdb.cp/pr-1023.exp: Likewise.
3955 * gdb.cp/pr-1210.exp: Likewise.
3956 * gdb.cp/pr-574.exp: Likewise.
3957 * gdb.cp/printmethod.exp: Likewise.
3958 * gdb.cp/psmang.exp: Likewise.
3959 * gdb.cp/ref-params.exp: Likewise.
3960 * gdb.cp/ref-types.exp: Likewise.
3961 * gdb.cp/rtti.exp: Likewise.
3962 * gdb.cp/templates.exp: Likewise.
3963 * gdb.cp/try_catch.exp: Likewise.
3964 * gdb.cp/userdef.exp: Likewise.
3965 * gdb.cp/virtfunc.exp: Likewise.
3966 * gdb.disasm/am33.exp: Likewise.
3967 * gdb.disasm/h8300s.exp: Likewise.
3968 * gdb.disasm/mn10300.exp: Likewise.
3969 * gdb.disasm/sh3.exp: Likewise.
3970 * gdb.disasm/t01_mov.exp: Likewise.
3971 * gdb.disasm/t02_mova.exp: Likewise.
3972 * gdb.disasm/t03_add.exp: Likewise.
3973 * gdb.disasm/t04_sub.exp: Likewise.
3974 * gdb.disasm/t05_cmp.exp: Likewise.
3975 * gdb.disasm/t06_ari2.exp: Likewise.
3976 * gdb.disasm/t07_ari3.exp: Likewise.
3977 * gdb.disasm/t08_or.exp: Likewise.
3978 * gdb.disasm/t09_xor.exp: Likewise.
3979 * gdb.disasm/t10_and.exp: Likewise.
3980 * gdb.disasm/t11_logs.exp: Likewise.
3981 * gdb.disasm/t12_bit.exp: Likewise.
3982 * gdb.disasm/t13_otr.exp: Likewise.
3983 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3984 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3985 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3986 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
3987 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
3988 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3989 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
3990 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
3991 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
3992 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3993 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3994 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
3995 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
3996 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
3997 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
3998 * gdb.mi/gdb701.exp: Likewise.
3999 * gdb.mi/gdb792.exp: Likewise.
4000 * gdb.mi/mi-basics.exp: Likewise.
4001 * gdb.mi/mi-break.exp: Likewise.
4002 * gdb.mi/mi-cli.exp: Likewise.
4003 * gdb.mi/mi-console.exp: Likewise.
4004 * gdb.mi/mi-disassemble.exp: Likewise.
4005 * gdb.mi/mi-eval.exp: Likewise.
4006 * gdb.mi/mi-file.exp: Likewise.
4007 * gdb.mi/mi-read-memory.exp: Likewise.
4008 * gdb.mi/mi-regs.exp: Likewise.
4009 * gdb.mi/mi-return.exp: Likewise.
4010 * gdb.mi/mi-simplerun.exp: Likewise.
4011 * gdb.mi/mi-stack.exp: Likewise.
4012 * gdb.mi/mi-stepi.exp: Likewise.
4013 * gdb.mi/mi-syn-frame.exp: Likewise.
4014 * gdb.mi/mi-until.exp: Likewise.
4015 * gdb.mi/mi-var-block.exp: Likewise.
4016 * gdb.mi/mi-var-child.exp: Likewise.
4017 * gdb.mi/mi-var-cmd.exp: Likewise.
4018 * gdb.mi/mi-var-display.exp: Likewise.
4019 * gdb.mi/mi-watch.exp: Likewise.
4020 * gdb.mi/mi2-basics.exp: Likewise.
4021 * gdb.mi/mi2-break.exp: Likewise.
4022 * gdb.mi/mi2-cli.exp: Likewise.
4023 * gdb.mi/mi2-console.exp: Likewise.
4024 * gdb.mi/mi2-disassemble.exp: Likewise.
4025 * gdb.mi/mi2-eval.exp: Likewise.
4026 * gdb.mi/mi2-file.exp: Likewise.
4027 * gdb.mi/mi2-read-memory.exp: Likewise.
4028 * gdb.mi/mi2-regs.exp: Likewise.
4029 * gdb.mi/mi2-return.exp: Likewise.
4030 * gdb.mi/mi2-simplerun.exp: Likewise.
4031 * gdb.mi/mi2-stack.exp: Likewise.
4032 * gdb.mi/mi2-stepi.exp: Likewise.
4033 * gdb.mi/mi2-syn-frame.exp: Likewise.
4034 * gdb.mi/mi2-until.exp: Likewise.
4035 * gdb.mi/mi2-var-block.exp: Likewise.
4036 * gdb.mi/mi2-var-child.exp: Likewise.
4037 * gdb.mi/mi2-var-cmd.exp: Likewise.
4038 * gdb.mi/mi2-var-display.exp: Likewise.
4039 * gdb.mi/mi2-watch.exp: Likewise.
4040 * gdb.stabs/exclfwd.exp: Likewise.
4041 * gdb.stabs/weird.exp: Likewise.
4042 * gdb.threads/gcore-thread.exp: Likewise.
4043 * gdb.trace/actions.exp: Likewise.
4044 * gdb.trace/backtrace.exp: Likewise.
4045 * gdb.trace/circ.exp: Likewise.
4046 * gdb.trace/collection.exp: Likewise.
4047 * gdb.trace/deltrace.exp: Likewise.
4048 * gdb.trace/infotrace.exp: Likewise.
4049 * gdb.trace/limits.exp: Likewise.
4050 * gdb.trace/packetlen.exp: Likewise.
4051 * gdb.trace/passc-dyn.exp: Likewise.
4052 * gdb.trace/passcount.exp: Likewise.
4053 * gdb.trace/report.exp: Likewise.
4054 * gdb.trace/save-trace.exp: Likewise.
4055 * gdb.trace/tfind.exp: Likewise.
4056 * gdb.trace/tracecmd.exp: Likewise.
4057 * gdb.trace/while-dyn.exp: Likewise.
4058 * gdb.trace/while-stepping.exp: Likewise.
4059
f4b618d1
JB
40602006-08-08 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.base/step-bt.c: New file.
4063 * gdb.base/step-bt.exp: New testcase.
4064
3d00d119
DJ
40652006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
4066
4067 * config/monitor.exp (gdb_load): Remove support for obsolete
4068 download-write-size.
4069 * gdb.base/remote.exp: Likewise. Update all callers of
4070 gdb_timed_load.
4071
017b5bd4
DJ
40722006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
4073
4074 * cursal.exp: Pass binfile to gdb_load.
4075
837c599d
DJ
40762006-08-01 Nathan Sidwell <nathan@codesourcery.com>
4077
4078 * gdb.base/cursal.exp: Add "" to gdb_load call.
4079
8dd4540b
MK
40802006-07-29 Mark Kettenis <kettenis@gnu.org>
4081
4082 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
4083 NetBSD/ELF targets.
4084
ab5c9f60
DJ
40852006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
4086
4087 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
4088 operator*.
4089
4c42eaff
DJ
40902006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
4091
4092 * gdb.base/completion.exp: Update for change in "file" behavior.
4093 * gdb.stabs/weird.exp: Likewise.
4094 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
4095 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
4096
0155cc76
NS
40972006-07-24 Nathan Sidwell <nathan@codesourcery.com>
4098
4099 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
4100 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
4101
16026cd7
AS
41022006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
4103
4104 * gdb.base/default.exp: Update source command error message.
4105 * gdb.base/help.exp: Update 'help source' message.
4106
16963cb6
DJ
41072006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
4108
4109 * gdb.cp/bs15503.exp: Update comment for no longer crashing
4110 test.
4111
6d7fd486
AS
41122006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
4113
4114 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
4115
29e8a844
DJ
41162006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
4117
4118 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
4119
6afcfa39
DJ
41202006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
4121
4122 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
4123
267a692b
MK
41242006-07-17 Mark Kettenis <kettenis@gnu.org>
4125
4126 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
4127 *-*-openbsd* from targets for wich we expect ARM FPA floating
4128 point format.
4129
85d2fec4
NR
41302006-07-17 Nick Roberts <nickrob@snap.net.nz>
4131
4132 * gdb.cp/annota3.exp: Expect frame-begin annotation.
4133
41342006-07-17 Mark Kettenis <kettenis@gnu.org>
4135
4136 * gdb.base/annota3.exp: Expect frame-begin annotation.
4137
85b4c6e8
JB
41382006-07-14 Joel Brobecker <brobecker@adacore.com>
4139
4140 * gdb.base/help.exp: Adjust "help unset" test to accept
4141 any list of unset commands.
4142
fb933624
DJ
41432006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
4144 Daniel Jacobowitz <dan@codesourcery.com>
4145
4146 * gdb.cp/ref-params.exp: New test.
4147 * gdb.cp/ref-params.cc: New source file.
4148 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
4149
1dff4b64
MK
41502006-07-08 Mark Kettenis <kettenis@gnu.org>
4151
4152 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
4153 spaces/tabs in regular expressions since they might not be there.
4154
40d2e0e3
AS
41552006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
4156
4157 * gdb.base/ifelse.exp: New file.
4158
f6c957d2
NS
41592006-07-04 Nathan Sidwell <nathan@codesourcery.com>
4160
4161 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
4162 line.
4163 * gdb.base/huge.exp: Loop over compilation to find a size that
4164 is acceptable.
4165 * gdb.base/remote.exp: Correct expected strings.
4166 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
4167
b9c5a23d
DJ
41682006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4169
4170 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
4171
9af2e58d
DJ
41722006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4173
4174 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
4175 native.
4176
30930ca5
DJ
41772006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4178
4179 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
4180 enable stabs testing.
4181
aa32fa1d
DJ
41822006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4183
bd4a4c80 4184 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
4185 gdb_test_multiple does.
4186
321fef15
DJ
41872006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
4188
4189 * Makefile.in (host_alias): Remove.
4190 (target_alias): Use @target_noncanonical@.
4191 (site.exp): Don't set host_alias.
4192 * aclocal.m4: Remove contents. Include acx.m4.
4193 * configure: Regenerated.
4194 * configure.ac: Use ACX_NONCANONICAL_TARGET.
4195
e1c2defa
NS
41962006-06-13 Nathan Sidwell <nathan@codesourcery.com>
4197
e63b55d1
NS
4198 * lib/gdb.exp (gdb_load_cmd): New.
4199
5600ea19
NS
4200 * gdb.base/fileio.c: Add system(NULL) test.
4201 * gdb.base/fileio.exp: Check it.
4202
e1c2defa
NS
4203 * gdb.base/break.c: Add 10a breakpoint at }
4204 * gdb.base/break.exp: Add test for breakpoint at }
4205 * gdb.cp/anon-union.cc: Add code at end of function.
4206 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
4207 * gdb.mi/var-cmd.c: Add code at end of function.
4208 * gdb.mi/mi-var-display.exp: Adjust end of next.
4209 * gdb.mi/mi2-var-display.exp: Likewise.
4210 * gdb.base/fileio.c: Add stop function and insert calls at
4211 stopping places.
4212 * gdb.base/fileio.exp: Breakpoint stop function and remove
4213 explicit line number references.
4214
6c0112ec
JB
42152006-05-19 Joel Brobecker <brobecker@adacore.com>
4216
a9c64011
AS
4217 * gdb.base/del.exp (test_delete_alias): New function.
4218 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 4219
154189a4
FF
42202006-05-18 Fred Fish <fnf@specifix.com>
4221
4222 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
4223 required. Check for spurious output after program exits normally.
4224
582e64c2
FF
42252006-05-17 Fred Fish <fnf@specifix.com>
4226
4227 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
4228 gdb_load, so it works in the simulator.
4229
8ef6493a
FF
42302006-05-11 Fred Fish <fnf@specifix.com>
4231
4232 * gdb.base/bang.exp: Ignore unexpected output between the
4233 "program exited normally" and the gdb prompt, as many other
4234 tests do.
4235
692b141c
MK
42362006-05-07 Mark Kettenis <kettenis@gnu.org>
4237
4238 * gdb.base/help.exp: Make "delete checkpoint" part option for
4239 "help d" and "help delete" tests.
4240
540b8a30
UW
42412006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4242
a9c64011 4243 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
4244 expected output in some mi_gdb_test statements.
4245 * gdb.mi/mi2-basics.exp: Likewise.
4246
9b6462d9
JB
42472006-05-05 Joel Brobecker <brobecker@adacore.com>
4248
4249 * gdb.base/del.c: New file.
4250 * gdb.base/del.exp: New testcase.
4251
954de43b
DM
42522006-05-05 David S. Miller <davem@sunset.davemloft.net>
4253
4254 * gdb.base/break.exp: Do not assume a breakpoint on
4255 main will actually be in $srcfile when optimizing.
1303f75e
DM
4256 * gdb.base/savedregs.exp: Do not require that the dummy
4257 frame location match up to a symbol and source file location.
c3242428
DM
4258 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
4259 will get printed without a mi_cmd_data_list_register_values prefix.
4260 (*-data-list-register-*): Correct regular expressions to expect the new
4261 pseudo d? floating point registers.
4262 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 4263
c7e64c9a
DJ
42642006-05-05 Christophe Lyon <christophe.lyon@st.com>
4265
4266 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
4267 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
4268 is allocated by the compiler.
4269 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
4270 anons, e, anone to force their allocation by the compiler.
4271
42722006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
4273
4274 * gdb.base/help.exp: Update expected text for help d and
4275 help delete.
4276
27ce9a6d
MK
42772006-05-02 Mark Kettenis <kettenis@gnu.org>
4278
4279 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
4280 NetBSD/ELF targets.
4281
8608915f
MK
42822006-04-30 Mark Kettenis <kettenis@gnu.org>
4283
4284 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
4285 single-step breakpoint fails; make this a KFAIL on
4286 sparc*-*-openbsd*.
4287 * gdb.base/siginfo.exp: Likewise.
4288 * gdb.base/sigstep.exp (advance, advancei): Likewise.
4289
b8db102d
MS
42902006-04-26 Michael Snyder <msnyder@redhat.com>
4291
4292 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
4293 which may have to consume output from other forks.
4294 Add tests to make sure that "delete fork" succeeded.
4295
c702009a
MS
42962006-04-20 Michael Snyder <msnyder@redhat.com>
4297
4298 * 2006-03-22 Jim Blandy <jimb@redhat.com>
4299 Add support for the Renesas M32C and M16C.
4300
4301 * gdb.asm/asm-source.exp: Add m32c target.
4302 * gdb.asm/m32c.inc: Support for m32c target.
4303
e28493f2
AS
43042006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
4305
4306 * gdb.base/commands.exp (recursive_source_test): New test.
4307
880da185
DM
43082006-04-04 David S. Miller <davem@sunset.davemloft.net>
4309
4310 * gdb.base/float.exp: Add pattern for sparc targets.
4311
61d9b92f
DJ
43122006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
4313
4314 * gdb.base/commands.exp (stray_arg0_test): New test.
4315
bd717df8
PB
43162006-03-30 Paul Brook <paul@codesourcery.com>
4317
4318 * gdb.mi/mi-until.exp: kfail broken until command.
4319 * gdb.mi/mi2-until.exp: Ditto.
4320
ec793d3c
NR
43212006-03-27 Nick Roberts <nickrob@snap.net.nz>
4322
4323 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
4324
831004b7
AO
43252006-03-08 Alexandre Oliva <aoliva@redhat.com>
4326
4327 * gdb.base/prelink.exp: Anchor tested-for regular expression
4328 on gdb prompt.
4329
effe49a0
PB
43302006-03-07 Paul Brook <paul@codesourcery.com>
4331
4332 * gdb.base/assign.exp: Correct fail message.
4333
e5461016
PB
43342006-03-07 Paul Brook <paul@codesourcery.com>
4335
4336 * lib/compiler.c: Extract armcc version number.
4337 * lib/compiler.cc: Ditto.
4338
fc91c6c2
PB
43392006-03-07 Paul Brook <paul@codesourcery.com>
4340
4341 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
4342 additional_flags=-w.
4343 * gdb.arch/altivec-regs.exp: Ditto.
4344 * gdb.arch/e500-abi.exp: Ditto.
4345 * gdb.arch/e500-regs.exp: Ditto.
4346 * gdb.base/all-bin.exp: Ditto.
4347 * gdb.base/annota1.exp: Ditto.
4348 * gdb.base/annota3.exp: Ditto.
4349 * gdb.base/args.exp: Ditto.
4350 * gdb.base/arithmet.exp: Ditto.
4351 * gdb.base/assign.exp: Ditto.
4352 * gdb.base/async.exp: Ditto.
4353 * gdb.base/bang.exp: Ditto.
4354 * gdb.base/break.exp: Ditto.
4355 * gdb.base/call-rt-st.exp: Ditto.
4356 * gdb.base/completion.exp: Ditto.
4357 * gdb.base/cond-expr.exp: Ditto.
4358 * gdb.base/condbreak.exp: Ditto.
4359 * gdb.base/consecutive.exp: Ditto.
4360 * gdb.base/define.exp: Ditto.
4361 * gdb.base/display.exp: Ditto.
4362 * gdb.base/ena-dis-br.exp: Ditto.
4363 * gdb.base/environ.exp: Ditto.
4364 * gdb.base/eval-skip.exp: Ditto.
4365 * gdb.base/info-proc.exp: Ditto.
4366 * gdb.base/jump.exp: Ditto.
4367 * gdb.base/logical.exp: Ditto.
4368 * gdb.base/long_long.exp: Ditto.
4369 * gdb.base/maint.exp: Ditto.
4370 * gdb.base/miscexprs.exp: Ditto.
4371 * gdb.base/pc-fp.exp: Ditto.
4372 * gdb.base/pointers.exp: Ditto.
4373 * gdb.base/relational.exp: Ditto.
4374 * gdb.base/reread.exp: Ditto.
4375 * gdb.base/sect-cmd.exp: Ditto.
4376 * gdb.base/sep.exp: Ditto.
4377 * gdb.base/sepdebug.exp: Ditto.
4378 * gdb.base/until.exp: Ditto.
4379 * gdb.base/whatis-exp.exp: Ditto.
4380 * gdb.cp/annota2.exp: Ditto.
4381 * gdb.cp/annota3.exp: Ditto.
4382 * gdb.trace/actions.exp: Ditto.
4383 * gdb.trace/backtrace.exp: Ditto.
4384 * gdb.trace/circ.exp: Ditto.
4385 * gdb.trace/collection.exp: Ditto.
4386 * gdb.trace/deltrace.exp: Ditto.
4387 * gdb.trace/infotrace.exp: Ditto.
4388 * gdb.trace/limits.exp: Ditto.
4389 * gdb.trace/packetlen.exp: Ditto.
4390 * gdb.trace/passc-dyn.exp: Ditto.
4391 * gdb.trace/passcount.exp: Ditto.
4392 * gdb.trace/report.exp: Ditto.
4393 * gdb.trace/save-trace.exp: Ditto.
4394 * gdb.trace/tfind.exp: Ditto.
4395 * gdb.trace/tracecmd.exp: Ditto.
4396 * gdb.trace/while-dyn.exp: Ditto.
4397 * gdb.trace/while-stepping.exp: Ditto.
4398 * lib/gdb.exp: Ditto.
4399 (gdb_compile): Handle nowarning option.
4400
5f4a23d9
AO
44012006-03-07 Alexandre Oliva <aoliva@redhat.com>
4402
4403 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
4404 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
4405 Rename executable to prelinkt. Don't re-prelink if we didn't
4406 get a core file. Test prelink -u exit status to tell whether
4407 prelinking failed. Use gdb_test_multiple.
4408
9733fc94
DJ
44092006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
4410
4411 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
4412 (do_tests): Call it.
4413
cc10cae3
AO
44142006-02-28 Alexandre Oliva <aoliva@redhat.com>
4415
4416 * gdb.base/prelink.exp: New test.
4417 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
4418
15c46491
WZ
44192006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
4420
4421 * gdb.fortran/derived-type.f90: New file.
4422 * gdb.fortran/derived-type.exp: New testcase.
4423
5c9f7ded
DJ
44242006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
4425
4426 * gdb.base/default.exp: Allow ';' as a directory separator.
4427
5b96932b
AS
44282006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
4429
4430 * gdb.base/help.exp (help add-symbol-file): Update.
4431
1986bccd
AS
44322006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
4433
4434 * gdb.base/help.exp (help load): Update expected results.
4435
a8b7528f
FF
44362006-02-19 Fred Fish <fnf@specifix.com>
4437
4438 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
4439 specifix hex value as part of results.
4440 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 4441
f8261448
FF
44422006-02-16 Fred Fish <fnf@specifix.com>
4443
4444 * gdb.base/whatis.c: Define variables using typedefs char_addr,
4445 ushort_addr, and slong_addr, so the typedefs are not optimized
4446 away.
4447 * gdb.base/whatis.exp: Add tests using type name for struct type,
4448 union type, enum type, and typedef.
a9c64011 4449
31d8bdd2
MK
44502006-02-13 Mark Kettenis <kettenis@gnu.org>
4451
4452 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
4453
34e41e63
JB
44542006-02-13 Jim Blandy <jimb@redhat.com>
4455
4456 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
4457 case where it takes two "next" commands to skip past the init
4458 call.
4459
ac6e4f31
FF
44602006-02-12 Fred Fish <fnf@specifix.com>
4461
4462 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
4463 to handle cases where it takes two "next" commands to skip
4464 past the init call.
4465
2db2d571
JB
44662006-02-07 Joel Brobecker <brobecker@adacore.com>
4467
4468 * gdb.ada/array_return.exp: Mark the last test as expected to fail
4469 on hppa32 targets.
4470
38fcd64c
DJ
44712006-02-06 Vladimir Prus <ghost@cs.msu.su>
4472
4473 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
4474 field.
4475
1315ad46
MK
44762006-01-29 Mark Kettenis <kettenis@gnu.org>
4477
4478 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
4479
5625b943
DJ
44802006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
4481
4482 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
4483 files.
4484
80df1bbe
DJ
44852006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
4486
4487 * gdb.cp/maint.exp: Set complaints to a positive value.
4488
9078e690
DJ
44892006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
4490
4491 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
4492 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
4493 function name.
4494
9c903399
DJ
44952006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
4496
4497 * gdb.base/checkpoint.c: Update copyright notice. Include
4498 <stdlib.h>.
4499
761ae4d6
JB
45002006-01-04 Jim Blandy <jimb@redhat.com>
4501
4502 * gdb.asm/asm-source.exp: Independently provide default values for
4503 asm-flags and debug-flags. Use 'string equal' to do the
4504 comparison, not the implicit expr's '==' operator. Remove
4505 now-unneeded assignments to asm-flags. In h8300 case, place
4506 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
4507
099ac3dd
MS
45082006-01-04 Michael Snyder <msnyder@redhat.com>
4509
4510 * gdb.base/checkpoint.c: New file.
4511 * gdb.base/checkpoint.exp: New file.
4512 * gdb.base/multi-fork.c: New file.
4513 * gdb.base/multi-fork.exp: New file.
4514 * gdb.base/pi.txt: New file (data for checkpoint.c test).
4515
f4d85314
FF
45162006-01-04 Fred Fish <fnf@specifix.com>
4517
4518 * gdb.base/ptype.c (foo): Add typedef.
4519 (intfoo): Add function.
4520 * gdb.base/ptype1.c: New file.
4521 * gdb.base/ptype.exp: Handle compilation and linking with two
4522 source files. Test that proper type for "foo" is found based
4523 on source context rather than first match found in symtabs.
4524
a1b06f35
MK
45252005-12-28 Mark Kettenis <kettenis@gnu.org>
4526
4527 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
4528 * gdb.asm/openbsd.inc: Indent commands.
4529
d082a1e2
MK
45302005-12-26 Mark Kettenis <kettenis@gnu.org>
4531
c65016bd
MK
4532 * gdb.base/freebpcmd.exp: Increase timeout.
4533
d082a1e2
MK
4534 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
4535
d3c32a0e
DJ
45362005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
4537
4538 * gdb.base/default.exp: Update check for "show version".
4539
9fdb1f50
RC
45402005-12-09 Randolph Chung <tausq@debian.org>
4541
4542 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
4543 * gdb.asm/pa64.inc: New file.
4544
5f2c56f7
RC
45452005-12-09 Randolph Chung <tausq@debian.org>
4546
4547 * gdb.asm/common.inc: Indent commands.
4548 * gdb.asm/asmsrc1.s: Likewise.
4549 * gdb.asm/asmsrc2.s: Likewise.
4550
8117349c
RC
45512005-12-09 Randolph Chung <tausq@debian.org>
4552
4553 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
4554 (get_addr_of_sym): Remove duplicate print.
4555 (gen_core): xfail hppa*-*-hpux*, update expected output.
4556 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
4557 * gdb.arch/pa64-nullify.s: New file.
4558
8f07f25a
RC
45592005-12-09 Randolph Chung <tausq@debian.org>
4560
4561 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
4562
55b39184
DJ
45632005-12-07 Christophe Lyon <christophe.lyon@st.com>
4564
4565 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
4566 code generation for these functions.
4567 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
4568 error message.
4569
31e2b00f
AS
45702005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
4571
4572 * gdb.base/help.exp (help b, help br, help bre, help brea)
4573 (help break): Update the expected message.
4574
c3d0b56e
SC
45752005-11-11 Stephane Carrez <stcarrez@nerim.fr>
4576
4577 * gdb.asm/m68hc11.inc: Setup the data section.
4578 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
4579 script for this test.
4580 (m6812-*-*): Likewise.
4581
36ae0ea9
RC
45822005-11-09 Randolph Chung <tausq@debian.org>
4583
4584 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
4585
9d6f42e9
WZ
45862005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
4587
4588 * gdb.base/break.exp: Fix a comment typo.
4589
e2126a14
EZ
45902005-11-03 Jim Blandy <jimb@redhat.com>
4591
a9c64011
AS
4592 Checked in by Elena Zannoni <ezannoni@redhat.com>
4593
e2126a14
EZ
4594 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
4595
e0ac7199
CV
45962005-11-02 Corinna Vinschen <vinschen@redhat.com>
4597
4598 * gdb.arch/gdb1558.c: Include stdio.h.
4599
31d3fb18
MK
46002005-10-31 Mark Kettenis <kettenis@gnu.org>
4601
4602 * gdb.asm/asm-source.exp: Use -e instead of --entry.
4603
e52b687c
MK
46042005-10-31 Mark Kettenis <kettenis@gnu.org>
4605
4606 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
4607
f4711d79
PG
46082005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
4609
a9c64011
AS
4610 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
4611 vscr" tests to better match output.
f4711d79 4612
987a9106
JB
46132005-10-12 Jim Blandy <jimb@redhat.com>
4614
4615 * gdb.base/structs.exp (any): New function.
4616 (test_struct_returns): Don't make any assumptions at all about
4617 what value the function returns when GDB can't set the return
4618 value.
4619
2336bb58
JB
46202005-10-09 Joel Brobecker <brobecker@adacore.com>
4621
4622 * gdb.ada/arrayidx/p.adb: New file.
4623 * gdb.ada/arrayidx.exp: New testcase
4624
46252005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
4626
4627 * gdb.ada/array_return/pck.ads: New file.
4628 * gdb.ada/array_return/pck.adb: New file.
4629 * gdb.ada/array_return/p.adb: New file.
4630 * gdb.ada/array_return.exp: New testcase.
4631
705335ea
JB
46322005-10-03 Joel Brobecker <brobecker@adacore.com>
4633
a9c64011
AS
4634 * gdb.base/arrayidx.c: New file.
4635 * gdb.base/arrayidx.exp: New testcase.
705335ea 4636
11ee9940
NR
46372005-09-29 Nick Roberts <nickrob@snap.net.nz>
4638
4639 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
4640 frames-invalid and breakpoints-invalid are no longer generated
4641 with level 3 so don't expect them in the output.
4642
39fb8e9e
BR
46432005-09-27 Bob Rossi <bob@brasko.net>
4644
a9c64011 4645 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
4646 from test. Escape the | in mi_gdb_test call.
4647 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
4648 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
4649 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
4650 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
4651 expected regex's in mi_gdb_test calls.
4652 * lib/mi-support.exp: Remove arbitrary .* from tests.
4653 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
4654 Fully anchor GDB/MI expected results in mi_gdb_test.
4655 * lib/gdb.exp (string_to_regexp): Escape the ] character.
4656 * gdb.base/sizeof.exp: Remove escape character. Correct test.
4657
2af48f68
PB
46582005-09-26 Paul Brook <paul@codesourcery.com>
4659
4660 * long_long.exp: Exclude eabi targets from arm FPA float format test.
4661
f34502bc
WZ
46622005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
4663
4664 * bfp-test.c: New file.
4665 * bfp-test.exp: New testcase.
4666
ca929517
WZ
46672005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
4668
4669 * gdb.fortran/subarray.exp: New testcase to test the evaluation
4670 of subarray and substring variable.
4671 * gdb.fortran/subarray.f: New source file for the test of subarray
4672 and substring variable evaluation.
4673 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
4674 of string constant.
4675
c761af65
DJ
46762005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
4677
4678 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
4679 copyright dates.
4680
561d7a1d
PG
46812005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
4682
4683 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
4684 powerpc altivec' test with an almost identical 'info vector' test.
4685
b2b64cc9
PG
46862005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
4687
a9c64011
AS
4688 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
4689 vscr" tests to match output.
b2b64cc9 4690
6ac4d15a
PG
46912005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
4692
a9c64011
AS
4693 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
4694 output.
6ac4d15a 4695
40e55bef
BR
46962005-09-11 Bob Rossi <bob@brasko.net>
4697
4698 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
a9c64011 4699 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
40e55bef
BR
4700 commands that return an MI output command and an asyncronous MI output
4701 command.
4702 * gdb.mi/mi-console.exp: Ditto.
4703
3c7385ec
BR
47042005-09-11 Bob Rossi <bob@brasko.net>
4705
4706 * gdb.mi/mi-var-child.c: Include <string.h>.
4707
a6cd0eb3
DJ
47082005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
4709
4710 * killed.exp: Correct gdb_expect syntax.
4711
2f168eed
CV
47122005-08-09 Corinna Vinschen <vinschen@redhat.com>
4713
4714 * lib/mi-support.exp (mi_gdb_load): Fix typo.
4715
ecd3fd0f
BR
47162005-08-02 Bob Rossi <bob@brasko.net>
4717
4718 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
4719 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
4720 Change tests to inferior-tty-set/show.
4721 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
4722 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
4723 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
4724 inferior. Use mi_gdb_test to get GDB and Inferior output.
4725 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
4726 descriptor.
4727 (mi_inferior_tty_name): Add inferior PTY file name.
4728 (mi_gdb_start): Add INFERIOR_PTY parameter.
4729 (mi_gdb_test): Add IPATTERN parameter.
4730
f1ea48cb 47312005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 4732
f1ea48cb
BR
4733 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
4734 parameter to mi_gdb_test.
4735 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
4736
6e650a67
DJ
47372005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4738
4739 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
4740 struct_declarations.
4741 * gdb.mi/mi-var-child.exp: Step over the initialization of
4742 struct_declarations.
4743
8be260b6
DJ
47442005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
4745
4746 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
4747 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
4748 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
4749 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
4750 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
4751 file.
4752
4e660f07
NR
47532005-07-27 Nick Roberts <nickrob@snap.net.nz>
4754
4755 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
4756 (do_children_tests): Assign values to the extra elements.
4757
4758 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
4759 them for tests for "-var-update --no-values" and
a9c64011 4760 "-var-update --all-values".
4e660f07
NR
4761 Add test for "-var-list-children --simple-values".
4762
4763 * gdb.mi/basics.c (callee4): Add integer array D[3]...
4764
4765 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
4766 "-stack-list-locals --simple-values" Improve doc strings and
4767 comments.
4768
6bdae935
MK
47692005-07-18 Mark Kettenis <kettenis@gnu.org>
4770
598b7a6f
MK
4771 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
4772 *-*-openbsd*.
4773 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
4774
6bdae935
MK
4775 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
4776 sigaltsatck'.
4777
1323e929 47782005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 4779
1323e929
BR
4780 * gdb.base/default.exp (tty): Changed output of command.
4781 * gdb.base/help.exp (help tty): Ditto.
4782
b1a9c082
MK
47832005-07-12 Mark Kettenis <kettenis@gnu.org>
4784
4785 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
4786
10a844a2
MK
47872005-07-10 Mark Kettenis <kettenis@gnu.org>
4788
4789 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
4790 -stack-select-frame without arguments.
4791 (test_stack_frame_listing): Add test for newly implemented command
4792 -stack-info-frame.
4793
3cb3b8df
BR
47942005-07-06 Bob Rossi <bob@brasko.net>
4795
4796 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
4797 command.
4798 (Copyright): Update copyright.
4799
a0c5fbcf
WZ
48002005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
4801
4802 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
4803 tests to evaluate exponentiation expression.
4804
984971d0
AS
48052005-06-29 Andreas Schwab <schwab@suse.de>
4806
4807 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
4808 main to avoid warnings.
4809
4810 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
4811
fe03833f
NR
48122005-06-20 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
4815 -stack-select-frame without arguments.
4816 (test_stack_frame_listing): Add test for newly implemented command
4817 -stack-info-frame.
a9c64011 4818
7a55f279
WZ
48192005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
4820
0ffa0ea5
DJ
4821 * gdb.fortran/array-element.f: New file.
4822 * gdb.fortran/array-element.exp: New testcase.
7a55f279 4823
26585198
DJ
48242005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4825
4826 * gdb.base/bigcore.exp: Correct checks for systems which can
4827 not dump a large core file.
4828
c1bd25fd
DJ
48292005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
4830
4831 * gdb.base/relocate.c: Add a copyright notice.
4832 (dummy): Remove.
4833 * gdb.base/relocate.exp: Test printing the values of variables
4834 from a relocatable file.
4835
589e074d
DJ
48362005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
4837
4838 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
4839 excess MI output after an error.
4840
0915f927
JB
48412005-05-29 Joel Brobecker <brobecker@adacore.com>
4842
4843 * gdb.arch/alpha-step.c: New file.
4844 * gdb.arch/alpha-step.exp: New testcase.
4845
76ff342d
DJ
48462005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4847 Dennis Brueni <dennis@slickedit.com>
4848
4849 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
4850 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
4851 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
4852 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
4853 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
4854 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
4855 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
4856
96b0c7ac
DJ
48572005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
4858 Wu Zhou <woodzltc@cn.ibm.com>
4859
4860 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
4861 IBM's xlc compiler.
4862 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
4863 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
4864
f21565d2
JB
48652005-05-13 Jim Blandy <jimb@redhat.com>
4866
4867 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
4868 calling gdb_suppress_entire_file.
4869 * gdb.base/charset.exp: Same.
4870 * gdb.base/call-rt-st.exp: Same.
4871
6006a3a1
BR
48722005-05-05 Bob Rossi <bob_rossi@cox.net>
4873
4874 * lib/gdb.exp (fullname_syntax): Added global regex.
4875 (fullname_syntax_POSIX): Ditto.
4876 (fullname_syntax_UNC): Ditto.
4877 (fullname_syntax_DOS_CASE): Ditto.
4878 (fullname_syntax_DOS): Ditto.
4879 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
4880 fullname_syntax variable to scope and use it.
4881 (test_file_list_exec_source_files): Ditto.
4882 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
4883
c3b69c04
DJ
48842005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
4885
4886 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
4887
3c95e6af
PG
48882004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
4889
a9c64011
AS
4890 * lib/gdb.exp (skip_altivec_tests): New function, based on
4891 check_vmx_hw_available from the GCC testsuite.
4892 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
4893 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 4894
78df6c56
JB
48952005-05-02 Jim Blandy <jimb@redhat.com>
4896
4897 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
4898 calling gdb_suppress_entire_file.
4899
1690f9cf
DJ
49002005-04-30 Randolph Chung <tausq@debian.org>
4901
4902 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
4903 Slightly relax "sem_post" name checking.
4904
5ea106f7
PG
49052005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
4906
4907 * gdb.base/unload.exp: Use new shared library infrastructure.
4908
bf7234cf
PG
49092005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
4910
4911 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 4912 infrastructure.
bf7234cf 4913
547b869a
CV
49142005-04-29 Corinna Vinschen <vinschen@redhat.com>
4915
4916 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
4917 * gdb.asm/h8300.inc: New file.
4918
f07e55f0
PG
49192005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
4920
4921 * gdb.base/shlib-call.exp: Change to use new shared library
4922 infrastructure.
4923
3cbba3d1
PG
49242005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
4925
a9c64011
AS
4926 * gdb.base/pending.exp: Change to use new shared library
4927 infrastructure.
3cbba3d1 4928
ed6df200
PG
49292005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
4930
a9c64011
AS
4931 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
4932 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 4933
8c8f4ebe
PG
49342005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
4935
a9c64011
AS
4936 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
4937 shared objects being adjusted and update copyright years.
8c8f4ebe 4938
607fbc54
DJ
49392005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
4940
4941 * ChangeLog: Correct some 2003-01-13 dates.
4942 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
4943 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
4944 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
4945 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
4946 gdb.trace/tfind.exp: Update copyright years.
4947
57bf0e56
DJ
49482005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
4949 Daniel Jacobowitz <dan@codesourcery.com>
4950
4951 * lib/gdb.exp (gdb_compile): Handle shlib=.
4952 (gdb_compile_shlib): New function.
4953
9b593790
PG
49542005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
4955
a9c64011 4956 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 4957
9494c6a5
DJ
49582005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
4959
4960 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
4961 gdb.server.
4962 * configure.ac: Likewise.
4963 * configure: Regenerated.
4964 * gdb.gdbserver/Makefile.in: Moved to...
4965 * gdb.server/Makefile.in: ... here.
4966 * gdb.gdbserver/server.c: Moved to...
4967 * gdb.server/server.c: ... here.
4968 * gdb.gdbserver/server-run.exp: Moved to...
4969 * gdb.server/server-run.exp: ... here.
4970
6f8eac0e
DJ
49712005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
4972
4973 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
4974 * configure.ac: Create gdb.gdbserver/Makefile.
4975 * configure: Regenerated.
4976 * lib/gdbserver-support.exp: New file, derived from
4977 config/gdbserver.exp.
4978 * config/gdbserver.exp: Use gdbserver-support.exp.
4979 * gdb.gdbserver/Makefile.in: New file.
4980 * gdb.gdbserver/server.c: New file.
4981 * gdb.gdbserver/server-run.exp: New file.
4982
6e87504d
PG
49832005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
4984
a9c64011
AS
4985 * lib/gdb.exp (test_compiler_info): Return compiler_info
4986 if no arguments are given.
6e87504d 4987
d1779be4
PG
49882005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
4989
4990 * gdb.arch/altivec-abi.exp: Check for compiler and set
4991 use altivec' flag accordingly.
4992 * gdb.arch/altivec-regs.exp: Likewise.
4993
88750304
DJ
49942005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
4995
4996 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
4997
f3fb768d
AS
49982005-03-27 Andreas Schwab <schwab@suse.de>
4999
5000 * gdb.base/bigcore.c (main): Add missing mode argument in open
5001 call.
5002
7e813ac5
DJ
50032005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
5004
5005 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
5006 downloads.
5007 * config/gdbserver.exp (gdb_load): Likewise.
5008
8e3049aa
PB
50092005-03-14 Paul Brook <paul@codesourcery.com>
5010
5011 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
5012 targets.
5013
a9df7c44
JB
50142005-03-09 Joel Brobecker <brobecker@adacore.com>
5015
5016 * gdb.dwarf2/dup-psym.S: New file.
5017 * gdb.dwarf2/dup-psym.exp: New testcase.
5018
9f0d94e8
JB
50192005-03-09 Joel Brobecker <brobecker@adacore.com>
5020
5021 * gdb.ada/exec_changed/first.adb: New file.
5022 * gdb.ada/exec_changed/second.adb: New file.
5023 * gdb.ada/exec_changed.exp: New testcase.
5024
5f579bc5
NS
50252005-03-08 Nathan Sidwell <nathan@codesourcery.com>
5026
36e9969c
NS
5027 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
5028 (A2): New class.
5029 (main): Test operator+.
5030 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
5031 breakpoint test.
5032
5f579bc5
NS
5033 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
5034 * gdb.base/signull.exp: Disable if gdb,nosignals.
5035 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
5036 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
5037 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
5038 * gdb.mi/mi2-console.exp: Likewise.
5039 * gdb.trace/collection.exp (run_trace_experiment): Consume the
5040 continue output at start.
5041 (gdb_collect_locals_test): Robustify regexp.
5042 * gdb.trace/passc-dyn.exp: Fix comment typo.
5043 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
5044
be46087e
CV
50452005-03-08 Corinna Vinschen <vinschen@redhat.com>
5046
5047 * gdb.asm/asm-source.exp: Add iq2000 case.
5048 * gdb.asm/iq2000.inc: New file.
5049
384e1a61 50502005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 5051
384e1a61
MI
5052 * gdb.base/command.exp: Change hardcoded value to regular expression.
5053 * gdb.base/float.exp: Add powerpc to the list of targets checked.
5054
584b6e9e
DJ
50552005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
5056
5057 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
5058 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
5059 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
5060 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
5061 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
5062
ab5b5d61
MK
50632005-03-05 Mark Kettenis <kettenis@gnu.org>
5064
5065 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
5066 changes.
5067
ae051c1b
PG
50682004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
5069
a9c64011
AS
5070 * lib/compiler.c: Add test for IBM's xlc compiler.
5071 * lib/compiler.cc: Likewise.
ae051c1b 5072
3f0f6ed2
JB
50732004-02-24 Joel Brobecker <brobecker@adacore.com>
5074
5075 * gdb.ada/fixed_points.exp: Create compilation object directory
5076 before running the test.
5077 * gdb.ada/null_record.exp: Likewise.
5078 * gdb.ada/packed_array.exp: Likewise.
5079 * gdb.ada/start.exp: Likewise.
5080
724f452b
JB
50812005-02-15 Joel Brobecker <brobecker@adacore.com>
5082
5083 * gdb.ada/packed_array/pa.adb: New file.
5084 * gdb.ada/packed_array.exp: New testcase.
5085
57f5cdfb 50862005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 5087
1f393151
MK
5088 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
5089 files.
5090
ebdda337
MK
5091 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
5092 on *-*-openbsd*. Correctly match whitespace in regukar
5093 expressions.
5094
cf309262
DJ
50952005-02-10 Daniel Jacobowitz <dan@debian.org>
5096
5097 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
5098 PR exp/1821
5099 * gdb.base/gdb1821.c: New test file.
5100 * gdb.base/gdb1821.exp: New test file.
5101
3be49e7a
JB
51022005-02-09 Joel Brobecker <brobecker@adacore.com>
5103
5104 * gdb.base/start.c: New file.
5105 * gdb.base/start.exp: New testcase.
5106
e292e67d
JB
51072005-02-09 Joel Brobecker <brobecker@adacore.com>
5108
5109 * gdb.ada/start/dummy.adb: New file.
5110 * gdb.ada/start.exp: New testcase.
5111
dbdfa66c
CV
51122005-02-09 Corinna Vinschen <vinschen@redhat.com>
5113
5114 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
5115 for printing symbols and statistics.
5116 Add test for using relative pathnames in "maint print msymbols" test.
5117 Mark "maint info sections DATA" XFAIL on Cygwin.
5118 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
5119 tests.
5120
d7941671
AC
51212005-02-09 Andreas Schwab <schwab@suse.de>
5122
5123 Committed by Andrew Cagney <cagney@gnu.org>
5124 * gdb.base/remotetimeout.exp: New file.
5125
74e5ef44
MK
51262005-02-07 Mark Kettenis <kettenis@gnu.org>
5127
5128 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
5129
464dd14d
JB
51302005-02-03 Joel Brobecker <brobecker@adacore.com>
5131
5132 * gdb.ada/gnat_ada.gpr: New file.
5133 * gdb.ada/gnat_ada.gin: Delete, no longer used.
5134 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
5135 * configure.ac: No longer generate gnat_ada.gpr.
5136 * configure: Regenerate.
5137 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
5138 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
5139 * gdb.ada/null_record/bar.ads: Likewise.
5140 * gdb.ada/null_record/bar.adb: Likewise.
5141 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
5142 * gdb.ada/null_record.exp (testdir): New variable.
5143 (testfile): executable is now in testdir subdirectory.
5144 (srcfile): Use full path to the main compilation unit.
5145 * gdb.ada/fixed_points.exp: Same changes as above.
5146
30d756ae
NR
51472005-02-03 Nick Roberts <nickrob@snap.net.nz>
5148
5149 * gdb.base/interp.exp: New test.
5150
9d799f85
AC
51512005-01-24 Andrew Cagney <cagney@gnu.org>
5152
5153 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
5154
15656118
AC
51552005-01-19 Andrew Cagney <cagney@gnu.org>
5156
a892c31b
AC
5157 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
5158 configure.ac not configure.in.
5159
15656118
AC
5160 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
5161 of powerpc*-*-*.
5162 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 5163 * gdb.base/list.exp (test_list_function)
15656118
AC
5164 (test_list_filename_and_function): Ditto.
5165 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
5166
a7b01baf
AC
51672005-01-16 Andrew Cagney <cagney@gnu.org>
5168
17d92a02
AC
5169 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
5170
a7b01baf
AC
5171 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
5172
bc8332bb
AC
51732005-01-14 Andrew Cagney <cagney@gnu.org>
5174
5175 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
5176 * gdb.mi/mi2-var-cmd.exp: Ditto.
5177
4d074752
CV
51782005-01-10 Corinna Vinschen <vinschen@redhat.com>
5179
5180 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
5181
bec39cab
AC
51822005-01-07 Andrew Cagney <cagney@gnu.org>
5183
5184 * configure.ac: Rename configure.in, require autoconf 2.59.
5185 * configure: Re-generate.
5186 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
5187 * gdb.stabs/configure: Re-generate.
5188 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
5189 * gdb.hp/configure: Re-generate.
5190 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
5191 autoconf 2.59.
5192 * gdb.hp/gdb.objdbg/configure: Re-generate.
5193 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
5194 autoconf 2.59.
5195 * gdb.hp/gdb.defects/configure: Re-generate.
5196 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
5197 autoconf 2.59.
5198 * gdb.hp/gdb.compat/configure: Re-generate.
5199 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
5200 autoconf 2.59.
5201 * gdb.hp/gdb.base-hp/configure: Re-generate.
5202 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
5203 autoconf 2.59.
5204 * gdb.hp/gdb.aCC/configure: Re-generate.
5205
f10b16d4
JB
52062004-12-15 Jim Blandy <jimb@redhat.com>
5207
5208 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
5209 under NPTL when there is debugging info available for libpthread.
5210
fb6e1814
JG
52112004-12-13 Jerome Guitton <guitton@gnat.com>
5212
5213 * gdb.ada/fixed_points.c: New file.
5214 * gdb.ada/fixed_points.exp: New file.
5215
fe46cd3a
RC
52162004-12-03 Randolph Chung <tausq@debian.org>
5217
5218 * gdb.arch/pa-nullify.exp: New file.
5219 * gdb.arch/pa-nullify.s: New file.
5220
8de0841b
RC
52212004-11-30 Randolph Chung <tausq@debian.org>
5222
5223 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
5224 instead of "tbug". Fix regexp to work properly with gdb_test.
5225
c8170782
PH
52262004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
5227
5228 * gdb.base/bitfields2.exp: New test.
5229 * gdb.base/bitfields2.c: New file.
5230
954269c2
RE
52312004-11-28 Richard Earnshaw <rearnsha@arm.com>
5232
5233 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
5234
0107feed
RC
52352004-11-16 Randolph Chung <tausq@debian.org>
5236
5237 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
5238
f073ae8c
DJ
52392004-11-14 Daniel Jacobowitz <dan@debian.org>
5240
5241 * gdb.threads/threadapply.exp: Correct "macro details" test.
5242
19ad59e7
JJ
52432004-11-11 Jeff Johnston <jjohnstn@redhat.com>
5244
5245 * gdb.threads/threadapply.exp: New test.
5246 * gdb.threads/threadapply.c: New file.
5247
9cf0961b
MK
52482004-11-07 Mark Kettenis <kettenis@gnu.org>
5249
5250 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
5251 frames.
5252
c789492a
FL
52532004-11-05 Felix Lee <felix+log1@specifixinc.com>
5254
5255 * gdb.base/cursal.exp: New file.
5256 * gdb.base/cursal.c: New file.
5257
a1e167bb
AC
52582004-11-03 Andrew Cagney <cagney@gnu.org>
5259
5260 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
5261
b7cbf173
MK
52622004-10-30 Mark Kettenis <kettenis@gnu.org>
5263
5264 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
5265 NetBSD/ELF targets.
5266
88f9d34f
JB
52672004-10-29 Joel Brobecker <brobecker@gnat.com>
5268
5269 * gdb.threads/bp_in_thread.c: New file, copied from
5270 pthread_cond_wait.c.
5271 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
5272 file, rather than reusing the .c file from another testcase.
5273
ca7d6a0c
JB
52742004-10-20 Joel Brobecker <brobecker@gnat.com>
5275
5276 * gdb.ada/null_record.exp: Check where we stopped after
5277 sending the start command, instead of where the associated
5278 temporary breakpoint was inserted.
5279
0d863d03
AC
52802004-10-14 Andrew Cagney <cagney@gnu.org>
5281
5282 * gdb.mi/gdb701.c (main): Return 0.
5283
d11e72cb
DJ
52842004-10-13 Daniel Jacobowitz <dan@debian.org>
5285
d40539a4 5286 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 5287
e1923096
JJ
52882004-10-12 Jeff Johnston <jjohnstn@redhat.com>
5289
5290 * gdb.threads/schedlock.c: Add comment markers to use to find
5291 line numbers.
5292 * gdb.threads/schedlock.exp: Adjust regex to handle the new
5293 comments.
5294 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
5295 breakpoint lines.
5296
ec8ba2c9
DJ
52972004-10-12 Daniel Jacobowitz <dan@debian.org>
5298
5299 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
5300
0eb3658b
DJ
53012004-10-12 Daniel Jacobowitz <dan@debian.org>
5302
5303 * configure.in: Add gdb.dwarf2.
5304 * configure: Regenerated.
5305 * Makefile.in: Add gdb.dwarf2.
5306 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
5307 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
5308 gdb.dwarf2/file1.txt: New files.
5309
a271cc33
OF
53102004-10-11 Orjan Friberg <orjanf@axis.com>
5311
a9c64011 5312 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
5313 of "run", since the latter doesn't work with remote targets. Adjust
5314 the breakpoint numbering accordingly.
5315 * gdb.threads/pthread_cond_wait.exp: Ditto.
5316
895ce074
MC
53172004-10-08 Michael Chastain <mec.gnu@mindspring.com>
5318
5319 * gdb.base/overlays.exp: Update copyright years.
5320
6be3092d
KI
53212004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
5322
5323 * gdb.base/overlays.exp: Disable if target is Linux.
5324
e05389b8
FL
53252004-10-06 Felix Lee <felix+log1@specifixinc.com>
5326
5327 * config/gdbserver.exp (gdb_load): Use right filename on remote.
5328
73cb587d
KI
53292004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
5330
5331 * gdb.asm/asm-source.exp: Add m32r-linux target.
5332 * gdb.asm/m32r-linux.inc: New file.
5333
3c0edcdc
AC
53342004-09-24 Andrew Cagney <cagney@redhat.com>
5335 David Anderson <anderson@redhat.com>
5336
5337 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
5338 command fails, assume things will work.
5339 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
5340 (_GNU_SOURCE): Define.
5341 (print_unsigned, print_hex): Change parameter to "long long".
5342 (print_byte_count): New function, use to print byte counts.
5343 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
5344 O_LARGEFILE.
5345 (main): Compute an upper bound on a corefile in max_core_size.
5346 Limit memory chunk size to max_core_size. Limit total memory
5347 allocated to max_core_size.
5348
4bb3667f
AC
53492004-09-23 Andrew Cagney <cagney@gnu.org>
5350
5351 * gdb.base/bigcore.exp: Replace the code that creates a corefile
5352 from a separate process with code that creates a corefile by
5353 making the inferior dump core.
5354
60fe1a51
MK
53552004-09-23 Mark Kettenis <kettenis@gnu.org>
5356
5357 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
5358 block.
5359
8e937346
MC
53602004-09-23 Michael Chastain <mec.gnu@mindspring.com>
5361
5362 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
5363 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
5364 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
5365 Likewise.
5366
7213f6d6
JJ
53672004-09-20 Jeff Johnston <jjohnstn@redhat.com>
5368
5369 * gdb.java/jprint.exp: New test case for java inferior call.
5370 * gdb.java/jprint.java: Ditto.
5371
eac69dca
JB
53722004-09-15 Joel Brobecker <brobecker@gnat.com>
5373
5374 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
5375
22227696
MC
53762004-09-14 Michael Chastain <mec.gnu@mindspring.com>
5377
5378 * gdb.threads/killed.c: Include <stdlib.h>.
5379 * gdb.threads/pthreads.c: Likewise.
5380
7dd403a4
MC
53812004-09-14 Michael Chastain <mec.gnu@mindspring.com>
5382
5383 * gdb.threads/killed.c: Add copyright notice.
5384
33f2d567
JM
53852004-09-10 Jason Molenda (jmolenda@apple.com)
5386
a9c64011
AS
5387 * gdb.base/define.exp: Two new tests to verify zero space chars
5388 after 'if' and 'while' commands in a user-defined command is correctly
5389 parsed.
33f2d567 5390
e05b62ac
AC
53912004-09-08 Andrew Cagney <cagney@gnu.org>
5392
5393 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
5394 delivery test with duplicate at end of file.
5395
9cbe82da
MK
53962004-09-06 Mark Kettenis <kettenis@jive.nl>
5397
5398 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
5399
564803d9
MC
54002004-09-05 Michael Chastain <mec.gnu@mindspring.com>
5401
5402 * config/hppro.exp: Removed.
5403
7c6807ce
MC
54042004-09-05 Michael Chastain <mec.gnu@mindspring.com>
5405
5406 * config/sparclet.exp: Removed.
5407
bf7e26dd
MC
54082004-09-05 Michael Chastain <mec.gnu@mindspring.com>
5409
5410 * config/udi.exp: Removed.
5411
714e341b
MC
54122004-09-02 Michael Chastain <mec.gnu@mindspring.com>
5413
5414 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
5415 of "exp_continue".
5416 (advancei): Likewise.
5417
1236e623
JJ
54182004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5419
5420 * gdb.base/unload.exp: Fix so messages aren't duplicated.
5421
3bdcad15
MI
54222004-09-01 Manoj Iyer <manjo@austin.ibm.com>
5423
228af206 5424 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
5425 to check for nodebug in executable.
5426 * gdb.gdb/observer.exp (setup_test): Likewise.
5427 * gdb.gdb/selftest.exp (test_with_self): Likewise.
5428 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
5429
c72b934c
AC
54302004-09-01 Andrew Cagney <cagney@gnu.org>
5431
5432 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
5433 files.
5434
edd9b715
JJ
54352004-09-01 Jeff Johnston <jjohnstn@redhat.com>
5436
5437 * gdb.base/unload.exp: Fix expected warning message to match
5438 latest format.
5439
fb4ce06b
CV
54402004-09-01 Corinna Vinschen <vinschen@redhat.com>
5441
5442 * gdb.base/call-rt-st.exp: Fix typos.
5443
ce78e7c3
MI
54442004-08-31 Manoj Iyer <manjo@austin.ibm.com>
5445
5446 * gdb.threads/thread_check.exp: New testcase.
5447 * gdb.threads/thread_check.c: New testcase.
5448
2dedb159
AC
54492004-08-31 Andrew Cagney <cagney@gnu.org>
5450
5451 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
5452 (skip_to_handler_entry): New procedures. Test stepping into a
5453 handler when the breakpoint is at the handler's entry point.
5454
68f53502
AC
54552004-08-30 Andrew Cagney <cagney@gnu.org>
5456
5457 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
5458 gdb/1757.
5459
3e3ffd2b
MC
54602004-08-27 Michael Chastain <mec.gnu@mindspring.com>
5461
5462 With code from Manoj Iyer <manjo@austin.ibm.com>:
5463 * lib/gdb.exp (gdb_file_cmd): Return more information in the
5464 return value. Add an arm for "no debugging symbols found".
5465 Change a stray "error" to "perror".
5466 (gdb_run_cmd): Adapt to new return value.
5467 * gdb.base/remote.exp: Adapt to new return value.
5468 * gdb.gdb/complaints.exp: Likewise.
5469 * gdb.gdb/observer.exp: Likewise.
5470 * gdb.gdb/selftest.exp: Likewise.
5471 * gdb.gdb/xfullpath.exp: Likewise.
5472
4b6f5fd2
JB
54732004-08-27 Joel Brobecker <brobecker@gnat.com>
5474
5475 * gdb.threads/bp_in_thread.exp: New testcase.
5476
e5b25496
MC
54772004-08-27 Michael Chastain <mec.gnu@mindspring.com>
5478
5479 Fix PR testsuite/1735.
5480 * gdb.threads/schedlock.c (thread_function): Add a cast
5481 to suppress a gcc warning.
5482 * gdb.threads/thread-specific.c (thread_function): Likewise.
5483
934353d6
MC
54842004-08-26 Michael Chastain <mec.gnu@mindspring.com>
5485
5486 * gdb.base/unload.c: Include <stdlib.h>.
5487
f98a0aef 54882004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 5489
f98a0aef 5490 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
5491 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
5492 synchronized after the "return".
5493
5a2e8882
MC
54942004-08-26 Michael Chastain <mec.gnu@mindspring.com>
5495
5496 * gdb.mi/basics.c: Include <stdio.h>.
5497 * gdb.mi/pthreads.c: Include <stdlib.h>.
5498 * gdb.mi/var-cmd.c: Include <stdlib.h>.
5499
a9640423
MC
55002004-08-26 Michael Chastain <mec.gnu@mindspring.com>
5501
5502 * gdb.threads/schedlock.c: Add copyright notice.
5503
b04e311d
AC
55042004-08-25 Andrew Cagney <cagney@gnu.org>
5505
5506 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
5507 (skip_over_handler, breakpoint_over_hander): New test procedures.
5508 (advance, advancei): Add a proper prefix, do not use
5509 rerun_to_main.
5510 * gdb.base/sigstep.c (main): Change to use an infinite loop.
5511
7c27f15b
MC
55122004-08-24 Michael Chastain <mec.gnu@mindspring.com>
5513
5514 * gdb.mi/basics.c: Add copyright notice.
5515 * gdb.mi/var-cmd.c: Add copyright notice.
5516
fffc87ae
MC
55172004-08-23 Michael Chastain <mec.gnu@mindspring.com>
5518
5519 * lib/gdb.exp: Remove signed_keyword_not_used.
5520 * lib/compiler.c: Likewise.
5521 * lib/compiler.cc: Likewise.
5522
d782e0bf
MC
55232004-08-23 Michael Chastain <mec.gnu@mindspring.com>
5524
5525 * gdb.base/whatis.c: Remove conditional disabling of "signed".
5526 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
5527
96033e83
MC
55282004-08-23 Michael Chastain <mec.gnu@mindspring.com>
5529
5530 * gdb.base/whatis.c: Add copyright notice.
5531
cf38c229
MK
55322004-08-20 Mark Kettenis <kettenis@gnu.org>
5533
5534 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
5535 it to skip the breakpoints encoded in the inline assembly.
5536
f4b49756
MC
55372004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5538
5539 * Makefile.in: Add gdb.fortran.
5540
2f193b69
MC
55412004-08-20 Michael Chastain <mec.gnu@mindspring.com>
5542
5543 * gdb.base/call-sc.exp (test_scalar_returns):
5544 Fix cut-and-paste glitch in "Make fun return now".
5545
89a237cb
MC
55462004-08-17 Michael Chastain <mec.gnu@mindspring.com>
5547
5548 * configure.in: Add gdb.fortran.
5549 * configure: Regenerate.
5550 * gdb.fortran/Makefile.in: New file.
5551 * lib/gdb.exp (skip_fortran_tests): New procedure.
5552
469aff8e
MC
55532004-08-17 Michael Chastain <mec.gnu@mindspring.com>
5554
5555 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
5556 reference to bug-gnu@prep.ai.mit.edu.
5557 * gdb.mi/mi-var-child.exp: Likewise.
5558 * gdb.mi/mi-var-cmd.exp: Likewise.
5559 * gdb.mi/mi-var-display.exp: Likewise.
5560 * gdb.mi/mi2-var-block.exp: Likewise.
5561 * gdb.mi/mi2-var-child.exp: Likewise.
5562 * gdb.mi/mi2-var-cmd.exp: Likewise.
5563 * gdb.mi/mi2-var-display.exp: Likewise.
5564
00b51b9f
MK
55652004-08-15 Mark Kettenis <kettenis@gnu.org>
5566
5567 * gdb.base/unload.c (main): Make local variable msg const.
5568
45f07fef
MC
55692004-08-15 Michael Chastain <mec.gnu@mindspring.com>
5570
5571 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
5572 to bug-gnu@prep.ai.mit.edu.
5573 * gdb.mi/mi-disassemble.exp: Likewise.
5574 * gdb.mi/mi-eval.exp: Likewise.
5575 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
5576 default line number.
5577 * gdb.mi/mi-return.exp: Likewise.
5578 * gdb.mi/mi-simplerun.exp: Likewise.
5579 * gdb.mi/mi-stack.exp: Likewise.
5580 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
5581 number with explicit range test.
5582 * gdb.mi/mi-watch.exp: Likewise.
5583 * gdb.mi/mi2-break.exp: Likewise.
5584 * gdb.mi/mi2-cli.exp: Likewise.
5585 * gdb.mi/mi2-disassemble.exp: Likewise.
5586 * gdb.mi/mi2-eval.exp: Likewise.
5587 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
5588 default line number.
5589 * gdb.mi/mi2-return.exp: Likewise.
5590 * gdb.mi/mi2-simplerun.exp: Likewise.
5591 * gdb.mi/mi2-stack.exp: Likewise.
5592 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
5593 number with explicit range test.
5594 * gdb.mi/mi2-watch.exp: Likewise.
5595
dd8c8ee7
MC
55962004-08-15 Michael Chastain <mec.gnu@mindspring.com>
5597
5598 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
5599 * gdb.cp/m-static.exp: Likewise.
5600 * gdb.cp/rtti.exp: Likewise.
5601
4e838464
MK
56022004-08-14 Mark Kettenis <kettenis@gnu.org>
5603
5604 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
5605
8d8cb839
EZ
56062004-08-14 Eli Zaretskii <eliz@gnu.org>
5607
5608 * ChangeLog: Prefix Local Variables with semi-colons and indent
5609 the reference to older ChangeLog files, to fix fontification in
5610 Emacs.
5611
deea8bb0
MC
56122004-08-13 Michael Chastain <mec.gnu@mindspring.com>
5613
5614 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
5615 * gdb.mi/mi2-break.exp: Likewise.
5616
c3297504
MC
56172004-08-13 Michael Chastain <mec.gnu@mindspring.com>
5618
5619 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
5620
25808999
MC
56212004-08-13 Michael Chastain <mec.gnu@mindspring.com>
5622
5623 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
5624
226a8d71
MC
56252004-08-13 Michael Chastain <mec.gnu@mindspring.com>
5626
5627 * gdb.cp/classes.exp: Remove unused declarations. Just let
5628 test names default instead of providing special names. Remove
5629 extraneous demangler test.
5630
37fdf854
JJ
56312004-08-12 Jeff Johnston <jjohnstn@redhat.com>
5632
5633 * gdb.base/unload.exp: New test for breakpoints in dynamically
5634 loaded libraries.
5635 * gdb.base/unload.c: Ditto.
5636 * gdb.base/unloadshr.c: Ditto.
5637
2d3a7986
MC
56382004-08-12 Michael Chastain <mec.gnu@mindspring.com>
5639
5640 * gdb.cp/classes.exp (test_ptype_class_objects): Call
5641 cp_test_ptype_class.
5642 (test_enums): Likewise.
5643
c72b934c
AC
56442004-08-10 Andrew Cagney <cagney@gnu.org>
5645
5646 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
5647 files.
5648
cc503c8a
AC
56492004-08-10 Andrew Cagney <cagney@gnu.org>
5650
5651 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
5652 init_malloc call.
5653
902f2ccb
MC
56542004-08-10 Michael Chastain <mec.gnu@mindspring.com>
5655
5656 * ChangeLog: Add copyright notice. The notice is copied
5657 from emacs 21.3 top level ChangeLog.
5658
78c90502
MC
56592004-08-09 Michael Chastain <mec.gnu@mindspring.com>
5660
5661 * lib/cp-support.exp: New file.
5662 * lib/cp-support.exp (cp_test_type_class): New function.
5663 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
5664 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
5665 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
5666 cp_test_ptype_class.
5667
88e5ea78
MC
56682004-08-09 Michael Chastain <mec.gnu@mindspring.com>
5669
5670 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
5671 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
5672 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
5673 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
5674 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
5675 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
5676 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
5677 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
5678 gdb.mi/mi2-watch.exp: Update copyright years.
5679
6a89fc9c
MK
56802004-08-09 Mark Kettenis <kettenis@gnu.org>
5681
5682 * gdb.base/sigaltstack.exp: Provide proper anchoring.
5683
1482e0de
MC
56842004-08-09 Michael Chastain <mec.gnu@mindspring.com>
5685
5686 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
5687 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
5688 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
5689 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
5690 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
5691 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
5692 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
5693 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
5694 gdb.mi/mi-watch.exp: Update copyright years.
5695
1a5ce3f3
DJ
56962004-08-08 Daniel Jacobowitz <dan@debian.org>
5697
5698 PR gdb/1738
5699 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
5700 from a breakpoint with a pending signal.
5701
04f6ecf2
DJ
57022004-08-08 Daniel Jacobowitz <dan@debian.org>
5703
5704 PR gdb/1736
5705 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
5706 * gdb.base/sigaltstack.exp (finish_test): Consume output until
5707 the prompt.
5708 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
5709
54d90d35
DJ
57102004-08-08 Daniel Jacobowitz <dan@debian.org>
5711
5712 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
5713
d2f6abb0
DJ
57142004-08-08 Daniel Jacobowitz <dan@debian.org>
5715
5716 PR gdb/1736
5717 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
5718 for i?86-*-linux*.
5719
5598c03d
DJ
57202004-08-08 Daniel Jacobowitz <dan@debian.org>
5721
5722 * gdb.arch/i386-prologue.exp: Compile without debug information.
5723
c6fee705
MC
57242004-08-08 Michael Chastain <mec.gnu@mindspring.com>
5725
5726 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
5727 rather than asking gdb to search.
5728
dd90efdb
MC
57292004-08-05 Michael Chastain <mec.gnu@mindspring.com>
5730
5731 * gdb.base/gcore.c: Include <string.h>.
5732
1e84bec1
MC
57332004-08-05 Michael Chastain <mec.gnu@mindspring.com>
5734
5735 * gdb.base/gcore.c: Add copyright notice.
5736
e425eb2b
MC
57372004-08-05 Michael Chastain <mec.gnu@mindspring.com>
5738
5739 * gdb.base/freebpcmd.c: Include <stdio.h>.
5740 * gdb.base/long_long.c: Include <string.h>.
5741 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
5742 * gdb.base/siginfo.c: Include <string.h>.
5743 * gdb.base/sigstep.c: Include <string.h>.
5744
cb9aaed5
MC
57452004-08-04 Michael Chastain <mec.gnu@mindspring.com>
5746
5747 * gdb.base/complex.c: Include <stdlib.h>.
5748
55944f3d
MC
57492004-08-04 Michael Chastain <mec.gnu@mindspring.com>
5750
5751 * gdb.base/complex.c: Add copyright notice.
5752
7b2953d9
MC
57532004-08-04 Michael Chastain <mec.gnu@mindspring.com>
5754
5755 * gdb.base/charset.c: Include <stdlib.h>.
5756
c9133d23
MC
57572004-08-04 Michael Chastain <mec.gnu@mindspring.com>
5758
5759 * gdb.base/auxv.c: Include <stdlib.h>.
5760
0a8490ad
MC
57612004-08-04 Michael Chastain <mec.gnu@mindspring.com>
5762
5763 * gdb.base/auxv.c: Add copyright notice.
5764
3426d5ec
MC
57652004-08-04 Michael Chastain <mec.gnu@mindspring.com>
5766
5767 * gdb.base/coremaker.c: Add copyright notice.
5768 * gdb.base/coremaker2.c: Add copyright notice.
5769
8da195dd
AC
57702004-08-04 Andrew Cagney <cagney@gnu.org>
5771
5772 * gdb.base/store.exp: Update copyright.
5773 (check_set, up_set, check_struct, up_struct): Add a prefix to test
5774 names, do not import gdb_prompt.
5775
8d394f98
AC
57762004-08-01 Andrew Cagney <cagney@gnu.org>
5777
5778 Fix PR testsuite/1729.
5779 * gdb.base/dump.exp: Add test name to callers of capture_value, do
5780 not use capture_value with value 4.
5781 (capture_value): Add optional test name parameter.
5782 (test_reload_saved_value, test_restore_saved_value): Use $msg as
5783 the prefix, pass to capture_value.
5784
b6702b23
MK
57852004-08-01 Mark Kettenis <kettenis@gnu.org>
5786
5787 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
5788 * gdb.arch/i386-prologue.c (standard): New prototype and function.
5789 (main): Call new function.
5790
c203e0ca
MC
57912004-07-31 Michael Chastain <mec.gnu@mindspring.com>
5792
5793 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
5794
a7995a30
MC
57952004-07-31 Michael Chastain <mec.gnu@mindspring.com>
5796
5797 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
5798
9366563b
MC
57992004-07-31 Michael Chastain <mec.gnu@mindspring.com>
5800
b6eeaf26 5801 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
5802 Accept more values of vtbl pointer. Remove some messages
5803 about "obsolete gcc or gdb".
5804
2fc1f950
MC
58052004-07-30 Michael Chastain <mec.gnu@mindspring.com>
5806
5807 * gdb.cp/classes.exp: Accept more varieties of ptype output.
5808
c724d49b
MC
58092004-07-30 Michael Chastain <mec.gnu@mindspring.com>
5810
5811 * gdb.base/asm-source.exp: Properly convert target board
5812 debug flags from gcc format to binutils format.
5813
736b0fce
MK
58142004-07-28 Mark Kettenis <kettenis@gnu.org>
5815
5816 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
5817 gdb1718". PR backtrace/1718 partially fixed.
5818
5633ea5c
JJ
58192004-07-27 Jeff Johnston <jjohnstn@redhat.com>
5820
5821 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
5822
575eebb1
NC
58232004-07-26 Nick Clifton <nickc@redhat.com>
5824
5825 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
5826 good default value for a specific architecture is available then
5827 set it to that value. Otherwise default to the -gstabs switch.
5828 Remove the -g... switches from the asm-flags variable. Allow the
5829 target board info to override the value if it wants to. Pass the
5830 switch on the assembler command line.
5831
62104619
MK
58322004-07-23 Mark Kettenis <kettenis@gnu.org>
5833
5834 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
5835 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
5836 (main): Call new function.
5837
4a1135b8
MC
58382004-07-22 Michael Chastain <mec.gnu@mindspring.com>
5839
5840 Test for PR exp/1715.
5841 * gdb.base/radix.exp: Refactor common procedures. Make all
5842 test names unique. Change XFAIL to KFAIL.
5843
8a12c1f0
MC
58442004-07-20 Michael Chastain <mec.gnu@mindspring.com>
5845
5846 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
5847 * gdb.ada/gnat_ada.gin: ... to here.
5848 * configure.in: Use gnat_ada.gin.
5849 * configure: Regenerate.
5850
23b451cf
AC
58512004-07-20 Andrew Cagney <cagney@gnu.org>
5852
5853 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
5854 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
5855 XFAILs. Clean up test messages and comments. Check backtraces.
5856 Delete re-sync code.
5857
ab618a02
MC
58582004-07-19 Michael Chastain <mec.gnu@mindspring.com>
5859
5860 Fix PR cli/740.
5861 * gdb.base/annota1.exp: Honor gdb,nosignals.
5862 * gdb.base/annota3.exp: Likewise.
5863
46dad340
MC
58642004-07-19 Michael Chastain <mec.gnu@mindspring.com>
5865
5866 * lib/java.exp: Update copyright notice.
5867
756d8c70
AC
58682004-07-19 Andrew Cagney <cagney@gnu.org>
5869
5870 * gdb.base/selftest.exp: Copy file from here ...
5871 * gdb.gdb/selftest.exp: ... to here.
5872
586027e6
AC
58732004-07-16 Andrew Cagney <cagney@redhat.com>
5874
5875 * lib/insight-support.exp: Delete file.
5876 * lib/java.exp (java_init): Fix copyright.
5877
029d2200
AC
58782004-07-16 Andrew Cagney <cagney@gnu.org>
5879
5880 * gdb.base/restore.c: Append "prologue" to comments marking the a
5881 function's prologue.
5882 * gdb.base/restore.exp: Update copyright, re-indent.
5883 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
5884 callerN" prefix where needed. Update patterns that match a
5885 function's prologue.
5886
653b62c5
MC
58872004-07-16 Michael Chastain <mec.gnu@mindspring.com>
5888
5889 * gdb.base/restore.c: Add copyright notice.
5890
f7d690e5
AC
58912004-07-16 Andrew Cagney <cagney@gnu.org>
5892
5893 * gdb.base/logical.exp: Update copyright.
5894 (evaluate): New procedure. Use to re-implement tests using
5895 several tables.
5896
d629a7cb
MH
58972004-07-14 Martin Hunt <hunt@redhat.com>
5898
5899 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
5900 which fixes some problems where init.tcl was not found.
5901
9c7bb332
AC
59022004-07-13 Andrew Cagney <cagney@gnu.org>
5903
6bf46641
AC
5904 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
5905 (check_sizeof, check_valueof): Do not include the output in the
5906 test name. Use gdb_test.
5907 (get_valueof): Use gdb_test_multiple.
5908
c4ffd4c0
AC
5909 * gdb.base/step-test.exp: Update copyright. Use
5910 gdb_test_multiple. Ensure that test names do not include
5911 architecture dependent output.
5912
ab89363a
AC
5913 * gdb.gdb/observer.exp: Update copyright.
5914 (setup_test): Use gdb_test_multiple.
5915 (attach_first_observer, attach_second_observer)
5916 (attach_third_observer, detach_first_observer)
5917 (detach_second_observer, detach_third_observer)
5918 (reset_counters, check_counters): Make $message a prefix.
5919 (test_normal_stop_notifications): Add "args" parameter - a list of
5920 init functions to be called. Make $message a prefix,
5921 (test_observer_normal_stop): Change the message prefixes so that
5922 they are unique, pass the attach / detach procedures to
5923 test_normal_stop_notifications.
5924
ec58997a
AC
5925 * gdb.base/signull.exp (test_segv): Prefix all tests with
5926 "${name}". Clean up test messages.
5927
b475183b
AC
5928 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
5929
9c7bb332
AC
5930 * gdb.base/ena-dis-br.exp: Update copyright.
5931 (break_at): New function. Replace send_gdb with gdb_test,
5932 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
5933 ignore count, not stopped at bpt", with KFAIL.
5934
2dd95497
CV
59352004-07-13 Corinna Vinschen <vinschen@redhat.com>
5936
5937 * gdb.base/attach.exp: Remove cleanupfile handling.
5938
419e626b
AC
59392004-07-12 Andrew Cagney <cagney@gnu.org>
5940
5941 * gdb.base/annota1.exp: Cleanup corefile test name.
5942 * gdb.base/annota3.exp: Ditto.
5943
8b1b3228
AC
59442004-07-12 Andrew Cagney <cagney@gnu.org>
5945
78650829
AC
5946 * gdb.base/signals.exp: Clean up copyright, re-indent.
5947
8b1b3228
AC
5948 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
5949 gdb_test and gdb_test_multiple.
5950
935c2760
JJ
59512004-07-08 Jeff Johnston <jjohnstn@redhat.com>
5952
5953 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 5954 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
5955 provide line number info for first statement in main.
5956
1544280f
AC
59572004-07-08 Andrew Cagney <cagney@gnu.org>
5958
1279f4ff
AC
5959 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
5960
1544280f
AC
5961 * gdb.base/sigbpt.exp: Make the common part of each test name a
5962 prefix instead of suffix.
5963
bcc82369
BR
59642004-07-07 Bob Rossi <bob_rossi@cox.net>
5965
5966 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
5967 test from test_tbreak_creation_and_listing to
5968 test_file_list_exec_source_file
5969 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
5970 Changed name of test from test_tbreak_creation_and_listing to
5971 test_file_list_exec_source_file
5972
23f4b0aa
JJ
59732004-07-07 Jeff Johnston <jjohnstn@redhat.com>
5974
5975 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
5976 the jmisc() constructor instead of <init>.
5977 * gdb.java/jmisc1.exp: Ditto.
5978
56401cd5
AC
59792004-07-07 Andrew Cagney <cagney@gnu.org>
5980
5981 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
5982 corrupting the PC.
5983
44ae2f6a
MC
59842004-07-06 Michael Chastain <mec.gnu@mindspring.com>
5985
5986 * gdb.cp/templates.exp: Accept whitespace change in demangler
5987 output.
5988
45a83408
AC
59892004-07-06 Andrew Cagney <cagney@gnu.org>
5990
5991 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
5992
d205ad70
MC
59932004-07-02 Michael Chastain <mec.gnu@mindspring.com>
5994
5995 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
5996 * lib/compiler.cc: Likewise.
5997
06ea1a61
MC
59982004-06-30 Michael Chastain <mec.gnu@mindspring.com>
5999
6000 * lib/compiler.cc: Work around string preprocessing problem
6001 with old hp c++ compiler.
6002 * lib/compiler.c: Likewise.
6003
daab1251
CV
60042004-06-29 Corinna Vinschen <vinschen@redhat.com>
6005
6006 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
6007 directives to conditionalize symbol prefixing.
6008 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
6009 additional_flags handling. Add underscore prefix for Cygwin.
6010 * gdb.arch/i386-unwind.c: Use preprocessor directives to
6011 conditionalize symbol prefixing.
6012 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
6013 additional_flags handling. Add underscore prefix for Cygwin.
6014
cc984116
CV
60152004-06-29 Corinna Vinschen <vinschen@redhat.com>
6016
6017 * gdb.base/bigcore.exp: Skip test on Cygwin.
6018
c279b077
MC
60192004-06-28 Michael Chastain <mec.gnu@mindspring.com>
6020
6021 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
6022 formats for "info register". Use gdb_test_multiple. Fix
6023 the "invalid register" test.
6024
0e915747
CV
60252004-06-28 Corinna Vinschen <vinschen@redhat.com>
6026
6027 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
6028 PID for Cygwin. Add Cygwin specific strings to check for in some
6029 tests.
6030 (do_attach_tests): Add a test for user interaction when attaching
6031 to a process with no matching symbol table already loaded.
6032
11422c86
AC
60332004-06-26 Andrew Cagney <cagney@gnu.org>
6034
6035 Test PR java/1567 and PR java/1565.
6036 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
6037 * gdb.java/jmisc2.exp: Delete file.
6038
cefbce26
MC
60392004-06-26 Michael Chastain <mec.gnu@mindspring.com>
6040
6041 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
6042
e19f872c
CV
60432004-06-25 Corinna Vinschen <vinschen@redhat.com>
6044
6045 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
6046 attach process.
6047
d931ba3b
MC
60482004-06-23 Michael Chastain <mec.gnu@mindspring.com>
6049
6050 * gdb.cp/pr-1553.exp: Remove.
6051
aef68c48
MC
60522004-06-22 Michael Chastain <mec.gnu@mindspring.com>
6053
6054 * gdb.cp/pr-1553.cc: Remove.
6055 * gdb.cp/pr-1553.exp: Disable this test.
6056
8d5df71a
JB
60572004-06-20 Jim Blandy <jimb@redhat.com>
6058
a9c64011 6059 Fix PR testsuite/1680.
8d5df71a
JB
6060 * gdb.arch/i386-sse.exp: Properly quote curly braces in
6061 regular expressions.
6062
4ac6f39d
MC
60632004-06-19 Michael Chastain <mec.gnu@mindspring.com>
6064
6065 Fix PR testsuite/1679.
6066 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
6067 Issue an UNSUPPORTED result instead.
6068
1b413552
JB
60692004-06-18 Jim Blandy <jimb@redhat.com>
6070
6071 * gdb.base/charset.exp: Only send a control-C if we see a new
6072 prompt and incomplete command.
6073
6daa6ebd
MC
60742004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6075
6076 * gdb.cp/pr-574.cc: Add copyright notice.
6077
51fa4ae0
JB
60782004-06-17 Jim Blandy <jimb@redhat.com>
6079
6080 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
6081 cases where the regexp has no groups; this grabs random text from
6082 the previous test suite, whatever that was.
6083
8fea26c5
MC
60842004-06-17 Michael Chastain <mec.gnu@mindspring.com>
6085
6086 * gdb.cp/printmethod.cc: Add copyright notice.
6087
1e3aeb41
MC
60882004-06-16 Michael Chastain <mec.gnu@mindspring.com>
6089
6090 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
6091
9d9030bc
AC
60922004-06-16 Andrew Cagney <cagney@gnu.org>
6093
6094 * gdb.base/signull.c: Update copyright. Include <string.h>.
6095 (bowler): Replace data_pointer with data_read
6096 and data_write cases. Add code_descriptor case.
6097 (zero, desc): New array and pointer.
6098 (data, code): Change to simple pointers.
6099 * gdb.base/signull.exp: Fix probe pattern matching a function
6100 descriptor SIGSEGV. Replace data_pointer with data_read and
6101 data_write tests.
6102
acd4ad44
AC
61032004-06-16 Andrew Cagney <cagney@gnu.org>
6104
6105 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
6106
08fd625c
MC
61072004-06-15 Michael Chastain <mec.gnu@mindspring.com>
6108
6109 * gdb.base/long_long.c: Add copyright notice.
6110
1903502c
MC
61112004-06-15 Michael Chastain <mec.gnu@mindspring.com>
6112
6113 * gdb.base/long_long.exp: Remove reference to
6114 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
6115 to gdb_breakpoint and gdb_continue_to_breakpoint.
6116
83313cb1
JB
61172004-06-14 Jim Blandy <jimb@redhat.com>
6118
6119 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
6120 endian case.
6121
1bf404ef
AC
61222004-06-14 Andrew Cagney <cagney@gnu.org>
6123
6124 * gdb.base/gcore.exp (capture_command_output): Delete the always
6125 passing tests containing inferior values.
6126 * gdb.base/ending-run.exp: Do not include the breakpoint address
6127 in the test message. Update copyright.
6128 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
6129 size in the test name, use gdb_test_multiple. Update copyright.
6130
ef220b33
MC
61312004-06-14 Michael Chastain <mec.gnu@mindspring.com>
6132
6133 * gdb.cp/ref-types.cc: Add copyright notice.
6134
4f70a4c9
MC
61352004-06-14 Michael Chastain <mec.gnu@mindspring.com>
6136
6137 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
6138 hp_aCC_compiler.
6139 * lib/compiler.cc: Likewise.
6140 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
6141 'set' commands. Log diagnostics for other lines. Set
6142 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
6143
335928ac
MC
61442004-06-13 Michael Chastain <mec.gnu@mindspring.com>
6145
6146 * gdb.cp/try_catch.cc: Add copyright notice.
6147
2efb12e8
MC
61482004-06-12 Michael Chastain <mec.gnu@mindspring.com>
6149
6150 * gdb.cp/userdef.cc: Add copyright notice.
6151
0bbed51a
MC
61522004-06-11 Michael Chastain <mec.gnu@mindspring.com>
6153
6154 * gdb.cp/virtfunc.cc: Add copyright notice.
6155
e12a46c9
RC
61562004-06-11 Randolph Chung <tausq@debian.org>
6157
6158 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
6159 problem.
6160
338e05af
AC
61612004-06-10 Andrew Cagney <cagney@gnu.org>
6162
6163 * lib/compiler.cc, lib/compiler.c: Append either
6164 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
6165 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
6166 instead of gcc-3-3.
6167
dc3f10cb
AC
61682004-06-09 Andrew Cagney <cagney@gnu.org>
6169
b4d946af
AC
6170 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
6171 gdb/1455, bug is specific to "long long" and "double".
a9c64011 6172
dc3f10cb
AC
6173 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
6174 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
6175 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
6176 fixed.
6177
b5c0bfa2
AC
61782004-06-09 Andrew Cagney <cagney@gnu.org>
6179
6180 * gdb.base/structs.exp (test_struct_returns): Replace
6181 "return_value_unknown" and "finish_value_unknown" by
6182 "return_value_known" and "finish_value_known". Instead of
6183 "return_value_unknown" iff "finish_value_unknown", check
6184 "return_value_known" implies "finish_value_known".
6185
caeb605f
MH
61862004-06-08 Martin Hunt <hunt@redhat.com>
6187
6188 * gdb.base/float.exp: Add pattern for mips targets.
6189
c892bb64
RC
61902004-06-08 Randolph Chung <tausq@debian.org>
6191
6192 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
6193 message for unknown architectures more clear.
6194
48306d3e
JB
61952004-06-08 Joel Brobecker <brobecker@gnat.com>
6196
6197 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
6198 start the execution of the program.
6199
83ecb59f
JB
62002004-06-07 Jim Blandy <jimb@redhat.com>
6201
6202 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
6203 * gdb.arch/i386-cpuid.h: New helper file.
6204
55264cb4
RC
62052004-06-07 Randolph Chung <tausq@debian.org>
6206
6207 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
6208 has started.
6209
23cadb28
RM
62102004-06-04 Roland McGrath <roland@redhat.com>
6211
6212 Fix PR gdb/1647.
6213 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
6214 differently to be robust to output buffering differences.
6215
51d01eda
MC
62162004-06-04 Michael Chastain <mec.gnu@mindspring.com>
6217
6218 * gdb.threads/pthreads.exp: Update copyright years.
6219 (check_control_c): Change asynchronous 'after' to synchronous.
6220
f4fc3b93
RM
62212004-06-04 Roland McGrath <roland@redhat.com>
6222
6223 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
6224 next gdb prompt.
6225
4013522b
MC
62262004-06-02 Michael Chastain <mec.gnu@mindspring.com>
6227
6228 Fix PR gdb/1636.
6229 * gdb.threads/manythreads.exp: Change asynchronous 'after'
6230 calls to synchronous.
6231
7a8f1e6b
JB
62322004-05-26 Jim Blandy <jimb@redhat.com>
6233
6234 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
6235
81bb3443
RC
62362004-05-24 Randolph Chung <tausq@debian.org>
6237
6238 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
6239 * gdb.asm/pa.inc: New file.
6240
8f5a3103
MK
62412004-05-22 Mark Kettenis <kettenis@gnu.org>
6242
6243 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
6244
734b8fe8 62452004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 6246 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
6247
6248 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
6249 GDB prompt.
6250
725603e1
UW
62512004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6252
f4fc3b93 6253 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
6254 setjmp/longjmp. Use sigaction instead of signal.
6255
8b923272 62562004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 6257 Michael Snyder <msnyder@redhat.com>
8b923272
JB
6258
6259 * gdb.threads/pthread_cond_wait.c: New file.
6260 * gdb.threads/pthread_cond_wait.exp: New testcase.
6261
8bfabb04
AC
62622004-05-13 Andrew Cagney <cagney@redhat.com>
6263
6264 * gdb.base/signull.exp, gdb.base/signull.c: New files.
6265 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
6266
42edda50
AC
62672004-05-11 Andrew Cagney <cagney@redhat.com>
6268
6269 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
6270 fixed but revealed gdb/1639.
6271
d303a6c7
AC
62722004-05-10 Andrew Cagney <cagney@redhat.com>
6273
6274 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
6275 func1" and "next to 2nd alarm", kernel bug avoided.
6276
bf08c2a1
DJ
62772004-05-10 Daniel Jacobowitz <dan@debian.org>
6278
6279 PR external/1568
6280 * gdb.base/bigcore.exp: Check the size of the dumped core file.
6281 XFAIL if it is smaller than bytes_allocated.
6282 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
6283 (main): Make chunks_allocated unsigned. Correct comment.
6284
c0586a34
JB
62852004-05-07 Joel Brobecker <brobecker@gnat.com>
6286
6287 * gdb.arch/powerpc-aix-prologue.c: New file.
6288 * gdb.arch/powerpc-aix-prologue.exp: New file.
6289
f2785d12
JB
62902004-05-07 Jim Blandy <jimb@redhat.com>
6291
6292 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
6293 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
6294
bd7f6e30
JB
62952004-05-06 Joel Brobecker <brobecker@gnat.com>
6296
6297 * gdb.base/sep.exp: No longer setup_kfail when the program was
6298 built with dwarf2.
6299
0a5e7efe
JI
63002004-05-05 Jim Ingham <jingham@apple.com>
6301
6302 * gdb.base/pending.exp: Make sure pending breakpoints
6303 preserve the ignore count.
f4fc3b93 6304
a8958849
MK
63052004-04-27 Jerome Guitton <guitton@gnat.com>
6306
6307 * i386-prologue.exp: Add testcase for jump instruction as first
6308 instruction of the real code.
6309 * i386-prologue.c (jump_at_beginning): New function.
6310
7e103f5b
MK
63112004-04-28 Mark Kettenis <kettenis@gnu.org>
6312
6313 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
6314 x86_64-*-*.
6315
5d38b224
MK
63162004-04-28 Mark Kettenis <kettenis@gnu.org>
6317
6318 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
6319 i*86-*-*.
6320
0ef32fd9
MK
63212004-04-25 Mark Kettenis <kettenis@gnu.org>
6322
6323 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
6324 expression that checks the return type.
6325
71d7dd7c
AC
63262004-04-23 Andrew Cagney <cagney@redhat.com>
6327
6328 * gdb.base/call-sc.exp: New test of scalar call/return values.
6329 * gdb.base/call-sc.c: Ditto.
6330
1e9f977e
JJ
63312004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6332
6333 * gdb.threads/manythreads.c: Reduce thread stack size.
6334
899d9e3a
JJ
63352004-04-23 Jeff Johnston <jjohnstn@redhat.com>
6336
6337 * gdb.threads/manythreads.c: Add copyright notice.
6338
61bcae62
AC
63392004-04-23 Andrew Cagney <cagney@redhat.com>
6340
6341 * gdb.base/siginfo.exp: Better handle step out of signal.
6342 * gdb.base/sigstep.exp: Ditto.
6343
7339a42e 63442004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 6345 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
6346
6347 * gdb.threads/manythreads.c: New testcase.
6348 * gdb.threads/manythreads.exp: Ditto.
6349
5c98409b
JB
63502004-04-22 Jim Blandy <jimb@redhat.com>
6351
6352 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
6353 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
6354
3b611f1a
MC
63552004-04-21 Michael Chastain <mec.gnu@mindspring.com>
6356
6357 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
6358
f0fd9238
AC
63592004-04-21 Andrew Cagney <cagney@redhat.com>
6360
6361 * gdb.base/sigstep.c: New file.
6362 * gdb.base/sigstep.exp: New file.
6363
90990674
JB
63642004-04-16 Joel Brobecker <brobecker@gnat.com>
6365
6366 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
6367 call to observer_notify_normal_stop.
6368
78cef34b
AC
63692004-04-15 Andrew Cagney <cagney@redhat.com>
6370
6371 * gdb.base/siginfo.c: New file.
6372 * gdb.base/siginfo.exp: New file.
6373
d2343407
JB
63742004-04-12 J. Brobecker <brobecker@gnat.com>
6375
6376 * gdb.base/sep.exp: Fix typo in comment.
6377
a2dba3c8
JB
63782004-04-12 J. Brobecker <brobecker@gnat.com>
6379
6380 * gdb.base/sep.c: New file.
6381 * gdb.base/sep-proc.c: New file.
6382 * gdb.base/sep.exp: New testcase.
6383
15f7b60e
MK
63842004-04-09 Mark Kettenis <kettenis@gnu.org>
6385
6386 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
6387 support.
6388
44f4de1a
AC
63892004-04-05 Andrew Cagney <cagney@redhat.com>
6390
6391 * gdb.base/sigaltstack.c: New file.
6392 * gdb.base/sigaltstack.exp: New file.
6393
ef04f396
JB
63942004-04-04 Joel Brobecker <brobecker@gnat.com>
6395
6396 * gdb.base/foll-fork.exp: Update the expected output for
6397 "help set follow-fork-mode", to match a change that was made
6398 to the help of this variable on 2004-01-13.
6399
d40d2c92
JB
64002004-04-01 Joel Brobecker <brobecker@gnat.com>
6401
6402 * lib/ada.exp: Add copyright notice.
6403 * bar.ads: Likewise.
6404 * bar.adb: Likewise.
6405 * null_record.adb: Likewise.
6406 * null_record.exp: Likewise.
6407 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
6408
f86ef5a3
JB
64092004-04-01 Joel Brobecker <brobecker@gnat.com>
6410
6411 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
6412 * configure: Regenerate.
6413
414e70e3
JB
64142004-04-01 Joel Brobecker <brobecker@gnat.com>
6415
6416 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
6417 to build the application. Remove the message printed when in
6418 verbose mode, redundant with the UNSUPPORTED message above.
6419
f0aaee49
JB
64202004-03-31 Joel Brobecker <brobecker@gnat.com>
6421
6422 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
6423 * gdb.ada (null_record.exp): New testcase.
6424
ac81cb54
JB
64252004-03-31 Joel Brobecker <brobecker@gnat.com>
6426
6427 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
6428
854af2f7
JB
64292004-03-31 Joel Brobecker <brobecker@gnat.com>
6430
6431 * gdb.ada: New subdirectory.
6432 * gdb.ada/Makefile.in: New file.
6433 * gdb.ada/gnat_ada.gpr.in: New file.
6434
034cb681
JB
64352004-03-31 Joel Brobecker <brobecker@gnat.com>
6436
6437 * lib/ada.exp: New file.
6438
78a1a894
DJ
64392004-03-24 Daniel Jacobowitz <drow@mvista.com>
6440
6441 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
6442 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
6443
4b2b3b3e
AC
64442004-03-22 Andrew Cagney <cagney@redhat.com>
6445
6446 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
6447 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
6448 Problem identified by Ulrich Weigand.
6449
23c73aa3
DC
64502004-03-17 David Carlton <carlton@kealia.com>
6451
6452 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
6453 PR c++/826.
6454
d63a86f8
RM
64552004-03-16 Roland McGrath <roland@redhat.com>
6456
6457 * gdb.base/auxv.exp: New file.
6458 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
6459
0e02aa50
DC
64602004-03-12 David Carlton <carlton@kealia.com>
6461
6462 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
6463 * gdb.cp/pr-1553.cc: Ditto.
6464 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
6465 pass branch.
6466
c20b71be
MC
64672004-03-12 Michael Chastain <mec.gnu@mindspring.com>
6468
6469 * gdb.cp/templates.exp: Accept more template types.
6470
c7414a01
MC
64712004-03-09 Michael Chastain <mec.gnu@mindspring.com>
6472
6473 From Corinna Vinschen with modifications.
6474 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
6475 local variable obj_with_enum.
6476 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
6477 results with obj_with_enum.
6478
ed69573c
MC
64792004-03-09 Michael Chastain <mec.gnu@mindspring.com>
6480
6481 * gdb.cp/classes.cc: New file, copied from misc.cc.
6482 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
6483
28301461
MC
64842004-03-09 Michael Chastain <mec.gnu@mindspring.com>
6485
6486 * gdb.cp/misc.cc: Add copyright notice.
6487
1198ecbe
DC
64882004-03-05 David Carlton <carlton@kealia.com>
6489
6490 * gdb.cp/rtti.exp: Add 'print *obj3' test.
6491 * gdb.cp/rtti.h: Update copyright.
6492 (namespace n2::n3): New.
6493 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
6494 (n2::n3::func3): New.
6495 (main): Call n2::n3::func3.
6496 * gdb.cp/rtti2.cc: Update copyright.
6497 (n2::create3): New.
6498
9e08c470
MK
64992004-03-04 Mark Kettenis <kettenis@gnu.org>
6500
6501 * gdb.asm/openbsd.inc: Fix typo.
6502
4bebc3aa
FF
65032004-03-03 Fred Fish <fnf@redhat.com>
6504
6505 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
6506 "val" instead of unused "size". Update copyright year.
6507
6ea9fb37
DJ
65082004-02-29 Daniel Jacobowitz <drow@mvista.com>
6509
6510 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
6511 to use unsigned char.
6512 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
6513 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
6514
23b23974
DJ
65152004-02-29 Daniel Jacobowitz <drow@mvista.com>
6516
6517 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
6518 line of output.
6519
7574fd53
DJ
65202004-02-28 Daniel Jacobowitz <drow@mvista.com>
6521
6522 * gdb.base/relocate.c (dummy): Initialize.
6523
a195357f
DJ
65242004-02-28 Daniel Jacobowitz <drow@mvista.com>
6525
6526 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
6527 a breakpoint at exit.
6528
72fd54a9
FF
65292004-02-27 Fred Fish <fnf@redhat.com>
6530
6531 * gdb.base/chng-syms.exp: Add expect condition to match failing
6532 case that isn't a timeout.
6533
b9d23137
AC
65342004-02-27 Andrew Cagney <cagney@redhat.com>
6535
6536 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
6537 support.
6538
15d208f6 65392004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 6540
15d208f6
FF
6541 * gdb.arch/gdb1431.c: Remove.
6542 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
6543 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
6544 of "until" incorrectly.
6545
98f9cd2d
JB
65462004-02-26 J. Brobecker <brobecker@gnat.com>
6547
6548 * gdb.cp/class2.cc (empty): New class.
6549 (refer): New function.
6550 (main): Declare an object of type empty and use it.
6551 * gdb.cp/class2.exp: Print the value of an object of type empty.
6552
9b50c11b
JJ
65532004-02-26 Jeff Johnston <jjohnstn@redhat.com>
6554
6555 * gdb.base/langs.exp: Update query string to match the
6556 new nquery format used for pending breakpoints.
6557
0dcd613f
AC
65582004-02-26 Andrew Cagney <cagney@redhat.com>
6559
6560 Fix PR i18n/1570.
6561 * gdb.base/charset.c: Update copyright notice.
6562 (main, init_string): Remove the escape character '\e' tests.
6563 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
6564 * gdb.base/charset.exp (valid_host_charset): Ditto.
6565 * gdb.base/setvar.exp: Ditto.
6566
b8a56647
AC
65672004-02-24 Andrew Cagney <cagney@redhat.com>
6568
90d59e34
AC
6569 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
6570 mmapped data in core file" PASS and FAIL messages consistent.
6571
b8a56647
AC
6572 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
6573 setting a breakpoint. Work around PR java/1565.
6574
9f27c604
JJ
65752004-02-23 Jeff Johnston <jjohnstn@redhat.com>
6576
6577 * lib/gdb.exp (gdb_breakpoint): Update query string to match
6578 new nquery format.
6579 * gdb.base/pending.exp: Ditto.
6580
3224a706
MK
65812004-02-22 Mark Kettenis <kettenis@gnu.org>
6582
6583 * configure.in: Run stabs tests on *BSD.
6584 * configure: Regenerated.
6585
41e0a9ca
MK
65862004-02-21 Mark Kettenis <kettenis@gnu.org>
6587
6588 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
6589
1e1b3428
FF
65902004-02-20 Fred Fish <fnf@redhat.com>
6591
6592 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
6593 blank in test for "returns short", for consistency with other
6594 "returns xxx" tests. Update copyright year.
6595
f9a7572a
FF
65962004-02-19 Fred Fish <fnf@redhat.com>
6597
6598 New testcase for PR breakpoint/1558.
6599 * gdb.arch/gdb1558.exp: New file.
6600 * gdb.arch/gdb1558.c: New file.
6601
b2ce2854
EZ
66022004-02-19 Elena Zannoni <ezannoni@redhat.com>
6603
6604 * gdb.base/nodebug.exp: Fix typo.
6605
e7c9ff01
JB
66062004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6607
6608 Committed by Jim Blandy <jimb@redhat.com>.
6609
62f4b920
JB
6610 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
6611
2db536a1
JB
6612 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
6613
e7c9ff01
JB
6614 * gdb.base/float.exp: Support s390*-*-* targets.
6615
f3205b34
AF
66162004-02-17 Adam Fedor <fedor@gnu.org>
6617
6618 * gdb.base/gdb1555.exp: New file.
6619 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
6620
9d62932d
EZ
66212004-02-17 Elena Zannoni <ezannoni@redhat.com>
6622
6623 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
6624
344c9711
FF
66252004-02-16 Fred Fish <fnf@redhat.com>
6626
6627 * gdb.arch/gdb1291.c: Remove
6628 * gdb.arch/gdb1291.s: New test input file.
6629 * gdb.arch/gdb1291.exp: Expand test to check case that should not
6630 fail. Test for correct result, known incorrect result, other
6631 failures and timeouts.
6632
2d822687
AC
66332004-02-16 Andrew Cagney <cagney@redhat.com>
6634
6635 * gdb.base/bigcore.exp: New file.
6636 * gdb.base/bigcore.c: New file.
6637
dac15b66
AC
66382004-02-13 Andrew Cagney <cagney@redhat.com>
6639
6640 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
6641 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
6642 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
6643 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
6644 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
6645 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
6646 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
6647 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
6648 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
6649 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
6650
6bdfc2c4
JJ
66512004-02-11 Jeff Johnston <jjohnstn@redhat.com>
6652
6653 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
6654 executed is an alloc instruction.
6655
87b3ede8
DC
66562004-02-11 David Carlton <carlton@kealia.com>
6657
6658 * gdb.cp/breakpoint.exp: New.
6659 * gdb.cp/breakpoint.cc: New.
6660
6e19e2bf
MC
66612004-02-11 Michael Chastain <mec.gnu@mindspring.com>
6662
6663 Partial fix for PR gdb/1543.
6664 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
6665 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
6666 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
6667 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
6668 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
6669 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
6670 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
6671 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
6672 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
6673 to bug-gdb@prep.ai.mit.edu .
6674 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
6675 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
6676 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
6677 Likewise.
6678
5c5455dc
AC
66792004-02-10 Andrew Cagney <cagney@redhat.com>
6680
6681 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
6682 using gdb_internal_error_resync.
6683
9cf689d7
DJ
66842004-02-09 Daniel Jacobowitz <drow@mvista.com>
6685
6686 * gdb.threads/thread-specific.exp: Stop early if no threads are
6687 found.
6688
d2dc51db
MC
66892004-02-09 Michael Chastain <mec.gnu@mindspring.com>
6690
6691 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
6692
14b1a056
DJ
66932004-02-08 Daniel Jacobowitz <drow@mvista.com>
6694
6695 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
6696 breakpoints.
6697
83f66e8f
DJ
66982004-02-07 Daniel Jacobowitz <drow@mvista.com>
6699
6700 * config/sim.exp (gdb_load): Handle $arg == "".
6701 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
6702 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
6703
30fc0091
EZ
67042004-02-07 Elena Zannoni <ezannoni@redhat.com>
6705
a9c64011
AS
6706 * gdb.base/maint.exp: Update test to reflect
6707 obstack changes.
30fc0091 6708
4d806929
JJ
67092004-02-04 Jeff Johnston <jjohnstn@redhat.com>
6710
6711 * gdb.base/pendshr.c (pendfunc): New function that calls
6712 pendfunc1.
6713 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
6714
7bfdd688
FF
67152004-02-04 Fred Fish <fnf@redhat.com>
6716
6717 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
6718 function symbols and update copyright years.
6719 * gdb.arch/gdb1291.c: Ditto.
6720
aaa08ee4
MC
67212004-02-03 Michael Chastain <mec.gnu@mindspring.com>
6722
6723 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
6724
dbad7755
MC
67252004-02-03 Michael Chastain <mec.gnu@mindspring.com>
6726
6727 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
6728
ec4646ef
MC
67292004-02-03 Michael Chastain <mec.gnu@mindspring.com>
6730
6731 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
6732
1b802196
FF
67332004-02-02 Fred Fish <fnf@redhat.com>
6734
6735 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
6736 remote targets. Update copyright years.
6737
18fe2033
JJ
67382004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6739
6740 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
6741 support.
6742 * gdb.base/langs.exp: Fix test which attempts to create
6743 breakpoint on non-existent function to handle new pending
6744 support.
6745 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
6746 a breakpoint.
6747 * gdb.base/pending.exp: New test.
6748 * gdb.base/pending.c: New file.
6749 * gdb.base/pendshr.c: Ditto.
6750
8d577d32
DC
67512004-02-02 David Carlton <carlton@kealia.com>
6752
6753 * gdb.cp/overload.exp: Add overloadNamespace tests.
6754 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
6755 (overloadNamespace, XXX): New.
6756 (main): Call XXX::marker2.
6757
3ad13771
FF
67582004-02-01 Fred Fish <fnf@redhat.com>
6759
6760 * gdb.base/dump.exp: Use runto_main instead of "runto main".
6761 * gdb.base/finish.exp: Ditto.
6762 * gdb.base/gcore.exp: Ditto.
6763 * gdb.base/huge.exp: Ditto.
6764 * gdb.base/info-proc.exp: Ditto.
6765 * gdb.base/return2.exp: Ditto.
6766 * gdb.threads/gcore-thread.exp: Ditto.
6767
44c75849
DJ
67682004-02-01 Daniel Jacobowitz <drow@mvista.com>
6769
6770 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
6771
005bc093
MK
67722004-02-01 Mark Kettenis <kettenis@gnu.org>
6773
6774 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
6775 that opening the file succeeds on OpenBSD.
6776
c47cebdb
DJ
67772004-02-01 Daniel Jacobowitz <drow@mvista.com>
6778
6779 * gdb.threads/thread-specific.c: New file.
6780 * gdb.threads/threads-specific.exp: New test script.
6781 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
6782 to expect_out.
6783
5a01311c
MK
67842004-02-01 Mark Kettenis <kettenis@gnu.org>
6785
6786 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
6787 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
6788 only on the "print_small_structs from print_long_arg_list" test.
6789
ce22a4f1
DJ
67902004-02-01 Daniel Jacobowitz <drow@mvista.com>
6791
6792 * gdb.base/completion.exp: Kill a stray backslash.
6793
6794 From Jim Ingham <jingham@apple.com>:
6795 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
6796 agrees with the result from sending a tab.
6797
abbab9d3
DJ
67982004-01-31 Daniel Jacobowitz <drow@mvista.com>
6799
6800 * gdb.base/chng-syms.exp: Remove stray newline.
6801
53904d1e
MK
68022004-01-31 Mark Kettenis <kettenis@gnu.org>
6803
6804 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
6805 *-*-openbsd*.
6806 * gdb.asm/openbsd.inc: New file.
6807
3a4b3aac
MK
68082004-01-30 Mark Kettenis <kettenis@gnu.org>
6809
6810 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
6811 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
6812 *-*solaris2*. Remove commented out default settings for
6813 asm-flags. Replace gdb_compile with target_link.
6814
ebac27b4
MC
68152004-01-29 Michael Chastain <mec.gnu@mindspring.com>
6816
6817 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
6818 for all tests. Remove old hp-ux and cygnus xfail cases.
6819
d8679d84
PH
68202004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
6821
6822 * gdb.base/chng-syms.exp: New file.
6823 * gdb.base/chng-syms.c: New file.
6824
0a55bc22
MC
68252004-01-24 Michael Chastain <mec.gnu@mindspring.com>
6826
6827 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
6828 Provide arms for current output in all my configurations.
6829
94b8e876
MC
68302004-01-24 Michael Chastain <mec.gnu@mindspring.com>
6831
6832 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
6833 * lib/compiler.cc: Likewise.
6834 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
6835 get the right preprocessor. Eval the output directly. Remove
6836 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
6837 hp_f77_compiler and hp_f90_compiler completely.
6838 (gdb_preprocess): Delete.
6839 (get_compiler): Delete.
6840
7cf03d44
MK
68412004-01-24 Mark Kettenis <kettenis@gnu.org>
6842
6843 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
6844 <string.h>.
6845
68b6dce9
NR
68462004-01-24 Nick Roberts <nick@nick.uklinux.net>
6847
6848 * gdb.mi/mi-stack.exp: Update copyright.
6849
b368761e
DC
68502004-01-23 David Carlton <carlton@kealia.com>
6851
6852 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
6853 test for cp_lookup_transparent_type.
6854 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
6855 call them.
6856
f2061b53
DJ
68572004-01-23 Daniel Jacobowitz <drow@mvista.com>
6858
6859 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
6860 after -var-update.
6861
37fc574a
DC
68622004-01-23 David Carlton <carlton@kealia.com>
6863
6864 * gdb.cp/namespace.cc (C::ensureRefs): New.
6865 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
6866
8e94b928
NR
68672004-01-20 Nick Roberts <nick@nick.uklinux.net>
6868
6869 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
6870 case "-stack-list-locals 2".
6871 * gdb.mi/mi-var-child.exp: Test for case
6872 "-var-list-children --all-values NAME".
6873
997b0952
MC
68742004-01-18 Michael Chastain <mec.gnu@mindspring.com>
6875
6876 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
6877
52470da3
MK
68782004-01-18 Mark Kettenis <kettenis@gnu.org>
6879
7049b4b8
MK
6880 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
6881 used with gdb_test_multiple.
6882
52470da3
MK
6883 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
6884 read at address 0. This fixes PR testsuite/1504.
6885
da6012e5
DJ
68862004-01-18 Daniel Jacobowitz <drow@mvista.com>
6887
6888 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
6889 Remove downloading, guessing the host executable, the calls to
6890 gdb_file_cmd and gdb_target_cmd, and "load" support.
6891 (infer_host_exec): New function broken out from gdb_load.
6892 (gdb_load): New wrapper for gdbserver_gdb_load.
6893 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
6894 gdb_target_cmd. Use -target-select.
6895 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
6896 Download binaries to the host. Clear last_mi_remote_file when
6897 we load a new binary.
6898 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
6899 call gdbserver_gdb_load and mi_gdb_target_cmd.
6900
32c70722
MC
69012004-01-17 Michael Chastain <mec.gnu@mindspring.com>
6902
6903 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
6904 type patterns.
6905
b0cecf36
MC
69062004-01-17 Michael Chastain <mec.gnu@mindspring.com>
6907
6908 * gdb.cp/templates.exp: Fix typo in test name of
6909 "print Foo<volatile char*>::foo".
6910
4120d7e6
MC
69112004-01-15 Michael Chastain <mec.gnu@mindspring.com>
6912
6913 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
6914
f679e530
BE
69152004-01-16 Ben Elliston <bje@wasabisystems.com>
6916
6917 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
6918 (clean mostlyclean): Remove empty rm.
6919
091c48f6
MC
69202004-01-15 Michael Chastain <mec.gnu@mindspring.com>
6921
6922 * gdb.base/setvar.exp: Add copyright years.
6923
3e5fc8d2
DC
69242004-01-14 David Carlton <carlton@bactrian.org>
6925
6926 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
6927 PR c++/1511 and update coment.
6928 * gdb.cp/templates.exp: Update patterns to match current output.
6929 If changes involve something other than whitespace, KFAIL
6930 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
6931
63d06c5c
DC
69322004-01-14 David Carlton <carlton@kealia.com>
6933
6934 * gdb.cp/namespace.exp: Add tests involving classes defined within
6935 namespaces.
6936 * gdb.cp/namespace.cc (C::CClass): New.
6937 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
6938
a51dab88
EZ
69392004-01-14 Elena Zannoni <ezannoni@redhat.com>
6940
6941 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
6942 what debug info we have. Print a better message if something goes
6943 wrong while producing the separate debug info file.
6944
a476ccc9
MC
69452004-01-14 Michael Chastain <mec.gnu@mindspring.com>
6946
6947 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
6948
f453692c
MC
69492004-01-14 Michael Chastain <mec.gnu@mindspring.com>
6950
6951 * gdb.base/callfuncs.c: Add copyright notice.
6952
f40063a5
MC
69532004-01-13 Michael Chastain <mec.gnu@mindspring.com>
6954
6955 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
6956 inheritance. PR gdb/1498, PR gcc/13539.
6957
19ac3974
EZ
69582004-01-13 Elena Zannoni <ezannoni@redhat.com>
6959
a9c64011
AS
6960 * gdb.threads/gcore-thread.exp: Prefix name of binary with
6961 test specific name.
6962 * gdb.mi/gdb669.exp: Ditto.
6963 * gdb.mi/mi-pthreads.exp: Ditto.
6964 * gdb.mi/mi1-pthreads.exp: Ditto.
6965 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 6966
56c97c6e
MC
69672004-01-12 Michael Chastain <mec.gnu@mindspring.com>
6968
6969 * gdb.cp/member-ptr.cc: Add copyright notice.
6970
a0644324
MC
69712004-01-12 Michael Chastain <mec.gnu@mindspring.com>
6972
6973 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
6974 some patterns for recent versions of gcc and hpacc. Delete
6975 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
6976 Delete tests that access a NULL pointer-to-member-data. This
6977 script is still disabled for gcc.
6978
32fabe09
EZ
69792004-01-12 Elena Zannoni <ezannoni@redhat.com>
6980
6981 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 6982 escaped correctly.
32fabe09 6983
1f8a6abb
EZ
69842004-01-12 Elena Zannoni <ezannoni@redhat.com>
6985
6986 * gdb.base/sepdebug.exp: New file.
6987 * gdb.base/sepdebug.c: New file.
6988 * lib/gdb.exp (separate_debug_filename): New procedure.
6989 (gdb_gnu_strip_debug): New procedure.
6990
48efe704
AC
69912004-01-12 Andrew Cagney <cagney@redhat.com>
6992
6993 * gdb.mi/ChangeLog: Delete file. Renamed to ...
6994 * gdb.mi/ChangeLog-1999-2003: New file.
6995
a9415475
AC
69962004-01-12 Andrew Cagney <cagney@redhat.com>
6997
6998 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
6999 "Renaming a directory to a non-empty directory returns ENOTEMPTY
7000 or EEXIST", treat EBUSY as an XFAIL.
7001
83b8cf9d
MC
70022004-01-11 Michael Chastain <mec.gnu@mindspring.com>
7003
7004 * gdb.base/scope.exp: Remove obsolete setup_xfail for
7005 hp_cc_compiler.
7006
9939d2a8
MC
70072004-01-10 Michael Chastain <mec.gnu@mindspring.com>
7008
7009 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
7010 decorations.
7011
1ff8cadf
MC
70122004-01-10 Michael Chastain <mec.gnu@mindspring.com>
7013
7014 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
7015 and "(aCC)" decorations. Remove obsolete doco about old
7016 test results.
7017
6fa9022e
MC
70182004-01-09 Michael Chastain <mec.gnu@mindspring.com>
7019
7020 * gdb.cp/exception.exp: Fix typo in doco.
7021
209721fe
MK
70222004-01-09 Mark Kettenis <kettenis@gnu.org>
7023
7024 * gdb.base/gdb1476.exp: Fix typo.
7025
ef11303e
MC
70262004-01-09 Michael Chastain <mec.gnu@mindspring.com>
7027
7028 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
7029 file.
7030
041ab88c
MC
70312004-01-09 Michael Chastain <mec.gnu@mindspring.com>
7032
7033 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
7034 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
7035 Use gdb_compile. Remove restriction on gcc. Add some patterns
7036 for recent version of gdb. Delete second half, which was a copy
7037 of the first half with different build flags. This test is
7038 still disabled because it is still not ready for production.
7039
e36d075a
MC
70402004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7041
7042 * gdb.cp/exception.cc: Add copyright notice.
7043 * gdb.cp/exception.exp: Add a notice that this file is broken
7044 because of line number changes caused by addition of copyright
7045 notice.
7046
42b190ad
MC
70472004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7048
7049 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
7050 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
7051
8f25f06b
MC
70522004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7053
7054 * gdb.cp/classes.exp: Accept gnu abi 2.
7055 * gdb.cp/derivation.exp: Likewise.
7056 * gdb.cp/overload.exp: Likewise.
7057 * gdb.cp/virtfunc.exp: Likewise.
7058
06ded8b8
MC
70592004-01-08 Michael Chastain <mec.gnu@mindspring.com>
7060
7061 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
7062 semicolon after end of function.
7063
77c26ae3
MC
70642004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7065
7066 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
7067 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
7068 boilerplate code for compiling and running the program under
7069 test. Add some string method tests.
7070
20757486
MC
70712004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7072
7073 * gdb.cp/bs15503.cc: Add copyright notice.
7074 * gdb.cp/bs15503.exp: Adjust line number.
7075
0fd3b503
MC
70762004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7077
7078 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
7079 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
7080
10d1bea8
MC
70812004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7082
7083 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
7084 hp_cc_compiler.
7085
2789202a
MC
70862004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7087
7088 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
7089 * gdb.cp/ctti.exp: Use the marker instead of "next".
7090 With gcc, run further before bailing.
7091
b862f14c
MC
70922004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7093
7094 * gdb.cp/cttiadd.cc: Add copyright notice.
7095 * gdb.cp/cttiadd1.cc: Likewise.
7096 * gdb.cp/cttiadd2.cc: Likewise.
7097 * gdb.cp/cttiadd3.cc: Likewise.
7098
96da2469
MC
70992004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7100
7101 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
7102 Use gdb_test, gdb_test_multiple. Use floating-point values that
7103 have exact representations in IEEE-ish formats.
7104
053248ff
MC
71052004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7106
7107 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
7108 compilers. Delete duplicate call to get_compiler_info.
7109 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
7110 * gdb.base/volatile.exp: Likewise.
7111
84acecdd
MK
71122004-01-07 Mark Kettenis <kettenis@gnu.org>
7113
7114 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
7115 memory at address 0.
7116
fe11a27f
MC
71172004-01-07 Michael Chastain <mec.gnu@mindspring.com>
7118
7119 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
7120 to test for hp-ux assembler. Fix copyright years.
7121
60ad077b
AC
71222004-01-07 Andrew Cagney <cagney@redhat.com>
7123
7124 * gdb.base/fileio.c (strerrno): Add "EBUSY".
7125
1c9b8f33
AC
71262004-01-07 Andrew Cagney <cagney@redhat.com>
7127
7128 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
7129 when creating the read-only file. From analysis by Roland McGrath
7130 and Elena Zannoni.
7131
753ccc7a
MC
71322004-01-06 Michael Chastain <mec.gnu@mindspring.com>
7133
7134 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
7135
eca3e36b
MC
71362004-01-06 Michael Chastain <mec.gnu@mindspring.com>
7137
7138 * gdb.base/cvexpr.c: Be type-safe with function pointers and
7139 data pointers.
7140
f8d4bac4
MC
71412004-01-06 Michael Chastain <mec.gnu@mindspring.com>
7142
7143 * gdb.cp/m-static.exp: Compile one source file at a time.
7144 Delete unused call to get_compiler_info.
7145
9b4e0f94
MC
71462004-01-06 Michael Chastain <mec.gnu@mindspring.com>
7147
7148 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
7149 * gdb.base/call-rt-st.exp: Likewise.
7150 * gdb.base/nodebug.exp: Likewise.
7151 * gdb.base/volatile.exp: Likewise.
7152 * gdb.cp/ref-types.exp: Likewise.
7153 * gdb.cp/templates.exp: Likewise.
7154
023c1024
MK
71552004-01-05 Mark Kettenis <kettenis@gnu.org>
7156
7157 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
7158
19703c4a
MC
71592004-01-05 Michael Chastain <mec.gnu@mindspring.com>
7160
7161 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
7162 hppa*-hp-hpux*.
7163
18b67037
MK
71642004-01-04 Mark Kettenis <kettenis@gnu.org>
7165
ba6219c8
MK
7166 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
7167 x86_64-*-*.
7168
18b67037
MK
7169 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
7170 sparc64-*-* and sparc*-solaris2*.
7171
1bfbbb9d
MK
71722004-01-04 Mark Kettenis <kettenis@gnu.org>
7173
7174 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
7175 return ${tests}" test. The ${tests} already mentions the
7176 filename.
7177
06846494
MC
71782004-01-02 Michael Chastain <mec.gnu@mindspring.com>
7179
7180 * gdb.cp/local.exp: Accept gcc abi 2.
7181
3b0cb202
MC
71822004-01-02 Michael Chastain <mec.gnu@mindspring.com>
7183
7184 * gdb.cp/templates.exp: Accept gcc abi 2.
7185
0643ec3f
MC
71862004-01-02 Michael Chastain <mec.gnu@mindspring.com>
7187
7188 * lib/compiler.cc: Remove supports_template_debugging.
7189 * gdb.cp/templates.exp: Do not test supports_template_debugging.
7190
d231d0b1
MC
71912004-01-01 Michael Chastain <mec.gnu@mindspring.com>
7192
7193 * gdb.cp/namespace.exp: Accept gcc abi 2.
7194
44ffb27c
MC
71952004-01-01 Michael Chastain <mec.gnu@mindspring.com>
7196
7197 * gdb.cp/method.exp: Accept gcc abi 2.
7198
184ad485
MC
71992004-01-01 Michael Chastain <mec.gnu@mindspring.com>
7200
7201 * gdb.cp/classes.exp: Generate identical results as old version.
7202 * gdb.cp/derivation.exp: Likewise.
7203 * gdb.cp/overload.exp: Likewise.
7204 * gdb.cp/virtfunc.exp: Likewise.
7205
116f09e7
MC
72062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
7207
7208 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
7209 mysterious bug with sourceware version of expect.
7210
b1379776
MC
72112004-01-01 Michael Chastain <mec.gnu@mindspring.com>
7212
7213 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
7214 current versions of gcc, including gcc abi 2. Remove gratuitous
7215 restart of test program. Use gdb_test_multiple and gdb_test for
7216 all tests. Add patterns to xfail missing "const" in "const char *"
7217 and kfail PR gdb/1155.
7218
6b7a4c0e
MC
72192004-01-01 Michael Chastain <mec.gnu@mindspring.com>
7220
7221 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
7222 current versions of gcc, including gcc abi 2. Remove gratuitous
7223 restart of test program. Use gdb_test_multiple and gdb_test for
7224 all tests. Add patterns to kfail PR gdb/1498.
7225
51615d72
MC
72262003-12-31 Michael Chastain <mec.gnu@mindspring.com>
7227
7228 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
7229 current versions of gcc, including gcc abi 2. Use "breakpoint"
7230 and "continue" instead of restarting the target program. Use
7231 gdb_test_multiple and gdb_test for all tests.
7232
7b79a9d7
MK
72332004-01-01 Mark Kettenis <kettenis@gnu.org>
7234
7235 * gdb.asm/asm-source.exp: Update copyright year. Link statically
7236 for *-*-solaris2*.
7237
1cd3489f
MC
72382003-12-31 Michael Chastain <mec.gnu@mindspring.com>
7239
7240 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
7241 current versions of gcc, including gcc abi 2. Use "breakpoint"
7242 and "continue" instead of restarting the target program several
7243 times. Use gdb_test_multiple and gdb_test for all tests.
7244
850742db
MC
72452003-12-18 Michael Chastain <mec.gnu@mindspring.com>
7246
7247 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
7248 source files.
7249
eb4bbda8
MC
72502003-12-16 Michael Chastain <mec.gnu@mindspring.com>
7251
7252 * gdb.base/environ.exp: Handle compiling test case from multiple
7253 source files.
7254
e42c7771
MC
72552003-12-16 Michael Chastain <mec.gnu@mindspring.com>
7256
7257 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
7258
80e4b428
JB
72592003-12-17 Jim Blandy <jimb@redhat.com>
7260
5f06973a
JB
7261 * gdb.base/freebpcmd.c: Add copyright notice.
7262
80e4b428
JB
7263 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
7264
0ab84fb7
MC
72652003-12-16 Michael Chastain <mec.gnu@mindspring.com>
7266
7267 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
7268
1b3bb3d0
JB
72692003-12-13 Jim Blandy <jimb@redhat.com>
7270
7271 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
7272
3a4c9371
KB
72732003-12-12 Kevin Buettner <kevinb@redhat.com>
7274
7275 * gdb.asm/frv.inc: New file.
7276 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
7277
a1dea79a
FF
72782003-12-09 Fred Fish <fnf@redhat.com>
7279
7280 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
7281 functions to break1.c and leave prototypes behind. Add more
7282 "set breakpoint NN here" comments.
7283 * gdb.base/break1.c: New file.
7284
7285 * gdb.base/break.exp: Handle compiling test case from multiple
7286 source files and change source file references as needed.
7287 * gdb.base/completion.exp: Ditto.
7288 * gdb.base/condbreak.exp: Ditto.
7289 * gdb.base/define.exp: Ditto.
7290 * gdb.base/ena-dis-br.exp: Ditto.
7291 * gdb.base/info-proc.exp: Ditto.
7292 * gdb.base/maint.exp: Ditto.
7293 * gdb.base/until.exp: Ditto.
7294
7295 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
7296 hardcoded line numbers.
7297 * gdb.base/define.exp: Ditto.
7298 * gdb.base/ena-dis-br.exp: Ditto.
7299 * gdb.base/maint.exp: Ditto.
7300 * gdb.base/until.exp: Ditto.
7301
7302 * gdb.base/completion.exp: Use "break1" for completion tests since
7303 "break" is no longer a unique prefix.
7304
5266b69c
AC
73052003-12-06 Andrew Cagney <cagney@redhat.com>
7306
7307 * gdb.base/structs.exp (test_struct_returns): When applicable, set
7308 "return_value_unimplemented". When an unimplemented struct return
7309 architecture, report incorrect values as a KFAIL
7310
374451f0
MC
73112003-12-05 Michael Chastain <mec.gnu@mindspring.com>
7312
7313 * gdb.cp/rtti.exp: Accept new wording of warning from
7314 cp_lookup_rtti_type.
7315
ba9b20a7
MC
73162003-12-05 Michael Chastain <mec.gnu@mindspring.com>
7317
7318 Partial fix for PR testsuite/1456.
7319 * gdb.base/scope.exp (test_at_main): Replace references to
7320 gcc_compiled with calls to test_compiler_info.
7321 (test_at_foo): Likewise.
7322 (test_at_bar): Likewise.
7323
b74b6d0b
MC
73242003-12-04 Michael Chastain <mec.gnu@mindspring.com>
7325
7326 Partial fix for PR testsuite/1456.
7327 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
7328 to test_compiler_info.
7329
ccfa3402
MC
73302003-12-03 Michael Chastain <mec.gnu@mindspring.com>
7331
7332 * gdb.base/so-impl-ld.exp: Update copyright notice.
7333
f6246aba
MC
73342003-12-02 Michael Chastain <mec.gnu@mindspring.com>
7335
7336 Partial fix for PR testsuite/1456.
7337 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
7338 to test_compiler_info.
7339
13ae734a
MC
73402003-11-28 Michael Chastain <mec.gnu@mindspring.com>
7341
7342 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
7343 from current versions of gdb. Clean up regular expressions.
7344 Delete redundant timeout case.
7345
d8e1cdee
MC
73462003-11-28 Michael Chastain <mec.gnu@mindspring.com>
7347
7348 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
7349 from current versions of gdb. Clean up regular expressions.
7350 Delete redundant timeout case.
7351
96457b64
MC
73522003-12-01 Michael Chastain <mec.gnu@mindspring.com>
7353
7354 Partial fix for PR testsuite/1456.
7355 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
7356 gcc_compiled with call to test_compiler_info.
7357
f35309fc
MC
73582003-11-30 Michael Chastain <mec.gnu@mindspring.com>
7359
7360 Partial fix for PR testsuite/1456.
7361 * gdb.base/list.exp (test_list_function): Delete unused declaration
7362 of gcc_compiled.
7363
d7afdf9b
MC
73642003-11-29 Michael Chastain <mec.gnu@mindspring.com>
7365
7366 Partial fix for PR testsuite/1456.
7367 * gdb.base/complex.exp: Replace reference to gcc_compiled with
7368 call to test_compiler_info.
7369
71507b56
MK
73702003-11-29 Mark Kettenis <kettenis@gnu.org>
7371
7372 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
7373 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
7374 it to create the appropriate note.inc.
7375 * gdb.asm/asmsrc1.s: Include "note.inc".
7376 * gdb.asm/netbsd.inc: New file.
7377 * gdb.asm/empty.inc: New file.
7378
f81f93f7
MC
73792003-11-28 Michael Chastain <mec.gnu@mindspring.com>
7380
7381 Partial fix for PR testsuite/1456.
7382 * gdb.base/constvars.exp: Replace references to gcc_compiled with
7383 calls to test_compiler_info.
7384
9a77938e
MC
73852003-11-27 Michael Chastain <mec.gnu@mindspring.com>
7386
7387 Partial fix for PR testsuite/1456.
7388 * gdb.base/volatile.exp: Replace references to gcc_compiled with
7389 calls to test_compiler_info.
7390
e8367dc7
MK
73912003-11-27 Mark Kettenis <kettenis@gnu.org>
7392
7393 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
7394 pattern for the KFAILs.
7395
526c61ee
AF
73962003-11-25 Adam Fedor <fedor@gnu.org>
7397
7398 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
7399 * gdb.objc/objcdecode.m: New file.
7400
28f2d600
AF
74012003-11-25 Adam Fedor <fedor@gnu.org>
7402
7403 * gdb.objc/nondebug.exp: Test for PR objc/1236.
7404 * gdb.objc/nondebug.m: New file.
7405
a3895cee
BE
74062003-11-26 Ben Elliston <bje@wasabisystems.com>
7407
7408 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
7409 NetBSD as it does on FreeBSD. Modelled on a similar change by
7410 Mark Kettenis on 2003-05-30.
7411 (link-flags): Set to "--entry _start" regardless of target.
7412 Special linker flags are to be appended to $link-flags.
7413 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
7414
c9f2c8a3
MC
74152003-11-25 Michael Chastain <mec.gnu@mindspring.com>
7416
7417 * gdb.cp/method.exp: Accept output of new demangler.
7418
15a0587a 74192003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
7420
7421 * gdb/class2.exp: New file.
7422 * gdb/class2.cc: New file.
7423
3c00b570
MC
74242003-11-25 Michael Chastain <mec.gnu@mindspring.com>
7425
7426 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
7427 of new demangler.
7428
7027acc7
MK
74292003-11-23 Mark Kettenis <kettenis@gnu.org>
7430
7431 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
7432 of gdb_test "run".
7433
b0e1598a
MK
74342003-11-23 Mark Kettenis <kettenis@gnu.org>
7435
7436 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
7437 "continue" into "run".
7438
4d9eda44
MC
74392003-11-23 Michael Chastain <mec.gnu@mindspring.com>
7440
7441 Partial fix for PR testsuite/1456.
7442 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
7443 call to test_compiler_info.
7444 * gdb.cp/ctti.exp: Likewise.
7445 * gdb.cp/derivation.exp: Likewise.
7446 * gdb.cp/member-ptr.exp: Likewise.
7447 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
7448 reference to gcc_compiled.
7449
74502003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
7451
7452 Fix PR testsuite/1463.
7453 * gdb.base/structs.exp (start_structs_test): Call
7454 get_debug_format before using the debug format.
7455
d422fe19
AC
74562003-11-22 Andrew Cagney <cagney@redhat.com>
7457
7458 * lib/gdb.exp (gdb_test_multiple): Add simple example.
7459 * gdb.base/structs.exp: Use gdb_test_multiple.
7460
039cf96d
AC
74612003-11-20 Andrew Cagney <cagney@redhat.com>
7462
6882279b
AC
7463 * gdb.base/structs.exp: Handle and recover from internal errors.
7464 Replace "foo${n}" with "foo<n>" in test messages.
7465
e53890ae
AC
7466 * gdb.base/structs.exp: Update copyright. Rewrite.
7467 * gdb.base/structs.c: Update copyright. Rewrite.
7468
2b211c59
AC
7469 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
7470 resync count exceeded.
d63a86f8 7471
039cf96d
AC
7472 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
7473 from the internal error.
7474 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
7475 Original from Jim Blandy.
7476 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 7477
eac98b22
AC
74782003-11-19 Andrew Cagney <cagney@redhat.com>
7479
7480 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
7481 KFAIL.
7482
67455b2a
MK
74832003-11-17 Mark Kettenis <kettenis@gnu.org>
7484
7485 New testcase for PR backtrace/1435.
7486 * gdb.arch/i386-unwind.exp: New file.
7487 * gdb.arch/i386-unwind.c: New file.
7488
853d6e5b
AC
74892003-11-17 Andrew Cagney <cagney@redhat.com>
7490
7491 * lib/gdb.exp (compiler_info): New global.
7492 (test_compiler_info): New function.
7493 (get_compiler_info): Set compiler_info.
7494 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
7495 "compiler_info" to gcc-<major>-<minor>.
7496
38cf6e11
MC
74972003-11-15 Michael Chastain <mec.gnu@mindspring.com>
7498
7499 * gdb.trace/configure: Remove.
7500
a50d3602
EZ
75012003-11-13 Elena Zannoni <ezannoni@redhat.com>
7502
7503 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 7504 breakpoints.
a50d3602
EZ
7505 * gdb.base/break.exp: Remove all references to explicit line
7506 numbers.
7507
d9407aaa
NC
75082003-11-11 Nick Clifton <nickc@redhat.com>
7509
7510 * gdb.base/shreloc.exp: Do not run for targets which do not
7511 support shared objects.
7512
db488fc1
CV
75132003-11-10 Corinna Vinschen <vinschen@redhat.com>
7514
7515 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
7516 Don't run tests if nofileio flag is given.
7517
6a90a18e
EZ
75182003-11-07 Elena Zannoni <ezannoni@redhat.com>
7519
7520 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 7521 as well as 'Watchpoint'.
6a90a18e 7522
0b915e9c
EZ
75232003-11-06 Elena Zannoni <ezannoni@redhat.com>
7524
7525 Reported by Jim Ingham <jingham@apple.com>:
7526 * gdb.base/annota1.exp: Match at least one occurrence of the
7527 signal handler annotation.
7528
d7e4b55f
EZ
75292003-11-06 Elena Zannoni <ezannoni@redhat.com>
7530
a9c64011
AS
7531 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
7532 as well as 'Watchpoint'.
d7e4b55f 7533
2fe4e8d0
MC
75342003-11-05 Michael Chastain <mec@shout.net>
7535
7536 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
7537
6ef88553
KW
75382003-11-03 Kris Warkentin <kewarken@qnx.com>
7539
7540 * gdb.arch/gdb1291.c: New test file.
7541 * gdb.arch/gdb1291.exp: New test script.
7542 * gdb.arch/gdb1431.c: New test file.
7543 * gdb.arch/gdb1431.exp: New test script.
7544
ae7dc4d8
MC
75452003-10-22 Michael Chastain <mec@shout.net>
7546
7547 * gdb.mi/pthreads.c: Add copyright notice.
7548
c39d7427
MC
75492003-10-22 Michael Chastain <mec@shout.net>
7550
7551 * gdb.threads/pthreads.c: Add copyright notice.
7552
8b7d96c1
MC
75532003-10-20 Michael Chastain <mec@shout.net>
7554
7555 * gdb.base/gdb1056.exp: New test script.
7556
d1d69fdd
DJ
75572003-10-13 Daniel Jacobowitz <drow@mvista.com>
7558
7559 * gdb.threads/killed.exp: Use gdb_run_cmd.
7560
7d605576
DJ
75612003-10-13 Daniel Jacobowitz <drow@mvista.com>
7562
7563 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
7564 create a core file.
7565 * gdb.threads/gcore-thread.exp: Likewise.
7566
618ec112
CV
75672003-10-13 Corinna Vinschen <vinschen@redhat.com>
7568
7569 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
7570 type, based on char type.
7571 (struct bit_flags_short_t): New bitfield type, based on short type.
7572 (init_bit_flags_char): New fuction.
7573 (init_bit_flags_short): Ditto.
7574 (print_bit_flags_char): Ditto.
7575 (print_bit_flags_short): Ditto.
7576 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
7577
9367a73c
MC
75782003-10-11 Michael Chastain <mec@shout.net>
7579
7580 * gdb.base/call-rt-st.exp: Update copyright year.
7581
1decf120
KI
75822003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
7583
7584 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
7585 * gdb.disasm/sh3.s: Ditto.
7586
5445b2ae
DJ
75872003-10-07 Daniel Jacobowitz <drow@mvista.com>
7588
7589 * gdb.threads/switch-threads.exp: New test.
7590 * gdb.threads/switch-threads.c: New source file.
7591
aec24853
CV
75922003-10-07 Corinna Vinschen <vinschen@redhat.com>
7593
7594 * gdb.base/ending-run.exp: Add sh specific case.
7595
adc7428d
AC
75962003-10-06 Andrew Cagney <cagney@redhat.com>
7597
7598 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
7599 * gdb.disasm/mn10200.exp: Delete obsolete file.
7600
c9d37158
DJ
76012003-09-29 Daniel Jacobowitz <drow@mvista.com>
7602
7603 * ChangeLog: Correct an entry command.exp -> commands.exp.
7604 * gdb.base/commands.exp (bp_deleted_in_command_test)
7605 (temporary_breakpoint_commands): Check noargs.
7606
79c2c32d
DC
76072003-09-25 David Carlton <carlton@kealia.com>
7608
7609 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
7610 of some print tests, where appropriate. Add tests for C::D::cd,
7611 E::ce, F::cXfX, G::XgX.
7612 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
7613
594e6d67
RE
76142003-09-25 Richard Earnshaw <rearnsha@arm.com>
7615
7616 * lib/java.exp (java_init): Import target_alias before using it.
7617
10f0d451
DC
76182003-09-25 David Carlton <carlton@kealia.com>
7619
7620 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
7621
274bcba0
EZ
76222003-09-23 Elena Zannoni <ezannoni@redhat.com>
7623
d63a86f8 7624 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 7625 weirdness.
274bcba0 7626
cdbf20f7
MC
76272003-09-17 Michael Chastain <mec@shout.net>
7628
7629 * gdb.cp/gdb1355.exp: New file.
7630 * gdb.cp/gdb1355.c: New file.
7631
71e06f80
CV
76322003-09-15 Corinna Vinschen <vinschen@redhat.com>
7633
7634 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
7635 * gdb.asm/sh.inc: New file.
7636
5c4e30ca
DC
76372003-09-11 David Carlton <carlton@kealia.com>
7638
bd45b7af
DC
7639 * gdb.cp/namespace.exp: Add tests for namespace types.
7640 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
7641 (test_namespace): New.
7642
1c199746
EZ
76432003-09-11 Elena Zannoni <ezannoni@redhat.com>
7644
a9c64011 7645 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 7646 * gdb.stabs/weird.exp: Ditto.
1c199746 7647
04ed252f
MC
76482003-09-08 Michael Chastain <mec@shout.net>
7649
7650 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
7651
d8a2d9e7
MC
76522003-09-07 Michael Chastain <mec@shout.net>
7653
7654 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
7655 'parse error'.
7656
161afb24
MK
76572003-09-07 Mark Kettenis <m.kettenis@osp.nl>
7658
7659 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
7660
49f2741a
MC
76612003-08-30 Michael Chastain <mec@shout.net>
7662
7663 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
7664 * gdb.gdb/observer.exp: Ditto.
7665 * gdb.gdb/xfullpath.exp: Ditto.
7666
8afa723e
MK
76672003-08-29 Mark Kettenis <kettenis@gnu.org>
7668
7669 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
7670 *-*-*bsd*.
7671
f31dfe3b
JJ
76722003-08-28 Jeff Johnston <jjohnstn@redhat.com>
7673
7674 * gdb.base/dump.exp: Skip for ia64.
7675
4630e498
JJ
76762003-08-25 Jeff Johnston <jjohnstn@redhat.com>
7677
7678 * gdb.asm/asm-source.exp: Add ia64 support.
7679 * gdb.asm/ia64.inc: New file.
7680
1105b7ef
MC
76812003-08-22 Michael Chastain <mec@shout.net>
7682
7683 * gdb.cp: New directory.
7684 * gdb.cp/*: Copy from gdb.c++/*.
7685 * gdb.c++/*: Remove.
7686 * Makefile.in: Change gdb.c++ to gdb.cp.
7687 * configure.in: Ditto.
7688 * configure: Regnerate.
7689
c945b932
MK
76902003-08-18 Mark Kettenis <kettenis@gnu.org>
7691
7692 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
7693 * gdb.arch/i386-prologue.c (gdb1338): Add function.
7694
2b66634b
DJ
76952003-08-17 Daniel Jacobowitz <drow@mvista.com>
7696
7697 * mi-var-display.exp (-var-list-children weird): Accept function
7698 pointers with argument types.
7699 * mi1-var-display.exp (-var-list-children weird): Likewise.
7700 * mi2-var-display.exp (-var-list-children weird): Likewise.
7701
a356f73b
DJ
77022003-08-17 Daniel Jacobowitz <drow@mvista.com>
7703
7704 * gdb.base/annota3.exp: Add missing newline.
7705
483417b8
MC
77062003-08-06 Michael Chastain <mec@shout.net>
7707
7708 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
7709
c99c59c3
MS
77102003-08-12 Michael Snyder <msnyder@redhat.com>
7711
7712 * gdb.base/float.exp: Add test for SH.
7713
55ed7501
MK
77142003-08-10 Mark Kettenis <kettenis@gnu.org>
7715
7716 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
7717
1a371f2e
EZ
77182003-08-07 Elena Zannoni <ezannoni@redhat.com>
7719
7720 * gdb.base/completion.exp: Remove reduntant completion test
7721 on filename.
7722
e0f353ce
EZ
77232003-08-07 Elena Zannoni <ezannoni@redhat.com>
7724
a9c64011
AS
7725 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
7726 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
7727 gdb.trace/save-trace.exp: Make sure that full pathnames are
7728 escaped correctly.
e0f353ce 7729
5710a1af 77302003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 7731
a9c64011
AS
7732 * configure.in: Don't generate config.h from config.hin.
7733 * configure: Regenerate.
7734 * config.hin: Remove file.
7735 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
7736 * gdb.threads/pthreads.c: Ditto.
5710a1af 7737
dcd81ce9
DJ
77382003-08-07 Daniel Jacobowitz <drow@mvista.com>
7739
7740 From Kei Sakamoto <sakamoto.kei@renesas.com>:
7741 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
7742 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
7743 Replace ld24 with seth/add3.
7744
6009d884
AC
77452003-08-02 Andrew Cagney <cagney@redhat.com>
7746
7747 * gdb.base/annota3.exp: New file.
7748 * gdb.base/annota3.c: New file.
7749 * gdb.c++/annota3.exp: New file.
7750 * gdb.c++/annota3.cc: New file.
7751
51514e06
MC
77522003-07-29 Michael Chastain <mec@shout.net>
7753
7754 * gdb.threads/tls.c (spin): Check errno only if sem_wait
7755 actually failed.
7756 (do_pass): Likewise.
7757 * gdb.threads/tls.exp: Always initialize no_of_threads.
7758
4ee6625b
DJ
77592003-07-27 Daniel Jacobowitz <drow@mvista.com>
7760
7761 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
7762 pattern.
7763 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
7764 * gdb.threads/tls.exp: Recognize one case of the host library not
7765 supporting TLS.
7766
225f2bf6
AC
77672003-07-27 Andrew Cagney <cagney@redhat.com>
7768
7769 * gdb.base/fileio.exp: Use SH when running commands using
7770 remote_exec.
7771
bcb27c9f
DJ
77722003-07-24 Daniel Jacobowitz <drow@mvista.com>
7773
7774 From Kei Sakamoto <sakamoto.kei@renesas.com>:
7775 * gdb.base/relocate.c (dummy): New padding array.
7776
3d67be83
MS
77772003-07-22 Michael Snyder <msnyder@redhat.com>
7778
d63a86f8 7779 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
7780
7781 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
7782 patterns to be more general, accepting old and new output.
7783 Some output chars (such as '+') also must be quoted.
d63a86f8 7784 Some addresses are displayed numerically instead of
3d67be83
MS
7785 symbolically.
7786
57ba3b85
MS
77872003-07-23 Michael Snyder <msnyder@redhat.com>
7788
686d097c
MS
7789 * gdb.base/return2.exp: Don't test long-long return.
7790
57ba3b85
MS
7791 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
7792 * gdb.disasm/t01_mov.exp: Ditto.
7793 * gdb.disasm/t02_mova.s: Ditto.
7794 * gdb.disasm/t02_mova.exp: Ditto.
7795 * gdb.disasm/t03_add.s: Ditto.
7796 * gdb.disasm/t03_add.exp: Ditto.
7797 * gdb.disasm/t04_sub.s: Ditto.
7798 * gdb.disasm/t04_sub.exp: Ditto.
7799 * gdb.disasm/t05_cmp.s: Ditto.
7800 * gdb.disasm/t05_cmp.exp: Ditto.
7801 * gdb.disasm/t06_ari2.s: Ditto.
7802 * gdb.disasm/t06_ari2.exp: Ditto.
7803 * gdb.disasm/t07_ari3.s: Ditto.
7804 * gdb.disasm/t07_ari3.exp: Ditto.
7805 * gdb.disasm/t08_or.s: Ditto.
7806 * gdb.disasm/t08_or.exp: Ditto.
7807 * gdb.disasm/t09_xor.s: Ditto.
7808 * gdb.disasm/t09_xor.exp: Ditto.
7809 * gdb.disasm/t10_and.s: Ditto.
7810 * gdb.disasm/t10_and.exp: Ditto.
7811 * gdb.disasm/t11_logs.s: Ditto.
7812 * gdb.disasm/t11_logs.exp: Ditto.
7813 * gdb.disasm/t12_bit.s: Ditto.
7814 * gdb.disasm/t12_bit.exp: Ditto.
7815 * gdb.disasm/t13_otr.s: Ditto.
7816 * gdb.disasm/t13_otr.exp: Ditto.
7817
e00759ef
EZ
78182003-07-22 Elena Zannoni <ezannoni@redhat.com>
7819
7820 * gdb.threads/tls.exp :Add kfail for 'info address' case.
7821
8bc2021f
EZ
78222003-07-22 Elena Zannoni <ezannoni@redhat.com>
7823
a9c64011
AS
7824 * gdb.threads/tls.c : New file.
7825 * gdb.threads/tls.exp : New file.
7826 * gdb.threads/tls-main.c : New file.
7827 * gdb.threads/tls-shared.c : New file.
7828 * gdb.threads/tls-shared.exp : New file.
8bc2021f 7829
89320c4c
AS
78302003-07-22 Andreas Schwab <schwab@suse.de>
7831
7832 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
7833
180dea7c
AS
78342003-07-20 Andreas Schwab <schwab@suse.de>
7835
7836 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
7837 due to insn reordering.
7838
0714963c
AC
78392003-07-15 Andrew Cagney <cagney@redhat.com>
7840
7841 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
7842
98a23b3f
MC
78432003-07-15 Michael Chastain <mec@shout.net>
7844
7845 * gdb.base/gdb1250.exp: New file.
7846 * gdb.base/gdb1250.c: New file.
7847
27e417a2
ML
78482003-07-09 Michal Ludvig <mludvig@suse.cz>
7849
7850 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
7851 expansion of size_t to 'unsigned long', not only to 'unsigned'.
7852
8bc2021f
EZ
78532003-07-09 Elena Zannoni <ezannoni@redhat.com>
7854
a9c64011
AS
7855 * gdb.threads/tls.c: New file.
7856 * gdb.threads/tls.exp: New file.
7857 * gdb.threads/tls-main.c: New file.
7858 * gdb.threads/tls-shared.c: New file.
7859 * gdb.threads/tls-shared.exp: New file.
8bc2021f 7860
d99968dc
EZ
78612003-07-09 Elena Zannoni <ezannoni@redhat.com>
7862
7863 * gdb.base/annota1.exp: Make sure that we properly escape the
7864 full path of the source file. Xfail more permissive patterns,
d63a86f8 7865 due to a compiler debug info problem.
d99968dc 7866
83876b3b
AS
78672003-07-07 Andreas Schwab <schwab@suse.de>
7868
2705e972
AS
7869 * gdb.asm/m68k.inc: New file.
7870 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
7871
83876b3b
AS
7872 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
7873 arguments"): Also match negative number.
7874
7875 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
7876
3a871b37
DJ
78772003-07-03 Daniel Jacobowitz <drow@mvista.com>
7878
7879 * gdb.base/store.c (charest): New typedef.
7880 (add_char): Rename to add_charest, update.
7881 (wack_char): Rename to wack_charest, update types. Return l + r
7882 to keep r live across the call.
7883 (wack_short, wack_int, wack_long, wack_longest, wack_float)
7884 (wack_double, wack_doublest): Return l + r to keep r live across
7885 the call.
7886 * gdb.base/store.exp: Accomodate store.c changes.
7887
b2a7f303
DC
78882003-06-30 David Carlton <carlton@kealia.com>
7889
7890 * gdb.c++/maint.exp (test_invalid_name): New.
7891 (test_first_component): Add tests for invalid names.
7892
3c6cb4a1
MC
78932003-06-29 Michael Chastain <mec@shout.net>
7894
7895 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
7896 output of '<VTT for class>' for virtual base classes.
7897
f1c2644b
DJ
78982003-06-29 Daniel Jacobowitz <drow@mvista.com>
7899
7900 * gdb.base/completion.exp: Tab-complete "complet" instead of
7901 "compl".
7902 * gdb.base/complex.exp, gdb.base/complex.c: New files.
7903
18080350
DJ
79042003-06-29 Daniel Jacobowitz <drow@mvista.com>
7905
7906 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
7907 * gdb.base/volatile.exp: Likewise.
7908
f56973f8
DJ
79092003-06-29 Daniel Jacobowitz <drow@mvista.com>
7910
7911 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
7912 gdb/1265.
7913
79142003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
7915 Daniel Jacobowitz <drow@mvista.com>
7916
7917 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
7918 initial line count of 'captured_main' from 26 to 32.
7919 (test_with_self): Allow xmalloc call to be interleaved with the
7920 preceding two lines.
7921
e766d4d6
JB
79222003-06-24 Joel Brobecker <brobecker@gnat.com>
7923
7924 * gdb.base/bang.exp: New testcase.
7925
f125c9a4
JB
79262003-06-23 Joel Brobecker <brobecker@gnat.com>
7927
7928 * gdb.base/langs.exp: Add some tests for the "minimal" language
7929 support.
7930
6e25beaf
EZ
79312003-06-23 Elena Zannoni <ezannoni@redhat.com>
7932
7933 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
7934 the testcase.
7935
2f816dda
DJ
79362003-06-22 Daniel Jacobowitz <drow@mvista.com>
7937
7938 * gdb.base/relocate.exp: Test add-symbol-file with a variable
7939 offset.
7940
db5a5748
DJ
79412003-06-22 Daniel Jacobowitz <drow@mvista.com>
7942
7943 * gdb.c++/pr-1210.cc: New file.
7944 * gdb.c++/pr-1210.exp: New file.
7945
1df0c130
DJ
79462003-06-21 Daniel Jacobowitz <drow@mvista.com>
7947
7948 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
7949 000-exec-continue.
7950
a92feac0
MK
79512003-06-15 Mark Kettenis <kettenis@gnu.org>
7952
7953 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
7954 on *-*-*bsd* instead of *-*-freebsd*.
7955
81a58f5b
AC
79562003-06-14 Andrew Cagney <cagney@redhat.com>
7957
7958 * gdb.base/store.exp: Test longest and doublest. Test all
7959 parameters. Weaken return statement match.
7960 * gdb.base/store.c: Add longest and doublest - aka long long and
7961 long double functions. Put all parameters into local register
7962 variables. Use negative values.
7963
b257a0d3
AC
79642003-06-14 Andrew Cagney <cagney@redhat.com>
7965
7966 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
7967 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
7968 exit status.
7969 * gdb.base/fileio.exp: Disable target when nointerrupts and
7970 noinferiorio, instead of limiting it to remote. Use remote_exec
7971 instead of system.
d63a86f8 7972
21c38304
JJ
79732003-06-12 Jeff Johnston <jjohnstn@redhat.com>
7974
7975 * gdb.base/float.exp: Add ia64 support.
7976
1bcdb424
CV
79772003-06-12 Corinna Vinschen <vinschen@redhat.com>
7978
7979 * gdb.base/fileio.exp: Run only on remote targets.
7980
6aeb981f
CV
79812003-06-10 Corinna Vinschen <vinschen@redhat.com>
7982
7983 * gdb.base/fileio.c: New file, testing File-I/O.
7984 * gdb.base/fileio.exp: Ditto.
7985
53df362e
RG
79862003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
7987
7988 * gdb.base/shreloc.exp: New file, check symbol values obtained from
7989 shared objects after relocation at load time (gdb PR/1132).
7990 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 7991 as above, part of the shared object relocation test.
53df362e 7992
ffee1b46
MK
79932003-06-08 Mark Kettenis <kettenis@gnu.org>
7994
b5ca3722
MK
7995 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
7996 fully filled history list.
7997 * gdb.base/gdb_history: New file.
7998
03ed860d
MK
7999 * gdb.base/signals.exp: XFAIL "continue to func1" on
8000 i*86-*-freebsd*.
8001
ffee1b46
MK
8002 * gdb.base/attach.exp: When trying to attach to a nonexistent
8003 process, make it possible to specify the PID based on the target,
8004 and do so for *-*-freebsd*.
8005
d80dbb52
RH
80062003-06-02 Richard Henderson <rth@redhat.com>
8007
8008 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
8009
6dd77b81
RH
80102003-06-02 Richard Henderson <rth@redhat.com>
8011
8012 * gdb.base/selftest.exp: Next over lim_at_start initialization.
8013
f6347e16
RH
80142003-06-02 Richard Henderson <rth@redhat.com>
8015
8016 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
8017
2c161407
DJ
80182003-06-01 Daniel Jacobowitz <drow@mvista.com>
8019
8020 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
8021 of globalvar.
8022
572eb746
MK
80232003-06-01 Mark Kettenis <kettenis@gnu.org>
8024
8025 * gdb.asm/asm-source.exp: Check for memory read errors in
8026 disassembler test on *BSD too.
8027
9e9617a5
RH
80282003-06-01 Richard Henderson <rth@redhat.com>
8029
8030 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
8031 for .frame.
8032 (gdbasm_call): Lose ldgp.
8033 (gdbasm_startup): Add frame information.
8034 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
8035
7b34ad4e
MK
80362003-05-31 Mark Kettenis <kettenis@gnu.org>
8037
8038 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
8039 i?86-*-*.
8040
10059fdf
MK
80412003-05-30 Mark Kettenis <kettenis@gnu.org>
8042
8043 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
8044 FreeBSD.
8045
acf4b816
RH
80462003-05-29 Richard Henderson <rth@redhat.com>
8047
8048 * gdb.asm/alpha.inc: New file.
8049 * gdb.asm/asm-source.exp: Use it.
8050
e9ecd949
JB
80512003-05-29 Jim Blandy <jimb@redhat.com>
8052
8053 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
8054 'core.PID'.
8055
e3e5a4f3
JB
80562003-05-22 Jim Blandy <jimb@redhat.com>
8057
8058 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
8059 backtrace.
d63a86f8 8060
72fe3d25
DC
80612003-05-20 David Carlton <carlton@math.stanford.edu>
8062
8063 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
8064 this time.
8065
58da2eb2
DC
80662003-05-19 David Carlton <carlton@bactrian.org>
8067
8068 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
8069 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
8070
1fcb5155
DC
80712003-05-19 David Carlton <carlton@bactrian.org>
8072
8073 * gdb.c++/namespace.exp: Add namespace scope and anonymous
8074 namespace tests.
8075 Bump copyright date.
8076 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
8077 (main): Call C::D::marker2.
8078 * gdb.c++/namespace1.cc: New file.
8079
85e85163
JJ
80802003-05-14 Jeff Johnston <jjohnstn@redhat.com>
8081
8082 Roland McGrath <roland@redhat.com>
d63a86f8 8083 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
8084 there is no manager thread.
8085
a25fbfec
JJ
80862003-05-08 Jeff Johnston <jjohnstn@redhat.com>
8087
d63a86f8
RM
8088 * gdb.threads/schedlock.exp: Remove assumption that all threads
8089 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
8090 in one of the child threads rather than the main thread.
8091
be375bae
JB
80922003-05-07 Jim Blandy <jimb@redhat.com>
8093
09bf6082
JB
8094 Add support for assembly source testing on the s390x.
8095 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
8096 architecture.
8097 * gdb.asm/s390x.inc: New file.
8098
be375bae
JB
8099 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
8100 succession of 'if' statements.
8101
00905d52
AC
81022003-05-05 Andrew Cagney <cagney@redhat.com>
8103
8104 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
8105
b1e29e33
AC
81062003-05-05 Andrew Cagney <cagney@redhat.com>
8107
8108 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
8109 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
8110
e33d66ec
EZ
81112003-05-02 Elena Zannoni <ezannoni@redhat.com>
8112
8113 * gdb.base/charset.exp: Update based on new behavior of set/show
8114 charset commands.
8115
2b6fd0d8
AC
81162003-05-01 Andrew Cagney <cagney@redhat.com>
8117
8118 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
8119 variable do not give memory errors.
8120
130cacce
AF
81212003-04-30 Adam Fedor <fedor@gnu.org>
8122
8123 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
8124 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
8125 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
8126 gdb.objc/basicclass.m: : New files
8127
8128 * lib/gdb.exp (gdb_compile_objc): New procedure.
8129
bea71854
DJ
81302003-04-27 Daniel Jacobowitz <drow@mvista.com>
8131
8132 * gdb.base/signals.exp: Make backtrace tests more specific.
8133
0f20eeea
DC
81342003-04-23 David Carlton <carlton@bactrian.org>
8135
8136 * gdb.c++/maint.exp (test_first_component): Add tests for
8137 'operator' in more locations.
8138
c8c4d8dc
KB
81392003-04-16 Kevin Buettner <kevinb@redhat.com>
8140
8141 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
8142
3fe60e3c
EZ
81432003-04-16 Elena Zannoni <ezannoni@redhat.com>
8144
8145 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 8146 func marke' instead. Update test name.
3fe60e3c 8147
9219021c
DC
81482003-04-15 David Carlton <carlton@math.stanford.edu>
8149
8150 * gdb.c++/maint.exp: New file.
8151
5dd55bdd
EZ
81522003-04-14 Elena Zannoni <ezannoni@redhat.com>
8153
8154 * gdb.threads/schedlock.c: Change type of thread function argument
8155 to long, to avoid warnings on 64-bit platforms.
8156
00890572
EZ
81572003-04-14 Elena Zannoni <ezannoni@redhat.com>
8158
a9c64011
AS
8159 * gdb.base/attach.exp: Add new message from ptrace in case of
8160 attaching to nonexistent process.
d63a86f8 8161
93201743
JB
81622003-04-11 Jim Blandy <jimb@redhat.com>
8163
8164 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
8165 gdb.c++/userdef.cc: Place comments on the lines to which the
8166 marker function might return.
8167 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
8168 gdb.c++/userdef.exp: Look for those comments to check that we've
8169 returned to the right place, instead of checking line numbers.
8170
2a11c64d
EZ
81712003-04-11 Elena Zannoni <ezannoni@redhat.com>
8172
a9c64011
AS
8173 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
8174 match on sourcefile name, instead of directory name.
2a11c64d 8175
68ab8fc5
EZ
81762003-04-10 Elena Zannoni <ezannoni@redhat.com>
8177
d63a86f8 8178 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
8179 working directory name.
8180
5624293a
JB
81812003-04-09 Jim Blandy <jimb@redhat.com>
8182
8183 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
8184 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
8185 after an inferior function call, report the failure, but allow the
8186 test to continue.
8187
f1f02ee4
SC
81882003-04-05 Stephane Carrez <stcarrez@nerim.fr>
8189
8190 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
8191 with -DPROTOTYPES.
8192
6eb79af0
SC
81932003-04-05 Stephane Carrez <stcarrez@nerim.fr>
8194
8195 * gdb.base/break.exp: Revert last patch.
8196
8dfb4cf0
SC
81972003-04-04 Stephane Carrez <stcarrez@nerim.fr>
8198
8199 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
8200 with -DPROTOTYPES.
8201
ed4c619a
AC
82022003-04-02 Andrew Cagney <cagney@redhat.com>
8203
8204 * gdb.base/callfuncs.exp: Make "print add" messages unique.
8205 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
8206 matching directories by the name breakpoint.
8207 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
8208 Make "continue to marker1" consistent.
8209 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
8210 message consistent.
8211 * lib/gdb.exp: Put "the program is no longer running", and "the
8212 program exited" in parenthesis.
8213 * lib/mi-support.exp: Ditto.
d63a86f8 8214
4e35d5f0 82152003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 8216
4e35d5f0
BR
8217 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
8218
71900fe8
AC
82192003-03-29 Andrew Cagney <cagney@redhat.com>
8220
8221 * gdb.base/sizeof.c (main): Print the value of '\377'.
8222 * gdb.base/sizeof.exp: Check the sign of '\377'.
8223
c0655a16
MC
82242003-03-27 Michael Chastain <mec@shout.net>
8225
8226 * gdb.base/gdb1090.exp: New file.
8227 * gdb.base/gdb1090.cc: New file.
8228
5b2a3989
JB
82292003-03-27 J. Brobecker <brobecker@gnat.com>
8230
8231 * gdb.gdb/observer.exp: New regression test.
8232
79876890
MC
82332003-03-27 Michael Chastain <mec@shout.net>
8234
8235 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
8236 * gdb.base/ptype.exp: Likewise.
8237
6eac95e3
CV
82382003-03-27 Corinna Vinschen <vinschen@redhat.com>
8239
8240 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
8241
e8c71839
MC
82422003-03-26 Michael Chastain <mec@shout.net>
8243
8244 * gdb.base/ptype.exp: Actually use some typedef'd types.
8245
71b10041
SC
82462003-03-21 Stephane Carrez <stcarrez@nerim.fr>
8247
8248 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
8249 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
8250
2512cf80
CV
82512003-03-20 Corinna Vinschen <vinschen@redhat.com>
8252
8253 * gdb.base/default.exp: Fix regular expression.
8254
0d195a4f
CV
82552003-03-20 Corinna Vinschen <vinschen@redhat.com>
8256
8257 * gdb.base/args.exp: Fix regular expression.
8258
8a2dbca8
CV
82592003-03-20 Corinna Vinschen <vinschen@redhat.com>
8260
8261 * gdb.base/help.exp: Allow Win32 child process.
8262
bf028682
CV
82632003-03-20 Corinna Vinschen <vinschen@redhat.com>
8264
8265 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
8266 when stepping out of main().
8267
182dbe85
CV
82682003-03-20 Corinna Vinschen <vinschen@redhat.com>
8269
8270 * gdb.base/default.exp: Check for win32 specific message when calling
8271 "run" without executable.
8272
d67a6ba5
CV
82732003-03-20 Corinna Vinschen <vinschen@redhat.com>
8274
8275 * gdb.base/args.exp: Expect .exe in output.
8276
a955b5bb
CV
82772003-03-20 Corinna Vinschen <vinschen@redhat.com>
8278
8279 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
8280 Cygwin native.
8281
bf6bad4b
AC
82822003-03-17 Andrew Cagney <cagney@redhat.com>
8283
8284 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
8285 vector registes.
8286 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
8287 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
8288
293e9a31
DC
82892003-03-17 David Carlton <carlton@math.stanford.edu>
8290
8291 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
8292 test, for PR breakpoints/38.
8293 Call test_watchpoint_and_breakpoint.
8294 * gdb.base/watchpoint.c (func3): New function.
8295 (main): Call func3.
8296
5330f2db
DC
82972003-03-04 David Carlton <carlton@math.stanford.edu>
8298
8299 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
8300 Garply<Garply<char> >:: garply".
8301 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
8302 with respect to PR c++/1111; note also PR c++/1113.
8303 (test_template_breakpoints): KFAIL "constructor breakpoint" with
8304 respect to PR c++/1062.
8305 KFAIL "destructor breakpoint" with respect to PR c++/1112.
8306
6ece72da
DC
83072003-03-03 David Carlton <carlton@math.stanford.edu>
8308
8309 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
8310 with respect to PR c++/57.
8311 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
8312 c++/826.
8313 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
8314 respect to PR c++/57.
8315
85ca1584
DC
83162003-03-03 David Carlton <carlton@math.stanford.edu>
8317
8318 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
8319 respect to PR c++/33 into FAILs.
8320
98e9c5b8
MC
83212003-03-03 Michael Chastain <mec@shout.net>
8322
7bedbf27
MC
8323 * configure.in: Update copyright years.
8324
83252003-03-03 Michael Chastain <mec@shout.net>
8326
8327 * Makefile.in: Update copyright years.
98e9c5b8 8328
f683e100
DC
83292003-02-28 David Carlton <carlton@math.stanford.edu>
8330
8331 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
8332 print class instead of struct and/or superfluous protection
8333 specifiers, as long as the resulting output is equivalent to the
8334 source code.
8335 Delete FIXME from end of messages on tests that don't need
8336 fixing.
8337
a9e0cf2c
DC
83382003-02-28 David Carlton <carlton@math.stanford.edu>
8339
8340 * gdb.c++/templates.exp (do_tests): Allow const in the two
8341 Foo<volatile char *>::foo tests.
8342
e8d359df
MS
83432003-02-27 Michael Snyder <msnyder@redhat.com>
8344
d63a86f8 8345 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
8346 will be consistant.
8347
0b71dc91
DC
83482003-02-26 David Carlton <carlton@math.stanford.edu>
8349
8350 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
8351 char *>::foo" test with respect to PR c++/33. Create a new test
8352 which is identical to that one except that it doesn't put the
8353 space between the "char" and the "*"; KFAIL it, too.
8354
dd14ab43
DC
83552003-02-26 David Carlton <carlton@math.stanford.edu>
8356
8357 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
8358 template types into either PASSes or KFAILs (corresponding to PR
8359 c++/57). Tweak indentation. Update copyright.
8360
1146c7f1
SC
83612003-02-23 Stephane Carrez <stcarrez@nerim.fr>
8362
8363 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
8364
74641dfb
MC
83652003-02-13 Michael Chastain <mec@shout.net>
8366
8367 * gdb.base/exprs.exp: Remove i960 remnants.
8368 * gdb.base/funcargs.exp: Likewise.
8369 * gdb.base/list.exp: Likewise.
8370 * gdb.base/ptype.exp: Likewise.
8371
559cd2d0
DC
83722003-02-14 David Carlton <carlton@math.stanford.edu>
8373
8374 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
8375 pEe->D::vg()" from XFAIL to KFAIL.
8376
c4f90d87
JM
83772003-02-13 Jason Molenda (jmolenda@apple.com)
8378
8379 * gdb.base/maint.exp: Update maint print statistics regexp to include
8380 new entries.
8381
cbc4d97c
MC
83822003-02-13 Michael Chastain <mec@shout.net>
8383
8384 * gdb.c++/inherit.exp: Remove call to get_debug_format.
8385
40f235b7
MC
83862003-02-12 Michael Chastain <mec@shout.net>
8387
8388 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
8389 * gdb.c++/inherit.exp: Likewise.
8390 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
8391 * gdb.c++/templates.exp: Likewise.
8392 * gdb.c++/virtfunc.exp: Likewise.
8393
c56716b0
JM
83942003-02-06 Jason Molenda (jason-cl@molenda.com)
8395
8396 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
8397 why the code is written that way.
8398
070afcf8
MC
83992003-02-05 Michael Chastain <mec@shout.net>
8400
8401 * gdb.base/dump.exp: Add missing copyright line.
8402
5d0331e5
JM
84032003-02-05 Jason Molenda (jason-cl@molenda.com)
8404
f7ae6d3e 8405 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
8406 at the beginning so the breakpoint doesn't get set on the loop.
8407
92851186
MC
84082003-02-05 Michael Chastain <mec@shout.net>
8409
8410 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
8411 output for configurations with gcc 2.95.3.
8412
cbf1e085
AC
84132003-02-05 Keith Seitz <keiths@redhat.com>
8414 Andrew Cagney <ac131313@redhat.com>
8415
8416 * gdb.mi/mi-cli.exp: New file.
d63a86f8 8417
29518e1e
MC
84182003-02-04 Michael Chastain <mec@shout.net>
8419
8420 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
8421 Call perror and then continue.
8422
5af1d5f3
MC
84232003-02-03 Michael Chastain <mec@shout.net>
8424
8425 * gdb.c++/pr-1023.cc: New file.
8426 * gdb.c++/pr-1023.exp: New file.
8427
6b549786
JB
84282003-02-05 Jim Blandy <jimb@redhat.com>
8429
8430 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
8431 it's local to foobar. Check for it there, and check that it's not
8432 present in main.
8433 * gdb.c++/local.cc (marker2): New function.
8434 (foobar): Call marker1.
8435 (main): Call marker2 instead of marker1.
8436
67f16606
AC
84372003-02-04 Andrew Cagney <ac131313@redhat.com>
8438
8439 * gdb.disasm/mn10200.exp: Obsolete file.
8440 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
8441 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
8442 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
8443
1c5cb38e
DC
84442003-02-04 David Carlton <carlton@math.stanford.edu>
8445
8446 * gdb.c++/overload.exp: Test intToChar(1).
8447 * gdb.c++/overload.cc (intToChar): New.
8448 (main): Call intToChar.
8449
d1fe6965
DC
84502003-02-03 David Carlton <carlton@math.stanford.edu>
8451
8452 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
8453 'might_kfail' arg.
8454 KFAIL some of the continue_to_bp_overloaded calls, according to
8455 PR c++/1025.
8456
9ba61c5d
MC
84572003-02-01 Michael Chastain <mec@shout.net>
8458
8459 * gdb.base/advance.c (marker1): New marker function.
8460 * gdb.base/advance.exp: When the 'advance' command lands on the
8461 return breakpoint, it can legitimately stop on either the
8462 current line or the next line. Accommodate both outcomes.
8463 * gdb.base/until.exp: Likewise.
8464
e7494ffb
AC
84652003-02-02 Andrew Cagney <ac131313@redhat.com>
8466
8467 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
8468 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
8469 now a list, not a tuple.
8470 * gdb.mi/mi-var-display.exp: Ditto.
8471 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 8472
075559bc
AC
84732003-02-01 Andrew Cagney <ac131313@redhat.com>
8474
8475 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
8476 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
8477 stack backtraces.
8478 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 8479
2bd4c7b1
MK
84802003-02-01 Mark Kettenis <kettenis@gnu.org>
8481
8482 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
8483 gdb.mi/mi1-pthreads.exp: Return instead of calling
8484 gdb_suppress_entire_file.
8485
eabd8992
MS
84862003-02-01 Mark Salter <msalter@redhat.com>
8487
8488 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
8489
71469e2f
MS
84902003-01-31 Mark Salter <msalter@redhat.com>
8491
8492 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
8493 Support empty arg.
8494
38a94d44
MC
84952003-01-30 Michael Chastain <mec@shout.net>
8496
8497 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
8498 This was a workaround for a UTF-8 bug in readline 4.3. The bug
8499 has been fixed in gdb/readline on 2003-01-09.
8500
19ea9e73
MS
85012003-01-29 Michael Snyder <msnyder@redhat.com>
8502
e8d359df
MS
8503 * gdb.base/maint.exp: Allow for leading underscore in symbol.
8504 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
8505 * gdb.base/args.exp: Skip if target does not support args passing.
8506
2307bd6a
DJ
85072003-01-22 Daniel Jacobowitz <drow@mvista.com>
8508
19ea9e73 8509 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
8510 gdb_test. Accept a list of expect arguments as the third
8511 parameter.
8512 (gdb_test): Use it.
8513
f2dd3617
EZ
85142003-01-20 Elena Zannoni <ezannoni@redhat.com>
8515
8516 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
8517 allow for different test tree configurations. Update some
8518 tescases accordingly.
8519 * gdb.arch/altivec-regs.exp: Ditto.
8520 * gdb.asm/asm-source.exp: Ditto.
8521 * gdb.base/advance.exp: Ditto.
8522 * gdb.base/display.exp: Ditto.
d63a86f8 8523 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
8524 * gdb.base/mips_pro.exp: Ditto.
8525 * gdb.base/overlays.exp: Ditto.
8526 * gdb.base/relocate.exp: Ditto.
8527 * gdb.base/setshow.exp: Ditto.
8528 * gdb.base/step-line.exp: Ditto.
8529 * gdb.base/step-test.exp: Ditto.
8530 * gdb.base/until.exp: Ditto.
8531 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
8532
c71cdefd
DC
85332003-01-17 David Carlton <carlton@math.stanford.edu>
8534
8535 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
8536 corresponding to PR c++/945.
8537 Update copyright.
8538
fdba05d7
DC
85392003-01-17 David Carlton <carlton@math.stanford.edu>
8540
8541 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
8542 corresponding to PR c++/68.
8543
85442003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
8545
8546 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
8547 (test_paddr_hairy_functions): Call print_addr_2_kfail for
8548 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
8549
c362c33a
EZ
85502003-01-15 Elena Zannoni <ezannoni@redhat.com>
8551
0fbc361c
EZ
8552 * gdb.base/break.exp: Fix change of default location, because of
8553 removal of until tests.
8554 * gdb.base/help.exp: Update test for new 'until' help message.
8555 Add test for help on 'advance'.
a9c64011 8556 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 8557
dabf8a35
MK
85582003-01-15 Mark Kettenis <kettenis@gnu.org>
8559
8560 * gdb.base/default.exp: Adapt "info float" test for recent changes
8561 to that command. Add test for "info vector".
8562 * gdb.base/float.exp: New file. Add test for "info float" that
8563 resembles the old test in gdb.base/default.exp.
8564
a1769aca
DC
85652003-01-15 David Carlton <carlton@math.stanford.edu>
8566
8567 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
8568
82025e13
EZ
85692003-01-15 Elena Zannoni <ezannoni@redhat.com>
8570
8571 * gdb.base/break.exp: Move the tests of until command from here...
8572 * gdb.base/until.exp: ... to here. New file. Add other tests.
8573 * gdb.base/advance.c: New file.
8574 * gdb.base/advance.exp: New file.
8575
8f9ab801
EZ
85762003-01-14 Elena Zannoni <ezannoni@redhat.com>
8577
a9c64011
AS
8578 * gdb.base/args.c: New file.
8579 * gdb.base/args.exp: New file.
8f9ab801 8580
9ae66589
DJ
85812003-01-14 Daniel Jacobowitz <drow@mvista.com>
8582
8583 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
8584
8d77e5c3
DJ
85852003-01-14 Daniel Jacobowitz <drow@mvista.com>
8586
8587 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
8588
12d2f0a1
DJ
85892003-01-14 Daniel Jacobowitz <drow@mvista.com>
8590
8591 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
8592 dates.
8593
6ca37014
DJ
85942003-01-13 Daniel Jacobowitz <drow@mvista.com>
8595
8596 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
8597
b0023472
DJ
85982003-01-13 Daniel Jacobowitz <drow@mvista.com>
8599
8600 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
8601 (ptype &*"foo").
8602 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
8603
607fbc54 86042003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
8605
8606 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
8607 * gdb.mi/mi1-console.exp: Likewise.
8608
607fbc54 86092003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
8610
8611 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
8612 * gdb.mi/mi1-console.exp: Likewise.
8613
a1fb14a2
DJ
86142003-01-13 Daniel Jacobowitz <drow@mvista.com>
8615
8616 * gdb.c++/overload.exp: Remove some fixed XFAILs.
8617
c4cf40b7
DJ
86182003-01-09 Daniel Jacobowitz <drow@mvista.com>
8619
8620 * gdb.base/detach.exp: New test.
8621
696d5a5b
DJ
86222003-01-09 Daniel Jacobowitz <drow@mvista.com>
8623
8624 * Makefile.in (ALL_SUBDIRS): New variable.
8625 (subdirs, clean, distclean): Use it.
8626 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
8627 regenerating Makefile, since it is generated from the top level.
8628 * gdb.asm/Makefile.in: Likewise.
8629 * gdb.base/Makefile.in: Likewise.
8630 * gdb.c++/Makefile.in: Likewise.
8631 * gdb.disasm/Makefile.in: Likewise.
8632 * gdb.java/Makefile.in: Likewise.
8633 * gdb.mi/Makefile.in: Likewise.
8634 * gdb.threads/Makefile.in: Likewise.
8635 * gdb.trace/Makefile.in: Likewise.
8636
754533e4
DC
86372003-01-09 David Carlton <carlton@math.stanford.edu>
8638
8639 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
8640 Add copyright year 2003.
8641
d8b3e9ee
MC
86422003-01-06 Michael Chastain <mec@shout.net>
8643
8644 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
8645 When selecting a thread, 'line' and 'file' are optional.
8646 * gdb.mi/mi1-pthreads.exp: Likewise.
8647
8e9e0fe6
AS
86482003-01-06 Andreas Schwab <schwab@suse.de>
8649
8650 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
8651 failures.
8652
b5ab8ff3
DJ
86532003-01-04 Daniel Jacobowitz <drow@mvista.com>
8654
8655 Fix PR gdb/844
8656 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
8657 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
8658
8659 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
8660 instead of calling gdb_suppress_entire_file.
8661 * gdb.threads/print-threads.exp: Likewise.
8662 * gdb.threads/schedlock.exp: Likewise.
8663
8664 * gdb.threads/killed.exp: Return instead of calling
8665 gdb_suppress_entire_file.
8666 * gdb.threads/linux-dp.exp: Likewise.
8667 * gdb.threads/pthreads.exp: Likewise.
8668
1e698235
DJ
86692003-01-04 Daniel Jacobowitz <drow@mvista.com>
8670
8671 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
8672 stabs.
8673 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
8674 * gdb.base/whatis.exp: Always allow (void) after function names.
8675
147ff08c
DJ
86762003-01-04 Daniel Jacobowitz <drow@mvista.com>
8677
8678 * gdb.c++/casts.exp: Correct regexp.
8679
dc62bfc2
MK
86802003-01-04 Mark Kettenis <kettenis@gnu.org>
8681
8682 * configure.in: Call AC_CONFIG_HEADER. Don't call
8683 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
8684 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
8685 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
8686 aforementioned directories in the AC_OUPUT call.
8687 * config.hin: New file.
8688 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
8689 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
8690 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
8691 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
8692 pass -I$objdir instead of -I$objdir/$subdir in compilation.
8693 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
8694 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
8695 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
8696 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
8697 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
8698 gdb.threads/configure.in, gdb.threads/configure,
8699 gdb.threads/config.in, gdb.trace/configure.in,
8700 gdb.trace/configure: Removed.
8701
77afa639
MC
87022003-01-03 Michael Chastain <mec@shout.net>
8703
8704 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
8705 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
8706
7634bb6e
DJ
87072003-01-03 Daniel Jacobowitz <drow@mvista.com>
8708
8709 * gdb.base/store.exp: Fix regular expressions.
8710
b39c905e
MK
87112002-12-28 Mark Kettenis <kettenis@gnu.org>
8712
8713 * configure.in: Rewrite.
8714 * configure: Regenerated.
8715
0a8551dd
DC
87162003-01-03 David Carlton <carlton@math.stanford.edu>
8717
8718 * gdb.base/psymtab.exp: New file.
8719 * gdb.base/psymtab1.c: Ditto.
8720 * gdb.base/psymtab2.c: Ditto.
8721
c60b7188
AF
87222002-12-23 Adam Fedor <fedor@gnu.org>
8723
8724 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
8725
ee73db83
DC
87262002-12-23 David Carlton <carlton@math.stanford.edu>
8727
8728 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
8729 and current_directory initialization.
8730
d6c1774e
JB
87312002-12-22 Jim Blandy <jimb@redhat.com>
8732
f0a847b8
JB
8733 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
8734 rather than as part of the output file name.
8735
d6c1774e
JB
8736 * gdb.base/attach.exp: There's no need to copy the test program to
8737 /tmp; that was only ever necessary on HP/UX, and this test is
8738 entirely disabled there anyway.
8739
f0708dbb
JB
87402002-12-21 Jim Blandy <jimb@redhat.com>
8741
4c2acfea
JB
8742 * gdb.c++/psmang.exp: Doc fix.
8743
f0708dbb
JB
8744 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
8745 test.
8746
9579e000
DC
87472002-12-20 David Carlton <carlton@math.stanford.edu>
8748
8749 * gdb.c++/annota2.exp: KFAIL annotate-quit.
8750
d1810171
MC
87512002-12-18 Michael Chastain <mec@shout.net>
8752
8753 * gdb.c++/annota2.exp: Add copyright year 2002.
8754
76565097
DC
87552002-12-17 David Carlton <carlton@math.stanford.edu>
8756
8757 * gdb.c++/try_catch.cc: Add marker comments.
8758 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
8759 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
8760 * gdb.c++/m-static.cc: Ditto.
8761 * gdb.c++/m-static1.cc: Ditto.
8762 * gdb.c++/try_catch.cc: Ditto.
8763
da81390b
JJ
87642002-12-16 Jeff Johnston <jjohnstn@redhat.com>
8765
8766 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
8767 to see whether we are using the new -environment-directory
8768 command which resets via -r or the old version of the command
8769 which may prompt the user. Part of fix for gdb/741.
8770
b304d130
AC
87712002-12-13 Andrew Cagney <ac131313@redhat.com>
8772
8773 * gdb.fortran/types.exp: Update obsolete comment.
8774 * gdb.fortran/exprs.exp: Ditto.
8775 * lib/gdb.exp: Delete obsolete code.
8776 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
8777 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
8778 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
8779 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
8780 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
8781 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
8782 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
8783 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
8784 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
8785 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
8786 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
8787 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
8788 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
8789 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
8790 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
8791 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
8792 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
8793 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
8794 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
8795 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
8796 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
8797 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
8798 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
8799 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
8800 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
8801 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
8802 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
8803 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
8804 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
8805 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
8806 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
8807 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
8808 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
8809 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
8810 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
8811 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
8812 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
8813
a23b6e6a
DC
88142002-12-11 David Carlton <carlton@math.stanford.edu>
8815
8816 * gdb.c++/m-data.exp: Add test for members that shadow global
8817 variables: see PR gdb/804.
8818 * gdb.c++/m-data.cc: Ditto.
8819
6604731b
DJ
88202002-12-10 Daniel Jacobowitz <drow@mvista.com>
8821
8822 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
8823
de46ecd7
DC
88242002-12-06 David Carlton <carlton@math.stanford.edu>
8825
8826 * gdb.base/store.c: Don't declare functions static.
8827
27e829d0
AC
88282002-12-04 Andrew Cagney <ac131313@redhat.com>
8829
8830 * gdb.base/store.exp, gdb.base/store.c: New files.
8831
92806416
DJ
88322002-12-03 Daniel Jacobowitz <drow@mvista.com>
8833
8834 * gdb.base/selftest.exp: Update for current gdb.
8835
3bcbaac5
DJ
88362002-12-03 Daniel Jacobowitz <drow@mvista.com>
8837
8838 * gdb.base/maint.exp: Only dump symbols from one source file
8839 or objfile.
8840
f4f00b1f
DJ
88412002-12-03 Daniel Jacobowitz <drow@mvista.com>
8842
8843 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
8844 function call.
8845
f1c8a949
JB
88462002-11-25 Jim Blandy <jimb@redhat.com>
8847
8848 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
8849 function appearing in error message.
8850
9e297a97
DJ
88512002-11-21 Daniel Jacobowitz <drow@mvista.com>
8852
8853 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
8854
1f312e79
JJ
88552002-11-08 Jeff Johnston <jjohnstn@redhat.com>
8856
d63a86f8
RM
8857 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
8858 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
8859 should be in mi console format. This is part of fix for PR gdb/604.
8860
83c31e7d
FN
88612002-09-18 Fernando Nasser <fnasser@redhat.com>
8862
8863 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
8864 which explicitly prints the zero offset as "+0".
8865
322b3f65
DJ
88662002-10-22 Daniel Jacobowitz <drow@mvista.com>
8867
8868 * gdb.threads/schedlock.c (args): Make unsigned.
8869
88702002-10-21 Daniel Jacobowitz <drow@mvista.com>
8871
8872 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
8873 numbers. Allow "foo2|selected stack frame".
8874 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
8875 * gdb.asm/asmsrc2.s: Likewise.
8876 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
8877 comments.
8878 * gdb.asm/mips.inc: New file.
8879
5e2fe5b8
AF
88802002-10-18 Adam Fedor <fedor@gnu.org>
8881
8882 * gdb.base/default.exp: Update expected output to include 'ObjC'.
8883 * gdb.base/help.exp: Likewise.
8884
abe1a5d0
KB
88852002-10-17 Kevin Buettner <kevinb@redhat.com>
8886
8887 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
8888 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
8889
10abb1d4
JB
88902002-10-02 Jim Blandy <jimb@redhat.com>
8891
8892 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
8893
1f609b42
AC
88942002-10-01 Andrew Cagney <ac131313@redhat.com>
8895
8896 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
8897 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
8898 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
8899 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
8900 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
8901 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
8902 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
8903
0aee02e4
AC
89042002-09-29 Andrew Cagney <ac131313@redhat.com>
8905
8906 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
8907 * mi0-disassemble.exp, mi0-eval.exp: Delete.
8908 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
8909 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
8910 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
8911 * mi0-var-block.exp, mi0-var-child.exp: Delete.
8912 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 8913
6fde09ad
KB
89142002-09-27 Kevin Buettner <kevinb@redhat.com>
8915
8916 * gdb.base/annota1.exp (info break): Make directory components of
8917 path optional since not all compilers emit this debug information.
8918
8919 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
8920 step ends up stepping out of the function instead of stopping on
8921 the epilogue.
8922
9e8aab75
KS
89232002-09-26 Keith Seitz <keiths@redhat.com>
8924
8925 * lib/insight-support.exp (gdbtk_start): Figure out where
8926 the insight executable is based on where gdb is. Use this
8927 executable to start insight instead of gdb.
8928
e36180d7
AC
89292002-09-25 Andrew Cagney <cagney@redhat.com>
8930
8931 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
8932
9dd34b2b
AC
89332002-09-24 Andrew Cagney <ac131313@redhat.com>
8934
8935 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
8936 test_isolated_complaints.
8937 (test_empty_complaint): New function.
8938 (test_empty_complaints): New function. Check no output when no
8939 complaints.
d63a86f8 8940
dea97812
KB
89412002-09-19 Jim Blandy <jimb@redhat.com>
8942
a9c64011 8943 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 8944
54951bd7
AC
89452002-09-19 Andrew Cagney <ac131313@redhat.com>
8946
8947 * gdb.gdb/complaints.exp: New file.
8948
dec43320
AC
89492002-09-18 Andrew Cagney <ac131313@redhat.com>
8950
8951 * gdb.base/maint.exp: Check `help maint internal-warning'.
8952
e70d6e3f
DC
89532002-09-18 David Carlton <carlton@math.stanford.edu>
8954
8955 * gdb.c++/m-static.exp: Remove breakpoints depending on line
8956 numbers, and replace them by a single breakpoint after the
8957 constructors are all finished.
8958 Add test 4.
8959 * gdb.c++/m-static.cc: Add test 4.
8960 * gdb.c++/m-static.h: New file.
8961 * gdb.c++/m-static1.cc: New file.
8962
8963 * gdb.c++/printmethod.exp: New file.
8964 * gdb.c++/printmethod.cc: New file.
8965
8966 * gdb.c++/pr-574.exp: New file.
8967 * gdb.c++/pr-574.cc: New file.
8968
afb5c968
CV
89692002-09-18 Corinna Vinschen <vinschen@redhat.com>
8970
8971 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
8972 embedded targets which never actually exit.
8973
31e45dee
FN
89742002-09-18 Fernando Nasser <fnasser@redhat.com>
8975
8976 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
8977 "don't step after run" as unresolved or unsupported, instead of xfail.
8978
a283c5a1
CV
89792002-09-18 Corinna Vinschen <vinschen@redhat.com>
8980
8981 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
8982 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
8983 Add newline to expected string in "step out of main (status wrapper)"
8984 case.
8985
11350d2a
CV
89862002-09-18 Corinna Vinschen <vinschen@redhat.com>
8987
8988 * lib/gdb.exp (rerun_to_main): Allow restarting application.
8989 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
8990
0deec7d6
TT
89912002-09-17 Tom Tromey <tromey@redhat.com>
8992
8993 * gdb.base/printcmds.exp (test_print_string_constants): Expect
8994 \000, not \0, in double-quoted string.
8995
b2b4a1b5
CV
89962002-09-14 Corinna Vinschen <vinschen@redhat.com>
8997
c9d37158 8998 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
8999 string after running the commands execution on breakpoint tests.
9000
1c56143a
CV
90012002-09-13 Corinna Vinschen <vinschen@redhat.com>
9002
9003 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
9004
37f8da45
JB
90052002-09-12 Joel Brobecker <brobecker@gnat.com>
9006
9007 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
9008
08b468e0
KS
90092002-09-10 Keith Seitz <keiths@redhat.com>
9010
9011 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
9012 runto proc.
9013 (mi_run_to_main): Use mi_runto.
9014 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
9015
dc360f58
KS
90162002-09-10 Keith Seitz <keiths@redhat.com>
9017
9018 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
9019 regexp for stopping at main. Could have multiple event notifications.
9020 Don't assume that main was declared with no parameters.
9021 (mi_next): Use mi_step_to.
9022 (mi_step): Use mi_next_to.
9023
ce3abcfb
CV
90242002-09-09 Corinna Vinschen <vinschen@redhat.com>
9025
9026 * gdb.base/default.exp: Fix expected string in `info float' test.
9027
d1f5b980
BE
90282002-09-09 Ben Elliston <bje@redhat.com>
9029
9030 * config/mips.exp: Update comments.
9031 * config/mips-idt.exp: Likewise.
9032 * config/nind.exp: Likewise.
9033 * config/slite.exp: Likewise.
9034 * config/sparclet.exp: Likewise.
9035 * config/udi.exp: Likewise.
9036 * config/vx.exp: Likewise.
9037 * config/vxworks29k.exp: Likewise.
9038
2f71430b
JB
90392002-09-05 Jim Blandy <jimb@redhat.com>
9040
9041 * gdb.threads/killed.exp: Fix test failure message.
9042
7ddebc7e
KS
90432002-09-04 Keith Seitz <keiths@redhat.com>
9044
9045 * lib/mi-support.exp: Update copyright.
9046 (mi_gdb_test): Increase the priority of the expected pattern
9047 so that it matches gdb_test.
9048
0ae67eb3
KS
90492002-09-03 Keith Seitz <keiths@redhat.com>
9050
9051 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
9052 Use integer comparison instead of string comparison for testing
9053 whether binary was built.
9054
38fc42c8
JB
90552002-09-03 Jim Blandy <jimb@redhat.com>
9056
9057 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
9058
b6ff0e81
JB
90592002-08-29 Jim Blandy <jimb@redhat.com>
9060
9061 * gdb.threads/pthreads.exp: Move the portable thread compilation
9062 code into a function in lib/gdb.exp, and call that from here.
9063 * lib/gdb.exp (gdb_compile_pthreads): New function.
9064
07c98896
KS
90652002-08-29 Keith Seitz <keiths@redhat.com>
9066
9067 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
9068 expect_out so that callers can get at it.
9069
0312286c
DJ
90702002-08-23 Daniel Jacobowitz <drow@mvista.com>
9071
9072 * gdb.threads/print-threads.c: New file.
9073 * gdb.threads/print-threads.exp: New file.
9074 * gdb.threads/schedlock.c: New file.
9075 * gdb.threads/schedlock.exp: New file.
9076
dd039bc4
EZ
90772002-08-22 Elena Zannoni <ezannoni@redhat.com>
9078
a9c64011
AS
9079 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
9080 not altivec.c.
dd039bc4 9081
1f36144c
MK
90822002-08-17 Mark Kettenis <kettenis@gnu.org>
9083
9084 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
9085 targets. The problem should be fixed now.
9086
16057ec7 90872002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
9088
9089 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
9090 2002-07-24 change that removes final dots from error messages.
9091
3c1499ad
TT
90922002-08-13 Tom Tromey <tromey@redhat.com>
9093
9094 * gdb.base/readline.exp: New file.
9095
a20ce2c3
AC
90962002-08-01 Andrew Cagney <ac131313@redhat.com>
9097
9098 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
9099 supress message.
9100
db034ac5
AC
91012002-08-01 Andrew Cagney <cagney@redhat.com>
9102
9103 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
9104 CHILL_FOR_TARGET and CHILL_LIB.
9105 * configure.in (configdirs): Remove gdb.chill.
9106 * configure: Regenerate.
9107 * lib/gdb.exp: Obsolete references to chill.
9108 * gdb.fortran/types.exp: Ditto.
9109 * gdb.fortran/exprs.exp: Ditto.
9110
3e000b18
KB
91112002-07-30 Kevin Buettner <kevinb@redhat.com>
9112
9113 * gdb.base/shlib-call.exp (additional_flags): Conditionally
9114 set Irix-specific compile and link flags.
9115
28f4966b
KB
91162002-07-29 Kevin Buettner <kevinb@redhat.com>
9117
9118 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
9119 source files. The ``-o'' option doesn't work with the ``-E'' option
9120 when using the Irix compiler.
9121
46c0d5a6
DJ
91222002-07-19 Daniel Jacobowitz <drow@mvista.com>
9123
9124 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
9125 Improve support for reusing an exec file. Copy exec file
9126 to target, and run gdbserver on the target instead of on the host.
9127
eecf4bed
JB
91282002-07-18 Jim Blandy <jimb@redhat.com>
9129
0f815cdf
JB
9130 * gdb.base/ending-run.exp: Don't expect to see the program end in
9131 some orderly fashion when we're running on a real stand-alone
9132 board.
9133
eecf4bed
JB
9134 * gdb.base/interrupt.exp: Correct logic for skipping tests on
9135 targets that don't support interrupts.
9136
52d309e4
JB
91372002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
9138
9139 * gdb.base/attach.exp: Add patterns to match output from /proc-based
9140 systems.
9141 Move comments in expect statements to inside the actions, so that they
9142 don't get matched against.
9143
ff683d9e
MK
91442002-07-10 Mark Kettenis <kettenis@gnu.org>
9145
9146 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
9147 function when asleep" test.
9148
b5356753
AC
91492002-07-10 Andrew Cagney <ac131313@redhat.com>
9150
9151 * gdb.base/page.exp: Rewrite to handle problems with very long
9152 `info set' output. Update copyright.
9153
6aa4d13a
AC
91542002-06-26 Andrew Cagney <ac131313@redhat.com>
9155
9156 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
9157 gdb.threads-hp.
9158 * gdb.hp/configure: Regenerate.
9159 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
9160 * gdb.hp/gdb.threads-hp/configure: Delete file.
9161 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
9162
8cf8c2b8
AC
91632002-06-22 Andrew Cagney <ac131313@redhat.com>
9164
9165 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
9166 setlocale, bindtextdomain and textdomain.
9167
6827a8f8
JB
91682002-06-11 Jim Blandy <jimb@redhat.com>
9169
919d772c
JB
9170 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
9171 preprocessor macro information is present.
9172
6827a8f8
JB
9173 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
9174 tests.
9175
c15b0d21
MS
91762002-06-06 Michael Snyder <msnyder@redhat.com>
9177
c5984d70
MS
9178 * gdb.base/overlays.exp: Record addresses of overlay
9179 functions in TCL variables rather than in GDB variables,
9180 to avoid having GDB convert them to pointers (with loss
9181 of information).
9182
d63a86f8 9183 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 9184 default linker script changes.
c15b0d21
MS
9185 * gdb.base/long_long.exp: Add check for sizeof (long double).
9186
be26fe0d
ML
91872002-06-06 Michal Ludvig <mludvig@suse.cz>
9188
9189 * gdb.asm/asm-source.exp: Add x86-64 target.
9190 * gdb.asm/x86_64.inc: New.
d63a86f8 9191
258093ca 91922002-05-30 Michael Chastain <mec@shout.net>
258093ca 9193
4b3153f1 9194 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
9195 * gdb.c++/m-static.cc: New file.
9196 * gdb.c++/m-static.exp: New file.
9197
241264c6
MS
91982002-05-28 Michael Snyder <msnyder@redhat.com>
9199
9200 * gdb.base/call-ar-st.exp: Allow for reduced floating point
9201 precision.
9202
9bba8c8f 92032002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 9204
4b3153f1 9205 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
9206 * gdb.c++/m-data.cc: New file.
9207 * gdb.c++/m-data.exp: New file.
9208
92092002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 9210
4b3153f1 9211 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 9212 * gdb.c++/try_catch.cc: New file.
d63a86f8 9213 * gdb.c++/try_catch.exp: New file.
9bba8c8f 9214
def1b996
MC
92152002-05-27 Michael Chastain <mec@shout.net>
9216
9217 * gdb.c++/local.exp: Accept more nested types in output.
9218
522ba268
MC
92192002-05-26 Michael Chastain <mec@shout.net>
9220
9221 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
9222
277254ba
MS
92232002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
9224
9225 * lib/gdb.exp (gdb_wrapper_init): Just because
9226 gdb_wrapper_file exists, this does not mean that the file
9227 should not be rebuilt. That is what gdb_wrapper_initialized
9228 is for.
9229 (default_gdb_init): Reset gdb_wrapper_initialized.
9230
b61a8733
MS
92312002-05-23 Michael Snyder <msnyder@redhat.com>
9232
d63a86f8 9233 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
9234 the precision of the floating point test results.
9235 * gdb.base/call-rt-st.exp: Ditto.
9236
b61a8733
MS
9237 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
9238 * gdb.base/call-rt-st.exp: Ditto.
9239
56f6e910
MC
92402002-05-19 Michael Chastain <mec@shout.net>
9241
9242 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
9243
ad0b0016
EZ
92442002-05-19 Elena Zannoni <ezannoni@redhat.com>
9245
a9c64011
AS
9246 * configure.in (configdirs): Add gdb.arch.
9247 * configure: Regenerate.
ad0b0016 9248
f617d2b6
JB
92492002-05-17 Jim Blandy <jimb@redhat.com>
9250
9251 * gdb.base/completion.exp: Recognize the more detailed error
9252 messages produced by the macro expander's lexical analyzer.
9253
eac2a696
EZ
92542002-05-14 Elena Zannoni <ezannoni@redhat.com>
9255
a9c64011
AS
9256 * gdb.arch/altivec-abi.c: New file.
9257 * gdb.arch/altivec-abi.exp: New file.
9258 * gdb.arch/altivec-regs.c: New file.
9259 * gdb.arch/altivec-regs.exp: New file.
eac2a696 9260
2fdde8f8
DJ
92612002-05-14 Daniel Jacobowitz <drow@mvista.com>
9262
9263 * gdb.base/maint.exp (maint print type): Update for new type
9264 structure.
d63a86f8 9265
e31f1a7c
EZ
92662002-05-14 Elena Zannoni <ezannoni@redhat.com>
9267
9268 * gdb.arch: New directory.
9269 * gdb.arch/configure.in: New file.
9270 * gdb.arch/configure: New file.
9271 * gdb.arch/Makefile.in: New file.
9272
db589741
CV
92732002-05-13 Corinna Vinschen <vinschen@redhat.com>
9274
9275 * gdb.asm/asm-source.exp: Add v850 as supported target.
9276 * gdb.asm/v850.inc: New file.
9277
8ce2a7dc
DJ
92782002-05-13 Daniel Jacobowitz <drow@mvista.com>
9279
9280 * gdb.c++/annota2.exp (annotate-quit): Add comment.
9281
df763c7f
DJ
92822002-05-12 Daniel Jacobowitz <drow@mvista.com>
9283
9284 * gdb.base/break.exp: Check 'break "marker2"'.
9285
377daeed
MS
92862002-05-10 Michael Snyder <msnyder@redhat.com>
9287
9288 * gdb.base/long_long.exp: Fix typo.
9289
c4b7bc2b
JB
92902002-05-10 Jim Blandy <jimb@redhat.com>
9291
ecac9a4e
JB
9292 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
9293 a bug.
9294
c4b7bc2b
JB
9295 * gdb.base/printcmds.exp (test_integer_literals_rejected):
9296 Recognize more detailed error message produced by the macro
9297 expander's lexical analyzer.
9298 * lib/gdb.exp (test_print_reject): Same.
9299
e71019a1
MK
93002002-05-09 Mark Kettenis <kettenis@gnu.org>
9301
9302 * gdb.c++/method.exp: Fix typo.
9303
fedfc8e6
MS
93042002-05-08 Michael Snyder <msnyder@redhat.com>
9305
166a1957
MS
9306 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
9307 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 9308 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
9309 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
9310 Add iftarget clause for strongarm.
d63a86f8 9311
f1c47eb2
MS
93122002-05-06 Michael Snyder <msnyder@redhat.com>
9313
cb9a9d3e
MS
9314 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
9315 (gdb_continue_to_end): Accept output from status wrapper.
9316 * gdb.base/ending-run.exp: Add case for output from status wrapper.
9317 Clean up fail messages to match pass messages.
9318
f1c47eb2
MS
9319 Enable the "needs_status_wrapper" testsuite feature.
9320 * lib/gdb.exp (gdb_wrapper_init): New procedure.
9321 (gdb_compile): Conditionally call gdb_wrapper_init.
9322 * gdb.base/a2-run.exp: Recognize output from status wrapper.
9323 * gdb.c++/method.exp: Recognize output from status wrapper.
9324
6079c749
BE
93252002-05-06 Ben Elliston <bje@redhat.com>
9326From Graydon Hoare <graydon@redhat.com>
9327
9328 * config/sid.exp: Include support for "rawsid" protocol.
9329
188baff3
JB
93302002-05-03 Jim Blandy <jimb@redhat.com>
9331
9332 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
9333 * gdb.c++/hang3.C: New file.
9334
b9c07f0f
AC
93352002-05-04 Andrew Cagney <ac131313@redhat.com>
9336
9337 * gdb.base/default.exp: Remove obsolete code.
9338 * gdb.c++/misc.exp: Ditto. Update copyright.
9339 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
9340 * gdb.base/whatis.exp: Ditto. Update copyright.
9341 * gdb.base/scope.exp: Ditto. Update copyright.
9342 * gdb.base/ptype.exp: Ditto. Update copyright.
9343 * gdb.base/printcmds.exp: Ditto. Update copyright.
9344 * gdb.base/opaque.exp: Ditto. Update copyright.
9345 * gdb.base/list.exp: Ditto.
9346 * gdb.base/funcargs.exp: Ditto. Update copyright.
9347 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
9348 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
9349 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
9350 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
9351 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
9352 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
9353
5c7a0397
MS
93542002-05-02 Michael Snyder <msnyder@redhat.com>
9355
d6dcc264 9356 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
9357 * gdb.base/long_long.exp: Add xscale target.
9358 * gdb.base/default.exp: Add xscale target.
9359
eb7f1c48
JB
93602002-05-01 Jim Blandy <jimb@redhat.com>
9361
9362 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
9363 gdb.c++/hang.exp: New test.
9364
a6befae8
FF
93652002-05-01 Fred Fish <fnf@redhat.com>
9366
9367 * gdb.base/completion.exp: Handle completions of "./Make" for
9368 more than one completion possibility, as is the case when we
9369 build and test in the source tree.
9370
0a310277
AG
93712002-04-29 Anthony Green <green@redhat.com>
9372
9373 * gdb.java/jmisc1.exp: New file.
9374 * gdb.java/jmisc2.exp: New file.
9375
6ff9af88
DJ
93762002-04-24 Daniel Jacobowitz <drow@mvista.com>
9377
9378 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
9379
96b3d632
EZ
93802002-04-23 Elena Zannoni <ezannoni@redhat.com>
9381
9382 * gdb.base/help.exp: Change 'help status' to allow for target
9383 dependent output differences.
9384
5019bb54
MC
93852002-04-22 Michael Chastain <mec@shout.net>
9386
9387 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
9388
a805a116
MC
93892002-04-22 Michael Chastain <mec@shout.net>
9390
9391 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
9392
a1706bfd
DM
93932002-04-17 David S. Miller <davem@redhat.com>
9394
9395 * gdb.asm/sparc64.inc: New file.
9396 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
9397
a73a20a2
EZ
93982002-04-19 Elena Zannoni <ezannoni@redhat.com>
9399
9400 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
9401 instruction file directly into the build tree. Clean up at end of
9402 test.
9403
ba678339
DM
94042002-04-18 David S. Miller <davem@redhat.com>
9405
9406 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
9407 handle 64-bit platforms correctly.
9408 * gdb.base/maint.exp: Likewise.
9409
b03399da
KB
94102002-04-18 Kevin Buettner <kevinb@redhat.com>
9411
9412 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
9413 ``-fpic'' when compiling files comprising a shared library, but
9414 it does need additional linker flags in order to find shared
9415 libraries at run time.
9416
e2004992
KB
94172002-04-18 Kevin Buettner <kevinb@redhat.com>
9418
9419 * gdb.base/cvexpr.c (use): New function.
9420 (main): Invoke use() on all global variables to prevent
9421 some linkers from deleting these otherwise unused symbols.
9422
d8937120
MC
94232002-04-17 Michael Chastain <mec@shout.net>
9424From David S. Miller <davem@redhat.com>
9425
9426 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
9427 handle 64-bit platforms correctly.
9428
ffd61a58
MS
94292002-04-12 Michael Snyder <msnyder@redhat.com>
9430From Jim Blandy <jimb@redhat.com>
a9c64011 9431 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
9432 script can handle this instead.
9433 * gdb.base/bar.c (barx): Same.
9434 * gdb.base/baz.c (bazx): Same.
9435 * gdb.base/grbx.c (grbxx): Same.
9436
9437 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
9438 manager doesn't automatically unmap overlays unnecessarily.
9439
6b8426a6
MH
94402002-04-10 Martin M. Hunt <hunt@redhat.com>
9441
9442 * gdb.base/ending-run.exp: Fix pattern for Mips targets
9443 stepping out of main.
9444
34af4875
MC
94452002-04-09 Michael Chastain <mec@shout.net>
9446
9447 * gdb.c++/local.cc (main): Move call to marker1() inside nested
9448 scope so that the nested scope tests will make sense.
9449 * gdb.c++/local.exp: Write patterns that actually work with gcc
9450 (the HP patterns "were never known to work with gcc").
9451 Keep the old aCC patterns too.
9452
2d1676a0
DJ
94532002-04-09 Daniel Jacobowitz <drow@mvista.com>
9454
9455 * gdb.base/attach.exp: Correct target board test.
9456
3a63e3f9
MC
94572002-04-08 Michael Chastain <mec@shout.net>
9458
9459 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
9460 in a const method. Add some xfail and fail cases for configurations
9461 that do not emit the "const ...".
9462
f18dabd2
MC
94632002-04-07 Michael Chastain <mec@shout.net>
9464
9465 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
9466 Accept "A * const" and "const A * const" as type of "this".
9467 Fix spelling of getFunky throughout. Make messages uniform.
9468
0fcddd82
EZ
94692002-04-07 Elena Zannoni <ezannoni@redhat.com>
9470
a9c64011 9471 Work around for PR gdb/285:
0fcddd82
EZ
9472 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
9473
16a8534a
EZ
94742002-04-07 Elena Zannoni <ezannoni@redhat.com>
9475
9476 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
9477 instructions file at run time instead of configure time.
9478 Sometimes we run the test in a directory that is not the one we
9479 configured in.
9480 * gdb.asm/configure.in: Delete creation of symlink.
9481 * gdb.asm/configure: Regenerate.
9482
24181d81
JB
94832002-04-05 J. Brobecker <brobecker@gnat.com>
9484
9485 * gdb.gdb/xfullpath.exp: New test, to exercise the new
9486 xfullpath () function.
9487
7cdb7107
DJ
94882002-04-04 Daniel Jacobowitz <drow@mvista.com>
9489
9490 * gdb.asm/Makefile.in: Correct dependencies.
9491
9492 * gdb.asm/powerpc.inc: New file.
9493 * gdb.asm/asm-source.exp: Add PowerPC.
9494 * gdb.asm/configure.in: Likewise.
9495 * gdb.asm/configure: Regenerated.
9496
a7d17088
DJ
94972002-04-04 Daniel Jacobowitz <drow@mvista.com>
9498
9499 * gdb.base/relocate.exp: New file.
9500 * gdb.base/relocate.c: New file.
9501
cd721503
FF
95022002-04-04 Fred Fish <fnf@redhat.com>
9503
9504 * gdb.base/step-test.exp: Update comment regarding stopping in
9505 memcpy/bcopy calls inserted as part of the compiler runtime.
9506
b22ad7a7
MS
95072002-04-04 Michael Snyder <msnyder@redhat.com>
9508
9509 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
9510
5f279fa6
DJ
95112002-04-03 Daniel Jacobowitz <drow@mvista.com>
9512
9513 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
9514 (gdb_expect): Remove $notransfer hack.
9515
dd0fd3ce
DJ
95162002-04-02 Daniel Jacobowitz <drow@mvista.com>
9517
9518 * gdb.c++/classes.exp ("calling method for small class"): Match
9519 updated register output.
9520
1e50cda1
DJ
95212002-03-30 Daniel Jacobowitz <drow@mvista.com>
9522
9523 Fix PR gdb/452
9524 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
9525 when finished. Make gdb_file_cmd send "exec-file" when
9526 appropriate.
9527
24015922
DJ
95282002-03-30 Daniel Jacobowitz <drow@mvista.com>
9529
9530 * gdb.base/attach.exp: Remove extra setup_xfail.
9531
dd7dfd64
MS
95322002-03-26 Michael Snyder <msnyder@redhat.com>
9533
9534 * gdb.base/default.exp: Add tests for dump, append, and restore.
9535 * gdb.base/help.exp: Add tests for dump, append, and restore.
9536 * gdb.base/dump.exp: New file, test dump, append and restore.
9537 * gdb.base/dump.c: New file.
9538
48b2f8d7
MS
95392002-03-27 Michael Snyder <msnyder@redhat.com>
9540
d63a86f8 9541 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
9542 clean-ups in help messages.
9543
05b4d525
FF
95442002-03-26 Fred Fish <fnf@redhat.com>
9545
9546 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
9547 have debugging info for those functions and the compiler uses them
9548 internally to copy structs around.
9549
d7679631
FF
95502002-03-26 Fred Fish <fnf@redhat.com>
9551
9552 * gdb.base/list.exp: Revert the change made yesterday and add note
9553 about why we don't list the default lines for remote targets.
9554
523ac3f9
MS
95552002-03-25 Michael Snyder <msnyder@redhat.com>
9556
9557 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
9558
754b2b8d
FF
95592002-03-25 Fred Fish <fnf@redhat.com>
9560
9561 * gdb.base/list.exp: This test works on remote targets so remove
9562 the short circuit for remote targets. Update copyright.
9563
33c3e192
FF
95642002-03-25 Fred Fish <fnf@redhat.com>
9565
9566 * gdb.base/attach.exp: Fix logic error that was suppressing this
9567 test for all non hppa*-*-hpux* targets, instead of the hp target.
9568 Move comments closer to the suppression point. Also now need to
9569 check that we are running natively.
9570
d43e73ee
MS
95712002-03-22 Michael Snyder <msnyder@redhat.com>
9572
882c8f02
MS
9573 * gdb.base/default.exp: Add test for gcore. Update copyright.
9574 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 9575
04c12f60
FF
95762002-03-06 Fred Fish <fnf@redhat.com>
9577
9578 * gdb.base/funcargs.c: Remove extraneous ';' character.
9579 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
9580
b43df995
MC
95812002-03-04 Michael Chastain <mec@shout.net>
9582
9583 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
9584 accommodate gcc v3 function signature.
9585 * gdb.mi/mi0-var-cmd-exp: Ditto.
9586
92362027
AC
95872002-02-24 Andrew Cagney <ac131313@redhat.com>
9588
9589 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
9590 ``GNU/Linux'' or ``Linux kernel''
9591 * testsuite/gdb.threads/pthreads.c: Ditto.
9592
258ad32d
MC
95932002-02-24 Michael Chastain <mec@shout.net>
9594
9595 * gdb.threads/pthreads.c (thread1): Add a return statement.
9596 (thread2): Likewise.
9597 (foo): Likewise.
9598
04c3b3d4
MC
95992002-02-23 Michael Chastain <mec@shout.net>
9600
9601 * gdb.threads/linux-dp.c (philosopher): Add a return statement
9602 to placate gcc.
9603
5a2a0a20
MC
96042002-02-23 Michael Chastain <mec@shout.net>
9605
9606 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
9607 test "ptype bint". The test passes on all my stabs configurations.
9608
a640f7fc
JB
96092002-02-21 Jim Blandy <jimb@redhat.com>
9610
27924826
JB
9611 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
9612 filename at a time, and watch for the ones we want to see.
9613
a640f7fc
JB
9614 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
9615 types of pointers to prototyped functions.
9616
edcc8c75
AC
96172002-02-20 Andrew Cagney <ac131313@redhat.com>
9618
9619 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
9620 signed, unsigned and straight char.
9621 (padding_char, padding_short, padding_int, padding_long,
9622 padding_long_long, padding_float, padding_double,
9623 padding_long_double): New global variables.
9624 (fill, fill_structs): New functions.
9625
9626 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
9627 for correctly sized writes. Update copyright.
9628 (get_valueof): New procedure.
9629 (get_sizeof): Call get_valueof.
9630 (check_valueof): New procedure.
9631 (check_padding): New procedure.
9632
ac57ea44
MC
96332002-02-20 Michael Chastain <mec@shout.net>
9634
9635 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
9636 to setup_xfail. Document some of the remaining calls.
9637
7a10c941
MC
96382002-02-18 Michael Chastain <mec@shout.net>
9639
9640 * gdb.c++/userdef.exp: Update copyright year.
9641
fb8acdcc
DJ
96422002-02-18 Daniel Jacobowitz <drow@mvista.com>
9643
9644 * gdb.c++/userdef.exp: Test overloaded operators properly.
9645 Remove xfails.
9646
fda6ae12
MS
96472002-02-14 Michael Snyder <msnyder@redhat.com>
9648
9649 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
9650
676a0442
DJ
96512002-02-14 Daniel Jacobowitz <drow@mvista.com>
9652
9653 * gdb.base/a2-run.exp: Check for a remote target properly.
9654 * gdb.base/annota1.exp: Likewise.
9655 * gdb.base/list.exp: Likewise.
9656 * gdb.base/reread.exp: Likewise.
9657 * gdb.base/scope.exp: Likewise.
9658 * gdb.base/shlib-call.exp: Likewise.
9659 * gdb.base/term.exp: Likewise.
9660 * gdb.c++/annota2.exp: Likewise.
9661
78b4f468
RE
96622002-02-13 Richard Earnshaw <rearnsha@arm.com>
9663
9664 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
9665
9a81ba51
MC
96662002-02-10 Michael Chastain <mec@shout.net>
9667
9668 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
9669 (call_after_alloca): Ditto.
9670
004af6c7
DJ
96712002-02-10 Daniel Jacobowitz <drow@mvista.com>
9672
9673 * gdb.base/ending-run.exp: Guard "cont" test with
9674 gdb_skip_stdio_test.
9675
37225f62
JB
96762002-02-06 Jim Blandy <jimb@redhat.com>
9677
9678 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
9679 from here...
9680 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
9681 To here. Disable this test on non-HP platforms. Add big comment.
9682
fe6fdd96
MS
96832002-02-04 Michael Snyder <msnyder@redhat.com>
9684
9685 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
9686 other than d10v and m32r.
9687
036fad3f
RE
96882002-02-02 Richard Earnshaw <rearnsha@arm.com>
9689
9690 * gdb.base/default.exp: Rewrite test patterns to reduce time
9691 taken to match them.
9692
7148ab62
DJ
96932002-01-30 Daniel Jacobowitz <drow@mvista.com>
9694
9695 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
9696 Allow a start function above main.
9697 * gdb.threads/linux-dp.exp: Fix copyright date.
9698
396cc255
DJ
96992002-01-30 Daniel Jacobowitz <drow@mvista.com>
9700
a9c64011
AS
9701 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
9702 (check_philosopher_stack): Check for manager thread before checking
9703 for a just-starting thread.
396cc255 9704
f038d31b
DJ
97052002-01-30 Daniel Jacobowitz <drow@mvista.com>
9706
9707 From Neil Booth <neil@daikokuya.demon.co.uk>:
9708 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
9709 warnings.
9710
b3ff9d9a
FF
97112002-01-21 Fred Fish <fnf@redhat.com>
9712
9713 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
9714 not caller.
9715
39ad761d
JB
97162002-01-21 Jim Blandy <jimb@redhat.com>
9717
9718 * gdb.base/reread.exp: Check that GDB properly re-reads the
9719 executable file when it changes while no inferior is running.
9720
aaf320fa
FF
97212002-01-21 Fred Fish <fnf@redhat.com>
9722
a9c64011
AS
9723 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
9724 optionally accept the "shlib events" variation.
aaf320fa 9725
808a31f5
JB
97262002-01-21 Jim Blandy <jimb@redhat.com>
9727
9728 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
9729 call `fflush' after every `printf', so that the output is produced
9730 at predictable points, regardless of whatever buffering does (or
9731 doesn't) take place.
9732 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
9733 at different points.
9734
4420d5e2
DJ
97352002-01-20 Daniel Jacobowitz <drow@mvista.com>
9736
9737 * gdb.c++/inherit.exp: Update copyright years.
9738 * gdb.c++/method.exp: Likewise.
9739
3e36a0f4
DJ
97402002-01-20 Daniel Jacobowitz <drow@mvista.com>
9741
9742 * gdb.c++/classes.exp: Update for improved v3 support and skipping
9743 artificial methods/arguments.
9744 * gdb.c++/derivation.exp: Likewise.
9745 * gdb.c++/inherit.exp: Likewise.
9746 * gdb.c++/method.exp: Likewise.
9747 * gdb.c++/virtfunc.exp: Likewise.
9748
b4ceaee6
AC
97492002-01-18 Andrew Cagney <ac131313@redhat.com>
9750
9751 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
9752 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
9753 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
9754 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
9755 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
9756 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
9757
ecace851
JB
97582002-01-17 Jim Blandy <jimb@redhat.com>
9759
9760 * gdb.asm/asm-source.exp (info symbol): Take another shot at
9761 anchoring the pattern matching the entry point symbol's name.
9762
375fc983
AC
97632002-01-17 Andrew Cagney <ac131313@redhat.com>
9764
9765 * gdb.base/maint.exp: Update ``maint internal-error'' to match
9766 continue/quit query. Update copyright.
9767
fe6fdd96
MS
97682002-01-14 Michael Snyder <msnyder@redhat.com>
9769
9770 * gdb.base/gcore.exp: Remove extra debugging output.
9771
e017c81f
DJ
97722002-01-13 Daniel Jacobowitz <drow@mvista.com>
9773
9774 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
9775 for slightly dubious v2 mangled string.
9776
37ab3bf8
DJ
97772002-01-13 Daniel Jacobowitz <drow@mvista.com>
9778
9779 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
9780
1bc05c3a 97812002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 9782
1bc05c3a 9783 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 9784
1bc05c3a
JM
9785 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
9786 constructors.
9787 * gdb.c++/derivation.exp: Likewise.
9788 * gdb.c++/templates.exp: Likewise.
9789 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 9790
1bc05c3a
JM
97912002-01-10 Michael Snyder <msnyder@redhat.com>
9792
9793 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 9794
a911c360
MS
97952002-01-08 Michael Snyder <msnyder@redhat.com>
9796
9797 * gdb.base/gcore.exp: New test for generate-core-file command.
9798 * gdb.base/gcore.c: Testcase for above.
9799 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
9800
ea2119ec
JM
98012002-01-08 Jason Merrill <jason@redhat.com>
9802
9803 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
9804
68203136
FF
98052002-01-07 Fred Fish <fnf@redhat.com>
9806
9807 * gdb.c++/overload.exp: Remove unconditional xfails for:
9808 print foo_instance1.overloadargs(1)
9809 print foo_instance1.overloadargs(1, 2)
9810 print foo_instance1.overloadargs(1, 2, 3)
9811 print foo_instance1.overloadargs(1, 2, 3, 4)
9812 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
9813 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
9814 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
9815 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
9816 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
9817 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
9818 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
9819 print foo_instance1.overload1arg()
9820 print foo_instance1.overload1arg((char)arg2)
9821 print foo_instance1.overload1arg((signed char)arg3)
9822 print foo_instance1.overload1arg((unsigned char)arg4)
9823 print foo_instance1.overload1arg((int)arg7)
9824 print foo_instance1.overload1arg((unsigned int)arg8)
9825 print foo_instance1.overload1arg((float)arg11)
9826 print foo_instance1.overload1arg((double)arg12)
d63a86f8 9827
21b9b5b1
MS
98282002-01-07 Michael Snyder <msnyder@redhat.com>
9829
9830 * gdb.base/huge.exp: New test. Print a very large target data object.
9831 (skip_huge_test): New test variable. Define if you want to skip this
9832 test. The test reads an 8 megabyte data object from the target, so it
9833 might be very time consuming on remote targets with a slow connection.
9834 * gdb.base/huge.c: New file. Test case for above.
9835
725f922e
FF
98362002-01-07 Fred Fish <fnf@redhat.com>
9837
9838 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
9839 g_instance.bfoo, and g_instance.cfoo.
9840
634d57ec
JL
9841Mon Jan 7 12:22:18 2002 Jeffrey A Law (law@redhat.com)
9842
f286b2c3
JL
9843 * gdb.base/break.c (multi_line_if_conditional): New function.
9844 (multi_ilne_while_conditional): Likewise.
9845 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
9846 IF or WHILE condition puts the breakpoint at the start of
9847 the condition.
9848
634d57ec
JL
9849 * gdb.base/selftest.exp (backtrace through signal handler): Remove
9850 hppa*-*-hpux* expected failure.
9851 * gdb.base/structs.exp (do_function_calls): Similarly.
9852
9853 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
9854 watchpoints.
9855
9fbfe2dc
AC
98562002-01-06 Andrew Cagney <ac131313@redhat.com>
9857
9858 Fix PR gdb/66.
9859 * gdb.base/structs.exp: Replace skip for a29k with skip for
9860 gdb,cannot_call_functions.
9861 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
9862 * gdb.base/callfuncs.exp: Ditto.
9863 * gdb.base/call-rt-st.exp: Ditto.
9864 * gdb.base/call-strs.exp: Ditto.
9865 * gdb.base/callfwmall.exp: Ditto.
9866 * gdb.base/scope.exp: Obsolete xfail a29k.
9867 * gdb.c++/misc.exp: Ditto.
9868 * gdb.c++/cplusfuncs.exp: Ditto.
9869 * gdb.base/ptype.exp: Ditto.
9870 * gdb.base/printcmds.exp: Ditto.
9871 * gdb.base/opaque.exp: Ditto.
9872 * gdb.base/list.exp: Ditto.
9873 * gdb.base/funcargs.exp: Ditto.
9874 * gdb.base/default.exp: Ditto.
9875
8ddad156
MS
98762002-01-04 Michael Snyder <msnyder@redhat.com>
9877
ca4976a6 9878 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
9879 * gdb.base/maint.exp: Add tests for maint info sections options.
9880
1b074332
JL
9881Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
9882
9883 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
9884
7d159115
CV
98852001-12-20 Corinna Vinschen <vinschen@redhat.com>
9886
9887 * gdb.asm/arm.inc: New file.
9888 * gdb.asm/asm-source.exp: Add arm targets.
9889 * gdb.asm/configure.in: Ditto.
9890 * gdb.asm/configure: Recreated from configure.in.
9891
8fb87725
JL
9892Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
9893
afabe08c
JL
9894 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
9895 with HP's compiler.
9896 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
9897 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
9898 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
9899 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
9900
9901 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
9902 either HP's compilers or GCC.
9903
db521deb
JL
9904 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
9905 a SIGBUS or SIGSEGV.
9906
9907 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
9908
9909 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
9910 can be compiled with either HP's compiler or GCC.
9911
cfa88ab7
JL
9912 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
9913 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
9914 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
9915
ca344dff
JL
9916 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
9917 to match current gdb output. Update due to using auto-solib-limit
9918 for limiting instead of overloading auto-solib-add.
9919 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
9920 test program.
9921
3f3c6e55 9922 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
9923 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
9924 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
9925 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
9926 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
9927 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
9928 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
9929 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
9930 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
9931 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
9932 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
9933 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
9934 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 9935
8fb87725
JL
9936 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
9937 a SIGTRAP to the inferior.
9938
cf599fa7
CV
99392001-12-19 Corinna Vinschen <vinschen@redhat.com>
9940
9941 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
9942 Substitute call to target_link by call to gdb_compile.
9943
2cd045cd
JL
9944Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
9945
a9c64011
AS
9946 * gdb.base/break.exp: Fix HP specific search string when testing
9947 backtracing in a called function.
2cd045cd 9948
a9c64011
AS
9949 * gdb.base/constvars.exp: Only set lang to C++ if we're
9950 compiling the test with HP's compilers.
9951 * gdb.base/volatile.exp: Similarly.
2cd045cd 9952
99ebe9ac
JB
99532001-12-19 Jim Blandy <jimb@redhat.com>
9954
9955 * gdb.base/printcmds.exp: Expect the null character to be printed
9956 as '\0', and the '\013' to be printed as '\v'.
9957 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
9958 * gdb.base/setvar.exp: Same.
9959
b9891b29
JB
99602001-12-17 Jim Blandy <jimb@redhat.com>
9961
0eba65ab
JB
9962 * gdb.base/completion.exp: Rather than completing very long
9963 filenames, which can make the readline library produce output we
9964 don't recognize, cd to the directory first, and then complete
9965 using nice, short relative paths.
9966
6970b5b1
JB
9967 * gdb.base/completion.exp: On some systems, there is, in fact, a
9968 variable named `b' in scope, since GDB treats all static
a9c64011
AS
9969 variables as being in scope. So use `no_var_named_this'
9970 instead of `b'.
6970b5b1 9971
b9891b29
JB
9972 * gdb.base/corefile.exp: Recognize the message saying that GDB
9973 can't find the core file's registers as a failure.
9974
e6ccd35f
JSC
99752001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
9976
a9c64011
AS
9977 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
9978 test expect string more specific.
e6ccd35f 9979
105ba819
CV
99802001-12-13 Corinna Vinschen <vinschen@redhat.com>
9981
9982 * gdb.asm/asm-source.exp: Add support for xstormy16.
9983 * gdb.asm/configure.in: Ditto.
9984 * gdb.asm/configure: Rebuild.
9985 * gdb.asm/xstormy16.inc: New file.
9986
e9e79dd9
FF
99872001-12-10 Fred Fish <fnf@redhat.com>
9988
9989 * gdb.base/maint.exp: Update to match changes in type dumping code.
9990
347dc97d
JB
99912001-12-10 Jim Blandy <jimb@redhat.com>
9992
9993 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
9994 matching the entry point symbol's name at the beginning of the
9995 line.
9996
5178b9d6
DJ
99972001-12-07 Daniel Jacobowitz <drow@mvista.com>
9998
9999 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
10000 gdb.c++/inherit.exp, gdb.c++/method.exp,
10001 gdb.c++/namespace.exp, gdb.c++/templates.exp,
10002 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
10003 and class layout support.
10004
af890c52
DJ
100052001-12-07 Daniel Jacobowitz <drow@mvista.com>
10006
10007 * gdb.c++/classes.exp: Add test for static member function.
10008 * gdb.c++/misc.cc: Add class with static member function.
10009
7a345fb3
JB
100102001-12-07 Jim Blandy <jimb@redhat.com>
10011
f2e54a80 10012 If GDB says it can't find the struct the function returned, report
8032bf31
JB
10013 those tests as `unsupported'.
10014 * gdb.base/call-rt-st.exp (print_struct_call): New function.
10015 Rewrite subsequent tests to use it.
10016
10017 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
10018 those tests as `unsupported'.
10019 * gdb.base/structs.exp (call_struct_func): New function.
10020 (do_function_calls): Use call_struct_func to call the functions
10021 returning structs.
10022
0bc69509
JB
10023 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
10024 whether functions are prototyped or not, so we can't possibly pass
10025 arguments to t_float_values2 properly.
10026
7a345fb3
JB
10027 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
10028 value of `timeout' for targets other than the mips*tx39-*.
10029
edb6ede1
MS
100302001-12-06 Michael Snyder <msnyder@redhat.com>
10031
d63a86f8 10032 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
10033 and detect whether the start symbol has a leading underscore.
10034
2d842f13
JB
100352001-12-04 Jim Blandy <jimb@redhat.com>
10036
10037 * gdb.base/completion.exp: Clarify indentation.
10038
68550daf
JB
100392001-12-03 Jim Blandy <jimb@redhat.com>
10040
10041 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
10042 variables on the S/390, not `.word'.
10043
cd5195a8
JB
100442001-11-30 Jim Blandy <jimb@redhat.com>
10045
10046 Add assembly-source tests for s390-ibm-linux.
10047 * gdb.asm/s390.inc: New file.
10048 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
10049 the S/390 architecture.
a9c64011 10050 * gdb.asm/configure: Regenerated.
cd5195a8 10051
ca9efc90
MS
100522001-11-30 Michael Snyder <msnyder@redhat.com>
10053
10054 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
10055 next, info source, info sources, info line, global and static
10056 variables, and static functions.
10057 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
10058 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
10059 * gdb.asm/asmsrc1.s: Add a static function and some variables.
10060 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
10061 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
10062 (gdbasm_leave): Restore frame pointer.
10063 (gdbasm_startup): Copy stack set-up from crt0.S.
10064
d0e66976
FN
100652001-11-26 Fernando Nasser <fnasser@redhat.com>
10066
10067 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
10068 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
10069 to a local (non-static) variable. Copy tstruct.a to a static buffer
10070 and return a pointer to that buffer.
10071 * gdb.base/callfwmall.c (t_structs_a): Ditto.
10072
e2334072
MK
100732001-11-24 Mark Kettenis <kettenis@gnu.org>
10074
10075 * gdb.asm/configure.in: Fix recognition of ix86 target.
10076 * gdb.asm/configure: Regenerate.
10077
756caa3d
MS
100782001-11-21 Michael Snyder <msnyder@redhat.com>
10079
10080 * gdb.asm/sparc.inc: New file.
10081 * gdb.asm/asm-source.exp: Recognize sparc target.
10082 * gdb.asm/configure.in: Recognize sparc target.
10083 * gdb.asm/configure: Regenerate.
d63a86f8 10084
9a4d72d5
MS
100852001-11-21 Michael Snyder <msnyder@redhat.com>
10086
10087 * gdb.asm/m32r.inc: New file.
10088 * gdb.asm/asm-source.exp: Recognize m32r target.
10089 * gdb.asm/configure.in: Recognize m32r target.
10090 * gdb.asm/configure: Regenerate.
10091
a773d1cd
MS
100922001-11-20 Michael Snyder <msnyder@redhat.com>
10093
017ac23d
MS
10094 * gdb.asm/i386.inc: New file.
10095 * gdb.asm/asm-source.exp: Recognize ix86 target.
10096 * gdb.asm/configure.in: Recognize ix86 target.
10097 * gdb.asm/configure: Regenerate.
10098
a773d1cd
MS
10099 * gdb.c++/namespace.exp: Fix quotes in output messages.
10100
bb632afb
MS
101012001-11-14 Michael Snyder <msnyder@redhat.com>
10102
25d559ca 10103 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
10104 qualifier in a type cast expression, to designate an address
10105 in the instruction space (Harvard architecture).
10106
4749e309
MS
101072001-11-13 Michael Snyder <msnyder@redhat.com>
10108
10109 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
10110 Tests for expressions using 'const' and 'volatile'.
10111
25050984
CV
101122001-11-13 Corinna Vinschen <vinschen@redhat.com>
10113
10114 * gdb.asm/asm-sources.exp: Allow defining linker flags.
10115
1902c51f
DJ
101162001-11-12 Daniel Jacobowitz <drow@mvista.com>
10117
10118 * lib/mi-support.exp (mi_run_to_helper): Move comments
10119 outside of gdb_expect.
10120
dcf95b47
DJ
101212001-11-11 Daniel Jacobowitz <drow@mvista.com>
10122
10123 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
10124 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
10125 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
10126 mi0_run_to): New functions.
10127 * gdb.mi/mi-simplerun.exp: Use them.
10128 * gdb.mi/mi0-simplerun.exp: Likewise.
10129 * gdb.mi/mi-var-cmd.exp: Likewise.
10130 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 10131
45b074e1
AC
101322001-11-10 Andrew Cagney <ac131313@redhat.com>
10133
10134 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
10135 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
10136
bf50d346
AC
101372001-11-09 Andrew Cagney <ac131313@redhat.com>
10138
10139 * gdb.base/restore.exp: Include $expected value in restored test
10140 message.
10141
9383332c
AC
101422001-11-09 Andrew Cagney <ac131313@redhat.com>
10143
10144 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
10145 implemented.
10146
db62520a
MS
101472001-11-08 Michael Snyder <msnyder@redhat.com>
10148
10149 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
10150 Add pass/fail message for stop at breakpoint in call dummy function.
10151
b5703437
MS
101522001-11-07 Michael Snyder <msnyder@redhat.com>
10153
d63a86f8
RM
10154 * gdb.c++/templates.exp (test_template_breakpoints):
10155 If we get an overload menu, but it does not match what
760f6330 10156 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
10157 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
10158 making the whitespace optional. Argument for "new" may be
10159 "unsigned" as well as "unsigned int/long".
d63a86f8 10160 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
10161 making the whitespace optional. Also replace "(void) with
10162 "((void|)), making the keyword "void" optional.
d63a86f8 10163 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
10164 making the whitespace optional. Also replace "(void) with
10165 "((void|)), making the keyword "void" optional.
3bf40917
MS
10166 * gdb.base/callfuncs.c (t_float_values): This function must
10167 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 10168 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
10169 can be tested against both cases. Usually one case involves
10170 promotion of float to double, while the other does not.
10171 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
10172 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
10173 includes a stack frame for "start".
10174
c8ab4e6d
JB
101752001-11-05 Jim Blandy <jimb@redhat.com>
10176
10177 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
10178 pointers are 32 bits long, and that offsets of relocs are always
10179 stored in the data (REL-style), and not in the reloc entry itself
10180 (RELA-style).
10181 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
10182 stabs.
10183
3f08ced9
MS
101842001-11-01 Michael Snyder <msnyder@redhat.com>
10185
10186 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
10187 and regular expression operators by using quoting.
10188
cbfa24cd
MS
101892001-10-31 Michael Snyder <msnyder@redhat.com>
10190
10191 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
10192 depending on what the symbol table contains.
10193 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
10194 the output of the ptype command. Similarly, accept both "const &"
10195 and "const&".
10196
aaa68313
CV
101972001-10-31 Corinna Vinschen <vinschen@redhat.com>
10198
10199 * gdb.base/miscexprs.c (main): Add usage of preprocessor
10200 symbol `STORAGE' to allow to choose the storage class of
10201 the local datastructures.
10202 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
10203 compiler directive.
10204
91740388
MS
102052001-10-30 Michael Snyder <msnyder@redhat.com>
10206
10207 * gdb.base/jump.exp: Allow it to run for all targets.
10208
1b7c05e7
CV
102092001-10-29 Corinna Vinschen <vinschen@redhat.com>
10210
10211 * gdb.base/call-ar-st.c (print_double_array): Match for loop
10212 with new double_array size.
10213 (main): Change storage class of all local variables to static.
10214 Reduce size of double_array to 9.
10215 * gdb.base/call-ar-st.exp: Increase timeout value.
10216 Change expected output for double array to match new size in
10217 call-ar-st.c.
10218
36a22261
CV
102192001-10-29 Corinna Vinschen <vinschen@redhat.com>
10220
10221 * gdb.base/ending-run.exp: Create identical output when passing
10222 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 10223 Stormy16 target.
36a22261 10224
92b8ae91
MK
102252001-10-28 Mark Kettenis <kettenis@gnu.org>
10226
10227 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
10228 that we catch the expected failure under Linux/x86.
10229
cb135b83
OF
102302001-10-29 Orjan Friberg <orjanf@axis.com>
10231
10232 * gdb.base/setvar.exp: Escape curly braces.
10233 * gdb.stabs/weird.exp: Ditto.
10234
6884aa54
DJ
102352001-10-27 Daniel Jacobowitz <drow@mvista.com>
10236
10237 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
10238 * gdm.mi/mi0-hack-cli.exp: Likewise.
10239
0398c9aa
AC
102402001-10-25 Andrew Cagney <ac131313@redhat.com>
10241
10242 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
10243 messages.
10244
d20bf2e8
AC
102452001-10-21 Andrew Cagney <ac131313@redhat.com>
10246
10247 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
10248 checking MI enabled.
10249
03dd63aa
CV
102502001-10-09 Corinna Vinschen <vinschen@redhat.com>
10251
10252 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
10253
1d9d99f3
FCE
102542001-10-04 Frank Ch. Eigler <fche@redhat.com>
10255
10256 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
10257 if gdb child process crashes, just signal an error.
10258
838ae6c4
JB
102592001-10-02 Jim Blandy <jimb@redhat.com>
10260
10261 * lib/gdb.exp (test_xfail_format): Simplify.
10262
10263 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
10264 front of the variable name `format'. Simplify `if'.
10265
8f0cbc1c
DJ
102662001-10-01 Daniel Jacobowitz <drow@mvista.com>
10267
10268 * gdb.threads/pthreads.exp: Wait for output and delay
10269 before sending ^C.
10270
1f08dafd
DJ
102712001-10-01 Daniel Jacobowitz <drow@mvista.com>
10272
10273 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
10274 some incorrect output instead of timing out.
10275 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
10276
674f90ff
CV
102772001-09-28 Corinna Vinschen <vinschen@redhat.com>
10278
10279 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
10280 check to allow additional `int'.
10281
9b284272
DJ
102822001-09-27 Daniel Jacobowitz <drow@mvista.com>
10283
10284 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
10285 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
10286
b55a4771
MS
102872001-09-27 Michael Snyder <msnyder@redhat.com>
10288
10289 * lib/gdb.exp (test_debug_format): New proc.
10290 (setup_xfail_format): Use new proc test_debug_format.
10291 * gdb.base/constvars.exp (local_compiler_xfail_check): New
10292 proc; use new service proc test_debug_format.
10293 Replace all other "gcc_compiled" tests with this test.
10294 * gdb.base/volatile.exp (local_compiler_xfail_check): New
10295 proc; use new service proc test_debug_format.
10296 Replace all other "gcc_compiled" tests with this test.
10297
102982001-09-27 Michael Snyder <msnyder@redhat.com>
10299
10300 * gdb.base/cvexpr.exp: New file.
10301 * gdb.base/cvexpr.c: New file
10302 Test for expressions using const and volatile keywords.
10303
4e6667ac
CV
103042001-09-26 Corinna Vinschen <vinschen@redhat.com>
10305
10306 * gdb.base/constvars.exp: Check for different orders of keywords
10307 and additional "int" strings in output.
10308
4f337972
AC
103092001-09-22 Andrew Cagney <ac131313@redhat.com>
10310
10311 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
10312 responses from "help maint".
10313
2015650d
FCE
103142001-09-19 Frank Ch. Eigler <fche@redhat.com>
10315
10316 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
10317 to localhost:NNN instead of :NNN, in case Xvfb is listening
10318 only on TCP.
10319
f3bcedc1
CV
103202001-09-19 Corinna Vinschen <vinschen@redhat.com>
10321
10322 * gdb.base/recurse.exp: When checking leaving the watchpoint
10323 scope, recognize when gdb is in function's epilogue and pass.
10324
6b819c92
KS
103252001-09-18 Keith Seitz <keiths@redhat.com>
10326
10327 * lib/insight-support.exp (_gdbtk_export_target_info): Add
10328 support for running tests against sid targets.
10329 (gdbtk_done): Ditto.
10330
a10c9419
CV
103312001-09-18 Corinna Vinschen <vinschen@redhat.com>
10332
10333 * gdb.base/ending-run.c (main): Set stdout buffersize
10334 to the same reasonable value for any target.
10335 * gdb.base/ending-run.exp: Add a regular expression
10336 to make testsuite happy on Sanyo Stormy16 target.
10337
739d0d99
CV
103382001-09-17 Corinna Vinschen <vinschen@redhat.com>
10339
10340 * gdb.base/display.c (do_loops): Add float variable `f'.
10341 Increment f in loop.
10342 * gdb.base/display.exp: Increment timeout by 60 seconds.
10343 Change float display test to use variable `f'.
10344
1b8947f0
JB
103452001-09-17 Jim Blandy <jimb@redhat.com>
10346
10347 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
10348 overflowing the limited breakpoint tables on some ROM monitors
10349 (like the ROM68K).
10350
9890ac81
FCE
103512001-09-15 Frank Ch. Eigler <fche@redhat.com>
10352
10353 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
10354 the "-ac" (disable access control) flag.
10355
6db765ea
JH
103562001-08-30 Jeff Holcomb <jeffh@redhat.com>
10357
10358 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
10359 ints.
10360
4c32cc04
KS
103612001-08-30 Keith Seitz <keiths@redhat.com>
10362
10363 * lib/gdb.exp: Move all insight-related functionality into
10364 separate file.
10365 * lib/insight-support.exp: New file.
10366
8d6e6f81
FCE
103672001-08-29 Frank Ch. Eigler <fche@redhat.com>
10368
10369 * config/sid.exp (sid_start): Never set sid verbosity; disable
10370 expect_background {} that consumed its stdout; tolerate </dev/null.
10371 Attempt to set endianness override in "sid" protocol mode. Cleanup.
10372
6a90e1d0
AC
103732001-08-18 Andrew Cagney <ac131313@redhat.com>
10374
10375 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
10376 CLI jump command to start it.
10377 (mi_run_to_main): Fail immediatly when unexpected output.
10378
1759b3c3
AC
103792001-08-18 Andrew Cagney <ac131313@redhat.com>
10380
10381 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
10382 beginning of function. Fix PR gdb/191.
10383
61d11d80
FCE
103842001-08-16 Frank Ch. Eigler <fche@redhat.com>
10385
10386 * config/sid.exp (sid_start): Don't warn if we cannot figure out
10387 what to force sid endianness to.
10388
942a4df2
KS
103892001-08-15 Keith Seitz <keiths@redhat.com>
10390
10391 * lib/gdb.exp (gdbtk_start): Don't set environment
10392 variables for TCL_LIBRARY and friends. Insight will
10393 now figure these out for itself.
10394
0521c418
MS
103952001-08-02 Michael Snyder <msnyder@redhat.com>
10396
10397 * gdb.base/completion.exp: Remove the symbol "a64l" from
10398 the expect string; this is target-specific, and not related
10399 to what is being tested.
10400
74a9a58a
DB
104012001-08-02 Dave Brolley <brolley@redhat.com>
10402
10403 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
10404
c70819fa
MS
104052001-07-25 Michael Snyder <msnyder@redhat.com>
10406
c2b8fa57
MS
10407 * gdb.base/consecutive.exp: New file. Test stepping over
10408 breakpoints on consecutive instructions.
10409 * gdb.base/consecutive.c: New file.
10410
c70819fa
MS
10411 * gdb.base/call-rt-st.exp: Use double-backslash to quote
10412 curly braces in regular expressions.
10413
2b1a1355
MS
104142001-07-25 Michael Snyder <msnyder@redhat.com>
10415
10416 * gdb.base/ending-run.exp: Accept "Program exited normally" as
10417 legitimate output from stepping out of main.
10418
413eca6f
KS
104192001-07-22 Keith Seitz <keiths@redhat.com>
10420
10421 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
10422 the empty string, do not run the tests.
10423
7e5a9322
SC
104242001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10425
10426 * gdb.base/long_long.exp: Detect size of pointer. Take into
10427 account 2-byte pointers when testing for p/a results.
10428
de58f10f
SC
104292001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10430
d63a86f8 10431 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
10432 and defined to 1K for m68hc11.
10433 (random_data): Reduce table to 1K for embedded platforms (68hc11).
10434 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
10435 (sizeof_random_data): New variable to tell the size of the data table;
10436 don't test past this size; always run to main.
10437
d6f5fea1
SC
104382001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10439
10440 * gdb.base/return2.exp: return of long long and double fails for
10441 68HC11; don't execute these tests on that platform.
10442 * gdb.base/return.exp: Return of a double fails for 68hc11.
10443
c477543d
SC
104442001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10445
10446 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
10447 tests that print a float.
10448 * call-rt-st.exp: Likewise.
10449
63cf1c79
MK
104502001-07-12 Mark Kettenis <kettenis@gnu.org>
10451
10452 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
10453 running this test on Linux.
10454
112f9ab5
MC
104552001-06-24 Michael Chastain <chastain@redhat.com>
10456
10457 * gdb.base/arithmet.exp: Remove some tests to make all test names
10458 unique.
10459
4970cb0f
MS
104602001-07-03 Michael Snyder <msnyder@redhat.com>
10461
10462 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
10463 the output of the ptype command.
10464
d85da69f
MS
104652001-07-02 Michael Snyder <msnyder@redhat.com>
10466
4c8a82de
MS
10467 * gdb.base/completion.exp: Don't assume that break.c is the only
10468 source file that may contain functions named "marker".
d85da69f
MS
10469 * gdb.base/corefile.exp: Quote the curly braces in regexp.
10470
8afc772b
AC
104712001-06-28 Andrew Cagney <ac131313@redhat.com>
10472
10473 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
10474 of files to delete.
10475
10476 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
10477 * gdb.disasm/h8300s.exp: New file.
10478 gdb.disasm/h8300s.s: Likewise.
10479
cff22675
AC
104802001-06-27 Andrew Cagney <ac131313@redhat.com>
10481
10482 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
10483 empty breakpoint tables.
10484
68c81b54
AC
104852001-06-25 Andrew Cagney <ac131313@redhat.com>
10486
10487 * lib/mi-support.exp: Update args=... part of stop-reason
10488 patterns. Accept either a list or a tuple.
10489
2dd62704
AC
104902001-06-23 Andrew Cagney <ac131313@redhat.com>
10491
10492 * lib/mi-support.exp: Remove local emacs variable defining
10493 change-log-default-name.
10494
b4127474
MC
104952001-06-22 Michael Chastain <chastain@redhat.com>
10496
10497 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
10498 This is operationally compatible with the previous version.
10499
8dbfb380
JB
105002001-06-13 Jim Blandy <jimb@redhat.com>
10501
10502 * lib/gdb.exp (gdb_test): Doc fix.
10503
f2d8c86d
MC
105042001-06-10 Michael Chastain <chastain@redhat.com>
10505
10506 * gdb.base/exprs.exp: Remove a duplicate test.
10507
81564d34
JB
105082001-06-06 Jim Blandy <jimb@redhat.com>
10509
10510 * gdb.base/return2.exp (main): Use values to test float and double
10511 returns that are not NaN's, to avoid being confused by IEEE
10512 comparison rules.
10513
da55addb
MS
105142001-06-04 Michael Snyder <msnyder@redhat.com>
10515
10516 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 10517 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
10518 rather than wait for 12 more tests to time out.
10519
42c65987
JB
105202001-06-06 Jim Blandy <jimb@redhat.com>
10521
b18bced9 10522 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 10523 Don't forget to match the GDB prompt.
b18bced9 10524
42c65987
JB
10525 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
10526
5b41e5f0
JB
105272001-06-04 Jim Blandy <jimb@redhat.com>
10528
10529 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
10530 command.
10531
015e046f
KB
105322001-05-31 Kevin Buettner <kevinb@redhat.com>
10533
10534 * gdb.base/annota1.exp (info break): Match four or more spaces
10535 after "Address".
10536
fb1ffbbe
MC
105372001-05-31 Michael Chastain <chastain@redhat.com>
10538
10539 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
10540 (dm_type_int_star): Likewise.
10541 (dm_type_long_star): Likewise.
10542 (dm_type_void_star): Likewise.
10543
5ea2a32c
KB
105442001-05-29 Kevin Buettner <kevinb@redhat.com>
10545
10546 * gdb.base/completion.exp (INPUTRC): Set this environment variable
10547 to a known value in order to get consistent results regardless
10548 of the setting of INPUTRC or the presence or contents of .inputrc.
10549
ae23c492
MS
105502001-05-24 Michael Snyder <msnyder@redhat.com>
10551
ac55707e
MS
10552 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
10553 Don't require that the main thread and the manager thread are the
10554 first in the list.
10555
ae23c492
MS
10556 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
10557 debugging. If test fails, issue an "unsupported" not a "fail".
10558
400071f1
JB
105592001-05-24 Jim Blandy <jimb@redhat.com>
10560
10561 Don't assume that short is shorter than int.
10562 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
10563 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 10564 this isn't true.
400071f1
JB
10565 ("print unsigned char == (~0)"): Add test that verifies that ~0,
10566 an int, is not equal to ~0 stored in an unsigned char. This tests
10567 the same thing that the previous test meant to, but works on
10568 16-bit machines, too.
10569 ("print unsigned char != (~0)"): Same test, complemented.
10570
0816a3e5
MS
105712001-05-24 Michael Snyder <msnyder@redhat.com>
10572
10573 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 10574 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
10575 and prevents dejagnu getting out of step.
10576
f6dc23a9
KB
105772001-05-23 Kevin Buettner <kevinb@redhat.com>
10578
10579 * gdb.base/finish.exp (finish_void): Revise pattern for
10580 stopping on the call statement to not permit stopping at
10581 the start of the instructions comprising the call sequence.
10582
7dbd117d
MC
105832001-05-19 Michael Chastain <chastain@redhat.com>
10584
10585 * gdb.base/callfuncs.exp: Make all test names unique.
10586 * gdb.base/commands.exp: Make all test names unique.
10587 * gdb.base/condbreak.exp: Make all test names unique.
10588 * gdb.base/dbx.exp: Make all test names unique.
10589 * gdb.base/default.exp: Make all test names unique.
10590 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
10591 and TIMEOUT messages to their corresponding PASS message.
10592 * gdb.base/ending-run.exp: Make all test names unique.
10593 * gdb.base/long_long.exp: Remove duplicate test.
10594
6b0b0a9e
KB
105952001-05-21 Kevin Buettner <kevinb@redhat.com>
10596
10597 * gdb.base/finish.exp (finish_void): Allow "finish" command to
10598 stop on the call statement as well as the statement after the
10599 call.
10600
2caa35cb
MS
106012001-05-21 Michael Snyder <msnyder@redhat.com>
10602
10603 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
10604
40713331
EZ
106052001-05-10 Elena Zannoni <ezannoni@redhat.com>
10606
a9c64011
AS
10607 * gdb.base/completion.exp: Revamp test. Make it execute on all
10608 platforms.
40713331 10609
c2c1be8d
EZ
106102001-05-10 Elena Zannoni <ezannoni@redhat.com>
10611
a9c64011
AS
10612 * config/gdbserver.exp (gdb_load): Handle the case
10613 in which the arguments to gdbserver are given in the
10614 baseboard configuration file.
10615 Also handle the case in which the server needs to do a
10616 load.
2c9cd303 10617
9671de48
KS
106182001-05-07 Keith Seitz <keiths@cygnus.com>
10619
a9c64011
AS
10620 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
10621 set up the display for testing.
10622 (gdbtk_start): Convert all paths to paths that tcl will like.
10623 Export target information to environment.
10624 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
10625 necessary.
10626 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
10627 (to_tcl_path): New proc to convert a given pathname into
10628 a path acceptible as an argument to a tcl command.
10629 (_gdbtk_export_target_info): New proc to export target info
10630 into the environment for gdbtk testing.
10631 (gdbtk_done): New proc to signal end-of-test.
9671de48 10632
5a360f47
JB
106332001-05-06 Jim Blandy <jimb@redhat.com>
10634
10635 * restore.c: Make the code of caller0 correspond to its comment.
10636
66c756c6
MS
106372001-05-03 Michael Snyder <msnyder@redhat.com>
10638
10639 * config/sid.exp (gdb_target_sid): Check for error messages.
10640 On error or timeout, don't make expect exit (which will terminate
10641 all subsequent tests); instead just make gdb exit.
d63a86f8 10642 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
10643 return a negative value.
10644
a966fde5
JB
106452001-04-24 Jim Blandy <jimb@redhat.com>
10646
851c18e0
JB
10647 * gdb.c++/templates.exp: If we see the prompt for the overload
10648 list, but we haven't recognized any of the longer patterns,
10649 arrange for this test to fail, not hang.
10650
a966fde5
JB
10651 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
10652 variations.
10653
db144853
MC
106542001-04-22 Michael Chastain <chastain@redhat.com>
10655
10656 * gdb.c++/local.exp: Use the 'runto' library function.
10657 * gdb.c++/namespace.exp: Likewise.
10658 * gdb.c++/overload.exp: Likewise.
10659
3207ec21
KB
106602001-03-26 Kevin Buettner <kevinb@redhat.com>
10661
10662 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
10663 * gdb.base/step-line.exp: New file. Test step/next in presence of
10664 #line directives.
10665 * gdb.base/step-line.c: New file. Test program for the above.
10666 * gdb.base/step-line.inp: New file. We pretend that this file has
10667 been transformed by some other tool into step-line.c.
10668
13b57657
JB
106692001-03-21 Jim Blandy <jimb@redhat.com>
10670
10671 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
10672 unmangled operator names.
10673
754cbe1c
JB
106742001-03-20 Jim Blandy <jimb@redhat.com>
10675
10676 * gdb.threads/linux-dp.exp: Recognize an additional message
10677 generated by GDB when it doesn't understand how to debug threads
10678 on the target system.
10679
177495c9
AC
106802001-03-19 Andrew Cagney <ac131313@redhat.com>
10681
10682 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
10683
f266096b
MC
106842001-03-12 Michael Chastain <chastain@redhat.com>
10685
10686 * gdb.c++/derivation.exp: Use the 'runto' library function.
10687
cac3c2ff
MC
106882001-03-12 Michael Chastain <chastain@redhat.com>
10689
10690 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
10691
b6c11a24
MC
106922001-02-24 Michael Chastain <chastain@redhat.com>
10693
10694 * gdb.c++/ref-types.exp: Change handwritten code to library
10695 function 'runto'.
10696
6bae5bce
OF
106972001-03-16 Orjan Friberg <orjanf@axis.com>
10698
10699 * gdb.base/signals.exp: Set count to 0 explicitly.
10700
0015fd9a
MS
107012001-03-15 Mark Salter <msalter@redhat.com>
10702
10703 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
10704 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
10705 (gdb_load): Add support for additional target_info: gdb_download_size
10706 and gdb_load_timeout.
0015fd9a 10707
fc33412a
DT
10708Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
10709
10710 * gdb.base/annota1.exp: Move test of isnative to earlier in the
10711 file -- to prevent failing when the compile fails but we have no
10712 intention of running the tests anyway.
10713
10714 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
10715 tests if set.
10716
10717 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
10718 integers.
10719
10720 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
10721 * gdb.c++/namespace.exp: Ditto.
10722
115f06de
OF
107232001-03-07 Orjan Friberg <orjanf@axis.com>
10724
10725 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
10726 * gdb.base/pointers.exp: Relax pattern match of decimals.
10727
b6ba6518
KB
107282001-03-06 Kevin Buettner <kevinb@redhat.com>
10729
10730 * Makefile.in, config/abug.exp, config/cfdbug.exp,
10731 config/cpu32bug.exp, config/dve.exp, config/est.exp,
10732 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
10733 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
10734 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
10735 config/sh.exp, config/sid.exp, config/slite.exp,
10736 config/sparclet.exp, config/udi.exp, config/unknown.exp,
10737 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
10738 config/vxworks.exp, config/vxworks29k.exp,
10739 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
10740 gdb.base/all-bin.exp, gdb.base/annota1.exp,
10741 gdb.base/arithmet.exp, gdb.base/assign.exp,
10742 gdb.base/async.exp, gdb.base/attach.exp,
10743 gdb.base/bitfields.exp, gdb.base/bitops.exp,
10744 gdb.base/break.exp, gdb.base/call-ar-st.exp,
10745 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
10746 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
10747 gdb.base/commands.exp, gdb.base/completion.exp,
10748 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
10749 gdb.base/constvars.exp, gdb.base/corefile.exp,
10750 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
10751 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
10752 gdb.base/ending-run.exp, gdb.base/environ.exp,
10753 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
10754 gdb.base/finish.exp, gdb.base/foll-exec.exp,
10755 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
10756 gdb.base/funcargs.exp, gdb.base/help.exp,
10757 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
10758 gdb.base/logical.exp, gdb.base/long_long.exp,
10759 gdb.base/maint.exp, gdb.base/mips_pro.exp,
10760 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
10761 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
10762 gdb.base/pointers.exp, gdb.base/printcmds.exp,
10763 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
10764 gdb.base/regs.exp, gdb.base/relational.exp,
10765 gdb.base/remote.exp, gdb.base/reread.exp,
10766 gdb.base/restore.exp, gdb.base/return2.exp,
10767 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
10768 gdb.base/selftest.exp, gdb.base/setshow.exp,
10769 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
10770 gdb.base/sigall.exp, gdb.base/signals.exp,
10771 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
10772 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
10773 gdb.base/step-test.exp, gdb.base/structs.c,
10774 gdb.base/structs.exp, gdb.base/structs2.exp,
10775 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
10776 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
10777 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
10778 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
10779 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
10780 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
10781 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
10782 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
10783 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
10784 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
10785 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
10786 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
10787 gdb.fortran/types.exp, gdb.java/jmisc.exp,
10788 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
10789 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
10790 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10791 gdb.trace/circ.exp, gdb.trace/collection.exp,
10792 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
10793 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10794 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
10795 gdb.trace/report.exp, gdb.trace/save-trace.exp,
10796 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10797 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
10798 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
10799 notices.
10800
dc96c6c7 108012001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
10802
10803 * gdb.base/varargs.c (find_max_double): Fix printf format string:
10804 first arg is int not float.
10805
dc96c6c7 108062001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
10807
10808 * gdb.base/reread.exp: Unsupported for non-native targets;
10809 doesn't work for remote debugging.
10810
9b0c4aeb
FN
108112001-02-19 Fernando Nasser <fnasser@redhat.com>
10812
10813 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
10814 * gdb.base/ending-run.exp: Properly handle the BSP state when
10815 stepping past the end of main.
9b0c4aeb 10816
02aa71d5
MC
108172001-02-19 John Moore <jmoore@redhat.com>
10818
10819 * gdb.base/commands.exp (infrun_breakpoint_command_test):
10820 Converted HPUX fix for non-expected items following multiple
10821 step commands into general solution for all platforms.
10822
1fa449a4
MC
108232001-02-18 Michael Chastain <chastain@redhat.com>
10824
10825 * gdb.c++/classes.exp (do_tests): Change runto statements
10826 from "runto 'foo(void)'" to "runto 'foo'". This makes the
10827 statements demangler agnostic.
10828 * gdb.c++/virtfunc.exp (do_tests): Likewise.
10829 (gdb_virtfunc_restart): Likewise.
10830
b2f9ec70
MC
108312001-02-14 Michael Chastain <chastain@redhat.com>
10832
10833 * gdb.c++/inherit.exp (do_tests): Change runto statements
10834 from "runto 'foo(void)'" to "runto 'foo'". This makes the
10835 statements demangler agnostic.
10836
cf74b8ca
AC
10837Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
10838
10839 * gdb.threads/pthreads.exp: Unify pass/fail messages for
10840 ``continue to bkpt at common_routine in thread 2'' and ``stopped
10841 before calling common_routine 15 times'' tests.
10842
99f78f56
MC
108432001-02-11 Michael Chastain <chastain@redhat.com>
10844
10845 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
10846 Helps the test script figure out which demangler is in use.
10847 (dm_type_foo_ref): Ditto.
10848 (dm_type_int_star): Ditto.
10849 (dm_type_long_star): Ditto.
10850 (dm_type_unsigned_int): Ditto.
10851 (dm_type_void): Ditto.
10852 (dm_type_void_star): Ditto.
99707966 10853 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
10854 Probe the gdb demangler and set variables to accommodate
10855 formatting differences.
10856 (info_func_regexp): New function. Same as info_func, but
10857 matches against a regexp.
10858 (info_func): Match against a literal string.
10859 (print_addr_2): New function. Match against a literal string,
10860 which can be different from the input to gdb.
10861 (print_addr): Simply call print_addr_2 with the same argument twice.
10862 (test_lookup_operator_functions): Use demangler formatting variables.
10863 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
10864 the tests in the same order as the C++ class declaration.
10865 (test_paddr_operator_functions): Ditto.
10866 (test_paddr_overloaded_functions): Ditto.
10867 (test_paddr_hairy_functions): Use demangler formatting variables.
10868 Add reference to gdb/19 for related tests.
10869 (do_tests): Call probe_demangler.
10870
1de8f023
KB
108712001-01-30 Kevin Buettner <kevinb@redhat.com>
10872
10873 * gdb.c++/templates.cc (printf): Remove unused function definition.
10874
ca3f91ed
MS
108752001-01-26 Felix Lee <flee@redhat.com>
10876
10877 * sid.exp (sid_exit): Pass host, not target, to remote_close.
10878
108792001-01-25 matthew green <mrg@redhat.com>
10880
10881 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
10882 up sid.
10883 (sid_exit): Call `remote_pop_conn' after GDB is gone.
10884
108852001-01-25 matthew green <mrg@redhat.com>
10886
10887 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 10888 Deprecate $sid_spawn_id.
ca3f91ed
MS
10889 (sid_exit): Remove code necessary only for `spawn.'
10890
108912001-01-25 matthew green <mrg@redhat.com>
10892
10893 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
10894
fb18ec4a
MC
108952001-01-28 Michael Chastain <chastain@redhat.com>
10896
10897 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
10898 to call when tests fail. It takes gdb out of the overloaded
10899 function choice menu back to the main prompt, so that the test
10900 program stays synchronized.
10901 (set_bp_overloaded): New proc to collect all the common
10902 code for setting a breakpoint on an overloaded name. Calls
10903 take_gdb_out_of_choice_menu when needed.
10904 (menu_overload1arg): New variable to collect the repeated
10905 instances of the expected menu for an overloaded name. Change
10906 the regular expression to handle changes in g++ type encoding:
10907 "void" can be either "void" or "", and "unsigned int" can be
10908 either "unsigned int" or "unsigned".
10909 (continue_to_bp_overloaded): Change regular expressions to handle
10910 changes in g++ type encoding.
10911 (no proc): Call take_gdb_out_of_choice_menu when needed.
10912 Remove redundant calls to "info break". Accept either "canceled"
10913 or "cancelled". Change regular expressions in "info break"
10914 calls to handle changes in g++ type encoding. Give all tests
10915 unique strings.
10916
9c646a6e
BE
109172001-01-17 Ben Elliston <bje@redhat.com>
10918
10919 * config/sid.exp: New file.
10920
9549d9c1
AC
10921Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
10922
10923 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
10924
dc96c6c7 109252000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
10926
10927 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
10928 Add a RE to accept a non-ascii char if one is ever presented.
10929
b4df4f68
FN
109302000-12-20 Fernando Nasser <fnasser@redhat.com>
10931
297dd0fd 10932 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 10933
dc96c6c7 109342000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 10935
d63a86f8 10936 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
10937 in regexp. One '\' does not suffice on Linux.
10938
4a7bddb6
MC
109392000-12-09 Michael Chastain <chastain@redhat.com>
10940
10941 * gdb.base/break.exp (test_clear_command): Use a marker function
10942 rather than 'main' for the test function. Also move this
10943 test to an execution point where the marker function names are
10944 guaranteed to be bound to functions. (Executing tests after a
10945 'finish' from main runs into name conflicts with local names
10946 in __libc_start_main).
10947
dc96c6c7 109482000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
10949
10950 * gdb.base/finish.exp: New test for gdb's "finish" command.
10951 * gdb.base/return2.exp: New test for gdb's "return" command.
10952 * gdb.base/return2.c: New source file for above.
10953
dc96c6c7 109542000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
10955
10956 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
10957 * gdb.base/miscexprs.exp: Ditto.
10958 * gdb.base/pointers.exp: Ditto.
10959 * gdb.c++/derivation.exp: Ditto.
10960 * gdb.c++/local.exp: Ditto.
10961 * gdb.c++/namespace.exp: Ditto.
10962 * gdb.c++/overload.exp: Ditto.
10963 * gdb.c++/ref-types.exp: Ditto.
10964
dc96c6c7 109652000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
10966
10967 * gdb.base/constvars.exp: Test result of "up" command.
10968 * gdb.base/miscexprs.exp: Ditto.
10969 * gdb.base/pointers.exp: Ditto.
10970 * gdb.base/scope.exp: Ditto.
10971 * gdb.c++/derivation.exp: Ditto.
10972 * gdb.c++/local.exp: Ditto.
10973 * gdb.c++/namespace.exp: Ditto.
10974 * gdb.c++/overload.exp: Ditto.
10975 * gdb.c++/ref-types.exp: Ditto.
10976
44097287
FN
109772000-11-22 Michael Chastain <chastain@redhat.com>
10978
10979 * mips_pro.exp: Accept either "middle -> top -> main" or
10980 "middle -> main" in the backtrace, because gcc can optimize
10981 tail calls to jumps. Remove setup_xfail for the hppa case.
10982 Add a comment with the original warning messages from PR 3016,
10983 which was filed in 1993, to preserve them for posterity.
10984
9d2e1bab
ND
109852000-11-17 Nick Duffek <nsd@redhat.com>
10986
10987 * lib/gdb.exp (gdb_test): Override timeout with board info.
10988
1aca8eb7
ND
109892000-11-17 Nick Duffek <nsd@redhat.com>
10990
10991 * gdb.base/display.exp: Don't kill running stub. Add "again" to
10992 the second kill and detach messages.
10993
93076499
ND
109942000-11-17 Nick Duffek <nsd@redhat.com>
10995
10996 * configure.in: Add AC_EXEEXT.
10997 * configure: Regenerate.
10998 * Makefile.in (just-check): Export EXEEXT.
10999 * lib/gdb.exp ($EXEEXT): Import from environment.
11000 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
11001 expect "maint dump-me" on Cygwin.
11002 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
11003 $EXEEXT.
11004
30e87cd3
ND
110052000-11-17 Nick Duffek <nsd@redhat.com>
11006
11007 * gdb.base/break.exp: Test backtrace and finish from called
11008 function on all platforms, not just HP-UX.
11009
dc96c6c7 110102000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
11011
11012 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
11013 code from gdb_target_monitor, so it can be used independantly
11014 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 11015
dc96c6c7 110162000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
11017
11018 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
11019 * gdb.base/corefile.exp: Expect the message "Program is being
11020 debugged already" when we send the "corefile" command, since
11021 the preceeding gdb_load may have connected gdb to a remote target.
11022 * gdb.base/display.exp: Disable hardware watchpoints if new
11023 board info variable "no_hardware_watchpoints" is true.
11024 Replace single-letter commands with more readable ones.
11025 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
11026 if new board info variable "no_hardware_watchpoints" is true.
11027 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
11028 to see if stdio (printf) testing is possible.
11029 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
11030 board info variable "no_hardware_watchpoints" is true. Use new
11031 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
11032
39124dea
FN
110332000-11-13 Fernando Nasser <fnasser@redhat.com>
11034
11035 From Orjan Friberg <orjanf@axis.com>:
11036 * gdb.base/printcmds.exp: Escape curly braces followed by a number
11037 in array print pattern match.
11038
a9e2e984
FN
110392000-11-09 Fernando Nasser <fnasser@redhat.com>
11040
11041 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
11042 spelling "cancelled" to U.S. spelling "canceled" to match changes
11043 made to gdb.
11044 * gdb.c++/ovldbreak.exp: Ditto.
11045
c7db355b
PS
110462000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
11047
11048 * gdb.base/callfuncs.c (main): Moved to end of file, call
11049 t_double_values to initialize the FPU before inferior calls are made.
11050 * gdb.base/callfuncs.exp: Test for register preservation after calling
11051 inferior functions. Add tests for continuining, finishing and
11052 returning from a stop in a call dummy.
11053
dc96c6c7 110542000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
11055
11056 * gdb.base/commands.exp: Break up long lines, and re-indent.
11057
dc96c6c7 110582000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
11059
11060 * config/gdbserver.exp: Rewritten from the ground up, to make it
11061 compatible with the current dejagnu tree, and to make it work with
11062 the new "gdbserver" in libremote.
11063
dc96c6c7 110642000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
11065
11066 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
11067 * gdb.base/varargs.exp: Skip entire test if no printf support.
11068 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
11069 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
11070
dc96c6c7 110712000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
11072
11073 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
11074 no floating point support.
11075 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
11076 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
11077 * gdb.base/call-rt-st.exp: Ditto.
11078 * gdb.base/call-strs.exp: Ditto.
11079
bac5fc66
JG
110802000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
11081
11082 * gdb.base/sizeof.c: include <stdio.h>.
11083
11084 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
11085 'finish', otherwise uncaptured gdb_prompt would potentially
11086 throw remaining test points out of sync.
bac5fc66 11087
b22a6027
SB
110882000-07-26 Scott Bambrough <scottb@netwinder.org>
11089
11090 * gdb.base/recurse.exp: Run tests for all targets.
11091 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
11092 gnu-oldld case on ARM.
11093 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
11094 for ARM targets.
d63a86f8 11095
d8231941
AG
11096Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
11097
11098 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
11099 * gdb.java/configure: Rebuild.
11100
8caabe69
AG
11101Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
11102
11103 * gdb.java/jv-exp.exp: New file.
11104
9d273ca3
AG
11105Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
11106
11107 * configure: Rebuilt.
11108 * configure.in (configdirs): Add gdb.java.
11109 * gdb.java/jmisc.java: New file.
11110 * gdb.java/jmisc.exp: New file.
11111 * gdb.java/Makefile.in: New file.
11112 * gdb.java/configure: Rebuilt.
11113 * gdb.java/configure.in: New file.
11114 * lib/java.exp: New file.
11115
4f823a66
AC
11116Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11117
11118 * gdb.base/exprs.exp: Test casts to a pointer including over and
11119 underflow.
11120
2391e11d
AC
11121Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
11122
11123 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
11124 and the compilers sizes.
11125
54602222
ND
111262000-07-09 Nick Duffek <nsd@redhat.com>
11127
11128 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
11129 (use_methods): New function.
11130 (main): Call use_methods().
11131 * gdb.c++/classes.exp (test_method_param_class): New procedure.
11132 (do_tests): Call test_method_param_class.
11133
2bec0572
ND
111342000-07-09 Nick Duffek <nsd@redhat.com>
11135
11136 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
11137 spelling.
11138 (test_enums): New procedure. Move enum tests from end of script
11139 to here. Set breakpoint on function name instead of line number.
11140 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
11141 (enums2): New marker function.
11142 (enums1): New function.
11143 (main): Call enums1(). Move enum tests to enums1().
11144
78492fde
AC
11145Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
11146
11147 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
11148 compile/link program. Update line numbers.
11149 * gdb.asm/d10v.inc: Define ``startup''.
11150 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 11151
49a2cef8
AC
11152Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
11153
11154 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
11155
3e6c8688
EZ
111562000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11157
11158 * gdb.base/maint.exp: Add 'maint print architecture' item to output
11159 of 'help maint print' command.
11160
9ff5cbe9
AC
11161Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
11162
11163 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
11164 they use gdb_expect_list.
11165
17c579bd
AC
11166Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
11167
11168 * gdb.base/commands.exp: Use ``set remote
11169 memory-read-packet-size'' instead of ``set endian big'' to test
11170 long commands.
11171
e6d71bf3
DB
111722000-06-03 Daniel Berlin <dan@cgsoftware.com>
11173
11174 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 11175 g++, and stop skipping them.
e6d71bf3
DB
11176
11177 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
11178 work under g++.
11179
d63a86f8 11180 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
11181 initialization.
11182
dc96c6c7 111832000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
11184
11185 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
11186 the regular expression: accept an (almost) arbitrary sequence of
11187 "frames-invalid" and "breakpoints-invalid" messages both before
11188 and after the "starting" message.
11189
dc96c6c7 111902000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
11191
11192 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 11193
dc96c6c7 111942000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
11195
11196 * gdb.base/annota1.exp (annotate-signal-handler-caller):
11197 Relax the regular expression a little, make it pass on Solaris 8.
11198
8216cda9
KB
111992000-05-12 Kevin Buettner <kevinb@redhat.com>
11200
11201 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 11202 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
11203 Instead, it is permissible for gdb to stop on the line of the
11204 call itself.
11205
1a570b2f
MS
112062000-05-12 Michael Snyder <msnyder@.cygnus.com>
11207
11208 * gdb.base/break.exp (bp on small function, optimized file):
11209 Add a second pass pattern. The behavior differs here between stabs
11210 and dwarf for one-line functions. Stabs preserves two line symbols
11211 (one before the prologue and one after) with the same line number,
11212 but dwarf regards these as duplicates and discards one of them.
11213 Therefore the address after the prologue (where the breakpoint is)
11214 has no exactly matching line symbol, and GDB reports the breakpoint
11215 as if it were in the middle of a line rather than at the beginning.
11216
dc96c6c7 112172000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 11218
d63a86f8 11219 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
11220 rather than "send_gdb" (for consistancy).
11221
7d418785
AC
11222Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
11223
11224 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
11225 * gdb.c++/templates.cc: Properly check for GCC version number.
11226 * lib/compiler.cc: Likewise
11227
dc96c6c7 112282000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 11229
d63a86f8 11230 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
11231 gdb may not stop at the first line of main, due to code motion.
11232
dc96c6c7 112332000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
11234
11235 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
11236 This test depends on parsing the printf output from the target.
11237 Since the sparclet stub doesn't do stdio, this will never work.
11238 * gdb.base/call-rt-st.exp: ditto.
11239 * gdb.base/call-strs: ditto.
11240
dc96c6c7 112412000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
11242
11243 * gdb.base/miscexprs.exp: make sizeof long array test portable.
11244
11245 * gdb.base/ending-run.exp: After connecting to a remote target,
11246 but before running, the target will appear to be in a random
11247 location. Specify both a file and a line for breakpoints.
11248 Also, the function that calls main may be called 'init'
11249 rather than 'start'.
11250
a5a51225
EZ
112512000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11252
11253 * gdb.base/help.exp: Update output for add-symbol-file command.
11254
7930cc7c
FN
112552000-04-10 Fernando Nasser <fnasser@cygnus.com>
11256
11257 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11258 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
11259
23e37ab1
C
112602000-04-07 J.T. Conklin <jtc@redback.com>
11261
e93c542c
C
11262 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
11263
23e37ab1
C
11264 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
11265
591b8fa3
PDM
11266Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
11267
11268 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
11269 values that can be represented exactly.
11270 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
11271 above change, and to not check against the directory part of the source
11272 file name.
11273 (step into print_long_arg_list): Likewise.
11274 (print print_small_structs from print_long_arg_list): Likewise.
11275 (print print_long_arg_list): Likewise.
11276
7a495180
EZ
112772000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11278
30b53638 11279 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 11280
beb998c6
AC
11281Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
11282
11283 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
11284
1c689132
DB
112852000-03-25 Daniel Berlin <dan@cgsoftware.com>
11286
11287 * gdb.base/commands.exp (deprecated_command_test): Add test for
11288 deprecate with no arguments.
11289
c1790a9d
JL
112902000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
11291
11292 * gdb.base/break.exp: Add new test for setting breakpoints on
11293 optimized code so we can test breakpoints work even when function
11294 prologues may be optimized away
11295
003ba290
FN
112962000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
11297
11298 From David Whedon <dwhedon@gordian.com>
a9c64011 11299 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 11300
6837a0a2
DB
113012000-03-22 Daniel Berlin <dan@cgsoftware.com>
11302
11303 * gdb.base/help.exp: Added test for new apropos command.
11304
b9593231
KB
113052000-03-21 Kevin Buettner <kevinb@redhat.com>
11306
11307 * gdb.base/pointers.c (usevar): New function.
11308 (main): Make sure that global variables v_int_pointer2, rptr,
11309 and y are all referenced someplace in the program by calling
11310 usevar() on them. [Some linkers delete symbols which are
11311 never referenced. The space remains, but there's no way to
11312 get a (symbolic) handle on the variable from the debugger.]
11313
751a959b
EZ
113142000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11315
11316 * gdb.base/printcmds.c: Add typedeffed arrays.
11317
11318 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
11319 procedure to test arrays that are typedef'd.
11320
73a93a32
JI
113212000-03-13 James Ingham <jingham@leda.cygnus.com>
11322
11323 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 11324 the library directories.
73a93a32 11325
fb40c209
AC
11326Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
11327
11328 * configure.in (configdirs): Add sub directory gdb.mi.
11329 * configure: Re-generate.
11330
11331 * gdb.mi: New directory.
d63a86f8 11332
ee4dd2c9
AC
113332000-02-25 Scott Bambrough <scottb@netwinder.org>
11334
11335 * gdb.base/long_long.exp: Correct test suite failure when printing
11336 a long long value as a double on ARM platforms.
11337
70f0cc22
JB
113382000-02-16 Jim Blandy <jimb@redhat.com>
11339
11340 * gdb.base/break.exp ("breakpoint line number"): Make sure the
11341 default source file is set properly before running this test.
11342
853819b8
EZ
113432000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11344
11345 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
11346 gdbtk/library directory, not in gdbtcl2.
11347
dfcd3bfb
JM
113482000-02-04 Jim Blandy <jimb@redhat.com>
11349
11350 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
11351 backslash from regexp pattern.
11352
11353 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
11354 procedure. Use it to run all the "continue to bp overloaded"
11355 tests. Note that this changes the names of the tests slightly.
11356 If the breakpoint hit message includes a hex PC value, because
11357 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
11358 from the real source code, still consider that a pass.
11359
11360 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
11361 XFAIL here if the breakpoint message contains a hex address. Note
11362 similar change on 1999-11-02.
11363
11364 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
11365
11366 * gdb.base/ptype.exp: Establish a default source file before
11367 calling get_debug_format.
11368
113692000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
11370
11371 * gdb.base/watchpoint.exp: Remove duplication of test messages.
11372
8b93c638
JM
113732000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
11374
11375 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
11376 of successive stepi commands -- while in the prologue we should see
11377 the function entry bracket.
11378
113792000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
11380
11381 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
11382 reach __change_mode() when stepping through the end of main().
11383
c5394b80
JM
113842000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
11385
11386 * gdb.base/default.exp: Fix expected pattern.
11387 * gdb.base/help.exp: Same.
11388
0d06e24b
JM
113892000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11390
11391 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
11392 Don't use xfail's because that affects only the following test.
d63a86f8 11393
0d06e24b
JM
11394 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
11395 solaris or linux.
11396
11397 * gdb.base/selftest.exp: Update to reflect changes to main.c.
11398
dc96c6c7 113992000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 11400
d63a86f8 11401 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
11402 "A syntax error" rather than "A parse error". Accept both.
11403
114042000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
11405
11406 * gdb.base/default.exp: Remove OS dependent string from "target
11407 remote" test.
11408 * gdb.base/help.exp: Same for "help target remote" test.
11409
c3f6f71d
JM
114102000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11411
11412 From Jim Kingdon <kingdon@redhat.com>:
11413
11414 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
11415 prompt (cleanup rather than necessity, but still might keep output
11416 from spilling to next test).
11417
114182000-01-02 Fred Fish <fnf@cygnus.com>
11419
11420 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
11421 AIX, which defines them in <sys/types.h>.
11422
ed9a39eb 114231999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 11424
ed9a39eb
JM
11425 * gdb.base/default.exp: Match arm* etc instead of arm in "info
11426 float" test.
11427
114281999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 11429
ed9a39eb 11430 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
11431
11432 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
11433 outermost frame disallowed".
11434
114351999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
11436
11437 * gdb.base/setvar.exp: New tests for setting the value of a struct
11438 with a constant list.
11439
114401999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
11441
11442 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
11443 require the user to type a cast before setting the value of a struct.
11444
de57eccd
JM
114451999-12-06 Jim Blandy <jimb@cygnus.com>
11446
11447 * gdb.base/default.exp: Expect the new 'info float' command on
11448 all i386 platforms.
11449
11450 * gdb.threads/linux-dp.exp: Expand our ability to recognize
11451 LinuxThreads libraries that don't support debugging.
11452
c2d11a7d
JM
11453Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
11454
11455 * gdb.base/remote.c: Fill the buffer with truely random data.
11456 Change the buffer type to ``unsigned char'' to simplify size
11457 arithmetic.
11458
11459 * gdb.base/remote.exp: Reduce download numbers by one. Typical
11460 stub only handles 400-1 byte packets. Verify that the download
11461 worked.
11462
114631999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
11464
11465 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
11466 tests, using UNRESOLVED for the untested cases. Also, does not wait
11467 for a timeout if the prompt was received before a recognizable pattern.
11468
114691999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
11470
11471 * lib/gdb.exp (gdb_expect_list): Fix spelling.
11472
114731999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11474
11475 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
11476 watchpoints.
11477
114781999-11-24 Jason Merrill <jason@casey.cygnus.com>
11479
11480 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
11481
11482 * gdb.c++/local.exp: Be more flexible in recognizing local class
11483 name mangling. Don't allow horribly truncated method names.
11484 * gdb.c++/derivation.exp: Expect protected inheritance.
11485 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
11486 * gdb.c++/virtfunc.exp: Likewise.
11487 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
11488 when printing a nested enum.
11489
114901999-11-22 Jim Blandy <jimb@cygnus.com>
11491
11492 * gdb.base/step-test.exp: Properly await GDB's response to setting
11493 a breakpoint on the call to large_struct_by_value.
11494
11495 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
11496 just because we have debug info for the `start' function.
11497
114981999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
11499
11500 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
11501 "Unknown signal" messages, which indicate (on LinuxThreads) that
11502 GDB doesn't know how to debug threads on this system. This is
11503 better than hanging while philosopher 0 dumps chatter into gdb.log.
11504
115051999-11-18 Tom Tromey <tromey@cygnus.com>
11506
11507 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
11508
115091999-11-18 Fred Fish <fnf@cygnus.com>
11510
11511 * gdb.base/coremaker2.c: Add sample program for generating
11512 cores that is more self contained than coremaker.c. Eventually
11513 I'll add more code to this and tie it into the testsuite.
11514
4ce44c66
JM
115151999-11-12 Stan Shebs <shebs@andros.cygnus.com>
11516
11517 * gdb.base/dollar.exp: Remove, now in gdb.hp.
11518
115191999-11-10 Jimmy Guo <guo@cup.hp.com>
11520
11521 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
11522 from $srcdir/lib/.
11523 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
11524 and gdb.c++/.
11525
11526 * gdb.c++/derivation.exp: remove redundant get compiler info code.
11527
d63a86f8 11528 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
11529 'continue with watch' test point.
11530
115311999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
11532
11533 Merged from p2linux-990323-branch:
d63a86f8 11534
4ce44c66
JM
11535 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
11536
11cf8741
JM
11537Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
11538
11539 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
11540 {limit,fixed}''. Test ``set download-write-size''.
11541
11542Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
11543
11544 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
11545 gdb_expect_list.
11546
11547Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
11548
11549 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
11550
115511999-11-03 Mark Salter <msalter@cygnus.com>
11552
11553 * gdb.base/break.exp: Fix "stub continue" pattern.
11554
115551999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
11556
11557 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
11558
115591999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
11560
11561 * gdb.base/display.exp ("finish"): Add timeout clause.
11562
11563 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
11564 plain prompt clause, so this doesn't have to time out in order to
11565 fail.
11566
11567 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
11568 breakpoint hit messages include an address.
11569
11570 * gdb.base/display.exp: Don't forget to escape parens in regular
11571 expressions. Unix regexp notatation sucks.
11572
115731999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11574
11575 * gdb.base/annota1.exp: Test for annotate-signalled: change output
11576 order for 'signalled' message.
11577
5c44784c
JM
115781999-11-01 Stan Shebs <shebs@andros.cygnus.com>
11579
11580 From Jimmy Guo <guo@cup.hp.com>:
11581 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
11582 * gdb.base/annota1.c: Add code for tests to work with.
11583
115841999-10-26 Frank Ch. Eigler <fche@cygnus.com>
11585
11586 * gdb.base/remote.exp: New test for remote downloading settings.
11587 * gdb.base/remote.c: New file with large .data.
11588
917317f4
JM
115891999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
11590
11591 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
11592 for LinuxThreads support, merged from the Code Fusion branch.
11593
11594Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
11595
11596 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
11597 containing exp_continue into a while within an expect. Don't
11598 attempt a start more than three times. Check return value from
11599 gdb_load.
d63a86f8 11600
2df3850c
JM
11601Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
11602
11603 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
11604 a pass case.
11605
2acceee2
JM
116061999-10-01 Kevin Buettner <kevinb@cygnus.com>
11607
11608 * gdb.base/break.c (main): Added a statement that we can step
11609 off of.
11610 * gdb.base/break.exp: Added tests for setting a breakpoint
11611 at an offset and stepping onto a breakpoint.
11612
116131999-10-01 Fred Fish <fnf@cygnus.com>
11614
d63a86f8 11615 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
11616 gdb output.
11617
c2c6d25f
JM
116181999-09-18 Jim Blandy <jimb@cris.red-bean.com>
11619
11620 * gdb.base/break.exp: Code locations are in hex, don't forget!
11621 (For HP-UX.)
11622
116231999-09-17 Stan Shebs <shebs@andros.cygnus.com>
11624
11625 * condbreak.exp: Use break.c as test program.
11626 * condbreak.c: Remove, redundant with break.c.
11627
116281999-09-15 Stan Shebs <shebs@andros.cygnus.com>
11629
11630 * config/monitor.exp (gdb_target_monitor): Disable X- and
11631 Z-packets if the target needs it.
11632
116331999-09-13 James Ingham <jingham@leda.cygnus.com>
11634
11635 * gdb.c++/overload.exp: Added tests for listing overloaded
11636 functions with function pointers in the arg, explicitly calling
11637 out the version you want.
11638
cff3e48b
JM
116391999-09-09 Stan Shebs <shebs@andros.cygnus.com>
11640
11641 * long_long.exp: Add variations of test cases that work for
11642 targets with 16-bit ints and 32-bit doubles.
11643
d4f3574e
SS
116441999-09-08 Stan Shebs <shebs@andros.cygnus.com>
11645
11646 * break.c (main): Compare a possibly-uninitialized argc with an
11647 unlikely value that fits in 16 bits.
11648
116491999-09-07 Stan Shebs <shebs@andros.cygnus.com>
11650
11651 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
11652 0xfeeb, don't want negative numbers if ints are 16 bits.
11653
11654 * lib/gdb.exp (skip_cplus_tests): New proc.
11655 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
11656 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
11657 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
11658 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
11659 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
11660 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
11661 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
11662 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
11663
11664 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
11665
11666Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
11667
11668 * gdb.base/corefile.exp (up): Allow a parameter to appear
11669 in the frame that we're going up to.
11670
11671 From Jim Blandy <jimb@cygnus.com>:
11672
11673 * gdb.base/default.exp (info float): Expect some output now.
11674
11675 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
11676 returning floating-point values to fail on the x86.
11677 * gdb.base/callfwmall.exp (do_function_calls): Same.
11678
11679 * gdb.base/list.exp (test_listsize): Correct expectations for
11680 listing line 1 with listsize 2. Also, listing a single line
11681 works now, as does listing three lines. [Kevin's note: There
11682 were a number of other cases fixed too where the expectations
11683 differed...]
11684
116851999-09-02 Stan Shebs <shebs@andros.cygnus.com>
11686
11687 * gdb.base/selftest.exp: Add case for when version prints as
11688 constant string instead of char pointer.
11689
104c1213
JM
116901999-08-25 Stan Shebs <shebs@andros.cygnus.com>
11691
11692 * gdb.base/ending-run.exp: Add Solaris case for what happens when
11693 stepping out of main.
11694
11695 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
11696 G++ used.
11697
11698 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
11699 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
11700
11701 * gdb.c++/ovldbreak.exp: Update match string in test that
11702 includes a warning of multiple breakpoints.
11703
117041999-08-24 Stan Shebs <shebs@andros.cygnus.com>
11705
11706 * gdb.base/display.exp: Improve precision of step-after-finish
11707 added yesterday.
11708
11709 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
11710 test.
11711
11712 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
11713 configs when using G++, not just hppa*.
11714
117151999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11716
11717 * gdb.base/async.c: New file.
11718 * gdb.base/async.exp: New file.
11719
11720Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
11721
11722 * gdb.base/break.exp: Tweak PA specific tests to properly handle
11723 PA64.
11724
53a5351d
JM
11725Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
11726
104c1213
JM
11727 * gdb.base/display.exp: "finish" can leave us mid-line on many
11728 targets, deal with it. Add a small constant to main, instead of
11729 1000 since main+1000 may not be a valid address in the target.
11730
53a5351d
JM
11731 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
11732 on hpux11.
11733
11734 * gdb.base/attach.exp: Handle another hpux11 error message variant
11735 when attaching to a process that does not exist.
11736
117371999-08-19 J.T. Conklin <jtc@redback.com>
11738
11739 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
11740 characters in 'continue to 1241' test.
11741
117421999-08-17 Stan Shebs <shebs@andros.cygnus.com>
11743
11744 * gdb.base/call-ar-st.exp: Add a shorter match case for the
11745 stop in print_long_arg_list, define and use a whitespace
11746 variable in print_small_structs test, add an XFAIL for Solaris.
11747 * gdb.base/dbx.exp: XFAIL func commands until somebody is
11748 interested enough to fix.
11749
7be570e7
JM
117501999-08-13 Keith Seitz <keiths@cygnus.com>
11751
11752 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
11753 (dbx_gdb_load): Remove. Use gdb_load instead, since that
11754 proc knows about targets other than the natives.
11755 (test_assign): Use "gdb_run_cmd" to "run" the target.
11756 Check that we've actually hit the breakpoint at main.
11757 When we attempt to assign a value to a local variable, check
11758 that the variable is in the current scope, i.e., don't use
11759 a test with an empty result.
11760
11761Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
11762
11763 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
11764 command.
11765
117661999-08-09 Stan Shebs <shebs@andros.cygnus.com>
11767
11768 From Jimmy Guo <guo@cup.hp.com> and others at HP:
11769 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
11770 gdb.compat, gdb.threads-hp.
11771 gdb.hp/configure, gdb.hp/configure.in: New files.
11772 gdb.hp/Makefile.in: Recurse into new subdirs.
11773 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
11774 gdb.hp/gdb.objdbg: New directory, tests for debugging info
11775 in object files.
11776 gdb.hp/tools: New directory, aux tools for HP-specific tests.
11777
96baa820
JM
117781999-08-05 Stan Shebs <shebs@andros.cygnus.com>
11779
11780 * gdb.base/display.exp: Help expect by putting a newline in the
11781 funky printf, remove a bogus p/a test.
11782
117831999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11784
11785 * gdb.base/display.exp: Make sure that when we say 'run', we are
11786 connected to the target. This is necessary when running not
11787 natively.
11788
117891999-08-03 Stan Shebs <shebs@andros.cygnus.com>
11790
11791 * gdb.base/step-test.exp: Removed some extraneous messages.
11792
11793 * gdb.base/long_long.exp: Don't run memory examination tests
11794 on little-endian targets (they will need a different set of
11795 results to match).
11796
117971999-08-02 Stan Shebs <shebs@andros.cygnus.com>
11798
11799 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
11800 until somebody decides to fix GDB.
11801
11802 * gdb.base/long_long.c: Stop compiler complaint by specifying long
11803 constant as "ULL".
11804 * gdb.base/long_long.exp: Loosen x/c test, add partial result
11805 matches for a couple x/2 commands.
11806
a0b3c4fd
JM
118071999-07-30 Stan Shebs <shebs@andros.cygnus.com>
11808
11809 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
11810 by merging in ref-types2 tests.
11811 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
11812
11813 From Jimmy Guo <guo@cup.hp.com> and others at HP:
11814 * gdb.c++/Makefile.in: Add standard actions.
11815 (EXECUTABLES): Rename from PROGS, update list.
11816 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
11817 from gdb.hp.
11818 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
11819 foo and bar locals.
11820 * gdb.c++/anon-union.exp: Fix tests to match.
11821 * gdb.c++/classes.exp: Run if HP compiler used, add extra
11822 expect matches to handle output variations.
11823 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
11824 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
11825 output, add HP alternatives for new and delete prints.
11826 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
11827 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
11828 * gdb.c++/demangle.exp: Use $style when reporting failure.
11829 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
11830 * gdb.c++/inherit.exp: Run if HP compiler used, add some
11831 match alternatives.
11832 * gdb.c++/local.exp: Add match alternatives or xfails for HP
11833 compilers.
11834 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
11835 * gdb.c++/method.exp: Add match alternatives.
11836 * gdb.c++/misc.cc: Add bool types.
11837 * gdb.c++/misc.exp: Add tests for bool types.
11838 * gdb.c++/overload.exp: Add xfails.
11839 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
11840 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
11841 add some more template parameter tests (only for HP currently).
11842 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
11843 * gdb.c++/virtfunc.cc: Add return type and value for main.
11844 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
11845 match alternatives.
d63a86f8 11846
a0b3c4fd
JM
118471999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11848
11849 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
11850
118511999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
11852
11853 * gdb.base/signals.exp: Don't expect getting a backtrace from
11854 within a signal handler to fail on Linux.
11855
118561999-07-29 Stan Shebs <shebs@andros.cygnus.com>
11857
11858 From Jimmy Guo <guo@cup.hp.com> and others at HP:
11859 * lib/gdb.exp: Remove some gratuitious semicolons.
11860 (delete_breakpoints): Increase timeout.
11861 (gdb_expect): Add -notransfer option.
11862 (gdb_test): Use -notransfer option.
11863 (get_compiler_info): Add f77 case.
11864 (get_compiler): New proc, split out from gdb_preprocess, add f77
11865 case.
11866 (gdb_preprocess): Call get_compiler.
11867
11868 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
11869 * gdb.base/attach.exp, gdb.base/display.exp,
11870 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
11871 gdb.base/long_long.exp, gdb.base/printcmds.exp,
11872 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
11873 third arg to gdb_test.
11874 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
11875 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
11876 HP-UX xfails, add others.
11877 * gdb.base/completion.exp: Reflect name change of self-test.
11878 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
11879 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
11880 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
11881 HP failure number.
11882 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
11883 useless HP-UX 10.30 references.
11884 * gdb.base/maint.exp: Loosen matches.
11885 * gdb.base/pointers.c (main): Declare more_code.
11886 * gdb.base/pointers.exp: Match on output of a `next'.
11887 * gdb.base/structs.c: Add prototypes.
11888 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
11889 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
11890
118911999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11892
11893 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
11894 command.
11895
118961999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11897
11898 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
11899 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
11900
11901 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
11902 debug info. Deal with lack of signal hanlder info in stack.
11903
a9c64011 11904 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
11905 * gdb.base/annota1.exp: If printf has debug info, deal with it.
11906
5a2468f5
JM
119071999-07-19 Stan Shebs <shebs@andros.cygnus.com>
11908
11909 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
11910 gdb.base/foll-vfork.exp: Don't run for crosses.
11911
adf40b2e
JM
11912Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
11913
11914 * gdb.base/configure.in: Check for gdbvars.exp instead of
11915 a1-selftest.exp.
11916 * gdb.base/configure: Re-generate.
11917
119181999-07-12 Stan Shebs <shebs@andros.cygnus.com>
11919
11920 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
11921 in trying to run first and name is too long.
11922
11923 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
11924 pointers2.c and pointers2.exp, respectively.
11925 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
11926 doschk happier.
11927
43e526b9
JM
119281999-07-08 Stan Shebs <shebs@andros.cygnus.com>
11929
11930 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
11931 callfuncs2.c and callfuncs2.exp.
11932
11933 * gdb.base/list.exp: Remove mistaken xfails.
11934 * gdb.base/list0.h: Add optional prototypes.
11935
9846de1b
JM
11936Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
11937
a9c64011 11938 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
9846de1b 11939 calling malloc.
a9c64011
AS
11940 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
11941 * ptype.exp: Move test for get_debug_format to before its first
9846de1b
JM
11942 use.
11943
119441999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
11945
11946 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
11947 * gdb.base/annota2.cc, annota2.exp: Move from here.
11948 * gdb.c++/annota2.cc, annota2.exp: To here.
11949 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
11950
43ff13b4
JM
11951Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
11952
11953 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
11954 a consistent format.
11955
085dd6e6
JM
119561999-06-25 Stan Shebs <shebs@andros.cygnus.com>
11957
11958 From Jimmy Guo <guo@cup.hp.com> and others at HP:
11959 * lib/gdb.exp (get_compiler_info): Add detection for assorted
11960 HP compilers, also set the globals $true and $false.
11961
11962 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
11963 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
11964 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
11965 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
11966 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
11967 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
11968 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
11969 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
11970 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
11971 whatis.c} Add C++ compatible function definitions and return
11972 types, add includes for library functions.
11973 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
11974 * gdb.base/step-test.c (myglob): Rename from glob.
11975 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
11976 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
11977 files, move here from gdb.hp.
11978 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
11979 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
11980 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
11981 Adjust line numbers in regexps.
11982
11983 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
11984 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
11985 instead of 0/1.
11986
11987 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
11988 foll-vfork.exp: New files, move here from gdb.hp.
11989 * gdb.base/page.exp: New file, test of pagination command.
11990
11991 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
11992 recursion test.
11993 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
11994
11995 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
11996 gdb.base/solib.exp: Fix compiler invocation process.
11997
11998 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
11999 HP-UX 11, turn off overload resolution explicitly.
12000 * gdb.base/commands.exp: Set argument list explicitly, add
12001 watchpoint test.
12002 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
12003 them work.
12004 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
12005 expressions properly.
12006 * gdb.base/corefile.exp: Loosen the match slightly.
12007 * gdb.base/default.exp: Allow "Error accessing memory" message
12008 also.
12009 * gdb.base/display.exp: Skip over x/0 j if PA64.
12010 * gdb.base/funcargs.exp: Add xfails for HP-UX.
12011 * gdb.base/interrupt.exp: Ditto.
12012 * gdb.base/langs.exp: Add symbolic matches governed by compiler
12013 in use.
12014 * gdb.base/list.exp: Add xfails for HP-UX.
12015 * gdb.base/long_long.exp: Refine some of the numeric matches.
12016 * gdb.base/mips_pro.exp: Xfail on HP-UX.
12017 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
12018 * gdb.base/nodebug.exp: Succeed on more varieties of output.
12019 * gdb.base/opaque.exp: Remove some HP-UX xfails.
12020 * gdb.base/ptype.exp: Succeed on more varieties of output.
12021 * gdb.base/scope.exp: Add xfails for HP-UX.
12022 * gdb.base/sect-cmd.exp: Add more cases.
12023 * gdb.base/setvar.exp: Add xfails for HP-UX.
12024 * gdb.base/shlib-call.exp: Loosen some matches slightly.
12025 * gdb.base/signals.exp: Match on void symbolically.
12026 * gdb.base/step-test.exp: Add case for PA64.
12027 * gdb.base/term.exp: Add exit and restart.
12028 * gdb.base/twice.exp: Clean up after self.
12029 * gdb.base/varargs.exp: Disable overload resolution explicitly.
12030 * gdb.base/whatis.exp: Allow more ways to pass tests.
12031
12032 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
12033 no longer useful.
12034
12035Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
12036
12037 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
12038 list of patterns.
12039 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
12040 print_double_array(double_array)", "continuing to breakpoint
12041 1018", "print print_double_array(array_d)" and "continuing to
12042 1034" tests.
d63a86f8 12043
085dd6e6
JM
120441999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
12045
a9c64011 12046 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
12047
120481999-06-24 Stan Shebs <shebs@andros.cygnus.com>
12049
12050 * config/mt-*: Remove, these haven't been used since 1996.
12051
120521999-06-22 Stan Shebs <shebs@andros.cygnus.com>
12053
12054 * gdb.base/call-strs.c, gdb.base/ending-run.c,
12055 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
12056 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
12057
9e0b60a8
JM
120581999-06-18 Stan Shebs <shebs@andros.cygnus.com>
12059
12060 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
12061 simpler match case for the ptype of the big class.
12062
120631999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
12064
12065 * gdb.exp: Fix test for gdb_prompt existence.
12066
120671999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
12068
12069 * gdb.exp (gdb_test): Add fail after calls to perror.
12070
120711999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
12072
12073 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
12074
120751999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
12076
12077 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
12078
0f71a2f6
JM
12079Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
12080
12081 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
12082 malloc() is linked in.
12083
120841999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
12085
12086 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
12087 step at end.
12088
12089 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
12090
120911999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
12092
12093 * gdb.java/jv-print.exp: New file. (Our first Java test!)
12094
cce74817
JM
12095Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
12096
12097 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
12098 * gdb.base/mips_pro.exp: Likewise.
12099
121001999-06-02 Keith Seitz <keiths@cygnus.com>
12101
12102 * gdb.c++/templates.cc: Change all "new" operators to throw
12103 an exception.
12104 * gdb.c++/cplusfuncs.cc: Likewise.
12105
12106 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
12107
12108Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
12109
12110 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
12111 * gdb.base/ending-run.exp: When stepping out of main, accept a
12112 step into an arbitrary assembler file.
cce74817 12113
392a587b
JM
121141999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12115
d63a86f8 12116 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 12117 "breakpoint-invalid" to be printed.
d63a86f8 12118 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
12119 number of "frames-invalid" and "breakpoint-invalid" to be printed.
12120 * gdb.base/annota2.cc: Initialize a.x to 0.
12121
9e086581
JM
121221999-05-17 Keith Seitz <keiths@cygnus.com>
12123
12124 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
12125 when "skip_float_tests" set.
12126 Ditto for "print print_double_array(array_d)", "print print_small_structs",
12127 "print print_ten_doubles", and "step into print_long_arg_list".
12128 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
12129 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
12130 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
12131 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
12132 "skip_float_tests" is set.
12133 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
12134 when "skip_float_tests" set.
d63a86f8 12135
cd0fc7c3
SS
121361999-05-06 Keith Seitz <keiths@cygnus.com>
12137
12138 * gdb.base/annota2.cc: Include stdio.h.
12139
12140Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
12141
12142 * gdb.base/crossload.exp: Remove, this has been disabled ever
12143 since BFD stopped including all targets, and cross-GDB gets
12144 plenty of testing anyway.
12145 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
12146 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
12147 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
12148 * gdb.base/README: Remove, was doc for this.
12149 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
12150 needed.
12151
b83266a0
SS
121521999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12153
12154 * gdb.base/call-ar-st.exp: Fix one regular expression in test
12155 output.
12156
12157 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
12158 * gdb.base/annota2.exp: New file. More annotation tests.
12159 * gdb.base/annota1.c: New file. Source file for annota1.exp.
12160 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
12161
121621999-04-23 Angela Marie Thomas <angela@cygnus.com>
12163
12164 * config/cfdbug.exp: New file.
12165
7a292a7a
SS
121661999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
12167
12168 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
12169 Marcus Daniel's and Dale Hawkins's demangler crashes.
12170
12171 * gdb.c++/demangle.exp (test_gnu_style_demangling,
12172 test_lucid_style_demangling, test_arm_style_demangling,
12173 test_hp_style_demangling): Try Tom Tromey's core-dumping
12174 identifier under each demangling style.
12175
121761999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
12177
12178 * gdb.c++/demangle.exp: Include the current demangling style
12179 in all test names.
12180 (current_demangling_style): New global variable.
12181 (set_demangling_style, test_demangling_core, test_demangling,
12182 test_demangling_exact): New functions.
12183 (test_gnu_style_demangling, test_lucid_style_demangling,
12184 test_arm_style_demangling, test_hp_style_demangling): Use those,
12185 instead of calling gdb_test and gdb_test_exact directly.
12186 (catch_demangling_errors): New function, which reports errors
12187 signalled by the demangling test functions in an orderly way.
12188 (do_tests): Use catch_demangling_errors.
12189
121901999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
12191
12192 * gdb.base/signals.exp (test_handle_all_print): Use () for
12193 grouping in expressions, not {}.
12194
12195 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
12196 initialized yet.
12197
121981999-04-01 Stan Shebs <shebs@andros.cygnus.com>
12199
12200 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
12201 are listed.
12202
122031999-03-26 Stan Shebs <shebs@andros.cygnus.com>
12204
12205 * gdb.stabs/weird.exp: Test for CC being defined before
12206 looking at its value.
12207
122081999-03-25 Stan Shebs <shebs@andros.cygnus.com>
12209
12210 * gdb.base/call-ar-st.exp: Remove stray '#'.
12211 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
12212 "short int" and "long int".
12213 * gdb.c++/overload.cc: Cast the string added in the previous
12214 change, to mollify finicky HP compiler.
12215 * gdb.hp/reg-test.exp (testfile): Fix file name.
12216 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 12217
7a292a7a
SS
12218 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
12219 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
12220 alternate form of enum ptype.
12221
c906108c
SS
122221999-03-23 Stan Shebs <shebs@andros.cygnus.com>
12223
7a292a7a
SS
12224 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
12225 * gdb.hp/*.exp: Change all to run compiler probe only after
12226 passing skip_hp_tests, so as not to waste time on guaranteed
12227 failure.
12228
c906108c
SS
12229 * gdb.c++/overload.cc: Pass string instead of char addr, always
12230 init ccpfoo.
12231 * gdb.c++/templates.cc: Fix syntax error.
12232
7a292a7a
SS
12233Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12234
12235 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 12236 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
12237 command.
12238
122391999-03-18 James Ingham <jingham@cygnus.com>
12240
12241 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
12242
12243 * gdb.c++/method.exp: It was testing an uninitialized int on the
12244 stack and assuming it was positive.
12245
12246 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
12247
12248 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 12249 keep it from killing the rest of the tests.
7a292a7a
SS
12250 Use gdb_continue_to_end.
12251
12252 * gdb.base/sigall.exp: use gdb_continue_to_end.
12253
12254 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
12255
12256 * gdb.base/display.exp: use runto_main, not run.
12257
d63a86f8
RM
12258 * gdb.base/default.exp: Check for the current error message in the
12259 r abbreviation test.
7a292a7a
SS
12260 Add strongarm to the targets that know info float.
12261
d63a86f8 12262 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
12263 run which doesn't work with monitors.
12264
12265 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
12266
12267 * gdb.base/break.exp: use the gdb_continue_to_end proc.
12268
12269 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
12270 program. Traps the case (in Cygmon) when the program never really
12271 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
12272 more places, so I used my name. Sorry Mark...
12273
12274 * config/monitor.exp (gdb_target_monitor): added another
12275 target_info parameter: remotebinarydownload. This will set the
12276 remotebinarydownload flag if this is causing some boards trouble.
12277
122781999-03-18 Mark Salter <msalter@cygnus.com>
12279
12280 * lib/gdb.exp (continue_to_exit): New function.
12281
12282 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
12283 * gdb.base/ending-run.exp: Ditto.
12284 * gdb.base/step-test.exp: Ditto.
12285
122861999-03-16 Stan Shebs <shebs@andros.cygnus.com>
12287
12288 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
12289 (suggested by Art Haas <ahaas@neosoft.com>).
12290
122911999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
12292
12293 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
12294
12295Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
12296
12297 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
12298 descriptions of types (short unsigned int vs unsigned short, etc).
12299
123001999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
12301
12302 * gdb.base/call-strs.exp: Don't assume that `step' will step over
12303 a call to strlen; sometimes we do have sources.
12304
123051999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
12306
12307 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
12308 character, so GDB won't print garbage after its end.
d63a86f8 12309
c906108c
SS
12310 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
12311 breakpoint there instead. Sometimes GCC emits memcpy to handle
12312 the large structures being passed by value, so we step into that
12313 instead of sum_array_print, which obscures what we're really testing.
12314 * gdb.base/step-test.exp: However, we do want a test that notices
12315 the bizarre steps into memcpy, so do that here. Add check for
12316 stepping into function calls that pass large structures by value.
12317 ("Is that a noun clause, or are you just happy to see me?")
12318 Remove all references to specific line numbers.
12319 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
12320 New type and function.
12321 (main): Call large_struct_by_value, passing it a large struct by value.
12322 * lib/gdb.exp (gdb_get_line_number): New function.
12323
12324 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
12325 more portable.
12326
7a292a7a
SS
123271999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
12328
c906108c
SS
12329 * lib/gdb.exp: Doc fixes.
12330
7a292a7a
SS
123311999-03-05 Nick Clifton <nickc@cygnus.com>
12332
d63a86f8 12333 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
12334
123351999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
12336
c906108c
SS
12337 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
12338 commands. They're not germane to this test, and they don't work
12339 that way on remote targets.
12340
3fc11d3e
JM
123411999-03-01 James Ingham <jingham@cygnus.com>
12342
12343 * Changelog entries merged over from gdb development branch.
12344
3fc11d3e
JM
12345 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
12346
12347 * lib/gdb.exp (gdbtk_analyze_results): Generic function
12348 for outputting results of test run.
12349
2d4a1622 12350 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
12351
12352 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 12353
7a292a7a
SS
123541999-02-25 Felix Lee <flee@cygnus.com>
12355
12356 * lib/gdb.exp (debug_format): initialize
12357
c906108c
SS
123581999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
12359
12360 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
12361 * gdb.base/call-rt-st.c: Ditto.
12362
c906108c
SS
123631999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
12364
12365 * gdb.threads/pthreads.exp (horiz): New variable.
12366 (test_startup): Fix regexps that capture thread numbers.
12367
123681999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
12369
12370 * gdb.base/smoke.exp: Disambiguate two test case names (both
12371 called ``print'').
12372
12373Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
12374
12375 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
12376 compilation.
12377
123781999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
12379
12380 * gdb.base/miscexprs.exp: Change patterns to match GDB's
12381 actual output formatting.
12382 * gdb.base/smoke.exp: GDB removes leading 0's.
12383 * gdb.base/volatile.exp: Don't check type of remuneration;
12384 that variable is no longer defined in constvars.c.
12385 * gdb.base/step-test.c (main): Exit with explicit exit code.
12386 * gdb.base/step-test.exp: Remove two nexti checks--they are
12387 not portable.
12388
123891999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
12390
12391 * gdb.base/help.exp ("help delete display"): Fix test to match
12392 gdb's output.
12393
12394 * gdb.base/long_long.c (known_types): Initialize values to zero.
12395 * gdb.base/long_long.exp: Step one more line
12396 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
12397 leading zeros. Explicitly ask for hex formatting. Use
12398 unique test case names.
c906108c
SS
12399
12400Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12401
d63a86f8 12402 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
12403
12404 * gdb.c++/method.exp: Add missing close brace.
12405
124061999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
12407
12408 * gdb.base/maint.exp: Use 'set height 0' to disable page
12409 prompting, not 'set height 400'.
12410
12411 Fix a bunch of timeouts.
12412 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
12413 four separate tests, so expect doesn't take forever to match a ton
12414 of text against a regexp with lots of .* forms.
12415 ("maint print psymbols", "maint print symbols"): Make some of
12416 these greps more selective, so that expect doesn't try to wade
12417 through huge piles of output and time out.
12418
12419 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
12420
12421 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
12422 tests: one which doesn't expect shlib events to be reported, and
12423 another which does, but is XFAIL for all platforms other than
12424 HP/UX.
12425
12426 * gdb.base/break.exp: Teach the test suite that the `catch
12427 fork', `catch vfork', and `catch exec' commands produce error
12428 messages on platforms that don't provide these features.
12429
12430Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
12431
12432 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
12433 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
12434 (shortening names from solib_threshold.exp etc), won't run on
12435 anything but HP-UX for the foreseeable future.
12436 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
12437 reflect move.
12438
12439Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
12440
12441 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
12442 gdb.trace/Makefile.in (clean): Remove all test executables.
12443
12444Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
12445
12446 * gdb.base/shlib-call.exp: add test cases to verify that gdb
12447 successfully re-sets breakpoints in shared libraries.
12448 * gdb.base/shmain.c (main): return 0, don't fall off the end.
12449
12450Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
12451
d63a86f8
RM
12452 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
12453 and compiled w/o GCC.
c906108c
SS
12454
12455 * gdb.hp/watch-cmd.exp: ditto.
12456
12457 * gdb.hp/watch-hp.exp: ditto.
12458
12459 * gdb.hp/xdb1.exp: ditto.
12460
12461 * gdb.hp/xdb2.exp: ditto.
12462
12463 * gdb.hp/dbx.exp: ditto.
12464
12465Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
12466
12467 * constvars.c: Remove C++-isms.
12468 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
12469 with GCC.
12470
12471Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
12472
12473 The following changes are part of the HP merge.
12474
12475 * gdb.base/break.exp: new tests to verify that catchpoints for
12476 fork, vfork, and exec don't trigger inappropriately.
12477
12478 * gdb.base/opaque.exp: compile one file at a time, then link.
12479
12480 * gdb.base/signals.exp: be more restrictive about which hppa
12481 systems receive a setup_xfail. new tests.
12482
12483 * gdb.base/solib_threshold.build: new file.
12484 * gdb.base/solib_threshold.exp: new file.
12485 * gdb.base/solib_threshold.link_opts: new file.
12486 * gdb.base/solib_threshold.mk: new file.
12487 * gdb.base/gen_solib_threshold.c: new file.
12488
12489 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
12490 tests. New tests for enums inside classes.
12491
12492 * gdb.c++/compiler.cc: indicate support of template debugging.
12493
12494 * gdb.c++/demangle.exp: run hp style demangling tests.
12495
12496 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
12497 tests.
12498
12499 * gdb.c++/misc.cc: changes to support new tests.
12500
12501 * gdb.c++/templates.cc: changes to support HP's compiler; changes
12502 to support new tests.
12503
12504 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
12505 gcc, then skip these tests.
12506
12507Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
12508
12509 The following files are part of the HP merge; some had longer
12510 names at HP, but have been renamed to be no more than 14
12511 characters in length.
12512
12513 * gdb.hp/ambiguous.cc: new file.
12514 * gdb.hp/ambiguous.exp: new file.
12515 * gdb.hp/attach.exp: new file.
12516 * gdb.hp/attach2.exp: new file.
12517 * gdb.hp/classes-hp.exp: new file.
12518 * gdb.hp/ctti.exp: new file.
12519 * gdb.hp/ctti-add.cc: new file.
12520 * gdb.hp/ctti-add1.cc: new file.
12521 * gdb.hp/ctti-add2.cc: new file.
12522 * gdb.hp/ctti-add3.cc: new file.
12523 * gdb.hp/dbx.exp: new file.
12524 * gdb.hp/exception.cc: new file.
12525 * gdb.hp/exception.exp: new file.
12526 * gdb.hp/foll-exec.c: new file.
12527 * gdb.hp/foll-exec.exp: new file.
12528 * gdb.hp/foll-fork.c: new file.
12529 * gdb.hp/foll-fork.exp: new file.
12530 * gdb.hp/foll-vfork.c: new file.
12531 * gdb.hp/foll-vfork.exp: new file.
12532 * gdb.hp/inherit-hp.exp: new file.
12533 * gdb.hp/more-steps.exp: new file.
12534 * gdb.hp/namespace.cc: new file.
12535 * gdb.hp/namespace.exp: new file.
12536 * gdb.hp/optimize.exp: new file.
12537 * gdb.hp/pxdb.c: new file.
12538 * gdb.hp/pxdb.exp: new file.
12539 * gdb.hp/quicksort.exp: new file.
12540 * gdb.hp/reg-test.exp: new file.
12541 * gdb.hp/reg-test.s: new file.
12542 * gdb.hp/sized-enum.c: new file.
12543 * gdb.hp/sized-enum.exp: new file.
12544 * gdb.hp/start-stop.exp: new file.
12545 * gdb.hp/templ-hp.cc: new file.
12546 * gdb.hp/templ-hp.exp: new file.
12547 * gdb.hp/thr-lib.c: new file.
12548 * gdb.hp/thr-lib.exp: new file.
12549 * gdb.hp/thr-lib.h: new file.
12550 * gdb.hp/thr-liblib.c: new file.
12551 * gdb.hp/virtfun-hp.c: new file.
12552 * gdb.hp/virtfun-hp.exp: new file.
12553 * gdb.hp/watch-cmd.exp: new file.
12554 * gdb.hp/watch-hp.exp: new file.
12555 * gdb.hp/xdb1.exp: new file.
12556 * gdb.hp/xdb2.exp: new file.
12557 * gdb.hp/xdb3.exp: new file.
12558
12559Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
12560
12561 The following files are part of the HP merge; some had longer
12562 names at HP, but have been renamed to be no more than 14
12563 characters in length.
12564
12565 * gdb.base/ss.h: new file.
12566 * gdb.base/call-ar-st.c: new file.
12567 * gdb.base/call-ar-st.exp: new file.
12568 * gdb.base/call-rt-st.c: new file.
12569 * gdb.base/call-rt-st-exp: new file.
12570 * gdb.base/call-strs.exp: new file.
12571 * gdb.base/ena-dis-br.exp: new file.
12572 * gdb.base/environ.exp: new file.
12573 * gdb.base/long_long.exp: new file.
12574 * gdb.base/sect-cmd.exp: new file.
12575 * gdb.base/shlib-cl2.exp: new file.
12576 * gdb.base/smoke.exp: new file.
12577 * gdb.base/so-impl-ld.c: new file.
12578 * gdb.base/so-impl-ld.exp: new file.
12579 * gdb.base/so-indr-cl.c: new file.
12580 * gdb.base/so-indr-cl.exp: new file.
12581 * gdb.base/varargs.exp: new file.
12582 * gdb.base/volatile.exp: new file.
12583 * gdb.base/whatis-exp.exp: new file.
7a292a7a 12584 * gdb.base/display.exp: new file.
c906108c
SS
12585 * gdb.c++/derivation.exp: new file.
12586 * gdb.c++/local.exp: new file.
12587 * gdb.c++/member-ptr.exp: new file.
12588 * gdb.c++/overload.exp: new file.
12589 * gdb.c++/ovldbreak.exp: new file.
12590 * gdb.c++/ref-types.exp: new file.
12591 * gdb.c++/ref-types2.exp: new file.
12592 * gdb.c++/userdef.exp: new file.
d63a86f8 12593
c906108c
SS
12594Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
12595
12596 * gdb.base/default.exp: Reflect wording change in remote.c.
12597
dc96c6c7 12598Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12599
12600 * gdb.base/help.exp: Update to reflect current text.
12601
12602Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
12603
12604 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
12605 they're stack variables and contain garbage.
12606 * gdb.c++/anon-union.exp: new file.
12607
12608 The following changes were made by David Taylor
12609 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
12610 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
12611 in changes by HP.
12612
12613 * gdb.base/bitops.exp: new file.
12614 * gdb.base/default.exp: change expected messages for catch and
12615 info catch tests to reflect HP merge changes.
12616 * gdb.base/enable-disable-break.exp
12617 * gdb.base/ending-run.c: new file.
12618 * gdb.base/long_long.c: new file.
12619 * gdb.base/maint.exp: new file.
12620 * gdb.base/pointers2.exp: new file.
12621 * gdb.base/shlib-call2.exp: new file.
12622 * gdb.base/solib.exp: new file.
12623 * gdb.base/step-test.c: new file.
12624 * gdb.c++/anon-union.cc: new file.
12625 * gdb.c++/local.cc: new file.
12626 * gdb.c++/member-pointer.cc: new file.
12627 * gdb.c++/method.cc: new file.
12628 * gdb.c++/ref-types.cc: new file.
12629 * gdb.c++/ref-types2.cc: new file.
12630 * gdb.c++/userdef.cc: new file.
d63a86f8 12631
c906108c
SS
12632 * gdb.base/scope.exp: compile one file at a time, then link.
12633 * gdb.base/langs.exp: ditto.
12634 * gdb.base/list.exp: ditto.
d63a86f8 12635
c906108c
SS
12636Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
12637
12638 The following changes were made by David Taylor
12639 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
12640 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
12641 in changes by HP.
d63a86f8 12642
c906108c
SS
12643 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
12644 skip tests. When compiling pass c++ flag to gdb_compile.
12645 * gdb.c++/
d63a86f8 12646
c906108c
SS
12647 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
12648 test for on hppa*-*-hpux*; use args to see if c++ was specified.
12649 (skip_hp_tests): new function.
12650 (gdb_preprocess): new function.
12651
12652 * configure.in (hpdir): decide whether to configure gdb.hp.
12653 * configure: regenerated.
12654
12655 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
12656 to delete on clean.
12657 (EXECUTABLES): update to reflect new additions.
12658 * gdb.base/commands.exp: update message expected.
12659 * gdb.base/default.exp: add copyright notice.
12660 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
12661 * gdb.base/help.exp: update messages to reflect current text.
12662 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
12663 targets for recurse tests.
12664 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
12665 skip this file.
12666
12667 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
12668 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
12669 compilation.
12670 * gdb.c++/misc.exp: ditto.
12671 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
12672 run the tests. tell gdb_compile that it's a c++ compilation.
12673
12674 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 12675
c906108c
SS
12676 * gdb.base/all-bin.exp: new file.
12677 * gdb.base/arithmet.exp: new file.
12678 * gdb.base/assign.exp: new file.
12679 * gdb.base/completion.exp: new file.
12680 * gdb.base/cond-expr.exp: new file.
12681 * gdb.base/condbreak.exp: new file.
12682 * gdb.base/define.exp: new file.
12683 * gdb.base/dollar.exp: new file.
12684 * gdb.base/environment.exp: new file.
12685 * gdb.base/eval-skip.exp: new file.
12686 * gdb.base/jump.exp: new file.
12687 * gdb.base/logical.exp: new file.
12688 * gdb.base/pointers.exp: new file.
12689 * gdb.base/relational.exp: new file.
12690 * gdb.base/section_command.exp: new file.
12691 * gdb.base/whatis-expr.exp: new file.
12692
12693 * gdb.base/all-types.c: new file.
12694 * gdb.base/call-array-struct.c: new file.
12695 * gdb.base/call-return-struct.c: new file.
12696 * gdb.base/call-strings.c: new file.
12697 * gdb.base/callfuncs2.c: new file.
12698 * gdb.base/condbreak.c: new file.
12699 * gdb.base/constvars.c: new file.
12700 * gdb.base/display.c: new file.
12701 * gdb.base/int-type.c: new file.
12702 * gdb.base/jump.c: new file.
12703 * gdb.base/miscexprs.c: new file.
12704 * gdb.base/pointers.c: new file.
12705 * gdb.base/pointers2.c: new file.
12706 * gdb.base/shmain.c: new file.
12707 * gdb.base/shr1.c: new file.
12708 * gdb.base/shr2.c: new file.
12709 * gdb.base/solib.c: new file.
12710 * gdb.base/solib1.c: new file.
12711 * gdb.base/solib2.c: new file.
12712 * gdb.base/varargs.c: new file.
12713 * gdb.c++/derivation.cc: new file.
12714 * gdb.c++/overload.cc: new file.
12715 * gdb.c++/ovldbreak.cc: new file.
12716 * gdb.hp/attach.c: new file.
12717 * gdb.hp/attach2.c: new file.
12718 * gdb.hp/average.c: new file.
12719 * gdb.hp/compiler.c: new file.
12720 * gdb.hp/compiler.cc: new file.
12721 * gdb.hp/execd-program.c: new file.
12722 * gdb.hp/follow-exec.c: new file.
12723 * gdb.hp/follow-fork.c: new file.
12724 * gdb.hp/follow-vfork-and-exec.c: new file.
12725 * gdb.hp/misc-hp.cc: new file.
12726 * gdb.hp/more-steps.c: new file.
12727 * gdb.hp/optimize.c: new file.
12728 * gdb.hp/quicksort.c: new file.
12729 * gdb.hp/run-hp.c: new file.
12730 * gdb.hp/start-stop.c: new file.
12731 * gdb.hp/sum.c: new file.
12732 * gdb.hp/templates-hp.cc: new file.
12733 * gdb.hp/thread-local-in-lib.c: new file.
12734 * gdb.hp/thread-local-in-lib.h: new file.
12735 * gdb.hp/thread-local-in-lib.lib.c: new file.
12736 * gdb.hp/vforked-program.c: new file.
12737 * gdb.hp/virtfunc-hp.cc: new file.
12738 * gdb.hp/watchpoint-hp.c: new file.
12739 * gdb.hp/xdb.c: new file.
12740 * gdb.hp/xdb0.c: new file.
12741 * gdb.hp/xdb0.h: new file.
12742 * gdb.hp/xdb1.c: new file.
12743
12744Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
12745
12746 The following change was made by Edith Epstein
12747 <eepstein@cygnus.com> as part of a project to merge in changes
12748 originally made by HP; HP did not create ChangeLog entries.
12749
12750 * gdb.c++/demangle.exp: changed the expected output for some
12751 ARM-style mangling -- removed second reference to datatype.
12752 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 12753 T1<char>::~T1<char>(void)
c906108c 12754 becomes,
a9c64011
AS
12755 maint demangle __dt__11T1__pt__2_cFv
12756 T1<char>::~T1(void)
c906108c
SS
12757
12758 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 12759
c906108c
SS
12760Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
12761
12762 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
12763 * gdb.trace/backtrace.exp: Likewise.
12764 * gdb.trace/circ.exp: Likewise.
12765 * gdb.trace/collection.exp: Likewise.
12766 * gdb.trace/deltrace.exp: Likewise.
12767 * gdb.trace/infotrace.exp: Likewise.
12768 * gdb.trace/limits.exp: Likewise.
12769 * gdb.trace/packetlen.exp: Likewise.
12770 * gdb.trace/passc-dyn.exp: Likewise.
12771 * gdb.trace/passcount.exp: Likewise.
12772 * gdb.trace/report.exp: Likewise.
12773 * gdb.trace/save-trace.exp: Likewise.
12774 * gdb.trace/tfind.exp: Likewise.
12775 * gdb.trace/tracecmd.exp: Likewise.
12776 * gdb.trace/while-dyn.exp: Likewise.
12777 * gdb.trace/while-stepping.exp: Likewise.
12778
127791998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
12780
12781 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
12782
12783Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
12784
12785 From Brendan Kehoe:
12786 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
12787 int return types.
12788
12789Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
12790
12791 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
12792 remote dos host testing right.
12793
12794Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
12795
12796 * gdb.base/corefile.exp: remove some xfails.
12797
12798Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
12799
12800 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
12801 have different timestamps.
12802
12803Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
12804
12805 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
12806 gdb.base/default.exp: Replace "exec" with "executable".
12807
12808Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
12809
12810 * gdb.base/default.exp: Change else if to elseif from previous
12811 delta.
12812
12813Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
12814
12815 * gdb.base/default.exp: Add brace missing from previous delta.
12816
12817Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
12818
12819 * gdb.base/default.exp: Support test for info float for all
12820 varieties of arm toolchain.
12821
dc96c6c7 12822Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12823
12824 * gdb.trace/*.exp: remove "remote_download" command.
12825
dc96c6c7 12826Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12827
12828 * gdb.trace/*.exp: remove -gdwarf from compile.
12829
12830Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
12831
12832 * gdb.trace/configure.in(AC_INIT): typo
12833 * gdb.trace/configure: regenerated
12834
dc96c6c7 12835Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12836
12837 * config/m68k-emc.exp: New file.
12838 * lib/<emc-support.exp trace-support.exp}: New files.
12839 * configure.in: add new test directory gdb.trace.
12840 * gdb.trace/{configure configure.in Makefile.in}: New files.
12841 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
12842 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
12843 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
12844 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
12845 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
12846 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
12847 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 12848
dc96c6c7 12849Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12850
12851 * gdb.c++/classes.exp: Change all regular expressions to match
12852 arbitrary combinations of newline/carriage-return, so that they
12853 will work equally well on Unix and Windows.
12854 * gdb.c++/inherit.exp: ditto.
12855 * gdb.c++/virtfunc.exp: ditto.
12856
128571998-08-11 Dawn Perchik <dawn@cygnus.com>
12858
12859 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
12860
c2d11a7d
JM
12861Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
12862
12863 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
12864 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
12865 to use a0-a3/d0-d3 as needed.
12866
12867Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
12868
12869 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
12870 * gdb.disasm/am33.exp: Corresponding changes.
12871
c906108c
SS
128721998-07-11 Felix Lee <flee@cygnus.com>
12873
12874 * gdb.base/callfuncs.exp: add cmp10 test.
12875 * gdb.base/callfuncs.c (cmp10): new function.
12876
12877Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
12878
d63a86f8 12879 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
12880 into two parts to get around a synchronization problem in expect.
12881
3fc11d3e
JM
12882Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
12883
12884 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
12885
12886 * configure.in: Add options for gdbtk testsuite.
12887
12888 * configure: Regenerate.
12889
12890 * gdb.gdbtk: New directory to hold gdbtk tests.
12891
c906108c
SS
12892Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12893
12894 * gdb.fortran/types.exp: Escape brackets in expect patterns
12895 for test_float_literal_types_accepted tests.
12896 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
12897 before run test.
12898
c2d11a7d
JM
12899Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
12900
12901 * am33.exp: Just compile, do not link the testcase.
12902 * am33.s: Add ".am33" pseudoop to force am33 mode.
12903
c906108c
SS
129041998-06-25 Felix Lee <flee@cygnus.com>
12905
12906 * gdb.base/setshow.exp: make sure $pc is sane.
12907
12908 * gdb.stabs/weird.exp: split expect patterns properly.
12909
c2d11a7d
JM
12910Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
12911
12912 * gdb.disasm/am33.s: New disassembler testfile for the am33.
12913 * gdb.disasm/am33.exp: Run it.
12914
dc96c6c7 12915Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12916
12917 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
12918 match processing (and eliminate spurious timeouts when running).
12919
dc96c6c7 12920Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12921
12922 * gdb.base/signals.exp (test_handle_all_print): put back Mach
12923 exception test, but conditionalize it on target [mach | gnu].
12924
dc96c6c7 12925Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
12926
12927 * gdb.base/overlays.exp: fixup compile line for linker script.
12928
12929Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
12930
12931 * gdb.fortran/types.exp: don't guess at float size.
12932
12933Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
12934
12935 * gdb.base/exprs.exp: delete test that depends on int size.
12936
12937Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
12938
12939 * config/sim.exp: Removed checks for target triplets.
12940 (gdb_target_sim): Use gdb,target_sim_options.
12941
12942Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
12943
12944 * gdb.base/reread.exp: New file.
12945 * gdb.base/reread1.c: New file.
12946 * gdb.base/reread2.c: New file.
12947
12948Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
12949
12950 * config/sim.exp: Use 'target sim -sparclite' when running
12951 SPARClite programs.
12952
12953Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
12954
12955 * gdb.base/structs2.exp: New file.
12956 * gdb.base/structs2.c: New file.
12957
12958Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
12959
12960 * gdb.asm/common.inc: New file.
12961 * gdb.asm/d10v.inc: New file.
12962 * asm-source.exp: Pass -I's to gas to find .inc files.
12963 Update line numbers in expected output.
12964 * asmsrc1.s: Rewrite.
12965 * asmsrc2.s: Rewrite.
12966 * configure.in: Create arch.inc symlink.
12967 * configure: Regenerate.
12968 * Makefile.in (distclean): Delete arch.inc.
12969
12970Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
12971
12972 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
12973 (t_enum_value2): ditto
12974 (t_enum_value3): ditto
12975 (main): ditto
12976Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
12977
12978 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
12979 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
12980 change.
12981 Use gdb_test instead of send_gdb/gdb_expect sequences.
12982
12983Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
12984
12985 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
12986 not void.
12987
12988Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
12989
12990 * gdb.base/branches.c: Code with lots of loops and
12991 subroutines. Used to test gdbs ability to single step through PC
12992 changes, especially to test mips-tdep.c:mips_next_pc
12993
12994Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
12995
12996 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
12997 more rigorous EGCS C++ error checking.
12998
12999Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13000
a9c64011
AS
13001 * gdb.base/help.exp: Clean up `help set args' and `help show args'
13002 tests.
13003 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
13004 function when asleep.
13005 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
13006 for i*86 Linux and SVR4 signal handling problems.
13007 Remove linux xfail for `next to handler in signals_tests_1', fixed
13008 by recent infrun.c change.
13009 Limit backtrace to 10 frames to avoid timeout problems with infinite
13010 stack backtraces.
13011 Adjust expect pattern in `handle all print' test to match Apr 28 1997
13012 target.[ch] change.
c906108c
SS
13013
13014Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
13015
13016 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
13017 for a newline from gdb before continuing.
13018 (default_gdb_exit): Just look for y or n.
13019 (gdb_test): Detect abnormal exit from GDB running on DOS; if
13020 it does, fail the rests of the tests in the file.
13021
13022Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
13023
13024 * config/cygmon.exp: New file.
13025
13026Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
13027
13028 * gdb.base/list.exp: Fix problem with "list default lines around
13029 main" test on remote targets.
13030
13031 * gdb.base/scope.exp: Fix problem with filelocal_bss before
13032 run test on remote targets.
13033
13034Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
13035
13036 * gdb.asm: New directory.
13037 * configure.in: Configure it.
13038 * configure: Regenerate.
13039 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
13040 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
13041
13042Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
13043
13044 * config/mn10300-eval.exp: New file to support MN10300 eval board.
13045
dc96c6c7 13046Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 13047
a9c64011
AS
13048 * gdb.base/overlays (several files): Merge the two overlay
13049 managers into one. Change variables (foox, barx, bazx, grbxx)
13050 back into ints but force them to load in their proper sections.
c906108c
SS
13051
13052Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
13053
13054 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
13055 on-chip insn memory and IMAP1 to upper 128k.
13056 (D10VCopy): Handle memory regions crossing 16k boundaries.
13057 (D10VCopy): Transfer data in 32 bit chunks.
13058
13059Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
13060
13061 * gdb.base/overlays.c (main): Exit normally when result is
13062 correct.
13063
13064 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
13065 map. Include space for printf in .text segment.
13066
13067 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
13068 updated d10v memory VMA/LMA map.
13069 (D10VCopy): Call D10VTranslate.
d63a86f8 13070
c906108c
SS
13071Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
13072
13073 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
13074
13075 * gdb.base/bar.c (barx, bar): Change variable to small array so
13076 that it won't be put into the .sdata - small data -
13077 section. Update reference.
13078 * gdb.base/baz.c (bazx, baz): Ditto.
13079 * gdb.base/foo.c (foox, foo): Ditto.
13080 * gdb.base/grbx.c (grbxx, grbx): Ditto.
13081
13082 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
13083 to be arrays.
d63a86f8 13084
dc96c6c7 13085Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 13086
a9c64011
AS
13087 * gdb.base/overlays.exp: fix up and get working again.
13088 Add tests for backtraces from an overlay function.
d63a86f8 13089
c906108c
SS
13090Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
13091
13092 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
13093 "calling function with watchpoint enabled".
13094
13095Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
13096
13097 * gdb.base/break.exp (test_next_with_recursion): Remove
13098 gdb_suppress_tests for d10v-*-*.
13099 * lib/gdb.exp (gdb_suppress_tests): Disable this function
13100 pending review of whether it is useful or not.
13101
13102Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
13103
13104 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
13105
13106Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
13107
13108 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
13109 * config/dve.exp: New file to support Densan boards.
13110
13111Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
13112
13113 * gdb.base/interrupt.exp: Document problem of simulators, signals,
13114 reads and BSD.
13115
13116Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
13117
13118 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
13119 response.
13120
13121 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
13122
13123Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
13124
13125 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
13126 test.
13127
13128 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
13129 target_sizeof_long and target_bigendian_p.
13130 (structs_by_value, structs_by_reference): Check values according
13131 to targets word size and endianess.
d63a86f8 13132
c906108c
SS
13133Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
13134
13135 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
13136 output.
13137
13138Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
13139
13140 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
13141 Update test of set args help to match source change.
13142
13143Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
13144
13145 * gdb.base/default.exp: Expect help system output to be in
13146 alphabetical order.
13147 * gdb.base/help.exp: Ditto.
13148
13149Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
13150
13151 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
13152 "i*86-pc-linux-gnu*".
13153 * gdb.base/interrupt.exp: Ditto.
13154 * gdb.base/corefile.exp: Ditto.
13155
13156 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
13157 define vxworks when building the testcase.
13158
13159 * gdb.base/ptype.exp: Fix testnames to be unique.
13160 * gdb.base/radix.exp: Ditto.
13161 * gdb.base/term.exp: Ditto.
13162 * gdb.base/whatis.exp: Ditto.
13163 * gdb.c++/classes.exp: Ditto.
13164
13165Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
13166
13167 * gdb.base/callfuncs.exp: Fix indentation.
13168
13169 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
13170 suppress_flag has been set.
13171 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
13172 target feature.
13173
13174Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
13175
13176 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
13177 the testcase.
13178
13179 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
13180 set_debug_traps() and breakpoint().
13181 * gdb.c++/misc.cc (main): Ditto.
13182 * gdb.c++/templates.cc (main): Ditto.
13183 * gdb.c++/virtfunc.cc (main): Ditto.
13184
13185Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
13186
13187 * lib/gdb.exp(gdb_step_for_stub): New function.
13188 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
13189 exists, reload the executable and do a "continue" instead of
13190 doing a jump.
13191 (runto_main): Use gdb_step_for_stub.
d63a86f8 13192
c906108c
SS
13193 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
13194 tests to have unique names.
13195 * gdb.base/callfuncs.exp: Ditto.
13196 * gdb.base/commands.exp: Ditto.
13197 * gdb.base/default.exp: Ditto.
13198 * gdb.base/help.exp: Ditto.
13199 * gdb.base/list.exp: Ditto.
13200 * gdb.base/opaque.exp: Ditto.
13201 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
13202 similar tests.
d63a86f8 13203
c906108c
SS
13204 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
13205 * gdb.c++/cplusfuncs.cc: Ditto.
13206 * gdb.c++/virtfunc.cc: Ditto.
13207
13208 * config/monitor.exp: Keep track of the last file we saw, rather
13209 than trying to get the info from gdb.
13210
13211 * gdb.fortran/types.exp: Move comment to previous line.
13212
13213Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
13214
13215 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
13216 target mode.
13217
13218Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
13219
13220 From Bob Manson:
13221 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
13222 string from GDB when it connects.
13223
13224 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
13225
13226Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
13227
13228 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
13229 if we can't get a debug format from GDB (we may be testing an
13230 older GDB). Use a 10 second timeout when checking for the format.
13231
13232 * gdb.stabs/weird.exp: Fix quoting.
13233
13234 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
13235
13236Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
13237
13238 * config/arm-ice.exp: New file.
13239
13240Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
13241
13242 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
13243 until it has been modified to work with the new testsuite.
13244
99707966 13245 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
c906108c
SS
13246 testcase won't compile, cause all of the testcases in the file to
13247 fail instead.
13248
13249 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
13250 (gdb_clear_suppressed): New procedure.
13251 (gdb_stop_suppressing_tests): Only clear suppress_flag if
13252 it contains a positive value.
13253
13254Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
13255
13256 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
13257
13258 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
13259
13260Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
13261
13262 * lib/gdb.exp (setup_xfail_format): New function.
13263 (get_debug_format): New function to get debug format.
13264 (debug_format): New global variable to hold last value set
13265 by get_debug_format.
13266 * gdb.base/list.exp: Call get_debug_format and expect some
13267 tests to fail for DWARF 1 and COFF formats.
13268 * gdb.c++/ptype.exp: Ditto.
13269 * gdb.c++/classes.exp: Ditto.
13270 * gdb.c++/cplusfuncs.exp: Ditto.
13271 * gdb.c++/inherit.exp: Ditto.
13272 * gdb.c++/templates.exp: Ditto.
13273 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 13274
c906108c
SS
13275Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
13276
13277 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
13278 host doesn't have a currently-open connection.
13279
13280 * config/sparclet.exp: Cleanups and fixes to make it generic for
13281 any gdb stub target. Handle cases where gdb doesn't respond when
13282 interrupted in a sane fashion.
13283
13284 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
13285 same thing in a totally different way.
13286
13287 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
13288 setting "timeout".
13289 (gdb_start): We set the global gdb_prompt variable in
13290 default_gdb_init now.
13291
13292Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
13293
13294 * gdb.base/printcmds.exp: Fix "check for floating addition"
13295 regexp to accept results within approx +/- .01 of exact value.
13296 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
13297
13298Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
13299
13300 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
13301 properly.
13302 (gdb_expect): Add optional timeout parameter, and add timeout
13303 value to various calls.
13304 (gdb_suppress_tests): Only give one warning message per group.
13305
13306Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
13307
13308 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
13309 global variables. Handle getting a value for $timeout more
13310 gracefully.
13311
13312Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
13313
13314 * lib/gdb.exp: Close connection to remote host if gdb doesn't
13315 initialize.
13316 (default_gdb_init): New procedure; allow gdb_init to be overridden
13317 by a target configuration file.
13318 (gdb_expect): Pass the timeout to remote_expect.
13319
13320 * config/monitor.exp(gdb_load): Fix typo in regexp.
13321
13322Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
13323
13324 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
13325
13326Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
13327
13328 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
13329 here. Call gdb_target_exec before rebooting the target, to make
13330 sure the connection to the target is closed.
13331 (gdb_load): Pass the name of the executable to gdb_target_monitor.
13332 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
13333 Also detect "Timeout reading from remote" error.
13334
13335 * config/gdbserver.exp: Pass the executable being loaded to
13336 gdb_target_monitor. Don't call gdb_file_cmd here; let
13337 gdb_target_monitor do it.
13338
13339 * gdb.disasm/hppa.exp: Don't use exec_output.
13340
13341Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
13342
13343 * gdb.base/list.exp: If we're debugging a non-native target,
13344 try to set the pc register to point to the start of the
13345 program before doing the first list command.
13346
13347 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
13348 test_calls after restarting.
13349
13350 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
13351 reloading.
13352
13353 * gdb.base/watchpoint.exp: Fix typo.
13354
13355 * gdb.base/setshow.exp: Check for use_gdb_stub.
13356
13357 * gdb.base/break.exp: Fix continue until exit test for the gdb
13358 stub case.
13359 * gdb.base/langs.exp: Ditto.
13360
13361 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
13362 gdb_load_offset. If we weren't given a file to load, figure out
13363 what the current file is and use it.
13364
13365 * config/i386-bozo.exp: New file.
13366
13367Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
13368
13369 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
13370 feature.
13371
13372 * config/proelf.exp: New entry.
13373
13374Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
13375
13376 * lib/gdb.exp: Remove spurious .* patterns at the beginning
13377 of regexps.
13378
13379 * gdb.base/watchpoint.exp: Don't run the test_stepping
13380 tests if gdb can't call functions on the target.
13381
13382 * gdb.base/setshow.exp: Don't run the set prompt tests if
13383 the board has gdb_prompt set.
13384
13385Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
13386
13387 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
13388 * gdb.base/commands.exp: Likewise.
13389 * gdb.base/setshow.exp: Likewise.
13390
13391Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
13392
13393 * config/monitor.exp(gdb_start): Look for gdb_prompt target
13394 feature.
13395
13396 * config/i960.exp: New file.
13397
13398Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
13399
13400 * gdb.base/funcargs.exp: Check for gdb,short_int target
13401 feature instead of looking for explicit target triplets.
13402
dc96c6c7 13403Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 13404
d63a86f8 13405 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
13406 "p 123DEADBEEF", to check parse_number.
13407 * top.c: change "to enable to enable" to "to enable" in a couple
13408 of help strings.
13409
13410Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
13411
13412 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
13413 on the mn10300.
d63a86f8 13414
c906108c
SS
13415Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
13416
13417 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
13418 where the test executable is run with explicit args.
13419 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
13420
13421Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
13422
13423 * gdb.base/run.c: Use FAKEARGV to build test executable that
13424 does not require a command line arg, since most simulators
13425 don't currently support passing such an arg into the simulated
13426 program.
13427 * gdb.base/commands.exp: Change tests to insert the proper
13428 value as the arg to the first recursive factorial call. Change
13429 compilation line to define FAKEARGV at compile time.
13430
13431Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
13432
13433 * gdb.base/recurse.exp: Enable these tests for the mn10300.
13434 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
13435 function with watchpoint enabled" test.
13436
13437Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
13438
13439 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
13440 Don't call gdb_test when the command doesn't return to a gdb prompt.
13441
13442 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
13443 "Tests restarted" messages.
13444
13445Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
13446
13447 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
13448
dc96c6c7 13449Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13450
13451 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
13452 for INFO SYMBOL; add help tests for OVERLAY commands.
13453 * gdb.base/default.exp: add tests for INFO SYMBOL command;
13454 add tests for OVERLAY commands
13455 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
13456 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
13457 * gdb.base/sigall.c: add usestubs code frag
13458 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 13459
c906108c
SS
13460Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
13461
13462 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
13463 failures.
13464 (gdb_stop_suppressing_tests): Note that tests have restarted.
13465
13466Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
13467
13468 * config/h8300.exp: New file.
13469
13470Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
13471
13472 * gdb.base/setshow.exp: Check for the existence of a
13473 feature, not its value.
13474
13475Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
13476
13477 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
13478
13479 * gdb.base/scope.exp: It's now init0(), not init().
13480
13481 * gdb.base/scope0.c: For now, change init() to be init0().
13482
13483 * config/monitor.exp: Use gdb_serial in preference to serial
13484 or netport.
13485
13486 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
13487 and it's not already set.
13488
13489Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
13490
13491 * gdb.base/setshow.exp: Only test the run command if the target
13492 isn't using a stub and if it supports argument passing.
13493
13494Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
13495
13496 * config/udi.exp(gdb_start): Make sure UDICONF is set
13497 properly before starting gdb.
13498
13499Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
13500
13501 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
13502 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
13503 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
13504
13505Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
13506
13507 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
13508 specialized code to reboot the board, use remote_reboot instead.
13509
13510 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
13511
13512 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
13513
13514 * config/monitor.exp: Make sure we disconnect from the target.
13515 Also, try a reboot/reload cycle instead of failing if the
13516 load fails.
13517
13518Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
13519
13520 * gdb.base/default.exp: Don't set match_max.
13521 * gdb.base/help.exp: Ditto.
13522 * gdb.base/list.exp: Ditto.
13523 * gdb.base/signals.exp: Ditto.
13524
13525 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
13526 set, use remote_ld to download the testcase instead of
13527 the GDB loader.
13528
13529Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
13530
13531 * config/vr5000.exp: New file.
13532
13533 * config/monitor.exp(gdb_target_monitor): Add pattern for
13534 "Ending remote" to detect errors in connecting.
13535
13536 * gdb.base/setshow.exp: Add .* within auto language test.
13537
13538 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
13539 target feature.
13540
13541 * config/monitor.exp(gdb_load): Check for a failure when loading,
13542 and reboot the board if necessary.
13543
13544 * gdb.base/setvar.exp(test_set): Handle multiple prints within
13545 a set of tests. Remove print.* from the patterns being checked.
13546
13547Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
13548
13549 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
13550 refer to gdb_spawn_id.
13551
13552 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
13553 longer used.
13554 * config/sparclet.exp: Ditto.
13555 * config/sparclet-old.exp: Ditto.
13556 * config/slite.exp: Ditto.
13557 * config/sim.exp: Ditto.
13558 * gdb.base/funcargs.exp: Ditto.
13559
13560 * lib/gdb.exp:Remove references to gdb_spawn_id.
13561 (gdb_expect): Move to remote.exp.
13562
13563Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
13564
13565 * config/monitor.exp: Detect the "Couldn't establish connection"
13566 message from GDB.
13567
13568Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
13569
13570 * gdb.base/bitfields.exp: Use runto instead of explicit
13571 gdb_run_cmd/gdb_expect sequences.
13572
13573 * gdb.base/break.exp(text_next_with_recursion): Add match for
13574 gdb_expect call.
13575
13576 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
13577 We also need to handle the "A program is being debugged already"
13578 prompt from gdb. Use gdb_test to set the baud rate.
13579
13580 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
13581 to 20000. Really. I mean it.
13582
13583Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
13584
13585 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
13586 fails. If suppress_flag is set, skip perror message about not
13587 being able to send to GDB.
13588 (send_gdb): If suppress_flag is set, don't try to send commands to
13589 GDB.
13590 (gdb_expect): If suppress_flag is set, always fail immediately.
13591 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
13592 (gdb_init): Call gdb_stop_suppressing_tests.
13593 (default_gdb_exit): Ditto.
13594 (default_gdb_start): Ditto.
13595
13596 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
13597 gdb_stop_suppressing_tests as appropriate.
13598 * gdb.base/break.exp: Ditto.
13599 * gdb.base/callfuncs.exp: Ditto.
13600 * gdb.base/commands.exp: Ditto.
13601 * gdb.base/exprs.exp: Ditto.
13602 * gdb.base/funcargs.exp: Ditto.
13603 * gdb.base/list.exp: Ditto.
13604 * gdb.base/recurse.exp: Ditto.
13605 * gdb.base/scope.exp: Ditto.
13606 * gdb.base/structs.exp: Ditto.
13607 * gdb.c++/inherit.exp: Ditto.
13608
13609Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
13610
13611 * config/vr4300.exp: New file.
13612
99707966 13613 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 13614
99707966 13615 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
13616
13617Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
13618
13619 * lib/gdb.exp(gdb_init): New function.
13620
13621 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
13622 for each individual variable set.
13623
13624 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
13625 name.
13626
13627 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
13628
13629 * gdb.base/scope.exp: Use gdb_test.
13630
13631 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
13632 aborting; the testsuite driver will do that for us (see
13633 gdb_finish). Also, use gdb_test in a few more places.
13634
13635Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13636
13637 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
13638
13639Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
13640
13641 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
13642 and "add_tests" are not at the same address.
13643
13644Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
13645
13646 * gdb.base/ptype.exp: Use gdb_test.
13647
13648Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
13649
13650 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
13651 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
13652 left in. No longer expect them to fail.
13653
13654 * gdb.stabs/*.mt; Deleted, no longer used.
13655 * gdb.stabs/configure.in: Remove references to target makefile
13656 frags.
13657 * gdb.stabs/configure: Rebuilt.
13658
13659 * gdb.disasm/*.mt: Deleted, no longer used.
13660 * gdb.disasm/configure.in: Remove references to target makefile
13661 frags. Use "sh3.s" as the unique filename for this directory.
13662 * gdb.disasm/configure: Rebuilt.
13663
13664 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
13665 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
13666 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
13667
13668Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
13669
13670 * config/udi.exp: Use mondfe,name instead of remote_host.
13671
13672Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
13673
13674 * gdb.base/watchpoint.exp: Don't expect a failure when calling
13675 a function with a watchpoint enabled on the mn10200.
13676
13677 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
13678 before trying to create it!
13679
13680Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
13681
13682 * config/vx.exp: Use hostname instead of netport.
13683
13684 * config/vxworks.exp: New file.
13685
13686 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
13687
13688 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
13689 gdb before assuming everything worked. Send a ^C if a timeout
13690 occurs.
13691
13692 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
13693 $gdb_spawn_id directly.
13694 (gdb_run_cmd): Try _start as well as start. Use the target feature
13695 gdb,start_symbol as the symbol to start from when jumping.
13696
13697Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
13698
13699 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
13700 redundant) test.
13701
13702 * gdb.base/recurse.exp: Relax final value test for 'b' so that
13703 it doesn't lose for 16bit integer systems.
13704
13705Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
13706
13707 * gdb.fortran/types.exp: If the target doesn't support "double"
13708 data types, then expect "real" types to only be 4 bytes.
13709
13710 * gdb.c++/virtfunc.exp: Expect failure for virtual function
13711 call tests if the target doesn't support inferior function calls.
13712
13713 * gdb.base/printcmds.exp: Allow minor deviation in FP values
13714 in printf tests.
13715
13716Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
13717
13718 * gdb.base/help.exp: Disable "help set", "help show", and
13719 "help support". Simplify regexp for "help stack".
13720
13721 * gdb.base/default.exp: Set match_max to 5000 and the timeout
13722 to 60 seconds. Temporarily set match_max to 15000 around the
13723 "info copying" test.
13724
13725 * gdb.base/nodebug.exp: Don't try to do an inferior function
13726 call if the target doesn't support them.
13727 * gdb.base/printcmds.exp: Likewise.
13728 * gdb.base/setvar.exp: Likewise.
13729 * gdb.base/structs.exp: Likewise.
13730 * gdb.c++/templates.exp: Likewise.
13731 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
13732
13733 * gdb.base/recurse.exp: Enable for the mn10200.
13734
13735 * configure.in: Do configure gdb.stabs directory for *-*-elf
13736 targets.
13737 * configure: Rebuilt.
13738
13739 * gdb.base/break.exp: Check for gdb,noresults before testing
13740 exit status and/or results from the target.
13741 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
13742 * lib/gdb.exp: Remove old (now bogus) initialization of
13743 noinferior, noargs, noresults and nosignals.
13744
13745Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
13746
13747 * config/sh.exp: New file.
13748
13749 * config/slite.exp: Try to connect multiple times to the board
13750 before rebooting. Only send a "monitor run" if need_monitor_run
13751 is set.
13752
13753 * gdb.base/break.exp: Don't do the "stub continue" test if
13754 the target has gdb_stub set.
13755
13756 * gdb.base/callfuncs.exp: Increase the timeout.
13757
13758 * gdb.base/interrupt.exp: Don't even try to compile the testcase
13759 if the target has gdb,noinferiorio set.
13760
13761 * gdb.base/list.exp: Increase match_max to 10000 characters.
13762
13763 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
13764
13765 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
13766 target.
13767
13768 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
13769
13770Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
13771
13772 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
13773 trying to delete the copy of gdb. Catch the file delete so we
13774 don't die if the delete fails; also, the file should be copied to
13775 the host, not to the build.
13776
13777Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
13778
13779 * lib/gdb.exp(gdb_test): Surround the result pattern with
13780 parenthesis in case it contains multiple regexps separated
13781 with |.
13782
13783 * gdb.base/watchpoint.exp: Use gdb_test.
13784 * gdb.base/default.exp: Ditto.
13785
13786Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
13787
99707966 13788 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 13789
c906108c
SS
13790 * gdb.base/scope.exp: Use gdb_test.
13791 * gdb.c++/classes.exp: Ditto.
13792 * gdb.c++/inherit.exp: Ditto.
13793
13794Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
13795
13796 * gdb.base/crossload.exp: Don't use execute_anywhere, use
13797 remote_exec instead.
13798 * gdb.base/corefile.exp: Don't be ridiculous.
13799 * gdb.base/*.c: Add missing stub invocations.
13800
13801Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
13802
13803 * config/slite.exp: Miscellaneous fixes.
13804
13805 * lib/gdb.exp: Fix runto.
13806
13807 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
13808 the target.
13809
13810 * gdb.base/watchpoint.exp: Fix regexp.
13811
13812 * lib/gdb.exp(default_gdb_exit): Add a catch to the
13813 close and wait commands, as the descriptor may now be
13814 invalid. Always call "remote_close host".
13815
13816Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
13817
13818 Major rewrite for testsuite revision.
d63a86f8 13819
c906108c
SS
13820 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
13821 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
13822 instead of relying on spawn_id to always contain a valid
13823 spawn id.
13824 (get_compiler_info): New procedure to build the ${binfile}.ci
13825 file, instead of replicating this in N different places.
13826 (gdb_compile): New procedure.
d63a86f8 13827
c906108c
SS
13828 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
13829 appropriate arguments) instead of compile. Use gdb_test in a lot
13830 more places. Use send_gdb instead of send. Always run gdb_start
13831 at the start of a testcase, as this is no longer done magically.
13832
13833 config/*-gdb.exp: Rename without the -gdb suffix.
13834
13835 config/mips.exp: Use remote_close instead of exit_remote_shell.
13836 config/monitor.exp: Use target_info instead of looking at
13837 baud, timeout, etc.
13838 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
13839
13840Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13841
13842 * gdb.c++/templates.exp (test_ptype_of_templates),
13843 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
13844 Update expect patterns for destructors and assignment operators
13845 to match corresponding c-typeprint.c changes.
13846 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
13847 to destructor breakpoint test, GDB should be able to set the
13848 destructor breakpoint without specifying arguments.
13849
13850Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
13851
13852 * gdb.threads/pthreads.exp: Change result for failure to compile due
13853 to lack of pthreads runtime support from an error to simply an
13854 unsupported test, per dejagnu standards.
13855
13856Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13857
13858 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
13859 where GDB exits to reduce pattern match time.
13860 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
13861
13862 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
13863
dc96c6c7 13864Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13865
13866 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
13867 * gdb.base/default.exp: ditto.
13868 * gdb.base/nodebug.exp: ditto.
13869 * gdb.base/printcmds.exp: ditto.
13870 * gdb.base/ptype.exp: ditto.
13871 * gdb.base/setvar.exp: ditto.
13872 * gdb.base/structs.exp: ditto.
13873 * gdb.base/setshow.c: Guard against uninitialized values of argc.
13874
13875Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
13876
13877 * configure, */configure: Rebuild with autoconf 2.12.
13878
13879Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
13880
13881 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
13882 use new i*86-pc-linux*-gnu quads.
13883 * gdb.base/corefile.exp: Ditto.
13884 * gdb.base/signals.exp: Ditto.
13885 * gdb.base/sigall.exp: Ditto.
13886 * gdb.base/interrupt.exp: Ditto.
13887
13888 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
13889 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
13890 RedHat 4.0.
d63a86f8 13891
c906108c
SS
13892 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
13893 linux. This allows the test case to at least compile on latest
13894 linux, but still not run due to missing the threads runtime library.
13895
13896Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13897
13898 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
13899 directory to search gdb directory. Accept and step over conditional
13900 stack alignment code. Consume $prompt in failure cases.
13901 Reset timeout to $oldtimeout instead of some arbitrary value.
13902 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
13903 timeout problems with infinite stack backtraces.
13904 * gdb.base/ptype.exp (ptype struct link, union tu_link):
13905 Accept function parameters for linkfunc member.
13906
13907Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
13908
13909 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
13910 (CXXFLAGS): Remove, unreferenced.
13911 (B_OPTIONS): Add for -B options and add code to initialize with
13912 previous -B options and also add -B option to pick up cross compiled
13913 runtime.
13914 (TARGET_INCLUDES): Add for -I options and add code to initialize when
13915 doing cross compiles.
13916 (target_alias): Declare global.
13917 (xgcc): Set variable to full path of gcc in build tree. Use findfile
13918 to verify that gcc exists in build tree, and if so set CC to that
13919 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 13920
c906108c
SS
13921Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
13922
13923 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
13924 ptype test for anonymous union. Fixup testcase to match
13925 current gcc debug output.
13926
13927Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
13928
13929 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
13930 force argument to an unsigned long type.
13931
13932Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
13933
13934 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
13935 tests and anonymous union print/ptype tests.
13936 * gdb.base/list.exp (test_forward-search): Increase timeout by
13937 5 minutes for the "search extremely long line" case.
13938 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
13939 completely optional and that the pass/fail messages use the command as
13940 the message if that third arg is a null string.
13941 (gdb_test_exact): Arrange that a null string pattern means match a
13942 null string output rather than any output, which might include random
13943 errors.
13944 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
13945 backtrace test.
13946 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
13947 always failing and failure is now exposed by gdb.exp changes.
13948
13949Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
13950
13951 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
13952 weren't being noted.
13953
13954Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13955
13956 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
13957 * gdb.stabs/weird.exp: Remove v_comb xfails.
13958
dc96c6c7 13959Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13960
13961 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 13962 list.exp scope.exp watchpoint.exp]
c906108c 13963 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 13964
dc96c6c7 13965Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13966
13967 * config/monitor.exp: Increase download timeout to 1000 seconds.
13968
dc96c6c7 13969Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13970
13971 * config/m32r.exp: Increase timeout to 120 seconds.
13972
13973Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
13974
13975 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
13976 and accept older ordering as obsolescent gcc or gdb.
13977 * gdb.c++/templates.exp: Ditto.
13978 * gdb.c++/virtfunc.exp: Ditto.
13979
13980Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
13981
13982 * gdb.base/coremaker.c: Add code to mmap some data so we
13983 can check that it ends up in the core file.
13984 * gdb.base/corefile.exp: Add test to read mmapped data
13985 from core file.
13986
dc96c6c7 13987Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13988
13989 * config/m32r.exp: New file.
13990
13991Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
13992
13993 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
13994 that cflags can contains -gstabs, and work correctly for other tests.
13995
dc96c6c7 13996Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
13997
13998 * gdb.base/setshow.exp: New file, tests show and set.
13999 * gdb.base/setshow.c: New file, tests show and set.
14000 * gdb.base/help.exp: Add test for help set|show annotate.
14001 * gdb.base/default.exp: Add test for set|show annotate.
14002
14003Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
14004
14005 * testsuite/gdb.base/break.exp: Make backtrace from factorial
14006 errors unique.
14007 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
14008 explicitly.
14009
14010Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
14011
14012 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
14013 and width commands. This is done elsewhere.
14014 * (gdb_start): Don't call gdb_start_sim here. That's already
14015 done in gdb_load. This fixes lots of failures in default.exp.
14016
14017Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
14018
14019 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
14020 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
14021 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
14022 in the same we we treat other failures (since it may be an expected
14023 condition), rather than as an error.
14024 * gdb.base/signals.exp (test_handle_all_print): Revert back to
14025 old test format.
14026
14027Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
14028
14029 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
14030 (distclean maintainer-clean realclean): No need to remove files
14031 twice. Nuke the duplicates.
14032 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 14033 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
14034 Remove config.h along with other config files.
14035
14036Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
14037
14038 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
14039 "p func1 ()" and note that rests of tests are skipped.
14040 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
14041 setup_xfails for "print func2::coremaker_local".
14042 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
14043 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
14044 affected by the previous run test.
14045 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
14046 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
14047 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
14048 "pass int powerset tuple" and "pass modeless int powerset tuple".
14049 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
14050 "real write 4" and "real write 8".
14051 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
14052 setup_xfails for "print vs1 after tuple assign 2",
14053 "print \$i after tuple assign 2", and
14054 "print vs2 after tuple assign 2".
14055 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
14056 meaningful error message and return -1 so the caller can
14057 suppress further tests and avoid a cascade of errors.
d63a86f8 14058
c906108c
SS
14059Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
14060
14061 * gdb.base/a1-selftest.exp: Tweak tests to account for new
14062 format for printing version.
14063 * gdb.base/default.exp: Ditto.
14064 * gdb.base/interrupt.exp: Fix problem with cascade of
14065 errors if child process dies while calling a function.
d63a86f8 14066
c906108c
SS
14067Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
14068
14069 * Makefile.in (VPATH): Add
14070 * Makefile.in (Makefile, config.status): Fix rules so things get
14071 remade when necessary.
14072
14073Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
14074
14075 * Makefile.in (just-check): Add path to sibling expect dir
14076 to environment variable specified by RPATH_ENVVAR.
14077
14078Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
14079
14080 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
14081 (just-check): Add shared library paths for libstdc++, tk,
14082 tcl, bfd, and opcodes to the environment variable specified
14083 in RPATH_ENVVAR.
14084 * configure.in: Add support to recognize --enable-shared flag
14085 and generate correct value for RPATH_ENVVAR.
14086 * configure: Regenerated with autoconf.
14087
14088Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
14089
14090 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
14091 include all osf versions.
14092 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
14093 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
14094 when target is linux. When failing to build pthreads test
14095 executable, give more meaningful message.
14096 * gdb.threads/pthreads.c: Hpux also uses old definition of second
14097 arg for pthread_create.
d63a86f8 14098
c906108c
SS
14099Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
14100
14101 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
14102 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
14103 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
14104 and -lpthreads (everybody else).
14105 (test_startup): Fail gracefully if threads are not supported.
14106 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
14107 "p/c array_index("abcdef",2)" when not gcc compiled.
14108 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
14109 "print func2::coremaker_local" when not gcc compiled.
14110 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
14111 "ptype on opaque struct tagname (statically)",
14112 "ptype on opaque struct tagname (dynamically) 1", and
14113 "ptype on opaque struct tagname (dynamically) 2"
14114 for not compiled with gcc.
14115 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
14116 backtrace when compiled with gcc.
d63a86f8 14117 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
14118 than always return success.
14119
14120Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
14121
14122 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
14123
14124Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
14125
14126 * gdb.base/structs.exp: Undo last change.
14127
14128Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
14129
14130 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
14131 encapsulate all the steps/nexts done during self test, starting
14132 at main, and makes them less sensitive to optimization issues.
14133 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
14134 signal handler" test.
14135 * gdb.threads/pthreads.exp: Only run this for native configs.
14136 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
14137 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
14138 tests.
14139 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
14140 for "runto test_calls(void)" test.
d63a86f8 14141
c906108c
SS
14142Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
14143
14144 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
14145 and don't expect address info in breakpoint confirmations.
14146
14147Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
14148
14149 * gdb.base/list.exp (test_forward_search): Increase timeout
14150 temporarily by 60 seconds for searching extremely long line,
14151 and then reset to old value when done. Increase expect input
14152 buffer to 10000.
14153
14154Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
14155
14156 * gdb.base/list.exp (test_forward_search): Fix to handle very
14157 long source line without overflowing expect's input buffer.
14158
14159Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
14160
14161 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
14162 "buffer_full".
14163
14164 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
14165 "buffer_full".
14166
14167 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
14168 "buffer_full".
14169
14170 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
14171 "buffer_full".
14172
14173Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
14174
14175 * configure.in (configdirs): Add gdb.threads.
14176 * configure: Regenerated with autoconf.
14177 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
14178 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
14179 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 14180
c906108c
SS
14181Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
14182
14183 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
14184
14185Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
14186
14187 * gdb.base/signals.exp (test_handle_all_print): Test separately for
14188 each signal's status in the output of "handle all print".
14189 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
14190 the \r\n sequence that immediately precedes the gdb prompt.
14191 * gdb.base/a1-selftest.exp: Save original timeout and restore
14192 after test.
14193
14194Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
14195
14196 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
14197 symbol.
14198
14199Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14200
14201 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
14202
14203Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
14204
14205 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
14206 timeout by 60 seconds.
14207
14208Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
14209
14210 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
14211 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
14212 error return.
14213
14214Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
14215
14216 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
14217 gdb initialization, also report how long dejagnu waited. Restore
14218 old timeout before doing error return. Temporarily increase timeout
14219 by 3 minutes to allow for slow startups over heavy NFS use.
14220
14221Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
14222
14223 * lib/gdb.exp: Report timeout value for verbosity level 2.
14224 * config/gdbserver.exp: Ditto.
14225 * config/hppro.exp: Ditto.
14226 * config/mips-gdb.exp: Ditto.
14227 * config/monitor.exp: Ditto.
14228 * config/netware.exp: Ditto.
14229 * config/sim-gdb.exp: Ditto.
14230 * config/slite-gdb.exp: Ditto.
14231 * config/udi-gdb.exp: Ditto.
14232 * config/unix-gdb.exp: Ditto.
14233 * config/vx-gdb.exp: Ditto.
14234 * gdb.base/a1-selftest.exp: Ditto.
14235 * gdb.base/a2-run.exp: Ditto.
14236 * gdb.base/break.exp: Ditto.
14237 * gdb.base/corefile.exp: Ditto.
14238 * gdb.base/list.exp: Ditto.
14239 * gdb.base/recurse.exp: Ditto.
14240 * gdb.base/scope.exp: Ditto.
14241 * gdb.base/signals.exp: Ditto.
14242
14243Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14244
14245 * gdb.threads/Makefile.in (docdir): Removed.
14246
14247Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14248
14249 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 14250 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 14251 @srcdir@.
d63a86f8 14252 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
14253 autoconf 2.5 or higher.
14254 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
14255
14256Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
14257
14258 * configure: Regenerated.
14259 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
14260 avoid name clashes with SunOS headers.
14261
14262Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
14263
14264 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
14265
14266Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
14267
14268 * gdb.base/callfuncs.exp: Finish last change -- make sure the
14269 prototype information ends up in the compiler info file.
14270
14271Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
14272
14273 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
14274 attempting to regenerate it. Eliminate use of a temporary file
14275 and just generate the info file directly. Source it immediately,
14276 for consistency of use.
14277 * gdb.base/corefile.exp: Ditto
14278 * gdb.base/exprs.exp: Ditto.
14279 * gdb.base/funcargs.exp: Ditto.
14280 * gdb.base/langs.exp: Ditto.
14281 * gdb.base/list.exp: Ditto.
14282 * gdb.base/mips_pro.exp: Ditto.
14283 * gdb.base/nodebug.exp: Ditto.
14284 * gdb.base/opaque.exp: Ditto.
14285 * gdb.base/ptype.exp: Ditto.
14286 * gdb.base/scope.exp: Ditto.
14287 * gdb.base/setvar.exp: Ditto.
14288 * gdb.base/signals.exp: Ditto.
14289 * gdb.base/whatis.exp: Ditto.
14290 * gdb.c++/templates.exp: Ditto.
14291 * gdb.c++/virtfunc.exp: Ditto.
14292 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
14293 whether or not to add -lstdc++ to the compile command line args.
14294
14295Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14296
14297 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
14298 it got fixed by the recent lookup_minimal_symbol_by_pc change.
14299 Increase timeout, a lot of single stepping might be needed if the
14300 target has no hardware watchpoints.
14301
14302Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
14303
14304 * gdb.base/break.exp: Ignore compiler warnings when compiling
14305 break.c.
14306 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
14307 * gdb.base/default.exp: Add h8300 xfails. Handle messages
14308 from remote-sim.
14309 * gdb.base/exprs.exp: Add h8300 xfails.
14310 * gdb.base/funcargs.exp: Likewise.
14311 * gdb.base/nodebug.exp: Likewise.
14312 * gdb.base/printcmds.exp: Likewise.
14313 * gdb.base/ptype.exp: Likewise.
14314 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
14315 h8300 xfails.
d63a86f8 14316 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
14317 on the h8300.
14318 * gdb.base/funcargs.c: Explicitly make last constant argument to
14319 call_after_alloca_subr an unsigned long type.
14320 * gdb.base/return.c: Include stdio.h.
14321
14322Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14323
14324 * config/abug.exp: New file for the older Motorola Bug monitor
14325 that runs on the mvme13x series VME boards.
14326 * config/monitor.exp: Use the new config array for target settings
14327 if they exist.
14328
14329Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
14330
14331 * sim-gdb.exp: Make the SH simulator allocate less space when
14332 it is targeted.
14333
14334Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
14335
14336 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
14337 test.
14338
14339Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
14340
14341 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
14342 "rs6000-*-*" for "list function in include file" when gcc compiled.
14343 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
14344 for "p ctable1[120]".
14345 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
14346 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
14347 Remove setup_xfail for "rs6000-*-*" for
14348 "print 'scope0.c'::filelocal before run".
14349 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
14350 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
14351 since some compilers don't allow both options to be given
14352 on the same command line. Create object file and move it.
d63a86f8 14353
c906108c
SS
14354Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
14355
14356 * gdb.base/corefile.exp: Always regenerate the core file, since
14357 we always regenerate the coremaker program. Detect special case
14358 where registers cannot be read from core file.
d63a86f8 14359
c906108c
SS
14360Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
14361
14362 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
14363 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
14364 * gdb.c++/templates.exp: Only match on basename of file since
14365 some formats like xcoff don't encode directory information.
14366 * gdb.stabs/weird.exp: Use the right sed script for powerpc
14367 and rs6000 AIX xcoff targets.
14368 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
14369 * configure: Regenerate.
14370 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
14371 here, rather than in distclean.
d63a86f8 14372
c906108c
SS
14373Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
14374
14375 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
14376 defined, and use it to compile the test case with -O2. The
14377 native compilation still uses no optimization.
14378 * gdb.base/mips_pro.c: Remove inline assembly code since
14379 it is compiled PIC by default, which results in assembler
14380 warnings that make the testsuite think the compilation
14381 was unsuccessful.
14382
14383Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
14384
14385 * gdb.c++/misc.exp: Add note to message for
14386 "print s.a for foo struct" that this is a known gcc 2.7.2
14387 and earlier bug.
14388
14389Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
14390
14391 * gdb.base/break.exp: Fix pattern for matching "Delete all
14392 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
14393 setup_xfail for deleting all breakpoints test. Fix various
14394 timeout messages to include "(timeout)".
14395 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
14396 for "p t_float_values2(3.14159,float_val2)".
14397 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
14398 for "continue to call2g" when gcc compiled.
14399 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
14400 "up to foo in langs.exp", "show language at foo in langs.exp",
14401 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
14402 and "show language at fsub in langs.exp".
14403 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
14404 "list line 1 in include file", "list message for lines past EOF",
14405 "list function in include file", "list list0.h:foo", and
14406 "list filename:function; nonexistant function".
14407 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
14408 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
14409 and "ptype t_char_array" to be for native cc only.
d63a86f8 14410
c906108c
SS
14411Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
14412
d63a86f8 14413 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c
SS
14414 setup_xfail for "print coremaker_bss", "print coremaker_ro",
14415 "print func2::coremaker_local", and "backtrace in corefile.exp".
14416
14417Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
14418
14419 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
14420 "bt in signals.exp". This problem only appears when running
14421 the testsuite, and then only intermittently.
14422
14423Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14424
14425 * gdb.base/return.exp (return_tests): Differentiate between
14426 two tests of continuing.
14427
14428Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14429
14430 * */Makefile.in (maintainer-clean): Remove config.log.
14431 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
14432 * gdb.c++/Makefile.in (PROGS): Add inherit.
14433 (clean): Remove *.ci.
14434
14435Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
14436
14437 * gdb.c++/misc.cc: Add test code from Mike Stump.
14438 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
14439
14440Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
14441
14442 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
14443 to "alpha-*-osf2*" and add comment.
14444 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
14445 setup_xfail for "step over execarg initialization" and
14446 "step over corearg initialization".
14447 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
14448 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
14449 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
14450 gcc compiled for "print coremaker_bss", "print coremaker_ro",
14451 "print func2::coremaker_local", and "backtrace in corefile.exp".
14452 * gdb.base/signals.exp: Build and source signals.ci.
14453 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
14454 to be for gcc only.
14455 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 14456
c906108c
SS
14457Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14458
14459 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
14460 Feb 3 procfs.c change.
14461
14462Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
14463
14464 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
14465
14466Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
14467
14468 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
14469 from dejagnu's apparent default of 10 seconds, which gives random
14470 results when running the tests over NFS on moderately loaded systems.
14471 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
14472
14473Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
14474
14475 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
14476 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
14477 result reports.
14478
14479Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
14480
14481 * configure.in (CY_AC_PATH_TCLH): Remove.
14482 * configure: Regenerate.
14483
14484Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
14485
14486 * gdb.c++/Makefile.in (clean): Add missing '{'.
14487
14488Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
14489
14490 * lib/gdb.exp: Provide a default value for noinferior.
14491
14492 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
14493 Load libgloss.exp.
14494
14495Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
14496
14497 * gdb.disasm/hppa.exp: Compile directly into an executable, use
14498 the executable, not the .o to run the tests from.
14499
14500Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
14501
14502 * gdb.base/break.exp: Don't test for program exit or exit status
14503 if $noresults if nonzero.
14504 * gdb.base/langs.exp: Likewise.
14505 * gdb.base/watchpoint.exp: Likewise.
14506
14507 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
14508 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
14509 trying to compile the testcase.
14510
14511Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
14512
14513 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
14514 * gdb.base/signals.exp (continue to handler): Likewise.
14515
14516Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
14517
14518 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
14519
14520 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
14521
14522Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
14523
14524 * gdb.base/corefile.exp: Recognize "not found" as failure
14525 when trying to determine if a core file was generated.
14526 If no core file was generate the first time, try again without
14527 the ulimit -c to work around braindamaged shells.
14528
14529Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
14530
14531 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
14532 [] tests with "test" and enclose string in quotes.
14533 * gdb.stabs/configure: Rebuild
d63a86f8 14534
c906108c
SS
14535Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
14536
14537 Changes in sync with expect:
14538 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
14539 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
14540 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
14541 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
14542 argument to AC_REQUIRE.
14543 * configure: Regenerated.
14544
14545Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
14546
14547 * gdb.base/corefile.exp: When generating a core, discard any
14548 error messages about ulimit not found and the "core dumped"
14549 message from the shell that runs the coredumper.
14550
14551Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
14552
14553 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
14554
14555 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
14556 which sed script to run. Expect failure for v_comb test
14557 on PA targets too.
d63a86f8 14558
c906108c
SS
14559Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
14560
14561 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
14562 "print func2::coremaker_local" and for "backtrace in corefile.exp"
14563
14564Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
14565
14566 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
14567 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
14568 "sparc-sun-solaris*" xfails for "p v_comb".
14569 * lib/gdb.exp (default_gdb_start): Fix typo.
14570 * gdb.base/corefile.exp: Allow "Core was generated by ..."
14571 messages to not include the full program name that caused
14572 the core dump since some systems (such as solaris) apparently
14573 truncate this path to about 80 characters.
14574 When generating a core file first try increasing the core file
14575 size limit to unlimited since some systems may default it to
14576 zero, and it is harmless to try it. Move the test for failing
14577 to generate a core file to where it will actually get executed.
14578 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
14579 new gdb result from g++ debug info improvements and make old
14580 pattern obsolescent. Also account for size_t differences
14581 (may be int or long).
14582 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
14583 initialization before function call is placed in the delay slot
14584 and thus appears to be skipped over by commands such as "next".
14585
14586Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14587
14588 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
14589
14590Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
14591
14592 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
14593 input source file; fix code to compile test to deal with this
14594 convention.
14595 * gdb.c++/*.exp: Likewise.
14596
14597Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
14598
14599 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
14600 "bt in signals.exp".
14601
14602Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
14603
14604 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
14605 "step over execarg initialization" and
14606 "step over corearg initialization".
14607
14608Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
14609
14610 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
14611 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
14612
14613Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
14614
14615 From Rob Savoye (rob@poseidon.cygnus.com)
14616 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
14617 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
14618 configure.in}, gdb.disasm/{Makefile.in, configure.in},
14619 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
14620 configure.in}: Major reworking for autoconfig.
14621 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
14622 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
14623 New files.
14624 * config/unix-gdb.exp: Make GDB global.
14625 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
14626 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
14627 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
14628 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
14629 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
14630 term.exp, twice.exp, watchpoint.exp, whatis.exp},
14631 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
14632 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
14633 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
14634 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
14635 pr-8136.exp, result.exp, string.exp, tuples.exp},
14636 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
14637 to returns as necessary, arrange for test to compile own testcase
14638 executable.
14639 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 14640
c906108c
SS
14641Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
14642
14643 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
14644 clear_xfail at end of test which might not call either pass or fail.
14645 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
14646 "backtrace through signal handler".
14647
14648Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14649
14650 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
14651 continuing from a job control stop signal.
14652 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
14653
14654Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
14655
14656 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
14657 * gdb.base/corefile.exp: Likewise.
14658 * gdb.base/funcargs.exp: Likewise.
14659
14660Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
14661
14662 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
14663 * config/monitor.exp: Add support for setting baud rate.
14664
14665Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
14666
14667 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
14668 i*86-*-linux* xfails for "backtrace through signal handler".
14669 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
14670 "print func2::coremaker_local".
14671 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
14672 alpha-dec-osf2* xfail for
14673 "delete all breakpoints when none".
14674
14675Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
14676
14677 * gdb.base/break.exp: Change test that deletes all breakpoints
14678 when no user breakpoints are installed. A post 4.15 change
14679 causes gdb to no longer prompt in this case.
14680
14681Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
14682
14683 * gdb.base/return.exp (return_tests): Change xfail for test
14684 "correct value returned double test" to stop xfailing at
14685 Solaris 2.5. Apparently the bug has been fixed.
14686
14687Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
14688
14689 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
14690 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
14691
14692Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
14693
14694 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
14695 * gdb.disasm/hppa.s: Corresponding changes.
14696
14697Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
14698
14699 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
14700 makefile fragment.
14701 * config/mt-hpux: Deleted.
14702
14703Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
14704
d63a86f8 14705 * Many files: When warning about suppressed tests due to a
c906108c
SS
14706 nonexistant test binary, avoid incrementing the warning count.
14707
14708Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
14709
14710 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 14711
c906108c
SS
14712Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14713
14714 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
14715 "sparc-*-solaris2*".
14716
14717Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14718
14719 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
14720 Add global and local variables and initialize them.
14721 * gdb.base/corefile.exp: Test correct mapping of corefile sections
14722 by printing variables. Remove rs6000 and powerpc xfails, BFD now
14723 extracts the file name and terminating signal from the core file.
14724 * TODO: Remove note about tests for correct mapping of corefile.
14725 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
14726 from optimizing it away.
14727 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
14728 handles common blocks.
14729
14730Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
14731
14732 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
14733 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
14734
14735Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
14736
14737 * Makefile.in (maintainer-clean): New target, synonym for
14738 realclean.
14739 * gdb.base/Makefile.in (maintainer-clean): Likewise.
14740 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
14741 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
14742 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
14743 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
14744 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
14745
14746Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
14747
14748 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
14749 xfails when not gcc compiled for "print foo::funclocal".
14750 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
14751 "print foo::funclocal at foo",
14752 "print 'scope1.c'::foo::funclocal at foo",
14753 "print foo::funclocal_bss at foo",
14754 "print 'scope1.c'::foo::funclocal_bss at foo",
14755 "print foo::funclocal_ro at foo",
14756 "print 'scope1.c'::foo::funclocal_ro at foo",
14757 "print bar::funclocal at foo" and
14758 "print 'scope1.c'::bar::funclocal at foo".
14759 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
14760 gcc compiled for "print foo::funclocal at bar".
14761 Expand all messages to ensure that they identify that
14762 the test is at bar().
14763 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
14764 gcc compiled for:
14765 "ptype on opaque struct pointer (statically)",
14766 "ptype on opaque struct tagname (statically)",
14767 "ptype on opaque struct pointer (dynamically) 1",
14768 "ptype on opaque struct tagname (dynamically) 1",
14769 "ptype on opaque struct pointer (dynamically) 2" and
14770 "ptype on opaque struct tagname (dynamically) 2
14771 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
14772 gcc compiled for:
14773 "p datalocal"
14774 "whatis datalocal",
14775 "ptype datalocal",
14776 "p bsslocal",
14777 "whatis bsslocal", and
14778 "ptype bsslocal".
14779 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
14780 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
14781 when not gcc compiled.
14782 * gdb.base/funcargs.exp (float_and_integral_args): Add
14783 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
14784 compiled.
14785 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
14786 "backtrace from call6a" when not gcc compiled.
14787 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
14788 "backtrace from call7a" when not gcc compiled.
14789 * gdb.base/callfuncs.exp (do_function_calls):
14790 Add "hppa*-*-hpux*" xfail when not gcc compiled for
14791 "p t_char_array_values(char_array_val2,char_array_val1)",
14792 "p t_char_array_values(char_array_val1,char_array_val2)",
14793 "p t_char_array_values("carray 1","carray 2")",
14794 "p t_char_array_values("carray 1",char_array_val2)",
14795 "p t_char_array_values(char_array_val1,"carray 2")",
14796 "p sum_args(1,{2})",
14797 "p sum_args(2,{2,3})",
14798 "p sum_args(3,{2,3,4})",
14799 "p sum_args(4,{2,3,4,5})"
14800 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
14801 "backtrace in corefile.exp" when not gcc compiled.
14802
14803Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14804
14805 * gdb.base/signals.exp: Rewrite `handle all print' test as
14806 a procedure. Accept blanks or TABs as whitespace, increase
14807 timeout and expect input buffer size for the large output
14808 from the command. Remove "i*86-*-bsdi2.0" xfail.
14809
14810Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14811
14812 * gdb.base/setvar.exp: Add new testcases for truncation when
14813 assigning invalid values to bitfields.
14814
14815Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
14816
d63a86f8 14817 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
14818 mips-sgi-irix* xfail for
14819 "call inferior func with struct - returns char *"
14820 and fix test so that an optional (unsigned char *) cast is
14821 accepted in the result.
14822
14823Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
14824
14825 * gdb.base/funcargs.exp (float_and_integral_args): Remove
14826 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
14827 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
14828 * gdb.base/signals.exp: Remove duplicate "handle all print" test
14829 that accidentally got checked in.
14830
14831Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
14832
d63a86f8 14833 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
14834 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
14835 compiled test.
14836 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
14837 Add mips-sgi-irix5* xfail for not gcc compiled.
14838 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
14839 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
14840 "p top", "whatis top", "p middle", and "whatis middle".
14841 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
14842 "whatis signed char" for not gcc compiled.
14843 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
14844 "set variable signed char=-1 (-1)" and
14845 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
14846 * gdb.base/funcargs.exp (float_and_integral_args):
14847 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
14848 Add mips-sgi-irix* xfail when not gcc compiled for
14849 "continue to call2b".
14850 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
14851 "continue to call2g".
14852 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
14853 "backtrace from call6a"
14854 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
14855 "backtrace from call7k".
14856 Add mips-sgi-irix5* xfail when not gcc compiled for
14857 "backtrace from call7a".
14858 (localvars_after_alloca): Fix gdb_test cmds for
14859 "print * after runto ...".
14860 Remove rs6000-*-* xfails for
14861 "print i after runto localvars_after_alloca" and
14862 "print l after runto localvars_after_alloca"
14863 for all compilers.
14864 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
14865 when not compiled with gcc, for:
14866 "print signed char == (minus)",
14867 "print signed char != (minus)",
14868 "print signed char < (minus)",
14869 "print signed char > (minus)".
14870 * gdb.base/callfuncs.exp (do_function_calls):
14871 Add mips-sgi-irix* xfail, when compiled with native compiler, for
14872 "call inferior func with struct - returns char *".
d63a86f8 14873 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
14874 "correct value returned double test" to include Solaris 2.4.
14875 * gdb.base/funcargs.exp (float_and_integral_args):
14876 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 14877
c906108c
SS
14878Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14879
14880 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
14881 enumeration bitfields if compiling with GNU C.
14882 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
14883 to empty' prompt.
14884
14885Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
14886
14887 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
14888 test for PRO targets.
14889
14890 * gdb.base/funcargs.exp: Avoid ever setting more than 8
14891 breakpoints in the inferior at any given time by making
14892 two groups of breakpoints for call2*, call6* and call7*
14893 tests.
14894
14895Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14896
14897 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
14898 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
14899 from optimizing it away.
14900 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
14901 "call inferior func with struct".
14902
14903Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
14904
14905 * configure.in: Only configure gdb.chill for particular targets.
14906
14907Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
14908
14909 * gdb.base/Makefile.in: Add action to .c.o transformation
14910 rule that generates a .ci file for each .o file and remove
14911 explicit .c.o rules except for callfuncs.o.
14912 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
14913 generates a .ci file for each .o file and remove explicit
14914 .cc.o rules.
14915 (clean): Remove *.tmp *.ci files.
14916 (EXECUTABLES): Remove templ-info.exp.
14917 * gdb.base/compiler.c: New file.
14918 * gdb.c++/compiler.cc: New file
14919 * gdb.base/scope.exp: Source gdb.base/scope.ci.
14920 Change rs6000-*-* xfail for
14921 "print 'scope0.c'::filelocal_ro" and
14922 "print 'scope1.c'::filelocal" and
14923 "print 'scope1.c'::filelocal_bss" and
14924 "print 'scope1.c'::filelocal_ro" and
14925 "print 'scope1.c'::foo::funclocal" and
14926 "print 'scope1.c'::foo::funclocal_ro" and
14927 "print 'scope1.c'::bar::funclocal" and
14928 "print 'scope0.c'::filelocal_ro" and
14929 "print 'scope1.c'::filelocal at foo" and
14930 "print 'scope1.c'::filelocal_bss at foo" and
14931 "print 'scope1.c'::filelocal_ro at foo" and
14932 "print 'scope1.c'::foo::funclocal at foo" and
14933 "print 'scope1.c'::foo::funclocal_bss at foo" and
14934 "print 'scope1.c'::foo::funclocal_ro at foo" and
14935 "print 'scope1.c'::bar::funclocal at foo" and
14936 "print 'scope0.c'::filelocal_ro" and
14937 "print 'scope1.c'::filelocal" and
14938 "print 'scope1.c'::filelocal_bss" and
14939 "print 'scope1.c'::filelocal_ro" and
14940 "print 'scope1.c'::foo::funclocal" and
14941 "print 'scope1.c'::foo::funclocal_bss" and
14942 "print 'scope1.c'::foo::funclocal_ro" and
14943 "print 'scope1.c'::bar::funclocal" and
14944 "print 'scope1.c'::bar::funclocal_bss"
14945 to only be xfail'd when not compiled with gcc.
d63a86f8 14946 Add rs6000-*-* xfail for
c906108c
SS
14947 "print 'scope0.c'::filelocal_bss before run"
14948 when compiled with gcc.
14949 (test_at_main): Add rs6000-*-* xfail for
14950 "print filelocal_ro in test_at_main"
14951 when compiled with gcc.
14952 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
d63a86f8 14953 Add rs6000-*-aix* xfail for
c906108c
SS
14954 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
14955 "ptype t_char_array", not compiled with gcc.
14956 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
14957 xfail for "list foo (in include file)" when gcc compiled.
14958 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
14959 (integral_args): Add rs6000-*-* xfail for
14960 "run to call0a" if not compiled with gcc.
14961 (unsigned_integral_args): Add rs6000-*-* xfail for
14962 "run to call1a" if not compiled with gcc.
14963 (float_and_integral_args): Add rs6000-*-* xfail for
14964 "run to call2a" if not compiled with gcc and for
14965 "continue to call2b" for any compiler.
14966 Add rs6000-*-* xfail to
14967 "print f1 after run to call2a" for gcc compiled.
14968 (discard_and_shuffle): Add rs6000-*-* xfail for
14969 "run to call6a".
14970 (shuffle_round_robin): Add rs6000-*-* xfail for
14971 "backtrace from call7a" if not compiled with gcc.
14972 Add rs6000-*-* xfail for
14973 "backtrace from call7b" if compiled with gcc.
14974 (call_after_alloca): Add rs6000-*-* xfail for
14975 "print c in call_after_alloca" and
14976 "print s in call_after_alloca" and
14977 "backtrace from call_after_alloca_subr"
14978 if not compiled with gcc.
14979 (localvars_in_indirect_call): Add rs6000-*-* xfail for
14980 "print c in localvars_in_indirect_call" and
14981 "print c in localvars_in_indirect_call" and
14982 "backtrace in indirectly called function" and
14983 "stepping into indirectly called function"
14984 if not compiled with gcc.
14985 (localvars_after_alloca): Add rs6000-*-* xfail for
14986 "print c after runto localvars_after_alloca" and
14987 "print s after runto localvars_after_alloca" and
14988 "print i after runto localvars_after_alloca" and
14989 "print l after runto localvars_after_alloca"
14990 for all compilers.
14991 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
14992 than whatis-info.exp.
14993 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
14994 than opaque-info.exp.
14995 Setup rs6000-*-* xfail for
d63a86f8 14996 "ptype on opaque struct pointer (statically)" and
c906108c
SS
14997 "ptype on opaque struct pointer (dynamically)" when
14998 not compiled with gcc.
14999 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
15000 rather than callf-info.exp.
15001 (do_function_calls): Add clear_xfail for rs6000-*-* for
15002 "p t_float_values2(3.14159,float_val2)". Seems to work
15003 fine there, both with xlc and gcc. Need to find out what
15004 it is doing right and fix other platforms.
15005 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
15006 "call inferior func with struct - returns int",
15007 "call inferior func with struct - returns long",
15008 "call inferior func with struct - returns float",
15009 "call inferior func with struct - returns double",
15010 "call inferior func with struct - returns char *",
15011 but only if not gcc compiled (presumes xlc compiled).
15012 Change rs6000-*-* xfails for
15013 "call inferior func with struct - returns char" and
15014 " call inferior func with struct - returns short" to only
15015 xfail if not using gcc.
15016 (clean mostlyclean): Remove *.ci and *.tmp files.
15017 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
15018 than templ-info.exp.
15019 * gdb.base/langs.exp: Source gdb.base/langs.ci.
15020 Add rs6000-*-* xfail for "up to foo in langs.exp"
15021 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
15022 when not gcc compiled.
d63a86f8 15023
c906108c
SS
15024Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15025
15026 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
15027 * gdb.base/corefile.exp: Likewise.
15028 * gdb.base/list.exp: Likewise.
15029 * gdb.base/scope.exp: Likewise.
15030 * gdb.base/siganls.exp: Likewise.
15031
15032 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
15033 compiler output.
15034 * gdb.base/whatis.exp: Likewise.
15035
15036Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
15037
15038 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
15039 failure (opcode table has been fixed to match reality).
15040
15041Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
15042
15043 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
15044 "call inferior func with struct - returns char",
15045 "call inferior func with struct - returns short"
15046
15047 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
15048 "print 'scope0.c'::filelocal at main",
15049 "print 'scope0.c'::filelocal_bss in test_at_main",
15050 "print 'scope0.c'::filelocal at foo",
15051 "print 'scope0.c'::filelocal_bss in test_at_foo",
15052 "print 'scope0.c'::filelocal at bar",
15053 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 15054
c906108c
SS
15055 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
15056 in source file 1". This bug seems to have been fixed with both
15057 gcc and native cc (was native assembler bug?).
15058
15059Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
15060
15061 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
15062 "backtrace through signal handler" to "i*86-*-sysv4*".
15063 * gdb.base/signals.exp: Add xfail for "'next' behaved as
15064 continue" case. Add "known SVR4 bug" to fail message.
15065 Add "i*86-*-bsdi2.0" xfail for "handle all print".
15066 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
15067 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
15068 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
15069 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
15070 "up to foo in langs.exp", "show language at foo in
15071 langs.exp", "up to cppsub_ in langs.exp", "show
15072 language at cppsub_ in langs.exp", "up to fsub in
15073 langs.exp", and "show language at fsub in langs.exp".
15074 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
15075 "bactrace in corefile.exp".
15076 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
15077 "call inferior function with struct - returns float" and
15078 "call inferior function with struct - returns double".
d63a86f8 15079
c906108c
SS
15080Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
15081
15082 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
15083 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
15084 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
15085 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
15086
15087Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
15088
15089 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
15090 (or overriden) "CHILL" macro rather then bare "gcc".
15091 Also look for ../../gcc/xgcc since that is what we will
15092 actually need, not "Makefile". Remove following assignment
15093 of CHILL to CHILL_FOR_TARGET because that results in
15094 recursive definition.
15095
15096Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
15097
15098 * gdb.base/corefile.exp: Change xfail for backtrace in
15099 corefile.exp from linuxaout to all linux.
15100 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
15101 cases where we miss the breakpoint at the signal handler
15102 for some reason. Setup xfail for linuxoldld/linuxaout and
15103 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
15104 hitting SIGURG breakpoint.
15105 * gdb.base/signals.exp: Setup xfail for "next" acting like
15106 continue to add linuxoldld. Setup xfail for all linux for
15107 "next to handler in signals_tests_1", "backtrace in
15108 signals_tests_1", "continue to func1", "pass SIGUSR1",
15109 and continue to handler".
15110
15111Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
15112
15113 * Update all FSF addresses except those in COPYING* files.
15114
15115Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
15116
15117 * gdb.base/a2-run.exp: Change messages to be more explicit about
15118 the status of args, and quote binfile in results.
15119
15120Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
15121
15122 * gdb.base/callfuncs.exp: Add tests for passing structs to
15123 inferior functions and return various types.
15124 * gdb.base/callfuncs.c: Add functions to receive a struct
15125 and return a member of the struct, in various types.
15126
15127Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15128
15129 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
15130
15131Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15132
15133 * config/vxworks29k.exp: New file, sources vxworks.exp.
15134
15135Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15136
15137 * config/gdbremote.exp: New file. Testing framework using
15138 gdbserver.
15139
15140Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
15141
15142 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
15143 "call function when asleep" and "send end of file".
15144 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
15145 for "backtrace in corefile.exp".
15146 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
15147 for "backtrace through signal handler".
15148 * gdb.base/corefile.exp: Make sure we actually generate a core file
15149 before trying the core tests. Some systems allow the user to suppress
15150 generation of core files and default to that (linux for example).
15151 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
15152 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
15153
15154Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15155
15156 * gdb.threads: New directory with some crude multi-threaded
15157 gdb tests (step.exp and step2.exp).
15158 * config/mt-lynx (STEP_EXECUTABLE): Define.
15159 (THREADFLAGS): Define.
15160
15161Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
15162
15163 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
15164
15165 * gdb.base/signals.exp: Disable whole file for lynx until
15166 further notice.
15167
15168 * gdb.base/signals.exp: xfail test where "next" acts like
15169 "continue" for lynx.
15170
15171 * gdb.base/interrupt.exp: xfail test for calling function while
15172 inferior is asleep for lynx.
15173
15174 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
15175 than one cr-lf after each command.
15176
15177Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15178
15179 * configure.in: Reinstate setting of stabsdirs variable, fix
15180 typo in setting up configdirs for native builds.
15181
15182 * gdb.base/return.exp: Fix typo in return double test.
15183 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
15184 compiler from optimizing them away.
15185
15186Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
15187
15188 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
15189 sequences to be echo'd by gdb when using gdb_test.
15190 * gdb.chill/chexp.exp: Likewise.
15191 * gdb.fortran/exprs.exp: Likewise
15192
15193Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15194
15195 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
15196 after the inferior gdb has started.
15197
15198 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
15199 after each command.
15200 * gdb.base/funcargs.exp: Likewise.
15201 * gdb.base/gdbvars.exp: Likewise.
15202 * gdb.base/interrupt.exp: Likewise.
15203 * gdb.base/list.exp: Likewise.
15204 * gdb.base/watchpoint.exp: Likewise.
15205 * gdb.c++/demangle.exp: Likewise.
15206 * gdb.c++/inherit.exp: Likewise.
15207 * gdb.chill/chexp.exp: Likewise.
15208 * gdb.fortran/exprs.exp: Likewise.
15209
15210 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
15211 test if we can't handle IO to/from the inferior.
15212
15213 * gdb.c++/misc.exp: Always check for a program already being
15214 started after sending a "run" command to gdb.
15215
15216 * gdb.base/twice.exp: Start with a fresh gdb.
15217
15218 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
15219 only depend on gdb's expression code, not the chill runtime.
15220
15221 * gdb.base/return.c: Put return values into variables so we
15222 can have gdb print them rather than depending on the program
15223 to print them.
15224 * gdb.base/return.exp: Corresponding changes.
15225
15226 * lib/gdb.exp: Provide default value for noinferiorio.
15227 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
15228 the inferior.
15229
15230 * gdb.base/break.exp: Always check for a program already being
15231 started after sending a "run" command to gdb.
15232 (text_next_with_recursion): Don't check the output from the
15233 program's printf statement. Instead just make sure the program
15234 exited.
15235
15236 * gdb.base/commands.exp: Protect tests which need arguments with
15237 $noargs conditionals.
15238
15239Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15240
15241 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
15242 of structure member arrays to match gdb/valops.c:value_addr change.
15243
15244Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
15245
15246 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
15247 cases.
15248
15249Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
15250
15251 * configure.in (configdirs): Remove gdb.chill from default list
15252 of subdirs and then add it back in only if doing a native build.
15253 The current chill compiler does not yet work in any cross build.
15254 * Revert all signal changes from Jul 6.
15255 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
15256 for sh-hms targets, allowing these tests to link, with no other
15257 changes. Testing is suppressed by setting "nosignals" in site.exp.
15258
15259Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
15260
15261 * configure.in (signaldirs): Define and add to configdirs for all
15262 targets except some specific ones that are known to not support signals.
15263 Also clean up formatting.
15264 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
15265 (signals, sigall): Remove rules to build.
15266 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
15267 Moved to new gdb.signals directory.
15268 * gdb.signals: New test directory.
15269 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
15270 signals.c signals.exp}: New or moved files.
15271
15272Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
15273
15274 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
15275
15276Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
15277
15278 * gdb.base/return.exp: Xfail `return double' test failure
15279 on at least Solaris 2.3 and handle future/past versions on
15280 a case by case basis as appropriate. Also update message
15281 to include i*86 failures.
15282
15283Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15284
15285 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
15286
15287 * lib/gdb.exp: Fix comment which erroneously identified
15288 gdb_file_cmd as gdb_load (the 19 May change was in fact to
15289 gdb_file_cmd not gdb_load).
15290 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
15291
15292 * gdb.base/setvar.exp: Make test names consistent between pass and
15293 fail cases. Use gdb_test more.
15294
15295Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15296
15297 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
15298
15299Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15300
15301 * gdb.base/help.exp: Fix expected help string for `show commands'.
15302
15303Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
15304
15305 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
15306
15307 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
15308 of a text section.
15309
15310Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
15311
15312 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
15313 that loop eventually terminates. Fix Connection refused logic so
15314 that testsuite will expire nicely.
15315
15316Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
15317
15318 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
15319 config/rom68k.exp: New tcl glue for the appropriate monitors.
15320 These all just end up calling monitor.exp.
15321 * config/monitor.exp (gdb_target_monitor): Handle `Connection
15322 refused' by retrying. Cleanup some timeout issues.
15323 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
15324 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
15325 callers don't have to set/restore global timeout variable.
15326
15327 * The following set of changes centralizes management of the global
15328 timeout variable. This way, it can be set in one target dependent
15329 place instead of dozens of places scattered throughout the test suite.
15330 If you need to lengthen a timeout, then you should either set timeout
15331 in one of the config/{target}.exp files, or multiply it by a factor.
15332 Setting it to an absolute value is always going to lose for some
15333 targets.
15334 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
15335 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
15336 * gdb.base/funcargs.exp: Don't set timeout.
15337 * gdb.base/list.exp (test_forward_search): Only use local timeout.
15338 * gdb.base/printcmds.exp (test_print_string_constants
15339 test_print_array_constants): Don't set timeout.
15340 * gdb.base/ptype.exp: Don't set timeout.
15341 * gdb.base/recurse.exp: Don't set timeout.
15342 * gdb.base/return.exp: Don't set timeout.
15343 * gdb.base/watchpoint.exp: Don't set timeout.
15344 * gdb.c++/classes.exp (do_tests): Don't set timeout.
15345 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
15346
15347Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
15348
15349 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
15350
15351Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15352
15353 * lib/gdb.exp: Disable chill tests for irix5.
15354
15355Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15356
15357 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
15358 each test pass or fail.
15359
15360Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15361
15362 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
15363 xlc not gcc.
15364
15365Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
15366
15367 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
15368
15369Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
15370
15371 * config/est.exp: Fix copyright and comments. Remove dead code.
15372 Use targetname, serialport and baud variables instead of fixed
15373 constants.
15374 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
15375 * config/cpu32bug.exp: New file to support cpu32bug monitors.
15376
15377Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15378
15379 * gdb.base/watchpoint.exp: Don't run
15380 test_watchpoint_triggered_in_syscall for sunos.
15381
15382Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15383
15384 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
15385 they don't seem to exist. Do include stdio.h.
15386
15387Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15388
15389 * gdb.base/a1-selftest.exp: Add alpha xfail.
15390
15391Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15392
15393 * gdb.base/watchpoint.c (main): Prompt before calling read().
15394 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
15395 Revise accordingly. Remove cruft about sending "123" several
15396 times, until it gets noticed. Clean up the "print buf[0]" stuff
15397 so that it passes or fails, and waits for prompts in the usual way.
15398
15399Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15400
15401 * gdb.base/recurse.exp: Fix comment.
15402
15403 * TODO: Remove item about printing variables in nodebug.exp. Add
15404 item about enabling tests which are only run on some targets.
15405
15406 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
15407 fail, make test names unique, use new gdb_test convention
15408 regarding pattern, use gdb_test more, etc.).
15409
15410 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
15411 fail, make test names unique, etc.).
15412
15413Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15414
15415 * gdb.base/nodebug.c: Change return type of top and middle to
15416 short.
15417 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
15418 are fixed by the recent mdebugread.c changes. Allow `short ()'
15419 as type for top and middle.
15420
15421Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15422
15423 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
15424 nearly as I can tell, the whole thing was an accident in Stu's
15425 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
15426 to replace a send/expect pair with gdb_test, but ended up only
15427 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
15428 of 30 Mar 1995 took care of it, but left this vestigial comment
15429 which I am now nuking.
15430
15431Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15432
15433 * gdb.base/break.exp: Look for different line number for
15434 breakpoint at main depending on usestubs.
15435
15436Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15437
15438 * gdb.base/list.exp: Adjust some alternate expect patterns to
15439 match recent list0.c change. Add alternate expect pattern for
15440 output from `list default lines around main' for optimizing
15441 compilers.
15442
15443Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15444
15445 * lib/gdb.exp: If nosignals is not set, set it to 0.
15446
15447Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
15448
15449 * config/slite-gdb.exp: Responds to load symbol table prompt.
15450 * gdb.base/break.exp: Adjust line number, fix rerun.
15451 * gdb.base/langs0.c: Add #ifdef usestubs.
15452
15453Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
15454
15455 * gdb.base/list.exp: Adjust line contents after adding new lines in
15456 list0.c. Also fix a syntax error.
15457
15458 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
15459 * gdb.base/break.exp: ditto.
15460 * gdb.base/list.exp: ditto.
15461 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
15462 * gdb.base/run.c: ditto.
15463 * gdb.base/list0.c: ditto.
15464 * gdb.base/funcargs.c: ditto.
15465
15466Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
15467
15468 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
15469 $targetname, $serialport and $baud instead of hardwired variables.
15470 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
15471 target doesn't support signals.
15472
15473Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
15474
15475 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
15476
15477Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15478
15479 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
15480 Don't rely on the value of an auto variable before it has been
15481 initialized. Use gdb_test more.
15482
15483Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15484
15485 * lib/gdb.exp (default_gdb_version): A version number must start
15486 with a digit, but other than that contains all characters up to
15487 the first whitespace character.
15488
15489Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15490
15491 * gdb.base/commands.exp (breakpoint_command_test): New tests.
15492
15493Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15494
15495 * gdb.c++/*.exp: Warn if executable does not exist. The original
15496 reason for skipping the warning was that configure.in sometimes
15497 intentionally skipped building the executables but the tcl code
15498 had no way of knowing. That (a) was always bogus with respect to
15499 error handling, (b) is no longer true (right now there is no way
15500 to skip C++ tests).
15501
15502 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
15503
15504Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15505
15506 * gdb.base/list.exp: Add expect patterns for output from
15507 SunPRO compiled executables.
15508 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
15509 types.
15510
15511Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15512
15513 * gdb.base/break.exp (test_next_with_recursion): Accept any line
15514 number (we are already testing that the correct source line text
15515 gets printed).
15516
15517 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
15518 that is what is intended, but something needed to be done to get
15519 sunos4 native working again.
15520
15521 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
15522
15523 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
15524 apparently went with a (very) old xfail.
15525
15526Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
15527
15528 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
15529 runto_main is a proc in gdb.exp that will do 'step' for target use
15530 stubs.
15531 * gdb.base/exprs.exp: ditto.
15532 * gdb.base/interrupt.exp: ditto.
15533 * gdb.base/opaque.exp: ditto.
15534 * gdb.base/printcmds.exp: ditto.
15535 * gdb.base/ptype.exp: ditto.
15536 * gdb.base/scope.exp: ditto.
15537 * gdb.base/setvar.exp: ditto.
15538 * gdb.base/signals.exp: ditto.
15539 * gdb.base/twice.exp: ditto.
15540 * gdb.c++/classes.exp: ditto.
15541 * gdb.c++/inherit.exp: ditto.
15542 * gdb.c++/templates.exp: ditto.
15543 * gdb.base/break.exp: no run and hit main for stubs. Change line
15544 numbers for breakpoints and info breakpoint.
15545 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
15546 breakpoint().
15547 * gdb.base/callfuncs.c: ditto.
15548 * gdb.base/exprs: ditto.
15549 * gdb.base/interrupt.c: ditto.
15550 * gdb.base/opaque0.c: ditto.
15551 * gdb.base/printcmds.c: ditto.
15552 * gdb.base/ptype.c: ditto.
15553 * gdb.base/scope0.c: ditto.
15554 * gdb.base/setvar.c: ditto.
15555 * gdb.base/signals.c: ditto.
15556 * gdb.base/twice.c: ditto.
15557 * gdb.c++/misc.cc: ditto.
15558 * gdb.c++/templates.cc: ditto.
15559
15560Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15561
15562 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
15563
15564 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
15565 somewhere between `read' and `main.c'. I'm pretty sure the
15566 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
15567 and it isn't particularly useful.
15568
15569 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
15570
15571Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15572
15573 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
15574
15575Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
15576
15577 * config/mt-slite: add LIBS and -nostdlib.
15578 * config/slite-gdb.exp: add this new file to support sparclite target.
15579
15580Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
15581
15582 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
15583
15584 * gdb.base/a2-run.exp: Change argument to istarget from
15585 "*-*-vxworks" to "*-*-vxworks*".
15586 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
15587
15588Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
15589
15590 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
15591 will not runto main but do a 'step' to step out of breakpoint().
15592 * config/mt-slite: add -Dusestubs.
15593
15594Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15595
15596 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
15597 instead of just @.
15598
15599 * gdb.base/signals.exp: Add test for "handle all print".
15600 * TODO: Remove "handle all print". Also remove item about
15601 checking copyright date (I don't like the idea of a spurious FAIL
15602 based on when we run the tests).
15603
15604 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
15605 for SunOS4 (reason for failure not investigated). Remove
15606 redundant test for $binfile.
15607
15608 * gdb.base/nodebug.c (array_index): Call malloc.
15609
15610 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
15611
15612Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
15613
15614 * gdb.base/recurse.exp: Update gdb_test invocation to use new
15615 conventions and slightly simplify the matching regexp.
15616
15617Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15618
15619 * gdb.base/break.exp: Update gdb_test invocation to use new
15620 convention.
15621
15622 * lib/gdb.exp: If noargs is not set, set it to 0.
15623
15624 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
15625 tests unique.
15626
15627 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
15628
15629Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15630
15631 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
15632 one argument of type "<non-float parameter>".
15633
15634Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
15635
15636 * config/rom68k.exp: New file to support Motorola IDP board.
15637 * gdb.base/a2-run.exp: Skip this file if noargs is set.
15638 * gdb.base/break.c: Change things around so that this program
15639 doesn't depend upon args. This is necessary to make remote
15640 targets work (in general, they can't take args).
15641 * gdb.base/break.exp: Don't try to send args to program. Don't
15642 expect output. Also, replace lots of code with gdb_test.
15643
15644Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15645
15646 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
15647 printing of '\'' (which is what the comment says we are testing,
15648 even though we were not), not '''.
15649 (test_integer_literals_rejected): Test that printing ''' is an error.
15650
15651 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15652 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
15653 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
15654 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
15655 Use gdb_test not test_print_accept.
15656 * lib/gdb.exp: Remove test_print_accept.
15657
15658 * gdb.base/signals.exp (signal_tests_1): Make pass message
15659 consistent with fail message.
15660
15661 * gdb.base/whatis.exp: Remove xfails for printing char vs.
15662 unsigned char; the bug (PR 1821) is fixed.
15663
15664 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
15665
15666 * gdb.base/scope.exp (test_at_localscopes): Call pass for
15667 successful tests--makes xfailing them work right.
15668
15669Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15670
15671 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
15672 only \r\n, not .*. The test can pass .* as the last thing in
15673 $pattern if that is what it wants. In addition to providing this
15674 flexibility, this change should speed up pattern matching in cases
15675 where the pattern already ended with .* (there were a number of
15676 them). This change also helps catch bad patterns--in the old
15677 scheme the typo "char \*" instead of "char \\*" would pass. Now
15678 it is caught.
15679 * Many .exp files: Update callers.
15680
15681 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
15682 clearer and does not spuriously match multiple ('s. Likewise for
15683 ) and *.
15684
15685 * gdb.base/nodebug.exp: Test ability to call a function and pass
15686 it a string (even with no debugging info).
15687
15688 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
15689 "p '\'", which is the same as "p ''" once tcl gets done with
15690 quoting, to "p '\\'", which I suspect is what is intended (one
15691 backslash gets sent to GDB).
15692
15693 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
15694
15695Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15696
15697 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
15698 1817) was fixed literally years ago.
15699
15700Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15701
15702 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
15703 test, it causes stepping out of call_after_alloca_subr with
15704 optimizing compilers.
15705 (localvars_in_indirect_call): Consume GDB prompt if `finish'
15706 fails.
15707
15708 * gdb.c++/templates.exp: Source templ-info.exp only if
15709 the templates executable exists.
15710
15711 * gdb.c++/misc.cc (class Contains_static_instance,
15712 class Contains_nested_static_instance),
15713 gdb.c++/classes.exp (test_static_members): Test printing of
15714 a class that contains a static instance of the class.
15715
15716Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15717
15718 * gdb.base/langs2.c (cppsub_): Don't prototype.
15719 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
15720 only, I believe).
15721
15722Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15723
15724 * lib/gdb.exp (skip_chill_tests): New procedure.
15725
15726 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
15727
15728Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
15729
15730 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
15731 each expect pattern. Cuts runtime from 12 to about 4 seconds.
15732
15733Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15734
15735 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
15736
15737 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
15738 disassemble 8, not 16, instructions for part 4.
15739
15740 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
15741 support the latter anymore.
15742
15743 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
15744 -DNO_PROTOTYPES.
15745 * gdb.base/callfuncs.c: Control use of prototypes based on
15746 NO_PROTOTYPES, not __STDC__.
15747 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
15748 t_float_values2 tests if prototypes in use.
15749
15750 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
15751 t_double_values): When checking differences against DELTA, check
15752 that difference is within the range (-DELTA,DELTA), not just
15753 (-infinity,DELTA).
15754
15755Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
15756
15757 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
15758 'file' command firts, then 'target', then 'load', this is due to gdb
15759 target set up.
15760 * config/mips-gdb.exp: Fix a couple regular exp bugs.
15761
15762Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
15763
15764 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
15765 FP load/store variants.
15766 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
15767
15768Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
15769
15770 * gdb.base/term.exp: Do not give a warning if not native, it is
15771 not an abnormal condition.
15772
15773Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
15774
15775 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
15776 t_char_array".
15777
15778Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
15779
15780 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
15781 are getting the version number.
15782
15783 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
15784 if not native, it is not an abnormal condition.
15785
15786Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15787
15788 * lib/gdb.exp: Just use "file exists", rather than undocumented
15789 dejagnu procedure "findfile".
15790
15791Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15792
15793 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
15794 (LDFLAGS): Set to -Xlinker -Ur.
15795
15796 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
15797 Removed, these values are set by lib/gdb.exp.
15798
15799 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
15800
15801Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15802
15803 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
15804 of replicating gdb startup code.
15805
15806 * config/mt-vxworks (LDFLAGS): Set to -r.
15807 (CFLAGS_FOR_TARGET): Removed.
15808
15809 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
15810 (gdb) and gdb for vxworks uses (vxgdb).
15811
15812 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
15813 executable is not in the tree and host != target, use sed and
15814 program_transform_name to determine the gdb name used by the
15815 target.
15816
15817 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
15818 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
15819
15820Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15821
15822 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
15823 floats, chars, and shorts where there are ANSI-style function
15824 definitions.
15825
15826 * gdb.base/langs.exp, gdb.base/langs*: New test.
15827 * gdb.base/Makefile.in: Build it.
15828 * TODO: Remove item about checking that C names don't get C++
15829 demangling applied; this test tests it.
15830
15831Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15832
15833 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
15834 went with the const70 xfail. The xfail went away a year ago.
15835
15836 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
15837
15838 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
15839 for hp300.
15840
15841 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
15842
15843 * gdb.base/a1-selftest.exp: Don't run on hp300.
15844
15845Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15846
15847 * Makefile.in (site.exp): Set host_alias and target_alias as well
15848 as host_triplet and target_triplet.
15849
15850Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15851
15852 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
15853
15854 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
15855 places as other ecoff systems).
15856
15857 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
15858 ultrix.
15859
15860Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15861
15862 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
15863 remove them.
15864 * gdb.base/nodebug.exp: Accept "function" in addition to "text
15865 variable and "variable" in addition to "data variable".
15866 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
15867
15868 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
15869 2.
15870 * gdb.base/list1.c (long_line): Add additional statement at start
15871 of function.
15872 * gdb.base/list.exp (test_forward_search): Update line number to
15873 reflect new statement.
15874
15875Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15876
15877 * gdb.base/signals.exp: Reinitialize searched source directories
15878 after gdb_start call.
15879
15880Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
15881
15882 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
15883 * gdb.stabs/Makefile.in: Likewise.
15884
15885 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
15886 change. Instead split the tests into smaller pieces.
15887 * gdb.disasm/hppa.s: Corresponding changes.
15888
15889Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15890
15891 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
15892 Quote ^C when passing it to stty. For some shells ^ is a pipe.
15893
15894 * gdb.base/funcargs.exp: Modify many tests so that every test
15895 either passes or fails. Make some test names unique.
15896
15897Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15898
15899 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
15900 Call stty to set interrupt character.
15901
15902 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
15903 for HP assembler versus GNU assembler based on actual behavior of
15904 $(CC), rather than assuming that $(AS) is always the GNU assembler.
15905
15906 * TODO: Suggest a few more stepping tests.
15907
15908Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
15909
15910 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
15911 restart GDB for h8300 after a continue.
15912 (return): Add pattern to match a29k-udi behavior.
15913 * gdb.base/nodebug.exp: Remove obsolete comment.
15914 * gdb.base/regs.exp: New file, testing of register displays.
15915 * gdb.base/return.exp: Fix typo in reference to $objdir.
15916 * gdb.base/whatis.exp: Always start with a fresh GDB.
15917
15918Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15919
15920 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
15921 higher, these tests generate a lot of output.
15922
15923Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15924
15925 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
15926 code following the catch silently ignored some errors; without the
15927 catch they should be thrown like any other tcl error. Also, the
15928 catch used "" instead of {} which meant all the callers who wanted
15929 to include one of the characters "[]$ had to quote it an extra time.
15930 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
15931 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
15932 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
15933 Remove extra quoting.
15934
15935Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
15936
15937 * gdb.base/commands.exp: Make test names unique; every test either
15938 passes or fails. Update some comments.
15939
15940 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
15941
15942Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15943
15944 The following fixes a FAIL caused by the fact that the alpha stabs
15945 configuration didn't use the ".if alpha" code in weird.def.
15946 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
15947 bit pointer, so the 32 bit version works even on the alpha.
15948 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
15949 Remove the stuff which allowed us to have separate versions for
15950 alpha and everything else.
15951
15952 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
15953 regexp which "info func operator\[\](" is supposed to match. Fix
15954 string to send to GDB. Note that GDB still doesn't work right. Add a
15955 new test for "info func .perator\[\](" which GDB does handle correctly.
15956
15957 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
15958
15959Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15960
15961 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
15962 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
15963 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
15964 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
15965 it makes the tests harder to understand and confuses test-o-matic.
15966 The preferred style is that each test provides a PASS or a FAIL,
15967 and has a unique message (e.g. "continue #54" not just "continue")
15968 which is the same for the pass and the fail.
15969 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15970 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
15971 to lib/gdb.exp.
15972 * gdb.base/printcmds.exp: Use test_print_accept. Remove
15973 prt_accept which was basically the same thing. Likewise for
15974 test_print_reject and prt_reject.
15975 * lib/gdb.exp (test_print_reject): Add some more error message
15976 patterns to match from the former printcmds.exp (prt_reject).
15977 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
15978 One defect of the passcount stuff is that some of it failed to
15979 report XPASS where appropriate.
15980 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
15981 stuff before and after arg in expected pattern.
15982 (test_paddr_operator_functions): Re-do test without print_addr_of;
15983 this is the only test which seems to want extra stuff there.
15984
15985Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15986
15987 * gdb.base/nodebug.exp: Update new tests to reflect improved
15988 wording of gdb output.
15989
15990 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
15991 and "ptype" work on variables in files compiled without -g.
15992 Replaces commented out "maint print msymbol" tests.
15993
15994Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15995
15996 * gdb.base/setvar.c (dummy): Call malloc.
15997
15998 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
15999 losing with the irix4 sed.
16000
16001 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
16002 ALRM" on irix4.
16003
16004Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16005
16006 * TODO: Remove items about corefile.exp testing new exec-file and
16007 backtrace; both are now done. Add items about printing enums.
16008
16009Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16010
16011 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
16012 "get signal $thissig" test fails.
16013
16014 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
16015
16016Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16017
16018 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
16019 compiler warning with dec alpha compiler.
16020
16021 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
16022 extra \n from gdb_test call (this explains why the prompt test
16023 that I removed yesterday was there).
16024 (user_defined_command_test): Remove extra \n and prompt test.
16025
16026 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
16027 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
16028 doesn't exist.
16029 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
16030 Also remove alpha workaround, which turns out to be because
16031 SIGABRT == SIGLOST.
16032
16033 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
16034
16035 * gdb.base/help.exp: Don't test "help show".
16036
16037Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16038
16039 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
16040 "set print address" is on.
16041 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
16042 pass prompt to gdb_test; gdb_test already looks for the prompt.
16043
16044 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
16045
16046 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
16047 was a vestige of the manual TESTSTRATEGY, and the purpose of it
16048 was to make sure that gdb can read a core file. But (a) the "read
16049 the corefile" part didn't make it to a1-selftest.exp, we just
16050 delete the corefile after creating it, and (b) we test reading
16051 corefiles in corefile.exp anyway. Also, this test left around a
16052 xgdb process on Solaris.
16053
16054 * gdb.base/corefile.exp: Also test backtrace.
16055
16056Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
16057
16058 * gdb.base/commands.exp: Test a simple user defined command with
16059 arguments and if/while statements; verify the full user command is
16060 printed by "show user".
16061
16062 * gdb.base/commands.exp: Test if/while commands as part of a
16063 breakpoint command list; verify they appear in breakpoint
16064 information.
16065
16066Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16067
16068 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
16069 than by dividing by zero.
16070
16071Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
16072
16073 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
16074 performing an inferior call with watchpoints enabled.
16075 * gdb.base/watchpoint.c (main): Delete second unnecessary read
16076 call.
16077
16078Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16079
16080 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
16081 of "file" command.
16082
16083 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
16084 Add additional pattern for when "int operator int(void);" appears
16085 in a different order.
16086
16087Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16088
16089 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
16090
16091 * gdb.base/help.exp: Replace most of docstrings for "info signals"
16092 and "signal" with ".*".
16093
16094Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16095
16096 * TODO: Add note about "handle all nostop".
16097
16098 * gdb.base/{sigall.c, sigall.exp}: New test.
16099 * gdb.base/Makefile.in: Add it.
16100
16101Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16102
16103 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
16104 when invoking GDB, suppresses any windowing interface.
16105
16106Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
16107
16108 * config/sim-gdb: New file, simulator testing support.
16109
16110Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
16111
16112 * gdb.base/interrupt.exp: Test calling func1 twice.
16113
16114Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
16115
16116 * gdb.base/list.exp (test_forward_search): Set timeout higher
16117 when we'll be getting lots of output from gdb.
16118
16119 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
16120 "init_malloc" to after the expect statement. Run it if that
16121 regexp is taken, but also for two others which happen if source
16122 cannot be found.
16123
16124Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16125
16126 * gdb.base/printcmds.exp: New test, for printing register before
16127 program is running.
16128
16129Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16130
16131 * gdb.base/list.exp: Correct some alternate expect patterns
16132 to reflect changes in list1.c.
16133
16134Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16135
16136 * TODO: Add item regarding large frames.
16137
16138 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
16139
16140 * TODO: Remove item about enabling return.exp; it
16141 is enabled. Suggest a few more "return" tests.
16142
16143Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16144
16145 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
16146 anonymous unions.
16147
16148Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16149
16150 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
16151 and pr-5646.o, so "make" is the same as "make all", not "make
16152 pr-4975.o".
16153
16154Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
16155
16156 * gdb.base/list.exp: Adjust expectations to reflect changes in
16157 list1.c.
16158 (test_forward_search): New test proc.
16159 * gdb.base/list1.c (long_line): New function, has long source line.
16160
16161Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
16162
16163 * gdb.base/a1-selftest.exp: Change initial stepping to know about
16164 additional line of code that was added.
16165
16166Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
16167
16168 * gdb.disasm/hppa.s: Break the large branching tests into smaller
16169 tests so as not to overflow expect's input buffers.
16170 * gdb.disasm/hppa.exp: Corresponding changes.
16171
16172Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16173
16174 Beginnings of template debugging tests.
16175 * gdb.c++/templ-info.cc: New file to test for template
16176 debugging capability of the compiler.
16177 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
16178 templ-info.cc.
16179 * gdb.c++/templates.cc: Add explicit template instantiations
16180 to enable compiling with -fno-implicit-templates. Add destructor
16181 and 'value' method to T5 class for template tests.
16182 * gdb.c++/templates.exp: Add testcases for printing of template
16183 types, setting breakpoints on template methods and calling a
d63a86f8 16184 template method.
c906108c
SS
16185
16186Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
16187
16188 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
16189 branch target since some assemblers (gas-2.5) may emit a
16190 relocation for the branch instead of resolving it in the
16191 assembler.
16192
16193Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16194
16195 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
16196 through signal handler.
16197
16198Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16199
16200 * configure.in (*-*-netware): Use config/mt-netware.
16201
16202 * config/mt-netware: New file.
16203 * config/mt-i386-netware: Removed, separate configs for different
16204 netware architectures are no longer needed now that we have
16205 --with-headers.
16206
16207Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16208
16209 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
16210 by the recent changes to use ANSI C arithmetic conversions.
16211
16212Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16213
16214 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
16215 bug involving using inferior_pid to figure out whether to select a
16216 frame.
16217
16218Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
16219
16220 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
16221 match the current disassembler output.
16222
16223Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
16224
16225 * gdb.fortran/exprs.exp: Expect VOID instead of void.
16226 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
16227 types, expect "int" as type of integer values (for now).
16228
16229Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
16230
16231 * gdb.base/commands.exp: New tests for if/while commands.
16232
16233Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
16234
16235 * lib/gdb.exp (runto): Replace sub-pattern for hex value
16236 by .*, since hex values have different syntax in Chill mode.
16237
16238Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16239
16240 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
16241 linefeed from expect pattern for repeated types with indices > 9.
16242
16243Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
16244
16245 First part of Fortran test suite.
16246 * gdb.fortran: New directory.
16247 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
16248
16249Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16250
16251 * gdb.base/default.exp: Update expect pattern for load command
16252 without arguments.
16253
16254Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16255
16256 * configure.in: Change i386 to i[345]86.
16257 * gdb.base/configure.in: Likewise.
16258 * gdb.c++/configure.in: Likewise.
16259 * gdb.chill/configure.in: Likewise.
16260
16261Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
16262
16263 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
16264 patterns, since that is not a valid context for comments.
16265
16266Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
16267
16268 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
16269 repeated types and repeated types with indices > 9.
16270
16271Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
16272
16273 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
16274 2417; old bug has been fixed.
16275
16276Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
16277
16278 * gdb.base/interrupt.exp: When trying to wake up the inferior,
16279 send the newline ourselves instead of assuming gdb_test will do
16280 so when passed an empty input string.
16281
16282 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
16283 stabs testcode.
16284
16285Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16286
16287 * lib/gdb.exp (gdb_test): Don't send anything if the first
16288 argument is an empty string. This makes cases where we want to
16289 match output that is already in expect's buffers (for example,
16290 matching a breakpoint after gdb_run_cmd has been called) work
16291 reliably.
16292
16293Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16294
16295 * config/netware.exp: New file.
16296
16297Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16298
16299 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
16300 the -B and -L prefixes so we can find the debugging stub.
16301
16302 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
16303 there and we are using the gcc from the tree.
16304
16305 * gdb.base/types.c: Removed.
16306
16307 * gdb.base/configure.in: Look for makefile fragments in ../config.
16308 Recognize i386-*-netware.
16309 * gdb.c++/configure.in: Likewise.
16310
16311Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16312
16313 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
16314 the correct TCL syntax.
16315
16316Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16317
16318 * gdb.base/opaque.exp: use runto instead of messing around with
16319 breakpoints. Simplify by using gdb_test.
16320
16321 * gdb.base/bitfields.exp: restart between tests on netware targets
16322 because breakpoints aren't relocated after target death. Run
16323 processes to completion.
16324
16325 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
16326
16327Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
16328
16329 * Makefile.in: Remove extra tabs that confuse some versions
16330 of "make". Use the newly built gdb to test with by default,
16331 rather than the first one in the tester's search path.
16332
16333Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
16334
16335 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
16336
16337 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
16338 condition help.
16339
16340Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16341
16342 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
16343
16344 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
16345 running.
16346 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
16347 * gdb.base/funcargs.exp: Likewise.
16348
16349 * gdb.base/bitfields.exp: Simplify by using gdb_test.
16350 * gdb.base/funcargs.exp: Likewise.
16351
16352 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
16353 message is "".
16354
16355Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16356
16357 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
16358 return,signals,twice}.exp: Handle non-existant binaries
16359 consistantly.
16360
16361 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
16362 * gdb.base/Makefile.in: Don't try to generate a core dump, we
16363 might testing a cross development system.
16364
16365Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16366
16367 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
16368 runtest script is relative to ${srcdir}, not ${rootdir}.
16369
16370Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
16371
16372 * gdb.base/signals.exp: Allow for optionality of breakpoint
16373 address.
16374
16375Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16376
16377 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
16378
16379Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16380
16381 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
16382 for size_t definition.
16383 * gdb.c++/templates.cc: Likewise
16384
16385 * config/mt-i386-netware: New file.
16386
16387 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
16388 defined.
16389
16390 * gdb.base/Makefile.in: Added support for systems that name core
16391 files by appending "core" to the program name.
16392 * gdb.base/a1-selftest.exp: Likewise.
16393
16394Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16395
16396 * gdb.base/return.exp: Add comment and message for `return double'
16397 test failure on Sparc Solaris.
16398
16399Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
16400
16401 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
16402
16403Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16404
16405 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
16406 from optimizing them away.
16407 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
16408 patterns to include default constructors and assignment operators,
16409 to match gcc versions beyond 2.5.8. Accept any cplus demangling
16410 character in the output of the virtual base pointer.
16411
16412Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16413
16414 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
16415 expression match in print_addr_of to avoid unintented matches.
16416 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
16417 versions up to 2.5.8.
16418
16419Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16420
16421 * gdb.base/list.exp: Tweak alternate pattern for listing of an
16422 included file to run under newer versions of expect.
16423 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
16424 consecutive >'s in templates to accomodate recent cplus-dem.c change.
16425 Remove xfail for the virtual table of BDDHookV.
16426
16427Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16428
16429 * lib/gdb.exp (string_to_regexp): Set a default result.
16430 (default_gdb_start): Fix misleading message.
16431
16432Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
16433
16434 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
16435 Remove all CC, etc definitions.
16436 * config/mt-hpux: New file.
16437 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
16438 (CFLAGS, LDFLAGS): Define.
16439 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
16440
16441 * Makefile.in (site.exp): Don't insert host_os, etc.
16442 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
16443 (distclean): Check existence of subdir.
16444 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
16445 * gdb.base/Makefile.in: General cleanup and simplification.
16446 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
16447 to build executables. Use default rule to build .o files.
16448 (EXPECT, RUNTEST, CC): Fix relative pathname.
16449 (site.exp): Don't insert host_os, etc.
16450 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
16451 and/or SIGUSR1 defined.
16452 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
16453 * gdb.c++/Makefile.in: General cleanup and simplification.
16454 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
16455 (CFLAGS): Remove.
16456 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
16457
16458Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
16459
16460 * gdb.base/recurse.exp: Misc changes to get tests running again
16461 after Kung's changes to the watchpoint code.
16462 * gdb.base/watchpoint.exp: Likewise.
16463
16464Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
16465
16466 * lib/gdb.exp (string_to_regexp): Convert {\} also.
16467
16468Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16469
16470 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
16471 * lib/gdb.exp (default_gdb_start): Define.
16472 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
16473 gdb.base/funcargs.exp, gdb.base/opaque.exp,
16474 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
16475 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
16476 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
16477 Don't call gdb_target_udi in between tests.
16478
16479Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16480
16481 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
16482 (which was basically just a local version of the same thing). In
16483 addition to avoiding duplication, gdb_test_exact is faster.
16484 * lib/gdb.exp (gdb_test_exact): Fix typo.
16485
16486 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
16487 don't give an error.
16488
16489 * gdb.base/term.exp: Call delete_breakpoints before starting.
16490
16491 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
16492 (t10): Add comment.
16493
16494Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
16495
16496 Reorganization of the GDB Test Suite.
16497
16498 * gdb.base: New directory, contains all the basic tests.
16499 * gdb.c++: New directory, tests specific to C++.
16500 * gdb.chill: New directory, tests specific to Chill.
16501 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
16502 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
16503 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
16504 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
16505 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
16506 t30-31 to chill).
16507 * */gdbme.*: Rename to match appropriate expect scripts.
16508 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
16509 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
16510 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
16511 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
16512 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
16513 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
16514 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
16515 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
16516 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
16517 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
16518 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
16519 gdb.c++/virtfunc.cc: New names of C++ files.
16520 * gdb.chill/chillvars.ch: New name of Chill file.
16521 * gdb.base/configure.in, gdb.c++/configure.in,
16522 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
16523 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
16524 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
16525 * configure.in (configdirs): Update to reflect directory changes.
16526 (target_abbrev): No longer define for any configuration.
16527 * Makefile.in: Cosmetic improvements to header comments.
16528
16529Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16530
16531 Various changes to gdb.t31:
16532
16533 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
16534 * gdbme.ch: Make all key-words and predefineds be upper-case.
16535 * chillvars.exp: Expect key-words and predefinds in upper-case.
16536
16537 * chillvars.exp: Use gdb_test_exact many places.
16538 Change expected output for arrays (which now includes index labels).
16539
16540 * pr-5020.exp, gdme.ch (module PR_5020):
16541 New test, for PR-5020.
16542
16543Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
16544
16545 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
16546 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
16547
16548Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
16549
16550 * Makefile.in: Fix bit-rot in definitions of CHILL,
16551 CHILL_FOR_TARGET and Chill_LIB.
16552 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
16553 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
16554 CHILL, and CHILL_LIB.
16555
16556Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
16557
16558 * Revert the previous changes. Please see Rob's directory
16559 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
16560
16561Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
16562
16563 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
16564 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
16565 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
16566 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
16567 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
16568 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
16569 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
16570 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
16571 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
16572 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
16573 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
16574 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
16575 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
16576 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
16577 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
16578 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
16579 changes from 94Q1.
16580
16581Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
16582
16583 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
16584 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
16585 Rob's new testing fragments.
16586
16587Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
16588
16589 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 16590 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
16591
16592Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
16593
16594 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
16595 version also, match on casted version strings, and match on
16596 gdb startup case where the line numbers might be messed up.
16597
16598Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
16599
16600 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 16601 (CFLAGS): Delete it from here.
c906108c
SS
16602
16603Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
16604
16605 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
16606
16607Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
16608
16609 * Makefile.in (RUNTEST): Default to just "runtest".
16610
16611Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16612
16613 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
16614 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
16615 the code has been restructured.
16616
16617Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16618
16619 * gdb.t00/default.exp (set write): Allow any number of \r and/or
16620 \n, not just one of each.
16621
16622 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
16623 /bin/cc gives a warning if you do.
16624
16625Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
16626
d63a86f8 16627 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
16628 __t10ListS_link1ZUiRCUiPT0
16629
16630Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16631
16632 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
16633 on local variables in recursive functions.
16634
16635 * gdb.t07/Makefile.in: Build the new test.
16636
16637Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16638
16639 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
16640 directly. Instead compare the return values from actual calls.
16641
16642Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
16643
16644 * Makefile.in (check): Set TCL_LIBRARY for runtest.
16645
16646Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16647
16648 * From Peter Schauer with minor modifications.
a9c64011
AS
16649 * gdb.t15/return.exp (return_tests): Handle targets where "return"
16650 stops in mid-line in the caller. Add xfail for returning a float
16651 value on X86 targets.
c906108c
SS
16652
16653Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16654
16655 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
16656 to avoid expect lossage.
16657 (fmem_LRbug_tests): Likewise.
16658 * gdb.disasm/hppa.s: Corresponding changes.
16659
16660 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
16661 conditions to work with latest dejagnu/expect.
16662
16663 * gdb.t15/funcargs.exp (finish from indirect call): No longer
16664 expected to fail on the PA.
16665 (backtrace in call with trampolines): Explicitly require main
16666 to be frame #1 (no trampolines should show up in backtrace).
16667
16668 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
16669 "continue -expect".
16670 * gdb.t06/break.exp: Likewise.
16671 * gdb.t07/watchpoint.exp: Likewise.
16672 * gdb.t13/bitfields.exp: Likewise.
16673 * gdb.t15/{funcargs,return}.exp: Likewise.
16674 * gdb.stabs/weird.exp: Likewise.
16675 * config/{mips,udi}-gdb.exp: Likewise.
16676
16677 * hppa.sed: Enclose comments within a sed command to avoid
16678 losing with the old OSF1 sed.
16679
16680Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16681
16682 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
16683 sequent dynix.
16684 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
16685 * gdb.t15/funcargs.exp: Conditionally step again to really
16686 finish from marker_call_with_trampolines. Handle the case where
16687 the first step from within call_with_trampolines already steps
16688 us back to main.
16689 * gdb.t15/gdbme.c: Add comment to closing brace of
16690 call_with_trampolines for funcargs.exp.
16691
16692Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16693
d63a86f8 16694 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
16695 Fix typo(s).
16696
16697Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16698
16699 * gdb.t07/gdbme.c: More code for watchpoint testing.
16700
16701 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
16702 "Hardware watchpoint" throughout file.
16703 (test_watchpoint_triggered_in_syscall): New test.
16704 (test_complex_watchpoint): New test.
16705
16706Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16707
16708 * gdbme.c (call_with_trampolines): New function to try and step
16709 into. Tests trampoline problems on the PA.
16710
16711 * funcargs.exp (localvars_in_indirect_call): No longer expect
16712 stepping into indirect call to fail on PAs.
16713 (test_stepping_over_trampolines): New test.
16714
16715Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16716
16717 * TODO: Add suggestions for static member function tests, and
16718 completion tests.
16719
16720Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16721
16722 * TODO: Add suggestions for "p/a" tests.
16723
16724 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
16725 (default_gdb_exit): Replace all the hair with sending "quit" to
16726 the process with a simple close.
16727
16728Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16729
16730 * TODO: Add suggestions for shared library tests.
16731
16732Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16733
16734 * TODO: Add suggestions for x/s tests.
16735
16736Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16737
16738 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
16739 "enable once", and "enable breakpoints once" with ".*".
16740
16741Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16742
16743 * TODO: Add suggestions about structure passing tests.
16744
16745Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16746
16747 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
16748 the primary1 test, use work around if __GNUC__ < 2.
16749 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
16750 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
16751 Test for bad output rather than waiting for timeout. Issue
16752 second continue only if first continue failed.
16753
16754Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16755
16756 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
16757 operator[] test with gdb_test because the old code didn't seem to
16758 be getting the quoting right with the new dejagnu.
16759
16760Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
16761
16762 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
16763 one from the path.
16764 * Makefile.in: Use a fresh expect if there is one, use runtest
16765 from the src tree if there is one.
d63a86f8 16766
c906108c
SS
16767Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16768
16769 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
16770 next over recursive call. Revise the tests from that point on
16771 (which had been skipped) to match GDB's actual (correct) output.
16772
16773 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
16774 with next over a breakpoint whose condition is false.
16775
16776 * gdb.t00/help.exp: Comment out "help set print" tests just like
16777 (and for same reason as) "help set" test.
16778
16779Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16780
16781 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
16782 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
16783
16784Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16785
16786 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
16787 necessary gdb_target_udi.
16788
16789 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
16790
16791 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
16792 1838 and 2417; they are fixed.
16793
16794 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
16795 gdb.t03/ptype.exp (ptype structure, ptype union):
16796 Remove xfails; the test is looser than when the xfails were added.
16797
16798 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
16799 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
16800
16801 * gdb.t01/run.exp: Only run shell test if isnative.
16802
16803 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
16804 since "run" automatically loads if necessary. Call gdb_target_udi
16805 after the "file" since "file" kills any execution target.
16806
16807 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
16808 GDB. GDB doesn't work that way (not anymore at least) on UDI.
16809 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
16810 argument for UDI.
16811
16812Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16813
16814 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
16815
16816 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
16817
16818Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16819
16820 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
16821 properly quoting regexps. This makes the second argument to
16822 demangle a fixed string, which matches the callers, instead of a
16823 shell-style pattern which is what the previous implementation
16824 used. Update some of the callers.
16825
16826Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16827
16828 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
16829 (comib_nullified_tests): Fix typo.
16830 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
16831 strings. No longer expected to fail.
16832
16833 * gdb.disasm/hppa.s (addib_tests): Fix typo.
16834 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
16835 strings. No longer expected to fail.
16836
16837 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
16838 string. No longer expected to fail.
16839
16840Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16841
16842 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
16843 No longer expected to fail.
16844
16845 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
16846 string. No longer expected to fail.
16847
16848Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16849
16850 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
16851 only in the names (I probably got most of them). I was even
16852 generous with some which differed in underscores in names, and
16853 probably missed a few, and I *still* was able to remove almost a
16854 third of the file with almost no impact on testsuite coverage.
16855
16856Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16857
16858 * gdb.t00/default.exp: Match udi_attach error message as well as
16859 the one from child_attach.
16860
16861 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
16862
16863 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
16864
16865 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
16866 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
16867
16868 * Move test with enums and partial symbols back to
16869 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
16870 Reverts the change of 26 May 93. Per today's change to
16871 stabs.texinfo, the behavior that weird.exp was expecting was
16872 unreasonable; what is important is that the compiler+gdb get
16873 things right, which happens with a recent gcc. Also fix the test
16874 to deal with native compilers which put out the stab gdb can't
16875 deal with.
16876
16877Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16878
16879 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
16880 in the names. The main thing these accomplish is to slow things down.
16881 Many more such duplicates surely remain.
16882
16883 * gdb.t00/help.exp: Comment out "help support" test just like
16884 (and for same reason as) "help set" test.
16885
16886Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
16887
16888 * gdb.t06/break.exp: Remove setup_xfails for
16889 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
16890 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
16891 about known bug in gcc to include up through 2.5.8.
16892 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
16893 well as "_vb$".
16894 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
16895 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
16896 with latest gcc and gdb.
16897 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
16898 well as "_vb$".
16899
16900Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16901
16902 * configure.in (hppa*-*-*): Also configure and build stabs-only
16903 tests.
16904
16905Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16906
16907 * gdb.t10/hppa.mt: A makefile fragment for the PA.
16908 * gdb.t10/configure.in (hppa*-*-*): Use it.
16909
16910Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16911
16912 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
16913
16914Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16915
16916 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
16917 versions prior to 1.13.5.
16918
16919Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16920
16921 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
16922 the prompt is at the start of a line.
16923
16924Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16925
16926 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
16927 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
16928 in the copr tests now.
16929 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
16930 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
16931 expected to fail.
16932
16933Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
16934
16935 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
16936 gdb.t31/chillvars.exp, lib/gdb.exp:
16937 Tweak to run under either version of expect.
16938 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
16939 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
16940 * gdb.t11/list.exp: Remove extraneous whitespace.
16941
16942Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16943
16944 * gdb.t16/printcmds.exp (test_print_strings): Accept
16945 "(unsigned char *) " before the string.
16946
16947 * TODO: Add notes about printing of fancy types and GDB expressions.
16948
16949Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
16950
16951 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
16952 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 16953 if doing mips-idt-ecoff.
c906108c
SS
16954
16955Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
16956
16957 * Most .exp files: Tweak to run under either version of expect.
16958
16959Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16960
16961 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
16962 xfails; I'm not sure why they are failing, but not because of PR 1806.
16963
16964Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
16965
16966 * config/unix-gdb.exp: Remove gdb_unload cause it's already
16967 defined in lib/gdb.exp.
16968
16969Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16970
16971 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
16972 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
16973 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
16974 have to be typeless.
16975
16976Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16977
16978 * TODO: Add suggestion for copyright year test.
16979
16980Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
16981
16982 * configure.in (*-*-lynxos*): Add stabs tests.
16983
16984Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16985
16986 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
16987 so insert a tab before any assembler directive in column zero.
16988
16989 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
16990 stores.
16991 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
16992 stores.
16993 (fpu_short_memory_tests): Likewise.
16994
16995Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16996
16997 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
16998 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
16999 .stabs directives in comments.
17000
17001Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17002
17003 * TODO: New file, describing tests we could write.
17004 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
17005
17006Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17007
17008 * gdb.t06/signals.exp: Add kludge to force re-sync.
17009
17010 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
17011 to xgdb instead of gdb, get out of gdb.
17012
17013Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
17014
17015 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
17016 for info.
17017
17018Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17019
17020 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
17021 * gdb.stabs/configure.in (hppa*-*-*): Use it.
17022 * gdb.stabs/hppa.sed: New sed script for the PA.
17023
17024Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17025
17026 * gdb.stabs: Re-write weird.def and configuration to use sed
17027 instead of cpp. sed is portable and POSIX; cpp is neither.
17028
17029Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17030
17031 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
17032
17033Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17034
17035 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
17036
17037Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17038
17039 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
17040 "_vb$".
17041 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
17042 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
17043
17044Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17045
17046 * lib/gdb.exp: Comment out code which depends on non-existent
17047 `transform' procedure.
17048
17049Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
17050
17051 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
17052 * lib/gdb.exp: Transform tool name.
17053 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
17054 1.1's new error handling system.
17055
17056Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17057
17058 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
17059
17060Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17061
17062 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
17063 They made pattern matching so slow that timeouts happened on
17064 heavily loaded systems. Now any output from "show print" which
17065 gets us back to the GDB prompt is a PASS.
17066
17067Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
17068
17069 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
17070
17071Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17072
17073 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
17074
17075 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
17076 It is not from PR 3220.
17077
17078Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17079
17080 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
17081 just started failing because they depended on the order the
17082 subcommands are presented, or exact docstring text. This kind of
17083 test is a pain and has minimal benefit.
17084
17085Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17086
17087 * gdb.t09/corefile.exp: At end of test, use "core" command with
17088 no arguments.
17089
17090Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
17091
17092 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
17093 17}/Makefile.in: Make it possible to run the testsuite with Sun
17094 make and CC = cross gcc by adding explicit build rules for .o
17095 files.
17096
17097Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17098
17099 * gdb.t15/funcargs.exp: Don't put comments on same line as
17100 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 17101
c906108c
SS
17102Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17103
17104 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
17105
17106Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
17107
17108 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
17109 * gdb.t20/inherit.exp: remove three dumplicate entries.
17110
17111Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17112
17113 * gdb.t06/break.exp: For "next over recursive call", fail on any
17114 incorrect output, not just on "factorial (value=2)".
17115
17116Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17117
17118 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
17119 working now. Add an xfail if accesing a bss variable causes
17120 a memory error if the target is not yet run.
17121
17122Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17123
17124 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
17125 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
17126 name of __st* demangling (2 strings). Did Kung really get the
17127 more than 95 others right without testing them?
17128
17129Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
17130
17131 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
17132
17133Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
17134
17135 * configure.in (configdirs): Add gdb.disasm
17136 * gdb.disasm: New directory for GDB disassembler tests.
17137 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
17138
17139Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17140
17141 * gdb.t00/help.exp: Don't test "help set".
17142
17143 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
17144 from within expect statements. None of these happen anymore and
17145 they cause regressions to be silently unnoticed.
17146
17147 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
17148 messages) about known failures with gcc cygnus-2.4.5-930417.
17149
17150 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
17151 comp-info.exp so it gets built if it doesn't exist.
17152
17153 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
17154 it is no longer used.
17155 * gdb.t13/comp-info.c: Removed.
17156
17157Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
17158
17159 * gdb.t06/signals.exp: Add xfail for sun3.
17160
17161Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17162
17163 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
17164 relevant because ^C doesn't get sent but failure can be reproduced
17165 interactively).
17166
17167Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17168
17169 * gdb.stabs/alpha.mt: New configuration file for alpha.
17170 * gdb.stabs/configure.in: Use it.
17171 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
17172 sharing with alpha.mt, redefine long to word via preprocessor.
17173 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
17174 for alpha.
17175 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
17176 native cc.
17177 * gdb.t00/teststrategy.exp: Change expect string so that we
17178 consume the `(xgdb)' from the command echo and from the gdb prompt.
17179 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
17180 gdb currently compares all values as long, so this failure probably
17181 applies to any configuration where LONGEST is bigger than a target int.
17182 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
17183 with gcc.
17184 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
17185 to handle opaque pointers, gcc is.
17186 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
17187 as first argument. Include <sys/types.h> and change all operator
17188 new definitions to use size_t.
17189 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
17190 now that we use size_t.
17191
17192Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17193
a9c64011 17194 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 17195 a long or float array cast all array members to the same type.
a9c64011 17196 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 17197 with 64 bit longs.
a9c64011 17198 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 17199 on alpha.
a9c64011 17200 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
17201
17202Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17203
17204 * gdb.t24 (demangle.exp): Constructors of templates have names like
17205 vector<int>::vector(int) not vector<int>::vector<int>(int). See
17206 section 14.6 of the ARM.
17207
17208 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
17209 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
17210 accomplish little and slow down the testsuite.
17211
17212 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
17213 Accept spaces various places.
17214
17215Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17216
17217 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
17218 with watchpoint enabled.
17219
17220 * Makefile.in: Remove definition of CC and remove the second
17221 definition of CXX (the "CXX = gcc" one remains). These definitions
17222 were causing backquotes to be expanded within backquotes, which
17223 doesn't work.
17224
17225Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
17226
17227 * gdb.t17/callfuncs.exp: Add "return 0" to end.
17228
17229Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17230
a9c64011
AS
17231 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
17232 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
17233 by mips cc and contains no stabs entries.
17234
17235Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
17236
17237 * config/vx-gdb.exp: Use fake device to load files rather than
17238 NFS.
17239 * lib/gdb.exp: New proc to do "file" command.
17240 * config/unix-gdb.exp: Use new "file" proc.
17241
17242Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17243
17244 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
17245 Rework board rebooting slightly.
17246 (gdb_exit): Don't exit from the remote shell; there isn't one.
17247 * gdb.stabs/weird.exp: If a program is being debugged already,
17248 kill it.
17249 * gdb.t04/setvar.exp: Stop and restart gdb.
17250 * gdb.t05/expr.exp: Likewise.
17251 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
17252 restart gdb and reload the program.
17253 * gdb.t08/opaque.exp: Likewise.
17254 * gdb.t12/scope.exp: Likewise.
17255 * gdb.t13/bitfields.exp: Likewise.
17256 * gdb.t15/funcargs.exp: Likewise.
17257 * gdb.t20/classes.exp: Likewise.
17258 * gdb.t03/ptype.exp: Increase timeout.
17259 * gdb.t16/printcmds.exp (test_print_string_constants,
17260 test_print_array_constants): Likewise.
17261 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
17262 * gdb.t20/classes.exp (do_tests): Likewise.
17263 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
17264
17265Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
17266
17267 * gdb.stabs: Renamed *wierd* to *weird*.
17268
17269Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17270
17271 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
17272 for timeout. Add "known gcc 2.4.5 bug" to failure message.
17273
17274Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17275
17276 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
17277 (do_tests): Remove xfail for whatis on one_var and two_var.
17278
17279Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
17280
17281 * Makefile.in: Made cross building work better by adding
17282 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
17283
17284Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17285
17286 * gdb.t15/{return.c,return.exp,Makefile.in}:
17287 New test, currently commented out.
17288
17289Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
17290
17291 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
17292 still running and removes the leftover named socket so GDb can do
17293 clean restarts.
17294
17295Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
17296
17297 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
17298 console, not GDB.
17299 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
17300 cross testing works better with "make check"
17301 * config/unix-gdb: Use default procedures for exit and version.
17302 * config/vx-gdb.exp: Cleaned up and massaged back to working order
17303 with the newest VxWorks.
17304
17305Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17306
17307 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
17308 old form.
17309
17310 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
17311 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
17312
17313 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
17314
17315 * config/unix-gdb.exp: Remove this version of gdb_exit
17316 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
17317 Rob says he'll look at it when he gets back to testing boards.
17318
17319Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
17320
17321 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
17322 an expected fail for certain ptype commands.
17323
17324 * gdb.t20/classes.exp: Update expected results of "ptype class
17325 Base1" to account for the constructor that now appears in the type.
17326
17327Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
17328
17329 * configure.in (configdirs): Restore gdb.t04, which mysteriously
17330 disappeared from list.
17331 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
17332 "alldone" proc with call to cleanup and exit.
17333 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
17334 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
17335 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
17336 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
17337 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
17338 "alldone" proc with simple returns that suppress remaining
17339 tests. The alldone proc went away many months ago.
17340
17341Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17342
17343 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
17344
17345 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
17346
17347Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17348
17349 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
17350 as vax gdb will display them.
17351
17352Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17353
17354 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
17355 optimizers.
17356
17357 * scope.exp: Change "bad value for localval" messages so each one
17358 is unique.
17359
17360 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
17361 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
17362
17363 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
17364
17365Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17366
17367 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
17368 doesn't exist (due to optimization).
17369
17370Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17371
17372 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
17373 contains \r because the filename is long.
17374
17375 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
17376 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
17377
17378Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17379
17380 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
17381 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
17382 Ultrix.
17383 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
17384 int tests.
17385 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
17386
17387Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
17388
17389 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
17390
17391 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 17392 to match does not match the passing case but still matches the
c906108c
SS
17393 failing case.
17394
17395Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17396
17397 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
17398
17399Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
17400
17401 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
17402 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
17403 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
17404 Remove various versions of gdb_exit.
17405 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
17406 gdb_exit.
17407 * config/unix-gdb.exp: gdb_exit remains here, and should override
17408 the generic version, since it's doing a lot of wierd stuff that
17409 the other versions aren't. FIXME, fold it in, or abandon this
17410 version.
17411
17412Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17413
17414 * gdb.t24/demangle.exp: Add tests for PR 3220.
17415
17416Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17417
17418 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
17419
17420Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
17421
17422 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
17423 "i386-*-*". Works for i486 as well.
17424
17425 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
17426 bug, and expand domain of xfail to all SVR4 systems, since the
17427 actual problem is likely to be in generic SVR4 /proc support.
17428
17429Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17430
17431 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
17432
17433Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
17434
17435 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
17436 xfails for other systems. Match a missing 'Continuing.' as an
17437 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
17438
17439 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
17440 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
17441 Only issue warning for missing executables if -all option is used.
17442
17443 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
17444 file if -all option is used. It's like an unpredictable XFAIL.
17445
17446Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17447
17448 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
17449 for dynamically linked binaries.
17450
17451 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
17452
17453Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17454
17455 * gdb.t20/inherit.exp: Change message for "print tagless struct"
17456 to state that this is a known bug in old versions of g++.
17457
17458Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17459
17460 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
17461 while waiting for `Continuing'.
17462
17463Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
17464
17465 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
17466 in text, data, and bss.
17467 * gdb.t10/nodebug.c: Add local and global test variables for
17468 initialized and uninitialized data.
17469
17470Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17471
17472 * config/unix-gdb.exp (gdb_exit): Add "wait".
17473
17474Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17475
17476 * gdb.t06/signals.exp: xfail the continue from the handler for all
17477 targets.
17478
17479 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
17480 function with watchpoints enabled, the i386 call dummy starts with
17481 a call.
17482
17483 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
17484 386 bsd names its corefiles.
17485
17486Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
17487
17488 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
17489 compilers don't grok it.
17490 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
17491 with small octal ints rather than character constants, which
17492 are signed and might not fit if first promoted to int.
17493
17494Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
17495
17496 * gdb.t09/Makefile.in (clean): Remove corefile.
17497
17498Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17499
17500 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
17501
17502Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17503 and Jim Kingdon (kingdon@cygnus.com)
17504
17505 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
17506 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
17507 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
17508
17509Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17510
17511 * gdb.t17/interrupt.exp: Add xfail for hppa.
17512
17513Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17514
17515 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
17516 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
17517 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
17518 to determine signed-ness of bitfields and use the result to setup
17519 the xfail.
17520 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
17521 * gdb.t15/funcargs.exp: Use them to step until the second indirect
17522 call line is reached if necessary.
17523
17524Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17525
17526 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
17527
17528Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17529
17530 * gdb.t06/break.exp: Also test `clear' command.
17531
17532Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
17533
17534 * gdb.t00/teststrategy.exp: Remove extra quote.
17535
17536 * gdb.t07/watchpoint.exp: Change xfail for calling function with
17537 watchpoint enabled to be for all non-68k machines.
17538
17539 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
17540
17541Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17542
17543 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
17544 targets use aout.mt instead of ecoff.mt as gas understands
17545 standard aout format.
17546
17547Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
17548
17549 * lib/gdb.exp (runto): Don't insist that function we are running to
17550 was compiled with -g.
17551
17552 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
17553
17554 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
17555 to get back into the read system call.
17556 Accept leading newline in case where we woke it up.
17557
17558Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17559
17560 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
17561 to make the stabs test work on ecoff systems using gcc and -with-stabs.
17562 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
17563 enable ecoff configuration.
17564
17565Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17566
17567 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
17568
17569Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17570
17571 * gdb.t16/printcmds.exp: Add another printf test.
17572
17573Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
17574
17575 * configure.in: If configured -with-stabs on any target, add
17576 stabsdirs to configdirs.
17577
17578Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17579
17580 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
17581 fun" so pattern does not match the command itself.
17582
17583Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17584
17585 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
17586
17587Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17588
17589 * gdb.t17/interrupt.exp: Test for more things.
17590
17591Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17592
17593 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
17594 compiler arranges the code and line numbers.
17595
17596 * gdb.t17/interrupt.exp: Don't send \n after ^C.
17597
17598Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17599
17600 * gdb.t00/help.exp: Increase expect input buffer size.
17601
17602Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17603
17604 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
17605
17606 * gdb.t07/watchpoint.exp: Add xfail for hppa.
17607
17608 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
17609
17610 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
17611 [0-9]*, not just [0-9].
17612
17613Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17614
17615 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
17616
17617 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
17618
17619Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17620
17621 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
17622
17623Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17624
17625 * gdb.t06/signals.c: Add xfails for sun3.
17626
17627 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
17628
17629 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
17630 test_stepping tests.
17631
17632Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17633
17634 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
17635
17636 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
17637
17638 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
17639 rather than actually putting it through cpp twice.
17640
17641 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
17642
17643Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
17644
17645 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
17646 no longer needed.
17647
17648Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17649
17650 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
17651
17652 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
17653 C++ features prints as "struct", make it a pass, not an xfail.
17654
17655Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17656
17657 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
17658 Don't require VA to print as "class" rather than "struct".
17659
17660Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
17661
17662 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
17663
17664Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17665
17666 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
17667
17668Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17669
17670 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
17671 order.
17672
17673Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17674
17675 * gdb.t16/printcmds.exp: Add printf tests.
17676
17677 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
17678
17679 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
17680
17681Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
17682
17683 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
17684 pass counts, to counteract any existing or future setup_xfails.
17685
17686Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17687
17688 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
17689 {BEGIN,END}_COMMON for common block instead of STAB.
17690 * gdb.stabs/wierd.exp: Add xfail for rs6000.
17691
17692 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
17693 intp_var should be N_GSYM not N_LSYM.
17694 wierd-aout.S: Use a label for the value of the N_SO.
17695 wierd.def: Remove all backslashes.
17696 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
17697
17698Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17699
17700 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
17701 get the expected next to inheritance3.
17702
17703Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17704
17705 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
17706 now that gcc-2.4 gets it right.
17707
17708Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17709
17710 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
17711
17712 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
17713 generating comp-info.exp which works for cross-compilation.
17714
17715Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
17716
17717 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
17718 "*-*-sysv4.*".
17719
17720Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
17721
17722 * gdb.t01/run.exp: Start with a fresh gdb.
17723 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
17724 SVR4.x.
17725
17726Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
17727
17728 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
17729 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
17730 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
17731 Makefile.in (distclean, realclean): Remove gdbme.c from list of
17732 things to remove.
17733
17734Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
17735
17736 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
17737 test cases from bug reports.
17738
17739Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
17740
17741 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
17742 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
17743 avoid spurious xfails.
17744 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
17745 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
17746 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
17747
17748Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
17749
17750 * gdb.t00/teststrategy.exp: Rework to provide more useful
17751 description of each test, fix problem with systems that define
17752 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
17753 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
17754 results for "next over recursive call" so timeouts aren't taken
17755 by error.
17756
17757Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
17758
17759 * gdb.t12/scope.exp: Test printing of variables before run.
17760
17761 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
17762 printed in wrong order due to sorting.
17763
17764Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
17765
17766 * gdb.t00/teststrategy.exp: Fix expected results for printing
17767 user entered string constant. Is array of char, prints with no
17768 address.
17769
17770 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
17771 commands.
17772 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
17773 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
17774 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
17775 of struct of char arrays.
17776 * gdb.t00/radix.exp: New tests for radix commands.
17777
17778Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
17779
17780 * gdb.t16/printcmd.exp: Print a variable before running program
17781 (with xfail for AIX).
17782
17783Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
17784
17785 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
17786
17787 * gdb.t16/printcmd.exp: Don't print variables before running program.
17788
17789 * gdb.t06/break.exp: Don't require envp argument to main.
17790
17791 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
17792
17793 * gdb.t02/whatis.exp, gdb.t11/list.exp:
17794 Add xfails for rs6000.
17795
17796 * gdb.t02/whatis.exp: Change other tests not to re-test something
17797 we already tested.
17798
17799 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
17800 each type used has a variable of that type.
17801
17802Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
17803
17804 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
17805
17806Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17807
17808 * configure.in: change srctrigger to be a file, not a directory
17809
17810Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
17811
17812 * configure.in (mips-idt-ecoff*): Added trailing '*'.
17813
17814 * gdb.t11/list.exp: Fixed a couple of typos.
17815
17816Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
17817
17818 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
17819 is fixed and PR is closed.
17820 * gdb.t16 (gdbme.c): Add simple test string variable.
17821 * gdb.t16 (printcmds.exp): Add tests with simple test string
17822 variable, primarily for boundaries on "set print elements".
17823
17824Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
17825
17826 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
17827 Make leading 0's optional and don't expect a tab in the middle
17828 of the number.
17829
17830 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
17831
17832 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
17833 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
17834 don't end command passed to gdb_test with newline.
17835
17836 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
17837 signed keyword away, don't expect signed bitfields to be signed.
17838
17839 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
17840 printing with only as many 1's as are in the field as well as printing
17841 with 32 1's (see comment).
17842
17843Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
17844
17845 * gdb.t00/default.exp: Start with a fresh gdb.
17846 * configure.in (configdirs): Remove gdb.t31 until the chill
17847 compiler works again. It no longer is able to find chillrt0
17848 since it isn't in libchill.a anymore.
17849 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
17850 wierd.o, make more modular.
17851 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
17852 spurious newlines that caused problems.
17853
17854Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17855
17856 * Move test with enums and partial symbols from gdb.t03/ptype.exp
17857 to gdb.stabs/wierd.exp since GCC has worked around the bug.
17858 gdb.stabs/wierd.{exp,def}: Many new tests.
17859
17860 * gdb.t00/default.exp: update info line for new message.
17861
17862 * gdb.t02/{whatis.exp,gdbme.c}:
17863 Test that "char *" doesn't print as "caddr_t".
17864
17865Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17866
17867 * gdb.t00/help.exp: Use .* in place of some help messages which
17868 just changed.
17869 gdb.t00/default.exp: Update "info frame" test for new message.
17870 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
17871 Remove some xfails
17872
17873Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17874
17875 * gdb.t03/{gdbme.c,ptype.exp}:
17876 Add tests for typedef'd struct and union without tags.
17877 Also check "whatis" on a variable of a typedef'd enum without a tag.
17878
17879 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
17880 PRMS 1823; the bug still exists but isn't reproduced by this test
17881 anymore), and remove rs6000 XFAIL (the bug is fixed).
17882
17883 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
17884 duplicated from whatis.exp. For those that are left, accept
17885 "long", "long int", or "int" for long variables (whatis.exp already
17886 has an XFAIL for "int", so no need to fail it here).
17887
17888 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
17889 Deal with GCC's names for types now that GDB uses the compiler's names.
17890
17891 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
17892 setup_xfail's for sunos4. If we #defined the signed keyword away,
17893 don't expect GDB to know that char it is signed.
17894
17895 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
17896
17897Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
17898
17899 * configure.in (configdirs): Add gdb.t24 for C++ tests that
17900 should work on any system, regardless of debugging format.
17901 * gdb.t21/demangle.exp: Move to gdb.t24.
17902 * gdb.t24/demangle.exp: Move from gdb.t21.
17903 * gdb.t24/{Makefile.in, configure.in}: New files.
17904
17905Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17906
17907 * configure.in: Do gdb.stabs and C++ tests only for stabs.
17908 * gdb.stabs: New directory.
17909
17910Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17911
17912 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
17913 not just "Quit anyway?".
17914
17915Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
17916
17917 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
17918 that all setup_xfails are immediately followed by clear_xfails.
17919
17920Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
17921
17922 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
17923 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
17924 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
17925 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
17926 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
17927 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
17928 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
17929 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
17930 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
17931 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
17932 gdb.t31/chillvars.exp, lib/gdb.exp:
17933 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
17934 bug-gdb@prep.ai.mit.edu.
17935
17936Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
17937
17938 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
17939 with 0.0, not integer 0.
17940
17941Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
17942
17943 * gdb.t06/break.exp: Update for "Kill the program" message change.
17944
17945Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
17946
17947 * Makefile.in (GDBFLAGS): Set to -nx.
17948 * Makefile.in (site.exp): Use GDBFLAGS.
17949
17950Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17951
17952 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
17953 Makefiles.
17954 (check): depend on just-check.
17955 (just-check): added so that tests can be run without a noop
17956 build pass.
17957
17958Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17959
17960 Switch to using configure's configdirs.
17961 * Makefile.in (Makefile): add configure.in dependency.
17962 (SUBDIRS): removed redundant assignment.
17963 * configure.in: switch subdirs assignment to configdirs.
17964 * gdb.t*/configure.in: new files.
17965
17966Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
17967
17968 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
17969 works.
17970
17971Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
17972
17973 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
17974 in explicit rules. Apparently this is not supported by some makes.
17975
17976Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
17977
17978 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
17979
17980Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17981
17982 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
17983 disappeared.
17984
17985Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
17986
17987 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
17988
17989Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
17990
17991 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
17992 watchpoint problem that is now fixed.
17993 * gdb.t30/chexp.exp: Remove setup_xfail for printing
17994 uninitialized convenience variables.
17995 * gdb.t31/chillvars.exp: Fix expected patterns for printing
17996 structures.
17997
17998Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17999
18000 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
18001 which causes expect to get out of sync with gdb on long output
18002 from help set.
18003 * gdb.t09/corefile.exp: Make expected pattern for core file
18004 failing signal and frame output format less sun specific.
18005
18006Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
18007
18008 * gdb.t31/chillvars.exp: Add and remove initial dummy
18009 breakpoint, so that symbol table is forced in.
18010 (Needed at least on Sunos4, though it seems not SVR4.)
18011 * gdb.t31/chillvars.exp: Update for changed output format.
18012
18013Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
18014
a9c64011 18015 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
18016
18017Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
18018
18019 * Makefile.in: Added --srcdir when invoking runtest, removed the
18020 need for a local config file. (optional now)
18021
18022Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
18023
18024 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
18025 failure count used to force early termination. Add some more
18026 expected failures for gnu style demangling.
18027
18028Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18029
18030 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
18031 pmi variable from gdb.t20/gdbme to get optimized away.
18032 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
18033 Check for written corefile upon timeout _and_ eof.
18034
18035Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18036
18037 * config/unix-gdb.exp: Add missing return 0.
18038
18039Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18040
18041 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
18042 test termination.
18043
18044Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
18045
18046 * configure.in (subdirs): Put back gdb.t17 which mysteriously
18047 disappeared.
18048
18049Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
18050
18051 * gdb.t10/crossload.exp: Disable the i860-elf test until such
18052 time as i860 support works.
18053
d63a86f8 18054 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
18055 "backtrace 100\r" rather than just "backtrace\r", to match last
18056 change.
18057
18058Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
18059
18060 * config/udi-gdb.exp (gdb_exit): Remove close command.
18061 (gdb_target_udi): New procedure to set the UDI target.
18062 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
18063 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
18064 Added waits for prompts after several question responses. Added
18065 some more responses used by a29k-amd-udi-gdb.
18066 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
18067 pass different arguments, restart UDI connection after program
18068 completion.
18069 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
18070 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
18071 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
18072 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
18073 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
18074 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
18075 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
18076 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
18077 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
18078 after program completion.
18079 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
18080 compiled with a SELECT_VECS setting.
18081 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
18082 infinite recursion.
18083
18084 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
18085 Added checks for COFF results, and made them expected failures for
18086 all targets. It would be better to make them expected failures
18087 for COFF targets only.
18088
18089Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18090
18091 * Makefile.in: add null dvi target, don't bother to recurse
18092 through test directories for info and install-info; rename
18093 $(datadir) to be dejagnu instead of deja-gnu
18094
18095Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
18096
18097 * gdb.t31/gdbme.ch: Re-enable code that previously caused
18098 compiler to coredump.
18099 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
18100 code.
18101
18102Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
18103
18104 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
18105 coredump.
18106 * gdb.t31/chillvars.exp: Comment out tests that depend on that
18107 code.
18108
18109Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
18110
18111 * gdb.t03/ptype.exp: tests for return code from gdb_test.
18112 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
18113 which in a shell. Deletes xgdb when done.
18114 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
18115 Tests the return from the "set height" or "set width" commands.
18116 Added a few return codes where needed.
18117
18118Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
18119
18120 * Makefile.in (SUBDIRS): Add gdb.t17.
18121 * configure.in (subdirs): Add gdb.t17.
18122 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
18123 files to test gdb's calling of functions in the inferior with
18124 the correct arguments and gdb's ability to retrieve any
18125 result returned.
18126
18127Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
18128
18129 * config/unix-gdb.exp (gdb_exit): Remove close commands that
18130 may be called after gdb goes away. Previous versions of expect
18131 needed these to avoid file descriptor leaks, but they cause
18132 errors with the current revision of expect.
18133 * gdb.t00/gdbvars.exp: Use -re on expected output after
18134 setting sevenbit-strings.
18135 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
18136 to set sevenbit-strings consistent across tests.
18137 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
18138 set sevenbit-strings consistent across tests.
18139
18140Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
18141
18142 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
18143 expected output to match current "expect" expectations.
18144
18145Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
18146
18147 * gdb.t00/default.exp: Change expected output for default "source"
18148 command, to match new gdb behavior which requires a filename to
18149 source.
18150
18151Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
18152
18153 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
18154 expected fail for i486-*-* that misses the marker2 function.
18155 * gdb.t10/crossload.exp (bfddefault): Allow successful
18156 recognition of a format to pass even if no symbols are found.
18157 Explicitly catch failures where the format is not recognized
18158 or is ambiguous, and add the reason to the fail message.
18159 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
18160 the cause is and invalid target and add reason to failure message.
18161 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
18162 elf32-i386, elf32-sparc, and elf32-i860.
18163 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
18164 Set up expected failure for 'filename'::variable scope resolution,
18165 which is now apparently broken on all targets.
18166 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
18167 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
18168 gdb.t23/templates.exp: Change failure for missing binfile into
18169 just a warning.
18170 gdb.t21/demangle.exp: Change all cfront references to 'arm'
18171 references.
18172
18173Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
18174
18175 * gdb.t00/default.exp: Add expected output for default "source"
18176 command, to match new gdb behavior.
18177 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
18178
18179Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
18180
18181 * config/*-gdb.exp: returns an error, rather than exiting on
18182 internal errors.
18183
18184Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
18185
18186 * gdb.t03/gdbme.c: Add pointer to struct variable.
18187 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
18188 referencing struct members.
18189
18190Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
18191
18192 * configure.in (mips-idt-ecoff): New target.
18193 * config/mips-gdb.exp: New file for remote board using MIPS remote
18194 debugging protocol.
18195
18196 * Redid configuration scheme. Removed gdb.t*/configure.in.
18197 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
18198 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
18199 distclean targets. Built executables via .o files. Adjusted
18200 tests to account for source files in $(srcdir) rather than
18201 $(objdir).
18202 * lib/gdb.exp (runto): Don't expect () after the function name,
18203 because it may have arguments.
18204
18205Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
18206
18207 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
18208 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
18209 expected failures for mips-idt-* and mips-sgi-*.
18210 * gdb.t00/default.exp (attach): Kill process if requested.
18211 * gdb.t00/help.exp (help target core, help target): Accept a gdb
18212 that does not read core files.
18213 * gdb.t01/run.exp: Removed checks for exit status code.
18214 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
18215 it is linked in.
18216 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
18217 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
18218 appropriate, rather than doing it by hand.
18219 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
18220 execution.
18221 * gdb.t10/crossload.exp: Kill existing program if needed.
18222 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
18223 appropriate, rather than doing it by hand. Always increase
18224 timeout for this test, not just for VxWorks.
18225
18226Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
18227
18228 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
18229 of Chill STRUCT types and STRUCT values.
18230 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
18231 than "char".
18232 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 18233 struct2): New struct definitions and initializations to test
c906108c
SS
18234 simple Chill STRUCT types.
18235
18236Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
18237
18238 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
18239 the null byte at the end of strings.
18240 * gdb.t00/default.exp: Make show version insensitive to copyright
18241 date.
18242 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
18243 to avoid dependencies on target char signedness.
18244 * gdb.t16/printcmds.exp: Update expected results for explicitly
18245 unsigned char.
18246 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
18247 now work.
18248 * gdb.t21/demangle.exp: Add many more patterns for template
18249 demangling, most of them being expected failures.
18250 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
18251 string we are matching for, to match on the whole string.
18252 * gdb.t21/demangle.exp: Add many new test strings to demangle,
18253 and fix a whole bunch that had incorrect expected output but were
18254 passing anyway because of the bug in "proc demangle".
18255 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
18256 type.
18257 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
18258
18259Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
18260
a9c64011
AS
18261 * gdb/testsuite: made modifications to testcases, etc., to allow
18262 them to work properly given the reorganization of deja-gnu and the
18263 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
18264
18265Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
18266
18267 * gdb/testsuite: Initial creation of gdb/testsuite.
18268 Migrated dejagnu testcases and support files for testing nm to
18269 gdb/testsuite from deja-gnu. These files were moved "as is"
18270 with no modifications. This migration is part of a major overhaul
18271 of dejagnu. The modifications to these testcases, etc., which
18272 will allow them to work with the new version of dejagnu will be
18273 made in a future update.
48efe704 18274
8d8cb839 18275 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 18276\f
8d8cb839
EZ
18277;; Local Variables:
18278;; mode: change-log
18279;; left-margin: 8
18280;; fill-column: 74
18281;; version-control: never
18282;; End:
902f2ccb
MC
18283
18284 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
ed6df200 18285 2003, 2004, 2005 Free Software Foundation, Inc.
902f2ccb
MC
18286 Copying and distribution of this file, with or without modification,
18287 are permitted provided the copyright notice and this notice are preserved.