2012-01-27 Pedro Alves <palves@redhat.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
dbd95daf
PA
12012-01-27 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
4
f3ad2025
PA
52012-01-27 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/watchpoint.exp: Clean restart after tests that don't
8 require `initialize' anymore. Remove unnecessary `initialize'
9 calls.
10
100aa3ae
PA
112012-01-27 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/watchpoint.exp (wp_set): Delete.
14 (initialize, test_simple_watchpoint, top level): Remove dead code.
15
c79a8e11
PA
162012-01-27 Pedro Alves <palves@redhat.com>
17
18 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
19 typo.
20
048fe15a
PA
212012-01-27 Pedro Alves <palves@redhat.com>
22
23 * config/extended-gdbserver.exp: New file.
24 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
25 comment.
26 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
27 * boards/native-extended-gdbserver.exp: New file.
28
4033a6bf
PA
292012-01-26 Pedro Alves <palves@redhat.com>
30
31 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
32 and gdb_test_multiple.
33
3d7f4b81
PA
342012-01-26 Pedro Alves <palves@redhat.com>
35
36 Make test messages unique, and more identifiable.
37 * gdb.multi/watchpoint-multi.exp: Change test messages.
38
484abf42
TT
392012-01-25 Tom Tromey <tromey@redhat.com>
40
41 * gdb.base/solib-disc.exp: Fix regexps.
42
edcc5120
TT
432012-01-24 Tom Tromey <tromey@redhat.com>
44
45 * lib/mi-support.exp (mi_expect_stop): Add special case for
46 solib-event.
47 * gdb.base/catch-load-so.c: New file.
48 * gdb.base/catch-load.exp: New file.
49 * gdb.base/catch-load.c: New file.
50 * gdb.base/break-interp.exp (reach_1): Update regexp.
51
30b91c90
JK
522012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
53
54 Fix fuzzy results.
55 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
56 lpsimple and func.
57
53fe1783
GB
582012-01-24 Gary Benson <gbenson@redhat.com>
59
60 Delete #if 0'd out code.
61 * gdb.base/default.exp (info catch): Remove.
62 * gdb.base/gdb_history (info catch): Likewise.
63 * gdb.base/help.exp (info catch): Likewise.
64
d0d8b0c6
JK
652012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 Fix watchpoints to be specific for each inferior.
68 * gdb.multi/watchpoint-multi.c: New file.
69 * gdb.multi/watchpoint-multi.exp: New file.
70
4403d8e9
JK
712012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 Fix watchpoints across inferior fork.
74 * gdb.threads/watchpoint-fork-child.c: New file.
75 * gdb.threads/watchpoint-fork-mt.c: New file.
76 * gdb.threads/watchpoint-fork-parent.c: New file.
77 * gdb.threads/watchpoint-fork-st.c: New file.
78 * gdb.threads/watchpoint-fork.exp: New file.
79 * gdb.threads/watchpoint-fork.h: New file.
80
050a2e1d
PA
812012-01-23 Pedro Alves <palves@redhat.com>
82
83 * gdb.base/call-signal-resume.exp: Allow output after "return".
84
6a52fb62
PA
852012-01-20 Pedro Alves <palves@redhat.com>
86
87 * gdb.python/py-finish-breakpoint.py: Fix typo.
88
145b16a9
UW
892012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
90
91 * gdb.base/info-proc.exp: Also run on remote targets. Main
92 "info proc" command is now always present; whether target supports
93 actual info proc operation is detected when attempting to issue
94 the command.
95
26f6125e
JK
962012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
97
98 * .gdbinit: Remove.
99
eb5227ce
PA
1002012-01-19 Pedro Alves <palves@redhat.com>
101
102 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
103 look at the funtions' returns.
104 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
105 (jprint.print(int, int)): Change return type to int. Adjust.
106
1db33378
PP
1072012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
108
109 PR gdb/9538
110 * gdb.base/sepdebug.exp: New test.
111
b9736cf8
PA
1122012-01-18 Pedro Alves <palves@redhat.com>
113
114 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
115 Allow output before ^done.
116
4aac40c8
TT
1172012-01-16 Tom Tromey <tromey@redhat.com>
118
119 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
120 Add tests for relative directory.
121
cafec441
TT
1222012-01-16 Tom Tromey <tromey@redhat.com>
123
124 * gdb.base/printcmds.c (enum flag_enum): New.
125 (three): New global.
126 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
127 enum printing.
128 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
129 FlagEnumerationPrinter.
130 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
131 * gdb.python/py-pp-maint.c (enum flag_enum): New.
132 (fval): New global.
133
abcc4978
PA
1342012-01-16 Pedro Alves <palves@redhat.com>
135
136 * lib/gdb.exp (banned_procedures): New variable.
137 (banned_variables_traced): Rename to ...
138 (banned_traced): ... this.
139 (gdb_init): Also trace banned procedures.
140 (gdb_finish): Also untrace banned procedures.
141
97ccebe8
PA
1422012-01-16 Pedro Alves <palves@redhat.com>
143
144 Remove all calls to strace.
145
2af7517b
JK
1462012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
147
148 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
149 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
150
9241a8bc
PP
1512012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
152
153 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
154 * gdb.base/pie-execl.exp: Likewise.
155
3848a17f
KS
1562012-01-12 Keith Seitz <keiths@redhat.com>
157
158 PR mi/10586
159 * gdb.mi/var-cmd.c (struct anonymous): New structure.
160 (do_anonymous_type_tests): New function.
161 (main): Call do_anonymous_type_tests.
162 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
163 (verify_everything): New procedure.
164 * gdb.mi/mi-var-cp.cc (class A): New class.
165 (anonymous_structs_and_unions): New function.
166 (main): Call anonymous_structs_and_unions.
167 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
168 (verify_everything): New procedure.
169
440e2fca
KS
1702012-01-12 Keith Seitz <keiths@redhat.com>
171
172 * lib/mi-support.exp: Expand comments about PATH_EXPR.
173 (varobj_tree::get_path_expr): Assume that all varobjs are
174 compound unless they are known simple types.
175 Adjust path expressions based on parent type, path parent type,
176 and tree language.
177 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
178 the root varobj.
179 (mi_walk_varobj_tree): Add LANGUAGE parameter.
180
675399c9
PA
1812012-01-11 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
184 core files on this machine" anymore.
185
97ddaa9b
PH
1862012-01-11 Paul Hilfinger <hilfingr@adacore.com>
187
188 * gdb.base/watchpoint.c (recurser): Initialize local_x.
189 (main): Repeat recurser call.
190 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
191 equivalent to 'local_x'.
192
ea733575
PH
1932012-01-11 Paul Hilfinger <hilfingr@adacore.com>
194 Joel Brobecker <brobecker@adacore.com>
195
196 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
197
2ca0b532
PA
1982012-01-05 Pedro Alves <alves.ped@gmail.com>
199
200 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
201 * gdb.python/py-events.c (first): Add bits for new "step N" test.
202 * gdb.python/py-events.exp: Test that "step N" tripping on a
203 breakpoint emits a breakpoint event.
204
6e681866
JB
2052012-01-03 Joel Brobecker <brobecker@adacore.com>
206
207 * gdb.base/auxv.exp: Reformat the copyright notice.
208
3c2d6aff
YQ
2092012-01-03 Yao Qi <yao@codesourcery.com>
210
211 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
212 (strace_trace_on_diff_addr): New.
213 * gdb.trace/strace.c: (main): Add two local variables.
214
0852fee3
UW
2152011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
216
217 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
218 * gdb.cell/gcore.exp: Likewise.
219 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
220 to verify the correct instance of main is selected.
221
12c3e59c
JB
2222012-01-02 Joel Brobecker <brobecker@adacore.com>
223
224 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
225 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
226 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
227 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
228 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
229 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
230 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
231 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
232 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
233 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
234 gdb.threads/thread_check.c: Reformat copyright header.
235
c0f378ec
EBM
2362011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
237
e4a7ca93 238 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
239 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
240 is not enabled.
241
3bc96cfb
JK
2422011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
243
244 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
245 parameter to self_exec, adjust the function.
246 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
247 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
248 (set var do_exit = 0): Remove test.
249 (newline at end of file): Add one.
250
095bcf5e
JB
2512011-12-27 Joel Brobecker <brobecker@adacore.com>
252
253 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
254 New files.
255
18d19bd1
JK
2562011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
257
258 Fix racy FAILs.
259 * gdb.threads/fork-thread-pending.c (barrier): New variable.
260 (thread_function, thread_forker): Call pthread_barrier_wait for it.
261 (main): Call pthread_barrier_init for it.
262
e809353a
JK
2632011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
264
265 Fix double send_gdb leading to racy FAILs.
266 * gdb.base/break.exp (set silent break bp_location1): Replace
267 3x send_gdb and gdb_expect by gdb_test.
268 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
269 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
270 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
271 instead of send_gdb. Twice.
272 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
273 3x send_gdb and gdb_expect by gdb_test.
274 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
275
da8cb7ec
JK
2762011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
277
278 * gdb.linespec/linespec.exp: Compile using {c++}.
279
ae1a303e
JK
2802011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
281
282 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
283 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
284 (verify GCC PR debug/51668): New test.
285
cc72b2a2
KP
2862011-12-23 Kevin Pouget <kevin.pouget@st.com>
287
288 Introduce gdb.FinishBreakpoint in Python.
289 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
290 py-finish-breakpoint2
291 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
292 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
293 instead of line number.
294 * gdb.python/py-finish-breakpoint.c: New file.
295 * gdb.python/py-finish-breakpoint.exp: New file.
296 * gdb.python/py-finish-breakpoint.py: New file.
297 * gdb.python/py-finish-breakpoint2.cc: New file.
298 * gdb.python/py-finish-breakpoint2.exp: New file.
299 * gdb.python/py-finish-breakpoint2.py: New file.
300
3b7962f9
JK
3012011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
302
303 Partial fix of compatibility with gcc-4.7.
304 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
305 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
306 Add comment to add a PASS case in the future.
307
6538471c
JK
308 Fix compatibility with gcc-4.7.
309 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
310
7052e42c
UW
3112011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
312
313 PR tdep/12797
314 * gdb.base/callfuncs.exp: Remove KFAIL.
315
9ac7f98e
JB
3162011-12-21 Joel Brobecker <brobecker@adacore.com>
317
318 * gdb.ada/task_bp: New testcase.
319
f6eeced0
JK
3202011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
321
322 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
323 -DNO_SECTIONS.
324 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
325
72225e17
JK
3262011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
327
328 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
329 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
330 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
331 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
332 conditional for gcc <= 4.5.
333
13ac8d2c
JK
3342011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
335
336 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
337 by XFAIL.
338 * gdb.cp/static-method.exp (info addr A::func())
339 (list static-method.cc:xxx::(anonymous namespace)::A::func)
340 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
341 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
342 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
343 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
344 (test value of F in k3_m): Likewise.
345 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
346 Likewise.
347
049682ba
JK
3482011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
351 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
352 Remove.
353 * gdb.threads/attachstop-mt.c: Remove.
354 * gdb.threads/attachstop-mt.exp: Remove.
355
2c9d8796
MK
3562011-12-17 Mark Kettenis <kettenis@gnu.org>
357
358 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
359
e0f9f062
DE
3602011-12-16 Doug Evans <dje@google.com>
361
f4aa2101 362 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
363 * boards/native-gdbserver.exp: New file.
364
e0f9f062
DE
365 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
366 gdbserver output.
367 (gdbserver_default_get_remote_address): New function.
368 (gdbserver_start): Call gdb,get_remote_address to compute argument
369 to "target remote" command.
370
80b6e756
PM
3712011-12-16 Phil Muldoon <pmuldoon@redhat.com>
372
1c3ad6ab 373 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
374 python print-stack. Add set/show python print-stack
375 off|full|message tests.
376
1576bd00
YQ
3772011-12-15 Yao Qi <yao@codesourcery.com>
378
379 * gdb.trace/strace.c: New
380 * gdb.trace/strace.exp: New.
381
d6a0f6e0
TT
3822011-12-14 Tom Tromey <tromey@redhat.com>
383
384 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
385
31015e1d
DE
3862011-12-14 Doug Evans <dje@google.com>
387
388 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
389
7b50312a
PA
3902011-12-14 Pedro Alves <pedro@codesourcery.com>
391
392 PR threads/10729
393
394 * gdb.mi/watch-nonstop.c: New file.
395 * gdb.mi/mi-watch-nonstop.exp: New file.
396
924437bc
PA
3972011-12-13 Pedro Alves <pedro@codesourcery.com>
398 Doug Evans <dje@google.com>
399
400 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
401 (clean_restart): Remove references to the gdb_stub target board
402 variable.
403 (gdb_step_for_stub): Delete.
404
405 * gdb.base/annota1.exp: Remove all references to [target_info
406 exists gdb_stub], gdb_step_for_stub and usestubs.
407 * gdb.base/annota3.exp: Ditto.
408 * gdb.base/async.exp: Ditto.
409 * gdb.base/break.exp: Ditto.
410 * gdb.base/code-expr.exp: Ditto.
411 * gdb.base/commands.exp: Ditto.
412 * gdb.base/completion.exp: Ditto.
413 * gdb.base/condbreak.exp: Ditto.
414 * gdb.base/consecutive.exp: Ditto.
415 * gdb.base/cvexpr.exp: Ditto.
416 * gdb.base/define.exp: Ditto.
417 * gdb.base/display.exp: Ditto.
418 * gdb.base/ena-dis-br.exp: Ditto.
419 * gdb.base/environ.exp: Ditto.
420 * gdb.base/gnu-ifunc.exp: Ditto.
421 * gdb.base/maint.exp: Ditto.
422 * gdb.base/pending.exp: Ditto.
423 * gdb.base/sect-cmd.exp: Ditto.
424 * gdb.base/sepdebug.exp: Ditto.
425 * gdb.base/unload.exp: Ditto.
426 * gdb.base/watchpoint-solib.exp: Ditto.
427 * gdb.cp/annota2.exp: Ditto.
428 * gdb.cp/annota3.exp: Ditto.
429 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
430 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
431 * gdb.mi/mi-pending.exp: Ditto.
432 * gdb.trace/circ.exp: Ditto.
433 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
434 * gdb.base/list.exp: Ditto.
435
436 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
437 breakpoint function and all references to the usestubs macro.
438 * gdb.base/exprs.c: Ditto.
439 * gdb.base/freebpcmd.c: Ditto.
440 * gdb.base/bitfields.c: Ditto.
441 * gdb.base/bitfields2.c: Ditto.
442 * gdb.base/break.c: Ditto.
443 * gdb.base/call-sc.c: Ditto.
444 * gdb.base/call-signals.c: Ditto.
445 * gdb.base/callfuncs.c: Ditto.
446 * gdb.base/charset.c: Ditto.
447 * gdb.base/consecutive.c: Ditto.
448 * gdb.base/constvars.c: Ditto.
449 * gdb.base/funcargs.c: Ditto.
450 * gdb.base/int-type.c: Ditto.
451 * gdb.base/interrupt.c: Ditto.
452 * gdb.base/langs0.c: Ditto.
453 * gdb.base/list0.c: Ditto.
454 * gdb.base/mips_pro.c: Ditto.
455 * gdb.base/miscexprs.c: Ditto.
456 * gdb.base/nodebug.c: Ditto.
457 * gdb.base/opaque0.c: Ditto.
458 * gdb.base/pointers.c: Ditto.
459 * gdb.base/printcmds.c: Ditto.
460 * gdb.base/ptype.c: Ditto.
461 * gdb.base/recurse.c: Ditto.
462 * gdb.base/reread1.c: Ditto.
463 * gdb.base/reread2.c: Ditto.
464 * gdb.base/restore.c: Ditto.
465 * gdb.base/return.c: Ditto.
466 * gdb.base/run.c: Ditto.
467 * gdb.base/scope0.c: Ditto.
468 * gdb.base/sepdebug.c: Ditto.
469 * gdb.base/setshow.c: Ditto.
470 * gdb.base/setvar.c: Ditto.
471 * gdb.base/sigall.c: Ditto.
472 * gdb.base/signals.c: Ditto.
473 * gdb.base/structs.c: Ditto.
474 * gdb.base/structs2.c: Ditto.
475 * gdb.base/testenv.c: Ditto.
476 * gdb.base/twice.c: Ditto.
477 * gdb.base/unwindonsignal.c: Ditto.
478 * gdb.base/watchpoint.c: Ditto.
479 * gdb.base/watchpoints.c: Ditto.
480 * gdb.base/whatis.c: Ditto.
481 * gdb.cp/classes.cc: Ditto.
482 * gdb.cp/cplusfuncs.cc: Ditto.
483 * gdb.cp/derivation.cc: Ditto.
484 * gdb.cp/formatted-ref.cc: Ditto.
485 * gdb.cp/misc.cc: Ditto.
486 * gdb.cp/overload.cc: Ditto.
487 * gdb.cp/ovldbreak.cc: Ditto.
488 * gdb.cp/ref-params.cc: Ditto.
489 * gdb.cp/ref-types.cc: Ditto.
490 * gdb.cp/templates.cc: Ditto.
491 * gdb.cp/virtfunc.cc: Ditto.
492 * gdb.hp/gdb.aCC/run.c: Ditto.
493 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
494 * gdb.hp/gdb.compat/xdb0.c: Ditto.
495 * gdb.reverse/consecutive-reverse.c: Ditto.
496 * gdb.reverse/sigall-reverse.c: Ditto.
497 * gdb.reverse/until-reverse.c: Ditto.
498 * gdb.reverse/watch-reverse.c: Ditto.
499 * gdb.trace/actions.c: Ditto.
500 * gdb.trace/circ.c: Ditto.
501 * gdb.trace/collection.c: Ditto.
502
fabde485
PA
5032011-12-13 Pedro Alves <pedro@codesourcery.com>
504
505 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
506 (func6, func7): New.
507 (main): Call func6 and func7.
508 * gdb.base/watchpoint.exp (test_wide_location_1)
509 (test_wide_location_2): New.
510 (top level): Re-enable hardware watchpoints if necessary. Call
511 test_wide_location_1 and test_wide_location_2.
512
ff7d1690
YQ
5132011-12-11 Yao Qi <yao@codesourcery.com>
514
515 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
516
a6af7abe
JB
5172011-12-11 Joel Brobecker <brobecker@adacore.com>
518
519 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
520 expected output for unsupported case.
521
61638e15
JK
5222011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 PR testsuite/12649
525 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
526 Protect gdb_test_multiple by final $gdb_prompt match.
527
0a00efc3
JK
5282011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
529
530 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
531 New variable, new test.
532 (list static-method.cc:xxx::(anonymous namespace)::A::func)
533 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
534 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
535 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
536 them if HAVE_GCC_45682_FIXED is not set.
537
4511b1ba
YQ
5382011-12-10 Yao Qi <yao@codesourcery.com>
539
540 * gdb.trace/status-stop.exp: New.
541 * gdb.trace/status-stop.c: New.
542
27949e73
JK
5432011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
544
545 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
546 timeout.
547
d8ea7931
TT
5482011-12-08 Tom Tromey <tromey@redhat.com>
549
550 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
551 condition.
552
1cc310d2
SS
5532011-12-07 Stan Shebs <stan@codesourcery.com>
554
555 * gdb.trace/tfind.exp: Update for output changes.
556
d482a875
PA
5572011-12-07 Pedro Alves <pedro@codesourcery.com>
558
559 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
560 throws "Cannot insert catchpoints in this configuration".
561 * gdb.ada/mi_catch_ex.exp: Likewise.
562
f0ba3972
PA
5632011-12-06 Pedro Alves <pedro@codesourcery.com>
564
565 * gdb.base/break-always.exp: Test changing memory at addresses
566 with breakpoints inserted.
567
f8eba3c6
TT
5682011-12-06 Joel Brobecker <brobecker@acacore.com>
569
570 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
571 involving a fully qualified function name.
572
5732011-12-06 Tom Tromey <tromey@redhat.com>
574
575 * gdb.ada/homonym.exp: Add three breakpoint tests.
576
5772011-12-06 Tom Tromey <tromey@redhat.com>
578
579 * gdb.base/solib-weak.exp (do_test): Remove kfail.
580 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
581 * gdb.objc/objcdecode.exp: Update for output changes.
582 * gdb.linespec/linespec.exp: New file.
583 * gdb.linespec/lspec.cc: New file.
584 * gdb.linespec/lspec.h: New file.
585 * gdb.linespec/body.h: New file.
586 * gdb.linespec/base/two/thefile.cc: New file.
587 * gdb.linespec/base/one/thefile.cc: New file.
588 * gdb.linespec/Makefile.in: New file.
589 * gdb.cp/templates.exp (test_template_breakpoints): Update for
590 output changes.
591 * gdb.cp/re-set-overloaded.exp: Remove kfail.
592 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
593 makes one breakpoint.
594 * gdb.cp/method2.exp (test_break): Update for output changes.
595 * gdb.cp/mb-templates.exp: Update for output changes.
596 * gdb.cp/mb-inline.exp: Update for output changes.
597 * gdb.cp/mb-ctor.exp: Update for output changes.
598 * gdb.cp/ovsrch.exp: Use fully-qualified names.
599 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
600 has multiple matches.
601 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
602 error message change.
603 * gdb.base/list.exp (test_list_filename_and_number): Update for
604 error message change.
605 * gdb.base/break.exp: Disable pending breakpoints. Update for
606 output changes.
607 * configure.ac: Add gdb.linespec.
608 * configure: Rebuild.
609 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
610
c642a434
UW
6112011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
612
613 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
614 last_break register on s390*-*-* targets.
615
b18003d1
JB
6162011-12-06 Joel Brobecker <brobecker@adacore.com>
617
618 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
619 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
620 of parameter X in procedure Foo.
621
fe96589c
SS
6222011-12-05 Stan Shebs <stan@codesourcery.com>
623
624 * gdb.trace/tfind.exp: Update help string matches.
625
1820ab47
JK
6262011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
627
628 * gdb.server/ext-run.exp (get process list): Accept also systemd
629 as PID 1.
630
e11ac3a3
JK
6312011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
632 Pedro Alves <pedro@codesourcery.com>
633
634 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
635 starting GDB.
636 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
637 $use_gdb_stub.
638 * gdb.base/display.exp: Likewise.
639 * gdb.base/ending-run.exp: Likewise.
640 * gdb.base/list.exp (test_listsize): Likewise.
641 * gdb.base/setshow.exp: Likewise.
642 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
643 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
644 check by global $use_gdb_stub.
645 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
646 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
647 (default_gdb_init): Unset global $use_gdb_stub.
648 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
649 by global $use_gdb_stub.
650 * lib/gdbserver-support.exp: Extend comments for set_board_info
651 gdb_protocol and gdb,socketport.
652 (gdbserver_start_extended): Set global gdbserver_protocol and
653 gdbserver_gdbport. Clear global use_gdb_stub.
654 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
655 from target use_gdb_stub.
656 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
657
1d41d75c
DE
6582011-12-03 Doug Evans <dje@google.com>
659
660 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
661 (gdb_step_for_stub): Add comments.
662
d6d7a51a
MR
6632011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
664
665 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
666 to the caller.
667 (gdb_test_multiple): Likewise.
668
05acf274
JK
6692011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
670
671 Fix gdb.mi/mi-solib.exp without system debug info installed.
672 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
673 expect attribute, return 0 for it. Update comments.
674
2268b414
JK
6752011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
678 (corrupted list): Adjust the expectation.
679
585861ea
JK
6802011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 PR threads/13448
683 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
684 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
685 * gdb.threads/tls-var-main.c: New file.
686 * gdb.threads/tls-var.c: New file.
687 * gdb.threads/tls-var.exp: New file.
688
968643aa
JK
6892011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
690
691 PR testsuite/12649
692 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
693 Protect gdb_test_multiple by final $gdb_prompt match.
694 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
695 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
696 (test_tracepoints): Likewise.
697
9750bca9
JK
6982011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
699
700 PR breakpoints/13346
701 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
702 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
703 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
704
ac1349b7
JB
7052011-12-01 Joel Brobecker <brobecker@adacore.com>
706
707 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
708 * gdb.ada/homonym/homonym.adb: For use of all types defined
709 locally inside both Get_Value subprograms.
710
26d44faf
JK
7112011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
712
713 Fix racy FAILs.
714 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
715 of send_gdb.
716
514f6425
UW
7172011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
718
719 * gdb.base/testenv.exp: Skip on remote targets. Unset global
720 environment variable after test completed.
721
4255c8d2
UW
7222011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
723
724 * gdb.base/solib-nodir.exp: Skip if remote target.
725 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
726 application. Call gdb_load_shlibs.
727 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
728
a35ad96a
JB
7292011-11-29 Joel Brobecker <brobecker@adacore.com>
730
731 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
732
1a1d5513
JB
7332011-11-28 Joel Brobecker <brobecker@adacore.com>
734
735 * gdb.ada/fullname_bp: New testcase.
736
50b4ddf8
JK
7372011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
738
739 PR testsuite/12649
740 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
741 Wrap send_gdb into a new gdb_test.
742
fb0aec57
JK
743 Code cleanup.
744 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
745 Convert send_gdb and gdb_expect to gdb_test_multiple.
746
2376d946
JK
7472011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
748
749 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
750
1eec78bd
KS
7512011-11-23 Keith Seitz <keiths@redhat.com>
752
753 * lib/mi-support.exp (varobj_tree): New namespace and procs.
754 (mi_varobj_tree_test_children_callback): New proc.
755 (mi_walk_varobj_tree): New proc.
756
36dfb11c
TT
7572011-11-22 Tom Tromey <tromey@redhat.com>
758
759 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
760 Add "use_mi_command" argument.
761 (mi_run_cmd, mi_run_with_cli): New procs.
762 * gdb.mi/solib-lib.c: New file.
763 * gdb.mi/solib-main.c: New file.
764 * gdb.mi/mi-solib.exp: New file.
765
0e965dd0
DE
7662011-11-21 Doug Evans <dje@google.com>
767
768 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
769 _Unwind_DebugHook is missing.
770
f196051f
SS
7712011-11-20 Stan Shebs <stan@codesourcery.com>
772
773 * gdb.trace/tstatus.exp: New.
774 * gdb.trace/actions.c: Include string.h.
775
bfccc43c
YQ
7762011-11-18 Yao Qi <yao@codesourcery.com>
777
778 * gdb.trace/pending.exp: New.
779 * gdb.trace/pending.c: New.
780 * gdb.trace/pendshr1.c: New.
781 * gdb.trace/pendshr2.c: New.
782 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
783 tracepoint location becomes pending.
784 (tracepoint_change_loc_2): New.
785
73cd8ab1
DM
7862011-11-16 David S. Miller <davem@davemloft.net>
787
788 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
789 target is sparc*-*-linux*
790
77426730
PK
7912011-11-15 Paul Koning <paul_koning@dell.com>
792
793 * gdb.python/py-type.exp: New testcases for exceptions on scalar
794 types.
795
ed59ded5
DE
7962011-11-14 Doug Evans <dje@google.com>
797
798 * gdb.base/shell.exp: New file.
799
405f8e94
SS
8002011-11-14 Stan Shebs <stan@codesourcery.com>
801
802 * gdb.trace/ftrace.c: New.
803 * gdb.trace/ftrace.exp: New.
804
1e4d1764
YQ
8052011-11-14 Yao Qi <yao@codesourcery.com>
806
807 * gdb.trace/change-loc-1.c: New.
808 * gdb.trace/change-loc-2.c: New.
809 * gdb.trace/change-loc.c: New.
810 * gdb.trace/change-loc.exp: New.
811 * gdb.trace/change-loc.h: New.
812 * gdb.trace/trace-break.c (marker): Define new symbol.
813 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
814 New.
815 (break_trace_same_addr_6): New.
816
71eba9c2 8172011-11-12 Matt Rice <ratmice@gmail.com>
818
819 * gdb.base/info-macros.exp: Make tests for info definitions
820 test info macro. Add tests for info macro argument processing.
821 Rename a few tests.
822
1d93e29a
KS
8232011-11-11 Keith Seitz <keiths@redhat.com>
824
825 PR gdb/12843
826 * gdb.base/linespecs.exp: New file.
827
a4b5b48a
DE
8282011-11-11 Doug Evans <dje@google.com>
829
830 * gdb.threads/print-threads.exp: Extend timeout for slower
831 tests.
832
f6b47be4
DE
8332011-11-10 Doug Evans <dje@google.com>
834
792a0230
DE
835 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
836 "record to end of main" test.
837
f6b47be4
DE
838 * gdb.python/py-type.c (TS): New typedef.
839 (ts): New global.
840 * gdb.python/py-type.exp: Test field list of typedef.
841
22355c90
JB
8422011-11-10 Joel Brobecker <brobecker@adacore.com>
843
844 * gdb.ada/small_reg_param: New testcase.
845
a7860e76
TT
8462011-11-09 Tom Tromey <tromey@redhat.com>
847
848 * gdb.cp/destrprint.exp: New file.
849 * gdb.cp/destrprint.cc: New file.
850
72a2e3dc
MI
8512011-11-08 Meador Inge <meadori@codesourcery.com>
852
853 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
854 (switch_stack_to_other): New test function.
855 * gdb.arch/thumb-prologue.exp: New test cases.
856
c7195df2 8572011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
858
859 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
860
d3895d7d
YQ
8612011-11-08 Yao Qi <yao@codesourcery.com>
862
863 * gdb.exp (supports_process_record): New.
864 (supports_reverse): New.
865 * gdb.reverse/break-precsave.exp: Call support_process_record
866 to run test conditionally.
867 * gdb.reverse/consecutive-precsave.exp: Likewise.
868 * gdb.reverse/i386-precsave.exp: Likewise.
869 * gdb.reverse/machinestate-precsave.exp: Likewise.
870 * gdb.reverse/solib-precsave.exp: Likewise.
871 * gdb.reverse/step-precsave.exp: Likewise.
872 * gdb.reverse/until-precsave.exp: Likewise.
873 * gdb.reverse/watch-precsave.exp: Likewise.
874 * gdb.reverse/break-reverse.exp: Call support_reverse to run
875 test conditionally.
876 * gdb.reverse/consecutive-reverse.exp: Likewise.
877 * gdb.reverse/finish-precsave.exp: Likewise.
878 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
879 * gdb.reverse/finish-reverse.exp: Likewise.
880 * gdb.reverse/i386-reverse.exp: Likewise.
881 * gdb.reverse/i386-sse-reverse.exp: Likewise.
882 * gdb.reverse/machinestate.exp: Likewise.
883 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
884 * gdb.reverse/sigall-precsave.exp: Likewise.
885 * gdb.reverse/sigall-reverse.exp: Likewise.
886 * gdb.reverse/solib-reverse.exp: Likewise.
887 * gdb.reverse/step-reverse.exp: Likewise.
888 * gdb.reverse/until-reverse.exp: Likewise.
889 * gdb.reverse/watch-reverse.exp: Likewise.
890
a59306a3
YQ
8912011-11-05 Yao Qi <yao@codesourcery.com>
892
893 * gdb.trace/trace-break.exp: Add test on setting two
894 fast tracepoints at the same address.
895
87769f59
JK
8962011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
897
898 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
899
3065dfb6
SS
9002011-11-02 Stan Shebs <stan@codesourcery.com>
901
902 * gdb.trace/collection.c: Add code using strings.
903 * gdb.trace/collection.exp: Add tests of string collection.
904
89e208db
JK
9052011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
906
907 * gdb.base/skip-solib.exp (executable_main): New variable.
908 (binfile_main): Base it on that.
909 Use $executable_main in clean_restart calls. Drop gdb_exit and
910 gdb_start calls.
911
405e54e9
JK
9122011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
913
914 Fix racy FAILs.
915 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
916 breakpoint_re globals import by async. Set string_regex to .* for
917 async. Remove the optional thread_selected_re and breakpoint_re
918 globals expectations.
919
58e8570a
JM
9202011-11-01 Joseph Myers <joseph@codesourcery.com>
921
922 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
923 well as Cygwin.
924
7b35ec7f 9252011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
926
927 Add tests for skip command.
89e208db
JK
928 * gdb.base/skip-solib-lib.c: New
929 * gdb.base/skip-solib-main.c: New
930 * gdb.base/skip-solib.exp: New
931 * gdb.base/skip.c: New
932 * gdb.base/skip.exp: New
933 * gdb.base/skip1.c: New
934 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 935
b9fd1791
PA
9362011-10-31 Yao Qi <yao@codesourcery.com>
937 Pedro Alves <pedro@codesourcery.com>
938
939 * gdb.trace/trace-break.c: New.
940 * gdb.trace/trace-break.exp: New.
941
4323fecc
JK
9422011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
943
944 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
945 break-here-2.
946
0e5bf2a8
PA
9472011-10-28 Pedro Alves <pedro@codesourcery.com>
948
949 * gdb.threads/no-unwaited-for-left.c: New.
950 * gdb.threads/no-unwaited-for-left.exp: New.
951 * gdb.threads/non-ldr-exc-1.c: New.
952 * gdb.threads/non-ldr-exc-1.exp: New.
953 * gdb.threads/non-ldr-exc-2.c: New.
954 * gdb.threads/non-ldr-exc-2.exp: New.
955 * gdb.threads/non-ldr-exc-3.c: New.
956 * gdb.threads/non-ldr-exc-3.exp: New.
957 * gdb.threads/non-ldr-exc-4.c: New.
958 * gdb.threads/non-ldr-exc-4.exp: New.
959
3a3dad98
JK
9602011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
961
962 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
963 * gdb.base/attach-pie-misread.exp: Likewise.
964 * gdb.base/break-interp.exp: Likewise.
965 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
966 testcases for use_gdb_stub.
967 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
968 (continue): New testcase.
969 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
970 * gdb.threads/attach-into-signal.exp: Likewise.
971 * gdb.threads/attach-stopped.exp: Likewise.
972 * gdb.threads/attachstop-mt.exp: Likewise.
973
d6a5d40c
PK
9742011-10-28 Paul Koning <paul_koning@dell.com>
975
976 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
977
ca539be8
JK
9782011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
979
980 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
981 (mi_gdb_test): Import globals thread_selected_re
982 and breakpoint_re. Expect them optionally at the regex start.
983
d234ef5c
DE
9842011-10-27 Doug Evans <dje@google.com>
985
986 * gdb.python/python.exp: Test source -s.
987
ab964825
PK
9882011-10-26 Paul Koning <paul_koning@dell.com>
989
990 * gdb.python/lib-types.cc (struct A): New structure.
991 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 992
54d8a644
PK
9932011-10-25 Paul Koning <paul_koning@dell.com>
994
995 PR python/13327
d234ef5c 996
54d8a644
PK
997 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
998 fetch_lazy method.
999
b0221781
YQ
10002011-10-24 Yao Qi <yao@codesourcery.com>
1001
1002 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
1003 target is tic6x-*-*.
1004
6cda5a20
JB
10052011-10-21 Joel Brobecker <brobecker@adacore.com>
1006
1007 * gdb.ada/mi_task_info/task_switch.adb: New file.
1008 * gdb.ada/mi_task_info.exp: New file.
1009
5ed9db04
JK
10102011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1011
1012 * gdb.cp/expand-psymtabs-cxx.exp: New file.
1013 * gdb.cp/expand-psymtabs-cxx.cc: New file.
1014
9df2fbc4
PM
10152011-10-20 Phil Muldoon <pmuldoon@redhat.com>
1016
1017 PR python/12656
1018
1019 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
1020 global_block tests.
1021
736086ba
TT
10222011-10-18 Tom Tromey <tromey@redhat.com>
1023
1024 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
1025
4af31552
TT
10262011-10-18 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb.base/source.exp: Don't include full file name in test name.
1029 * gdb.python/python.exp: Don't include full file name in test
1030 name.
1031
43136979
AR
10322011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * gdb.base/attach-pie-noexec.c: New files.
1035 * gdb.base/attach-pie-noexec.exp: New files.
1036
543a9323
JM
10372011-10-17 Joseph Myers <joseph@codesourcery.com>
1038
1039 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
1040 prompt for each extra line in command.
1041
21ae7a4d
JK
10422011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1043
1044 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
1045 Revert the part of:
1046 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1047 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1048 Change the expected string.
1049
20ec36d9
JK
10502011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1051
1052 Fix results with system glibc debug info installed.
1053 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
1054 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
1055 Accept also __libc_ symbol prefix and no prefix.
1056
6501c2fc
KS
10572011-10-14 Keith Seitz <keiths@redhat.com>
1058
1059 PR c++/13225
1060 * gdb.cp/converts.cc (foo3_1): New function.
1061 (foo3_2): New functions.
1062 * gdb.cp/converts.exp: Add tests for int to pointer conversion
1063 and null pointer conversions of integer constant zero.
1064 Add test to check if all arguments are checked for incompatible
1065 conversion BADNESS.
1066
55b1fd0c
TT
10672011-10-14 Tom Tromey <tromey@redhat.com>
1068
1069 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
1070 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
1071 linespec.
1072
22c05d8a
JK
10732011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1074
1075 Fix internal error regression.
1076 * gdb.dwarf2/implptr-optimized-out.S: New file.
1077 * gdb.dwarf2/implptr-optimized-out.exp: New file.
1078
1d6edc3c
JK
10792011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1080
1081 Fix empty DWARF expressions DATA vs. SIZE conditionals.
1082 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
1083 (loclist): New.
1084 (4): New abbrev.
1085 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
1086 Use prepare_for_testing, remove clean_restart.
1087 (p arraynoloc, p arraycallnoloc): New tests.
1088
9ec72168
JK
10892011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1090
1091 * gdb.cp/namespace-enum.exp (executable): New variable.
1092 (binfile): Use ${objdir}/${subdir}/ prefix.
1093 Use ${executable} for clean_restart.
1094
9c6c53f7
SA
10952011-10-11 Sterling Augustine <saugustine@google.com>
1096
1097 * gdb.cp/Makefile.in: Add namespace-enum test.
1098 * gdb.cp/namespace-enum.exp: New file.
1099 * gdb.cp/namespace-enum.c: New file.
1100 * gdb.cp/namespace-enum-main.c: New file.
1101
fac7ceb3
UW
11022011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
1103
1104 * gdb.python/py-shared.exp: Relax filename check to handle remote:
1105 sysroot.
1106
941b2081
JK
11072011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1108
1109 Reimplement @entry in input expressions.
1110 * gdb.base/exprs.c (v_int_array_init): New variable.
1111 * gdb.base/exprs.exp (print v_int_array_init)
1112 (print *v_int_array_init@1, print *v_int_array_init@2)
1113 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
1114 (print v_int_array_init[1]@1): New tests.
1115
0344e878
JM
11162011-10-10 Joseph Myers <joseph@codesourcery.com>
1117
1118 * gdb.cp/gdb2495.exp: Do not include directories in filename in
1119 expected message.
1120
5a56e9c5
DE
11212011-10-09 Doug Evans <dje@google.com>
1122
1123 * gdb.base/alias.exp: Add tests for alias command.
1124
2bda9cc5
JK
11252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1126
1127 * gdb.arch/amd64-entry-value.s: New file.
1128 * gdb.mi/mi2-amd64-entry-value.s: New file.
1129
a471c594
JK
11302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 Display @entry parameter values even for references.
1133 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
1134 functions.
1135 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
1136 reference and datap_input.
1137 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
1138 breakpoints.
1139 (continue to breakpoint: entry_reference: reference)
1140 (entry_reference: bt at entry)
1141 (continue to breakpoint: entry_reference: breakhere_reference)
1142 (entry_reference: bt, entry_reference: ptype regparam)
1143 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
1144 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
1145 (entry_reference: p regcopy, entry_reference: p nodataparam)
1146 (entry_reference: p nodataparam@entry): New tests.
1147
36b11add
JK
11482011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1149
1150 Support @entry in input expressions.
1151 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
1152 (entry_stack: p s1@entry, entry_stack: p s2@entry)
1153 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
1154 (tailcall: p j@entry): New tests.
1155 * gdb.cp/koenig.cc (A::entry): New function.
1156 (main): Call it.
1157 * gdb.cp/koenig.exp (p entry (c)): New test.
1158
e18b2753
JK
11592011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1160
1161 Display @entry parameter values (without references).
1162 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
1163 (different, validity, invalid): New functions.
1164 (main): Call them.
1165 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
1166 stacktest, breakhere_stacktest, different, breakhere_different,
1167 breakhere_validity and breakhere_invalid.
1168 (entry: bt): Update for @entry.
1169 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
1170 (entry_validity: *, entry_invalid: *): Many new tests.
1171 * gdb.base/break.exp
1172 (run until breakpoint set at small function, optimized file): Accept
1173 also the @entry suffix.
1174 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
1175 * gdb.mi/mi2-amd64-entry-value.c: New files.
1176 * gdb.mi/mi2-amd64-entry-value.exp: New files.
1177
2d6c5dc2
JK
11782011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 Protect entry values against self tail calls.
1181 * gdb.arch/amd64-entry-value.cc (self2, self): New.
1182 (main): Call self.
1183 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
1184 (set debug entry-values 1, self: bt debug entry-values): New tests.
1185
111c6489
JK
11862011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1187
1188 Recognize virtual tail call frames.
1189 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
1190 (amb_b, amb_a): New.
1191 (main): Call a and b.
1192 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
1193 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
1194 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
1195 New tests.
1196
8e3b41a9
JK
11972011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1198
1199 Implement basic support for DW_TAG_GNU_call_site.
1200 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
1201 * gdb.arch/amd64-entry-value.cc: New file.
1202 * gdb.arch/amd64-entry-value.exp: New file.
1203
181cebd4
JK
12042011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1205
1206 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
1207 * gdb.dwarf2/implptr-64bit.S: New file.
1208 * gdb.dwarf2/implptr-64bit.exp: New file.
1209
741f5e3c
JK
12102011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1211
1212 Fix initial language detection with -readnow.
1213 * gdb.cp/readnow-language.cc: New file.
1214 * gdb.cp/readnow-language.exp: New file.
1215
a73d2258
JK
12162011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1217
1218 Fix printed anonymous struct name.
1219 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
1220
af369495
JM
12212011-10-09 Joseph Myers <joseph@codesourcery.com>
1222
1223 * gdb.base/solib-symbol.exp: Do not include directories in
1224 filenames in expected messages.
1225
1fa57852
DE
12262011-10-07 Doug Evans <dje@google.com>
1227
1228 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
1229
bd054e06
KP
12302011-10-07 Kevin Pouget <kevin.pouget@st.com>
1231
1232 Allow Python notification of new object-file loadings.
1233 * gdb.python/py-events.exp: Test newobjfile event.
1234 * gdb.python/py-events.py: Register newobjfile callback.
1235 * gdb.python/py-events.c: Add call to shared library
1236 * gdb.python/py-events-shlib.c: New file.
1237
8031b6f8
JM
12382011-10-06 Joseph Myers <joseph@codesourcery.com>
1239
1240 * gdb.base/fixsection.exp: Do not include directories in filename
1241 in expected message.
1242
7fea6923
PM
12432011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
1244
1245 Add tests for passing of environment variables to inferior.
1246 * gdb.base/testenv.c: New test source.
1247 * gdb.base/testenv.exp: New expect test.
1248
687f2a88
PK
12492011-10-04 Paul Koning <paul_koning@dell.com>
1250
1251 * gdb.python/py-value.c (main): Break before return.
1252
cb6be26b
KP
12532011-10-04 Kevin Pouget <kevin.pouget@st.com>
1254
1255 PR python/12691: Add the inferior to Python exited event
1256 * gdb.python/py-events.exp: Test the inferior attribute of exited
1257 event with a fork.
1258 * gdb.python/py-events.py: Print inferior number on exit.
1259 * gdb.python/py-events.c: Fork the inferior.
1260
fb213700
EBM
12612011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
1262
1263 * gdb.base/jit.exp: Add testcase name to log message
1264
aa2071bd
PK
12652011-10-03 Paul Koning <paul_koning@dell.com>
1266 Jan Kratochvil <jan.kratochvil@redhat.com>
1267
1268 * gdb.python/py-value.exp
1269 (python inval = gdb.parse_and_eval('*(int*)0'))
1270 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
1271 (set argc=2, python print argc_lazy): New tests.
1272
dd11a36c
JB
12732011-10-02 Joel Brobecker <brobecker@adacore.com>
1274
1275 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
1276
46f886f1
JK
12772011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1278 Pedro Alves <pedro@codesourcery.com>
1279
1280 * gdb.python/py-value.exp (test_value_in_inferior): New variable
1281 can_read_0, test for it.
1282 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
1283 (parse_and_eval with memory error): ... here, make it untested if
1284 can_read_0.
1285
c5cb204f
MP
12862011-09-30 Marek Polacek <mpolacek@redhat.com>
1287
1288 * gdb.python/python.exp (verify pagination beforehand)
1289 (verify pagination afterwards): Fix race by splitting the line.
1290
68fb0ec0
JM
12912011-09-29 Joseph Myers <joseph@codesourcery.com>
1292
1293 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
1294 for 64-bit multilibs from i?86-* targets.
1295
6aee0d90
MP
12962011-09-29 Marek Polacek <mpolacek@redhat.com>
1297
1298 * lib/gdb.exp: Fix a typo in one of the comments.
1299
e9101ff5
MP
13002011-09-29 Marek Polacek <mpolacek@redhat.com>
1301
1302 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
1303 matching pattern.
1304
7a81bdbf
PK
13052011-09-28 Paul Koning <paul_koning@dell.com>
1306
1307 * gdb.python/py-type.c (enum E): New.
1308 * gdb.python/py-type.exp (test_fields): Add tests for Python
1309 mapping access to fields.
1310 (test_enums): New test for field access on enums.
1311
6710bf39
SS
13122011-09-27 Stan Shebs <stan@codesourcery.com>
1313
1314 * gdb.trace/collection.exp: Test collection of $_ret.
1315
b2a6bdeb
AT
13162011-09-22 Andreas Tobler <andreast@fgznet.ch>
1317
1318 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
1319 list of compilation switches for <*-*-freebsd*>.
1320
3c9057f3
SS
13212011-09-19 Stan Shebs <stan@codesourcery.com>
1322
1323 * gdb.trace/tspeed.exp: New file.
1324 * gdb.trace/tspeed.c: New file.
1325
34518530
YQ
13262011-09-18 Yao Qi <yao@codesourcery.com>
1327
1328 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
1329 instructions.
1330 (test_adr_32bit, test_pop_pc): Likewise.
1331 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
1332 Thumb instructions.
1333 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
1334 in gdb_test_multiple.
1335 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
1336
ab254057
YQ
13372011-09-17 Yao Qi <yao@codesourcery.com>
1338
1339 * lib/gdb.exp (can_single_step_to_signal_handler): New.
1340 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
1341 support single step to signal handler.
1342
9c317b71
YQ
13432011-09-17 Yao Qi <yao@codesourcery.com>
1344
1345 * gdb.base/disp-step-fork.c: New.
1346 * gdb.base/disp-step-syscall.exp: New.
1347 * gdb.base/disp-step-vfork.c: New.
1348
a8123151
JB
13492011-09-16 Joel Brobecker <brobecker@adacore.com>
1350
1351 * gdb.ada/tasks.exp: Make the expected output for
1352 the `info tasks' tests more resilient to spacing
1353 changes.
1354
63a9aad8
JK
13552011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1356
1357 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
1358 (reached breakpoint 2, reached breakpoint 3): Update expected output.
1359
2aa48337
KP
13602011-09-15 Kevin Pouget <kevin.pouget@st.com>
1361
1362 PR Python/12692 Add gdb.selected_inferior() to Python interface.
1363 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
1364
6839b47f
KP
13652011-04-30 Kevin Pouget <kevin.pouget@st.com>
1366
1367 Handle multiple breakpoint hits in Python interface:
1368 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
1369 presence.
1370 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
1371 breakpoint hits.
1372
0935723e
JK
13732011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
1374 Jan Kratochvil <jan.kratochvil@redhat.com>
1375
1376 * gdb.python/py-events.exp: Remove pretty printing comment.
1377 * gdb.python/py-evsignal.exp: New file.
1378 * gdb.python/py-evthreads.c: Include signal.h.
1379 (thread3): Remove variable count3. Remove variable bad and use raise
1380 instead.
1381 (thread2): Remove variable count2. Move thread3 pthread_create here,
1382 merge pthread_join to a single line.
1383 (main): Remove variable count1. Merge pthread_join with pthread_create
1384 to a single line.
1385 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
1386 KFAIL python/12966 for gdbserver. Test return value of
1387 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
1388 gdb_expect by gdb_test and gdb_test_multiple.
1389 (thread 2, thread 3): New tests.
1390
4801a9a3
PA
13912011-09-12 Matt Rice <ratmice@gmail.com>
1392 Pedro Alves <pedro@codesourcery.com>
1393
1394 PR gdb/13175
1395
1396 * gdb.base/interp.exp: New tests.
1397 * gdb.base/interp.c: New file.
1398
24ece742
DE
13992011-09-12 Doug Evans <dje@google.com>
1400
1401 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
1402 * gdb.dwarf2/typeddwarf.exp: Ditto.
1403
7f062217
JK
14042011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1405
1406 Fix compatibility with x32 arch.
1407 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
1408 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
1409 is_x86_like_target.
1410 * testsuite/gdb.trace/collection.exp: Likewise.
1411 * testsuite/gdb.trace/report.exp: Likewise.
1412 * testsuite/gdb.trace/unavailable.exp: Likewise.
1413 * testsuite/gdb.trace/while-dyn.exp: Likewise.
1414 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
1415 (is_x86_like_target): Check also is_amd64_regs_target.
1416
08711b9a
JK
14172011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1418
1419 PR breakpoints/12435
1420 * gdb.arch/amd64-prologue-xmm.c: New file.
1421 * gdb.arch/amd64-prologue-xmm.exp: New file.
1422 * gdb.arch/amd64-prologue-xmm.s: New file.
1423
b99b5f66
JK
14242011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1425
1426 * gdb.dwarf2/dw2-param-error-main.c: New file.
1427 * gdb.dwarf2/dw2-param-error.S: New file.
1428 * gdb.dwarf2/dw2-param-error.exp: New file.
1429
a391a2f6
PA
14302011-09-08 Pedro Alves <pedro@codesourcery.com>
1431
1432 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
1433 inferior's pid and look for a core dump named core.$pid. Use
1434 `remote_file' commands on the host instead of hand coding shell
1435 commands on the build.
1436 * gdb.base/valgrind-db-attach.exp: Kill the program before
1437 finishing the test.
1438
7d8e6458 14392011-09-02 Matt Rice <ratmice@gmail.com>
1440
1441 * lib/prompt.exp: New file for testing the first prompt.
1442 * gdb.python/py-prompt.exp: Ditto.
1443 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
1444
68e77c9e
PA
14452011-09-02 Pedro Alves <pedro@codesourcery.com>
1446
1447 * gdb.threads/gcore-thread.exp: Set the global core_supported to
1448 0, before testing gcore.
1449
9655e943
JK
14502011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
df6dc84d
JK
1452 * dw2-ifort-parameter-debug.S: Update copyright year.
1453 * dw2-ifort-parameter.c: Update copyright year.
1454 * dw2-ifort-parameter.exp: Update copyright year.
1455
9655e943
JK
1456 * dw2-ifort-parameter-debug.S: New file.
1457 * dw2-ifort-parameter.c: New file.
1458 * dw2-ifort-parameter.exp: New file.
1459
353d1d73
JK
14602011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1461
1462 * gdb.base/commands.exp (error_clears_commands_left): New function.
1463 (): Call it.
1464
5c07461a
JK
14652011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1466
1467 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
1468 (C): Initialize `a'.
1469 * gdb.mi/mi-inheritance-syntax-error.exp
1470 (-data-evaluate-expression $path): Expect `a' as 5.
1471
0d932b2f
MK
14722011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
1473
1474 PR mi/11912
1475 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
1476 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
1477 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
1478 keyword in output of -var-info-path-expression.
1479
bdb54049
JK
14802011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
1483 * gdb.trace/collection.exp: Likewise.
1484 * gdb.trace/report.exp: Likewise.
1485 * gdb.trace/unavailable.exp: Likewise.
1486 * gdb.trace/while-dyn.exp: Likewise.
1487
59cde39c
KS
14882011-08-18 Keith Seitz <keiths@redhat.com>
1489
1490 PR c++/12266
1491 * gdb.cp/meth-typedefs.cc: New file.
1492 * gdb.cp/meth-typedefs.exp: New file.
1493
fa3a4f15
PM
14942011-08-17 Phil Muldoon <pmuldoon@redhat.com>
1495
1496 * gdb.python/python.exp: Add extended-prompt tests.
1497
c1049fca
JK
14982011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1499
1500 * gdb.arch/i386-dr3-watch.exp
1501 (watchpoint on gap1 does not fit debug registers)
1502 (delete all watchpoints): Fix racy expect strings.
1503
d93f7b5c
YQ
15042011-08-14 Yao Qi <yao@codesourcery.com>
1505
1506 * gdb.base/maint.exp: set data_section to ".neardata".
1507 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
1508 * gdb.base/savedregs.exp: Handle SIGILL.
1509 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
1510 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
1511
457e09f0
DE
15122011-08-12 Doug Evans <dje@google.com>
1513
1514 * gdb.python/py-symbol.exp: Add test for symbol.type.
1515
5d0bb2fb
UW
15162011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
1517
1518 * gdb.threads/pthreads.exp: Enable on non-native configurations.
1519 * gdb.mi/mi-pthreads.exp: Likewise.
1520 * gdb.mi/mi2-pthreads.exp: Likewise.
1521 * gdb.mi/gdb669.exp.exp: Likewise.
1522
fcdfa280
PA
15232011-08-09 Pedro Alves <pedro@codesourcery.com>
1524
1525 * lib/mi-support.exp (detect_async): Rename to...
1526 (mi_detect_async): ... this.
1527 * gdb.mi/mi-nonstop-exit.exp: Adjust.
1528 * gdb.mi/mi-nonstop.exp: Adjust.
1529 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
1530 * gdb.mi/mi-nsintrall.exp: Adjust.
1531 * gdb.mi/mi-nsmoribund.exp: Adjust.
1532 * gdb.mi/mi-nsthrexec.exp: Adjust.
1533
9d8fa392
PA
15342011-08-09 Pedro Alves <pedro@codesourcery.com>
1535
1536 * gdb.base/display.c (do_loops): New `p_i' local.
1537 * gdb.base/display.exp: Test displaying a variable that is
1538 temporarily at a bad address.
1539
b6cede78
JK
15402011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1541
1542 * gdb.dwarf2/dw2-op-stack-value.S: New file.
1543 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
1544
67bedb8c
JK
15452011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1546
1547 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
1548 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
1549 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 1550
af6e93b2
PA
15512011-08-05 Pedro Alves <pedro@codesourcery.com>
1552
1553 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
1554 procedure.
1555 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
1556
1cf0e11f
YQ
15572011-08-05 Yao Qi <yao@codesourcery.com>
1558
1559 * gdb.base/callfuncs.exp: Set language after main.
1560 * gdb.cp/cplusfuncs.exp: Likewise.
1561 * gdb.cp/inherit.exp: Likewise.
1562
a1e28cb2
UW
15632011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1564
1565 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
1566 * gdb.base/watch-vfork.exp: Skip on remote targets.
1567
d4f5bbb9
UW
15682011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1569
1570 * gdb.threads/thread-find.exp: Support remote targets.
1571
724f4f80
UW
15722011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
1573
1574 * gdb.base/jit.exp: Download solib_binfile to target.
1575 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
1576 and call dlopen without full path name.
1577 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
1578 dlopen without full path name.
1579
934709f0
PW
15802011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1581
1582 * gdb.base/break-always.exp: Complete the test
1583 with duplicated breakpoints and enabling/disabling them.
1584
c26106c4
TT
15852011-08-02 Tom Tromey <tromey@redhat.com>
1586
1587 PR gdb/11289:
1588 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
1589
9300444e 15902011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
1591
1592 PR gdb/13045
1593 * gdb.base/float.exp: Add new test case for PR gdb/13045
1594 * gdb.base/float.c: New file.
1595
00bd41d6
PM
15962011-07-28 Phil Muldoon <pmuldoon@redhat.com>
1597
1598 * gdb.python/py-mi.exp: Test printers returning string hint, and
1599 also not returning a value.
1600 * gdb.python/py-prettyprint.c: Add testcase for above.
1601 * gdb.python/py-prettyprint.py: Add test printer for above.
1602
d24f74ce
JK
16032011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1604
1605 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
1606 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
1607 (.Ldie30) Add as field "data4".
1608 (.Ldie32) Rename field "b" to "shl".
1609 (abbrev4) Change for the "data4" field.
1610 (abbrev5, abbrev6) Remove.
1611 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
1612 (p &s.shl): ... here. Add comment.
1613 (p &s.data4): New.
1614
bb7da2bf
JK
16152011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1616
1617 Fix crash on lval_computed values.
1618 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
1619
11081198
JK
16202011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1621
1622 * gdb.base/help.exp (help whatis): Update the expected string.
1623
3c6e0cb3
JK
16242011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1625
1626 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
1627 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
1628 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
1629 Change the expected string.
1630
efa80663
PA
16312011-07-26 Pedro Alves <pedro@codesourcery.com>
1632
1633 * gdb.base/watchpoint.exp
1634 (test_disable_enable_software_watchpoint): New procedure.
1635 (top level): Run it.
1636
db8e4570
UW
16372011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
1638
1639 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
1640 executable file "${binfile}", C++ version "${binfile}-cxx".
1641 * gdb.python/py-prettyprint.exp: Likewise.
1642 * gdb.python/py-symbol.exp: Likewise.
1643 * gdb.python/py-type.exp: Likewise.
1644 * gdb.python/py-value.exp: Likewise.
1645 * gdb.python/py-template.exp (test_template_arg): Pass full executable
1646 file name instead of just suffix.
1647
543305c9
JK
16482011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1649
1650 Fix implicit pointer offsets.
1651 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
1652 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
1653 (continue to breakpoint: continue to baz breakpoint for implptr)
1654 (sanity check element 0, sanity check element 1)
1655 (enter the inlined function, check element 0 for the offset)
1656 (check element 1 for the offset)
1657 (continue to breakpoint: ignore the second baz breakpoint): New tests.
1658 (set foo breakpoint for implptr): Update the breakpoint number.
1659
b3215adc
UW
16602011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1661
1662 * gdb.python/py-mi.exp: Use different file names for different
1663 versions of the executable under test.
1664 * gdb.python/py-prettyprint.exp: Likewise.
1665 * gdb.python/py-symbol.exp: Likewise.
1666 * gdb.python/py-template.exp: Likewise.
1667 * gdb.python/py-type.exp: Likewise.
1668 * gdb.python/py-value.exp: Likewise.
1669
182b9acc
UW
16702011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1671
1672 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
1673 flag after restarting GDB if necessary.
1674
e6052b5d
UW
16752011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
1676
1677 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
1678
1ced966e
PA
16792011-07-22 Pedro Alves <pedro@codesourcery.com>
1680
1681 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
1682 backend doesn't leave used debug registers behind.
1683
3543a589
TT
16842011-07-22 Tom Tromey <tromey@redhat.com>
1685
1686 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
1687 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
1688 argument.
1689 * gdb.dwarf2/typeddwarf-amd64.S: New file.
1690
14d15303 16912011-07-21 Matt Rice <ratmice@gmail.com>
1692
1693 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
1694 in mostlyclean rule. Add files ending in .core.
1695
9b158ba0 16962011-07-21 Matt Rice <ratmice@gmail.com>
1697
1698 PR macros/12999
1699 * gdb.base/info-macros.c: New test sources.
1700 * gdb.base/info-macros.exp: New tests.
1701
d17b6f81
PM
17022011-07-21 Phil Muldoon <pmuldoon@redhat.com>
1703
1704 * gdb.python/python.exp: Add prompt substitution tests.
1705
918dd910
JK
17062011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1707
1708 Fix crash if referenced CU is aged out.
1709 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
1710 New.
1711 * gdb.dwarf2/implptr.exp: Likewise.
1712
0e37a63c
JK
17132011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1714
1715 * gdb.dwarf2/implptr.S: Rebuilt.
1716 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
1717 (bar): Use them for j, k, l.
1718 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
1719 COMPILE.
1720 (print j in implptr:bar): Update for the intp typedef.
1721 (print p[0].x in implptr:foo): Use more exact regex.
1722
f65cf84c
TT
17232011-07-18 Tom Tromey <tromey@redhat.com>
1724
1725 * gdb.cp/static-method.exp: Add missing single quote.
1726
d5b4a7be
YQ
17272011-07-18 Yao Qi <yao@codesourcery.com>
1728
1729 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
1730 supported.
1731 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1732 * gdb.mi/mi-nonstop.exp: Likewise.
1733 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1734 * gdb.mi/mi-nsintrall.exp: Likewise.
1735 * gdb.mi/mi-nsmoribund.exp: Likewise.
1736 * gdb.mi/mi-nsthrexec.exp: Likewise.
1737 * gdb.python/py-evthreads.exp: Likewise.
1738
e9ea2662
JK
17392011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1740
1741 Code cleanup.
1742 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
1743 it. Substitute it instead of test_compiler_info everywhere.
1744
ce451573
UW
17452011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1746
1747 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
1748 remote targets as well.
1749
756d88a7
UW
17502011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1751
1752 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
1753 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
1754
31f83dc5
UW
17552011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
1756
1757 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
1758 a remote machine, not the host.
1759 (gdb_compile_shlib): Set soname if target is remote.
1760
059241a0
PP
17612011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
1762
1763 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
1764
28a0b48c 17652011-07-13 Matt Rice <ratmice@gmail.com>
1766
1767 * gdb.python/py-objfile-script-gdb.py: Renamed to
1768 py-objfile-script-gdb.py.in.
1769 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
1770 py-objfile-script-gdb.py.
1771 * gdb.python/py-objfile-script.exp: Update reference to
1772 py-objfile-script-gdb.py.
1773
9a771b67
JK
17742011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1775
1776 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
1777 reference undefined label.
1778
04ad99e6
JK
17792011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
1782 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
1783 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
1784 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
1785
713389e0
PM
17862011-07-11 Phil Muldoon <pmuldoon@redhat.com>
1787
1788 PR python/12438
1789 * gdb.python/python.exp: Add maint set/show python print-stack
1790 deprecated tests. Add set/show python print-backtrace tests.
1791
97d146f8
JK
17922011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1793
1794 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
1795 debug info.
1796
facde0e5 17972011-07-06 Matt Rice <ratmice@gmail.com>
1798
1799 * gdb.python/python.exp: Update filename paths.
1800 * gdb.python/py-symtab.exp: Ditto.
1801
438640d1
MP
18022011-07-06 Marek Polacek <mpolacek@redhat.com>
1803
1804 * gdb.python/py-evthreads.exp: Add missing `$'.
1805
33a365df
MF
18062011-07-06 Jie Zhang <jie.zhang@analog.com>
1807
1808 * config/bfin.exp: New file.
1809 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
1810 * gdb.asm/bfin.inc: New file.
1811
8f7ae686
MP
18122011-07-06 Marek Polacek <mpolacek@redhat.com>
1813
df46027d 1814 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
1815 the whole output.
1816
eb2a6f42
TT
18172011-07-05 Tom Tromey <tromey@redhat.com>
1818
1819 * gdb.java/jprint.java (jprint.hi): New field.
1820 * gdb.java/jprint.exp: Print string.
1821
177b42fe
TJB
18222011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
1823
1824 * gdb.base/call-sc.c: Fix typos.
1825 * gdb.base/ifelse.exp: Likewise.
1826 * gdb.base/structs.c: Likewise.
1827
3b2a0cf2
JB
18282011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
1829
1830 * gdb.base/jit-so.exp: New test.
1831 * gdb.base/jit-dlmain.c: New file.
1832 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
1833
46fc714c
JK
18342011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
1837 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
1838 * gdb.cp/pr9167.exp (p b): Likewise.
1839 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
1840 (test value of P in inner_m, test type of Z in inner_m): Call
1841 setup_xfail for gcc <= 4.5.
46fc714c 1842
418c7cf7
JK
18432011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1844
1845 * gdb.cp/paren-type.cc: New files.
1846 * gdb.cp/paren-type.exp: New files.
1847
3d50dd94
JK
18482011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1849
1850 Stop on first linespec terminator instead of eating what we can.
1851 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
1852 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
1853 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
1854 (break C::f()): ... this one.
1855 (break C::operator()()): New test.
1856 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
1857 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
1858 test.
1859
dcf9f4ab
JK
18602011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 Fall back linespec to minimal symbols.
1863 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
1864 error message.
1865 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
1866 * gdb.cp/minsym-fallback-main.cc: New file.
1867 * gdb.cp/minsym-fallback.cc: New file.
1868 * gdb.cp/minsym-fallback.exp: New file.
1869 * gdb.cp/minsym-fallback.h: New file.
1870
3f542ed1
JK
18712011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1872
1873 * gdb.cp/no-dmgl-verbose.cc: New file.
1874 * gdb.cp/no-dmgl-verbose.exp: New file.
1875
18762011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
1877
1878 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
1879 __GI_.
1880 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
1881 (f): New function.
1882 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
1883 (complete p 'func<short>(): ... here.
1884 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
1885 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
1886 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
1887 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
1888 Make them KFAIL gcc/49546.
1889
00eb2c4a
JB
18902011-07-01 Joel Brobecker <brobecker@adacore.com>
1891
1892 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
1893
85a20c42
JK
18942011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1895
1896 Test GCC PR debug/49546.
1897 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
1898 (test type of F in k3_m, test value of F in k3_m): New.
1899 * gdb.cp/temargs.cc (struct S3, struct K3): New.
1900 (main): New variable k3. Call k3.k3_m.
1901
d2d43431
JB
19022011-07-01 Jean-Charles Delay <delay@adacore.com>
1903
1904 * gdb.ada/packed_array.exp: Fix expected outout.
1905
54ae186f
JB
19062011-07-01 Jean-Charles Delay <delay@adacore.com>
1907
1908 * gdb.ada/packed_array.exp: fixed expected output.
1909
8f17729f
JB
19102011-07-01 Joel Brobecker <brobecker@adacore.com>
1911
1912 * gdb.ada/same_enum: New testcase.
1913
f5aa6869
JB
19142011-07-01 Joel Brobecker <brobecker@adacore.com>
1915
1916 * gdb.ada/ptr_typedef: New testcase.
1917
828292f2
JB
19182011-07-01 Joel Brobecker <brobecker@adacore.com>
1919
1920 * gdb.ada/arrayptr.exp: Add ptype test.
1921
18920c42
JB
19222011-07-01 Joel Brobecker <brobecker@adacore.com>
1923
1924 * gdb.ada/char_enum: New testcase.
1925
3536d9e3 19262011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
1927
1928 * gdb.base/dump.exp (capture_pointer_with_type): New.
1929 Get value from address instead of name.
1930 Start GDB once, and do `dump' and `restore'
1931 tests together.
1932
db863c42
MF
19332011-06-30 Jie Zhang <jie.zhang@analog.com>
1934 Mike Frysinger <vapier@gentoo.org>
1935
1936 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
1937 helper functions for getting/setting remotetimeout variable.
1938 * lib/gdb.exp (gdb_load): If the target is remote, set
1939 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
1940 with $loadtimeout. Set $load_ok to 0 before doing the load.
1941 Instead of returning, immediately, set $load_ok to 0. Call
1942 set_remotetimeout with $oldremotetimeout, and then return if
1943 $load_ok is 1.
1944
e9e642a8
AB
19452011-06-30 Andrew Burgess <aburgess@broadcom.com>
1946
1947 * gdb.python/py-template.exp: Don't run this test if the target
1948 does not support c++ tests.
1949
32019081
JK
19502011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 Fix non-only rename list for Fortran modules import.
1953 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
1954 tests.
1955 * gdb.fortran/module.f90 (module moduse): New.
1956 (program module): use moduse, test var_x, var_y and var_z.
1957
0ecee54c
TT
19582011-06-29 Tom Tromey <tromey@redhat.com>
1959
1960 PR testsuite/12040:
1961 * gdb.fortran/array-element.exp: Use f90, not f77.
1962 * gdb.fortran/complex.exp: Use f90, not f77.
1963 * gdb.fortran/derived-type.exp: Use f90, not f77.
1964 * gdb.fortran/library-module.exp: Use f90, not f77.
1965 * gdb.fortran/logical.exp: Use f90, not f77.
1966 * gdb.fortran/module.exp: Use f90, not f77.
1967 * gdb.fortran/multi-dim.exp: Use f90, not f77.
1968 * gdb.fortran/subarray.exp: Use f90, not f77.
1969
3b2b8fea
TT
19702011-06-29 Tom Tromey <tromey@redhat.com>
1971
1972 * gdb.fortran/charset.exp: New file.
1973 * gdb.fortran/charset.f90: New file.
1974
42159ca5
TT
19752011-06-29 Tom Tromey <tromey@redhat.com>
1976
1977 PR testsuite/12040:
1978 * lib/future.exp: New file, mostly extracted from ada.exp.
1979 Rewrote compatibility code to use rename.
1980 (gdb_find_gfortran): New proc.
1981 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
1982 gfortran patch.
1983 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
1984 Move to future.exp.
1985 * lib/gdb.exp: Always load future.exp.
1986
af69a5ce
YQ
19872011-06-28 Yao Qi <yao@codesourcery.com>
1988
1989 * gdb.cp/exception.cc: Don't include iostream.
1990 (bar): Remove print statement.
1991 (catcher): New.
1992 (main): Remove print statements. Call function catcher.
1993 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
1994 Set breakpoint on catcher, and check the value of parameter.
1995
ab5c6a72
YQ
19962011-06-23 Yao Qi <yao@codesourcery.com>
1997
1998 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
1999 1.2 is disabled. KFAIL for uclinux.
2000
9497469f
MP
20012011-06-23 Marek Polacek <mpolacek@redhat.com>
2002
2003 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
2004 mi_gdb_test.
2005
b9132588
MP
20062011-06-23 Marek Polacek <mpolacek@redhat.com>
2007
5d197ed0 2008 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 2009
e55595ca
MP
20102011-06-23 Marek Polacek <mpolacek@redhat.com>
2011
5d197ed0
MP
2012 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
2013
20142011-06-23 Marek Polacek <mpolacek@redhat.com>
2015
2016 * gdb.mi/mi2-basics.exp: Fix races. Honour the
2017 `test_exec_and_symbol_mi_operatons' return value.
2018 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2019 gdb_test_multiple.
2020 (test_exec_and_symbol_mi_operatons): Likewise.
2021 (test_path_specification): Likewise.
e55595ca 2022
be777e08
YQ
20232011-06-23 Yao Qi <yao@codesourcery.com>
2024
2025 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
2026 supported.
2027 * lib/gdb.exp (support_displaced_stepping): New.
2028
615556d6
YQ
20292011-06-23 Yao Qi <yao@codesourcery.com>
2030
2031 * gdb.threads/execl.exp: Skip on remote target.
2032
833b0ca7
MP
20332011-06-21 Marek Polacek <mpolacek@redhat.com>
2034
5d197ed0 2035 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
2036 mi_gdb_test.
2037
1ee4023a
MP
20382011-06-20 Marek Polacek <mpolacek@redhat.com>
2039
5d197ed0 2040 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 2041
d0b1d624
MP
20422011-06-20 Marek Polacek <mpolacek@redhat.com>
2043
5d197ed0 2044 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
2045 mi_gdb_test.
2046
79aa92c1
MP
20472011-06-20 Marek Polacek <mpolacek@redhat.com>
2048
5d197ed0 2049 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 2050
5ce5db06
YQ
20512011-06-14 Yao Qi <yao@codesourcery.com>
2052
2053 gdb/testsuite/
2054 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
2055
533a737e
JK
20562011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
2059
d0e53741
TT
20602011-06-10 Tom Tromey <tromey@redhat.com>
2061
2062 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
2063 Add tests for pointer-to-member-function.
2064 * gdb.cp/temargs.cc (S::somefunc): New function.
2065 (K2): New class.
2066 (main): Instantiate K2; call method.
2067
b5916bbd
JB
20682011-06-08 Joel Brobecker <brobecker@adacore.com>
2069
2070 * gdb.python/py-inferior.c (f2): Make str an array rather
2071 than a pointer.
2072 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
2073
5be4dfca
JK
20742011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2075
2076 * gdb.base/async-shell.c: New file.
2077 * gdb.base/async-shell.exp: New file.
2078
9f47e254
PA
20792011-06-06 Pedro Alves <pedro@codesourcery.com>
2080
2081 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
2082
64b9b334
JB
20832011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
2084
2085 From Stephen Kitt <steve@sk2.org>
2086 * gdb.base/help.exp: Adjust following some spelling corrections
2087 in GDB.
2088
dbc0f131
YQ
20892011-06-01 Yao Qi <yao@codesourcery.com>
2090
2091 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
2092
fd336a18
KS
20932010-05-31 Keith Seitz <keiths@redhat.com>
2094
2095 PR c++/12750
2096 * gdb.cp/static-method.cc: New file.
2097 * gdb.cp/static-method.exp: New file.
2098
fa8b9902
KS
20992010-05-31 Keith Seitz <keiths@redhat.com>
2100
2101 PR symtab/12704
2102 * gdb.cp/anon-ns.cc: New file.
2103 * gdb.cp/anon-ns.exp: New file.
2104
0a5b1e09
PA
21052011-05-31 Pedro Alves <pedro@codesourcery.com>
2106
2107 * gdb.arch/i386-dr3-watch.c: New file.
2108 * gdb.arch/i386-dr3-watch.exp: New file.
2109
0578b8d1
YQ
21102011-05-30 Yao Qi <yao@codesourcery.com>
2111
2112 * gdb.base/callfuncs.c (t_structs_fc): New.
2113 (t_structs_dc, t_structs_ldc): New.
2114 (t_double_many_args):
2115 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
2116 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
2117 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
2118 * gdb.base/callfuncs.exp: Call new functions.
2119
6680506e
YQ
21202011-05-30 Yao Qi <yao@codesourcery.com>
2121
ff4d2c60
YQ
2122 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
2123 Call rerun_and_prepare for each test to isolate effects.
2124
21252011-05-30 Yao Qi <yao@codesourcery.com>
2126
2127 * gdb.base/varargs.c (find_max_float_real): New.
2128 (find_max_double_real, find_max_long_double_real): New.
2129 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
2130 * lib/gdb.exp (setup_kfail_for_target): New.
2131
e43ec454
YQ
21322011-05-30 Yao Qi <yao@codesourcery.com>
2133
2134 * gdb.base/funcargs.c (callca, callcb, callcc): New.
2135 (callcd, callce, callcf, callc1a, callc1b): New.
2136 (callc2a, callc2b): New.
2137 * gdb.base/funcargs.exp (complex_args): New.
2138 (complex_integral_args, complex_float_integral_args): New.
2139 * lib/gdb.exp (support_complex_tests): New. Determine
2140 whether to run test cases on _Complex types.
2141
432b4d03
JK
21422011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2143
2144 * gdb.threads/leader-exit.c: New file.
2145 * gdb.threads/leader-exit.exp: New file.
2146
6caf069d
MP
21472011-05-27 Marek Polacek <mpolacek@redhat.com>
2148
9497469f 2149 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 2150
97fce28b
MP
21512011-05-27 Marek Polacek <mpolacek@redhat.com>
2152
2153 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
2154 remove the `supported' variable.
2155 * gdb.mi/mi-nonstop.exp: Likewise.
2156 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
2157 * gdb.mi/mi-nsintrall.exp: Likewise.
2158 * gdb.mi/mi-nsmoribund.exp: Likewise.
2159 * gdb.mi/mi-nsthrexec.exp: Likewise.
2160
9da8c2a0
PA
21612011-05-26 Pedro Alves <pedro@codesourcery.com>
2162
2163 * gdb.reverse/finish-reverse-bkpt.exp: New test.
2164
2c03e5be
PA
21652011-05-26 Pedro Alves <pedro@codesourcery.com>
2166
2167 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
2168
2e21250d
KS
21692011-05-24 Keith Seitz <keiths@redhat.com>
2170
2171 PR breakpoint/12803
2172 * gdb.cp/cmpd-minsyms.cc (a): New method.
2173 (b): New method.
2174 (c): New method.
2175 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
2176
cdac0397
PA
21772011-05-24 Pedro Alves <pedro@codesourcery.com>
2178
2179 * gdb.base/commands.exp (watchpoint_command_test): Check that the
2180 watchpoint's command list didn't execute when the watchpoint went
2181 out of scope.
2182
ee5683ab
PM
21832011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
2184
2185 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
2186 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
2187 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
2188 * gdb.arch/i386-gnu-cfi.exp: Likewise.
2189 * gdb.arch/i386-permbkpt.exp: Likewise.
2190 * gdb.arch/i386-prologue.exp: Likewise.
2191 * gdb.arch/i386-size-overlap.exp: Likewise.
2192 * gdb.arch/i386-size.exp: Likewise.
2193 * gdb.arch/i386-unwind.exp: Likewise.
2194 * gdb.reverse/i386-precsave.exp: Likewise.
2195 * gdb.reverse/i386-reverse.exp: Likewise.
2196 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2197 * gdb.reverse/i387-env-reverse.exp: Likewise.
2198 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2199
c91c8c16
PA
22002011-05-24 Pedro Alves <pedro@codesourcery.com>
2201
2202 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
2203 file doesn't error, using MI.
2204
c50491a7
TT
22052011-05-23 Tom Tromey <tromey@redhat.com>
2206
2207 * gdb.base/charset.exp (string_display): Add tests to assign to
2208 arrays.
2209 * gdb.base/charset.c (short_array, int_array, long_array): New.
2210
4a07b7da
PA
22112011-05-20 Pedro Alves <pedro@codesourcery.com>
2212
2213 Cope with async mode.
2214
4a07b7da
PA
2215 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
2216 into gdb_test + mi_expect_stop.
2217
b275f2d2
PA
22182011-05-20 Pedro Alves <pedro@codesourcery.com>
2219
2220 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
2221 (callme): Remove printf call.
2222
eec52c44
PM
22232011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
2224
2225 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
2226 quote pattern to avoid problems with Cygwin/mingw expect versions.
2227 * gdb.base/default.exp (show convenience): Use double
2228 quote pattern for regular expressions.
2229
b3c8eb43
JK
22302011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2231
2232 Fix -readnow for -gdwarf-4 unused type units.
2233 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
2234 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
2235
ed731959
JK
22362011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 * gdb.base/kill-after-signal.c: New file.
2239 * gdb.base/kill-after-signal.exp: New file.
2240
3b48433d
PA
22412011-05-16 Pedro Alves <pedro@codesourcery.com>
2242
2243 * gdb.ada/start.exp: Call untested with the correct test filename.
2244 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
2245 test filename. Make the test's binary unique.
2246 * gdb.arch/i386-signal.exp: Call untested with the correct test
2247 filename.
2248 * gdb.arch/i386-size-overlap.exp: Ditto.
2249 * gdb.arch/Makefile.in (EXECUTABLES): Update.
2250 * gdb.base/gcore-buffer-overflow.exp: Ditto.
2251 * gdb.cp/call-c.exp: Ditto.
2252 * gdb.mi/mi-reverse.exp: Call untested with the correct test
2253 filename. Make the test's binary unique.
2254 * gdb.mi/Makefile.in (EXECUTABLES): Update.
2255 * gdb.python/py-mi.exp: Ditto.
2256 * gdb.python/Makefile.in (EXECUTABLES): Update.
2257 * gdb.reverse/i386-precsave.exp: Ditto.
2258 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
2259 test filename.
2260 * gdb.reverse/i387-stack-reverse.exp: Ditto.
2261 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
2262 unique.
2263 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
2264 test filename.
2265 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
2266 * gdb.trace/tfile.exp: Ditto.
2267
ba4a8bdd
YQ
22682011-05-14 Yao Qi <yao@codesourcery.com>
2269
2270 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
2271 type.
2272
dbaefcf7
DE
22732011-05-13 Doug Evans <dje@google.com>
2274
2275 * gdb.python/py-objfile-script.exp: New file.
2276 * gdb.python/py-objfile-script.c: New file.
2277 * gdb.python/py-objfile-script-gdb.py: New file.
2278 * testsuite/gdb.python/py-section-script.exp: Test
2279 "info auto-load-scripts".
2280
9930639c
TT
22812011-05-13 Tom Tromey <tromey@redhat.com>
2282
2283 * gdb.dwarf2/clztest.exp: New file.
2284 * gdb.dwarf2/clztest.c: New file.
2285 * gdb.dwarf2/clztest.S: New file.
2286
05272e11
DE
22872011-05-13 Doug Evans <dje@google.com>
2288
cc63ef9b
DE
2289 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
2290 String16 tests.
05272e11 2291
6edba76f
TT
22922011-05-13 Tom Tromey <tromey@redhat.com>
2293
2294 * lib/gdb.exp (is_x86_like_target): New proc.
2295 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
2296 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
2297 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
2298 -nostdlib to compiler.
2299 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
2300 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
2301 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
2302 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
2303 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
2304
028d0ed5
TJB
23052011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2306
2307 * gdb.python/py-function.exp: Test setting a value from a function
2308 which executes a command.
2309
8a9b8146
TT
23102011-05-12 Tom Tromey <tromey@redhat.com>
2311
2312 * gdb.dwarf2/typeddwarf.S: New file.
2313 * gdb.dwarf2/typeddwarf.c: New file.
2314 * gdb.dwarf2/typeddwarf.exp: New file.
2315
10483e8e
MP
23162011-05-12 Marek Polacek <mpolacek@redhat.com>
2317
2318 * gdb.mi/mi-basics.exp: Fix races. Honour the
2319 `test_exec_and_symbol_mi_operatons' return value.
2320 (test_mi_interpreter_selection): Use mi_gdb_test instead of
2321 gdb_test_multiple.
2322 (test_exec_and_symbol_mi_operatons): Likewise.
2323 (test_path_specification): Likewise.
2324
faf067f1
JK
23252011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
2328 (gdb_touch_execfile): Remove catch wrappers. New variable time.
2329 Replace `file copy' and `file rename' by `file mtime'. Twice.
2330
7ff911a3
JK
23312011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2332
2333 * gdb.base/readline-ask.c: New file.
2334 * gdb.base/readline-ask.exp: New file.
2335 * gdb.base/readline-ask.inputrc: New file.
2336
a536c6d7
UW
23372011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
2338
2339 * gdb.cell/bt.exp: Delete breakpoints before running to signal
2340 to avoid race condition.
2341 * gdb.cell/coremaker.c: Use small stack size.
2342 * gdb.cell/ea-standalone.exp: Use file name without path as
2343 argument to c_to.
2344 * gdb.cell/fork.exp: Allow other output when continuing to end.
2345
d472a426
JK
23462011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2347
2348 * gdb.threads/corethreads.c: New file.
2349 * gdb.threads/corethreads.exp: New file.
2350
23512011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
2352
2353 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
2354 Try to compile the test using -Wl,-z,norelro first.
2355 (load_core): New variable libthread_db_seen, initialize it.
2356 (zeroed-threads cannot be listed): Protect it by XFAIL on
2357 !$libthread_db_seen.
2358
8be455d7
JK
23592011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2360
2361 PR 12573
2362 * gdb.dwarf2/dw2-skip-prologue.S: New file.
2363 * gdb.dwarf2/dw2-skip-prologue.c: New file.
2364 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
2365
1976171a
JK
23662011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 * gdb.cp/psymtab-parameter.cc: New file.
2369 * gdb.cp/psymtab-parameter.exp: New file.
2370
7db6f30f
JK
23712011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 Fix a race.
2374 * gdb.cp/static-print-quit.exp (print c): Split to ...
2375 (print c - <return>, print c - q <return>, print c - to quit):
2376 ... these. Make the testfile untested on gdb-7.1.
2377
85161e9e 23782011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
2379
2380 * lib/gdb.exp (exec_target_file, exec_symbol_file,
2381 gdb_rename_execfile, gdb_touch_execfile): New.
2382 * gdb.base/reread.exp: Use new procs to handle multiple
2383 exec files.
2384
0c51be18
YQ
23852011-05-05 Yao Qi <yao@codesourcery.com>
2386
2387 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
2388 (test_adr_32bit, test_pop_pc): New.
2389 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
2390 (test_adr_32bit, test_pop_pc): New.
2391
4d393d60
JM
23922011-05-04 Joseph Myers <joseph@codesourcery.com>
2393
2394 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
2395 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
2396 targets.
2397 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
2398 handle targets.
2399
8ffd0459
JK
24002011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * gdb.base/completion.exp (complete help info wat): Rename to ...
2403 (complete 'help info wat'): ... here.
2404 Remove all `-re ".*' and `-re "^.*' redundant regexes.
2405 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
2406
8e28d804
PA
24072011-05-04 Pedro Alves <pedro@codesourcery.com>
2408
2409 * gdb.base/completion.exp: Use gdb_test_multiple instead of
2410 gdb_test and explicit $gdb_prompt/timeout matches.
2411
3eb2ef34
YQ
24122011-05-04 Yao Qi <yao@codesourcery.com>
2413
2414 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
2415 and __thumb2__.
2416
aaaf81a3
MP
24172011-05-03 Marek Polacek <mpolacek@redhat.com>
2418
2419 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
2420 in place of `gdb_test "delete breakpoints"'. This eliminates two
2421 testcases.
2422
c4cbc0df
PA
24232011-05-02 Pedro Alves <pedro@codesourcery.com>
2424
2425 PR testsuite/12649
2426 Fix races.
2427
2428 * gdb.base/completion.exp: Remove all sleep calls. Remove
2429 unnecessary regexs. Don't explicitly expect anything after the
2430 prompt. Eat the prompt if necessary.
2431
b4cbb4a3
EBM
24322011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2433
2434 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
2435 accept to show the caller line again as well as the line after.
2436
d65aec65
PM
24372011-04-29 Phil Muldoon <pmuldoon@redhat.com>
2438
2439 PR mi/12531
2440
2441 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
2442 compile target.
2443 * gdb.python/py-prettyprint.exp: Add C++ object for
2444 CPLUS_FAKE_CHILD test.
2445
30852783
UW
24462011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
2447
2448 * gdb.base/signest.exp: New file.
2449 * gdb.base/signest.c: Likewise.
2450
c7b1f0d9
JK
24512011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
2454 thread and breakpoint notifications.
2455
559a7a62
JK
24562011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 * gdb.base/fortran-sym-case.c: New file.
2459 * gdb.base/fortran-sym-case.exp: New file.
2460 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
2461 * gdb.dwarf2/dw2-case-insensitive.c: New file.
2462 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
2463
8344e389
JK
24642011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2465
2466 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
2467 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
2468 false #1', `if true else false #2' and `if true else false #3'.
2469
2484c66b
UW
24702011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
2471
2472 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
2473 while delivering signal.
2474
8d3788bd
VP
24752011-04-27 Vladimir Prus <vladimir@codesourcery.com>
2476
2477 MI breakpoint notifications.
2478
2479 * testsuite/gdb.mi/mi-cli.exp: Adust.
2480 * testsuite/gdb.mi/mi2-cli.exp: Adust.
2481 * testsuite/gdb.mi/mi-watch.exp: Adust.
2482 * testsuite/gdb.mi/mi2-watch.exp: Adust.
2483 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
2484 notifications.
2485
3e03848b
JK
24862011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2487
2488 * gdb.base/gdbindex-stabs-dwarf.c: New file.
2489 * gdb.base/gdbindex-stabs.c: New file.
2490 * gdb.base/gdbindex-stabs.exp: New file.
2491
918c9108
YQ
24922011-04-25 Yao Qi <yao@codesourcery.com>
2493
2494 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
2495 with /*...*/.
2496 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2497
90556b8c
JK
24982011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2499
2500 * gdb.python/py-value.exp (test_objfiles): Name the first test
2501 `py-value in file.filename'.
2502
03f2bd59
JK
25032011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2504
2505 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
2506 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
2507 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
2508 !gdbserver_reconnect_p..
2509 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
2510
7b08b9eb
JK
25112011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 * gdb.cp/cpcompletion.exp (complete class methods)
2514 (complete class methods beginning with F): Move them above runto. New
2515 comment about the runto delimiter.
2516
b78974c3
PA
25172011-04-20 Pedro Alves <pedro@codesourcery.com>
2518
2519 * gdb.base/maint.exp: Test that "maint print registers" works
2520 without a running program.
2521
20429c40 25222011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 2523
20429c40
MP
2524 * gdb.base/setshow.exp: Fix racy tests.
2525 ($old_gdb_prompt): New variable.
2526
7a9dd1b2
TT
25272011-04-19 Tom Tromey <tromey@redhat.com>
2528
2529 * gdb.mi/mi-nsmoribund.exp:
2530 * gdb.hp/gdb.objdbg/objdbg01.exp:
2531 * gdb.base/structs.exp (test_struct_returns):
2532 * gdb.base/call-sc.exp (test_scalar_returns):
2533 * gdb.base/bigcore.exp: Remove duplicate words.
2534
02835898
JK
25352011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 * gdb.base/break-interp-lib.c (v, vptr): New variables.
2538 * gdb.base/break-interp.exp (test_attach): New comment.
2539
254f582e
JK
25402011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 * gdb.threads/gcore-thread.exp ($core0file): New variable.
2543 (clear __stack_user.next, clear stack_used.next)
2544 (save a zeroed-threads corefile): New test.
2545 Call core_load for $core0file.
2546 (zeroed-threads cannot be listed): New test.
2547
4fe85f5c
JK
25482011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2549
2550 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
2551 filename.
2552 ($srcfile): Preserve the original value.
2553 ($testfile): Match it the .exp filename.
2554 ($corefile): New variable. Substitute it around.
2555 Use clean_restart.
2556 ($prev_timeout): Remove.
2557 (load_core): Move core loading into this proc.
2558 Fix restore of $timeout if load_core fails.
2559
63524580
JK
25602011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.base/eu-strip-infcall.c: New file.
2563 * gdb.base/eu-strip-infcall.exp: New file.
2564
90359a16
JK
25652011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2566
2567 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
2568 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
2569
626e7282
JK
25702011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 Fix Python access to inlined frames.
2573 * gdb.python/py-frame-inline.c: New file.
2574 * gdb.python/py-frame-inline.exp: New file.
2575
3363d018
EBM
25762011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
2577
2578 * gdb.base/gdb1090.exp: Change breakpoint location to read the
2579 content of 's24' correctly (avoiding "optimized out").
2580 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
2581
28781456
JK
25822011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2583
2584 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
2585
4a4106ca
TJB
25862011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
2587
2588 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
2589 expect a colon in watch -location output.
2590
d26ccb4f
JK
25912011-04-13 Marek Polacek <mpolacek@redhat.com>
2592
df46027d 2593 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
2594 New testcase `expect response to define backtrace'. Also remove
2595 redundant `default' block.
2596
e1ab1f9c
JK
25972011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2598
2599 * gdb.python/py-prettyprint.c (struct hint_error): New.
2600 (main): New variable hint_error.
2601 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
2602 "print hint_error".
2603 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
2604 (register_pretty_printers): Register it.
2605
0c2e6019
TT
26062011-04-04 Tom Tromey <tromey@redhat.com>
2607
2608 * gdb.cp/maint.exp (test_help): Update.
2609 (test_namespace): Likewise.
2610
af57139d
JB
26112011-04-01 Joel Brobecker <brobecker@adacore.com>
2612
2613 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
2614 * gdb.ada/arrayptr.exp: Add new tests.
2615
956a9fb9
JB
26162011-04-01 Joel Brobecker <brobecker@adacore.com>
2617
2618 * gdb.ada/mi_catch_ex: New testcase.
2619
d0c4d642
PA
26202011-04-01 Pedro Alves <pedro@codesourcery.com>
2621
2622 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
2623 base::overload(void) method without specifying "const".
2624
18819fa6
UW
26252011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2626
2627 * gdb.arch/thumb-singlestep.S: New file.
2628 * gdb.arch/thumb-singlestep.exp: Likewise.
2629
a4c8e806
TT
26302011-03-31 Tom Tromey <tromey@redhat.com>
2631
2632 * gdb.python/py-prettyprint.py (exception_flag): New global.
2633 (NoStringContainerPrinter._iterator.next): Check it.
2634 * gdb.python/py-prettyprint.c (main): New variable nstype2.
2635 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
2636
53832f31
TT
26372011-03-29 Tom Tromey <tromey@redhat.com>
2638
2639 * gdb.cp/anon-struct.cc: New file.
2640 * gdb.cp/anon-struct.exp: New file.
2641
e4620230
JK
26422011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2643
2644 Test STT_GNU_IFUNC support.
2645 * gdb.base/gnu-ifunc-lib.c: New file.
2646 * gdb.base/gnu-ifunc.c: New file.
2647 * gdb.base/gnu-ifunc.exp: New file.
2648
d0fb5eae
JK
26492011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 Support a ring of related breakpoints.
2652 * gdb.base/watchpoint-delete.c: New file.
2653 * gdb.base/watchpoint-delete.exp: New file.
2654
20106cfb
JK
26552011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * gdb.ada/arrayparam.exp (print first after function call): Use
2658 explicit package name. Add a comment
2659 (print lasta after function call): Rename ...
2660 (print last after function call): ... it and use explicit package
2661 name.
2662 (print length after function call): Use explicit package name.
2663 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
2664 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
2665 (multiple matches for symbol i): Rename ...
2666 (multiple matches for symbol integervar): ... it.
2667 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
2668 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
2669
e7ab5e63
AB
26702011-03-25 Andrew Burgess <aburgess@broadcom.com>
2671
2672 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
2673 environment variable to make grep output more predictable. Move
2674 all the environment setup into gdb_init so it's done once per test
2675 case rather than each time we start gdb.
2676
9ef07c8c
TT
26772011-03-24 Tom Tromey <tromey@redhat.com>
2678
2679 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
2680 test.
2681
dd90784c
JK
26822011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2683
2684 * gdb.dwarf2/dw2-entry-value-main.c: New file.
2685 * gdb.dwarf2/dw2-entry-value.S: New file.
2686 * gdb.dwarf2/dw2-entry-value.exp: New file.
2687
05775840
PM
26882011-03-22 Phil Muldoon <pmuldoon@redhat.com>
2689
2690 PR python/12183
2691
2692 * gdb.python/py-function.exp: Add GdbError tests.
2693
8661b11b
PA
26942011-03-18 Pedro Alves <pedro@codesourcery.com>
2695
2696 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
2697 (reglocal_test_func, statlocal_test_func): New functions.
2698 (globals_test_func): Call new functions.
2699 * gdb.trace/unavailable.exp (gdb_collect_args_test)
2700 (gdb_collect_locals_test): New procedure.
2701 (gdb_trace_collection_test): Call new procedures.
2702
0fdb4f18
PA
27032011-03-18 Pedro Alves <pedro@codesourcery.com>
2704
2705 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
2706 (test_register, test_register_unavailable): New procedures.
2707 (gdb_unavailable_registers_test): New procedure.
2708 (gdb_trace_collection_test): Call it.
2709
99c3dc11
PM
27102011-03-18 Phil Muldoon <pmuldoon@redhat.com>
2711
2712 PR python/12149
2713
2714 * gdb.python/python.exp: Add gdb.write tests.
2715
29703da4
PM
27162010-03-17 Phil Muldoon <pmuldoon@redhat.com>
2717
2718 * gdb.python/Makefile.in: Add py-objfile.
2719 * gdb.python/py-objfile.exp: New file.
2720 * gdb.python/py-objfile.c: New file.
2721 * gdb.python/py-block.exp: Add is_valid tests.
2722 * gdb.python/py-inferior.exp: Ditto.
2723 * gdb.python/py-infthread.exp: Ditto.
2724 * gdb.python/py-symbol.exp: Ditto.
2725 * gdb.python/py-symtab.exp: Ditto.
2726
598997c8
KS
27272011-03-16 Keith Seitz <keiths@redhat.com>
2728
2729 PR c++/12273
2730 * gdb.cp/cmpd-minsyms.exp: New test.
2731 * gdb.cp/cmpd-minsyms.cc: New file.
2732
2733 PR c++/11734
2734 * gdb.cp/ovsrch.exp: New test.
2735 * gdb.cp/ovsrch.h: New file.
2736 * gdb.cp/ovsrch1.cc: New file.
2737 * gdb.cp/ovsrch2.cc: New file.
2738 * gdb.cp/ovsrch3.cc: New file.
2739 * gdb.cp/ovsrch4.cc: New file.
2740
c91513d8
PP
27412011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
2742
2743 PR gdb/12528
2744 * gdb.base/Makefile.in: Adjust EXECUTABLES.
2745 * gdb.base/break-on-linker-gcd-function.exp: New test.
2746 * gdb.base/break-on-linker-gcd-function.cc: New file.
2747
7470fc63
AT
27482011-03-15 Andreas Tobler <andreast@fgznet.ch>
2749
2750 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
2751
959e7469
PM
27522011-03-15 Phil Muldoon <pmuldoon@redhat.com>
2753
2754 * lib/gdb.exp (gdb_unload): Add another termination case.
2755
9373cf26
JK
27562011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2757
2758 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
2759 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
2760 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
2761 Provide a stub byte there.
2762 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
2763 DW_AT_entry_pc.
2764 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
2765
24e9cda0
UW
27662011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
2767
2768 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
2769 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
2770 "generic ABI, auto".
2771 (altivec_abi_tests): Accept vectors returned by reference.
2772
7371cf6d
PM
27732010-03-14 Phil Muldoon <pmuldoon@redhat.com>
2774
2775 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
2776
ce77046a
UW
27772011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
2778
2779 * gdb.python/py-section-script.exp: Skip test if no Python support.
2780
176400c3
UW
27812011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
2782
2783 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2784
ecec24e6
PM
27852011-03-10 Phil Muldoon <pmuldoon@redhat.com>
2786
2787 * gdb.python/py-parameter.exp: Update tests to the new Python
2788 parameter API. Add "no documentation" test. Add deprecated API
2789 backward compatibility test.
2790
5dbdd470
TT
27912011-03-09 Tom Tromey <tromey@redhat.com>
2792
2793 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
2794 gdb_continue_to_end.
2795
b66e66ee
MK
27962011-03-09 Mark Kettenis <kettenis@gnu.org>
2797
2798 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
2799 tabs.
2800
eceb0c5f
TT
28012011-03-09 Tom Tromey <tromey@redhat.com>
2802
2803 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
2804 parentheses.
2805 (gdb_continue_to_end): Add "allow_extra" parameter. Use
2806 $command.
2807 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
2808 argument to gdb_continue_to_end.
2809 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
2810 argument to gdb_continue_to_end.
2811 * gdb.cp/annota3.exp: Fix regex.
2812 * gdb.cp/annota2.exp: Fix regex.
2813 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
2814 gdb_continue_to_end.
2815 * gdb.base/call-signal-resume.exp: Revert earlier patch.
2816 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
2817 gdb_continue_to_end.
2818
63154eca
PA
28192011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2820
2821 * gdb.server/ext-run.exp
2822 (load new file without any gdbserver inferior): New test.
2823
967d1f9b
TT
28242011-03-07 Tom Tromey <tromey@redhat.com>
2825
2826 * Makefile.in (TAGS): Rewrite.
2827
d68dcbb9
JK
28282011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2829
2830 * gdb.trace/report.exp (12.1: trace report #1): New match for the
2831 initial commands echo. New match for `Found trace'. Anchor all the
2832 other matches. Anchor and match for `No trace frame found' the final
2833 match.
2834
6bf58e63
TT
28352011-03-07 Tom Tromey <tromey@redhat.com>
2836
2837 * Makefile.in (TAGS): New target.
2838
fda326dd
TT
28392011-03-07 Tom Tromey <tromey@redhat.com>
2840
2841 * lib/opencl.exp (skip_opencl_tests): Update for exit message
2842 change.
2843 * lib/mi-support.exp (mi_gdb_test): Update for exit message
2844 change.
2845 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
2846 exit message change.
2847 (skip_altivec_tests): Update for exit message change.
2848 (skip_vsx_tests): Likewise.
2849 (gdb_continue_to_end): Likewise. Add 'command' argument.
2850 * lib/cell.exp (skip_cell_tests): Update for exit message change.
2851 * gdb.threads/tls.exp: Update for exit message change.
2852 * gdb.threads/thread-unwindonsignal.exp: Use
2853 gdb_continue_to_end.
2854 * gdb.threads/step.exp (step_it): Update for exit message change.
2855 (continue_all): Likewise.
2856 * gdb.threads/print-threads.exp (test_all_threads): Update for
2857 exit message change.
2858 * gdb.threads/interrupted-hand-call.exp: Use
2859 gdb_continue_to_end.
2860 * gdb.threads/execl.exp: Use gdb_continue_to_end.
2861 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
2862 gdb_continue_to_end.
2863 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
2864 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
2865 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
2866 * gdb.cp/method.exp: Update for exit message change.
2867 * gdb.cp/mb-templates.exp: Update for exit message change.
2868 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
2869 * gdb.cp/annota3.exp: Update for exit message change.
2870 * gdb.cp/annota2.exp: Update for exit message change.
2871 * gdb.cell/fork.exp: Use gdb_continue_to_end.
2872 * gdb.base/term.exp: Update for exit message change.
2873 * gdb.base/step-test.exp (test_i): Update for exit message change.
2874 * gdb.base/sigstep.exp (advance): Update for exit message change.
2875 (advancei): Likewise.
2876 * gdb.base/siginfo.exp: Update for exit message change.
2877 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
2878 * gdb.base/reread.exp: Use gdb_continue_to_end.
2879 * gdb.base/langs.exp: Use gdb_continue_to_end.
2880 * gdb.base/interrupt.exp: Update for exit message change.
2881 * gdb.base/gdb1555.exp: Update for exit message change.
2882 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
2883 * gdb.base/ending-run.exp: Update for exit message change.
2884 * gdb.base/chng-syms.exp: Update for exit message change.
2885 * gdb.base/checkpoint.exp: Update for exit message change.
2886 * gdb.base/catch-syscall.exp (check_for_program_end): Use
2887 gdb_continue_to_end.
2888 (test_catch_syscall_with_wrong_args): Likewise.
2889 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
2890 * gdb.base/break-interp.exp (test_ld): Update for exit message
2891 change.
2892 * gdb.base/bang.exp: Update for exit message change.
2893 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
2894 (do_call_attach_tests): Likewise.
2895 * gdb.base/a2-run.exp: Update for exit message change.
2896 * gdb.arch/ppc-dfp.exp: Update for exit message change.
2897 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
2898 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
2899
dd19bd70
JK
29002011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2901
2902 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
2903
30e62689
TT
29042011-03-03 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
2907 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
2908 * gdb.hp/gdb.aCC/configure.ac: Remove.
2909 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
2910 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
2911 * gdb.hp/gdb.base-hp/configure.ac: Remove.
2912 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
2913 * gdb.hp/gdb.compat/configure (Makefile): Remove.
2914 * gdb.hp/gdb.compat/configure.ac: Remove.
2915 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
2916 * gdb.hp/gdb.defects/configure (Makefile): Remove.
2917 * gdb.hp/gdb.defects/configure.ac: Remove.
2918 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
2919 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
2920 * gdb.hp/gdb.objdbg/configure.ac: Remove.
2921 * gdb.hp/configure.ac: Remove.
2922 * gdb.hp/configure: Remove.
2923 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
2924 substitution.
2925 (Makefile): Remove rule.
2926 * gdb.cell/configure.ac: Remove.
2927 * gdb.cell/configure: Remove.
2928 * gdb.stabs/Makefile.in (Makefile): Remove.
2929 (distclean): Don't remove config.status or config.log.
2930 * gdb.stabs/configure (Makefile): Remove.
2931 * gdb.stabs/configure.ac: Remove.
2932 * configure: Rebuild.
2933 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
2934 Remove stabs- and cell-specific logic. Test for existence of
2935 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
2936 subdirectories, gdb.cell, and and gdb.stabs.
2937 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
2938
c171f854
JB
29392011-03-03 Joel Brobecker <brobecker@adacore.com>
2940
2941 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
2942 end of buffer.
2943
9a5193cb
JB
29442011-03-02 Joel Brobecker <brobecker@adacore.com>
2945
2946 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
2947 gdb_test when running a test where we expected no output back.
2948
9bb4c1bb
MS
29492011-02-28 Michael Snyder <msnyder@vmware.com>
2950
2951 * gdb.cp/overload.cc: Change initializer value to integer.
2952
3bd0f5ef
MS
29532011-02-27 Michael Snyder <msnyder@vmware.com>
2954
2955 * gdb.multi/base.exp: Add test for remove-inferiors.
2956
2279eaad
JB
29572011-02-26 Joel Brobecker <brobecker@adacore.com>
2958
2959 * gdb.python/py-frame.exp: Simplify the initialization phase
2960 using prepare_for_testing.
2961
c82c0b55
MS
29622011-02-25 Michael Snyder <msnyder@vmware.com>
2963
2964 * gdb.multi/base.exp: Add tests for info inferiors with args.
2965
1d94651b
JK
29662011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 * gdb.dwarf2/dw2-ranges.S: Rename to ...
2969 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
2970 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
2971 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
2972 asmfile3. Comment the STABS (#3) file compilation. Compile
2973 everything through assembler. Provide KFAIL for symtab/12497.
2974 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
2975 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
2976 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
2977 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2978
3bd0f5ef
MS
29792011-02-24 Michael Snyder <msnyder@vmware.com>
2980
2981 * gdb.base/break.exp: Add tests for delete breakpoints using
2982 convenience variables and value history references.
2983
12c1418e
MS
29842011-02-24 Michael Snyder <msnyder@vmware.com>
2985
2986 * gdb.base/break.exp: Remove debugging 'printf' accidentally
2987 left behind in previous check-in.
2988
e5a67952
MS
29892011-02-23 Michael Snyder <msnyder@vmware.com>
2990
2991 * gdb.base/break.exp: Add tests for "info break" with arguments.
2992 * gdb.trace/infotrace.exp: Update patterns for error and help.
2993 * gdb.base/completion.exp: Update pattern.
2994 * gdb.base/ena-dis-br.exp: Update pattern.
2995 * gdb.base/help.exp: Update patterns.
2996
29972011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
2998
2999 * gdb.base/memattr.exp: New test.
3000 * gdb.base/memattr.c: Test load for memattr.exp.
3001
6e6fbe60
DE
30022011-02-22 Doug Evans <dje@google.com>
3003
3004 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
3005
1d41d745
MS
30062011-02-22 Michael Snyder <msnyder@vmware.com>
3007
3008 * Makefile.in: Make more clean.
3009 * gdb.ada/Makefile.in: Ditto.
3010 * gdb.arch/Makefile.in: Ditto.
3011 * gdb.asm/Makefile.in: Ditto.
3012 * gdb.base/Makefile.in: Ditto.
3013 * gdb.cp/Makefile.in: Ditto.
3014 * gdb.dwarf2/Makefile.in: Ditto.
3015 * gdb.java/Makefile.in: Ditto.
3016 * gdb.mi/Makefile.in: Ditto.
3017 * gdb.modula2/Makefile.in: Ditto.
3018 * gdb.python/Makefile.in: Ditto.
3019 * gdb.server/Makefile.in: Ditto.
3020 * gdb.stabs/Makefile.in: Ditto.
3021 * gdb.threads/Makefile.in: Ditto.
3022 * gdb.trace/Makefile.in: Ditto.
3023
79ba84ca
MS
30242011-02-22 Michael Snyder <msnyder@vmware.com>
3025
df46027d 3026 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
3027 info threads.
3028
b9b35694
JB
30292011-02-22 Joel Brobecker <brobecker@adacore.com>
3030
3031 * gdb.python/py-breakpoint.exp: Fix the expected output of
3032 one of the "maint info breakpoints" tests to accept the output
3033 generated on platforms that do not have hardware watchpoints.
3034
8bfb830f
JB
30352011-02-22 Joel Brobecker <brobecker@adacore.com>
3036
3037 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
3038 clean_restart. Be a little stricter in the expected output
3039 for one of the tests. Fix a typo in one of the comments.
3040
c45f3c54
JB
30412011-02-22 Joel Brobecker <brobecker@adacore.com>
3042
3043 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
3044 Delete variable binfile, no longer use. Add or modify test
3045 comments to make them unique.
3046
b97c863c
MS
30472011-02-21 Michael Snyder <msnyder@vmware.com>
3048
3049 * Makefile.in: Update for make clean.
3050 * gdb.ada/Makefile.in: Ditto.
3051 * gdb.arch/Makefile.in: Ditto.
3052 * gdb.asm/Makefile.in: Ditto.
3053 * gdb.base/Makefile.in: Ditto.
3054 * gdb.cp/Makefile.in: Ditto.
3055 * gdb.dwarf2/Makefile.in: Ditto.
3056 * gdb.java/Makefile.in: Ditto.
3057 * gdb.mi/Makefile.in: Ditto.
3058 * gdb.modula2/Makefile.in: Ditto.
3059 * gdb.python/Makefile.in: Ditto.
3060 * gdb.server/Makefile.in: Ditto.
3061 * gdb.stabs/Makefile.in: Ditto.
3062 * gdb.threads/Makefile.in: Ditto.
3063 * gdb.trace/Makefile.in: Ditto.
3064
aea5b279
MS
30652011-02-21 Michael Snyder <msnyder@vmware.com>
3066
3067 * gdb.threads/thread-find.exp: Update patterns for changes in
3068 output of "info threads" command.
3069
e3039479
UW
30702011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3071 Ulrich Weigand <uweigand@de.ibm.com>
3072
3073 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
3074 (skip_hw_watchpoint_tests): Likewise.
3075 (skip_hw_watchpoint_multi_tests): Likewise.
3076
b800ec70
UW
30772011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
3078
3079 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
3080 (skip_hw_watchpoint_tests): Likewise.
3081 (skip_hw_watchpoint_multi_tests): Likewise.
3082 (skip_hw_watchpoint_access_tests): Likewise.
3083
3084 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
3085 * gdb.base/pr11022.exp: Likewise.
3086 * gdb.base/watch-read.exp: Likewise.
3087 * gdb.base/watch_thread_num.exp: Likewise.
3088 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3089 * gdb.base/watchpoint-hw.exp: Likewise.
3090 * gdb.base/watchpoint.exp: Likewise.
3091 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
3092 * gdb.threads/watchthreads-reorder.exp: Likewise.
3093 * gdb.threads/watchthreads.exp: Likewise.
3094 * gdb.threads/watchthreads2.exp: Likewise.
3095
91033e37
JB
30962011-02-21 Joel Brobecker <brobecker@adacore.com>
3097
3098 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
3099 the debugger is unable to find the array bounds.
3100
eeaafae2
JK
31012011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3102
3103 * gdb.cp/typedef-operator.exp: New file.
3104 * gdb.cp/typedef-operator.cc: New file.
3105
e338d953
MS
31062011-02-17 Michael Snyder <msnyder@vmware.com>
3107
3108 * gdb.threads/thread-find.exp: Fix regular expressions.
3109
e67ad678
JB
31102011-02-17 Joel Brobecker <brobecker@adacore.com>
3111
3112 * gdb.ada/packed_array: Expand testcase to test printing of
3113 unconstrained packed array.
3114
93084bca
JB
31152011-02-17 Joel Brobecker <brobecker@adacore.com>
3116
3117 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
3118
a0c78a73
PA
31192011-02-16 Pedro Alves <pedro@codesourcery.com>
3120
f65d5553 3121 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
3122 (main): Initialize it before collecting, and and clear it
3123 afterwards.
f65d5553
PA
3124 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3125 collecting with '{type} addr', where the addr expression is not an
3126 rvalue.
a0c78a73 3127
3dfcbbd2
KW
31282011-02-16 Ken Werner <ken.werner@de.ibm.com>
3129
3130 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
3131 a bool variable. Expect correct OpenCL names for vector types. Use the
3132 uc3 variable name instead of referring to the uchar3 built-in type.
3133 Escape the asterisk at the half pointer test.
3134
08807d5a
PA
31352011-02-16 Pedro Alves <pedro@codesourcery.com>
3136
f65d5553 3137 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
3138 (main): Initialize it before collecting, and and clear it
3139 afterwards.
f65d5553
PA
3140 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
3141 collecting overlapping memory ranges.
08807d5a 3142
60f98dde
MS
31432011-02-15 Michael Snyder <msnyder@vmware.com>
3144
3145 * gdb.base/default.exp: Add tests for thread commands.
3146 * gdb.base/help.exp: Add tests for thread commands.
3147 * gdb.threads/thread-find.exp: New test for thread find command.
3148
648cd113
KW
31492011-02-15 Ken Werner <ken.werner@de.ibm.com>
3150
3151 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
3152
494e194e
YQ
31532011-02-15 Yao Qi <yao@codesourcery.com>
3154
3155 PR tdep/12352
3156 * gdb.arch/arm-disp-step.S : New test for str instruction.
3157 * gdb.arch/arm-disp-step.exp : Likewise.
3158
d9492458
TJB
31592011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
3160
3161 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
3162 "vector_register2_vr" test strings. Test the extended floating
3163 point registers (F32~F63).
3164 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
3165 IBM XL C compiler. Make the test program use a register provided
3166 by the compiler for the lxvd2x instruction.
3167
8af8e3bc
PA
31682011-02-14 Pedro Alves <pedro@codesourcery.com>
3169
3170 * gdb.trace/unavailable.cc (class Base, class Middle, class
3171 Derived): New types.
3172 (derived_unavail, derived_partial, derived_whole): New globals.
3173 (virtual_partial): New global.
3174 (virtualp): Point at virtual_partial.
3175 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
3176 related to unavailable vptr.
3177
1b28d0b3
PA
31782011-02-14 Pedro Alves <pedro@codesourcery.com>
3179
3180 * gdb.trace/unavailable.cc (a, b, c): New globals.
3181 (main): Set and clear them.
3182 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
3183 `a' and `c', and check that `b' isn't collected, although `a' and
3184 `c' are.
3185
ec0a52e1
PA
31862011-02-14 Pedro Alves <pedro@codesourcery.com>
3187
3188 * gdb.trace/unavailable.cc (struct Virtual): New.
3189 (virtualp): New global pointer.
3190 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
3191 printing a pointer to an object whose type has a vtable, with
3192 print object on.
3193
24e6bcee
PA
31942011-02-14 Pedro Alves <pedro@codesourcery.com>
3195
3196 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
3197 value repeat handles unavailableness.
3198
39d37385
PA
31992011-02-14 Pedro Alves <pedro@codesourcery.com>
3200
3201 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
3202 tests for building arrays from unavailable values, subscripting
3203 non-memory rvalue unvailable arrays, and accessing fields or
3204 baseclasses of non-lazy unavailable values,
3205 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
3206 struct types.
3207 (g_smallstruct, g_smallstruct_b): New globals.
3208
06d72e16
PA
32092011-02-14 Pedro Alves <pedro@codesourcery.com>
3210
3211 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
3212
bc9a5551
JK
32132011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3214
3215 Fix const/volatile qualifiers of C++ types, PR c++/12328.
3216 * gdb.cp/overload-const.exp: New file.
3217 * gdb.cp/overload-const.cc: New file.
3218
54fcddd0
UW
32192011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3220
3221 * gdb.opencl/callfuncs.cl: New file.
3222 * gdb.opencl/callfuncs.exp: New test.
3223 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
3224
d6dafb7c
UW
32252011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
3226
3227 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
3228 when computing result.
3229 * gdb.arch/altivec-abi.exp: Update expected results.
3230
a449c2d8
TJB
32312011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
3232
3233 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
3234 * gdb.base/jit.exp: Likewise.
3235 * gdb.base/pie-execl.exp: Likewise.
3236 * gdb.base/solib-nodir.exp: Likewise.
3237 * gdb.base/solib-overlap.exp: Likewise.
3238
764880b7
PA
32392011-02-07 Pedro Alves <pedro@codesourcery.com>
3240
3241 * gdb.trace/collection.c (global_pieces): New.
3242 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
3243 New procedure.
3244 (gdb_trace_collection_test): Call it.
3245
505500db
SW
32462011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
3247
3248 * gdb.python/py-evthreads.c: New file.
3249 * gdb.python/py-evthreads.exp: New file.
3250 * gdb.python/py-events.py: New file.
3251 * gdb.python/py-events.exp: New file.
3252 * gdb.python/py-events.c: New file.
3253
385203ed
DD
32542011-02-04 David Daney <ddaney@caviumnetworks.com>
3255
3256 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
3257
9011945e
AB
32582011-02-03 Andrew Burgess <aburgess@broadcom.com>
3259
3260 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
3261 gdb.base/disasm-end-cu.exp: New test for disassembling over the
3262 boundary between two compilation units.
3263
580688f3
PA
32642011-02-02 Pedro Alves <pedro@codesourcery.com>
3265
3266 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
3267 (Virtual): New structs.
3268 (virtual_o, virtual_middle_b): New globals.
3269 * gdb.cp/virtbase.exp: New tests.
3270
d3f0f853
PP
32712011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
3272
3273 * gdb.base/jit.exp: New file.
3274 * gdb.base/jit-main.c: New file.
3275 * gdb.base/jit-solib.c: New file.
3276
b2030fb5
UW
32772011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
3278
3279 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
3280 proceed to initial kernel entry point.
3281 * gdb.opencl/datatypes.exp: Likewise.
3282 * gdb.opencl/operators.exp: Likewise.
3283 * gdb.opencl/vec_comps.exp: Likewise.
3284
2db19d1e
SW
32852011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
3286
3287 * gdb.cp/nsnested.cc: New.
3288 * gdb.cp/nsnested.exp: New.
3289 * gdb.cp/nsnoimports.exp: New.
3290 * gdb.cp/nsnoimports.cc: New.
3291
6b0c4c1f
JB
32922011-01-31 Joel Brobecker <brobecker@adacore.com>
3293
3294 * gdb.base/interact.exp: Add extra tests that verify that
3295 the value of the interactive-mode setting does not change
3296 after the script is sourced.
3297
80b23b6a
JK
32982011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 * gdb.cp/noparam.exp: New file.
3301 * gdb.cp/noparam.cc: New file.
3302
ffd5ec24
PA
33032011-01-28 Pedro Alves <pedro@codesourcery.com>
3304
3305 * gdb.trace/tfile.exp: Test that with no traceframe selected,
3306 there's no stack or registers.
3307
a81766d8
TT
33082011-01-26 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
3311 space before string output. Add test for "set print pretty off"
3312 case.
3313
585fdaa1
PA
33142011-01-25 Pedro Alves <pedro@codesourcery.com>
3315
3316 * gdb.base/frame-args.exp: Adjust.
3317 * gdb.dwarf2/dw2-noloc.exp: Adjust.
3318 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
3319 * gdb.dwarf2/pieces.exp: Adjust.
3320 * gdb.opt/clobbered-registers-O2.exp: Adjust.
3321 * gdb.opt/inline-locals.exp: Adjust.
3322 * gdb.threads/fork-child-threads.exp: Adjust.
3323
d468832a
KW
33242011-01-25 Ken Werner <ken.werner@de.ibm.com>
3325
3326 * gdb.opencl/convs_casts.cl: Move program scope variables into the
3327 OpenCL kernel function. Add a comment as marker. Add address space
3328 qualifiers for the remaining program scope variables.
3329 * gdb.opencl/datatypes.cl: Likewise.
3330 * gdb.opencl/operators.cl: Likewise.
3331 * gdb.opencl/vec_comps.cl: Likewise.
3332 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
3333 Add breakpoint at the marker comment.
3334 * gdb.opencl/datatypes.exp: Likewise.
3335 * gdb.opencl/operators.exp: Likewise.
3336 * gdb.opencl/vec_comps.exp: Likewise.
3337
490f124f
PA
33382011-01-24 Pedro Alves <pedro@codesourcery.com>
3339
3340 * gdb.base/printcmds.c (some_struct): New struct and instance.
3341 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
3342 procedure.
3343 <global scope>: Call it.
3344
6da78614
KW
33452011-01-21 Ken Werner <ken.werner@de.ibm.com>
3346
3347 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
3348 argument to the gdb_compile_opencl_hostapp call.
3349
ec64c9aa
YQ
33502011-01-19 Yao Qi <yao@codesourcery.com>
3351
3352 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
3353 positve list.
3354
810cfdbb
YQ
33552011-01-19 Yao Qi <yao@codesourcery.com>
3356
3357 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
3358 canonical form.
3359 Remove "xscale-*-*"
3360 * gdb.xml/tdesc-regs.exp: Likewise.
3361 * gdb.python/py-section-script.exp: Replace ARM target triplet
3362 with canonical form.
3363 Match arm*-*-symbianelf*.
3364 * gdb.base/dup-sect.exp: Likewise.
3365 * lib/dwarf.exp: New.
3366 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
3367 dwarf2_support.
3368 * gdb.dwarf2/dup-psym.exp: Likewise.
3369 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
3370 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3371 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
3372 * gdb.dwarf2/dw2-basic.exp: Likewise.
3373 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3374 * gdb.dwarf2/dw2-const.exp: Likewise.
3375 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
3376 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
3377 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3378 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
3379 * gdb.dwarf2/dw2-filename.exp: Likewise.
3380 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3381 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
3382 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3383 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3384 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
3385 * gdb.dwarf2/dw2-noloc.exp: Likewise.
3386 * gdb.dwarf2/dw2-op-call.exp: Likewise.
3387 * gdb.dwarf2/dw2-producer.exp: Likewise.
3388 * gdb.dwarf2/dw2-ranges.exp: Likewise.
3389 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
3390 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
3391 * gdb.dwarf2/dw2-strp.exp: Likewise.
3392 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
3393 * gdb.dwarf2/implptr.exp: Likewise.
3394 * gdb.dwarf2/mac-fileno.exp: Likewise.
3395 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
3396 * gdb.dwarf2/pieces.exp: Likewise.
3397 * gdb.dwarf2/pr11465.exp: Likewise.
3398 * gdb.dwarf2/valop.exp: Likewise.
3399 * gdb.dwarf2/watch-notconst.exp: Likewise.
3400 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
3401
4694da01
TT
34022011-01-19 Tom Tromey <tromey@redhat.com>
3403
3404 * gdb.python/py-infthread.exp: Add thread tests.
3405
b075872c
JB
34062011-01-14 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
3409
2c3e6e24
JB
34102011-01-14 Joel Brobecker <brobecker@adacore.com>
3411
3412 * gdb.ada/widewide: New testcase.
3413
de8fa76c
JB
34142011-01-13 Joel Brobecker <brobecker@adacore.com>
3415
3416 * gdb.base/interact.exp: New testcase.
3417
1b05df00
TT
34182011-01-12 Tom Tromey <tromey@redhat.com>
3419
3420 * gdb.mi/gdb2549.exp: Update for error message changes.
3421 * gdb.mi/mi-cli.exp: Likewise.
3422 * gdb.mi/mi-disassemble.exp: Likewise.
3423 * gdb.mi/mi-pthreads.exp: Likewise.
3424 * gdb.mi/mi-regs.exp: Likewise.
3425 * gdb.mi/mi-stack.exp: Likewise.
3426 * gdb.mi/mi-var-block.exp: Likewise.
3427 * gdb.mi/mi-var-cmd.exp: Likewise.
3428 * gdb.mi/mi2-cli.exp: Likewise.
3429 * gdb.mi/mi2-disassemble.exp: Likewise.
3430 * gdb.mi/mi2-pthreads.exp: Likewise.
3431 * gdb.mi/mi2-regs.exp: Likewise.
3432 * gdb.mi/mi2-stack.exp: Likewise.
3433 * gdb.mi/mi2-var-block.exp: Likewise.
3434 * gdb.mi/mi2-var-cmd.exp: Likewise.
3435
c2ff108b
JK
34362011-01-12 Andrew Burgess <aburgess@broadcom.com>
3437 Jan Kratochvil <jan.kratochvil@redhat.com>
3438
3439 PR fortran/11104 and DWARF unbound arrays detection.
3440 * gdb.fortran/multi-dim.exp: New file.
3441 * gdb.fortran/multi-dim.f90: New file.
3442
b716877b
AB
34432011-01-12 Andrew Burgess <aburgess@broadcom.com>
3444
3445 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
3446 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
3447 add new tests for opcode dumping.
3448
6c162d5e
TT
34492011-01-11 Tom Tromey <tromey@redhat.com>
3450
3451 * gdb.python/py-infthread.exp: Load gdb-python.exp.
3452
77b06cd7
TJB
34532010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
3454
3455 Convert hardware watchpoints to use breakpoint_ops.
3456 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
3457 type is not supported.
3458 * gdb.base/foll-fork.exp: Likewise.
3459 * gdb.base/foll-vfork.exp: Likewise.
3460
f39a75d0
PM
34612011-01-10 Phil Muldoon <pmuldoon@redhat.com>
3462
3463 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
3464 Use load_lib gdb-python.exp.
3465 * gdb.python/python.exp: Ditto.
3466 * gdb.python/py-function.exp: Ditto.
3467
fc529d80
AS
34682011-01-09 Andreas Schwab <schwab@linux-m68k.org>
3469
3470 * gdb.threads/tls.exp ("info address me"): Fix expected output.
3471
fb03cb59
JK
34722011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3473
3474 * configure: Regenerate.
3475
d8e22779
TT
34762011-01-06 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb.python/py-frame.exp: Test gdb.newest_frame.
3479
09050809
JB
34802011-01-06 Joel Brobecker <brobecker@adacore.com>
3481
fc529d80
AS
3482 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
3483 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
3484 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
3485 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
3486 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
3487 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
3488 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
3489 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
3490 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
3491 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
3492 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
3493 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
3494 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
3495 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
3496 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
3497 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
3498 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
3499 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
3500 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
3501 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
3502 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
3503 gdb.ada/uninitialized_vars.exp,
3504 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
3505 Simplify by using clean_restart.
09050809 3506
8ed5dd9e
JB
35072011-01-06 Joel Brobecker <brobecker@adacore.com>
3508
3509 Add marker to be used as anchor for inserting breakpoints.
3510 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
3511 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
3512 Likewise.
3513
3514 Remove uses of gdb_start_cmd.
3515 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
3516 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
3517
3518 Do not run testcase if testing with GDBserver.
3519 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
3520 if testing with GDBserver.
3521
368a124f
JB
35222011-01-06 Joel Brobecker <brobecker@adacore.com>
3523
3524 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
3525 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
3526 copyright header.
3527
44944448
JB
35282011-01-05 Joel Brobecker <brobecker@adacore.com>
3529
3530 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
3531 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
3532 testsuite/gdb.fortran/complex.f,
3533 testsuite/gdb.fortran/derived-type.f90,
3534 testsuite/gdb.fortran/library-module-lib.f90,
3535 testsuite/gdb.fortran/library-module-main.f90,
3536 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
3537 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
3538 Copyright year update.
3539
31886ea6
JB
35402011-01-05 Joel Brobecker <brobecker@adacore.com>
3541
3542 * gdb.base/langs1.f: Add copyright header.
3543
ebedcab5
JK
35442011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3545
3546 * gdb.base/morestack.exp: New file.
3547 * gdb.base/morestack.c: New file.
3548
de1eb2f9
JK
35492011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3550
3551 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
3552
9e87a409
JB
35532010-12-29 Joel Brobecker <brobecker@adacore.com>
3554
3555 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
3556 * gdb.ada/arrayptr.exp: Add test printing that new variable.
3557
720d1a40
JB
35582010-12-29 Joel Brobecker <brobecker@adacore.com>
3559
3560 * gdb.ada/lang_switch.exp: Correct expected parameter value.
3561
a283af87
AS
35622010-12-25 Andreas Schwab <schwab@linux-m68k.org>
3563
5d3d9cba
AS
3564 * gdb.threads/tls.exp: Fix typo.
3565
a283af87
AS
3566 * gdb.threads/thread-specific.exp (get_thread_list): Update.
3567 * gdb.threads/execl.exp: Update.
3568
2a20745c
YQ
35692010-12-23 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.arch/arm-disp-step.exp: New.
3572 * gdb.arch/arm-disp-step.S: New.
3573
a7658b96
TT
35742010-12-21 Tom Tromey <tromey@redhat.com>
3575
3576 * gdb.threads/execl.exp: Update.
3577 * gdb.threads/linux-dp.exp: Update.
3578 * gdb.threads/manythreads.exp: Update.
3579 * gdb.threads/tls.exp: Update.
3580
5b79abe7
TT
35812010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3582
3583 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
3584 (NextOverThrowDerivates) <resumebpt>: New.
3585 (resumebpt_test): New.
3586 (main): Call resumebpt_test.
3587 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
3588
0914bcdb
SS
35892010-12-12 Stan Shebs <stan@codesourcery.com>
3590
3591 * gdb.trace/tsv.exp: Test print command on trace state variables.
3592
305aeedc
TT
35932010-12-09 Tom Tromey <tromey@redhat.com>
3594
3595 * gdb.base/interp.exp: Add regression test.
3596
186c406b
TT
35972010-12-09 Tom Tromey <tromey@redhat.com>
3598
3599 * gdb.java/jnpe.java: New file.
3600 * gdb.java/jnpe.exp: New file.
3601 * gdb.cp/nextoverthrow.exp: New file.
3602 * gdb.cp/nextoverthrow.cc: New file.
3603
aae1c79a
DE
36042010-12-07 Doug Evans <dje@google.com>
3605
3606 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
3607 of data-directory.
3608 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
3609 updated.
3610 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
3611
60f98dde 36122010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
3613
3614 * gdb.base/callfuncs.exp: Test for skip_float_tests.
3615 * gdb.base/call-sc.exp: Ditto.
3616 * gdb.base/finish.exp: Ditto.
3617 * gdb.base/return.exp: Ditto.
3618 * gdb.base/return2.exp: Ditto.
3619
5fa290c1
DE
36202010-11-30 Doug Evans <dje@google.com>
3621
3622 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
3623 (gdb_expect_list): Fix spelling errors in comments.
3624 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
3625 send_gdb/gdb_expect_list where applicable.
3626 * gdb.base/call-ar-st.exp: Ditto.
3627 * gdb.base/funcargs.exp: Ditto.
3628 * gdb.base/gcore.exp: Ditto.
3629 * gdb.base/page.exp: Ditto.
3630 * gdb.base/sigaltstack.exp: Ditto.
3631 * gdb.base/siginfo.exp: Ditto.
3632 * gdb.base/sigstep.exp: Ditto.
3633 * gdb.base/trace-commands.exp: Ditto.
3634
4e04c971
DE
36352010-11-29 Doug Evans <dje@google.com>
3636
3637 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
3638 printer-name;subprinter-name.
3639
8cf6f0b1
TT
36402010-11-29 Tom Tromey <tromey@redhat.com>
3641
3642 * gdb.dwarf2/implptr.exp: New file.
3643 * gdb.dwarf2/implptr.c: New file.
3644 * gdb.dwarf2/implptr.S: New file.
3645
94b6973e
PM
36462010-11-29 Phil Muldoon <pmuldoon@redhat.com>
3647
fc529d80 3648 PR python/12199
94b6973e
PM
3649
3650 * gdb.python/py-breakpoint.exp: Test the delete method.
3651
8358c15c
JK
36522010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3653
3654 Fix step_resume_breakpoint unsaved during an infcall.
3655 * gdb.base/step-resume-infcall.exp: New file.
3656 * gdb.base/step-resume-infcall.c: New file.
3657
f6df29bc
TJB
36582010-11-24 Edjunior Machado <emachado@br.ibm.com>
3659
3660 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
3661
f2b5a5cf
TJB
36622010-11-24 Edjunior Machado <emachado@br.ibm.com>
3663
3664 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
3665 on ppc64's symbols; "finish" and "return" commands must accept to
3666 show the caller line again as well as the line after.
3667 * gdb.asm/powerpc64.inc: New file.
3668
6b0ecdc2
DE
36692010-11-23 Doug Evans <dje@google.com>
3670
3671 * lib/gdb.exp (gdb_test_sequence): New function.
3672 (gdb_expect_list): Add verbose -log call for each pattern.
3673 * gdb.base/signals.exp (test_handle_all_print): Call it.
3674 Reduce timeout increment from 6 minutes to 1 minute.
3675 * gdb.server/ext-run.exp: Call it.
3676
ea976c60
PM
36772010-11-23 Phil Muldoon <pmuldoon@redhat.com>
3678
f2b5a5cf 3679 PR python/12212
ea976c60
PM
3680
3681 * gdb.python/python.exp: Check that selected_thread raises an
3682 error when no inferior is loaded.
3683
c0efa795
JK
36842010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3685
3686 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
3687 * gdb.dwarf2/dw2-stack-boundary.S: New file.
3688
ec3aa567
JK
36892010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
3692 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
3693
d8249011
DE
36942010-11-18 Doug Evans <dje@google.com>
3695
3696 * gdb.server/ext-run.exp: Fix intermittent failures.
3697
d4eba7d1
NF
36982010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3699
3700 * gdb.stabs/gdb11479.exp: Use runto_main.
3701
b04c2f88
NF
37022010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3703
3704 * gdb.base/break-entry.exp: Skip if using a stub.
3705
ae9d7ce4
NF
37062010-11-12 Nathan Froyd <froydnj@codesourcery.com>
3707
3708 * gdb.python/py-inferior.exp: Pack values in target endianness.
3709
621c8364
TT
37102010-11-12 Tom Tromey <tromey@redhat.com>
3711
3712 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
3713 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
3714 MemoryError.
3715 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
3716 type.
3717 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
3718 MemoryError.
3719 (test_subscript_regression): Update exception type.
3720
84f4c1fe
PM
37212010-11-11 Phil Muldoon <pmuldoon@redhat.com>
3722
3723 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
3724 breakpoint tests.
3725
a1442452
PA
37262010-11-09 Pedro Alves <pedro@codesourcery.com>
3727
3728 * gdb.base/watchpoint.exp: Test "watch -location" with an
3729 innacessible location.
3730
efd11a33
JK
37312010-11-09 Edjunior Machado <emachado@br.ibm.com>
3732 Luis Machado <luisgpm@br.ibm.com>
3733
3734 * gdb.base/maint.exp: Expect "." prefix.
3735 * gdb.base/nodebug.exp: Expect "." Likewise.
3736 * gdb.base/sepsymtab.exp: Expect "." Likewise.
3737 * gdb.base/watchpoint-cond-gone.exp: Likewise.
3738 * gdb.base/watchpoint.exp: Expect a software watch to be created for
3739 POWER server processors.
3740
aa00efb5
JK
37412010-11-08 Edjunior Machado <emachado@br.ibm.com>
3742 Luis Machado <luisgpm@br.ibm.com>
3743
3744 * gdb.base/break-entry.exp: convert entry point for
3745 ppc64 and expect leading `.' on ppc64's symbols
3746
99e7ae30
DE
37472010-11-05 Doug Evans <dje@google.com>
3748
3749 * gdb.base/help.exp: Update expected output.
b521dba8
DE
3750 * gdb.python/py-param.exp: Delete, contents moved to ...
3751 * gdb.python/py-parameter.exp: ... here. New file.
3752 Add test for gdb.parameter ("directories").
99e7ae30 3753
f4b8a18d
KW
37542010-11-05 Ken Werner <ken.werner@de.ibm.com>
3755
3756 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
3757 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
3758 * configure: Regenerate.
3759 * gdb.opencl/Makefile.in: New File.
3760 * gdb.opencl/datatypes.exp: Likewise.
3761 * gdb.opencl/datatypes.cl: Likewise.
3762 * gdb.opencl/operators.exp: Likewise.
3763 * gdb.opencl/operators.cl: Likewise.
3764 * gdb.opencl/vec_comps.exp: Likewise.
3765 * gdb.opencl/vec_comps.cl: Likewise.
3766 * gdb.opencl/convs_casts.exp: Likewise.
3767 * gdb.opencl/convs_casts.cl: Likewise.
3768 * lib/opencl.exp: Likewise.
3769 * lib/opencl_hostapp.c: Likewise.
3770 * lib/opencl_kernel.cl: Likewise.
3771 * lib/cl_util.c: Likewise.
3772 * lib/cl_util.c: Likewise.
3773 * gdb.base/default.exp (set language): Add "opencl" to the list of
3774 languages.
3775
a9d5ef47
SW
37762010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
3777
3778 * gdb.cp/overload.exp: Added test for inheritance overload.
3779 * gdb.cp/overload.cc: Ditto.
3780 * gdb.cp/oranking.exp: Removed releveant kfails.
3781
03eb1c79
JK
37822010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3783 Joel Brobecker <brobecker@adacore.com>
3784
3785 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
3786 check test_compiler_info.
3787
dbc98a8b
KW
37882010-11-03 Ken Werner <ken.werner@de.ibm.com>
3789
3790 * gdb.base/gnu_vector.exp: Adjust expect messages.
3791
120bd360
KW
37922010-11-03 Ken Werner <ken.werner@de.ibm.com>
3793
3794 * gdb.base/gnu_vector.exp: Add unary operator tests.
3795
c37f7098
KW
37962010-11-03 Ken Werner <ken.werner@de.ibm.com>
3797
3798 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
3799
7b51bc51
DE
38002010-11-02 Doug Evans <dje@google.com>
3801
3802 * gdb.python/py-pp-maint.c: New file.
3803 * gdb.python/py-pp-maint.exp: New file.
3804 * gdb.python/py-pp-maint.py: New file.
3805
50c97f38
TT
38062010-11-02 Tom Tromey <tromey@redhat.com>
3807
3808 * gdb.base/default.exp: Remove "scheme" from language list.
3809
a289b8f6
JK
38102010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3811
3812 Revert:
3813 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3814 * gdb.threads/sigstep-threads.exp: New file.
3815 * gdb.threads/sigstep-threads.c: New file.
3816
cd017491
MS
38172010-10-20 Michael Snyder <msnyder@vmware.com>
3818
3819 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
3820
8e6a5956
UW
38212010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3822
3823 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
3824 Skip test completely if gdb,no_hardware_watchpoints.
3825
2c04da0d
UW
38262010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
3827
3828 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
3829 strict, but do not check for any particular function name within libc.
3830
79afc5ef
SW
38312010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3832
3833 * gdb.cp/smartp.exp: New test.
3834 * gdb.cp/smartp.cc : New test.
3835
026ffab7
SW
38362010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
3837
3838 * gdb.cp/converts.exp: Test pointer to bool conversion.
3839 Test pointer to long conversion.
3840 * gdb.cp/oranking.exp: Removed relevant kfail.
3841
3a772aa4
TT
38422010-10-18 Tom Tromey <tromey@redhat.com>
3843
3844 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
3845 argument to lazy_string.
3846 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
3847 (pp_ls.to_string): Use it.
3848 * gdb.python/py-prettyprint.c (main): Move declarations to top.
3849 Add "estring2" local.
3850
5fc3827b
JK
38512010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3852
3853 Fix s390x compatibility.
3854 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
3855 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
3856
8aeb23f3
JK
38572010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3858
3859 * gdb.threads/sigstep-threads.exp: New file.
3860 * gdb.threads/sigstep-threads.c: New file.
3861
c1e56572
JK
38622010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 * gdb.base/pie-execl.exp: New file.
3865 * gdb.base/pie-execl.c: New file.
3866
92163a10
JK
38672010-10-13 Doug Evans <dje@google.com>
3868 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 PR exp/12117
3871 * gdb.cp/ptype-cv-cp.cc: New file.
3872 * gdb.cp/ptype-cv-cp.exp: New file.
3873
7062b0a0
SW
38742010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
3875
3876 * gdb.cp/converts.cc: New test program.
3877 * gdb.cp/converts.exp: New test.
3878 * gdb.cp/overload.exp: Added test for void* vs int*.
3879 * gdb.cp/overload.exp: Ditto.
3880 * gdb.cp/oranking.exp: Removed related kfail.
3881
0e3509db
DE
38822010-10-13 Doug Evans <dje@google.com>
3883
3884 * lib/gdb-python.exp (gdb_check_python_config): New function.
3885 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
3886 * gdb.python/lib-types.cc: New file.
3887 * gdb.python/lib-types.exp: New file.
3888
8dc78533
JK
38892010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 * gdb.python/py-error.exp: New file.
3892 * gdb.python/py-error.py: New file.
3893
93c17e06
JK
38942010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3895
3896 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
3897 gdb_test_multiple.
3898
d8b34041
JK
38992010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3900
3901 * gdb.base/break-interp.exp: Use ldlags for linking flags.
3902 * gdb.base/prelink.exp: Likewise.
3903 * gdb.base/solib-nodir.exp: Likewise.
3904 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
3905 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
3906 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
3907
e0cc584e
UW
39082010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
3909
3910 * break-interp.exp (test_ld): Use two separate gdb_expect statements
3911 for the "info files" test to avoid timeouts on slow machines.
3912
cfc353b1
JK
39132010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3914
3915 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
3916 (main): Make openlib dummy call.
3917
d3d7896d
JK
39182010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3919
3920 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
3921 * break-interp.exp (reach): Move the core body ...
3922 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
3923 (test_ld): Provide always real argument, even to the linker. Replace
3924 dl_main by _dl_debug_state.
3925
5e533c94
JK
39262010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3927
3928 Fix results of prelinked PIEs on ppc*.
3929 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
3930 Accept also DISPLACEMENT "PRESENT".
3931 (main): Replace "ZERO" displacements by "PRESENT".
3932
33540610
SW
39332010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
3934
3935 * gdb.cp/oranking.exp: New test.
3936 * gdb.cp/oranking.cc: New test program.
3937
3bdf2bbd
KW
39382010-10-08 Ken Werner <ken.werner@de.ibm.com>
3939
3940 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
3941 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
3942
2f608a3a
KW
39432010-10-06 Ken Werner <ken.werner@de.ibm.com>
3944
3945 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
3946 lush, lynx) New constant.
3947 * gdb.base/constvars.exp: Test const array types.
3948 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
3949
aa2e2d8d
DE
39502010-10-06 Doug Evans <dje@google.com>
3951
3952 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
3953 of syscall staging area.
3954
2844d6b5
KW
39552010-10-06 Ken Werner <ken.werner@de.ibm.com>
3956
3957 * gdb.base/gnu_vector.c: Add variable c4.
3958 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
3959 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
3960
7d8ac8bb
MR
39612010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
3962
3963 * gdb.arch/altivec-abi.exp: Fix a typo.
3964
84a02e58
MR
39652010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
3966
3967 * lib/mi-support.exp (thread_selected_re): Correct pattern used
3968 to match a thread ID.
3969
b18e6318
JK
39702010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3971
3972 Fix s390x testcase compatibility.
3973 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
3974
a2c09bd0
DE
39752010-10-01 Doug Evans <dje@google.com>
3976
3977 * lib/gdb-python.exp: New file.
3978 * gdb.python/py-block.exp: Use it.
3979 * gdb.python/py-breakpoint.exp: Ditto.
3980 * gdb.python/py-frame.exp: Ditto.
3981 * gdb.python/py-inferior.exp: Ditto.
3982 * gdb.python/py-param.exp: Ditto.
3983 * gdb.python/py-prettyprint.exp: Ditto.
3984 * gdb.python/py-shared.exp: Ditto.
3985 * gdb.python/py-symbol.exp: Ditto.
3986 * gdb.python/py-symtab.exp: Ditto.
3987 * gdb.python/py-type.exp: Ditto.
3988 * gdb.python/py-value.exp: Ditto.
3989 * gdb.python/python.exp: Ditto.
3990
38f12cfc
TT
39912010-09-30 Tom Tromey <tromey@redhat.com>
3992
3993 * gdb.base/anon.exp: New file.
3994 * gdb.base/anon.c: New file.
3995
9ae8282d
TT
39962010-09-30 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.base/completion.exp: Test completion through anonymous
3999 union.
4000 * gdb.base/break1.c (struct some_struct): Add anonymous union.
4001
e9e07ba6
JK
40022010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4003
4004 Fix printing parameters of inlined functions.
4005 * gdb.dwarf2/dw2-inline-param.exp: New file.
4006 * gdb.dwarf2/dw2-inline-param-main.c: New file.
4007 * gdb.dwarf2/dw2-inline-param.S: New file.
4008
cd2effb2
JK
40092010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4010
4011 PR corefiles/12071.
4012 * gdb.base/corefile.exp (quit with a process, no question: load core)
4013 (quit with a core file): New tests.
4014
bceffbf3
JK
40152010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4016
4017 Fix GDB crash on inferior calls with self-referencing classes.
4018 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
4019 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
4020 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
4021
1736ad11
JK
40222010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 Fix lost siginfo_t for inferior calls.
4025 * gdb.base/siginfo-infcall.exp: New file.
4026 * gdb.base/siginfo-infcall.c: New file.
4027
a176ad92
JB
40282010-09-22 Joel Brobecker <brobecker@adacore.com>
4029
4030 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
4031
c2b0a229
JK
40322010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4033
4034 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
4035 New test.
4036 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
4037
e8ae22d1
JB
40382010-09-22 Joel Brobecker <brobecker@adacore.com>
4039
4040 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
4041 type of our const type.
4042
ec322823
SW
40432010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
4044
4045 * gdb.cp/pr12028.cc: New.
4046 * gdb.cp/pr12028.exp: New.
4047
72929c62
JB
40482010-09-22 Joel Brobecker <brobecker@adacore.com>
4049
4050 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
4051
875b4ff5 40522010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 4053 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
4054
4055 PR mi/11407
4056 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
4057 * gdb.mi/dw2-ref-missing-frame-main.c New File.
4058 * gdb.mi/dw2-ref-missing-frame.S New File.
4059 * gdb.mi/dw2-ref-missing-frame.exp New File.
4060
7155d578
TT
40612010-09-14 Tom Tromey <tromey@redhat.com>
4062
4063 PR symtab/8399:
4064 * gdb.threads/tls.exp: Remove kfail. Update expected output.
4065
515ed532
TT
40662010-09-14 Tom Tromey <tromey@redhat.com>
4067
4068 PR exp/11803:
4069 * gdb.threads/tls.exp: Use C++.
4070 (check_thread_local): Use K::another_thread_local.
4071 * gdb.threads/tls.c (class K): New.
4072 (another_thread_local): Now a member of K.
4073 (spin): Update. No longer K&R C.
4074
450ca57c
SW
40752010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4076
4077 * gdb.cp/koenig.cc: created class for testing member lookup.
4078 * gdb.cp/koenig.exp: Added test for member lookup.
4079
dbd492a3
JK
40802010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 Fix false FAILs on sourcetree topdir directory containing "kill".
4083 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
4084 source line matching regexp.
4085
8d4d924b
JK
40862010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4087
4088 * gdb.python/python.exp (set height 0, collect help from uiout)
4089 (verify help to uiout): New tests.
4090
8e64f2a0
JK
40912010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4092
4093 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
4094 is_lp64_target to check 64bit target.
4095
4569eed2
JK
40962010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4097
4098 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
4099 (test_ld) <powerpc64-*>: New.
4100
5e1617b1
DJ
41012010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4102
4103 * gdb.cp/templates.exp (test_template_args): Allow "struct".
4104
c767944b
DJ
41052010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
4106
4107 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
4108 (FunctionArg::method): New function.
4109 (empty, arg): New variables.
4110 (main): Call arg.method.
4111 * gdb.cp/templates.exp (test_template_args): New function.
4112 (do_tests): Call it.
4113
27d3a3fc
UW
41142010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4115
4116 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
4117 of "next" to proceed over pthread_exit call.
4118
55b7ce7f
UW
41192010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
4120
4121 * gdb.base/maint.exp: Avoid wildcards against potentially very long
4122 "maint print statistics" output to prevent expect timeouts.
4123
809df446
JK
41242010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4125
4126 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
4127 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4128 (test_float_rejected): ... here.
4129 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
4130 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4131 (test_float_rejected): ... here.
4132 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
4133 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4134 (test_float_rejected): ... here.
4135 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
4136 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
4137 (test_float_rejected): ... here.
4138
8464be76
DJ
41392010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
4140
4141 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
4142 before disabling hardware watchpoints.
4143 (test_inaccessible_watchpoint): Check that hardware watchpoints
4144 are used. Test for watchpoints on a constant address.
4145
14dba4b4
JK
41462010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 * gdb.base/ui-redirect.exp: New file.
4149
3f3540e1 41502010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 4151 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
4152
4153 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
4154
0f254bb7
DE
41552010-08-31 Doug Evans <dje@google.com>
4156
4157 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
4158
03f17ccf
TT
41592010-08-30 Tom Tromey <tromey@redhat.com>
4160
4161 PR python/11792:
4162 * gdb.python/py-value.exp (test_subscript_regression): Add
4163 dynamic_type test.
4164
640617ad
DJ
41652010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
4166
4167 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
4168 instead of running to main. Do not test the main function.
4169 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
4170 Add new main.
4171
2ed91d1b
PA
41722010-08-26 Pedro Alves <pedro@codesourcery.com>
4173
4174 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
4175 one test.
4176
673bfd45
DE
41772010-08-24 Doug Evans <dje@google.com>
4178
4179 PR symtab/11942
4180 * gdb.dwarf2/dw4-sig-types.cc: New file.
4181 * gdb.dwarf2/dw4-sig-types.h: New file.
4182 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
4183 * gdb.dwarf2/dw4-sig-types.exp: New file.
4184
f9ffd4bb
TT
41852010-08-23 Tom Tromey <tromey@redhat.com>
4186
4187 PR python/11145:
4188 * gdb.python/py-value.c (Base, Derived): New types.
4189 (base): New global.
4190 * gdb.python/py-value.exp (test_subscript_regression): Add
4191 dynamic_cast test.
4192
d839c8a4
TT
41932010-08-23 Tom Tromey <tromey@redhat.com>
4194
4195 PR python/10676:
4196 * gdb.python/py-type.exp (test_fields): Add tests for type
4197 equality.
4198
702c2711
TT
41992010-08-23 Tom Tromey <tromey@redhat.com>
4200
4201 PR python/11915:
4202 * gdb.python/py-type.exp (test_fields): Add tests for array.
4203
832bafd3
KS
42042010-08-23 Keith Seitz <keiths@redhat.com>
4205
4206 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
4207 have any children. Create a new abbrev for it.
4208 Add missing terminal sequence to .debug_abbrev.
4209
c37bf528
KS
42102010-08-20 Keith Seitz <keiths@redhat.com>
4211
4212 PR symtab/11465:
4213 * gdb.dwarf2/pr11465.exp: New test.
4214 * gdb.dwarf2/pr11465.S: New file.
4215 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
4216 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
4217
4572cbac
TJB
42182010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
4219
4220 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
4221 registers. Update data sets with the new v2_double element in the
4222 VSX register union. Add vector_register3_vr data set for the AltiVec
4223 registers. Use gdb_test_no_output instead of send_gdb.
4224
e7fbb131
PA
42252010-08-19 Pedro Alves <pedro@codesourcery.com>
4226
4227 * gdb.python/py-shared.exp: New file, factored out from
4228 python.exp.
4229 * gdb.python/py-shared.c: New file.
4230 * gdb.python/py-shared-sl.c: New file.
4231 * gdb.python/python-1.c: New file.
4232 * gdb.python/python-sl.c: Delete.
4233 * gdb.python/python.c: Mention python-1.c.
4234 * gdb.python/python.exp: Move shared library tests to
4235 py-shared.exp.
4236 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
4237 (MISCELLANEOUS): New.
4238 (clean mostlyclean): Also remove $MISCELLANEOUS.
4239
d30f5e1f
DE
42402010-08-19 Doug Evans <dje@google.com>
4241
4242 PR exp/11926
4243 * gdb.base/printcmds.exp (test_float_accepted): New function.
4244 Move existing float tests there. Add tests for floats with suffixes.
4245 (test_float_rejected): New function.
4246 * gdb.java/jv-print.exp (test_float_accepted): New function.
4247 (test_float_rejected): New function.
4248 * gdb.objc/print.exp: New file.
4249 * gdb.pascal/print.exp: New file.
4250 * lib/objc.exp: New file.
4251
7b3fd859
PM
42522010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
4253
4254 * gdb.base/default.exp (info set): Avoid full buffer error and force
4255 reading up to final gdb prompt.
4256 (show): Likewise.
4257
c92817ce
TT
42582010-08-18 Tom Tromey <tromey@redhat.com>
4259
4260 PR symtab/11919:
4261 * gdb.base/completion.exp: Add test.
4262
f1208f9e
DE
42632010-08-18 Doug Evans <dje@google.com>
4264
4265 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
4266 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
4267 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
4268 Simplify, early exit if runto_main fails.
4269 * gdb.fortran/exprs.exp: load_lib fortran.exp.
4270 (set_lang_fortran): Moved to lib/fortran.exp.
4271 * gdb.fortran/types.exp: load_lib fortran.exp.
4272 (set_lang_fortran): Moved to lib/fortran.exp.
4273 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
4274 * gdb.java/jprint.exp (set_lang_java): Ditto.
4275 * gdb.java/jv-exp.exp: load_lib java.exp.
4276 If set_lang_java fails, issue a warning instead of failure to be
4277 consistent with other set_lang_foo uses.
4278 (set_lang_java): Moved to lib/java.exp.
4279 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
4280 If set_lang_java fails, issue a warning instead of failure to be
4281 consistent with other set_lang_foo uses.
4282 * gdb.pascal/types.exp: load_lib pascal.exp.
4283 (set_lang_pascal): Moved to lib/pascal.exp.
4284 * lib/fortran.exp: New file.
4285 * lib/java.exp (set_lang_java): New function.
4286 * lib/pascal.exp (set_lang_pascal): New function.
4287
2f06b485
YQ
42882010-08-18 Yao Qi <yao@codesourcery.com
4289
4290 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
4291 func_nofb_start and func_loopfb_start, so that address of functions
4292 is equal to these labels on Thumb.
4293
96e25403
YQ
42942010-08-18 Yao Qi <yao@codesourcery.com>
4295
4296 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
4297 to reflect latest c source file.
4298
36e6adc4
JK
42992010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4300
4301 * gdb.cp/infcall-dlopen.exp: New file.
4302 * gdb.cp/infcall-dlopen.cc: New file.
4303 * gdb.cp/infcall-dlopen-lib.cc: New file.
4304
f431efe5
PA
43052010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4306 Pedro Alves <pedro@codesourcery.com>
4307
4308 PR breakpoints/11371
4309
4310 * gdb.base/watch-cond-infcall.exp: New file.
4311 * gdb.base/watch-cond-infcall.c: New file.
4312
06a64a0b
TT
43132010-08-16 Tom Tromey <tromey@redhat.com>
4314
4315 * gdb.base/help.exp: Update.
4316 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
4317 watchpoint.
4318 (test_watch_location): New proc.
4319 (test_watchpoint_in_big_blob): Delete watchpoint.
4320 * gdb.base/watchpoint.c (func5): New function.
4321 (main): Call it.
4322
70ebf4ed
DE
43232010-08-16 Doug Evans <dje@google.com>
4324
4325 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
4326
ca5c20b6
PM
43272010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4328
4329 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
4330 tests.
4331
7346b668
KW
43322010-08-11 Ken Werner <ken.werner@de.ibm.com>
4333
4334 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
4335 * gdb.base/gnu_vector.c: New File.
4336 * gdb.base/gnu_vector.exp: Likewise.
4337
cb2e07a6
PM
43382010-08-11 Phil Muldoon <pmuldoon@redhat.com>
4339
4340 * gdb.python/python.c: New File.
4341 * gdb.python/python-sl.c: New File.
4342 * gdb.python/python.exp: Test solib_address and decode_line
4343 * functions.
4344
5da1313b
JK
43452010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4346
4347 * gdb.python/python.exp (show height, set height 10)
4348 (verify pagination beforehand, verify pagination beforehand: q)
4349 (gdb.execute does not page, verify pagination afterwards)
4350 (verify pagination afterwards: q): New.
4351
49c3ccf7
DE
43522010-08-02 Doug Evans <dje@google.com>
4353
4354 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
4355 because of an older gcc, change test2
4356 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
4357 to unsupported.
4358
42c0c4f1
KH
43592010-07-30 Kazu Hirata <kazu@codesourcery.com>
4360
4361 * gdb.base/break-always.exp: Do not expect full paths to file
4362 names.
4363 * gdb.base/commands.exp: Likewise.
4364
d3765805
DE
43652010-07-30 Doug Evans <dje@google.com>
4366
c98ee71b
DE
4367 * gdb.cp/temargs.exp: For new tests that require newer gccs,
4368 xfail them when run with older gccs.
4369
fd961404
DE
4370 * lib/gdb.exp (build_executable): Forward "c++" option to
4371 get_compiler_info.
4372
999adef4
DE
4373 * gdb.python/py-type.exp (test_template): Mark as xfail tests
4374 "python print ttype.template_argument(1)" and
4375 "python print isinstance(ttype.template_argument(1), gdb.Value)"
4376 if using gcc 4.4 or earlier.
4377
d3765805
DE
4378 * gdb.base/valgrind-db-attach.exp: Use unique test name for
4379 attach-to-debugger handling.
4380
1276c759
JK
43812010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
4384 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
4385 (main): Use copyreloc.
4386 * gdb.base/prelink.exp (split debug of executable)
4387 (.dynbss vs. .bss address shift): New tests.
4388
88caa9b9
PA
43892010-07-29 Pedro Alves <pedro@codesourcery.com>
4390
4391 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
4392 in gdb_test_multiple.
4393
c6f2ac43
PA
43942010-07-29 Pedro Alves <pedro@codesourcery.com>
4395
4396 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
4397 environment.
4398
326fd672
TT
43992010-07-28 Tom Tromey <tromey@redhat.com>
4400
4401 PR python/11060:
4402 * gdb.python/py-type.c (Temargs): New template.
4403 (temvar): New variable.
4404 * gdb.python/py-type.exp (test_template): New proc.
4405
3ce3b1ba
PA
44062010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4407
4408 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
4409 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
4410
34eaf542
TT
44112010-07-28 Tom Tromey <tromey@redhat.com>
4412
4413 PR c++/9946:
4414 * gdb.cp/temargs.exp: New file.
4415 * gdb.cp/temargs.cc: New file.
4416
d41b819e
JK
44172010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4418
4419 * gdb.base/help.exp (help disassemble): Update the content.
4420
26ab7092
JK
44212010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4422
4423 * gdb.threads/ia64-sigill.exp: New file.
4424 * gdb.threads/ia64-sigill.c: New file.
4425
5283e9e1
TT
44262010-07-27 Tom Tromey <tromey@redhat.com>
4427
4428 * gdb.opt/inline-cmds.c (ATTR): New define.
4429 (func1): Use it.
4430 (func2): Likewise.
4431 (func3): Likewise.
4432 (outer_inline1): Likewise.
4433 (outer_inline2): Likewise.
4434 * gdb.opt/inline-bt.c (ATTR): New define.
4435 (func1): Use it.
4436 (func2): Likewise.
4437 * gdb.opt/inline-locals.c (ATTR): New define.
4438 (func1): Use it.
4439 (func2): Likewise.
4440
e992ef73
TT
44412010-07-27 Tom Tromey <tromey@redhat.com>
4442
4443 * gdb.stabs/gdb11479.c (hack): New function.
4444 (test): Use it.
4445 (test2): Use it.
4446 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
4447 (int32_search_buf, int64_search_buf): No longer static.
4448 (x): Remove.
4449 * gdb.base/relocate.c (hack): New function.
4450
5374244e
PM
44512010-07-27 Phil Muldoon <pmuldoon@redhat.com>
4452
4453 * gdb.python/py-value.exp (test_inferior_function_call): New function.
4454 * gdb.python/py-value.c (func1): New function.
4455 (func2): Likewise.
4456
a99aee83
CV
44572010-07-26 Corinna Vinschen <vinschen@redhat.com>
4458
4459 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
4460 as not to clash with .data section.
4461
a04ba985
JG
44622010-07-26 Jerome Guitton <guitton@adacore.com>
4463
4464 * gdb.base/code_elim.exp: New file.
4465 * gdb.base/code_elim1.c: New file.
4466 * gdb.base/code_elim2.c: New file.
4467
23bd0f7c
PA
44682010-07-21 Pedro Alves <pedro@codesourcery.com>
4469
4470 PR symtab/11827
4471
4472 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
4473 (some_volatile_enum): New variable.
4474 * gdb.base/printcmds.exp (test_print_enums): New.
4475 <top level>: Call it.
4476
883df6dd
SW
44772010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
4478
4479 * gdb.cp/fpointer.cc: New test.
4480 * gdb.cp/fpointer.exp: New test.
4481
569b05a5
JK
44822010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4483
4484 * gdb.base/solib-nodir.exp: New file.
4485 * lib/gdb.exp (runto): New case for a GDB internal error.
4486
51d7d803
JK
44872010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4488 Ulrich Weigand <uweigand@de.ibm.com>
4489 Tom Tromey <tromey@redhat.com>
4490
4491 * gdb.base/charset-malloc.c: New file.
4492 * gdb.base/charset.c (malloc_stub): New prototype.
4493 (main): Call it instead of malloc itself.
4494 * gdb.base/charset.exp: Use only prepare_for_testing.
4495 (binfile): Remove the variable.
4496
c0edd9ed
JK
44972010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4498
4499 Make core files the process_stratum.
4500 * gdb.base/corefile.exp (run: load core again)
4501 (run: sanity check we see the core file, run: with core)
4502 (run: core file is cleared, attach: load core again)
4503 (attach: sanity check we see the core file, attach: with core)
4504 (attach: core file is cleared): New tests.
4505 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
4506
3cbaedff
KW
45072010-07-14 Ken Werner <ken.werner@de.ibm.com>
4508
4509 * gdb.arch/altivec-abi.exp: New tests.
4510
91158a56
TT
45112010-07-13 Tom Tromey <tromey@redhat.com>
4512
4513 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
4514 (main): Use it.
4515 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
4516
0f5238ed
TT
45172010-07-13 Tom Tromey <tromey@redhat.com>
4518
4519 * gdb.base/label.exp: New file.
4520 * gdb.base/label.c: New file.
4521
add265ae
L
45222010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
4523 H.J. Lu <hongjiu.lu@intel.com>
4524
4525 * lib/gdb.exp (is_ilp32_target): New.
4526 (is_lp64_target): Likewise.
4527
4528 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
4529 target.
4530 * gdb.arch/amd64-disp-step.exp: Likewise.
4531 * gdb.arch/amd64-dword.exp: Likewise.
4532 * gdb.arch/amd64-i386-address.exp: Likewise.
4533 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 4534
add265ae
L
4535 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
4536 target.
4537 * gdb.arch/i386-bp_permanent.exp: Likewise.
4538 * gdb.arch/i386-byte.exp: Likewise.
4539 * gdb.arch/i386-disp-step.exp: Likewise.
4540 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4541 * gdb.arch/i386-prologue.exp: Likewise.
4542 * gdb.arch/i386-size-overlap.exp: Likewise.
4543 * gdb.arch/i386-size.exp: Likewise.
4544 * gdb.arch/i386-sse.exp: Likewise.
4545 * gdb.arch/i386-unwind.exp: Likewise.
4546 * gdb.arch/i386-word.exp: Likewise.
4547
4548 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
4549 test only when building 64-bit executables. Do not hard-code
4550 -m64 option.
4551
2dfb8c17
DE
45522010-07-07 Doug Evans <dje@google.com>
4553
4554 * lib/gdb.exp (gdb_test_list_exact): New function.
4555 * gdb.base/default.exp (show convenience): Call it, add tests for
4556 $_sdata = void, $_thread = 0.
4557
4e5799b6
JK
45582010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4559 Joel Brobecker <brobecker@adacore.com>
4560
4561 Fix re-run of PIE executable, PR shlibs/11776.
4562 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
4563 Remove $displacement_main to match the solib-svr4.c change. New "kill"
4564 and re-"run" of the inferior.
4565
1a219cc7
JK
45662010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4567 Joel Brobecker <brobecker@adacore.com>
4568
4569 Cope with missing /usr/sbin/prelink.
4570 * lib/prelink-support.exp (prelink_no):
4571 <result == 1 && $output is "no such file or directory">: New.
4572 (prelink_yes): Likewise. Return on failed prelink_no.
4573
5e3b36f8
JK
45742010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4575 Joel Brobecker <brobecker@adacore.com>
4576
4577 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
4578 build_executable by build_executable_own_libs. Replace "prelink -R"
4579 execution by a call of prelink_yes. Comment why "prelink -r" needs no
4580 change.
4581 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
4582 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
4583 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
4584 Replace build_executable by build_executable_own_libs's function
4585 build_executable_own_libs.
4586 (prelinkNO): Create new stub to call prelink_no.
4587 (prelinkYES): Create new stub to call prelink_yes.
4588 (test_attach): Rename calls of copy to file_copy.
4589 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
4590 (copy): Move to ...
4591 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
4592 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
4593 * gdb.base/prelink.exp: Disable testcase also for is_remote and
4594 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
4595 special flags by gdb_compile_shlib. Replace second gdb_compile by
4596 build_executable_own_libs. Replace "prelink -R" execution by a call of
4597 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
4598 a second call of prelink_yes. Replace restart commands by
4599 clean_restart.
4600 (prelink): Rename to ...
4601 (seen displacement message): ... this test. Extend its expectation
4602 strictness.
4603
86e4bafc
JK
46042010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4605
4606 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
4607 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
4608 displacement message exactly once.
4609
3cd07d20
JK
46102010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4611 Joel Brobecker <brobecker@adacore.com>
4612
4613 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
4614 its restore after the <$relink_args != ""> loop. new comment.
4615
0a1e94c7
JK
46162010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4617 Joel Brobecker <brobecker@adacore.com>
4618
4619 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
4620 code for it. New variable relink_args.
4621 (prelinkYES): Call prelinkNO.
4622 (test_attach): Accept new parameter relink_args. Re-prelink the binary
4623 in such case. Move the core code to ...
4624 (test_attach_gdb): ... a new function. Send GDB command "file".
4625 Extend expected "Attaching to " string.
4626
2f70bcfb
TT
46272010-07-02 Tom Tromey <tromey@redhat.com>
4628
4629 * gdb.base/bitops.exp: Remove extraneous "pass".
4630
a17ac5b0
TT
46312010-07-02 Ken Werner <ken.werner@de.ibm.com>
4632
4633 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
4634
dc10affe
PA
46352010-07-01 Pedro Alves <pedro@codesourcery.com>
4636
d41c0fc8
PA
4637 * gdb.base/help.exp: Adjust expected output.
4638
46392010-07-01 Pedro Alves <pedro@codesourcery.com>
4640
4641 * gdb.base/help.exp: Adjust expected output.
dc10affe 4642
0a600c36
JK
46432010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4644
4645 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
4646 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
4647 c++/11702.
4648
37cc8bfe
JK
46492010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4650 Doug Evans <dje@google.com>
4651
4652 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
4653 add .dynamic entry'.
4654
254e6b9e
DE
46552010-06-29 Doug Evans <dje@google.com>
4656
4657 Test PR c++/11702.
4658 * gdb.cp/m-static.exp: Add testcase.
4659 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
4660
595939de 46612010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
4662 Tom Tromey <tromey@redhat.com>
4663 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
4664
4665 * gdb.python/py-inferior.c: New File.
4666 * gdb.python/py-infthread.c: New File.
4667 * gdb.python/py-inferior.exp: New File.
4668 * gdb.python/py-infthread.exp: New File.
4669
98751a41
JK
46702010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4671
4672 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
4673 (ptype ::C::OtherFileClass typedefs): New.
4674 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
4675 (C::OtherFileClass::cOtherFileClassVar2): New.
4676 (C::OtherFileClass::cOtherFileClassVar_use): Use also
4677 cOtherFileClassVar2.
4678 (C::cOtherFileType2, C::cOtherFileVar2): New.
4679 (C::cOtherFileVar_use): use also cOtherFileVar2.
4680 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
4681
41f62f39
JK
46822010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4683
4684 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
4685 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
4686 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
4687 (print ::C::cOtherFileVar)
4688 (whatis C::OtherFileClass::cOtherFileClassType)
4689 (whatis ::C::OtherFileClass::cOtherFileClassType)
4690 (print C::OtherFileClass::cOtherFileClassVar)
4691 (print ::cOtherFileClassVar)
4692 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
4693 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
4694 trailing content.
4695 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
4696 (C::OtherFileClass::cOtherFileClassVar)
4697 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
4698 (C::cOtherFileVar, C::cOtherFileVar_use): New.
4699
af53d231
JK
47002010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 Test PR c++/11703 and PR gdb/1448.
4703 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
4704 gdb/1448.
4705
9655fd1a
JK
47062010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4707
4708 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
4709 (main) <rtti_data>: New.
4710 * gdb.cp/virtbase.exp (print rtti_data): New.
4711
824cc8dd
JK
47122010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4713 Joel Brobecker <brobecker@adacore.com>
4714
4715 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
4716
6036c742
JK
47172010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4718
4719 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
4720
de6a0421
DE
47212010-06-28 Doug Evans <dje@google.com>
4722
4723 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
4724
b2dae948
DE
47252010-06-27 Doug Evans <dje@google.com>
4726
4727 * gdb.cp/m-static.exp: Update expected test output.
4728
0f3bb72e
PH
47292010-06-25 Paul Hilfinger <hilfinger@adacore.com>
4730
889bf7c5
PA
4731 * gdb.gdb/selftest.exp: Adjust expected message for
4732 capturing start-up runtime.
0f3bb72e 4733
bc9f0842
TT
47342010-06-25 Tom Tromey <tromey@redhat.com>
4735
4736 PR python/10808:
4737 * gdb.python/python.exp: Add new tests.
4738
099ef718
SW
47392010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
4740
4741 * gdb.cp/operator.cc: Created an import loop.
4742 * gdb.cp/operator.exp: Added testcase for import loop.
4743
5868a632
JK
47442010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4745
4746 Test PR python/11407.
4747 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
4748 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
4749 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
4750 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
4751 executable_nofb and executable_fb. New variables srcsfile, objsfile,
4752 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
4753 binfile. Call gdb_compile with clean_restart twice.
4754 (func_nofb print, func_nofb backtrace, func_loopfb print)
4755 (func_loopfb backtrace): New.
4756
af76db58
JK
47572010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4758
4759 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
4760 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
4761 by a hand made one.
4762 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
4763 i?86 requirement. Remove variables srcfile and binfile. New variable
4764 sources, executable_nofb and executable_fb. Call prepare_for_testing.
4765
f2c7657e
UW
47662010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4767
4768 * gdb.cell/dwarfaddr.exp: New file.
4769 * gdb.cell/dwarfaddr.S: New file.
4770
628fe4e4
JK
47712010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4772
4773 Test PR 9436.
4774 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
4775
f1421989
HZ
47762010-06-24 Hui Zhu <teawater@gmail.com>
4777
4778 * gdb.base/eval.exp: New file.
4779
d03285ec
UW
47802010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4781
4782 * gdb.cell/fork.exp: New file.
4783 * gdb.cell/fork.c: Likewise.
4784 * gdb.cell/fork-spu.c: Likewise.
4785
41b2c92d
PM
47862010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
4787
4788 * lib/gdb.exp (banned_variables_traced): New global variable.
4789 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
4790 (gdb_init): Use `trace add variable' instead of obsolete
4791 `trace variable'.
4792
d5bc977f
DE
47932010-06-21 Doug Evans <dje@google.com>
4794
4795 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
4796
d2ed6730
UW
47972010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4798
4799 * gdb.arch/spu-ls.exp: New file.
4800 * gdb.arch/spu-ls.c: Likewise.
4801
6aed2dbc
SS
48022010-06-18 Stan Shebs <stan@codesourcery.com>
4803
4804 * gdb.threads/thread-specific.exp: Add tests of $_thread.
4805
e0756905
UW
48062010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4807
4808 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
4809 * gdb.base/watch-cond.exp: Likewise.
4810 * gdb.python/py-breakpoint.exp: Likewise.
4811
d8053d4d
PA
48122010-06-18 Pedro Alves <pedro@codesourcery.com>
4813
4814 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
4815 clean_restart, make sure every test has a distinct message, and
4816 that messages don't include the executable' full path.
4817
81ce510c
DE
48182010-06-17 Doug Evans <dje@google.com>
4819
4820 * gdb.arch/i386-size.exp: Updated expected output for
4821 DISASSEMBLY_OMIT_FNAME.
4822
65d79d4b
SDJ
48232010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4824 Sergio Durigan Junior <sergiodj@redhat.com>
4825
4826 * gdb.base/watch-notconst.c: New file.
4827 * gdb.base/watch-notconst.S: New file.
4828 * gdb.base/watch-notconst2.c: New file.
4829 * gdb.base/watch-notconst2.S: New file.
4830 * gdb.base/watch-notconst.exp: New file.
4831 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
4832 (func4): Add operations on `global_ptr_ptr'.
4833 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
4834 routine to test watchpoints created with a constant expression.
4835 (test_inaccessible_watchpoint): Include tests for watchpoints
4836 created with a constant expression.
4837
df0f4836
KB
48382010-06-14 Kevin Buettner <kevinb@redhat.com>
4839
4840 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
4841 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
4842 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
4843 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
4844 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
4845 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
4846 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
4847 of `_start'.
4848
b769def5
UW
48492010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4850
4851 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
4852 not supported on the target.
4853 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4854 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4855 * gdb.mi/mi-nsintrall.exp: Likewise.
4856 * gdb.mi/mi-nsmoribund.exp: Likewise.
4857 * gdb.mi/mi-nsthrexec.exp: Likewise.
4858
d914c394
SS
48592010-06-11 Stan Shebs <stan@codesourcery.com>
4860
4861 * gdb.base/permissions.exp: New file.
4862
48632010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
4864
4865 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
4866 does not support ELF executable class.
4867
f3ce5b9c
UW
48682010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4869
4870 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
4871
8e46892c
JK
48722010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4873
4874 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
4875 (runto): Catch "The target does not support running in non-stop mode.".
4876
6cc55c64
MS
48772010-06-11 Michael Snyder <msnyder@vmware.com>
4878
4879 * gdb.base/setshow.exp (set language asm): Don't use
4880 gdb_test_no_output, fails on some targets.
4881
caddefa4
UW
48822010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4883
4884 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
4885 * gdb.cp/pr9167.exp: Likewise.
4886
468b1aa7
UW
48872010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4888
4889 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
4890
5c3552dc
UW
48912010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4892
4893 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
4894
02e6fe6a
UW
48952010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4896
4897 * gdb.base/charset.c (main): Make sure malloc gets linked in.
4898
0e03807e
TT
48992010-06-11 Tom Tromey <tromey@redhat.com>
4900
4901 PR gdb/9977, PR exp/11636::
4902 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
4903 (pieces_test_f6): Update expected output.
4904
2bdf28a0
JK
49052010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4906
4907 * gdb.base/moribund-step.exp: New.
4908
f6978de9
MS
49092010-06-08 Michael Snyder <msnyder@vmware.com>
4910
4911 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 4912 * gdb.ada/boolean_expr.exp:
f6978de9
MS
4913 * gdb.ada/frame_args.exp: Ditto.
4914 * gdb.ada/lang_switch.exp: Ditto.
4915 * gdb.ada/ptype_arith_binop.exp: Ditto.
4916 * gdb.ada/ref_param.exp: Ditto.
4917 * gdb.ada/type_coercion.exp:Ditto.
4918
4919 * gdb.asm/asm-source.exp: Ditto.
4920
4921 * gdb.base/attach.exp: Ditto.
4922 * gdb.base/bitfields2.exp: Ditto.
4923 * gdb.base/call-signal-resume.exp: Ditto.
4924 * gdb.base/callfuncs.exp: Ditto.
4925 * gdb.base/commands.exp: Ditto.
4926 * gdb.base/dbx.exp: Ditto.
4927 * gdb.base/default.exp: Ditto.
4928 * gdb.base/dump.exp: Ditto.
4929 * gdb.base/exprs.exp: Ditto.
4930 * gdb.base/freebpcmd.exp: Ditto.
4931 * gdb.base/interrupt.exp: Ditto.
4932 * gdb.base/list.exp: Ditto.
4933 * gdb.base/long_long.exp: Ditto.
4934 * gdb.base/maint.exp: Ditto.
4935 * gdb.base/ptype.exp: Ditto.
4936 * gdb.base/return.exp: Ditto.
4937 * gdb.base/setshow.exp: Ditto.
4938 * gdb.base/sigbpt.exp: Ditto.
4939 * gdb.base/sigrepeat.exp: Ditto.
4940
4941 * gdb.cp/classes.exp: Ditto.
4942
4943 * gdb.dwarf2/dw2-restore.exp: Ditto.
4944
4945 * gdb.gdb/selftest.exp: Ditto.
4946
4947 * gdb.multi/base.exp: Ditto.
4948 * gdb.multi/bkpt-multi-exec.exp: Ditto.
4949
4950 * gdb.python/py-block.exp: Ditto.
4951 * gdb.python/py-prettyprint.exp: Ditto.
4952 * gdb.python/py-template.exp: Ditto.
4953
4954 * gdb.server/ext-attach.exp: Ditto.
4955 * gdb.server/ext-run.exp: Ditto.
4956 * gdb.server/server-mon.exp: Ditto.
4957
4958 * gdb.threads/fork-thread-pending.exp: Ditto.
4959 * gdb.threads/hand-call-in-threads.exp: Ditto.
4960 * gdb.threads/interrupted-hand-call.exp: Ditto.
4961 * gdb.threads/linux-dp.exp: Ditto.
4962 * gdb.threads/manythreads.exp: Ditto.
4963 * gdb.threads/print-threads.exp: Ditto.
4964 * gdb.threads/pthreads.exp: Ditto.
4965 * gdb.threads/schedlock.exp: Ditto.
4966 * gdb.threads/thread-unwindonsignal.exp: Ditto.
4967 * gdb.threads/threadapply.exp: Ditto.
4968
de7ff789
MS
49692010-06-08 Michael Snyder <msnyder@vmware.com>
4970
889bf7c5 4971 * gdb.ada/exec_changed.exp:
de7ff789
MS
4972 Use ".*" instead of "" as wildcard regexp.
4973
4974 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
4975 * gdb.base/call-ar-st.exp: Ditto.
4976 * gdb.base/checkpoint.exp: Ditto.
4977 * gdb.base/default.exp: Ditto.
4978 * gdb.base/dump.exp: Ditto.
4979 * gdb.base/ending-run.exp: Ditto.
4980 * gdb.base/fileio.exp: Ditto.
4981 * gdb.base/miscexprs.exp: Ditto.
4982 * gdb.base/pointers.exp: Ditto.
4983 * gdb.base/readline.exp: Ditto.
4984 * gdb.base/reread.exp: Ditto.
4985 * gdb.base/restore.exp: Ditto.
4986 * gdb.base/shlib-call.exp: Ditto.
4987 * gdb.base/valgrind-db-attach.exp: Ditto.
4988 * gdb.base/volatile.exp: Ditto.
4989 * gdb.base/watchpoints.exp: Ditto.
4990
4991 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
4992
4993 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
4994 * gdb.python/py-value.exp: Ditto.
4995
4996 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
4997 * gdb.trace/circ.exp: Ditto.
4998 * gdb.trace/collection.exp: Ditto.
4999 * gdb.trace/packetlen.exp: Ditto.
5000 * gdb.trace/passc-dyn.exp: Ditto.
5001 * gdb.trace/report.exp: Ditto.
5002 * gdb.trace/tfile.exp: Ditto.
5003 * gdb.trace/tfind.exp: Ditto.
5004 * gdb.trace/while-dyn.exp: Ditto.
5005
3bebe2f2
JK
50062010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
5009
5c631832
JK
50102010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5011
5012 Test PR 10640.
5013 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
5014
4c3376c8
SW
50152010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
5016
5017 * gdb.cp/koenig.exp: Test for ADL operators.
5018 * gdb.cp/koenig.cc: Added ADL operators.
5019 * gdb.cp/operator.exp: New test.
5020 * gdb.cp/operator.cc: New test.
5021
dc226d5a
MS
50222010-06-04 Michael Snyder <msnyder@vmware.com>
5023
dfb88a23
MS
5024 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
5025 * gdb.base/pending.exp: Ditto.
f7ae76b3 5026
dc226d5a
MS
5027 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
5028
967cf477
DE
50292010-06-04 Doug Evans <dje@google.com>
5030
5031 * gdb.python/py-prettyprint.exp: Add new test for enabled and
5032 disabled printers.
5033 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
5034 (enable_lookup_function): New function.
5035
eb801841
TT
50362010-06-04 Tom Tromey <tromey@redhat.com>
5037
5038 * gdb.python/py-value.exp (test_value_hash): Don't test equality
5039 of hash and id.
5040
38979823
JK
50412010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5042
5043 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
5044 newline.
5045 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
5046 (empty verbose non-noisy clear, empty verbose noisy clear)
5047 (empty non-verbose noisy clear): Likewise.
5048
35ec993f
MS
50492010-06-03 Michael Snyder <msnyder@vmware.com>
5050
5051 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
5052 * gdb.base/display.exp: Ditto.
5053 * gdb.base/find.exp: Ditto.
5054 * gdb.base/ifelse.exp: Ditto.
5055 * gdb.base/multi-forks.exp: Ditto.
5056 * gdb.base/recurse.exp: Ditto.
5057 * gdb.base/setshow.exp: Ditto.
5058 * gdb.base/value-double-free.exp: Ditto.
5059 * gdb.base/watch-vfork.exp: Ditto.
5060 * gdb.base/watch_thread_num.exp: Ditto.
5061 * gdb.base/watchpoint-solib.exp: Ditto.
5062 * gdb.base/watchpoint.exp: Ditto.
5063 * gdb.base/watchpoints.exp: Ditto.
5064
5065 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
5066 * gdb.cp/overload.exp: Ditto.
5067 * gdb.cp/virtfunc.exp: Ditto.
5068
5069 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
5070
889bf7c5 5071 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
5072 Replace gdb_test with gdb_test_no_output.
5073
889bf7c5 5074 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
5075 Replace gdb_test with gdb_test_no_output.
5076 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5077 * gdb.threads/watchthreads.exp: Ditto.
5078 * gdb.threads/watchthreads2.exp: Ditto.
5079
5080 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
5081 * gdb.trace/tfind.exp: Ditto.
5082
c22decce
JB
50832010-06-03 Joel Brobecker <brobecker@adacore.com>
5084
5085 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
5086 successful test if message is the empty string.
5087
fd5700c7
JK
50882010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5089
5090 * gdb.fortran/module.exp (stopped language detection): New test.
5091
f55ee35c
JK
50922010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5093
5094 Support DW_TAG_module as separate namespaces.
5095 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
5096 gdb.fortran/library-module-lib.f90: New.
5097 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
5098 (print i): Remove.
5099 (continue to breakpoint: i-is-1, print var_i value 1)
5100 (continue to breakpoint: i-is-2, print var_i value 2)
5101 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
5102 (print var_d, print var_i value 14, ptype modmany, complete `modm)
5103 (complete `modmany, complete `modmany`, complete `modmany`var)
5104 (show language, setting breakpoint at module): New tests.
5105 * gdb.fortran/module.f90 (module mod): Remove.
5106 (module mod1, module mod2, module modmany, subroutine sub1)
5107 (subroutine sub2, program module): New.
5108
b8e8282f
JK
51092010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5110
5111 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
5112 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
5113 * gdb.cp/anon-union.exp (pass): Rename to ...
5114 (print z 2): ... here.
b8e8282f 5115
019ebafc
MS
51162010-06-02 Michael Snyder <msnyder@vmware.com>
5117
e68d8fd4
MS
5118 * gdb.trace/actions.exp: Use gdb_test_no_output.
5119 * gdb.trace/circ.exp: Ditto.
5120 * gdb.trace/packetlen.exp: Ditto.
5121 * gdb.trace/save-trace.exp: Ditto.
5122 * gdb.trace/tracecmd.exp: Ditto.
5123 * gdb.trace/tsv.exp: Ditto.
5124
12b5d08a
MS
5125 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
5126 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
5127 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
5128 * gdb.threads/manythreads.exp: Ditto.
5129 * gdb.threads/print-threads.exp: Ditto.
5130 * gdb.threads/pthreads.exp: Ditto.
5131 * gdb.threads/schedlock.exp: Ditto.
5132 * gdb.threads/staticthreads.exp: Ditto.
5133 * gdb.threads/thread-specific.exp: Ditto.
5134 * gdb.threads/thread-unwindonsignal.exp: Ditto.
5135 * gdb.threads/threadapply.exp: Ditto.
5136 * gdb.threads/watchthreads.exp: Ditto.
5137 * gdb.threads/watchthreads2.exp: Ditto.
5138
89493308
MS
5139 * gdb.python/py-block.exp: Use gdb_test_no_output.
5140 * gdb.python/py-prettyprint.exp: Ditto.
5141 * gdb.python/py-template.exp: Ditto.
5142 * gdb.python/py-value.exp: Ditto.
5143
5144 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
5145 * gdb.reverse/watch-reverse.exp: Ditto.
5146
5147 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
5148 * gdb.server/ext-run.exp: Ditto.
5149
019ebafc
MS
5150 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
5151 * gdb.dwarf2/dw2-compressed.exp: Ditto.
5152 * gdb.dwarf2/dw2-intercu.exp: Ditto.
5153 * gdb.dwarf2/dw2-intermix.exp: Ditto.
5154 * gdb.dwarf2/dw2-producer.exp: Ditto.
5155 * gdb.dwarf2/mac-fileno.exp: Ditto.
5156
5157 * gdb.gdb/observer.exp: Use gdb_test_no_output.
5158 * gdb.gdb/selftest.exp: Ditto.
5159
5160 * gdb.multi/base.exp: Use gdb_test_no_output.
5161
5162 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
5163
3e0ca3a5
JK
51642010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5165
5166 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
5167
9db70545
MS
51682010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
5169
a8d52276
MS
5170 * gdb.cp/class2.exp: Use gdb_test_no_output.
5171 * gdb.cp/classes.exp: Ditto.
5172 * gdb.cp/extern-c.exp: Ditto.
5173 * gdb.cp/inherit.exp: Ditto.
5174 * gdb.cp/maint.exp: Ditto.
5175 * gdb.cp/mb-inline.exp: Ditto.
5176 * gdb.cp/mb-templates.exp: Ditto.
5177 * gdb.cp/method2.exp: Ditto.
5178 * gdb.cp/misc.exp: Ditto.
5179 * gdb.cp/ovldbreak.exp: Ditto.
5180 * gdb.cp/punctuator.exp: Ditto.
5181 * gdb.cp/templates.exp: Ditto.
5182 * gdb.cp/virtbase.exp: Ditto.
5183
889bf7c5 5184 * gdb.threads/attach-stopped.exp:
9db70545 5185 Replace uses of send_gdb / gdb_expect.
889bf7c5 5186 * gdb.threads/attachstop-mt.exp:
9db70545 5187 Replace uses of send_gdb / gdb_expect.
889bf7c5 5188 * gdb.threads/gcore-thread.exp:
9db70545 5189 Replace uses of send_gdb / gdb_expect.
889bf7c5 5190 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
5191 Replace uses of send_gdb / gdb_expect.
5192 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 5193 * gdb.threads/print-threads.exp:
9db70545
MS
5194 Replace uses of send_gdb / gdb_expect.
5195 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
5196 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
5197 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
5198
5199 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
5200 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
5201 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
5202 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
5203 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
5204 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
5205 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
5206 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
5207 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
5208 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
5209 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
5210
359cc68c
JK
52112010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5212
5213 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
5214
7d3fe98e
SW
52152010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
5216
5217 * gdb.cp/koenig.exp: Added new test case.
5218 * gdb.cp/koenig.cc: Ditto.
5219
27d3a1a2
MS
52202010-06-01 Michael Snyder <msnyder@vmware.com>
5221
5222 * gdb.base/arithmet.exp: Use gdb_test_no_output.
5223 * gdb.base/arrayidx.exp: Ditto.
5224 * gdb.base/attach.exp: Ditto.
5225 * gdb.base/auxv.exp: Ditto.
5226 * gdb.base/bigcre.exp: Ditto.
5227 * gdb.base/break-always.exp: Ditto.
5228 * gdb.base/break-interp.exp: Ditto.
5229 * gdb.base/break.exp: Ditto.
5230 * gdb.base/breakpoint-shadow.exp: Ditto.
5231 * gdb.base/call-ar-st.exp: Ditto.
5232 * gdb.base/call-sc.exp: Ditto.
5233 * gdb.base/call-signal-resume.exp: Ditto.
5234 * gdb.base/callfuncs.exp: Ditto.
5235 * gdb.base/catch-syscall.exp: Ditto.
5236 * gdb.base/charset.exp: Ditto.
5237 * gdb.base/code-expr.exp: Ditto.
5238 * gdb.base/commands.exp: Ditto.
5239 * gdb.base/cond-expr.exp: Ditto.
5240 * gdb.base/condbreak.exp: Ditto.
5241 * gdb.base/cursal.exp: Ditto.
5242 * gdb.base/cvexpr.exp: Ditto.
5243 * gdb.base/default.exp: Ditto.
5244 * gdb.base/del.exp: Ditto.
5245 * gdb.base/detach.exp: Ditto.
5246 * gdb.base/display.exp: Ditto.
5247 * gdb.base/ena-dis-br.exp: Ditto.
5248 * gdb.base/eval-skip.exp: Ditto.
5249 * gdb.base/foll-fork.exp: Ditto.
5250 * gdb.base/foll-vfork.exp: Ditto.
5251 * gdb.base/frame-args.exp: Ditto.
5252 * gdb.base/funcargs.exp: Ditto.
5253 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5254 * gdb.base/gdbvars.exp: Ditto.
5255 * gdb.base/help.exp: Ditto.
5256 * gdb.base/ifelse.exp: Ditto.
5257 * gdb.base/included.exp: Ditto.
5258 * gdb.base/list.exp: Ditto.
5259 * gdb.base/macscp.exp: Ditto.
5260 * gdb.base/maint.exp: Ditto.
5261 * gdb.base/multi-fork.exp: Ditto.
5262 * gdb.base/overlays.exp: Ditto.
5263 * gdb.base/page.exp: Ditto.
5264 * gdb.base/pending.exp: Ditto.
5265 * gdb.base/pointers.exp: Ditto.
5266 * gdb.base/pr11022.exp: Ditto.
5267 * gdb.base/prelink.exp: Ditto.
5268 * gdb.base/printcmds.exp: Ditto.
5269 * gdb.base/psymtab.exp: Ditto.
5270 * gdb.base/randomize.exp: Ditto.
5271 * gdb.base/relational.exp: Ditto.
5272 * gdb.base/relocate.exp: Ditto.
5273 * gdb.base/remote.exp: Ditto.
5274 * gdb.base/sepdebug.exp: Ditto.
5275 * gdb.base/set-lang-auto.exp: Ditto.
5276 * gdb.base/setshow.exp: Ditto.
5277 * gdb.base/setvar.exp: Ditto.
5278 * gdb.base/signals.exp: Ditto.
5279 * gdb.base/signull.exp: Ditto.
5280 * gdb.base/sigstep.exp: Ditto.
5281 * gdb.base/sizeof.exp: Ditto.
5282 * gdb.base/solib-disc.exp: Ditto.
5283 * gdb.base/store.exp: Ditto.
5284 * gdb.base/structs.exp: Ditto.
5285 * gdb.base/structs2.exp: Ditto.
5286 * gdb.base/subst.exp: Ditto.
5287 * gdb.base/term.exp: Ditto.
5288 * gdb.base/trace-commands.exp: Ditto.
5289 * gdb.base/unwindonsignal.exp: Ditto.
5290 * gdb.base/valgrind-db-attach.exp: Ditto.
5291 * gdb.base/varargs.exp: Ditto.
5292 * gdb.base/watch-cond.exp: Ditto.
5293 * gdb.base/watch_thread_num.exp: Ditto.
5294 * gdb.base/watchpoint-cond-gone.exp: Ditto.
5295 * gdb.base/watchpoint.exp: Ditto.
5296 * gdb.base/whatis-exp.exp: Ditto.
5297
f8d3bf8f
MS
52982010-06-01 Michael Snyder <msnyder@vmware.com>
5299
5300 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
5301 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
5302 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
5303 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
5304 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
5305 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
5306 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
5307 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
5308 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
5309 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
5310 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
5311 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
5312 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
5313 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
5314 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
5315
3f9e0d32
JK
53162010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5317
5318 * gdb.base/commands.exp (begin commands on watch): Remove excessive
5319 trailing newline.
5320 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
5321 * gdb.java/jmisc.exp (p *args\n): Rename to ...
5322 (p *args): ... here and remove excessive trailing newline.
5323
f629457d
JB
53242010-05-31 Joel Brobecker <brobecker@adacore.com>
5325
5326 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
5327
09eef106
JK
53282010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5329
5330 Accept the new Linux kernel "t (tracing stop)" string.
5331 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
5332 Update comment.
5333 (state_wait) <T (tracing stop)>: New.
5334 (main): Update the state_wait expect string.
5335
94f31136
PA
53362010-05-28 Pedro Alves <pedro@codesourcery.com>
5337
5338 * limits.c, limits.exp: Delete files.
5339 * Makefile.in (clean mostlyclean): Adjust.
5340 * tracecmd.exp: Adjust.
5341
096554ab
JK
53422010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5343
5344 * gdb.base/tui-layout.exp: New.
5345
27d3a1a2 53462010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 5347
889bf7c5 5348 * gdb.reverse/break-precsave.exp:
bcd2dc50 5349 Replace uses of send_gdb / gdb_expect.
889bf7c5 5350 * gdb.reverse/break-reverse.exp:
bcd2dc50 5351 Replace uses of send_gdb / gdb_expect.
889bf7c5 5352 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 5353 Replace uses of send_gdb / gdb_expect.
889bf7c5 5354 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 5355 Replace uses of send_gdb / gdb_expect.
889bf7c5 5356 * gdb.reverse/finish-precsave.exp:
bcd2dc50 5357 Replace uses of send_gdb / gdb_expect.
889bf7c5 5358 * gdb.reverse/finish-reverse.exp:
bcd2dc50 5359 Replace uses of send_gdb / gdb_expect.
889bf7c5 5360 * gdb.reverse/i386-precsave.exp:
bcd2dc50 5361 Replace uses of send_gdb / gdb_expect.
889bf7c5 5362 * gdb.reverse/i386-reverse.exp:
bcd2dc50 5363 Replace uses of send_gdb / gdb_expect.
889bf7c5 5364 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 5365 Replace uses of send_gdb / gdb_expect.
889bf7c5 5366 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 5367 Replace uses of send_gdb / gdb_expect.
889bf7c5 5368 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 5369 Replace uses of send_gdb / gdb_expect.
889bf7c5 5370 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 5371 Replace uses of send_gdb / gdb_expect.
889bf7c5 5372 * gdb.reverse/machinestate.exp:
bcd2dc50 5373 Replace uses of send_gdb / gdb_expect.
889bf7c5 5374 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 5375 Replace uses of send_gdb / gdb_expect.
889bf7c5 5376 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 5377 Replace uses of send_gdb / gdb_expect.
889bf7c5 5378 * gdb.reverse/solib-precsave.exp:
bcd2dc50 5379 Replace uses of send_gdb / gdb_expect.
889bf7c5 5380 * gdb.reverse/solib-reverse.exp:
bcd2dc50 5381 Replace uses of send_gdb / gdb_expect.
889bf7c5 5382 * gdb.reverse/step-precsave.exp:
bcd2dc50 5383 Replace uses of send_gdb / gdb_expect.
889bf7c5 5384 * gdb.reverse/step-reverse.exp:
bcd2dc50 5385 Replace uses of send_gdb / gdb_expect.
889bf7c5 5386 * gdb.reverse/until-precsave.exp:
bcd2dc50 5387 Replace uses of send_gdb / gdb_expect.
889bf7c5 5388 * gdb.reverse/until-reverse.exp:
bcd2dc50 5389 Replace uses of send_gdb / gdb_expect.
889bf7c5 5390 * gdb.reverse/watch-precsave.exp:
bcd2dc50 5391 Replace uses of send_gdb / gdb_expect.
889bf7c5 5392 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
5393 Replace uses of send_gdb / gdb_expect.
5394
3def43e0
JK
53952010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5396
5397 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
5398 excessive newline.
5399
27d3a1a2 54002010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
5401
5402 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
5403 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
5404 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
5405 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
5406 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
5407 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
5408 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
5409 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
5410 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
5411 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
5412 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
5413 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
5414 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
5415 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
5416 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
5417 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
5418 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
5419 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
5420 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 5421
27d3a1a2 54222010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 5423
22454424
MS
5424 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
5425 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
5426
5427 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
5428 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
5429 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
5430
889bf7c5 5431 * gdb.reverse/consecutive-reverse.exp:
22454424 5432 Replace uses of send_gdb / gdb_expect.
889bf7c5 5433 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
5434 Replace uses of send_gdb / gdb_expect.
5435
5436 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
5437 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
5438 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 5439 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
5440 Replace uses of send_gdb / gdb_expect.
5441 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
5442 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
5443 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
5444 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
5445 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
5446 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
5447 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
5448 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
5449 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
5450
54512010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 5452
22454424 5453 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 5454
22454424 5455 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 5456
22454424
MS
5457 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
5458 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
5459 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
5460 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
5461 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
5462 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
5463 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
5464 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
5465 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 5466
6e5f2c59
TT
54672010-05-25 Tom Tromey <tromey@redhat.com>
5468
5469 * gdb.base/macscp.exp: Add missing space after setup_kfail.
5470
bbc8b958
TT
54712010-05-25 Tom Tromey <tromey@redhat.com>
5472
5473 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
5474 argument order.
5475 * gdb.base/macscp.exp: Fix setup_kfail argument order.
5476 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
5477 order.
5478 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
5479 order.
5480 * gdb.base/call-sc.exp (setup_kfails): Remove.
5481 (setup_compiler_kfails): Remove.
5482 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
5483 argument order.
5484 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
5485 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
5486 (advancei): Fix setup_kfail argument order.
5487 * gdb.base/radix.exp: Fix setup_kfail argument order.
5488 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
5489 order.
5490 * gdb.base/structs.exp (setup_kfails): Remove.
5491 (setup_compiler_kfails): Fix setup_kfail argument order.
5492 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
5493 order.
5494 * gdb.java/jmain.exp: Fix setup_kfail argument order.
5495 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
5496 setup_kfail argument order.
5497 * gdb.cp/overload.exp: Fix setup_kfail argument order.
5498
83d1babf
TT
54992010-05-25 Tom Tromey <tromey@redhat.com>
5500
5501 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
5502
6acb16a2
MS
55032010-05-25 Michael Snyder <msnyder@vmware.com>
5504
5505 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
5506 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
5507 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
5508 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
5509 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
5510 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
5511 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
5512 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
5513 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
5514 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
5515 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
5516 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
5517 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
5518 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
5519 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
5520 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
5521 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
5522 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
5523 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
5524 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
5525 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
5526 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
5527 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
5528 * gdb.base/default.exp: Replace send_gdb with gdb_test.
5529 * gdb.base/define.exp: Replace send_gdb with gdb_test.
5530 * gdb.base/display.exp: Replace send_gdb with gdb_test.
5531 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
5532 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
5533 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
5534 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
5535 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
5536 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
5537 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
5538 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
5539 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
5540 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
5541 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
5542 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
5543 * gdb.base/help.exp: Replace send_gdb with gdb_test.
5544 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
5545 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
5546 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
5547 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
5548 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
5549 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
5550 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
5551 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 5552 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
5553
55542010-05-25 Doug Evans <dje@google.com>
5555
5556 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
5557 gdb.string_to_argv.
ad3986f0 5558
d3b1e874
TT
55592010-05-21 Tom Tromey <tromey@redhat.com>
5560
5561 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
5562 Call it.
5563 * gdb.dwarf2/pieces.S: Update.
5564 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
5565
cb826367
TT
55662010-05-21 Tom Tromey <tromey@redhat.com>
5567
5568 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
5569 Call it.
5570 * gdb.dwarf2/pieces.c (struct C): New.
5571 (f6): New function.
5572 * gdb.dwarf2/pieces.S: Replace.
5573
74de6778
TT
55742010-05-21 Tom Tromey <tromey@redhat.com>
5575
5576 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
5577 Call it.
5578
afd74c5f
TT
55792010-05-21 Tom Tromey <tromey@redhat.com>
5580
5581 * gdb.dwarf2.pieces.exp: New file.
5582 * gdb.dwarf2.pieces.S: New file.
5583 * gdb.dwarf2.pieces.c: New file.
5584
a7b75dfd 55852010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 5586 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
5587
5588 * lib/gdb.exp (gdb_test_no_output): New function.
5589 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
5590 when testing commands that should produce no output.
5591
c81c812a
JB
55922010-05-17 Joel Brobecker <brobecker@adacore.com>
5593
5594 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
5595 parameter that we want to watch being a constant.
5596
0cce5bd9
JB
55972010-05-17 Joel Brobecker <brobecker@adacore.com>
5598
5599 * gdb.ada/cond_lang: New testcase.
5600
47050449
JB
56012010-05-17 Joel Brobecker <brobecker@adacore.com>
5602
5603 * lib/gdb.exp (banned_variables): New variable/constant.
5604 (gdb_init): Add write trace on variables listed in banned_variables.
5605 (gdb_finish): Remove write traces on variables listed in
5606 banned_variables.
5607
77c01586
JB
56082010-05-17 Joel Brobecker <brobecker@adacore.com>
5609
5610 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
5611 * gdb.cp/koenig.exp: Likewise.
5612
88d4aea7
PM
56132010-05-14 Phil Muldoon <pmuldoon@redhat.com>
5614
889bf7c5 5615 PR python/11482
88d4aea7
PM
5616
5617 * gdb.python/py-value.exp (test_value_hash): New function.
5618
f5a010c0
PM
56192010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
5620
5621 PR exp/11530.
5622 * gdb.base/gdb11530.c: New file.
5623 * gdb.base/gdb11530.exp: New file.
5624
8ef4892f
JK
56252010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5626
5627 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
5628 * gdb.dwarf2/dw2-modula2-self-type.S: New.
5629
7322dca9
SW
56302010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
5631
5632 * gdb.cp/koenig.exp: New test.
5633 * gdb.cp/koenig.cc: New test program.
5634
02e7ea18
JB
56352010-05-05 Joel Brobecker <brobecker@adacore.com>
5636
5637 Remove the use of prms_id and bug_id throughout the testsuite.
5638
e1c34c5d
PM
56392010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
5640
5641 PR exp/11349.
5642 * testsuite/gdb.cp/ref-types.exp: Add test to examine
5643 use a reference local variable.
5644
8e1d0c49
JK
56452010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5646
5647 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
5648 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
5649 variable different_dir. Move debugfile into a full directory pathname
5650 under DIFFERENT_DIR.
5651 * lib/gdb.exp (separate_debug_filename): Remove.
5652 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
5653 variable debug_dir and mkdir of it. Update function comments.
5654
e66408ed
PA
56552010-04-29 Pedro Alves <pedro@codesourcery.com>
5656
5657 PR gdb/11557
5658
5659 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
5660 files.
5661
d7b32ed3
PM
56622010-04-29 Phil Muldoon <pmuldoon@redhat.com>
5663
889bf7c5 5664 * gdb.python/py-param.exp: New File.
d7b32ed3 5665
6aecb9c2
JB
56662010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
5667
5668 * gdb.base/default.exp: Fix "set language" test.
5669
bdf92a1c
PM
56702010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
5671
5672 PR breakpoints/11531.
5673 * gdb.base/gdb11531.c: New file.
5674 * gdb.base/gdb11531.exp: New file.
5675
3f172e24
TT
56762010-04-26 Tom Tromey <tromey@redhat.com>
5677
5678 * gdb.base/completion.exp: Add tests for completion and deprecated
5679 commands.
5680
64af4c92
JK
56812010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5682
5683 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
5684 (print /x char_array): Escape curly brackets.
5685
492928e4
JK
56862010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5687
5688 Fix deadlock on looped list of loaded shared objects.
5689 * gdb.base/solib-corrupted.exp: New.
5690
66d09542
DE
56912010-04-23 Doug Evans <dje@google.com>
5692
5693 * gdb.python/py-section-script.c: New file.
5694 * gdb.python/py-section-script.exp: New file.
5695 * gdb.python/py-section-script.py: New file.
5696
8bd10a10
CM
56972010-04-20 Chris Moller <cmoller@redhat.com>
5698
5699 PR 10179
5700
5701 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
5702 * gdb.base/pr10179-a.c:
5703 * gdb.base/pr10179-b.c:
5704 * gdb.base/pr10179.exp: New files.
5705
c0201579
JK
57062010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5707
5708 Fix crashes on dangling display expressions.
5709 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
5710 is SEP.
5711 (lib_flags): Remove the "debug" keyword.
5712 (libsepdebug): New variable for iterating new loop.
5713 (save_pf_prefix): New variable wrapping the loop.
5714 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
5715 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
5716
793b0ff8
PM
57172010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5718
5719 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
5720
097f51f7
PM
57212010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5722
5723 PR stabs/11479.
5724 * gdb.stabs/gdb11479.exp: New file.
5725 * gdb.stabs/gdb11479.c: New file.
5726
9a22f0d0
PM
57272010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
5728
5729 * gdb.base/charset.c (Strin16, String32): New variables.
5730 * gdb.base/charset.exp (gdb_test): Test correct display
5731 of 16 or 32 bit strings.
5732
57332010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
5734
5735 PR 9167
5736 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
5737 * gdb.cp/pr9167.cc: New file.
5738 * gdb.cp/pr9167.exp: New file.
5739
5740
6e354e5e
PM
57412010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
5742
5743 PR pascal/11492.
5744 * gdb.pascal/gdb11492.pas: New file.
5745 * gdb.pascal/gdb11492.exp: New file.
5746
be942545
JB
57472010-04-20 Joel Brobecker <brobecker@adacore.com>
5748
1667e6e3 5749 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 5750
0c3acc09
JB
57512010-04-20 Joel Brobecker <brobecker@adacore.com>
5752
5753 * gdb.ada/dyn_loc: New testcase.
5754
ec31cde5
CM
57552010-04-20 Chris Moller <cmoller@redhat.com>
5756
5757 PR 10867
889bf7c5 5758
ec31cde5
CM
5759 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
5760 * gdb.cp/pr10687.cc: New file.
5761 * gdb.cp/pr10687.exp: New file.
5762
5763
ce4b0682
SDJ
57642010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5765 Sergio Durigan Junior <sergiodj@redhat.com>
5766
5767 * gdb.fortran/logical.exp: New testcase.
5768 * gdb.fortran/logical.f90: New file.
5769
3436961f
DE
57702010-04-19 Doug Evans <dje@google.com>
5771
5772 * gdb.base/help.exp (help source): Update expected output.
5773
4d836c09
JK
57742010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5775
5776 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
5777 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
5778 gdb_exit and return.
5779 (executable): New variable.
5780 (binfile): Use it.
5781
6149aea9
PA
57822010-04-19 Pedro Alves <pedro@codesourcery.com>
5783
5784 PR breakpoints/8554.
5785
5786 * gdb.trace/save-trace.exp: Adjust.
5787
ed41462c
L
57882010-04-17 H.J. Lu <hongjiu.lu@intel.com>
5789
5790 PR corefiles/11511
5791 * gdb.arch/system-gcore.exp: New.
5792 * gdb.arch/gcore.c: Likewise.
5793
3f7b2faa
DE
57942010-04-15 Doug Evans <dje@google.com>
5795
fa33c3cd
DE
5796 * gdb.python/py-progspace.c: New file.
5797 * gdb.python/py-progspace.exp: New file.
5798
3f7b2faa
DE
5799 * gdb.base/source.exp: Add tests for "source -s".
5800
79f283fe
PM
58012010-04-14 Phil Muldoon <pmuldoon@redhat.com>
5802
5803 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
5804 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
5805 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
5806 * gdb.python/py-mi.exp: New test for to_string returning None.
5807
fc8eb08a
PM
58082010-04-12 Phil Muldoon <pmuldoon@redhat.com>
5809
5810 * gdb.python/py-breakpoint.c: Make result global.
5811
26e197f6
JK
58122010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5813
5814 Fix non-GNU make compatibility.
5815 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
5816
adc36818
PM
58172010-04-09 Phil Muldoon <pmuldoon@redhat.com>
5818
5819 * gdb.python/py-breakpoint.exp: New File.
5820 * gdb.python/py-breakpoint.C: Ditto.
5821
64e17368
SS
58222010-04-08 Stan Shebs <stan@codesourcery.com>
5823
5824 * gdb.trace/actions.exp: Clear default-collect.
5825 * gdb.trace/save-trace.exp: Clear default-collect.
5826
fff5cc64
PM
58272010-04-08 Phil Muldoon <pmuldoon@redhat.com>
5828
5829 * gdb.python/py-value: Add null string variable.
5830 (test_lazy_string): Test zero length, NULL address lazy
5831 strings.
5832
a055a187
L
58332010-04-07 H.J. Lu <hongjiu.lu@intel.com>
5834
5835 * gdb.arch/i386-avx.c: New.
5836 * gdb.arch/i386-avx.exp: Likewise.
5837
5838 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
5839
96e39866
DE
58402010-04-06 Doug Evans <dje@google.com>
5841
5842 * gdb.base/source-test.gdb: New file.
5843 * gdb.base/source.exp: Test source -v.
5844
5984a431
UW
58452010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5846
5847 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
5848
ec8a089a
PM
58492010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
5850
5851 * gdb.stabs/aout.sed: Convert all backslash to double backslash
5852 within one line, unless it is followed by a double quote.
5853 * gdb.stabs/hppa.sed: Idem.
5854 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
5855 * gdb.stabs/weird.exp: Check for correct parsing of
5856 char and string constants.
ec8a089a
PM
5857 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
5858 in .stabs to .stabx substitution.
5859
fce3c1f0
SS
58602010-04-05 Stan Shebs <stan@codesourcery.com>
5861
5862 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
5863 constant global.
5864 * gdb.trace/tfile.exp: Try to print them.
5865
d77f58be
SS
58662010-04-04 Stan Shebs <stan@codesourcery.com>
5867
5868 * gdb.base/completion.exp: Update for new "info watchpoints".
5869 * gdb.base/default.exp: Ditto.
5870 * gdb.base/help.exp: Ditto.
5871 * gdb.base/watchpoint.exp: Ditto.
5872 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 5873
af54718e
SS
58742010-04-04 Stan Shebs <stan@codesourcery.com>
5875
5876 * gdb.trace/tfile.exp: Sharpen tfind test.
5877
74d1f91e
JK
58782010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5879
5880 * gdb.base/break-entry.exp: New.
5881
eb8e76db 58822010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 5883 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
5884
5885 * gdb.reverse/i386-sse-reverse.exp: New file.
5886 * gdb.reverse/i386-sse-reverse.c: New file.
5887
bf65cad8
PA
58882010-04-02 Pedro Alves <pedro@codesourcery.com>
5889
5890 * gdb.trace/tfind.exp: Adjust expected disassembly output.
5891
fff87407
SS
58922010-04-01 Stan Shebs <stan@codesourcery.com>
5893
5894 * gdb.trace/actions.exp: Tweak expected output.
5895 * gdb.trace/while-stepping.exp: Tweak expected output.
5896
fe01d668
L
58972010-04-01 H.J. Lu <hongjiu.lu@intel.com>
5898
5899 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
5900
86b17b60
PA
59012010-04-01 Pedro Alves <pedro@codesourcery.com>
5902
5903 * gdb.base/commands.exp: Adjust.
5904 * gdb.cp/extern-c.exp: Adjust.
5905
2c58c0a9
PA
59062010-04-01 Pedro Alves <pedro@codesourcery.com>
5907
5908 * gdb.trace/collection.c (local_test_func): Define a local struct,
5909 and instanciate it.
5910
0db9b91c
PA
59112010-04-01 Pedro Alves <pedro@codesourcery.com>
5912
5913 * gdb.trace/collection.exp (gdb_collect_args_test)
5914 (gdb_collect_argarray_test): XFAIL the tests that assume the
5915 argarray argument's elements are collected.
5916
8072405b
JK
59172010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5918
5919 * gdb.dwarf2/dw2-bad-parameter-type.exp,
5920 gdb.dwarf2/dw2-bad-parameter-type.S: New.
5921
8bf6485c
SS
59222010-03-31 Stan Shebs <stan@codesourcery.com>
5923
5924 * gdb.trace/save-trace.exp: Test save/restore of default-collect
5925 and tracepoint conditionals.
5926 (gdb_verify_tracepoints): Delete unused return.
5927
fd7f724a
KS
59282010-03-26 Keith Seitz <keiths@redhat.com>
5929
5930 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
5931 appear in the output before main.
5932 Remove KFAIL for gdb/2215 aka bz 9320.
5933
8d9e7719
DE
59342010-03-30 Doug Evans <dje@google.com>
5935
0906dd0b
DE
5936 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
5937 by dejagnu.
5938 * gdb.arch/amd64-dword.exp: Ditto.
5939
8d9e7719
DE
5940 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
5941 match.
5942 (break printf): Ditto.
5943
1da644f0
SW
59442010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
5945
5946 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
5947 gcc < 4.4.
5948 * gdb.cp/shadow.exp: Ditto.
5949
a8121990
PA
59502010-03-29 Pedro Alves <pedro@codesourcery.com>
5951
5952 * gdb.trace/collection.exp (run_trace_experiment): Make sure
5953 "tstart" is silent.
5954
6e79d367
PA
59552010-03-29 Pedro Alves <pedro@codesourcery.com>
5956
5957 * gdb.trace/collection.exp (executable): New.
5958 (binfile): Use it.
5959 (fpreg, spreg, pcreg): New.
5960 (test_register): Use gdb_test_multiple. Pass /x to print.
5961 (prepare_for_trace_test): New.
5962 (run_trace_experiment): Use "continue", not gdb_run_cmd.
5963 (gdb_collect_args_test, gdb_collect_argstruct_test)
5964 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
5965 prepare_for_trace_test.
5966 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
5967 fpreg, spreg and pcreg.
5968 (gdb_collect_expression_test, gdb_collect_globals_test): Use
5969 prepare_for_trace_test.
5970 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
5971 try to detect tracing support here. Don't set breakpoints at
5972 `begin' or `end' here.
5973 <global scope>: Use clean_restart. Run to main before checking
5974 for tracing support. Check for for tracing support here.
5975
09248348
JK
59762010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5977
5978 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
5979 " as $displacement" to "seen displacement message".
5980
d350db38
PA
59812010-03-28 Pedro Alves <pedro@codesourcery.com>
5982
5983 * gdb.trace/while-dyn.exp (executable): New variable.
5984 (binfile): Use it.
5985 (test_while_stepping): New function. Move most tests here. Call
5986 it once for each of the while-stepping, stepping and ws aliases.
5987
907af001
UW
59882010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5989
5990 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
5991 that do not provide the tagless_struct type name at all.
5992 (test_print_anon_union): Do not check value of uninitialized
5993 union member. Do not use cp_test_ptype_class, so we can accept
5994 "long" as well as "long int".
5995
610197fd
PA
59962010-03-26 Pedro Alves <pedro@codesourcery.com>
5997
5998 * gdb.trace/tfile.c (tohex, bin2hex): New.
5999 (write_error_trace_file): Hexify error description.
6000
6c28cbf2
SS
60012010-03-25 Stan Shebs <stan@codesourcery.com>
6002
6003 * gdb.trace/tfile.c: Generate an additional trace file, improve
6004 portability.
6005 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
6006 files in a better way.
6007
e62b8c7e
KS
60082010-03-25 Keith Seitz <keiths@redhat.com>
6009
6010 * gdb.java/jprint.exp: XFAIL printing of static class members
6011 because of GCC debuginfo problem.
6012
82ccf5a5
JK
60132010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
6016
293e2f9e
DJ
60172010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6018
6019 * gdb.base/completion.exp: Allow long instead of long int.
6020 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
6021 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
6022 variable p.
6023 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
6024 * gdb.base/pointers.exp: Allow long instead of long int.
6025 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
6026 * gdb.base/step-line.exp: Allow a directory before the source file name.
6027
95a42b64
TT
60282010-03-24 Tom Tromey <tromey@redhat.com>
6029
6030 PR breakpoints/9352:
6031 * gdb.base/default.exp: Update.
6032 * gdb.base/commands.exp: Update.
6033 * gdb.cp/extern-c.exp: Test setting commands on multiple
6034 breakpoints at once.
6035
2390201f
DJ
60362010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6037
6038 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
6039 if gdb,nosignals.
6040 * gdb.base/watchpoints.c: Do not include unnecessary headers.
6041 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
6042 exited".
6043
8c9a6790
SS
60442010-03-24 Stan Shebs <stan@codesourcery.com>
6045
6046 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
6047
a6c727b2
DJ
60482010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
6049
6050 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
6051 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
6052 argument. Handle "short" and "long".
6053 (Top level): Pass overprototyped output for old_fptr and xptr.
6054
4dfd5423
PA
60552010-03-23 Pedro Alves <pedro@codesourcery.com>
6056
6057 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
6058 format strings and add casts to avoid compiler warnings.
6059
60602010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
6061
6062 * lib/trace-support.exp (gdb_trace_setactions):
6063 Don't expect whitespace after ">" prompt.
6064 * gdb.trace/actions.exp: Adjust for output changes.
6065 * gdb.trace/while-stepping.exp: Likewise.
6066
c847d045
JK
60672010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6068
6069 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
6070 and r157645).
6071
5f717f1d
JK
60722010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
6075 New.
6076
7d6d51d5
DJ
60772010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
6078
6079 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
6080 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
6081
3b11a015
SS
60822010-03-19 Stan Shebs <stan@codesourcery.com>
6083
6084 * gdb.trace/ax.exp: New file.
6085
d7d158ed
DE
60862010-03-19 Doug Evans <dje@google.com>
6087
6bb85cd1
DE
6088 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
6089 output from gcc.
6090
d7d158ed
DE
6091 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
6092 named /usr/sbin/prelink<foo>.
6093
4daf5ac0
SS
60942010-03-18 Stan Shebs <stan@codesourcery.com>
6095
6096 * gdb.trace/circ.exp: Test circular-trace-buffer.
6097 * gdb.trace/tfile.exp: Update tstatus test.
6098
e8d05480
JB
60992010-03-18 Joel Brobecker <brobecker@adacore.com>
6100
6101 * gdb.dwarf2/dw2-anonymous-func.S: New file.
6102 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
6103
441b986a
UW
61042010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6105
6106 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
6107
4247603b
PA
61082010-03-18 Pedro Alves <pedro@codesourcery.com>
6109
6110 * gdb.base/default.exp: Adjust the expected output of the finish
6111 and until commands when the inferior is not being run.
6112
13387711
SW
61132010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
6114
6115 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
6116 * gdb.cp/nsusing.exp: Ditto.
6117
6e31430b
TT
61182010-03-15 Tom Tromey <tromey@redhat.com>
6119
6120 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
6121 * gdb.cp/userdef.cc (operator==): New function.
6122 (main): New locals mem1, mem2.
6123
e2d69cb5
JZ
61242010-03-15 Jie Zhang <jie@codesourcery.com>
6125
6126 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
6127 Declare and use new loadtimeout variable.
6128
f572f0a9
DJ
61292010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
6130
6131 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
6132 Use gdb_load later.
6133
51f4c0b0
PA
61342010-03-14 Pedro Alves <pedro@codesourcery.com>
6135
6136 * gdb.base/solib-disc.c (main): Make format of fprintf a string
6137 literal. Add missing endlines to prints to stderr.
6138
1c809c68
TT
61392010-03-12 Tom Tromey <tromey@redhat.com>
6140
6141 PR c++/9708:
6142 * gdb.cp/m-static.exp: Add regression test.
6143 * gdb.cp/m-static.cc (method): New method.
6144 (main): Call it.
6145
00ae8fef
SW
61462010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
6147
6148 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
6149 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
6150
759f0f0b
PA
61512010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6152
21e24d21
PA
6153 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
6154
61552010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
6156
759f0f0b
PA
6157 * lib/gdb.exp (skip_stl_tests): New.
6158 (gdb_compile): Symbian needs -ldl.
6159 (shlib_target_file): New.
6160 (shlib_symbol_file): New.
6161 (gdb_load_shlibs): Use shlib_target_file.
6162 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
6163 * gdb.cp/exception.exp: Use skip_stl_tests.
6164 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
6165 * gdb.cp/try_catch.exp: Use skip_stl_tests.
6166 * gdb.cp/mb-templates.exp: Ditto.
6167 * gdb.base/commands.exp: Relax regexes.
6168 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
6169 shlib_target_file and shlib_symbol_file.
6170 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
6171 sections.
6172 * gdb.base/ending-run.exp: Accept E32Main for symbian.
6173 * gdb.base/solib-disc.exp: Use
6174 shlib_target_file and shlib_symbol_file.
6175 * gdb.base/unload.exp: Don't skip on symbian. Use
6176 shlib_target_file and shlib_symbol_file.
6177 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
6178
6a8f2671 61792010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 6180
6a8f2671
PA
6181 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
6182 * gdb.trace/report.exp: Adjust for x86 and x86_64.
6183 Issue a tfind end before looking for a tracepoint frame.
6184 * gdb.trace/tfind.exp: Adjust tstatus output.
6185 Adjust disassembly output.
6186 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
6187
ccf26247
JK
61882010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 * gdb.base/break-interp.exp: Create new displacement parameter value
6191 for the test_ld calls.
6192 (reach): New parameter displacement, verify its content. New push of
6193 pf_prefix "reach-$func:". Import global expect_out.
6194 (test_core): New parameter displacement, verify its content. New push
6195 of pf_prefix "core:". New command "set verbose on". Import global
6196 expect_out.
6197 (test_attach): New parameter displacement, verify its content. New
6198 push of pf_prefix "attach:". New command "set verbose on". Import
6199 global expect_out.
6200 (test_ld): New parameter displacement, pass it to the reach, test_core
6201 and test_attach calls and verify its content in the "ld.so exit" test.
6202 * gdb.base/prelink.exp: Remove gdb_exit and final return.
6203 (prelink): Update expected text, use gdb_test.
6204
e469c7fb
DE
62052010-03-10 Doug Evans <dje@google.com>
6206
6207 * gdb.base/checkpoint.exp: Fix comment.
6208 Lengthen timeout while doing >600 checkpoints test.
6209 Rename duplicate "kill all one" test to keep test names unique.
6210
60e1c644
PA
62112010-03-10 Pedro Alves <pedro@codesourcery.com>
6212
6213 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
6214
cec808ec
KS
62152010-03-08 Keith Seitz <keiths@redhat.com>
6216
889bf7c5
PA
6217 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
6218 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
6219 (dm_type_long): New function.
6220 (dm_type_unsigned_short): New function.
6221 (dm_type_unsigned_long): New function.
6222 (myint): New typedef.
6223 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
6224 long, unsigned shor and long, operator char*, and typedef.
6225 (test_lookup_operator_functions): Add operator char* test.
6226 (test_paddr_operator_functions): Likewise.
6227 (test_paddr_overloaded_functions): Use probe values for
6228 short, long, and unsigned short and long.
6229 (test_paddr_hairy_functions): If the demangler probe detected
6230 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
6231 demangler.
6232 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
6233 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
6234 and "print null_pmf".
6235 Add test "ptype a.*pmf".
6236 * gdb.cp/overload.exp: Allow optional "int" to appear with
6237 "short" and "long".
6238 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
6239 long expect value for men_overload1arg.
6240 Allow "int" to appear with "short" and "long".
6241 When testing "info break", add argument for main (void).
6242 Also allow "int" to appear with "short" and "long".
6243 Ditto with "unsigned" and "long long".
cec808ec
KS
6244 * gdb.java/jmain.exp: Do not enclose methods names in single
6245 quotes.
6246 * gdb.java/jmisc.exp: Likewise.
6247 * gdb.java/jprint.exp: Likewise.
6248 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
6249
6250 From Jan Kratochvil <jan.kratochvil@redhat.com>:
6251 * gdb.cp/exception.exp (backtrace after first throw)
6252 (backtrace after second throw): Allow a namespace before __cxa_throw.
6253 (backtrace after first catch, backtrace after second catch): Allow
6254 a namespace before __cxa_begin_catch.
6255
6256 * gdb.cp/cpexprs.exp: New file.
6257 * gdb.cp/cpexprs.cc: New file.
6258
6259 From Daniel Jacobowitz <dan@codesourcery.com>
6260 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
6261 to use string_to_regexp.
6262 (ctor, dtor): New functions. Use them to match constructor
6263 and destructor function types.
6264 (Top level): Use runto_main.
6265
f870a310
TT
62662010-03-05 Tom Tromey <tromey@redhat.com>
6267
6268 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
6269 gdb.target_charset.
6270 (pp_ns.to_string): Likewise.
6271
0c199f28
KS
62722010-03-04 Keith Seitz <keiths@redhat.com>
6273
6274 * gdb.cp/overload.exp: Test that the filename portion of a linespec
6275 can be quoted. Test that both the filename and function/line
6276 portions can be quoted at the same time.
6277
c7437ca6
PA
62782010-03-04 Pedro Alves <pedro@codesourcery.com>
6279
6280 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
6281
b111b805
DE
62822010-03-03 Doug Evans <dje@google.com>
6283
24486cb7
DE
6284 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
6285 libc contains libpthread.
6286
b111b805
DE
6287 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
6288 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
6289 of gdb_compile. Add another pattern to match android backtrace.
6290
a0e0ef55
TT
62912010-03-03 Tom Tromey <tromey@redhat.com>
6292
6293 PR gdb/11345:
6294 * gdb.base/printcmds.exp (test_printf): Add test.
6295
1ba53b71
L
62962010-03-02 H.J. Lu <hongjiu.lu@intel.com>
6297
6298 * gdb.arch/amd64-byte.exp: New.
6299 * gdb.arch/amd64-dword.exp: Likewise.
6300 * gdb.arch/amd64-pseudo.c: Likewise.
6301 * gdb.arch/amd64-word.exp: Likewise.
6302 * gdb.arch/i386-byte.exp: Likewise.
6303 * gdb.arch/i386-pseudo.c: Likewise.
6304 * gdb.arch/i386-word.exp: Likewise.
6305
f5dff777
DJ
63062010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
6307
6308 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
6309 types. Add structreg, bitfields, and flags registers.
6310 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
6311 registers.
6312
90884b2b
L
63132010-03-01 H.J. Lu <hongjiu.lu@intel.com>
6314
6315 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
6316 (load_description): Set architecture if defined.
6317
dc00d89f
PM
63182010-02-28 Phil Muldoon <pmuldoon@redhat.com>
6319
6320 * gdb.python/py-frame.exp: Add read_var block tests.
6321 * gdb.python/py-frame.c (block): New function.
6322
0e095b7e
JK
63232010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6324 Daniel Jacobowitz <dan@codesourcery.com>
6325
6326 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
6327
624f1a65
DM
63282010-02-25 David S. Miller <davem@davemloft.net>
6329
6330 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
6331 fix logic for setting all_syscalls_numbers.
6332
f3e9a817
PM
63332010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6334
6335 * Makefile.in: Add py-block and py-symbol.
6336 * gdb.python/py-symbol.exp: New File.
6337 * gdb.python/py-symtab.exp: New File.
6338 * gdb.python/py-block.exp: New File.
6339 * gdb.python/py-symbol.c: New File.
6340 * gdb.python/py-block.c: New File.
6341
f6bbabf0
PM
63422010-02-24 Phil Muldoon <pmuldoon@redhat.com>
6343
6344 PR python/11314
6345 * lib/gdb.exp (skip_python_tests): New function.
6346 * gdb.python/py-cmd.exp: Use skip_python_tests.
6347 * gdb.python/py-frame.exp: Likewise.
6348 * gdb.python/py-function.exp: Likewise.
6349 * gdb.python/py-prettyprint.exp: Likewise.
6350 * gdb.python/py-template.exp: Likewise.
6351 * gdb.python/py-type.exp: Likewise.
6352 * gdb.python/py-value.exp: Likewise.
6353
85d721b8
PA
63542010-02-22 Pedro Alves <pedro@codesourcery.com>
6355
6356 PR9605
6357
6358 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
6359
48e32051
TT
63602010-02-19 Tom Tromey <tromey@redhat.com>
6361
6362 PR c++/8693, PR c++/9496:
6363 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
6364 regression tests.
6365
ac9c0048
JK
63662010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6367
6368 Fix compatibility with m68k as.
6369 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
6370 Use only /* comments */.
6371
57bb97a4
UW
63722010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6373
6374 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
6375 * configure: Regenerate.
6376
7d1bf85c
DJ
63772010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
6378
6379 * gdb.python/py-type.exp: Check for Python support.
6380
061b5285
PA
63812010-02-17 Pedro Alves <pedro@codesourcery.com>
6382
6383 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
6384 `regsub' syntax available.
6385
f8a8bc2c
PA
63862010-02-17 Pedro Alves <pedro@codesourcery.com>
6387
6388 * gdb.base/shmain.c (main): Remove printf call.
6389 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
6390 * gdb.base/unload.c (main): Make format of fprintf a string
6391 literal. Add missing endlines to prints to stderr.
6392 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
6393
6f451e5e
TT
63942010-02-17 Tom Tromey <tromey@redhat.com>
6395
6396 * gdb.java/jprint.java (jprint.props): New field.
6397 * gdb.java/jprint.exp (set_lang_java): Add regression test.
6398
12d79008
PA
63992010-02-17 Pedro Alves <pedro@codesourcery.com>
6400
ef801a0e 6401 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
6402 available.
6403
d252f7e5
DJ
64042010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6405
6406 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
6407 creation to support remote host testing.
6408
67bdab6c
DJ
64092010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
6412 Recognize "command not found".
6413
bb391223
DJ
64142010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6415
6416 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
6417 single-stepping.
6418
70362913
DJ
64192010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6420
6421 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
6422 if arguments are not supported.
6423
493f3c00
DJ
64242010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6425
6426 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
6427 be const or non-const.
6428
8034c749
DJ
64292010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6430
6431 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
6432 mi_send_resuming_command to send -exec-continue.
6433
791dfb64
DJ
64342010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6435
6436 * gdb.base/list.exp (test_list_filename_and_function): Add test
6437 with single quotes.
6438 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
6439 matching.
6440 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
6441 Add KFAIL'd tests for PR gdb/11289.
6442
7c5fe868
DJ
64432010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6444
6445 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
6446
fdc498b8
DJ
64472010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6448
6449 * gdb.base/comp-dir/subdir/dummy.txt: New file.
6450 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
6451 a temporary directory.
6452
b519e2a6
DJ
64532010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
6454
6455 * gdb.base/charset.exp: Use a single regular expression to match
6456 show host-charset and show target-charset output.
6457
74164c56
JK
64582010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6459
6460 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
6461 "Illegal process-id" expect string more exact.
6462 (attach to digits-starting nonsense is prohibited): New.
6463
701ed6dc
JK
64642010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6465
6466 * gdb.base/prelink.exp (set verbose on): New.
6467
889bf7c5 64682010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
6469
6470 * mi-reverse.exp: New file. Test for reverse option to the
6471 following MI commands: exec-continue, exec-finish, exec-next,
6472 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 6473
dadf0e9c
JB
64742010-02-09 Joel Brobecker <brobecker@adacore.com>
6475
6476 * gdb.ada/ptype_tagged_param: New testcase.
6477
714f19d5
TT
64782010-02-08 Tom Tromey <tromey@redhat.com>
6479
6480 PR c++/8017:
6481 * gdb.cp/overload.exp: Add tests.
6482 * gdb.cp/overload.cc (struct K): New.
6483 (namespace N): New.
6484 (main): Call new functions.
6485 (K::staticoverload): Define.
6486
889bf7c5 64872010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
6488
6489 PR gdb/10728
6490 * gdb.cp/pr10728-x.h: New file.
6491 * gdb.cp/pr10728-x.cc: New file.
6492 * gdb.cp/pr10728-y.cc: New file.
6493 * gdb.cp/pr10728.exp: New file.
6494 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
6495
889bf7c5 64962010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
6497
6498 PR gdb/9067
6499 * gdb.cp/pr9067.exp: New
6500 * gdb.cp/pr9067.cc: New
6501 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
6502
7b356089
JB
65032010-02-08 Joel Brobecker <brobecker@adacore.com>
6504
6505 * lib/gdb.exp (gdb_test_timeout): New global variable.
6506 Set it to timeout if not already set.
6507 (gdb_init): Reset the value of timeout to gdb_test_timeout.
6508
1be00882
DE
65092010-02-05 Doug Evans <dje@google.com>
6510
6511 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
6512 user.
6513
82856980
SW
65142010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
6515
6516 PR c++/7935:
6517 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
6518
1a334831
TT
65192010-02-04 Tom Tromey <tromey@redhat.com>
6520
6521 * gdb.cp/virtbase.exp: Make test case names unique.
6522
9c3c02fd
TT
65232010-02-02 Tom Tromey <tromey@redhat.com>
6524
6525 * gdb.cp/virtbase.exp: Add regression tests.
6526 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
6527 (main): Instantiate RHC.
6528
0cc2414c
TT
65292010-02-02 Tom Tromey <tromey@redhat.com>
6530
6531 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
6532 type-printing change.
6533
edf3d5f3
TT
65342010-02-02 Tom Tromey <tromey@redhat.com>
6535
6536 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
6537 * gdb.cp/virtbase.cc: New file.
6538 * gdb.cp/virtbase.exp: New file.
6539 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
6540
e4b7f41c
JK
65412010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6542
6543 PR libc/11214:
6544 * gdb.threads/current-lwp-dead.c: Include features.h.
6545 (HAS_NOMMU): New.
6546 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
6547
b381ea14
JK
65482010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6549
6550 * gdb.base/symbol-without-target_section.exp,
6551 gdb.base/symbol-without-target_section.c: New.
6552
c593ac0e
DJ
65532010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6554
6555 * gdb.base/bigcore.exp: Reset increased timeout.
6556 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
6557
db25f29d
DJ
65582010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6559
6560 * gdb.base/gcore.exp (capture_command_output): Use
6561 gdb_test_multiple.
6562
f9d67f43
DJ
65632010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6564
6565 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
6566 * gdb.arch/thumb2-it.exp (test_it_break): New function.
6567 (Top level): Call it.
6568
177321bd
DJ
65692010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
6570
6571 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
6572
97f2ed50
DJ
65732010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6574
6575 * gdb.base/call-strs.exp, gdb.base/default.exp,
6576 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
6577 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
6578 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
6579 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
6580 gdb.base/watchpoint-solib.exp: Save and restore timeout.
6581 * gdb.base/ending-run.exp: Correct restore of timeout.
6582 * gdb.base/page.exp: Remove unnecessary timeout setting.
6583
e4e2711a
JB
65842010-01-29 Joel Brobecker <brobecker@adacore.com>
6585
6586 * gdb.ada/rec_return: New testcase.
6587
ba581dc1
JB
65882010-01-29 Joel Brobecker <brobecker@adacore.com>
6589
6590 * gdb.ada/call_pn: New testcase.
6591
4ea95be9
DJ
65922010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
6593
6594 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
6595 (Top level): Use it to resume.
6596 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
6597 the Thumb mode displaced stepping error as unsupported.
6598
df83a9bf
SW
65992010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
6600
889bf7c5
PA
6601 * gdb.cp/nsusing.exp: Added more tests.
6602 * gdb.cp/nsrecurs.exp: Ditto.
6603 * gdb.cp/nsusing.cc: Added test functions.
6604 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 6605
40b27cdc
JK
66062010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
6609 absolute directory pathnames in gdb.sum file.
6610
de958931
SW
66112010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
6612
6613 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
6614 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
6615
708ead4e
TT
66162010-01-26 Tom Tromey <tromey@redhat.com>
6617
6618 PR exp/7643:
6619 * gdb.base/printcmds.exp (test_print_string_constants): Remove
6620 setup_kfail.
6621
b14e635e
SW
66222010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
6623
6624 * gdb.cp/nsrecurs.exp: New test.
6625 * gdb.cp/nsrecurs.cc: New test program.
6626 * gdb.cp/nsstress.exp: New test.
6627 * gdb.cp/nsstress.cc: New test program.
6628 * gdb.cp/nsdecl.exp: New test.
6629 * gdb.cp/nsdecl.cc: New test program.
6630
8540c487
SW
66312010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
6632
6633 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
6634 imported into file scope.
6635 Marked test as xfail.
6636 * gdb.cp/namespace-using.cc (marker5): New function.
6637 * gdb.cp/shadow.exp: New test.
6638 * gdb.cp/shadow.cc: New test program.
6639 * gdb.cp/nsimport.exp: New test.
6640 * gdb.cp/nsimport.cc: New test program.
6641
421d5d99
TT
66422010-01-25 Tom Tromey <tromey@redhat.com>
6643
6644 PR gdb/11049:
6645 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
6646 with "set print null-stop on".
6647
691f8dc1
JK
66482010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6649
6650 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
6651 Adjust it for DISASSEMBLY_OMIT_FNAME.
6652
0b92b5bb
TT
66532010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6654
6655 PR symtab/11199:
6656 * gdb.dwarf2/member-ptr-forwardref.exp,
6657 gdb.dwarf2/member-ptr-forwardref.S: New.
6658
23787403
JK
66592010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6660
6661 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
6662 (thread1_func): Protect thread1_tid with thread1_tid_cond by
6663 thread1_tid_mutex. Remove gdbstop_mutex handling.
6664 (thread2_func): Protect thread2_tid with thread2_tid_cond by
6665 thread2_tid_mutex. Remove gdbstop_mutex handling.
6666 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
6667 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
6668 pthread_cond_wait conditionalizations by while loops.
6669
b966cb8a
TT
66702010-01-20 Tom Tromey <tromey@redhat.com>
6671
6672 PR backtrace/10770:
6673 * gdb.dwarf2/pr10770.exp: New file.
6674 * gdb.dwarf2/pr10770.c: New file.
6675 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
6676
fcae584b
VP
66772010-01-20 Vladimir Prus <vladimir@codesourcery.com>
6678
6679 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
6680 that target was removed, and the test always runs native anyway.
6681
a0f49112
JK
66822010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6683
6684 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
6685 gdb.base/watchpoint-cond-gone-stripped.c: New.
6686
ceeb3d5a
TT
66872010-01-19 Tom Tromey <tromey@redhat.com>
6688
6689 PR c++/8000:
6690 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
6691 existing tests.
6692 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
6693 (main): Use AAA::SomeEnum.
6694
dd322c54
JK
66952010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6696
6697 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
6698 (test_ignore_count): Declare line_callme_body global.
6699 (run to breakpoint with ignore count): Use line_callme_body.
6700 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
6701 (set line_main_hello, set line_main_return): Reindent.
6702 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
6703 New.
6704 (continue to callee4): Use line_callee4_body.
6705 (check *stopped from CLI command): Use line_callee4_next.
6706 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
6707 (set line_main_hello, set line_main_return): Reindent.
6708 (set line_callee4_head, set line_callee4_body): New.
6709 (continue to callee4): Use line_callee4_body.
6710
4e8f195d
TT
67112010-01-18 Tom Tromey <tromey@redhat.com>
6712
6713 PR c++/9680:
6714 * gdb.cp/casts.cc: Add new classes and variables.
6715 * gdb.cp/casts.exp: Test new operators.
6716
9e14a9ba
JB
67172010-01-18 Tom Tromey <tromey@redhat.com>
6718 Thiago Jung Bauermann <bauerman@br.ibm.com>
6719
6720 * gdb.python/source2.py: New file.
6721 * gdb.python/source1: New file.
6722 * gdb.python/python.exp: Test "source" command.
6723
00bf0b85
SS
67242010-01-15 Stan Shebs <stan@codesourcery.com>
6725
6726 * gdb.trace/tfile.c: New file.
6727 * gdb.trace/tfile.exp: New file.
889bf7c5 6728
55235ad7
JK
67292010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6730
6731 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
6732
9f2982ff
JK
67332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6734
6735 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
6736
bbfba9ed
JK
67372010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
6740 (libfunc): New parameter action. Implement also selectable "sleep".
6741 * gdb.base/break-interp-main.c: Include assert.h.
6742 (libfunc): New parameter action.
6743 (main): New parameters argc and argv. Assert argc. Pass argv.
6744 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
6745 (test_attach): New proc.
6746 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
6747 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
6748
61f0d762
JK
67492010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6750
6751 * gdb.base/break-interp.exp (test_core): New proc.
6752 (test_ld): Call it.
6753
06a6f270
JK
67542010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6755
6756 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
6757 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
6758 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
6759 and gdb_compile_shlib. Use new -Wl compiler options.
6760 (dl bt, main bt): New tests.
6761
51bee8e9
JK
67622010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6763
6764 Support PIEs with no symfile_objfile.
6765 * gdb.base/break-interp.exp: New argument at the test_ld calls.
6766 (test_ld): New parameter trynosym.
6767 (test_ld <$trynosym>): New block.
6768
b8040f19
JK
67692010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6770
6771 * gdb.base/break-interp.exp: New file.
6772
be759fcf
PM
67732010-01-13 Phil Muldoon <pmuldoon@redhat.com>
6774
6775 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
6776 * gdb.python/py-prettyprint.py (pp_ls): New printer.
6777 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
6778 test.
6779 * gdb.python/py-prettyprint.c: Define lazystring test structure.
6780 * gdb.python/py-mi.exp: Add lazy string test.
6781
dc146f7c
VP
67822010-01-13 Vladimir Prus <vladimir@codesourcery.com>
6783
6784 * lib/mi-support.exp (mi_check_thread_states): Handle
6785 core number in thread listing.
6786
b4ba55a1
JB
67872010-01-12 Joel Brobecker <brobecker@adacore.com>
6788
6789 * gdb.base/maint.exp: Adjust the expected output for the
6790 "maint print type" test. Use gdb_test_multiple instead of
6791 gdb_sent/gdb_expect.
6792
08e24bd4
DE
67932010-01-11 Doug Evans <dje@google.com>
6794
6496a609
DE
6795 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
6796 from gdbserver_download. All callers updated.
6797
08e24bd4
DE
6798 * gdb.server/ext-run.exp: "info os processes" requires xml support.
6799
b5cfddf5
JK
68002010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6801
6802 Implement binary numbers parsing.
6803 * gdb.base/printcmds.exp (test_integer_literals_accepted)
6804 (test_integer_literals_rejected): New binary tests.
6805
3725885a
RW
68062010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6807
6808 * gdb.cell/configure: Regenerate.
6809
37aeb5df
JK
68102010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6811
6812 * gdb.base/corefile.exp: Move the core finding block out and call it as
6813 core_find, new variable $corefile, replace corefile by $corefile and
6814 [file tail $corefile] for usage vs. test names resp.
6815 * lib/gdb.exp (core_find): Move it as a new function here. New
6816 parameter binfile and deletefiles. New variable $destcore. Pre-delete
6817 $destcore. Return "" on error.
6818
d521f563
JK
68192010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6820
6821 Workaround PR binutils/10802.
6822 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
6823 (twice).
6824
28f24826
DJ
68252010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
6826
6827 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
6828
2de75e71
JB
68292010-01-08 Joel Brobecker <brobecker@adacore.com>
6830
6831 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
6832 call, to avoid interruption.
6833
fe00719b 68342010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
6835
6836 * gdb.stabs/weird.def (args93): New.
6837
d0ef5df8
DE
68382010-01-07 Doug Evans <dje@google.com>
6839
6840 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
6841
3a08d52f
TT
68422010-01-07 Tom Tromey <tromey@redhat.com>
6843
6844 * gdb.base/source.exp: Use correct line number.
6845
7a697b8d
SS
68462010-01-05 Stan Shebs <stan@codesourcery.com>
6847
6848 * gdb.trace/tracecmd.exp: Test ftrace.
6849
7803799a
UW
68502010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6851
6852 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
6853
c54eabfa
JK
68542010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6855
6856 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
6857 "uint_for_mi_testing".
6858
02e7ef19
JB
68592010-01-01 Joel Brobecker <brobecker@adacore.com>
6860
6861 Test indented comment in file being sourced.
6862 * gdb.base/commands.exp: Test indented comment in file being sourced.
6863
abd775ce
JB
68642010-01-01 Joel Brobecker <brobecker@adacore.com>
6865
6866 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
6867 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
6868 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
6869 notice.
6870
79b55b82
JB
68712010-01-01 Joel Brobecker <brobecker@adacore.com>
6872
6873 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
6874 notice.
6875
8997583e
JK
68762010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
6879 missing $after_stopped and comma (,) expectation.
6880
6da95a67
SS
68812009-12-31 Stan Shebs <stan@codesourcery.com>
6882
6883 * gdb.trace/actions.exp: Test teval action.
889bf7c5 6884
218d2fc6
TJB
68852009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6886
6887 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
6888 (top level): Call test_watchpoint_in_big_blob.
6889 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
6890 watchpoints.
6891 (func3): Write to buf.
6892
236f1d4d
SS
68932009-12-29 Stan Shebs <stan@codesourcery.com>
6894
6895 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 6896
f61e138d
SS
68972009-12-28 Stan Shebs <stan@codesourcery.com>
6898
6899 * gdb.trace/tsv.exp: New file.
6900 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 6901
0219b378
DJ
69022009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
6903
6904 * gdb.base/find.c (main): Reference search buffers.
6905 * gdb.base/included.c (main): Reference integer.
6906 * gdb.base/ptype.c (charfoo): Declare.
6907 (intfoo): Call charfoo.
6908 * gdb.base/scope0.c (useitp): New function.
6909 (usestatics): Use useitp.
6910 (useit): Add a type for val.
6911 * gdb.base/scope1.c (useit1): Take a pointer argument.
6912 (usestatics1): Update calls to useit1.
6913 * gdb.cp/call-c.cc: Declare foo.
6914 (main): Call foo.
6915 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
6916 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
6917 (main): Call C::ensureRefs and ensureOtherRefs.
6918 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
6919 variables.
6920 (ensureOtherRefs): New function.
6921 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
6922 * gdb.cp/templates.cc (main): Call t5i.value.
6923
3f78692f
JK
69242009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6925
6926 Fix compatibility with G++-4.5.
6927 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
6928 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
6929 (uncaught return): Remove.
6930
429374b8
JK
69312009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6932 Phil Muldoon <pmuldoon@redhat.com>
6933
6934 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
6935 (bp_location13, bp_location14, bp_location17, bp_location18)
6936 (marker3_proto, marker4_proto): New variables.
6937 (breakpoint info): Update output.
6938 (run until breakpoint at marker3, run until breakpoint at marker4): New
6939 tests.
6940
859825b8
JK
69412009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6942
6943 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
6944 Replace the printf call of Y by provided "y-set-1" label. New block
6945 for the second shared library.
6946 * gdb.base/unload.exp: Compile also the second library, call
6947 gdb_load_shlibs also for it. Use now gdb_breakpoint.
6948 (single pending breakpoint info): Rename to ...
6949 (pending breakpoint info before run): ... this extended test.
6950 (libfile2, libname2, libsrcfile2, libsrc2)
6951 (lib_sl2): New variables.
6952 (exec_opts): Set also SHLIB_NAME2.
6953 (pending breakpoint info on first run at shrfunc1)
6954 (pending breakpoint info on second run at shrfunc1)
6955 (pending breakpoint info on second run at shrfunc2)
6956 (print y from libfile, print y from libfile2): New tests.
6957 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
6958 * gdb.base/unloadshr2.c: New.
6959
e6a386cd
HZ
69602009-12-22 Hui Zhu <teawater@gmail.com>
6961
6962 * gdb.reverse/sigall-reverse.exp: Adjust.
6963
9e19b45e
VP
69642009-12-21 Vladimir Prus <vladimir@codesourcery.com>
6965
6966 PR gdb/10884
6967
6968 * gdb.mi/var-cmd.c (do_bitfield_tests): New
6969 (main): Call do_bitfield_tests.
aacf5b1e 6970 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 6971
d53a7b30
JB
69722009-12-20 Joel Brobecker <brobecker@adacore.com>
6973
6974 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
6975 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
6976 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
6977 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
6978 gdb.modula2/unbounded1.c: Update copyright header.
6979
191ca0a1
CM
69802009-12-10 Chris Moller <moller@mollerware.com>
6981
6982 PR gdb/9399
6983 * gdb.cp/virtfunc2.exp: New tests
6984 * gdb.cp/virtfunc2.cc: New tests
6985 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
6986
0fa6cf1b
MS
69872009-12-10 Oza Pawandeep (paawan1982@yahoo.com
6988
6989 * gdb.reverse/i387-env-reverse.c: New file.
6990 * gdb.reverse/i387-env-reverse.exp: New file.
6991 * gdb.reverse/i387-stack-reverse.c: New file.
6992 * gdb.reverse/i387-stack-reverse.exp: New file.
6993
361ae042
PM
69942009-12-08 Phil Muldoon <pmuldoon@redhat.com>
6995
6996 * gdb.python/py-type.exp (test_range): New test.
6997
bfd31e71
PM
69982009-12-03 Phil Muldoon <pmuldoon@redhat.com>
6999
7000 PR python/10805
7001
7002 * gdb.python/py-type.exp: New file.
7003 * gdb.python/py-type.c: New file.
7004 * Makefile.in: Add py-type.
7005
57a1d736
TT
70062009-12-03 Tom Tromey <tromey@redhat.com>
7007
7008 * gdb.python/py-value.exp (test_parse_and_eval): New
7009 function.
7010
1f3b5d1b
PP
70112009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
7012
7013 PR gdb/11022
7014
7015 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
7016 * gdb.base/pr11022.c: New test.
7017
8b7dbdc9
JK
70182009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 Fix spurious false FAILs.
7021 * gdb.base/structs.c (chartest): New.
7022 (main): Fill-in chartest.
7023 * gdb.base/structs.exp (anychar_re, first): New.
7024 (start_structs_test): Import global anychar_re and first.
7025 New gdb_test call "set print elements 300; ${testfile}"
7026 (start_structs_test <$first>): New block.
7027 (any): Import global anychar_re. New variable ac. Use ${ac}.
7028
6a53b2ec
JK
70292009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7030
7031 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
7032
d7167b4c
JK
70332009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7034
7035 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
7036 Force $srcfile file.
7037 * gdb.base/foll-fork.c (callee): Comment out the printf call.
7038
b1798462
UW
70392009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7040
7041 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
7042 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7043 * gdb.threads/watchthreads-reorder.exp: Likewise.
7044
b6199126
DJ
70452009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
7046
7047 PR gdb/8704
7048
7049 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
7050 "if", and "thread". Correct matching in the previous test.
7051
b22a0510
DJ
70522009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
7053
7054 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
7055
930636d2
MS
70562009-11-23 Michael Snyder <msnyder@vmware.com>
7057
7058 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
7059 * gdb.reverse-watch-precsave.exp: Ditto.
7060
21a0512e
PP
70612009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
7062
7063 * gdb.asm/asm-source.exp: Adjust.
7064 * gdb.base/help.exp: Adjust.
889bf7c5 7065
fc30d5e0
PA
70662009-11-22 Pedro Alves <pedro@codesourcery.com>
7067
7068 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
7069 (do_syscall_tests_without_xml): Set data-directory to
7070 /the/path/to/nowhere.
7071
f6bc2008
PA
70722009-11-21 Pedro Alves <pedro@codesourcery.com>
7073
7074 * gdb.threads/local-watch-wrong-thread.c,
7075 gdb.threads/local-watch-wrong-thread.exp: New files.
7076
8c2fb5de
PA
70772009-11-21 Pedro Alves <pedro@codesourcery.com>
7078
7079 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
7080 assume new `regsub' syntax available.
7081
ebec9a0f
PA
70822009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7083
a79d3c27
JK
7084 * gdb.base/watchpoint-hw-hit-once.exp,
7085 gdb.base/watchpoint-hw-hit-once.c: New.
7086
70872009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7088
7089 * gdb.threads/watchthreads-reorder.exp,
7090 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 7091
276a961b
MK
70922009-11-17 Nathan Sidwell <nathan@codesourcery.com>
7093
7094 * gdb.xml/tdesc-regs.exp: Use for m68k.
7095
4867c1fb
PA
70962009-11-15 Pedro Alves <pedro@codesourcery.com>
7097
7098 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
7099
f6838f81
DJ
71002009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7101
7102 * lib/gdb.exp (current_target_name): New procedure.
7103 (gdb_wrapper_target): New variable.
7104 (gdb_wrapper_init): Set gdb_wrapper_target.
7105 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
7106 wrapper.
7107
4ac4dd3f
DJ
71082009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7109
7110 * gdb.base/remote.exp: Delete the slowest load test.
7111 Do not load with fixed packet sizes.
7112
a7881759
DJ
71132009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7114
7115 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
7116
97a5b505
DJ
71172009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7118
7119 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
7120 srcfile when setting a breakpoint.
7121
d3e1fc54
DJ
71222009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
7123
7124 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
7125 macros.
7126
7cbcbded
DJ
71272009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
7128
7129 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
7130 to be in memory.
7131 * gdb.base/display.c (force_mem): New.
7132 (do_loops): Use it. Add breakpoint comments.
7133 (do_vars): Add a breakpoint comment.
7134 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
7135 line numbers.
7136
bdea3a92
NF
71372009-11-13 Nathan Froyd <froydnj@codesourcery.com>
7138
7139 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
7140 instead of a bare "run".
7141
269f82e5
PP
71422009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7143
7144 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 7145
a69b7d9d
DJ
71462009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7147
7148 * lib/cell.exp (skip_cell_tests): Clean up test files before
7149 returning.
7150
b598bfda
DJ
71512009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7152
7153 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
7154 and the breakpoint menu. Do not call perror if a prompt is seen.
7155 Consume the following GDB prompt.
7156 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
7157 * gdb.cp/namespace.exp: Use gdb_test.
7158 * gdb.cp/templates.exp: Use gdb_test.
7159 (test_template_breakpoints): Use gdb_test_multiple.
7160
87728fa0
DJ
71612009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7162
7163 * gdb.base/break1.c (struct some_struct, values): Move earlier.
7164 (marker4): Reference values.
7165
b67c692f
DJ
71662009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7167
7168 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
7169 is missing.
7170
f0df251a
DJ
71712009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7172
7173 * gdb.base/break.c (need_malloc): New.
7174 * gdb.base/constvars.c (main): Reference crass and crisp.
7175 * gdb.base/gdb1821.c (main): Reference bar.
7176 * gdb.cp/gdb1355.cc (main): Reference s1.
7177 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
7178 (main): Call them.
7179 * gdb.cp/hang2.cc (dummy2): Define.
7180 * gdb.cp/hang3.cc (dummy3): Define.
7181 * gdb.cp/m-data.cc (main): Reference shadow.
7182
bdf7534a
NF
71832009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
7184 Nathan Froyd <froydnj@codesourcery.com>
7185
7186 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
7187 remote host.
7188
f24fce77
NF
71892009-11-12 Nathan Froyd <froydnj@codesourcery.com>
7190
7191 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
7192 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
7193 * gdb.dwarf2/dw2-compressed.exp: Likewise.
7194 * gdb.dwarf2/dw2-intercu.exp: Likewise.
7195 * gdb.dwarf2/dw2-intermix.exp: Likewise.
7196 * gdb.dwarf2/dw2-producer.exp: Likewise.
7197 * gdb.dwarf2/mac-fileno.exp: Likewise.
7198 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
7199 py-prettyprint.py to the remote host.
7200 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
7201
40f0318e
KS
72022009-11-11 Keith Seitz <keiths@redhat.com>
7203
7204 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
7205 use it instead of "Foo".
7206 * gdb.cp/classes.exp (do_tests): Add a test to access
7207 a method through a typedef'd class name.
7208
f3d9f7fb
NF
72092009-11-11 Nathan Froyd <froydnj@codesourcery.com>
7210
7211 * gdb.base/long_long.exp: Permit leading zeros on floating-point
7212 exponents.
7213 * gdb.base/pointers.exp: Likewise.
7214 * gdb.cp/ref-types.exp: Likewise.
7215
a4216f37
KS
72162009-11-11 Keith Seitz <keiths@redhat.com>
7217
7218 * gdb.cp/cplusfuncs.cc (class foo): Add operators
7219 new[] and delete[].
7220 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
7221 "void".
7222 (probe_demangler): Remove all single-quoting of
7223 method and variable names.
7224 (info_func_regexp): Remove the word "void" from any
7225 occurrence of "(void)".
7226 (print_addr_2): Remove all single-quoting of
7227 method names.
7228 (print_addr_2_kfail): Likewise.
7229 (print_addr): Single-quote C function names before
7230 passing to print_addr_2.
7231 (test_paddr_operator_functions): Remove single-quoting
7232 for method names.
7233 Add tests for operator new[] and operator delete[].
7234
9b14d7aa
JK
72352009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7236
7237 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
7238
85feb311
KS
72392009-11-09 Keith Seitz <keiths@redhat.com>
7240
7241 * gdb.cp/overload.exp: Add tests for resolving overloaded
7242 methods in expression parsing/evaluation.
7243
fa335448
DJ
72442009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
7245
7246 * lib/gdb.exp (default_gdb_version): Use --version instead of
7247 --command.
7248
ec3c07fc
NS
72492009-11-10 Nathan Sidwell <nathan@codesourcery.com>
7250
7251 * lib/gdb.exp (gdb_compile_test): New.
7252 (skip_ada_tests, skip_java_tests): New.
7253 (gdb_compile): Use gdb_compile_test for f77.
7254 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
7255 * lib/java.exp (compile_java_from_source): Remove runtests check,
7256 use gdb_compile_test to record result.
7257 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
7258 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
7259 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
7260 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
7261 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
7262 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
7263 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
7264 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
7265 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
7266 adjust gdb_compile invocations.
7267
b8b4e42b
JK
72682009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7269
7270 * Makefile.in (abs_builddir): New.
7271 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
7272 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
7273 `$(abs_builddir)/site.exp'.
7274
f8b7eaf3
DJ
72752009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
7276
7277 * config/m68k-emc.exp, lib/emc-support.exp,
7278 gdb.trace/gdb_c_test.c: Delete.
7279 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
7280 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
7281 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
7282 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
7283 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
7284 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
7285 casing for m68k-*-elf.
7286
c4187697
NS
72872009-11-03 Pedro Alves <pedro@codesourcery.com>
7288
7289 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
7290 * gdb.arch/i386-prologue.exp: Likewise.
7291 * gdb.arch/i386-unwind.exp: Likewise.
7292
db16b772
DJ
72932009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7294
7295 * lib/gdb.exp (gdb_expect): Fix timeout typo.
7296
bcf71277
DJ
72972009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7298
7299 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
7300
0105cee2
DJ
73012009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
7302
7303 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
7304
24ddea62
JK
73052009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7306
7307 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
7308
287ccc17
JK
73092009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
7312 * gdb.base/sepdebug2.c: New file.
7313
08bca259 73142009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
7315
7316 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
7317 the modified warnings for catch syscall. Verify if GDB was compiled
7318 with support for lib expat, and choose which tests to run depending
7319 on this.
7320
5d4e2b76
VP
73212009-10-30 Vladimir Prus <vladimir@codesourcery.com>
7322
7323 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
7324 that composite commands are parsed OK. And also test
7325 that breakpoint commands do work.
7326
240e538a
MS
73272009-10-23 Michael Snyder <msnyder@vmware.com>
7328
7329 gdb.reverse/consecutive-precsave.exp: Change expect pattern
7330 to allow for new disassembly style.
7331
9c419145
PP
73322009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
7333
7334 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 7335
02506ff1
MS
73362009-10-22 Michael Snyder <msnyder@vmware.com>
7337
7338 * gdb.reverse/break-precsave.exp: New test.
7339 * gdb.reverse/consecutive-precsave.exp: Ditto.
7340 * gdb.reverse/finish-precsave.exp: Ditto.
7341 * gdb.reverse/i386-precsave.exp: Ditto.
7342 * gdb.reverse/machinestate-precsave.exp: Ditto.
7343 * gdb.reverse/sigall-precsave.exp: Ditto.
7344 * gdb.reverse/solilb-precsave.exp: Ditto.
7345 * gdb.reverse/step-precsave.exp: Ditto.
7346 * gdb.reverse/until-precsave.exp: Ditto.
7347 * gdb.reverse/watch-precsave.exp: Ditto.
7348
4cf866a3
MS
73492009-10-22 Michael Snyder <msnyder@vmware.com>
7350
7351 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
7352 for gdb_expect. Adjust one test's expect strings for the new
7353 format of disassemble.
7354 * gdb.reverse/finish-reverse.exp: Delete 'return'.
7355 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
7356 gdb_test_multiple.
7357 * gdb.reverse/step-reverse.exp: Delete 'return'.
7358 * gdb.reverse/until-reverse.exp: Delete blank lines.
7359 * gdb.reverse/watch-reverse.exp: Delete blank lines.
7360
2b28d209
PP
73612009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
7362
7363 * gdb.base/consecutive.exp: Adjust.
7364 * gdb.base/display.exp: Likewise.
7365 * gdb.base/pc-fp.exp: Likewise.
7366 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 7367
33b9c32b
MS
73682009-10-19 Michael Snyder <msnyder@vmware.com>
7369
7370 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
7371 * gdb.reverse/finish-reverse.c: Ditto.
7372 * gdb.reverse/sigall-reverse.c: Ditto.
7373 * gdb.reverse/solib-reverse.c: Ditto.
7374 * gdb.reverse/step-reverse.c: Ditto.
7375 * gdb.reverse/watch-reverse.c: Ditto.
7376
6c95b8df
PA
73772009-10-19 Pedro Alves <pedro@codesourcery.com>
7378 Stan Shebs <stan@codesourcery.com>
7379
7380 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
7381 * gdb.base/foll-exec.exp: Adjust to expect a process id before
7382 "Executing new program".
7383 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
7384 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
7385 left listed after having been killed.
7386 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
7387 * gdb.base/maint.exp: Adjust test.
7388
7389 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
7390 * gdb.multi/Makefile.in: New.
7391 * gdb.multi/base.exp: New.
7392 * gdb.multi/goodbye.c: New.
7393 * gdb.multi/hangout.c: New.
7394 * gdb.multi/hello.c: New.
7395 * gdb.multi/bkpt-multi-exec.c: New.
7396 * gdb.multi/bkpt-multi-exec.exp: New.
7397 * gdb.multi/crashme.c: New.
7398
279017b7
TG
73992009-10-13 Tristan Gingold <gingold@adacore.com>
7400
7401 * gdb.base/sepdebug.exp: Check debug info are found.
7402
0413d738
PA
74032009-10-08 Pedro Alves <pedro@codesourcery.com>
7404
7405 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
7406 bits.
7407
c628eecc
JK
74082009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
7411
38af1bfe
JB
74122009-10-07 Joel Brobecker <brobecker@adacore.com>
7413
7414 * gdb.base/watchpoints.c: Add copyright header. Reformat one
7415 of the comments.
7416
2b0adecd
PM
74172009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
7418
7419 * gdb.base/annota1.exp: Remove obsolete match_max increase.
7420 * gdb.base/annota3.exp: Idem.
7421 * gdb.base/maint.exp: Idem.
7422
8d417781
PM
74232009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7424
889bf7c5 7425 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
7426 to default.
7427
bb61102d
PM
74282009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7429
889bf7c5 7430 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
7431 mingw and cygwin targets.
7432
ace5c364
PM
74332009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
7434 Pedro Alves <pedro@codesourcery.com>
7435
889bf7c5 7436 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
7437 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
7438
c2d494a0
PM
74392009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7440
e1b52ce2
PM
7441 * gdb.base/shr1.c: Use %p in format string.
7442 * gdb.base/unload.c: Avoid warning in fprintf.
7443 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 7444
209f53f5
PM
74452009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
7446
7447 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
7448 long type.
7449 (test_unlink): Correct printf string.
7450 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
7451 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
7452
8172766a
JK
74532009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7454
7455 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
7456 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
7457 * gdb.arch/ia64-breakpoint-shadow.S: New file.
7458
0f73703c
UW
74592009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7460
7461 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
7462 * gdb.objc/nondebug.exp: Likewise.
7463
b32306ca
UW
74642009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7465
7466 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
7467 target_info setting.
7468
7469 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
7470 that detect new threads during "info threads".
7471
0057022f
UW
74722009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7473
7474 * gdb.threads/manythreads.c (main): Increase thread stack size
7475 to 2*PTHREAD_STACK_MIN.
7476 * gdb.threads/multi-create.c (main): Likewise.
7477 (create_function): Likewise.
7478
f29c0325
UW
74792009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7480
7481 * gdb.base/dump.exp: Pass difference of pointer types instead
7482 of integer types as offset to restore in intarr3.srec case.
7483
fcb34849
UW
74842009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7485
7486 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
7487
d5142e3b
UW
74882009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7489
7490 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
7491
087b74b2 74922009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 7493
087b74b2
PM
7494 New test for two watchpoints, with disabling of
7495 the first inserted.
7496 * testsuite/gdb.base/watchpoints.c: New file.
7497 * testsuite/gdb.base/watchpoints.exp: New file.
7498
96c07c5b
TT
74992009-09-25 Tom Tromey <tromey@redhat.com>
7500
7501 * gdb.base/charset.exp: Test utf-16 strings with Python.
7502
b8899f2b
TT
75032009-09-25 Tom Tromey <tromey@redhat.com>
7504
7505 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
7506 UCS-4.
7507 * gdb.base/charset.c (utf_32_string): Rename.
7508 (init_utf32): Rename.
7509 (main): Update.
7510
329719ec
TT
75112009-09-22 Tom Tromey <tromey@redhat.com>
7512
7513 * gdb.python/py-function.exp: Add regression tests.
7514
11ef0d76
KS
75152009-09-21 Keith Seitz <keiths@redhat.com>
7516
7517 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
7518 with invalid operator.
7519
3fe8f3b3
KS
75202009-09-21 Keith Seitz <keiths@redhat.com>
7521
7522 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
7523 and destructor using typedef name of class.
7524 * gdb.cp/classes.cc (class Base1): Add a destructor.
7525 (base1): New typedef.
7526 (use_methods): Instanitate an object of type base1.
7527 * gdb.cp/templates.exp (test_template_typedef): New procedure.
7528 (do_tests): Call test_template_typedef.
7529 * gdb.cp/templates.cc (Baz::~Baz): New method.
7530 (intBazOne): New typedef.
7531 (main): Instantiate intBazOne.
7532
7a9fe101
PM
75332009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7534
7535 PR python/10633
7536
7537 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
7538 Function.
7539 (run_lang_tests): Add print elements test.
7540
2e4d963f
PM
75412009-09-21 Phil Muldoon <pmuldoon@redhat.com>
7542
7543 * gdb.python/py-value.exp (test_subscript_regression): New
7544 function. Test for invalid subscripts.
7545 * gdb.python/py-value.c (main): Add test array, and pointer to it.
7546 (ptr_ref): New function.
7547
ec7e75e7
PP
75482009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
7549
7550 * gdb.base/default.exp: Fix "show convenience".
7551
0cc7d26f
TT
75522009-09-15 Tom Tromey <tromey@redhat.com>
7553
7554 * lib/mi-support.exp (mi_create_varobj): Update.
7555 (mi_create_floating_varobj): Likewise.
7556 (mi_create_dynamic_varobj): New proc.
7557 (mi_varobj_update): Update.
7558 (mi_varobj_update_with_type_change): Likewise.
7559 (mi_varobj_update_kv_helper): New proc.
7560 (mi_varobj_update_dynamic_helper): Rewrite.
7561 (mi_varobj_update_dynamic): New proc.
7562 (mi_list_varobj_children): Update.
7563 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
7564 * gdb.python/python-prettyprint.py (pp_outer): New class.
7565 (pp_nullstr): Likewise.
7566 (lookup_function): Register new printers.
7567 * gdb.python/python-prettyprint.c (struct substruct): New type.
7568 (struct outerstruct): Likewise.
7569 (substruct_test): New function.
7570 (struct nullstr): New type.
7571 (string_1, string_2): New globals.
7572 (main): Add new tests.
7573 * gdb.python/python-mi.exp: Added regression tests.
7574 * gdb.mi/mi2-var-display.exp: Update.
7575 * gdb.mi/mi2-var-cmd.exp: Update.
7576 * gdb.mi/mi2-var-child.exp: Update.
7577 * gdb.mi/mi2-var-block.exp: Update.
7578 * gdb.mi/mi-var-invalidate.exp: Update.
7579 * gdb.mi/mi-var-display.exp: Update.
7580 * gdb.mi/mi-var-cmd.exp: Update.
7581 * gdb.mi/mi-var-child.exp: Update.
7582 * gdb.mi/mi-var-block.exp: Update.
7583 * gdb.mi/mi-break.exp: Update.
7584 * gdb.mi/gdb701.exp: Update.
7585
a96d9b2e
SDJ
75862009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
7587
7588 * Makefile.in: Inclusion of catch-syscall object.
7589 * gdb.base/catch-syscall.c: New file.
7590 * gdb.base/catch-syscall.exp: New file.
7591
b43b923a
MS
75922009-09-12 Michael Snyder <msnyder@vmware.com>
7593
7594 * gdb.reverse/step-reverse.exp: Explicitly check for targets
7595 that can support reverse debuggnig.
7596
cec03d70
TT
75972009-09-11 Tom Tromey <tromey@redhat.com>
7598
7599 * gdb.dwarf2/valop.S: New file.
7600 * gdb.dwarf2/valop.exp: New file.
7601
e23bb3fc
MK
76022009-09-11 Mark Kettenis <kettenis@gnu.org>
7603
7604 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
7605
37c3696d
DE
76062009-09-10 Doug Evans <dje@google.com>
7607
7608 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
7609 Add $gdb_prompt to second breakpoint regexp.
7610
5172aecb
JB
76112009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
7612
7613 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
7614 names, add missing ones.
7615 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
7616 * gdb.python/py-frame.c: Rename from python-frame.c.
7617 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
7618 testfile name.
7619 * gdb.python/py-function.exp: Rename from python-function.exp.
7620 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
7621 testfile name.
7622 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
7623 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
7624 Adjust testfile name.
7625 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
7626 * gdb.python/py-template.cc: Rename from python-template.cc.
7627 * gdb.python/py-template.exp: Rename from python-template.exp.
7628 Adjust testfile name.
7629 * gdb.python/py-value.c: Rename from python-value.c.
7630 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
7631 testfile name.
7632
b554e4bd
JK
76332009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7634
7635 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
7636 $bpt2address.
7637 (Second breakpoint address is valid on ia64)
7638 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
7639
9a68ae16
JM
76402009-09-03 Joseph Myers <joseph@codesourcery.com>
7641
7642 * gdb.base/ending-run.exp: Restrict regular expression matching
7643 line number to require closing brace following.
7644
146b9145
DE
76452009-09-03 Doug Evans <dje@google.com>
7646
7647 * gdb.base/store.exp (check_set): Fix typo in expected value message.
7648
787d21e1
TT
76492009-09-02 Tom Tromey <tromey@redhat.com>
7650
7651 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
7652
e7802207
TT
76532009-09-02 Tom Tromey <tromey@redhat.com>
7654
7655 * gdb.dwarf2/callframecfa.exp: New file.
7656 * gdb.dwarf2/callframecfa.S: New file.
7657
817aadd2
JK
76582009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7659
7660 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
7661 gdb.base/solib-overlap-main.c: New.
7662
4a76eae5
DJ
76632009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
7664
7665 PR gdb/10565
7666
7667 * gdb.base/bitfields.c (struct container, container): New.
7668 (main): Initialize it and call break5.
7669 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
7670
d4b96c9a
JK
76712009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7672
7673 Support constant DW_AT_data_member_location by GCC PR debug/40659.
7674 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
7675
4e22772d
JK
76762009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
7679
2efab443
MS
76802009-08-26 Michael Snyder <msnyder@vmware.com>
7681
7682 * gdb.base/i386-reverse.c: New file.
7683 * gdb.base/i386-reverse.exp: New file.
7684 * gdb.base/Makefile.in: Add new files to be removed.
7685
07ab73a0
JM
76862009-08-26 Joseph Myers <joseph@codesourcery.com>
7687
7688 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
7689 environment-pwd for remote host.
7690 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
7691
676accff
KS
76922009-08-24 Keith Seitz <keiths@redhat.com>
7693
7694 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
7695 Add two new C++ completer tests which limit the output to a
889bf7c5 7696 given class.
676accff 7697
f9f7ad22
MS
76982009-08-24 Michael Snyder <msnyder@vmware.com>
7699
7700 * gdb.base/del.exp: Fix typo in comment.
7701 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
7702
81ecdfbb
RW
77032009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7704
7705 * configure: Regenerate.
7706 * gdb.hp/configure: Likewise.
7707 * gdb.hp/gdb.aCC/configure: Likewise.
7708 * gdb.hp/gdb.base-hp/configure: Likewise.
7709 * gdb.hp/gdb.compat/configure: Likewise.
7710 * gdb.hp/gdb.defects/configure: Likewise.
7711 * gdb.hp/gdb.objdbg/configure: Likewise.
7712 * gdb.stabs/configure: Likewise.
7713
cab0c772
UW
77142009-08-19 Doug Evans <dje@google.com>
7715
7716 * gdb.base/gdbvars.c: New file.
7717 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
7718
b8fa0bfa
PA
77192009-08-14 Pedro Alves <pedro@codesourcery.com>
7720
7721 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
7722 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
7723
b84aa90a
PA
77242009-08-13 Pedro Alves <pedro@codesourcery.com>
7725
7726 * gdb.base/default.exp: Adjust "set language test": it's now an
7727 enum command. Larger help string moved to "help set language".
7728 * gdb.base/help.exp: Adjust "help set language" expected output,
7729 now lists all known languages.
7730
0d8f9b2c
NF
77312009-08-11 Nathan Froyd <froydnj@codesourcery.com>
7732
7733 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
7734 all frame arguments.
7735 * gdb.arch/altivec-regs.exp: Likewise.
7736
bda180e0
TT
77372009-08-07 Tom Tromey <tromey@redhat.com>
7738
7739 * gdb.base/setshow.exp: Add tests for changes to set language, set
7740 check range, and set check type.
7741
48cb2d85
VP
77422009-08-03 Vladimir Prus <vladimir@codesourcery.com>
7743
7744 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
7745 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 7746 Call it.
48cb2d85 7747
1ea34204
UW
77482009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7749
7750 * configure.ac: Run gdb.cell tests when appropriate.
7751 * configure: Regenerate.
7752 * lib/cell.exp: New file.
7753 * gdb.cell: New directory.
7754 * gdb.cell/configure.ac: New file.
7755 * gdb.cell/configure: New file.
7756 * gdb.cell/Makefile.in: New file.
7757 * gdb.cell/arch.exp: New file.
7758 * gdb.cell/break.c: New file.
7759 * gdb.cell/break.exp: New file.
7760 * gdb.cell/break-spu.c: New file.
7761 * gdb.cell/bt.c: New file.
7762 * gdb.cell/bt2-spu.c: New file.
7763 * gdb.cell/bt-spu.c: New file.
7764 * gdb.cell/bt.exp: New file.
7765 * gdb.cell/coremaker.c: New file.
7766 * gdb.cell/coremaker-spu.c: New file.
7767 * gdb.cell/core.exp: New file.
7768 * gdb.cell/gcore.exp: New file.
7769 * gdb.cell/data.c: New file.
7770 * gdb.cell/data.exp: New file.
7771 * gdb.cell/data-spu.c: New file.
7772 * gdb.cell/ea-cache.exp: New file.
7773 * gdb.cell/ea-cache.c: New file.
7774 * gdb.cell/ea-cache-spu.c: New file.
7775 * gdb.cell/ea-standalone.c: New file.
7776 * gdb.cell/ea-standalone.exp: New file.
7777 * gdb.cell/ea-test.c: New file.
7778 * gdb.cell/ea-test.exp: New file.
7779 * gdb.cell/f-regs.exp: New file.
7780 * gdb.cell/mem-access.c: New file.
7781 * gdb.cell/mem-access.exp: New file.
7782 * gdb.cell/mem-access-spu.c: New file.
7783 * gdb.cell/ptype.exp: New file.
7784 * gdb.cell/registers.exp: New file.
7785 * gdb.cell/size.c: New file.
7786 * gdb.cell/sizeof.exp: New file.
7787 * gdb.cell/size-spu.c: New file.
7788 * gdb.cell/solib.exp: New file.
7789 * gdb.cell/solib-symbol.exp: New file.
7790
85e747d2
UW
77912009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7792
7793 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
7794
58d6951d
DJ
77952009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7796
7797 * gdb.base/float.exp: Handle VFP registers.
7798
6e0a4f15
MS
77992009-07-14 Michael Snyder <msnyder@vmware.com>
7800
dcd5da87
MS
7801 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
7802 to bring gdb to the beginning of the calling line.
7803
6e0a4f15
MS
7804 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
7805 confusing the i386 epilogue unwinder.
7806
782b2b07
SS
78072009-07-14 Stan Shebs <stan@codesourcery.com>
7808
7809 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
7810
f662c3bc
MS
78112009-07-14 Michael Snyder <msnyder@vmware.com>
7812
7813 * gdb.reverse/step-reverse.exp (stepi into function call):
7814 Call instruction may not be first instruction in the line.
7815 (reverse stepi from a function call): Used wrong line number.
7816
8f313923
JK
78172009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
7820
4662c76e
JK
78212009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7822
7823 Fix gdb.base/macscp.exp when using custom inputrc.
7824 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
7825 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
7826 env(TERM) set.
7827 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
7828 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
7829
aa81e255
JK
78302009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7831
7832 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
7833 * gdb.base/annota1.exp (thread_test): Import global $testfile.
7834 Change the compilation target to match the testcase name.
7835 * gdb.base/sect-cmd.exp: Change the compilation target to match the
7836 testcase name.
7837 * a2-run.exp: Use for setup prepare_for_testing. Change the
7838 compilation target to match the testcase name.
7839 * gdb.base/commands.exp: Likewise.
7840 * gdb.base/finish.exp: Likewise.
7841 * gdb.base/float.exp: Likewise.
7842 * gdb.base/info-target.exp: Likewise.
7843 * gdb.base/relational.exp: Likewise.
7844 * gdb.base/term.exp: Likewise.
7845 * gdb.base/until.exp: Likewise.
7846 * gdb.base/volatile.exp: Likewise.
7847 * gdb.base/whatis-exp.exp: Likewise.
7848
4c93b1d7
HZ
78492009-07-11 Hui Zhu <teawater@gmail.com>
7850
7851 * gdb.base/help.exp (disassemble): Update expected help text.
7852
812f7342
TT
78532009-07-09 Tom Tromey <tromey@redhat.com>
7854
7855 * lib/gdb.exp: Handle TRANSCRIPT.
7856 (remote_spawn, remote_close, send_gdb): New procs.
7857
fbb8f299
PM
78582009-07-10 Phil Muldoon <pmuldoon@redhat.com>
7859
7860 * gdb.python/python-prettyprint.c: Add counted null string
7861 structure.
7862 * gdb.python/python-prettyprint.exp: Print null string. Test for
7863 embedded nulls.
7864 * gdb.python/python-prettyprint.py (pp_ns): New Function.
7865 * gdb.python/python-value.exp (test_value_in_inferior): Add
7866 variable length string fetch tests.
7867 * gdb.python/python-value.c (main): Add strings for string fetch tests.
7868
c0ac0ec7
JK
78692009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7870
7871 * gdb.base/dump.exp (inaccessible memory is reported): New test.
7872
30b66ecc
TT
78732009-07-07 Tom Tromey <tromey@redhat.com>
7874
7875 * gdb.base/call-rt-st.exp: Update for change to escape output.
7876 * gdb.base/callfuncs.exp: Likewise.
7877 * gdb.base/charset.exp: Likewise.
7878 * gdb.base/constvars.exp: Likewise.
7879 * gdb.base/long_long.exp: Likewise.
7880 * gdb.base/pointers.exp: Likewise.
7881 * gdb.base/printcmds.exp: Likewise.
7882 * gdb.base/setvar.exp: Likewise.
7883 * gdb.base/store.exp: Likewise.
7884 * gdb.cp/ref-types.exp: Likewise.
7885 * gdb.mi/mi-var-child.exp: Likewise.
7886 * gdb.mi/mi-var-display.exp: Likewise.
7887 * gdb.mi/mi2-var-display.exp: Likewise.
7888 * gdb.base/charset.exp: Test octal escape sequence length.
7889 Update for change to escape output.
7890
187c4a2b
JK
78912009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7892
7893 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
7894
d80a43f9
DJ
78952009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
7896
7897 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
7898
047427a8
JK
78992009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7900
7901 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
7902 gdbserver increasing $portnum if "Can't bind address" has been seen.
7903
8b5a0f4f
PA
79042009-07-05 Pedro Alves <pedro@codesourcery.com>
7905
7906 * gdb.base/ending-run.exp: Add "step out of main" pattern for
7907 mingw32ce.
7908
7d93ba58
PA
79092009-07-05 Pedro Alves <pedro@codesourcery.com>
7910
7911 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
7912 VFP format.
7913
2277426b
PA
79142009-07-02 Pedro Alves <pedro@codesourcery.com>
7915
7916 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
7917 linux. Adjust to use "inferior", "info inferiors", "detach
7918 inferior" and "kill inferior" instead of "restart", "info fork",
7919 "detach fork" and "delete fork".
7920 * gdb.base/ending-run.exp: Spell out "info".
7921 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
7922 the "kill" command.
7923
5af949e3
UW
79242009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7925
7926 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
7927 change to prefix TLS offset in hex with 0x.
7928
5d3729b5
UW
79292009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7930
7931 * gdb.base/default.exp: Update test case for "x" changes.
7932
af589bd0
TG
79332009-07-01 Tristan Gingold <gingold@adacore.com>
7934
7935 * gdb.base/bigcore.exp: Make darwin untested.
7936
40974f91
JK
79372009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 * gdb.base/completion.exp (directory completion): Create the directory.
7940 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
7941 escapeuniquesub.
7942 (directory completion 2): Expect now ${escapeuniquesub}.
7943 (Glob remaining of directory test): Remove one excessive newline.
7944 Expect the real output.
7945
59dd3af6
JK
79462009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7947
7948 Fix `make check//%' target after `make check' has been ran.
7949 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
7950 a mkdir call.
7951 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
7952 (%/.dir): Remove.
7953
f4e164aa
JK
79542009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7955
7956 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
7957 the expected result record.
7958
69af2122
JK
79592009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 Remove racy FAILs relying just on the timeouts.
7962 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
7963 (annotation_level 2): Remove racy FAILs.
7964
2fd481e1
PP
79652009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
7966
7967 gdb/10275
889bf7c5
PA
7968 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
7969
c38f313d
DJ
79702009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
7971
7972 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
7973
8b777f02
VP
79742009-06-30 Vladimir Prus <vladimir@codesourcery.com>
7975
7976 * gdb.mi/mi-stack.exp: Testing symbolic options
7977 to -stack-list-locals and -stack-list-arguments.
7978
00c7eacf
JK
79792009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7980
7981 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
7982
6bc80edc
TT
79832009-06-29 Tom Tromey <tromey@redhat.com>
7984
7985 * dg-extract-results.sh: New file.
7986 * Makefile.in (FORCE_PARALLEL): New variable.
7987 (CHECK_TARGET): New conditional variable.
7988 (check): Use CHECK_TARGET.
7989 (DO_RUNTEST): New variable.
7990 (check-single): New target.
7991 (TEST_DIRS): New variable.
7992 (TEST_TARGETS): Likewise.
7993 (check-parallel): New target.
7994 (check-gdb.%): New pattern.
7995 (BASE1_FILES): New variable.
7996 (BASE2_FILES): Likewise.
7997 (check-gdb.base%): New pattern.
7998 (%/.dir): New pattern.
7999 * configure: Rebuild.
8000 * aclocal.m4 (AM_CONDITIONAL): New defun.
8001 * configure.ac: Check whether user is using GNU make.
8002 (GMAKE): New conditional.
8003
794684b6
SW
80042009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
8005
8006 * gdb.cp/namespace-nested-import.cc: New test.
8007 * gdb.cp/namespace-nested-import.exp: New test.
8008
edb3359d
DJ
80092009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
8010
8011 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
8012 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
8013 * gdb.opt/Makefile.in (EXECUTABLES): Update.
8014 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
8015 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
8016 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
8017 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
8018 gdb.opt/inline-markers.c: New files.
8019 * lib/gdb.exp (skip_inline_frame_tests): New function.
8020 (skip_inline_var_tests): New function.
8021
cf657a0c
AS
80222009-06-27 Andreas Schwab <schwab@linux-m68k.org>
8023
8024 * gdb.cp/exception.exp: Don't require $hex before inner frame in
8025 backtrace.
8026
28d41a99
MS
80272009-06-27 Michael Snyder <msnyder@vmware.com>
8028
8029 * gdb.reverse: New directory.
8030 * gdb.reverse/break-reverse.c: New test.
8031 * gdb.reverse/break-reverse.exp: New test.
8032 * gdb.reverse/consecutive-reverse.c: New test.
8033 * gdb.reverse/consecutive-reverse.exp: New test.
8034 * gdb.reverse/finish-reverse.c: New test.
8035 * gdb.reverse/finish-reverse.exp: New test.
8036 * gdb.reverse/machinestate.c: New test.
8037 * gdb.reverse/ms1.c: New test.
8038 * gdb.reverse/machinestate.exp: New test.
8039 * gdb.reverse/Makefile.in: New file.
8040 * gdb.reverse/shr2.c: New test.
8041 * gdb.reverse/solib-reverse.c: New test.
8042 * gdb.reverse/solib-reverse.exp: New test.
8043 * gdb.reverse/step-reverse.c: New test.
8044 * gdb.reverse/step-reverse.exp: New test.
8045 * gdb.reverse/until-reverse.c: New test.
8046 * gdb.reverse/ur1.c: New test.
8047 * gdb.reverse/until-reverse.exp: New test.
8048 * gdb.reverse/watch-reverse.c: New test.
8049 * gdb.reverse/watch-reverse.exp: New test.
8050 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
8051 * configure: Regenerate.
8052
fe3c8b0d
DE
80532009-06-26 Doug Evans <dje@google.com>
8054
8055 * gdb.base/psymtab.exp: Turn off pending breakpoints.
8056
3a72a602
PM
80572009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
8058
8059 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
8060 windows problem for 'file delete $binfile'.
8061
27aa8d6a
SW
80622009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
8063
8064 * gdb.cp/namespace-using.exp: New test.
8065 * gdb.cp/namespace-using.cc: New test.
8066
8ac055f8
JB
80672009-05-20 Joel Brobecker <brobecker@adacore.com>
8068
8069 * gdb.ada/variant_record_packed_array: New testcase.
8070
85e306ed
TT
80712009-06-23 Tom Tromey <tromey@redhat.com>
8072
8073 * gdb.base/charset.exp (test_combination): Regression test.
8074 * gdb.base/charset.c (my_wchar_t): New typedef.
8075 (myvar): New global.
8076 (main): Set myvar.
8077
56643c5e
PM
80782009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
8079
8080 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
8081 target.
8082
1fac167a
UW
80832009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8084
8085 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
8086
7ccb0be9
UW
80872009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8088
8089 * gdb.mi/gdb680.exp: Update test for error message.
8090
568d6575
UW
80912009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8092
8093 * gdb.base/annota1.exp: Allow multiple occurrences of the
8094 frames-invalid annotation.
8095 * gdb.cp/annota2.exp: Likewise.
8096
7cd1089b
PM
80972009-06-15 Phil Muldoon <pmuldoon@redhat.com>
8098
8099 * gdb.cp/gdb2495.cc: New file.
8100 * gdb.cp/gdb2495.exp: New file.
8101
72c63395
JK
81022009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 Report error on GDB crash during runto.
8105 * lib/gdb.exp (runto <eof>): New.
8106
3788363d
DJ
81072009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
8108
8109 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
8110 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
8111 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
8112 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
8113 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
8114 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
8115 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
8116 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
8117 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
8118 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
8119 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
8120 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
8121 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
8122 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
8123 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
8124 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
8125 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
8126 gdb.server/server-mon.exp, gdb.server/server-run.exp,
8127 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
8128 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
8129 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
8130 gdb.trace/passcount.exp, gdb.trace/report.exp,
8131 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
8132 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
8133 gdb.trace/while-stepping.exp: Use a unique name for the compiled
8134 executable.
8135
17592de3
PA
81362009-06-07 Pedro Alves <pedro@codesourcery.com>
8137
8138 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
8139 defined before referencing it.
8140
701e355d
DE
81412009-06-03 Doug Evans <dje@google.com>
8142
8143 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
8144 * gdb.arch/i386-see.c: Ditto.
8145
f2292c65
PM
81462009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
8147
8148 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
8149 (check_macro): Return 1 if undefined.
8150 If first test fails, check if macro debug information is available,
8151 and report unsupported test if no macro information is found.
8152
5a437975
DE
81532009-05-29 Doug Evans <dje@google.com>
8154
8155 * gdb.threads/hand-call-in-threads.exp: New.
8156 * gdb.threads/hand-call-in-threads.c: New.
8157
c141c696
MS
81582009-05-29 Michael Snyder <msnyder@vmware.com>
8159
8160 * gdb.base/break-always.exp: Change "1" to "on".
8161 Add confirmation check.
8162
b3444185
PA
81632009-05-28 Pedro Alves <pedro@codesourcery.com>
8164
8165 * gdb.threads/threxit-hop-specific.c: New.
8166 * gdb.threads/threxit-hop-specific.exp: New.
8167 * gdb.threads/thread-execl.c: New.
8168 * gdb.threads/thread-execl.exp: New.
8169
b6313243
TT
81702009-05-27 Tom Tromey <tromey@redhat.com>
8171 Thiago Jung Bauermann <bauerman@br.ibm.com>
8172
8173 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
8174 (mi_child_regexp): Likewise.
8175 (mi_list_varobj_children_range): Likewise.
8176 (mi_get_features): Likewise.
8177 (mi_list_varobj_children): Rewrite.
8178 * gdb.python/python-mi.exp: New file.
8179
a6bac58e
TT
81802009-05-27 Tom Tromey <tromey@redhat.com>
8181 Thiago Jung Bauermann <bauerman@br.ibm.com>
8182 Phil Muldoon <pmuldoon@redhat.com>
8183 Paul Pluzhnikov <ppluzhnikov@google.com>
8184
8185 * gdb.python/python-prettyprint.exp: New file.
8186 * gdb.python/python-prettyprint.c: New file.
8187 * gdb.python/python-prettyprint.py: New file.
8188 * gdb.base/display.exp: print/r is now valid.
8189
2c74e833
TT
81902009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
8191 Tom Tromey <tromey@redhat.com>
8192 Pedro Alves <pedro@codesourcery.com>
8193 Paul Pluzhnikov <ppluzhnikov@google.com>
8194
8195 * gdb.python/python-template.exp: New file.
8196 * gdb.python/python-template.cc: New file.
8197 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8198 tests.
8199 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8200 Call it.
8201 (test_value_after_death): New proc.
8202 * gdb.python/python-value.c (PTR): New typedef.
8203 (main): New variable 'x'.
8204
89c73ade
TT
82052009-05-27 Tom Tromey <tromey@redhat.com>
8206
8207 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
8208 tests.
8209 * gdb.python/python-value.exp (py_objfile_tests): New proc.
8210 Call it.
8211
a75724bc
PA
82122009-05-27 Pedro Alves <pedro@codesourcery.com>
8213
8214 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
8215
e58b0e63
PA
82162009-05-24 Pedro Alves <pedro@codesourcery.com>
8217
8218 * gdb.threads/fork-thread-pending.c: New.
8219 * gdb.threads/fork-thread-pending.exp: New.
8220
4ac36638
JK
82212009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8222
8223 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
8224 * gdb.dwarf2/dw2-strp.S (a_string2): New.
8225
889bf7c5 82262009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 8227
889bf7c5 8228 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 8229
b242c3c2
PA
82302009-05-17 Pedro Alves <pedro@codesourcery.com>
8231
8232 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
8233 `gdb_get_line_number'. Call `callee' in both parent and child.
8234 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
8235 `gdb_get_line_number' instead of hardcoding line numbers.
8236 (catch_fork_unpatch_child): New procedure to test detaching
8237 breakpoints from child fork.
8238 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
8239 hardcoding line numbers.
8240 (do_fork_tests): Run `catch_fork_unpatch_child'.
8241
ee342b23
VP
82422009-05-17 Vladimir Prus <vladimir@codesourcery.com>
8243
8244 * gdb.mi/mi-cmd-var.exp: Check that when varobj
8245 of structure type enters or leaves the scope, it
8246 is reported by -var-update.
8247
e2009e98
DE
82482009-05-11 Doug Evans <dje@sebabeach.org>
8249
8250 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 8251 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
8252 * gdb.threads/schedlock.c (main): Fix off-by-one error.
8253
00903456
JK
82542009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8255
8256 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
8257
dc621c35
DE
82582009-04-30 Doug Evans <dje@google.com>
8259
8260 * gdb.threads/watchthreads2.exp: New testcase.
8261 * gdb.threads/watchthreads2.c: New testcase.
8262
9ab4e744
DE
82632009-04-29 Doug Evans <dje@google.com>
8264
8265 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
8266 * gdb.cp/mb-ctor.cc: Ditto.
8267 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
8268 * gdb.cp/mb-inline.h (multi_line_foo): New function.
8269 * gdb.cp/mb-inline1.cc: Call it.
8270 * gdb.cp/mb-inline2.cc: Ditto.
8271 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
8272 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
8273
484086b7
JK
82742009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8275
8276 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
8277 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
8278 Replace all uses of `decimal' by `nonzero'.
8279 (info macro FROM_COMMANDLINE): New test.
8280
379a77b5
TT
82812009-04-27 Tom Tromey <tromey@redhat.com>
8282
8283 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
8284
b92b73c2
DE
82852009-04-27 Doug Evans <dje@google.com>
8286
8287 * gdb.threads/watchthreads.c (main): Initialize args before starting
8288 the threads. Plus formatting cleanup.
8289 * gdb.threads/watchthreads.exp: Avoid errant failures due to
8290 biased scheduling of one thread.
8291
945a118d
JG
82922009-04-27 Jerome Guitton <guitton@adacore.com>
8293
8294 * gdb.cp/templates.cc (GetMax): New template.
8295 (main): Declare two instances of GetMax.
8296 * gdb.cp/templates.exp: Add new test.
8297
d389af10
JK
82982009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8299
8300 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
8301
e7f86de9
JM
83022009-04-22 Joseph Myers <joseph@codesourcery.com>
8303
8304 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
8305
334cc82d
TT
83062009-04-15 Tom Tromey <tromey@redhat.com>
8307
8308 * gdb.base/charset.exp: Add regression test.
8309
d12672cc
JB
83102009-04-14 Joel Brobecker <brobecker@adacore.com>
8311
8312 * gdb.base/exe-lock.exp: New testcase.
8313
18e8c3bc
TT
83142009-04-13 Tom Tromey <tromey@redhat.com>
8315
8316 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
8317 operator on Frame.
8318
5ecd5cbe
UW
83192009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8320
8321 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
8322 * gdb.server/ext-attach.exp: Likewise.
8323
7309f756
VP
83242009-04-03 Vladimir Prus <vladimir@codesourcery.com>
8325
8326 Eliminate some sleep usage.
8327
889bf7c5
PA
8328 * gdb.mi/basics.c (do_nothing): New.
8329 (main): Use do_nothing instead of printf, so that
8330 not to introduce race condition between output of
8331 inferiour and output of gdb. Do not use sleep as it
8332 is not generally available on embedded targets.
7309f756 8333
f4b95f6f
PA
83342009-04-02 Pedro Alves <pedro@codesourcery.com>
8335
8336 * gdb.server/ext-attach.exp: Expect an optional process id after
8337 "Detached from remote process".
8338
de40b933
JK
83392009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8340
8341 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
8342 gdb.dwarf2/dw2-unresolved.exp: New.
8343
2ae101a4
PA
83442009-04-02 Pedro Alves <pedro@codesourcery.com>
8345
8346 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
8347 mi_run_to_main.
8348
56a8e183
PA
83492009-04-02 Pedro Alves <pedro@codesourcery.com>
8350
8351 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
8352 mi_run_to_main. Skip thread exit test on remote targets.
8353 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
8354 mi_run_to_main.
8355 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
8356 mi_run_to_main.
8357 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
8358 when expecting ^connected. Detect when the target doesn't support
8359 non-stop mode.
8360 (mi_run_cmd): Detect if non-stop mode was requested by isn't
8361 supported. Return -1 on error, 0 on success.
8362 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
8363 (mi_runto): Return mi_runto_helper's result explicitly.
8364
c35fafde
PA
83652009-04-01 Pedro Alves <pedro@codesourcery.com>
8366
8367 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
8368
f8a8dce6
JB
83692009-04-01 Tom Tromey <tromey@redhat.com>
8370
8371 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
8372 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
8373 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
8374 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
8375
71c25dea
TT
83762009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
8377 Jan Kratochvil <jan.kratochvil@redhat.com>
8378
8379 PR gdb/931
8380 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
8381 output.
8382 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
8383 for gdb/931.
8384 * dw2-strp.S (DW_AT_language): Change to C++.
8385 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
8386
02d9a9ce
JB
83872009-03-31 Joel Brobecker <brobecker@adacore.com>
8388
8389 * gdb.ada/tasks: New testcase.
8390
1042e4c0
SS
83912009-03-30 Stan Shebs <stan@codesourcery.com>
8392
8393 * gdb.trace/actions.exp: Update to match new info trace format.
8394 * gdb.trace/deltrace.exp: Ditto.
8395 * gdb.trace/infotrace.exp: Ditto.
8396 * gdb.trace/passcount.exp: Ditto.
8397 * gdb.trace/save-trace.exp: Ditto.
8398 * gdb.trace/while-stepping.exp: Ditto.
8399 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
8400
f8f6f20b
TJB
84012009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
8402
8403 * gdb.python/python-frame.c: New file.
8404 * gdb.python/python-frame.exp: New file.
8405
c0c6f777
TJB
84062009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
8407
8408 * gdb.python/python-value.exp: Add tests for the address
8409 attribute.
8410
3cb51905
AS
84112009-03-29 Andreas Schwab <schwab@linux-m68k.org>
8412
8413 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
8414
88fc996f
DE
84152009-03-26 Doug Evans <dje@google.com>
8416
8417 * gdb.mi/mi-nonstop-exit.exp: New file.
8418 * gdb.mi/non-stop-exit.c: New file.
8419
56ef84b1
TT
84202009-03-26 Tom Tromey <tromey@redhat.com>
8421
8422 Update for change to prologue skipping:
8423 * gdb.mi/mi2-simplerun.exp: Update.
8424 * gdb.mi/mi2-break.exp: Update.
8425 * gdb.mi/mi-simplerun.exp: Update.
8426 * gdb.mi/mi-break.exp: Update.
8427 * gdb.base/ending-run.exp: Update.
8428
def2b000
TJB
84292009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
8430
8431 * gdb.python/python-value.exp (test_value_in_inferior): Test
8432 gdb.Value.is_optimized_out attribute.
8433
442ddf59
JK
84342009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8435
8436 * gdb.dwarf2/dw2-noloc-main.c: New file.
8437 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
8438 (.text): Remove.
8439 (.data): New.
8440 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
8441 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
8442 (DW_TAG_subprogram func_cu1, noloc): Remove.
8443 (main): New.
8444 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
8445 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
8446 (file_symbols): New procedure.
8447
a8df5de4
TT
84482009-03-25 Tom Tromey <tromey@redhat.com>
8449
8450 * gdb.base/charset.exp (valid_target_charset): New proc.
8451 Use it to skip tests on invalid charsets.
8452
cc1d7add
PM
84532009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
8454
8455 * gdb.base/completion.exp: Add a test for directory completion.
8456
bcd5727b
JK
84572009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8458
8459 Fix a racy FAIL.
8460 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
8461 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
8462
cc924cad
TJB
84632009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
8464
8465 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
8466 * gdb.python/python-function.exp: Add test for function returning
8467 a GDB value.
8468
bc3b79fd
TJB
84692009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
8470
8471 * gdb.python/python-function.exp: New file.
8472
6c7a06a3
TT
84732009-03-20 Tom Tromey <tromey@redhat.com>
8474
8475 * gdb.base/store.exp: Update for change to escape output.
8476 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
8477 to escape output.
8478 * gdb.base/pointers.exp: Update for change to escape output.
8479 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
8480 to escape output.
8481 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
8482 escape output.
8483 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
8484 to escape output.
8485 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
8486 escape output.
8487 * gdb.base/setvar.exp: Update for change to escape output.
8488 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
8489 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
8490 to escape output.
8491 (test_print_string_constants): Likewise.
8492 * gdb.base/charset.exp (valid_host_charset): Check size of
8493 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
8494 cases. Handle "auto"-related output.
8495 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
8496 (uvar, Uvar): New globals.
8497
c31af87b
JG
84982009-03-19 Jerome Guitton <guitton@adacore.com>
8499
8500 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
8501 deltas.
8502 * gdb.ada/fixed_points.exp: Ditto.
8503
51272cf2
PA
85042009-03-18 Pedro Alves <pedro@codesourcery.com>
8505
8506 * return-nodebug.c: Don't include stdio.h.
8507 (init): Delete.
8508 (func): Delete definition and provide extern declaration.
8509 (t): New.
8510 (main): Don't call printf. Call func and store its result in t.
8511 * return-nodebug1.c: New.
8512 * return-nodebug.exp: Don't expect stdio output. Instead, print
8513 the global variable t. Drop printf formatters and cast types from
8514 foreach loop. Don't use prepare_for_testing. Compile
8515 return-nodebug.c and return-nodebug1.c in separate steps. Don't
8516 define FORMAT or CAST.
8517
d24948ac
PP
85182009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8519
8520 * gdb.base/solib-display.exp: Disable test for remote targers.
8521
61ff14c6
JK
85222009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8523
8524 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
8525
cb4dce93
JK
85262009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 Fix a racy FAIL.
8529 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
8530 code from `follow parent, print pids'.
8531 (`follow child, print pids', `follow parent, print pids'): Call it.
8532 Replace `gdb_test "break..."' by gdb_breakpoint.
8533
f7c60c5e
VP
85342009-03-13 Vladimir Prus <vladimir@codesourcery.com>
8535
8536 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 8537 sync and async modes.
f7c60c5e 8538
383ace49
JB
85392009-03-12 Joel Brobecker <brobecker@adacore.com>
8540
8541 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
8542 that was checked in by mistake. Remove loading of ada.exp, since
8543 this is not necessary in this case.
8544
4ce102af
JB
85452009-03-12 Joel Brobecker <brobecker@adacore.com>
8546
8547 * gdb.ada/ptype_arith_binop.exp: New testcase.
8548
529a2aef
JB
85492009-03-12 Joel Brobecker <brobecker@adacore.com>
8550
8551 * gdb.ada/mod_from_name: New testcase.
8552
8a38181c
JB
85532009-03-12 Joel Brobecker <brobecker@adacore.com>
8554
8555 * gdb.ada/tick_last_segv: New testcase.
8556
11436dee
VP
85572009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8558
61ff14c6 8559 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 8560
1f31650a
VP
85612009-03-12 Vladimir Prus <vladimir@codesourcery.com>
8562
61ff14c6
JK
8563 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
8564 include the token in ^running and frame info in *stopped.
1f31650a 8565
a3247a22
PP
85662009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
8567
8568 * solib-display.exp: New file.
8569 * solib-display-main.c: New file.
8570 * solib-display-lib.c: New file.
61ff14c6 8571
aae64587
PA
85722009-03-05 Pedro Alves <pedro@codesourcery.com>
8573
8574 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
8575
44aabfbc
JK
85762009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8577
8578 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
8579 (list_and_check_macro): Use more specific test name.
8580 (next to definition): Make the test names unique.
8581
c087fcd3
PM
85822009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
8583
8584 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 8585
c86cf029
VP
85862009-02-17 Vladimir Prus <vladimir@codesourcery.com>
8587
8588 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
8589 notifications.
8590 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
8591 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
8592 * lib/mi-support.exp (library_loaded_re): New.
8593 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
8594
3ea85240
VP
85952009-02-17 Vladimir Prus <vladimir@codesourcery.com>
8596
8597 * gdb.gdb/observer.exp: Use test_notification observer, not
8598 normal_stop, everywhere.
8599 (test_normal_stop_notifications): Rename to...
8600 (test_notifications): ...this.
8601 (test_observer_normal_stop): Rename to...
8602 (test_observer): ...this.
8603
1903f0e6
DE
86042009-02-16 Doug Evans <dje@google.com>
8605
8606 * gdb.arch/amd64-disp-step.S (test_int3): New test.
8607 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
8608 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
8609 (test_prefixed_syscall,test_int3): New tests.
8610 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
8611 (test_prefixed_syscall,test_int3): New tests.
8612
1d33d6ba
VP
86132009-02-14 Vladimir Prus <vladimir@codesourcery.com>
8614
3cb51905
AS
8615 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
8616 (mi_expect_interrupt): Likewise.
8617 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
8618 response.
1d33d6ba 8619
faafb047
PM
86202009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8621
8622 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
8623 * gdb.base/pc-fp.exp (get_valueofx): Remove.
8624 Replace calls to get_valueofx by get_hexadecimal_valueof.
8625
417e16e2
PM
86262009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
8627
8628 * lib/gdb.exp (get_valueof): Accept anything as a return value.
8629 (get_integer_valueof): New procedure.
8630 (get_sizeof): Use new get_integer_value_of.
8631 * gdb.base/sizeof.exp: Replace all uses of get_valueof
8632 by get_integer_valueof.
8633
7065b901
TT
86342009-02-13 Tom Tromey <tromey@redhat.com>
8635
8636 * gdb.base/remote.exp (get_sizeof): Remove.
8637 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
8638 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
8639 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
8640 * lib/gdb.exp (get_valueof): Move from long_long.exp.
8641 (get_sizeof): Likewise.
8642
5d7cb8df
JK
86432009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 PR fortran/9806
8646 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
8647
b2febfff
PP
86482009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8649
8650 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
8651
4aa995e1
PA
86522009-02-06 Pedro Alves <pedro@codesourcery.com>
8653
8654 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
8655
d8906c6f
TJB
86562009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
8657
8658 * gdb.python/python-cmd.exp: New file.
8659
ff4ab08d
TG
86602009-02-06 Tristan Gingold <gingold@adacore.com>
8661
8662 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
8663
aacd552b
TG
86642009-02-05 Tristan Gingold <gingold@adacore.com>
8665
8666 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
8667 pointer is dereferenced and use this signal name in regexp.
8668 * gdb.base/signull.exp: Ditto.
8669 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
8670 * gdb.base/signull.c (main): Ditto.
8671
08c637de
TJB
86722009-02-04 Tom Tromey <tromey@redhat.com>
8673 Thiago Jung Bauermann <bauerman@br.ibm.com>
8674
8675 * gdb.python/python-value.exp: Use `gdb.history' instead of
8676 `gdb.value_from_history'.
8677 (test_value_numeric_ops): Add test for conversion of enum constant.
8678 * gdb.python/python-value.c (enum e): New type.
8679 (evalue): New global.
8680 (main): Use argv.
8681
20261af8
JG
86822009-02-04 Jerome Guitton <guitton@adacore.com>
8683
8684 * gdb.ada/uninitialized_vars: New test program.
8685 * gdb.ada/uninitialized_vars.exp: New testcase.
8686
52e44b43
TT
86872009-02-02 Tom Tromey <tromey@redhat.com>
8688
8689 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
8690 * gdb.cp/pr2489.cc: Rename...
8691 * gdb.cp/pr9594.cc: ... to this.
8692
1c71341a
TT
86932009-02-02 Tom Tromey <tromey@redhat.com>
8694
8695 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
8696 * gdb.cp/pr2489.cc: New file.
8697 * gdb.cp/cpcompletion.exp: New file.
8698
a4295225
TT
86992009-02-02 Tom Tromey <tromey@redhat.com>
8700
8701 PR exp/9059:
8702 * gdb.cp/call-c.exp: Add regression test.
8703 * gdb.cp/call-c.cc (FooHandle): New typedef.
8704 (main): New variable 'handle'.
8705
592375cd
VP
87062009-01-30 Vladimir Prus <vladimir@codesourcery.com>
8707
8708 * lib/mi-support.exp (et_mi_thread_list)
8709 (check_mi_and_console_threads): Adjust for current thread in
8710 -thread-list-ids output.
8711
41447f92
VP
87122009-01-30 Vladimir Prus <vladimir@codesourcery.com>
8713
889bf7c5
PA
8714 * gdb.mi/mi-break.exp (test_disabled_creation): New.
8715 Call it.
41447f92 8716
35669430
DE
87172009-01-28 Doug Evans <dje@google.com>
8718
8719 * gdb.arch/amd64-disp-step.S: New file.
8720 * gdb.arch/amd64-disp-step.exp: New file.
8721 * gdb.arch/i386-disp-step.S: New file.
8722 * gdb.arch/i386-disp-step.exp: New file.
8723
09f00d9a
PM
87242009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
8725
8726 * gdb.base/find.exp: Set newline variable
8727 using quotes instead of braces to fix cygwin failures.
8728
1e8fb976
PA
87292009-01-23 Pedro Alves <pedro@codesourcery.com>
8730
8731 * gdb.base/radix.exp: Add tests to ensure that that set
8732 input-radix 0 and set output-radix 0 are really rejected.
8733
da061712
PA
87342009-01-23 Pedro Alves <pedro@codesourcery.com>
8735
8736 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
8737 copyright years.
8738
dd7e2d2b
PA
87392009-01-23 Pedro Alves <pedro@codesourcery.com>
8740
8741 PR gdb/9664:
8742 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
8743
392452f6
PA
87442009-01-22 Pedro Alves <pedro@codesourcery.com>
8745
8746 PR c++/9631:
8747 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
8748
8653e71c
PM
87492009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
8750
8751 * gdb.server/file-transfer.exp: Use EXEEXT variable for
8752 binfile definition to fix Windows OS failure.
8753
a12cc160
DJ
87542009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8755
8756 PR gdb/9346
8757 * gdb.base/interrupt.c (sigint_handler): New.
8758 (main): Install a SIGINT handler if SIGNALS is defined. Exit
8759 on error.
8760 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
8761 Test "signal SIGINT".
8762
b89667eb
DE
87632009-01-19 Doug Evans <dje@google.com>
8764
8765 * gdb.base/break.exp: Update expected gdb output.
8766 * gdb.base/sepdebug.exp: Ditto.
8767 * gdb.mi/mi-syn-frame.exp: Ditto.
8768 * gdb.mi/mi2-syn-frame.exp: Ditto.
8769 * gdb.base/call-signal-resume.exp: New file.
8770 * gdb.base/call-signals.c: New file.
8771 * gdb.base/unwindonsignal.exp: New file.
8772 * gdb.base/unwindonsignal.c: New file.
8773 * gdb.threads/interrupted-hand-call.exp: New file.
8774 * gdb.threads/interrupted-hand-call.c: New file.
8775 * gdb.threads/thread-unwindonsignal.exp: New file.
8776
adb483fe
DJ
87772009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
8778
8779 * gdb.base/define.exp: Test defining and hooking prefix commands.
8780 * gdb.python/python.exp: Update test for "show user" output.
8781
60023297
JK
87822009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
8785 now the output exactly, using less wildcards. Expect also the output
8786 of gfortran-4.3. Update for the f-valprint.c modification from
8787 2008-04-22.
8788 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
8789 Remove gdb_test test names where matching the command.
8790
ccc57cf9
PA
87912009-01-01 Pedro Alves <pedro@codesourcery.com>
8792
8793 PR breakpoints/9681:
8794 * gdb.base/watchpoint.exp: Add regression test.
8795
c7a6ca08
PA
87962008-12-31 Pedro Alves <pedro@codesourcery.com>
8797
8798 * gdb.threads/attach-into-signal.exp: Don't use
8799 gdb_suppress_entire_file.
8800 * gdb.threads/attach-stopped.exp: Ditto.
8801 * gdb.threads/attachstop-mt.exp: Ditto.
8802
3a031f65
PA
88032008-12-31 Pedro Alves <pedro@codesourcery.com>
8804
8805 PR gdb/8812:
8806 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
8807
09e6485f
PA
88082008-12-29 Pedro Alves <pedro@codesourcery.com>
8809
8810 PR gdb/7536:
8811 * gdb.base/radix.exp: Add tests to ensure invalid input radices
8812 and unsupported output radices are really rejected.
8813
0cd53049
JK
88142008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 * gdb.cp/punctuator.exp: Backslash the '$' signs.
8817
ba163c7e
TT
88182008-12-22 Tom Tromey <tromey@redhat.com>
8819
8820 * gdb.cp/punctuator.exp: New file.
8821
6f4de6c9
JK
88222008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8823
8824 * gdb.base/completion.exp (Completing non-existing component): New test.
8825
0f34d0b4
JK
88262008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8827
8828 Fix for PR gdb/8648.
8829 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
8830 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
8831 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
8832 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
8833
db2ad4c3
JK
88342008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
8837
bb5ef15e
DP
88382008-12-16 Christophe Lyon <christophe.lyon@st.com>
8839
8840 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
8841 compiler actually generate code at the expected line number.
8842
90142adc
JZ
88432008-12-15 Jie Zhang <jie.zhang@analog.com>
8844
8845 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
8846
fad6eecd
TT
88472008-12-12 Tom Tromey <tromey@redhat.com>
8848
8849 * gdb.base/commands.exp (redefine_hook_test): New proc.
8850 Call it.
8851
17c8aaf5
TT
88522008-12-11 Tom Tromey <tromey@redhat.com>
8853
8854 * gdb.base/macscp.exp: New regression test.
8855
7c8adf68
TT
88562008-12-11 Tom Tromey <tromey@redhat.com>
8857
8858 * gdb.base/macscp.exp: Print "address.addr".
8859 * gdb.base/macscp1.c (struct outer): New struct.
8860 (address): New global.
8861
b05dcbb7
TT
88622008-12-09 Tom Tromey <tromey@redhat.com>
8863
8864 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
8865 Call it.
8866
2d476de1
DE
88672008-12-04 Doug Evans <dje@google.com>
8868
8869 * gdb.server/ext-run.exp: Relax regexp for init program.
8870
87bdc959
TG
88712008-12-03 Tristan Gingold <gingold@adacore.com>
8872
8873 * gdb.base/macscp.exp: Generate an object file during compilation
8874 to work around Darwin dsymutil limitations.
8875
e0740f77
JK
88762008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8877
8878 Test resolving external references to TLS variables.
8879 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
8880 FILE2_THREAD_LOCAL.
8881 (testfile2, srcfile2): New variables.
8882 * gdb.threads/tls.c (file2_thread_local)
8883 (function_referencing_file2_thread_local): New.
8884 * gdb.threads/tls2.c: New file.
8885
67f0aac5
JB
88862008-11-28 Joel Brobecker <brobecker@adacore.com>
8887
8888 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
8889 rather than integer, as integer might not be big enough when
8890 on 64bit targets.
67f0aac5 8891
c332165e
JG
88922008-11-27 Jerome Guitton <guitton@adacore.com>
8893
8894 * gdb.cp/formatted-ref.exp: Add equality test.
8895 * gdb.ada/formatted_ref.exp: Ditto.
8896
fc9b693c
JK
88972008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
8900 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
8901
a9c64011
AS
89022008-11-20 Andreas Schwab <schwab@suse.de>
8903
8904 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
8905 matching syscall entry point.
8906 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8907 (tcatch_vfork_then_child_follow): Likewise. Finish through
8908 vfork even if we stopped at the syscall trampoline.
8909
e2fd701e
DE
89102008-11-20 Doug Evans <dje@google.com>
8911
8912 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
8913
69abc51c
TJB
89142008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
8915
8916 * gdb.arch/ppc-dfp.exp: New file.
8917 * gdb.arch/ppc-dfp.c: New file.
8918
c14c28ba
PP
89192008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8920
8921 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 8922
2e74121d
DE
89232008-11-17 Doug Evans <dje@google.com>
8924
8925 * gdb.mi/mi-syn-frame.exp: Update expected output.
8926 * gdb.mi/mi2-syn-frame.exp: Update expected output.
8927
66bb093b
VP
89282008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8929
8930 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
8931 "thread N" results in =thread-selected.
8932 * lib/mi-support (mi_run_cmd, mi_expect_stop)
8933 (mi_send_resuming_command_raw): Be prepared for
8934 =thread-selected.
8935
3d043ef6
VP
89362008-11-17 Vladimir Prus <vladimir@codesourcery.com>
8937
a9c64011
AS
8938 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
8939 * lib/mi-support.exp: Likewise.
3d043ef6 8940
808104c8
JB
89412008-11-16 Joel Brobecker <brobecker@adacore.com>
8942
8943 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
8944 commands from the expected output for "help catch".
8945
00b22944
JB
89462008-11-15 Joel Brobecker <brobecker@adacore.com>
8947
8948 * gdb.ada/int_deref.exp: New testcase.
8949
59669435
TT
89502008-11-14 Nick Roberts <nickrob@snap.net.nz>
8951
8952 * gdb.mi/gdb2549.exp: New file.
8953
de04a248
DE
89542008-11-11 Doug Evans <dje@google.com>
8955
8956 * gdb.base/callexit.exp: New file.
8957 * gdb.base/callexit.c: New file.
8958
6b8ce727
DE
89592008-11-10 Doug Evans <dje@google.com>
8960
8961 * lib/gdb.exp (GDBFLAGS): Move -nx ...
8962 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
8963 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
8964 (default_gdb_start,default_gdb_exit): Ditto.
8965 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
8966 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
8967 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
8968 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
8969 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
8970 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
8971
1b14b8aa
AS
89722008-11-03 Andreas Schwab <schwab@suse.de>
8973
8974 * gdb.base/hashline2.exp: Fix typo.
8975 * gdb.base/hashline3.exp: Likewise.
8976
f3134b88
TT
89772008-10-30 Tom Tromey <tromey@redhat.com>
8978
8979 * gdb.base/pointers.exp: Add test.
8980 * gdb.base/pointers.c (k, S): New typedefs.
8981 (instance): New global.
8982
c2226152
AS
89832008-10-30 Andreas Schwab <schwab@suse.de>
8984
8985 * gdb.base/args.exp: Add tests for newlines.
8986
462f405c
JB
89872008-10-30 Joel Brobecker <brobecker@adacore.com>
8988
8989 gdb.base/foll-exec.exp: Update the expected output of a couple
8990 of "info breakpoints" tests.
8991
79a45b7d
TT
89922008-10-28 Tom Tromey <tromey@redhat.com>
8993
8994 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
8995
adc13a14
PA
89962008-10-24 Pedro Alves <pedro@codesourcery.com>
8997
8998 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
8999 gdb_start_cmd.
9000 Use runto_main before any test that requires execution.
9001
252fbfc8
PA
90022008-10-23 Pedro Alves <pedro@codesourcery.com>
9003
9004 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
9005 instead of SIGINT.
9006
28148e3d
JB
90072008-10-22 Joel Brobecker <brobecker@adacore.com>
9008
9009 * gdb.base/completion.exp: Update expected output following
9010 the addition of the "info tasks" command.
9011
c209f847
TT
90122008-10-22 Tom Tromey <tromey@redhat.com>
9013
9014 * gdb.base/exprs.exp (test_expr): Add test for string
9015 concatenation.
9016
f177e350
PA
90172008-10-19 Pedro Alves <pedro@codesourcery.com>
9018
9019 * configure.ac: Output gdb.python/Makefile.
9020 * configure: Regenerate.
9021 * gdb.python/Makefile.in: New.
9022
cce89356
JB
90232008-10-16 Joel Brobecker <brobecker@adacore.com>
9024
9025 * gdb.base/foll-fork.exp: Adjust the expected output to match
9026 the new description for fork/vfork catchpoints in the "info
9027 breakpoints" output.
9028
176d289d
TJB
90292008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9030
9031 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
9032
a08702d6
TJB
90332008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9034
9035 * gdb.python/python-value.c: New file.
9036 * gdb.python/python-value.exp: New file.
9037
1c5cfe86
PA
90382008-10-15 Pedro Alves <pedro@codesourcery.com>
9039
9040 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
9041
5a98ad69
DP
90422008-10-15 Denis Pilat <denis.pilat@st.com>
9043
41702f1b 9044 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 9045
dcb1a1e2
TT
90462008-10-09 Tom Tromey <tromey@redhat.com>
9047
9048 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
9049 'fprintf' and 'stderr'.
9050
9124fe48
JB
90512008-10-07 Joel Brobecker <brobecker@adacore.com>
9052
9053 * gdb.ada/ref_tick_size.exp: New testcase.
9054
45452591
DE
90552008-10-06 Doug Evans <dje@google.com>
9056
9057 * gdb.dwarf2/dw2-cu-size.exp: New file.
9058 * gdb.dwarf2/dw2-cu-size.S: New file.
9059
9060 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
9061 .Ltype_int for clarity.
9062
4fc5b208
PP
90632008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9064
9065 PR gdb/2384:
9066 * gdb.cp/gdb2384.exp: Extended to test more cases.
9067 * gdb.cp/gdb2384.cc: Likewise.
9068 * gdb.cp/gdb2384-base.h: Likewise.
9069 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 9070
d78df370
JK
90712008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9072
9073 * gdb.base/maint.exp (maint print type): Remove printing
9074 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
9075
9a044a89
TT
90762008-09-30 Tom Tromey <tromey@redhat.com>
9077
9078 * gdb.base/macscp.exp: Add completion tests.
9079 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
9080 (TWENTY_THREE): Likewise.
9081 (FORTY_EIGHT): Likewise.
9082
506800a9
TT
90832008-09-30 Tom Tromey <tromey@redhat.com>
9084
9085 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
9086 everywhere.
9087 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
9088
1a6f01b5
JK
90892008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9090
9091 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
9092 testcase is derived from. Fix racy dependency on an expected PID
9093 number. No longer support the testcase on Linux kernel 2.4.x.
9094
2fae03e8
TT
90952008-09-27 Tom Tromey <tromey@redhat.com>
9096
9097 * gdb.base/macscp.exp: Add tests for stringification, splicing,
9098 and varargs.
9099
1ad15515
PA
91002008-09-22 Pedro Alves <pedro@codesourcery.com>
9101
9102 * lib/mi-support.exp (mi_expect_interrupt): New.
9103 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
9104 from gdb.mi/mi-nonstop.exp.
9105 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
9106 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
9107 lib/mi-support.exp.
9108 Use mi_check_thread_states throughout. Avoid ".*" and do not
9109 require an anchor after -exec-run.
9110
d0b76dc6
DJ
91112008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
9112
9113 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
9114 stop is pending. Avoid ".*" when two stops are pending.
9115 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
9116 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
9117 newlines in fullnames.
9118 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
9119 (mi_expect_stop): Update comments. Only anchor in sync mode.
9120 Do not match newlines.
9121 (mi_send_resuming_command_raw): Always return status.
9122 (mi_get_stop_line): Do not match more than one line by accident.
9123 Only anchor in sync mode.
9124 (mi_run_inline_test): If -exec-next fails, give up.
9125
9990c830
UW
91262008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9127
9128 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
9129 on SPU.
9130
ebcf6f00
JB
91312008-09-10 Joel Brobecker <brobecker@adacore.com>
9132
9133 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
9134
b6db24e5
JB
91352008-09-10 Joel Brobecker <brobecker@adacore.com>
9136
9137 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
9138 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9139 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
9140 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9141 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
9142 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
9143 gdb.ada/interface.exp, gdb.ada/null_array.exp,
9144 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9145 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9146 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9147 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
9148 Include the "= " sequence in the expected output of print tests.
9149
2bf448e0
JB
91502008-09-10 Joel Brobecker <brobecker@adacore.com>
9151
9152 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
9153 description for boolean types.
9154
d51fd4c8
PA
91552008-09-09 Pedro Alves <pedro@codesourcery.com>
9156
9157 * gdb.base/hook-stop-continue.c: New.
9158 * gdb.base/hook-stop-continue.exp: New.
9159
694182d2
DJ
91602008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
9161
9162 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
9163
3b8a7fc0
JG
91642008-09-08 Jerome Guitton <guitton@adacore.com>
9165
9166 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
9167 (stack_check_probe_2, stack_check_probe_loop_1)
9168 (stack_check_probe_loop_2): New functions.
9169 (main): Add call to these new functions.
9170 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
9171 functions, check that the breakpoint is inserted at the appropriate
9172 location.
9173 (insert_breakpoint): Slightly refine this procedure so that it can
9174 be called several times in the test.
9175
96cc0ae8
JG
91762008-09-08 Jerome Guitton <guitton@adacore.com>
9177
9178 * gdb.base/stack-checking.c: New file.
9179 * gdb.base/stack-checking.exp: New file.
9180
1f08b409
TJB
91812008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9182
9183 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
9184 * gdb.arch/altivec-regs.exp: Likewise.
9185 * gdb.arch/vsx-regs.exp: Likewise.
9186
3099e1c4
TJB
91872008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
9188
9189 * gdb.arch/ppc-fp.exp: New file.
9190 * gdb.arch/ppc-fp.c: New file.
9191
cc69bfc1
PP
91922008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
9193
9194 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
9195 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 9196
b02a33db
MS
91972008-09-04 Michael Snyder <msnyder@vmware.com>
9198
9199 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
9200 as "at" (for non-debug functions such as _start).
9201
2992cbe0
UW
92022008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9203
9204 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
9205 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
9206 software watchpoints.
9207 * gdb.base/watch_thread_num.exp: Likewise.
9208
514f746b
AR
92092008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
9210
9211 * gdb.arch/i386-bp_permanent.exp: New test.
9212
876cecd0
TT
92132008-08-24 Tom Tromey <tromey@redhat.com>
9214
9215 * gdb.base/maint.exp: Update "maint print type".
9216
80f73d71
VP
92172008-08-21 Vladimir Prus <vladimir@codesourcery.com>
9218
9219 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
9220 support. Adjust the order of "*running" notifications.
9221 * gdb.mi/non-stop.c: Don't cast from int to void* and
9222 back.
9223
d9c78d7d
MK
92242008-08-20 Mark Kettenis <kettenis@gnu.org>
9225
9226 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
9227 expect to find it in the "info frame" output.
9228
97a2d1d3
DJ
92292008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
9230
9231 * gdb.base/interp.exp: Always consume both prompts.
9232
b96e2927
PA
92332008-08-20 Pedro Alves <pedro@codesourcery.com>
9234
9235 * gdb.base/pending.exp: Test pending breakpoints without symbols
9236 loaded.
9237
8cf6e61a
VP
92382008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9239
9240 * lib/mi-support.exp (mi_expect_stop): Produce
9241 more details on failures.
9242 * gdb.mi/mi-nonstop.exp: New.
9243 * gdb.mi/non-stop.c: New.
9244
c6ebd6cf
VP
92452008-08-19 Vladimir Prus <vladimir@codesourcery.com>
9246
a9c64011
AS
9247 * gdb.mi/mi-async.exp: Use 'set target-async'.
9248 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 9249
46a9b8ed
DJ
92502008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
9251
9252 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
9253
44feb3ce
TT
92542008-08-17 Tom Tromey <tromey@redhat.com>
9255
9256 * gdb.base/help.exp (help catch): Rewrite.
9257
311a4e6b
TJB
92582008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
9259
9260 * gdb.base/define.exp: Test indented command documentation.
9261 * gdb.python/python.exp: Test indented multi-line command.
9262
604c2f83
LM
92632008-08-15 Luis Machado <luisgpm@br.ibm.com>
9264
9265 * testsuite/gdb.arch/vsx-regs.c: New source file.
9266 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
9267 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
9268
886a217c
TT
92692008-08-14 Tom Tromey <tromey@redhat.com>
9270
9271 * gdb.base/macscp.exp: Add regression test for "macro define" or
9272 "macro undef" with no arguments.
9273
c814a4f3
PP
92742008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
9275
9276 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 9277
12ab8a60
UW
92782008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9279
9280 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
9281
d57a3c85
TJB
92822008-08-06 Tom Tromey <tromey@redhat.com>
9283
9284 * gdb.python/python.exp: New file.
9285
c7b778ff
JK
92862008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9287
9288 Fix for PR gdb/1543.
9289 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
9290 $LOCATION.
9291 (location): New variable.
9292 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
9293 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
9294 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
9295 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
9296 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
9297 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
9298 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
9299 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
9300 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
9301 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
9302 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
9303 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
9304 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
9305 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
9306 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
9307 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
9308 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
9309 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
9310 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
9311 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
9312 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
9313 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
9314 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
9315 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
9316 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
9317 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
9318 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
9319 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
9320 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
9321 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
9322 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
9323 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
9324 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
9325 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
9326 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
9327 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
9328 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
9329 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
9330 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
9331 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
9332 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
9333 gdb.base/type-opaque.exp, gdb.base/until.exp,
9334 gdb.base/value-double-free.c, gdb.base/varargs.exp,
9335 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
9336 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
9337 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9338 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
9339 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
9340 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9341 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9342 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
9343 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
9344 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
9345 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
9346 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
9347 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
9348 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
9349 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
9350 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
9351 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
9352 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
9353 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
9354 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
9355 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
9356 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
9357 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
9358 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9359 gdb.pascal/types.exp, gdb.stabs/weird.exp,
9360 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
9361 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
9362 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
9363 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
9364 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
9365 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
9366 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
9367 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
9368 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
9369 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
9370 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
9371 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
9372 lib/mi-support.exp, lib/trace-support.exp: Remove reference
9373 to bug-gdb@prep.ai.mit.edu .
9374
5e06a3d1
VP
93752008-07-31 Vladimir Prus <vladimir@codesourcery.com>
9376
9377 * lib/mi-support.exp (mi_load_shlibs): New.
9378 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
9379
9d81d21b
VP
93802008-07-30 Vladimir Prus <vladimir@codesourcery.com>
9381
9382 * lib/mi-support.exp (get_mi_thread_list)
9383 (check_mi_and_console_threads): New, moved from ...
9384 * gdb.mi/mi-pthread.exp: ...here.
9385 * gdb.mi/gdb669.exp (get_mi_thread_list)
9386 (check_mi_and_console_threads): Delete.
9387 * gdb.mi/mi2-pthread.exp: Likewise.
9388
bae98fe0
TT
93892008-07-28 Tom Tromey <tromey@redhat.com>
9390
9391 * Makefile.in (just-check): Remove. Move body to...
9392 (check): ... here.
9393
57380f4e
DJ
93942008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9395
9396 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
9397 Add a test for duplicated SIGINTs.
9398
e09490f1
DJ
93992008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9400
9401 * gdb.threads/schedlock.exp (get_args): Update to work for any
9402 value of NUM.
9403 (Top level): Report the number of threads that did not resume.
9404
6387b45f
DJ
94052008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9406
9407 * gdb.dwarf2/dw2-compressed.S: Also define __start.
9408
62f64ff2
DJ
94092008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
9410
9411 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
9412 non-MI prompt.
9413
fa8de41e
TT
94142008-07-26 Tom Tromey <tromey@redhat.com>
9415
9416 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
9417 (function_struct, function_struct_ptr): New globals.
9418 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
9419 function pointer in a struct.
9420
ccb3ac8a
TT
94212008-07-26 Tom Tromey <tromey@redhat.com>
9422
9423 * gdb.base/macscp.exp: Add test for macro lexing bug.
9424
d7d9f01e
TT
94252008-07-18 Tom Tromey <tromey@redhat.com>
9426
9427 * gdb.base/macscp.exp: Add macro tests.
9428
9bf07184
PP
94292008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9430
9431 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
9432
becf6477
PP
94332008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
9434
9435 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
9436
0709f7d3
PP
94372008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
9438
9439 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 9440
7093c834
PP
94412008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9442
9443 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 9444
b432ffe3
JK
94452008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
9448
b1a268e5
VP
94492008-07-12 Vladimir Prus <vladimir@codesourcery.com>
9450
9451 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
9452
e2995f8e
KB
94532008-07-11 Kevin Buettner <kevinb@redhat.com>
9454
9455 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
9456 of regexp to account for changes made to GDB in the printing of
9457 byte vectors.
9458
14032a66
TT
94592008-07-11 Tom Tromey <tromey@redhat.com>
9460
9461 * gdb.base/completion.exp: Add 'help' completion test.
9462
981505ef
JK
94632008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9464
9465 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
9466
10568435
JK
94672008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
9470
4487aabf
PA
94712008-07-09 Pedro Alves <pedro@codesourcery.com>
9472
9473 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
9474
a4a9b1c4
PA
94752008-07-09 Pedro Alves <pedro@codesourcery.com>
9476
9477 * gdb.base/fullname.exp: Restore pwd if compiling failed.
9478
3c3185ac
JK
94792008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9480
9481 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
9482
7ebd49dc
VP
94832008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9484
9485 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
9486 previous commit. Add a comment.
9487
84e46146
PA
94882008-06-28 Pedro Alves <pedro@codesourcery.com>
9489
9490 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
9491
0f8d4a2f
VP
94922008-06-28 Vladimir Prus <vladimir@codesourcery.com>
9493
9494 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
9495
f747e0ce
PA
94962008-06-27 Pedro Alves <pedro@codesourcery.com>
9497
9498 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
9499 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
9500 compiling an executable, link in an object that forces unbuffered
9501 output.
9502 * lib/set_unbuffered_mode.c: New file.
9503
734a5c36
JK
95042008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9505
9506 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
9507
a2840c35
VP
95082008-06-25 Vladimir Prus <vladimir@codesourcery.com>
9509
a9c64011
AS
9510 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
9511 mi_expect_stop.
9512 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
9513 Demand that *running is output.
9514 (detect_async): Perform checking every time.
9515 (mi_send_resuming_command): Extract everything into...
9516 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
9517 (mi_expect_stop): Don't accept any output before *stopped.
9518
6ae37fef
VP
95192008-06-13 Vladimir Prus <vladimir@codesourcery.com>
9520
9521 Robustify mi-simplerun.
a9c64011
AS
9522 * gdb.mi/basics.c (main): Add a call to sleep.
9523 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
9524 * gdb.mi/mi2-cli.exp: Likewise.
9525 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 9526
b4aa76f0 95272008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
9528
9529 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
9530
e1ac3328
VP
95312008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9532
a9c64011
AS
9533 * gdb.mi/mi-console.exp: Adjust.
9534 * gdb.mi/mi-syn-frame.exp: Adjust.
9535 * gdb.mi/mi2-console.exp: Adjust.
9536 * gdb.mi/mi2-syn-frame.exp: Adjust.
9537 * lib/mi-support.exp (mi_run_cmd): Adjust.
9538 (mi_send_resuming_command): Adjust.
e1ac3328 9539
f7f9a841
VP
95402008-06-10 Vladimir Prus <vladimir@codesourcery.com>
9541
9542 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
9543 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
9544 testing of stopped.
9545 * gdb.mi/mi2-syn-frame.exp: Likewise.
9546 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
9547 (async, detect_async): New.
9548 (mi_expect_stop, mi_continue_to_line): Adjust expectation
9549 depending on if we're running in sync or async mode.
f7f9a841 9550
37cd5d19
TT
95512008-06-09 Tom Tromey <tromey@redhat.com>
9552
9553 * gdb.base/completion.exp: New tests for field name completion
9554 with spaces, and field name completion with '->'.
9555
65d12d83
TT
95562008-06-06 Tom Tromey <tromey@redhat.com>
9557
9558 * gdb.base/break1.c (struct some_struct): New struct.
9559 (values): New global.
9560 * gdb.base/completion.exp: Add field name completion test.
9561
ebfe2e3f
PP
95622008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9563
9564 * gdb.cp/call-c.exp: Test for incorrect handling of reference
9565 to pointer.
9566 * gdb.cp/call-c.cc: Likewise.
9567
bcf6fc3a
NR
95682008-06-06 Nick Roberts <nickrob@snap.net.nz>
9569
9570 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
9571 annotation.
9572
49fd4a42 95732008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 9574 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
9575
9576 * gdb.threads/execl.c, gdb.threads/execl1.c,
9577 gdb.threads/execl.exp: New tests.
a9c64011 9578
8a34ac3f
AR
95792008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
9580 Daniel Jacobowitz <dan@codesourcery.com>
9581
9582 * gdb.cp/exception.exp: Activate test, make it work with pending
9583 catchpoints.
9584
86ae69ef
JK
95852008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
9588
f7f9ae2c
VP
95892008-05-28 Vladimir Prus <vladimir@codesourcery.com>
9590
a9c64011
AS
9591 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
9592 now printed.
9593 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 9594
2a2d4dc3
AS
95952008-05-27 Andreas Schwab <schwab@suse.de>
9596
9597 * gdb.base/frame-args.exp: Handle arguments that are optimized
9598 out.
9599
5099e4d9
LM
96002008-05-26 Luis Machado <luisgpm@br.ibm.com>
9601
9602 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
9603 quiet for ppc32 and group options into a single variable.
9604
d9c36a91
JB
96052008-05-23 Joel Brobecker <brobecker@adacore.com>
9606
9607 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
9608 of zero-size elements.
9609 * gdb.ada/null_array.exp: Test printing this new array.
9610
103a8671
JK
96112008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9612
9613 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
9614
07a4cc1a 96152008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
9616
9617 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
9618 of the "finish" command.
9619
55f996a7
NR
96202008-05-21 Nick Roberts <nickrob@snap.net.nz>
9621
9622 * gdb.base/annota1.exp: Test for new annotation.
9623
907fc202
UW
96242008-05-16 Pedro Alves <pedro@codesourcery.com>
9625
9626 * gdb.base/fixsection.exp: New file.
9627 * gdb.base/fixsection0.c: New file.
9628 * gdb.base/fixsection1.c: New file.
9629
e8f97270
UW
96302008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9631
9632 * gdb.base/annota1.exp: Accept printf@... in place of printf.
9633 * gdb.base/annota3.exp: Likewise.
9634
ac0bb574
NF
96352008-05-13 Nathan Froyd <froydnj@codesourcery.com>
9636
9637 * gdb.base/watch_thread_num.exp: Don't run tests that require
9638 watchpoints if the target doesn't support them.
9639
6fadd07a
DE
96402008-05-12 Doug Evans <dje@google.com>
9641
9642 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
9643
6e9a4a30
JB
96442008-05-09 Joel Brobecker <brobecker@adacore.com>
9645
9646 * gdb.ada/assign_1.exp: New testcase.
9647
08388c79
DE
96482008-05-09 Doug Evans <dje@google.com>
9649
a3c83fae
DE
9650 * gdb.base/find.exp: New file.
9651 * gdb.base/find.c: New file.
08388c79 9652
bd5ddfe8
DJ
96532008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
9654
9655 * gdb.base/commands.exp (watchpoint_command_test): Handle
9656 gdb,no_hardware_watchpoints.
9657 * gdb.base/float.exp: Allow ARM targets without floating point.
9658 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
9659
b5dd68e2 96602008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 9661 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
9662
9663 * gdb.ada/lang_switch: New test program.
9664 * gdb.ada/lang_switch.exp: New testcase.
9665
382d13d1
DE
96662008-05-05 Doug Evans <dje@google.com>
9667
9668 * gdb.base/help.exp (disassemble): Update expected help text.
9669
9dd789d0
PA
96702008-05-04 Pedro Alves <pedro@codesourcery.com>
9671
9672 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
9673
611c83ae
PA
96742008-05-04 Pedro Alves <pedro@codesourcery.com>
9675
9676 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
9677 different times.
9678
ff013f42
JK
96792008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9680
9681 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
9682 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
9683 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
9684 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
9685
96dff6a2
VP
96862008-05-04 Vladimir Prus <vladimir@codesourcery.com>
9687
9688 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
9689 notification to appear.
9690
55cd6f92
DJ
96912008-05-04 Daniel Jacobowitz <dan@debian.org>
9692
9693 * gdb.base/fullname.c: New file.
9694 * gdb.base/fullname.exp: New file.
9695 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
9696
d705c43c
PA
96972008-05-03 Pedro Alves <pedro@codesourcery.com>
9698
9699 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
9700 expressions with macros.
9701
333222e1
JK
97022008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9703
9704 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
9705
5ac01682
DJ
97062008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
9707
9708 * gdb.base/completion.exp: Handle lack of other symbols beginning
9709 with "a".
9710
9711 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
9712
237fc4c9
PA
97132008-05-02 Jim Blandy <jimb@codesourcery.com>
9714
9715 * gdb.asm/asmsrc1.s: Add scratch space.
9716
ed5e9466
DJ
97172008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9718 Daniel Jacobowitz <dan@codesourcery.com>
9719
9720 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
9721 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
9722 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
9723
b39cc962
DJ
97242007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
9725
9726 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
9727
36d520f5
JB
97282008-05-01 Joel Brobecker <brobecker@adacore.com>
9729
9730 * gdb.base/info-target.exp: New testcase.
9731
8d4e3071
DJ
97322008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9733
9734 * gdb.cp/hang.exp: Use .cc instead of .C.
9735 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
9736 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
9737
6f3f3097
DJ
97382008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
9739
9740 * gdb.base/gdb1250.exp: Remove perror.
9741 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
9742
5550a914
PA
97432008-04-30 Pedro Alves <pedro@codesourcery.com>
9744
9745 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
9746 .2byte.
9747
d848e687
DJ
97482008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
9749
9750 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
9751 (maybe_kfail): New.
9752
93b5768b
PA
97532008-04-25 Pedro Alves <pedro@codesourcery.com>
9754
9755 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
9756
721c02de
VP
97572008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9758
a9c64011
AS
9759 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
9760 * gdb.mi/mi2-syn-frame.exp: Likewise.
9761 * lib/mi-support.exp: Likewise.
721c02de 9762
74960c60
VP
97632008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9764
9765 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
9766 to specify regexp for the location to stop at.
9767 * gdb.base/break-always.c: New.
9768 * gdb.base/break-always.exp: New.
9769
d24317b4
VP
97702008-04-24 Vladimir Prus <vladimir@codesourcery.com>
9771
9772 * lib/mi-support.exp (mi_runto_helper): Adjust
9773 for the original-location field.
9774 (mi_create_breakpoint, mi_list_breakpoints): New.
9775 * gdb.mi/mi-break.exp: Adjust.
9776 * gdb.mi/mi2-break.exp: Adjust.
9777 * gdb.mi/mi-pending.exp: Adjust.
9778 * gdb.mi/mi-simplerun.exp: Adjust.
9779 * gdb.mi/mi2-simplerun.exp: Adjust.
9780 * gdb.mi/mi-syn-frame.exp: Adjust.
9781 * gdb.mi/mi2-syn-frame.exp: Adjust.
9782 * gdb.mi/mi-until.exp: Adjust.
9783 * gdb.mi/mi2-until.exp: Adjust.
9784 * gdb.mi/mi-var-display.exp: Adjust.
9785 * gdb.mi/mi2-var-display.exp: Adjust.
9786 * gdb.mi/mi-watch.exp: Adjust.
9787 * gdb.mi/mi2-watch.exp: Adjust.
9788
fdc59709 97892008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 9790
a9c64011
AS
9791 * aclocal.m4: Add override.m4.
9792 * configure: Regenerate.
fdc59709 9793
8e91f023
VP
97942008-04-19 Vladimir Prus <vladimir@codesourcery.com>
9795
9796 * gdb.mi/var-cmd.c (do_at_tests): Verify that
9797 '-var-update --all-values' reports new value even the type
9798 of a variable object has changed.
9799
233a11ab
CS
98002008-04-18 Craig Silverstein <csilvers@google.com>
9801
9802 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
9803 files.
d24317b4 9804
9c1137ad
JB
98052008-04-18 Joel Brobecker <brobecker@adacore.com>
9806
9807 * gdb.ada/atomic_enum: New test program.
9808 * gdb.ada/atomic_enum.exp: New testcase.
9809
66d0bbc7
DE
98102008-04-17 Doug Evans <dje@google.com>
9811
9812 * gdb.opt/Makefile.in: Fix whitespace.
9813
100906b0
UW
98142008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
9815
9816 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
9817
4584e32e
DE
98182008-04-17 Doug Evans <dje@google.com>
9819
9820 * gdb.base/hashline1.exp: New testcase.
9821 * gdb.base/hashline2.exp: New testcase.
9822 * gdb.base/hashline2.exp: New testcase.
9823
0a320680
PA
98242008-04-17 Pedro Alves <pedro@codesourcery.com>
9825
9826 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
9827
18ac113b
AR
98282008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
9829
9830 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
9831 temporary breakpoint to match "Temporary breakpoint".
9832 * gdb.base/break.exp (delete_breakpoints): Likewise.
9833 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
9834 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
9835 * gdb.base/display.exp: Likewise.
9836 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
9837 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
9838 * gdb.base/restore.exp (restore_tests): Likewise.
9839 * gdb.base/sepdebug.exp: Likewise.
9840 * gdb.base/watchpoint.exp: Likewise.
9841 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
9842 * gdb.mi/mi-pending.exp: Likewise.
9843 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
9844 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
9845 * gdb.mi/mi-var-cmd.exp: Likewise.
9846 * gdb.mi/mi-var-display.exp: Likewise.
9847 * gdb.mi/mi2-cli.exp: Likewise.
9848 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
9849 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
9850 * gdb.mi/mi2-var-display.exp: Likewise.
9851 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
9852 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
9853 new "disp" field.
a9c64011 9854 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
9855 reason. This is to support fix for PR2424.
9856
add38693
JK
98572008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9858
9859 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
9860
fcacd99f
VP
98612008-04-13 Vladimir Prus <vladimir@codesourcery.com>
9862
9863 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 9864 field. Add more floating varobj tests.
fcacd99f 9865 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
9866 field.
9867 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
9868 (main): Call do_at_tests.
9869 * lib/mi-support.exp (mi_create_floating_varobj)
9870 (mi_varobj_update_with_type_change): New.
fcacd99f 9871
de051565
MK
98722008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
9873
9874 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
9875 option of -var-evaluate-expression.
9876 * gdb.mi/mi2-var-display.exp: Likewise.
9877
dbc52822
VP
98782008-04-07 Vladimir Prus <vladimir@codesourcery.com>
9879
9880 Introduce test setup helpers.
a9c64011
AS
9881 * lib/gdb.exp (build_executable, clean_restart)
9882 (prepare_for_testing): New.
9883 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
9884 * gdb.base/return.exp: Likewise.
9885 * gdb.base/ending-run.exp: Likewise.
dbc52822 9886
473591da
NR
98872008-04-07 Nick Roberts <nickrob@snap.net.nz>
9888
9889 * gdb.mi/mi-async.exp: New test for asynchronous Machine
9890 Interface (MI) responses.
9891
2b2d9e11
VP
98922008-04-06 Vladimir Prus <vladimir@codesourcery.com>
9893
a9c64011
AS
9894 * gdb.cp/breakpoint.cc: New code to test conditions involving
9895 member variables.
9896 * gdb.cp/breakpoint.exp: Test condition involving member
9897 variables.
2b2d9e11 9898
bb378428
VP
98992008-04-05 Vladimir Prus <vladimir@codesourcery.com>
9900
9901 * lib/mi-support.exp (mi_expect_stop): New.
9902 (mi_run_cmd): Change the
9903 token. Use mi_send_resuming_command, use
9904 mi_expect_stop.
9905 (mi_execute_to_helper): Rename to mi_execute_to.
9906 (mi_send_resuming_command): Add more error patterns.
9907 (mi_wait_for_stop): Renamed to...
9908 (mi_get_stop_line): ...this.
9909 (mi_run_inline_test): Adjust.
9910
9911 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
9912 * gdb.mi/mi-console.exp: Likewise.
9913 * gdb.mi/mi-pending.exp: Likewise.
9914 * gdb.mi/mi-simplerun.exp: Likewise.
9915 * gdb.mi/mi-stack.exp: Likewise.
9916 * gdb.mi/mi-stepi.exp: Likewise.
9917 * gdb.mi/mi-syn-frame.exp: Add comment.
9918 * gdb.mi/mi-until.exp: Likewise.
9919 * gdb.mi/mi-var-display.exp: Likewise.
9920 * gdb.mi/mi-watch.exp: Likewise.
9921 * gdb.mi/mi2-cli.exp: Likewise.
9922 * gdb.mi/mi2-console.exp: Likewise.
9923 * gdb.mi/mi2-simplerun.exp: Likewise.
9924 * gdb.mi/mi2-stack.exp: Likewise.
9925 * gdb.mi/mi2-stepi.exp: Likewise.
9926 * gdb.mi/mi2-until.exp: Likewise.
9927 * gdb.mi/mi2-var-display.exp: Likewise.
9928 * gdb.mi/mi2-watch.exp: Likewise.
9929
62172bb9
UW
99302008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9931
9932 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
9933
9934 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
9935
a13e061a
PA
99362008-04-04 Pedro Alves <pedro@codesourcery.com>
9937
9938 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
9939 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
9940 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
9941 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
9942 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
9943 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
9944 expect an mi error duplicated in stderr.
9945
eae06beb
JB
99462008-04-03 Joel Brobecker <brobecker@adacore.com>
9947
9948 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
9949 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
9950 Add a couple of tests that verify the behavior when the new setting
9951 is set to "cancel" and "all".
9952 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
9953 "ask" before we start the testing.
9954
79c6ced6
AR
99552008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
9956
9957 * gdb.cp/casts.cc: Add class reference variables.
9958 * gdb.cp/casts.exp: New test cases for up/down casting references.
9959
6c2d1a6b
MK
99602008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
9961
9962 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
9963 instead of beginning to make an extra test pass.
9964 * gdb.mi/mi2-var-display.exp: Likewise.
9965
55b411d9
MR
99662008-03-31 Maciej W. Rozycki <macro@mips.com>
9967
9968 * gdb.base/break.exp: Mark failures as such. Fix formatting.
9969
c6140da2
MD
99702008-03-31 Markus Deuling <deuling@de.ibm.com>
9971 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9972
9973 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
9974 value. Add xfail for older kernels.
9975
79732189
AR
99762008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
9977
9978 Bring mi-support in line with gdb.exp.
9979 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
9980 (mi_gdb_start): New function.
9981
33c3676e
MR
99822008-03-28 Maciej W. Rozycki <macro@mips.com>
9983
9984 * gdb.mi/mi-var-cmd.exp: Fix a typo.
9985
92e28119
VP
99862008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9987
9988 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
9989 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 9990
9e8e3afe
VP
99912008-03-26 Vladimir Prus <vladimir@codesourcery.com>
9992
9993 * lib/mi-support.exp (mi_create_varobj_checked): New.
9994 (mi_list_varobj_children): Allow to check for a
9995 value.
9996 (mi_list_array_varobj_children): New.
9997
9998 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
9999 and mi_list_varobj_children, as opposed to hardcoding
10000 expected strings.
10001 * gdb.mi/gdb701.exp: Likewise.
10002 * gdb.mi/gdb792.exp: Likewise.
10003 * gdb.mi/mi-var-block.exp: Likewise.
10004 * gdb.mi/mi-var-cmd.exp: Likewise.
10005 * gdb.mi/mi-var-invalidate.exp: Likewise.
10006 * gdb.mi/mi2-var-block.exp: Likewise.
10007 * gdb.mi/mi2-var-child.exp: Likewise.
10008 * gdb.mi/mi2-var-cmd.exp: Likewise.
10009 * gdb.mi/mi2-var-display.exp: Likewise.
10010
9df50351
JK
100112008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10012
10013 Fix random false FAILs on i386.
10014 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
10015
31e5d73a
DJ
100162008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10017
10018 PR gdb/544
10019 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
10020
12f4afab
DJ
100212008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
10022
10023 PR gdb/544
10024 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
10025
b562a0cb
DJ
100262008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10027
10028 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
10029 fixed PR gdb/544.
10030
17faa917
DJ
100312008-03-21 Pedro Alves <pedro@codesourcery.com>
10032
10033 * gdb.threads/fork-child-threads.exp: Test next over fork.
10034
6214f497
DJ
100352008-03-21 Chris Demetriou <cgd@google.com>
10036
10037 * gdb.base/break.exp (rbreak junk): New test for rbreak
10038 "Junk at end of arguments" issue.
10039
63092375
DJ
100402008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10041
10042 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
10043 *& to work on created array elements.
10044 (Top level): Test print $pc with a file. Test string operations
10045 without a target.
10046 * gdb.base/ptype.exp: Do not expect *& to work on created array
10047 elements.
10048
b21991b0
DJ
100492008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
10050
10051 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10052 gdb.threads/staticthreads.exp: Update exit query.
10053
c4b347c7
SL
100542008-03-07 Sandra Loosemore <sandra@codesourcery.com>
10055
10056 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
10057
fa4727a6
DJ
100582008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
10059
10060 * gdb.base/watchpoint.c (global_ptr, func4): New.
10061 (main): Call func4.
10062 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
10063 (test_inaccessible_watchpoint): New.
10064
2f34202f
MR
100652008-02-29 Maciej W. Rozycki <macro@mips.com>
10066
10067 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
10068 select the largest.
10069
0d6ba1b1
DJ
100702008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
10071
10072 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
10073 frames-invalid annotations.
10074
e691325a
PM
100752008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
10076
a9c64011 10077 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 10078
f85b5ecc
DE
100792008-02-27 Doug Evans <dje@google.com>
10080
10081 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
10082 for bug 1738.
10083 (breakpoint_to_handler_entry): Ditto.
10084
b40e7bf3
JB
100852008-02-27 Joel Brobecker <brobecker@adacore.com>
10086
10087 * gdb.base/ending-run.exp: Use the first line of code inside
10088 function body to test breakpoints.
10089 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
10090 location where the breakpoint is inserted when using the line
10091 where a function is declared. Fix typo in the description of
10092 one of the tests.
10093 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
10094
2faca73a
PM
100952008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10096
10097 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 10098 tests.
2faca73a 10099
6f439c36
PM
101002008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
10101
10102 * gdb.base/args.exp: avoid same output for tests
10103 with single quotes.
10104
54e52265
VP
101052008-02-26 Vladimir Prus <vladimir@codesourcery.com>
10106
a9c64011
AS
10107 * gdb.base/annota1.exp: Adjust for 'info break'
10108 format changes.
10109 * gdb.base/annota3.exp: Likewise.
10110 * gdb.base/break.exp: Likewise.
10111 * gdb.base/condbreak.exp: Likewise.
10112 * gdb.base/pending.exp: Likewise.
10113 * gdb.base/sepdebug.exp: Likewise.
10114 * gdb.base/unload.exp: Likewise.
10115 * gdb.cp/ovldbreak.exp: Likewise.
10116 * gdb.mi/mi-pending.exp: Likewise.
54e52265 10117
897b09ca
DE
101182008-02-07 Doug Evans <dje@google.com>
10119
10120 * gdb.cp/mb-inline.exp: New.
10121 * gdb.cp/mb-inline.h: New.
10122 * gdb.cp/mb-inline1.cc: New.
10123 * gdb.cp/mb-inline2.cc: New.
10124
b1c32d35
PM
101252008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
10126
10127 * gdb.pascal/floats.pas: New test program.
10128 * gdb.pascal/floats.exp: New testcase.
10129
1a4ca44a
TJB
101302008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
10131
10132 * gdb.base/callfuncs.c (t_float_many_args): New function.
10133 (t_double_many_args): New function.
10134 * gdb.base/callfuncs.exp: Add tests for exceeding float
10135 and double parameters passed through the stack.
10136
439048e8
JB
101372008-02-05 Joel Brobecker <brobecker@adacore.com>
10138
10139 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
10140 gdb.ada/complete/foo.adb: New files.
10141 * gdb.ada/complete.exp: New testcase.
10142
81fe8080
DE
101432008-02-03 Doug Evans <dje@google.com>
10144
301f0ecf
DE
10145 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
10146
81fe8080
DE
10147 * gdb.cp/gdb2384.exp: New file.
10148 * gdb.cp/gdb2384.cc: New file.
10149 * gdb.cp/gdb2384-base.h: New file.
10150 * gdb.cp/gdb2384-base.cc: New file.
10151
4b071aec
DE
101522008-02-02 Doug Evans <dje@google.com>
10153
10154 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
10155
61137ba6
JB
101562007-02-01 Joel Brobecker <brobecker@adacore.com>
10157
10158 * gdb.ada/sym_print_name: New test program.
10159 * gdb.ada/sym_print_name.exp: New testcase.
10160
101612007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
10162
10163 * gdb.ada/nested/hello.adb: New file.
10164 * gdb.ada/nested.exp: New testcase.
10165 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10166
98deb0da
VP
101672008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10168
10169 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
10170 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
10171 don't cause future evaluations of function to report
10172 creation of internal breakpoints.
98deb0da 10173
723a2275
VP
101742008-02-01 Vladimir Prus <vladimir@codesourcery.com>
10175
10176 * gdb.mi/mi-break.exp (test_error): New.
10177 Call it.
10178
fb546a2f
LM
101792008-01-31 Luis Machado <luisgpm@br.ibm.com>
10180
10181 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
10182 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
10183
2d8fd90a
PM
101842008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10185
10186 * gdb.pascal/integers.pas: New test program.
10187 * gdb.pascal/integers.exp: New testcase.
10188
a7fa0ded
PM
101892008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
10190
10191 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
10192
5e1a1926
TJB
101932008-01-30 Luis Machado <luisgpm@br.ibm.com>
10194
10195 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
10196 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
10197
8d04f9f0
JB
101982008-01-30 Paul Hilfinger <hilfinger@adacore.com>
10199
10200 * gdb.ada/formatted_ref: New test program.
10201 * gdb.ada/formatted_ref.exp: New testcase.
10202
10203 * gdb.cp/formatted-ref.cc: New file.
10204 * gdb.cp/formatted-ref.exp: New testcase.
10205
ce75a98f
JB
102062008-01-30 Joel Brobecker <brobecker@adacore.com>
10207
10208 * gdb.base/ptype.exp: Add testing of "ptype $pc".
10209
e835f6bf
NR
102102008-01-30 Nick Roberts <nickrob@snap.net.nz>
10211
10212 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
10213 (test_file_list_exec_source_file): Update to new macro-info field.
10214
d118ef87
PH
102152008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
10216
10217 * gdb.ada/exprs: New test program.
10218 * gdb.ada/exprs.exp: New testcase.
10219
7d35ab09
TJB
102202008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
10221
10222 * dfp-test.c (DELTA, DELTA_B): New definitions.
10223 (double_val1, double_val2, double_val3, double_val4, double_val5,
10224 double_val6, double_val7, double_val8, double_val9, double_val10,
10225 double_val11, double_val12, double_val13, double_val14, dec32_val1,
10226 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
10227 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
10228 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
10229 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
10230 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
10231 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
10232 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
10233 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
10234 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
10235 dec128_val16): New global variables.
10236 (decimal_dec128_align): New function.
10237 (decimal_mixed): Likewise.
10238 (decimal_many_args_dec32): Likewise.
10239 (decimal_many_args_dec64): Likewise.
10240 (decimal_many_args_dec128): Likewise.
10241 (decimal_many_args_mixed): Likewise.
10242 * dfp-test.exp: Add tests calling new inferior functions.
10243
2d717e4f
DJ
102442008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10245
10246 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
10247 gdb.server/ext-run.exp: New files.
10248 * lib/gdbserver-support.exp (gdbserver_download): New.
10249 (gdbserver_start): New. Update gdbserver expected
10250 output.
10251 (gdbserver_spawn): Use them.
10252 (gdbserver_start_extended): New.
10253
e85a822c
DJ
102542008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
10255
10256 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
10257 Run on GNU/Linux.
10258 (do_exec_tests): Check for systems which do not support catchpoints.
10259 Do not match START.
10260 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
10261 Run on GNU/Linux. Enable verbose output.
10262 (check_fork_catchpoints): New.
10263 (explicit_fork_child_follow, catch_fork_child_follow)
10264 (tcatch_fork_parent_follow): Update expected messages.
10265 (do_fork_tests): Use check_fork_catchpoints.
10266 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
10267 Run on GNU/Linux. Enable verbose output.
10268 (check_vfork_catchpoints): New.
10269 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
10270 expected messages.
10271 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
10272
401ea829
JB
102732008-01-29 Jim Blandy <jimb@red-bean.com>
10274
10275 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
10276 host' errors.
10277 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
10278
aceaf3ad
JB
102792008-01-29 Jim Blandy <jimb@red-bean.com>
10280
10281 * gdb.threads/sigthread.c: Use barriers to ensure that
10282 child_thread and child_thread_two are always initialized before we
10283 start to use them.
10284
a5606eee
VP
102852008-01-29 Vladimir Prus <vladimir@codesourcery.com>
10286
10287 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
10288 * gdb.base/watchpoint-solib.c: New.
10289 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 10290
c55a82bb
PM
102912008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
10292
10293 * gdb.base/gdb1056.exp: Add unsigned integer test.
10294
0993fe05
DE
102952008-01-28 Doug Evans <dje@google.com>
10296
10297 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
10298
4fe42e7f
JB
102992008-01-27 Jim Blandy <jimb@codesourcery.com>
10300
c7a69933
JB
10301 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
10302
4fe42e7f
JB
10303 * gdb.base/expand-psymtabs.exp: Doc fix.
10304
5def8285
MK
103052008-01-26 Mark Kettenis <kettenis@gnu.org>
10306
10307 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
10308
5313c911
NR
103092008-01-24 Nick Roberts <nickrob@snap.net.nz>
10310
a9c64011 10311 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
10312 -var-set-format.
10313
93815fbf
VP
103142008-01-23 Chris Demetriou <cgd@google.com>
10315
10316 * gdb.threads/thread_events.c: New testcase source file.
10317 * gdb.threads/thread_events.exp: New testcase expect file.
10318
467a88ee
NR
103192008-01-23 Nick Roberts <nickrob@snap.net.nz>
10320
10321 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
10322
10323 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
10324 -var-set-format.
10325
d8f82aba
DJ
103262008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
10327 Vladimir Prus <vladimir@codesourcery.com>
10328
10329 * gdb.base/float.exp: Allow missing floating point for m68k and
10330 PowerPC.
10331
60c46647
VP
103322008-01-22 Vladimir Prus <vladimir@codesourcery.com>
10333
10334 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
10335 ignore count.
10336 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
10337 * gdb.mi/mi-cli.exp: Adjust.
10338 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 10339
c7dd36a1
PA
103402008-01-17 Pedro Alves <pedro@codesourcery.com>
10341
10342 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
10343 and 'dummy_ptr' integer pointer. Initialize struct_declarations
10344 with dummy_ptr's address.
10345 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
10346 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
10347 all targets.
10348 * gdb.mi/mi2-var-child.exp: Likewise.
10349
39d5313e
JB
103502008-01-09 Joel Brobecker <brobecker@adacore.com>
10351
10352 * gdb.ada/null_array: New test program.
10353 * gdb.ada/null_array.exp: New testcase.
10354
0aea4bf3
LM
103552008-01-09 Luis Machado <luisgpm@br.ibm.com>
10356
10357 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
10358 with required float modifiers.
10359
0b354900
JB
103602008-01-08 Joel Brobecker <brobecker@adacore.com>
10361
10362 * gdb.ada/funcall_param: New test program.
10363 * gdb.ada/funcall_param.exp: New testcase.
10364
cdb7f5d4
JB
103652008-01-08 Joel Brobecker <brobecker@adacore.com>
10366
10367 * gdb.ada/arrayparam: New test program.
10368 * gdb.ada/arrayparam.exp: New testcase.
10369
88e2547f
JB
103702008-01-08 Joel Brobecker <brobecker@adacore.com>
10371
10372 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
10373 landed. Should also fix random failures in the test following it.
10374
f6867ce0
TJB
103752008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10376
10377 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
10378 for expressions with decimal float values.
10379 (test_dfp_conversions): New function to test casts to and from
10380 decimal float types.
10381 Call test_dfp_conversions.
10382 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
10383 elements.
10384 (main): Initialize ds.float4 and ds.double8 elements.
10385 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
10386 string to new error message.
10387 (d64_set_tests): Likewise.
10388 (d128_set_tests): Likewise.
10389 Add tests for expressions with decimal float variables. Add tests for
10390 conversions to and from decimal float types.
10391
f9c11282
JB
103922008-01-05 Joel Brobecker <brobecker@adacore.com>
10393
10394 * gdb.ada/packed_tagged/comp_bug.adb: New file.
10395 * gdb.ada/packed_tagged.exp: New testcase.
10396
0ecbca72
JB
103972008-01-04 Joel Brobecker <brobecker@adacore.com>
10398
10399 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
10400 gdb.ada/homonym/homonym_main.adb: New files.
10401 * gdb.ada/homonym.exp: New testcase.
10402
c18d3d89
JB
104032008-01-04 Joel Brobecker <brobecker@adacore.com>
10404
10405 * gdb.ada/packed_array.exp: Add testing of references to
10406 a packed array.
10407
ecc7085b
JB
104082008-01-04 Joel Brobecker <brobecker@adacore.com>
10409
10410 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
10411 New files.
10412 * gdb.ada/type_coercion.exp: New testcase.
10413
c474c922
JB
104142008-01-04 Joel Brobecker <brobecker@adacore.com>
10415
10416 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
10417 gdb.ada/tagged/foo.adb: New file.
10418 * gdb.ada/tagged.exp: New testcase.
10419
9005b927
JB
104202008-01-04 Joel Brobecker <brobecker@adacore.com>
10421
10422 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
10423 gdb.ada/ptype_field/foo.adb: New files.
10424 * gdb.ada/ptype_field.exp: New testcase.
10425
1a6aaad8
JB
104262008-01-03 Joel Brobecker <brobecker@adacore.com>
10427
10428 * gdb.ada/print_pc.exp: New testcase.
10429
0ef22f53
JB
104302008-01-03 Joel Brobecker <brobecker@adacore.com>
10431
10432 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
10433 gdb.ada/taft_type/p.adb: New files.
10434 * gdb.ada/taft_type.exp: New testcase.
10435
1689ecf8
JB
104362008-01-03 Joel Brobecker <brobecker@adacore.com>
10437
10438 * gdb.ada/array_bounds/bar.adb: New file.
10439 * gdb.ada/array_bounds.exp: New testcase.
10440
a4d0b9c3
JB
104412008-01-03 Joel Brobecker <brobecker@adacore.com>
10442
10443 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
10444 gdb.ada/arrayptr/foo.adb: New files.
10445 * gdb.ada/arrayptr.exp: New testcase.
10446
a31ace00
JB
104472008-01-03 Joel Brobecker <brobecker@adacore.com>
10448
10449 * gdb.base/set-lang-auto.exp: New testcase.
10450
a97fced3
JB
104512008-01-03 Joel Brobecker <brobecker@adacore.com>
10452
10453 * gdb.ada/fun_addr/foo.adb: New file.
10454 * gdb.ada/fun_addr.exp: New testcase.
10455
ef29ce1a
JK
104562008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10457
10458 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
10459 New files
10460
0fafefe3
JB
104612008-01-02 Joel Brobecker <brobecker@adacore.com>
10462
10463 * array_subscript_addr/p.adb: New file.
a9c64011 10464 * array_subscript_addr.exp: New testcase.
0fafefe3 10465
c4359f8d
JB
104662008-01-02 Joel Brobecker <brobecker@adacore.com>
10467
a9c64011 10468 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
10469 New files.
10470 * gdb.ada/str_cmp_ref.exp: New testcase.
10471
1aa1b15b
JB
104722008-01-01 Joel Brobecker <brobecker@adacore.com>
10473
10474 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
10475 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 10476 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 10477
81c9b2cf
JB
104782008-01-01 Joel Brobecker <brobecker@adacore.com>
10479
10480 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
10481 gdb.ada/ref_param/pck.ads: New files.
10482 * gdb.ada/ref_param.exp: New testcase.
10483
319e4674
JB
104842008-01-01 Joel Brobecker <brobecker@adacore.com>
10485
10486 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
10487 gdb.ada/interface/foo.adb: New files.
10488 * gdb.ada/interface.exp: New testcase.
10489
ef682c56
JB
104902007-12-31 Jim Blandy <jimb@codesourcery.com>
10491
10492 * gdb.base/multi-forks.exp: Consume all output from child
10493 processes before proceeding to next test.
10494
f6f3eb6c
JB
104952007-12-29 Jim Blandy <jimb@codesourcery.com>
10496
10497 * configure: Regenerated.
10498
f652e42f
JB
104992007-12-27 Joel Brobecker <brobecker@adacore.com>
10500
10501 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
10502 gdb.ada/fixed_cmp/fixed.adb: New files.
10503 * gdb.ada/fixed_cmp.exp: New testcase.
10504
6943e596
JB
105052007-12-27 Joel Brobecker <brobecker@adacore.com>
10506
10507 * gdb.ada/boolean_expr.exp: New testcase.
10508
aad9a193
JB
105092007-12-26 Jim Blandy <jimb@codesourcery.com>
10510
10511 * gdb.base/multi-forks.exp: Doc fix.
10512
fb5f3683
JB
105132007-12-26 Joel Brobecker <brobecker@adacore.com>
10514
10515 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
10516 * gdb.ada/char_param.exp: Do not compile our test program with
10517 -gnata, this is unnecessary.
10518 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
10519
384e4a9c
JB
105202007-12-24 Joel Brobecker <brobecker@adacore.com>
10521
10522 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
10523 gdb.ada/print_chars/foo.adb: New files.
10524 * gdb.ada/print_chars.exp: New testcase.
10525
01e044f7
JB
105262007-12-24 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
10529 gdb.ada/char_param/foo.adb: New files.
10530 * gdb.ada/char_param.exp: New testcase.
10531
0ce17860
JB
105322007-12-22 Jim Blandy <jimb@codesourcery.com>
10533
10534 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
10535 hard-coding source line numbers into the test.
10536 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
10537 gdb_get_line_number to find.
10538
919809b9
JB
105392007-12-22 Joel Brobecker <brobecker@adacore.com>
10540
10541 * gdb.base/ptype.c (highest): New struct type.
10542 (the_highest): New variable of that type.
10543 (main): Add dummy assignment to a field of variable the_highest.
10544 * gdb.base/ptype.exp: Test type printing of our new variable.
10545
abc8a88d
PM
105462007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
10547
10548 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 10549 and record first explicitly generated thread number.
abc8a88d
PM
10550 Use that thread number for thread specific watchpoint test.
10551 Add iteration number to repetitive tests.
10552
5158f3e3
CES
105532007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
10554 Jim Blandy <jimb@codesourcery.com>
10555
10556 * gdb.base/expand-psymtabs.c: New testcase
10557 source file.
10558 * gdb.base/expand-psymtabs.exp: New testcase
10559 expect file.
10560
37e4754d
LM
105612007-12-17 Luis Machado <luisgpm@br.ibm.com>
10562
10563 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
10564 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
10565
551e5d04
JB
105662007-12-17 Joel Brobecker <brobecker@adacore.com>
10567
10568 * gdb.ada/frame_args/foo.adb: New file.
10569 * gdb.ada/frame_args/pck.ads: New file.
10570 * gdb.ada/frame_args/pck.adb: New file.
10571 * gdb.ada/frame_args.exp: New testcase.
10572
a05ee097
JB
105732007-12-17 Joel Brobecker <brobecker@adacore.com>
10574
10575 * gdb.base/frame-args.c: New file.
10576 * gdb.base/frame-args.exp: New testcase.
10577
c162e8c9 105782007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 10579 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
10580
10581 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
10582
afe8ab22 105832007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 10584
afe8ab22
VP
10585 * gdb.mi/mi-pending.exp: New.
10586 * gdb.mi/mi-pending.c: New.
10587 * gdb.mi/mi-pendshr.c: New.
10588
dfdfb3ca
JB
105892007-12-06 Jim Blandy <jimb@codesourcery.com>
10590
10591 * gdb.base/default.exp: Update expected output for 'info catch'.
10592
b7fca990
JK
105932007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10594
10595 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
10596 must be set to binary.
10597
6a1afc1e
PA
105982007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
10599
10600 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
10601
a6b151f1
DJ
106022007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
10603
10604 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
10605 gdb.mi/mi-file-transfer.exp: New.
10606
43039443
JK
106072007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10608
10609 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
10610
0ef2251b
MR
106112007-11-22 Maciej W. Rozycki <macro@mips.com>
10612
10613 * gdb.trace/backtrace.exp: Fix a typo.
10614 * gdb.trace/circ.exp: Likewise.
10615 * gdb.trace/collection.exp: Likewise.
10616 * gdb.trace/limits.exp: Likewise.
10617 * gdb.trace/report.exp: Likewise.
10618 * gdb.trace/tfind.exp: Likewise.
10619 * gdb.trace/while-dyn.exp: Likewise.
10620
5443631e
NR
106212007-11-21 Nick Roberts <nickrob@snap.net.nz>
10622
10623 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
10624 objects of pointers that can't be dereferenced are now
10625 "noneditable".
10626
a4ce5b0d
UW
106272007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10628
10629 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
10630 (target_cpu): Remove.
10631
d6e956e5
VP
106322007-10-15 Vladimir Prus <vladimir@codesourcery.com>
10633
10634 * gdb.base/ending-run.exp: Expect the list of cleared
10635 breakpoint to come in natural order, not the reversed one.
a9c64011 10636
214270ab
VP
106372007-11-07 Vladimir Prus <vladimir@codesourcery.com>
10638
10639 * gdb.mi/mi-var-child.c (do_child_deletion): New.
10640 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 10641
1a619819
LM
106422007-11-05 Luis Machado <luisgpm@br.ibm.com>
10643
10644 * gdb.base/printcmds.exp: New function
10645 test_printf_with_dfp.
10646
5b01a6fa
DE
106472007-11-02 Doug Evans <dje@google.com>
10648
10649 * gdb.disasm/t01_mov.s: Remove carriage returns.
10650 * gdb.disasm/t02_mova.s: Ditto.
10651 * gdb.disasm/t03_add.s: Ditto.
10652 * gdb.disasm/t04_sub.s: Ditto.
10653 * gdb.disasm/t05_cmp.s: Ditto.
10654 * gdb.disasm/t06_ari2.s: Ditto.
10655 * gdb.disasm/t07_ari3.s: Ditto.
10656 * gdb.disasm/t08_or.s: Ditto.
10657 * gdb.disasm/t09_xor.s: Ditto.
10658 * gdb.disasm/t10_and.s: Ditto.
10659 * gdb.disasm/t11_logs.s: Ditto.
10660 * gdb.disasm/t12_bit.s: Ditto.
10661 * gdb.disasm/t13_otr.s: Ditto.
10662
ec33ab7f
JK
106632007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10664
10665 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
10666
ae0d01ff
UW
106672007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10668
10669 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
10670 provide DFP support.
10671
55eddb0f
DJ
106722007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
10673
10674 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
10675 Test "set powerpc vector-abi". Skip auto-detection tests for old
10676 toolchains.
10677
7020f05c
PA
106782007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
10679
10680 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
10681 with [string compare].
10682
84bc3db9
PA
106832007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
10684
10685 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
10686 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
10687
5876dc88
LM
106882007-10-25 Luis Machado <luisgpm@br.ibm.com>
10689
10690 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
10691 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
10692 * gdb.opt/Makefile.in: New makefile.
10693 * Makefile.in: Create new directory "gdb.opt".
10694 * configure.ac: Add "gdb.opt" directory.
10695 * configure: Regenerated.
a9c64011 10696
c3ea9a14
DE
106972007-10-25 Doug Evans <dje@google.com>
10698
10699 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
10700 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
10701
a9c64011 107022007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
10703 Thiago Jung Bauermann <bauerman@br.ibm.com>
10704
10705 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
10706 Floating Point expressions.
10707 * gdb.base/dfp-test.exp: new file adding tests for Decimal
10708 Floating Point variables.
10709 * gdb.base/dfp-test.c: new file containing program with Decimal
10710 Floating variables, used by gdb.base/dfp-test.exp.
10711
62a24a2b
DJ
107122007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
10713
10714 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
10715
e7b1eae6
UW
107162007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10717
10718 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
10719 compiling test case with GCC.
10720 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
10721
c641edcc
UW
107222007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10723
10724 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
10725 format changes.
10726
5e5ebfe6
MS
107272007-10-18 Michael Snyder <msnyder@specifix.com>
10728
10729 * gdb.base/dbx.exp: Add missing "-re " operator.
10730
e831e7b6
GM
107312007-10-16 Gaius Mulley <gaius@glam.ac.uk>
10732
10733 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
10734 * configure.ac: Removed trailing spaces after backslash.
10735 * gdb.modula2: New directory.
10736 * gdb.modula2/Makefile.in: New file.
10737 * gdb.modula2/unbounded-array.exp: New file.
10738 * gdb.modula2/unbounded1.c: New file.
10739
7cc46491
DJ
107402007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
10741
10742 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
10743
107442007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
10745
10746 * gdb.base/sigstep.c (main): Add checks for
10747 return values for setitimer call.
10748 Call setitimer again with itimer = ITIMER_REAL
10749 if first call to setitimer fails.
10750
e91528f0
KH
107512007-10-11 Kazu Hirata <kazu@codesourcery.com>
10752
10753 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
10754 of $timeout.
10755
2ec9a4f8
DJ
107562007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
10757
10758 * gdb.server/server-run.exp: Test for dynamic linker symbols.
10759
107602007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
10761
10762 * lib/gdb.exp (gdb_run_cmd): Move comment outside
10763 of gdb_expect call, to avoid interruption.
10764
64b2fa04
PA
107652007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
10766
10767 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
10768 (v_unsigned_long_long, v_long_long_array)
10769 (v_signed_long_long_array, v_unsigned_long_long_array)
10770 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
10771 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
10772 [!NO_LONG_LONG]: New.
10773 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
10774 v_long_long_member.
10775
10776 (v_long_long_func, v_signed_long_long_func)
10777 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
10778 (main) [!NO_LONG_LONG]: Initialize long long variants.
10779
10780 * gdb.base/whatis.exp: If board file requests no_long_long, build
10781 test with NO_LONG_LONG defined. Test long long, signed long long,
10782 and unsigned long long variants but only if board file doesn't
10783 disable it.
10784
a912286e 107852007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 10786 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
10787
10788 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
10789 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
10790 * configure: Regenerated.
10791 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
10792 gdb.pascal/types.exp, lib/pascal.exp: New files.
10793
471ba8c9
DJ
107942007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
10795
10796 * gdb.cp/classes.exp (do_tests): Always step to the line after the
10797 call.
10798 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
10799 to return to the call.
10800 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
10801 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
10802 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
10803 * gdb.mi/mi-until.exp (test_until): Likewise.
10804 * gdb.mi/mi2-until.exp (test_until): Likewise.
10805
fef8a650
DJ
108062007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
10807
10808 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
10809 two-char array.
10810 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
10811
d983da9c
DJ
108122007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
10813
10814 * gdb.threads/watchthreads.c (thread_function): Sleep between
10815 iterations.
10816 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
10817 at once for S/390. Generate matching fails and passes.
10818
17f62551
VP
108192007-09-27 Vladimir Prus <vladimir@codesourcery.com>
10820
10821 * gdb.mi/var-cmd.c (do_children_tests): Initialize
10822 the 'struct_declarations' variable to zeros.
a9c64011 10823
ed0616c6
VP
108242007-09-24 Vladimir Prus <vladimir@codesourcery.com>
10825
10826 * gdb.cp/mb-ctor.cc: New.
10827 * gdb.cp/mb-ctor.exp: New.
10828 * gdb.cp/mb-templates.cc: New.
10829 * gdb.cp/mb-templates.exp: New.
10830
41f1b697
DJ
108312007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
10832
10833 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
10834
3f213f78
PA
108352007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
10836
10837 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
10838 targets.
10839 * configure: Regenerate.
10840
0d381245 108412007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 10842
0d381245
VP
10843 * gdb.base/annota1.exp: Adjust for 'info break'
10844 format changes.
10845 * gdb.base/annota3.exp: Likewise.
10846 * gdb.base/break.exp: Likewise.
10847 * gdb.base/condbreak.exp: Likewise.
10848 * gdb.base/pending.exp: Likewise.
10849 * gdb.base/sepdebug.exp: Likewise.
10850 * gdb.base/unload.exp: Likewise.
10851 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 10852
fe3f5fa8
VP
108532007-09-22 Vladimir Prus <vladimir@codesourcery.com>
10854
10855 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
10856 messages.
10857 * gdb.base/chng-syms.exp: Likewise.
10858 * gdb.base/unload.exp: Likewise.
a9c64011 10859
a75cf6c0
DJ
108602007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
10861
10862 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
10863
18ecae38
DJ
108642007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
10865
10866 * schedlock.c (NUM): Change to 1.
10867 (main): Use args[0] for the main thread.
10868 * schedlock.exp: Only expect two threads. Only issue one pass or fail
10869 regardless of the number of threads.
10870
5509918f
MR
108712007-09-14 Maciej W. Rozycki <macro@mips.com>
10872
4a543daf
MR
10873 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
10874 type down.
10875 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10876 test.
10877 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
10878 watchpoint type down.
10879 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
10880 test.
10881
108822007-09-14 Maciej W. Rozycki <macro@mips.com>
10883
5509918f
MR
10884 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
10885 Move all the tests here and run them twice, once using software
10886 watchpoints and once using hardware watchpoints.
10887 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
10888
40b53987
DJ
108892007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
10890
10891 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
10892 test.
10893
695e2681
MK
108942007-09-10 Mark Kettenis <kettenis@gnu.org>
10895
8b3fc8d8
MK
10896 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
10897 build-id.
10898
695e2681
MK
10899 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
10900 know about $ORIGIN. Calculate output dir from $dest instead of
10901 using ${objdir}/{$subdir}.
10902
58d69f29
MK
109032007-09-09 Mark Kettenis <kettenis@gnu.org>
10904
10905 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
10906 gcore, before continuing with the test.
10907
3e347599
DJ
109082007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
10909
10910 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
10911 * gdb.mi/mi-watch.exp: Likewise.
10912
ea37ba09
DJ
109132007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10914 Jim Blandy <jimb@codesourcery.com>
10915
10916 * gdb.arch/i386-sse.exp: Do not expect character constants.
10917 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
10918 * gdb.base/display.exp: Allow print/s.
10919 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
10920 and unsigned char array changes.
10921
2025a643
DJ
109222007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10923
10924 * gdb.base/display.exp: Add tests for printf %p.
10925
26669a27
PA
109262007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
10927
10928 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
10929 the dll name to unicode.
10930
c8f021f8
JK
109312007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10932
10933 * gdb.base/default.exp (show version): Update the version text.
10934 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
10935
4cf31eea
JK
109362007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10937
10938 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
10939 New files.
10940
4935890f
JK
109412007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10942
10943 * lib/gdb.exp (build_id_debug_filename_get): New function.
10944 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
10945 Remove the generate DEBUG file for the future testcase runs.
10946 New testcase for the NT_GNU_BUILD_ID retrieval.
10947 Move the final testing step to ...
10948 (test_different_dir): ... a new function.
10949 New parameter XFAIL to XFAIL all the tests performed.
10950 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
10951 New parameter TYPE to PF_PREFIX all the tests performed.
10952
02142340
VP
109532007-08-31 Vladimir Prus <vladimir@codesourcery.com>
10954
10955 * gdb.mi/mi-var-cp.cc (path_expression): New
10956 function.
10957 * gdb.mi/mi-var-cp.exp: Run path exression tests.
10958
36acd84e
UW
109592007-08-27 Markus Deuling <deuling@de.ibm.com>
10960
10961 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
10962 to fit into SPU Local Store memory.
10963
a896d121
JB
109642007-08-23 Joel Brobecker <brobecker@adacore.com>
10965
10966 * gdb.base/default.exp: Adjust the expected output of "info
10967 warranty" after the switch to GPLv3.
10968
7b433602
JB
109692007-08-23 Joel Brobecker <brobecker@adacore.com>
10970
10971 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
10972 to 30000 (from 20000).
10973
e22f8b7c
JB
109742007-08-23 Joel Brobecker <brobecker@adacore.com>
10975
10976 Switch the license of all .exp files to GPLv3.
10977 Switch the license of all .f and .f90 files to GPLv3.
10978 Switch the license of all .s and .S files to GPLv3.
10979
5a0e3bd0
JB
109802007-08-23 Joel Brobecker <brobecker@adacore.com>
10981
10982 * configure.ac: Switch license to GPLv3.
10983
cc00619d
JB
109842007-08-23 Joel Brobecker <brobecker@adacore.com>
10985
10986 Switch the licensing to GPLv3 for all .ads and .adb files.
10987
8d26208a
DJ
109882007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
10989
10990 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
10991 and t_int_double.
10992 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
10993
4fcb9948
JB
109942007-08-17 Joel Brobecker <brobecker@adacore.com>
10995
10996 * gdb.base/step-line.c: Switch license to GPL version 3, and
10997 update copyright year.
10998 * gdb.base/step-line.inp: Likewise.
10999
b9c34f67
JB
110002007-08-17 Joel Brobecker <brobecker@adacore.com>
11001
11002 * gdb.base/gdb1555.exp: Make expected output immune to formatting
11003 changes inside gdb1555.c.
11004 * gdb.base/pending.exp: Likewise.
11005
2cc17678
DJ
110062007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
11007
11008 * config/default.exp: New file.
11009
e48883f7
DJ
110102007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
11011
11012 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
11013 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
11014
1ab80e5b
MR
110152007-07-30 Maciej W. Rozycki <macro@mips.com>
11016
11017 * gdb.base/dump.exp: Force the correct endianness for binary
11018 formats not carrying this information.
11019
aba471f5
DJ
110202007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11021
11022 * gdb.threads/staticthreads.exp: Match .*sem_post.
11023
d4e07204
DJ
110242007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
11025
11026 * gdb.base/readline.exp (operate_and_get_next): Match the final
11027 prompt.
11028
2b97317d
KB
110292007-07-23 Kevin Buettner <kevinb@redhat.com>
11030
11031 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
11032 to restarting SID.
11033
44efa07a
KB
110342007-07-18 Kevin Buettner <kevinb@redhat.com>
11035
11036 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
11037 prior to `gdb_start'.
11038
7b5ebade
KB
110392007-07-18 Kevin Buettner <kevinb@redhat.com>
11040
11041 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
11042 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
11043 Remove call to gdb_unload.
11044
255e7678
DJ
110452007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
11046 Daniel Jacobowitz <dan@codesourcery.com>
11047
11048 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
11049 for __WIN32__.
11050 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
11051 * gdb.base/unload.exp: Use shared library test routines.
11052
3a40aaa0
UW
110532007-07-03 Markus Deuling <deuling@de.ibm.com>
11054
11055 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
11056 * gdb.base/solib-symbol-lib.c: Likewise.
11057 * gdb.base/solib-symbol-main.c: Likewise.
11058
b0f4b84b
DJ
110592007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
11060
11061 * config/gdbserver.exp (gdb_reconnect): New.
11062 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
11063 gdb.base/solib-disc.exp: New files.
11064 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
11065 remote debugging".
11066 (gdb_compile): Add shlib_load flag.
11067 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
11068 port.
11069 (gdbserver_reconnect): New.
11070
1b05479a
DJ
110712007-07-01 Nick Roberts <nickrob@snap.net.nz>
11072 Daniel Jacobowitz <dan@codesourcery.com>
11073
11074 * gdb.base/annota3.exp: Test for if construct.
11075
86f78eb2
DJ
110762007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
11077
11078 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
11079
6a2eb474 110802007-06-21 Chris Dearman <chris@mips.com>
a9c64011 11081 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
11082
11083 * gdb.base/display.exp: Allow a newline after display/i.
11084 * gdb.base/pc-fp.exp: Likewise.
11085 * gdb.base/sigbpt.exp: Likewise.
11086
f8b73d13
DJ
110872007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
11088
11089 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
11090 required features to be included.
11091
4339e69e
DJ
110922007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
11093
11094 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
11095 in info threads output.
11096
23d964e7
UW
110972007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11098 Markus Deuling <deuling@de.ibm.com>
11099
11100 * gdb.arch/spu-info.exp: New testcase.
11101 * gdb.arch/spu-info.c: New file.
11102
fd20f75b
DJ
111032007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
11104
11105 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
11106 tpcs_offset. Restore lr after the call.
11107 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
11108
2226f861
DJ
111092007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
11110
11111 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
11112 (gdbserver_run): Kill any running gdbserver.
11113 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
11114
d12371a9
MR
111152007-05-17 Maciej W. Rozycki <macro@mips.com>
11116
11117 * gdb.base/sigbpt.exp: Preset segv_addr.
11118
93f02886
DJ
111192007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
11120
11121 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
11122 (gdb_compile_shlib): Likewise.
11123 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
11124 (default_gdb_init): Clear cleanfiles.
11125 (gdb_finish): Delete recorded cleanfiles.
11126 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
11127
11128 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
11129 Do not use isnative.
11130 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
11131 gdb.base/so-impl-ld.exp: Likewise.
11132 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
11133 * gdb.base/unload.exp: Likewise. Do not pass empty option to
11134 gdb_compile.
11135
b04e06d7
VP
111362007-05-15 Vladimir Prus <vladimir@codesourcery.com>
11137
11138 * config/unknown.exp: Remove.
11139
069ed931
UW
111402007-05-15 Markus Deuling <deuling@de.ibm.com>
11141
11142 * gdb.base/info-proc.exp: Check is_remote.
11143
09db0d03
UW
111442007-05-14 Markus Deuling <deuling@de.ibm.com>
11145
11146 * gdb.base/gcore.exp: Initialize variable core_supported.
11147
af2cbe8c
DJ
111482007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11149
11150 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
11151
027c0295
DJ
111522007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11153
11154 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
11155 * gdb.threads/print-threads.exp (test_all_threads): Allow
11156 negative and hexadecimal thread IDs.
11157
dc5000e7
DJ
111582007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
11159
11160 * gdb.java/jprint.java (public): Avoid invalid call to static
11161 method.
11162
2e74ed18
DP
111632007-05-14 Denis Pilat <denis.pilat@st.com>
11164
11165 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
11166 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
11167 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
11168 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
11169 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
11170
83547f02
UW
111712007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11172
11173 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 11174 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
11175 this mode.
11176 * gdb.base/ovlymgr.c: Provide stubs for spu target.
11177 * gdb.base/spu.ld: New file.
11178
b18be20d
DJ
111792007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
11180
11181 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
11182
be444858
DJ
111832007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
11184
11185 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
11186
b1d53152
DJ
111872007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11188
11189 * gdb.java/jmain.exp: Handle demangled names with and without method
11190 signatures.
11191
d084b331
DJ
111922007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
11193
11194 * gdb.mi/mi-syn-frame.c (main, foo, bar)
11195 (have_a_very_merry_interrupt): Remove calls to puts.
11196 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
11197 inferior output.
11198 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
11199 test names.
11200
db9d7fc5
DJ
112012007-04-29 Markus Deuling <deuling@de.ibm.com>
11202 Daniel Jacobowitz <dan@codesourcery.com>
11203
11204 * gdb.base/auxv.exp (core_works): Also check is_remote.
11205 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
11206
ef783a7d 112072007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 11208
ef783a7d
VP
11209 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
11210 message, not the undefined 'module' variable.
11211 * gdb.base/siginfo.exp: Likewise.
11212 * gdb.base/sigstep.exp: Likewise.
11213 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
11214 serialport.
11215 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
11216
b7b73cae
CV
112172007-04-25 Corinna Vinschen <vinschen@redhat.com>
11218
11219 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
11220 target sim fails. Return 0 otherwise.
11221 (gdb_load): Return prematurely if gdb_target_sim fails.
11222
7d90fdfa
DP
112232007-04-16 Denis Pilat <denis.pilat@st.com>
11224
11225 * gdb.base/setshow.exp: Reset height after having set it to 100.
11226
5d3e9c85
DP
112272007-04-16 Denis Pilat <denis.pilat@st.com>
11228
11229 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
11230
18e75969
DP
112312007-04-16 Denis Pilat <denis.pilat@st.com>
11232
11233 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
11234
25d5ea92
VP
112352007-04-14 Vladimir Prus <vladimir@codesourcery.com>
11236
11237 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
11238 tests. Run the frozen varobjs test.
11239 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 11240 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 11241
0b49cb80
JK
112422007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11243
11244 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
11245 gdb.base/type-opaque.exp: New files.
11246
a73bafbc 112472007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
11248
11249 * gdb.mi/mi-var-child.c
a73bafbc
VP
11250 (do_children_tests): User char[2] instead of
11251 char so that automatic printing of pointers to char
11252 don't give unpredicable result.
11253 * gdb.mi/var-cmd.c (do_locals_test): Initialize
11254 local variables.
11255 * gdb.mi/mi-var-child.exp: Step to right line
11256 of do_children_tests.
11257 * gdb.mi/mi2-var-child.exp: Likewise.
11258 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 11259 do_locals_tests.
a73bafbc
VP
11260 (do_children_tests): User char[2] instead of
11261 char so that automatic printing of pointers to char
a9c64011 11262 don't give unpredicable result.
a73bafbc 11263 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 11264 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
11265 Pass test name to mi_wait_for_stop.
11266
7ce59000
DJ
112672007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11268
11269 * gdb.asm/asm-source.exp: Remove d10v case.
11270 * lib/gdb.exp (skip_cplus_tests): Likewise.
11271 * gdb.asm/d10v.inc: Deleted.
11272
20389057
DJ
112732007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11274
11275 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
11276
8807d78b
DJ
112772007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
11278
11279 * config/netware.exp: Delete file.
11280
aa3edb8e
JB
112812007-03-29 Joel Brobecker <brobecker@adacore.com>
11282
11283 * gdb.dwarf2/dw2-noloc.S: New file.
11284 * gdb.dwarf2/dw2-noloc.exp: New file.
11285
297561ac
PA
112862007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
11287
11288 * gdb.cp/method2.cc: New test.
11289 * gdb.cp/method2.exp: New test.
11290 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
11291
1f81bd39
DJ
112922007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11293
11294 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
11295
9453113a
DJ
112962007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
11297
11298 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
11299
b741e217
DJ
113002007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
11301
11302 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
11303 (gdb_load): Delete, replace with...
11304 (gdb_reload): ...this.
11305 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
11306 * gdb.server/server-mon.exp: Likewise.
11307 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
11308 (gdb_start_cmd): New.
11309 (gdb_file_cmd): Save the last loaded file.
11310 (gdb_reload): New.
11311 (gdb_gnu_strip_debug): Use transform.
11312 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
11313 support here. Use new $last_loaded_file. Check mtime.
11314 (gdb_target_cmd): Handle ObjC failure case.
11315 (infer_host_exec): Delete.
11316 (gdbserver_load): Rename to...
11317 (gdbserver_run): ...this. Simplify.
11318 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
11319 (mi_gdb_load): Move most contents to a new function...
11320 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
11321 (mi_run_cmd): Use mi_gdb_target_load.
11322 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
11323 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
11324 Use gdb_run_cmd.
11325 * gdb.base/charsign.exp: Remove incorrect comment.
11326 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
11327 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
11328 gdb.base/start.exp: Use gdb_start_cmd.
11329
446ab585 113302007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 11331 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
11332
11333 * gdb.base/sigbpt.exp: Fix the message when skipping test.
11334 * gdb.base/signull.exp: Similarly.
11335
bbb88ebf
UW
113362007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11337
11338 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
11339 messages available to test cases (like chng-sym.exp).
11340
cb8c4a99
AS
113412007-03-14 Andreas Schwab <schwab@suse.de>
11342
11343 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
11344 format changes.
11345
4e463ff5
DJ
113462007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
11347
11348 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
11349 (optimized_1): New.
11350 (main): Call optimized_1.
11351 (gdb2029): Correct typos. Call gdb2029_marker.
11352 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
11353 for gdb2029.
11354
b6db2c47
MK
113552007-03-12 Mark Kettenis <kettenis@gnu.org>
11356
11357 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
11358 as tabs. Remove redundant test pattern.
11359
70ed3737
UW
113602007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11361
11362 * gdb.base/long_long.exp: Accept optional symbol name in <...>
11363 for /a format output.
11364
47b67b60
DJ
113652007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
11366
11367 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
11368 collect output incrementally.
11369
b8953b0e
UW
113702007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11371
11372 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
11373 for -var-create lpcharacter test.
11374 * gdb.mi/mi2-var-cmd.exp: Likewise.
11375
7acd5c40
UW
113762007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11377
11378 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
11379 pass on targets where address zero is readable.
11380
9c6759c1
UW
113812007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11382
11383 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
11384 just a single architecture.
11385
a2f1aeb4
UW
113862007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11387
11388 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
11389 (fetch_all_registers): New function, uses gdb_test_multiple and
11390 exp_continue to fetch inferior output line-by-line.
11391 Replace all uses of do_get_all_registers by fetch_all_registers.
11392
46579ac2
UW
113932007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11394
11395 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
11396 in target_info.
11397
fc133f24
MS
113982007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11399
a9c64011 11400 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
11401 consistancy; add a default (timeout) case.
11402
7646a51d
MS
114032007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11404
11405 * gdb.base/watchpoint.exp: Fix truncated comment.
11406
dcfff61f
MS
114072007-03-02 Michael Snyder <michael.snyder@palmsource.com>
11408
11409 * Makefile.in: Remove spurious single-quotes from sed command.
11410
664e3ee9
DJ
114112007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
11412
11413 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
11414 func.
11415 * gdb.mi/mi2-var-cmd.exp: Likewise.
11416
d7cc6f2f
JB
114172007-02-27 Joel Brobecker <brobecker@adacore.com>
11418
a9c64011
AS
11419 * gdb.dwarf2/dw2-producer.S: New file.
11420 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
11421
114222007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
11423
11424 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11425 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11426 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11427 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11428 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
11429 Revert tests to use mi_gdb_test and include value field in output
11430 of -var-create.
11431
93d42b30
DJ
114322007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11433
11434 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
11435
c499ed39
DJ
114362007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
11437
11438 * gdb.base/maint.exp: Remove full paths from test names.
11439 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
11440 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
11441
9836f81b
JB
114422007-02-27 Joel Brobecker <brobecker@adacore.com>
11443
11444 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
11445
c74d0ad8
DJ
114462007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11447
11448 * gdb.server/server-mon.exp: New test.
11449
2711e456
DJ
114502007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11451
11452 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
11453
ff6f572f
DJ
114542007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
11455
11456 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
11457 register capitalization.
11458
fada3feb
DP
114592007-02-13 Denis Pilat <denis.pilat@st.com>
11460
11461 * gdb.mi/mi-var-invalidate.exp: New file.
11462
fb1e4ffc
DJ
114632007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11464
11465 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
11466
3da939d7
DJ
114672007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11468
11469 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
11470
123dc839
DJ
114712007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
11472
11473 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
11474 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
11475
877e3645 114762007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
11477
11478 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
11479 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
11480 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
11481 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
11482 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 11483 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 11484 Update tests to include value field in output of -var-create.
a9c64011 11485
3c0a2960
AS
114862007-02-08 Andreas Schwab <schwab@suse.de>
11487
11488 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
11489
108546a0
DJ
114902007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
11491
11492 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
11493 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
11494
d701dcab
DP
114952007-02-02 Denis Pilat <denis.pilat@st.com>
11496
11497 * gdb.threads/threadapply.exp: check that frame is not changed by
11498 the thread apply all command.
11499
783e3e2f
AS
115002007-01-31 Andreas Schwab <schwab@suse.de>
11501
6d9c3a87
AS
11502 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
11503
3c50d7b9
AS
11504 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
11505 in the dwarf sections.
11506 * gdb.dwarf2/mac-fileno.S: Likewise.
11507
783e3e2f
AS
11508 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
11509 bspstore register on ia64.
11510
78ff580e
AS
115112007-01-29 Andreas Schwab <schwab@suse.de>
11512
cc8e9b12
AS
11513 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
11514 "frame-begin" annotation.
11515
78ff580e
AS
11516 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
11517 number of "frames-invalid" annotations.
11518
704a4f78
DJ
115192007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11520
11521 * gdb.base/commands.exp: Call if_commands_test.
11522 (gdb_test_no_prompt, if_commands_test): New.
11523
e741bf94
MK
115242007-01-28 Mark Kettenis <kettenis@gnu.org>
11525
11526 * gdb.threads/sigthread.c (NSIGS): Make bigger.
11527
474d0ad3
AS
115282007-01-27 Andreas Schwab <schwab@suse.de>
11529
11530 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
11531 .short/.int/.quad in the dwarf sections.
11532 * gdb.dwarf2/dw2-intercu.S: Likewise.
11533 * gdb.dwarf2/dw2-intermix.S: Likewise.
11534
e784b426
JK
115352007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
11538 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
11539 array.
e784b426
JK
11540 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
11541 * gdb.base/setvar.exp: Likewise.
11542
37f08e04
AS
115432007-01-26 Andreas Schwab <schwab@suse.de>
11544
9a01813a
AS
11545 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
11546 test.
11547
37f08e04
AS
11548 * gdb.base/multi-forks.exp ("restart $i"): Also match
11549 __kernel_syscall_via_break.
11550
6e2a9270
VP
115512007-01-24 Vladimir Prus <vladimir@codesourcery.com>
11552
11553 * lib/mi-support.exp (mi_delete_varobj): New.
11554 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
11555 testcase.
11556 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
11557 (main): Call the above.
11558 (reference_update_test, base_in_reference_test)
11559 (reference_to_pointer): Delete the created varobjs.
a9c64011 11560
e515b470
DJ
115612007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
11562
11563 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
11564 * configure: Regenerated.
11565 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
11566 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
11567 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
11568 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
11569 * lib/gdb.exp (gdb_skip_xml_test): New function.
11570
08d8bcd7
DJ
115712007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
11572
11573 * gdb.base/sigrepeat.exp: Correct error message.
11574
115752007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
11576 Daniel Jacobowitz <dan@codesourcery.com>
11577
11578 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
11579 gdb.arch/i386-gnu-cfi-asm.S: New files.
11580
97c3f1f3
JK
115812007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 * lib/gdb.exp: Abort on missing `site.exp'.
11584
cb1df416
DJ
115852007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11586 Daniel Jacobowitz <dan@codesourcery.com>
11587
11588 * gdb.base/included.c, gdb.base/included.exp,
11589 gdb.base/included.h: New files.
11590
35990120
DJ
115912007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11592
11593 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
11594 (maximize_rlimit): Reduce limits on 64-bit systems.
11595
6e81a116 115962007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
11597
11598 From Marcus Deuling <deuling@de.ibm.com>:
11599 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
11600 every case.
11601
6c3c41f3
NR
116022007-01-13 Nick Roberts <nickrob@snap.net.nz>
11603
11604 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
11605 (test_path_specification): Use objdir instead of srcdir to always
11606 get an absolute filename.
11607
2f12c312
DJ
116082007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
11609
11610 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
11611
81121995
VP
116122007-01-11 Vladimir Prus <vladimir@codesourcery.com>
11613
11614 * gdb.mi/mi-var-cp.cc (reference_update_tests):
11615 Make sure the variable we're using is in scope.
11616 (reference_to_pointer): Likewise.
11617
4741b737
DJ
116182007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11619
11620 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
11621 has no debug information.
11622
054410c3
DJ
116232007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
11624
11625 * gdb.base/annota1.exp: Remove extra send_gdb.
11626
818f79f6
DJ
116272007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11628
11629 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
11630
f7a6bb70
DJ
116312007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11632
11633 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
11634
57e66780
DJ
116352007-01-08 Nick Roberts <nickrob@snap.net.nz>
11636 Daniel Jacobowitz <dan@codesourcery.com>
11637
11638 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
11639 lcharacter or linteger change. Correct duplicated test name.
11640 * gdb.mi/mi2-var-cmd.exp: Likewise.
11641
3d799a95
DJ
116422007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11643
11644 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
11645
116462007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 11647
a9c64011
AS
11648 * gdb.base/nofield.c: New file.
11649 * gdb.base/nofield.exp: New testcase.
51679ba9 11650
eafb94e8
NR
116512007-01-05 Nick Roberts <nickrob@snap.net.nz>
11652
11653 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
11654
11655 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
11656 test.
11657
5e572bb4
DJ
116582007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
11659
11660 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
11661
74a44383
DJ
116622007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
11663
11664 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
11665 when continuing.
11666
1b572db9
DJ
116672007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11668
11669 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
11670 Expect ".exe" extension.
11671
381bc39b
DJ
116722007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11673
11674 * gdb.base/charset.exp: Add explicit filename to break.
11675 * gdb.base/dbx.exp: Add explicit filename to breaks.
11676
2b70e4c6
DJ
116772007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
11678
11679 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
11680 * gdb.mi/mi2-file.exp: Likewise.
11681
303b6f5d
DJ
116822007-01-04 Vladimir Prus <vladimir@codesourcery.com>
11683
11684 Implement specification of MI tests as comments
11685 in C and C++ sources.
11686 * lib/mi-support.exp (mi_autotest_data): New variable.
11687 (mi_autotest_source): New variable.
11688 (count_newlines, mi_prepare_inline_tests)
11689 (mi_get_inline_test, mi_continue_to_line)
11690 (mi_run_inline_test, mi_tbreak)
11691 (mi_send_resuming_command, mi_wait_for_stop): New functions.
11692 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
11693 Run inline tests.
11694 * gdb.mi/mi-var-cp.cc: Define tests here.
11695
23da0d94
VP
116962007-01-04 Vladimir Prus <vladimir@codesourcery.com>
11697
11698 Simplify usage of mi_continue_to.
11699 * lib/mi-support.exp (mi_runto_helper): Renamed
11700 from mi_runto, added new parameter 'run_or_continue'.
11701 (mi_runto): Use mi_runto_helper.
11702 (mi_continue_to): Accept just function name as parameter.
11703 Use mi_runto_helper.
11704 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
11705 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 11706
f9e18282
JB
117072006-01-04 Joel Brobecker <brobecker@adacore.com>
11708
11709 Make this testcase a bit more realistic. The current code
11710 is too simplistic, and allows the compiler to optimize out
11711 some of the entities we need for this testcase.
11712 * gdb.ada/null_record/bar.ads (Void_Star): New type.
11713 (Do_Nothing): Add extra parameter.
11714 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
11715 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
11716 by using a variable of type Void_Star.
11717
fd678c65
JB
117182006-01-04 Joel Brobecker <brobecker@adacore.com>
11719
11720 * gdb.ada/catch_ex/foo.adb: New file.
11721 * gdb.ada/catch_ex.exp: New testcase.
11722
05cfdb42
DJ
117232007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
11724
11725 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
11726 pass --image-base to linker.
11727
2e03ee74
DJ
117282007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11729 Daniel Jacobowitz <dan@codesourcery.com>
11730
11731 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
11732 secondary prompts.
11733
0d5de010
DJ
117342007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11735
11736 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
11737 output. Test the types of members and member pointers.
11738 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
11739 gdb/2092.
11740 * gdb.cp/member-ptr.exp: Search for a comment instead of a
11741 statement. Enable for GCC. Update expected output for some tests
11742 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
11743 layout.
11744 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
11745 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
11746 (Diamond::vget_base): New.
11747 (main): Add new tests.
11748 * gdb.cp/printmethod.exp: Update expected output for member functions.
11749 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
11750 print pEe->D::vg().
11751
61a771aa
DJ
117522007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
11753
11754 * gdb.threads/tls.exp: Allow stops in sem_post.
11755
2fa63963
DJ
117562006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
11757
11758 * gdb.base/annota1.exp: Allow .*printf in backtraces.
11759 * gdb.base/annota3.exp: Likewise.
11760 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
11761 again (instead of timing out).
11762 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
11763 GCC bug 26475.
11764 * gdb.java/jmisc.exp: Adjust to work with method signatures including
11765 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
11766 test from jmisc1.exp.
11767 * gdb.java/jmisc1.exp: Delete.
11768 * gdb.java/jprint.exp: Adjust to work with method signatures including
11769 return types.
11770 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
11771 * gdb.threads/linux-dp.exp: Don't be confused by program output.
11772 * lib/java.exp (compile_java_from_source): Pass the correct type
11773 to target_compile.
11774
5eefc2b7
JB
117752006-12-31 Joel Brobecker <brobecker@adacore.com>
11776
11777 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
11778 (stack_align_edx): New function.
11779 (stack_align_eax): New function.
11780 (main): Add calls to stack_align_edx and stack_align_eax.
11781 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
11782 Add testing for the cases where the register used during a stack
11783 realignment is edx. Same for eax.
11784
227c54da
DJ
117852006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
11786
11787 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
11788 and generic PE targets.
11789
cab8ac94
JB
117902006-12-29 Joel Brobecker <brobecker@adacore.com>
11791
11792 * gdb.ada/array_return.exp: Update copyright date list.
11793
ba54f318
JB
117942006-12-27 Joel Brobecker <brobecker@adacore.com>
11795
11796 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
11797 (Create_Small_Float_Vector): New function.
11798 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
11799 function body.
11800 * gdb.ada/array_return/p.adb: Use new type and function from
11801 package Pck.
11802 * gdb.ada/array_return.exp: Add a test verifying that GDB is
11803 able to print the value returned by a function returning an
11804 array of float.
11805
6b7a35dd
JB
118062006-12-20 Joel Brobecker <brobecker@adacore.com>
11807
11808 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
11809 The associated tests should be PASSing.
11810
038224f6
VP
118112006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11812
11813 Test for base in references.
11814 * gdb.mi/mi-var-cp.cc: Add test code.
11815 * gdb.mi/mi-var-cp.exp: Test for bases in references.
11816 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
11817 * gdb.mi/mi2-watch.exp: Likewise.
11818 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
11819 (mi_list_varobj_children): New function.
11820
b26ed50d
VP
118212006-12-08 Vladimir Prus <vladimir@codesourcery.com>
11822
11823 * lib/mi-support.exp
11824 (mi_runto): Accept "()" after function name.
11825 (mi_create_varobj): New function.
11826 (mi_varobj_update): New function.
11827 (mi_Check_varobj_value): New function.
11828 * gdb.mi/mi-var-cp.exp: New file.
11829 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 11830
08232497
DJ
118312006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
11832
11833 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
11834 gdb.base/weaklib2.c: New files.
11835
d394c993 118362006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 11837
ac6c2fba
NS
11838 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
11839 info. Adjust test names.
11840
8ec659a0 11841 * gdb.base/break.c (main): Move position of malloc.
d394c993 11842 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 11843
acd65feb
VP
118442006-11-28 Vladimir Prus <vladimir@codesourcery.com>
11845
11846 * gdb.mi/mi-var-cmd.exp: Check -var-update after
11847 assignement of arrays and function pointers.
11848 * gdb.mi/var-cmd.c: Add declaration necessary for above
11849 tests.
11850
f556d5e5
NS
118512006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11852
11853 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
11854
11855 * gdb.threads/linux-dp.exp: Read thread table before and after
11856 creating each philosopher and verify it.
11857
697bc68d
NS
118582006-11-27 Nathan Sidwell <nathan@codesourcery.com>
11859 Paul Brook <paul@codesourcery.com>
11860 Daniel Jacobowitz <dan@codesourcery.com>
11861
11862 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 11863 main to remove duplication. Add start function of the form
697bc68d
NS
11864 '_*start[1-9]*'. Add RVDS start function.
11865
29d73ae4
DJ
118662006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11867
11868 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
11869
c1d88655
UW
118702006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11871
11872 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
11873 * gdb.asm/spu.inc: New file.
11874 * gdb.base/term.exp: Disable if [target_info exists noargs].
11875 * gdb.gdb/complaints.exp: Disable if ![isnative].
11876 * gdb.gdb/selftest.exp: Likewise.
11877 * gdb.gdb/observer.exp: Likewise.
11878 * gdb.gdb/xfullpath.exp: Likewise.
11879 * gdb.base/attach.exp: Disable on SPU target.
11880 * gdb.cp/bs145503.exp: Likewise.
11881 * gdb.cp/exception.exp: Likewise.
11882 * gdb.cp/userdef.exp: Likewise.
11883
32a13b1a
DJ
118842006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
11885
11886 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
11887
d8295fe9
VP
118882006-11-10 Vladimir Prus <vladimir@codesourcery.com>
11889
11890 * gdb.base/completion.exp: Fix completion tests for
11891 'info' and 'info '.
11892 * gdb.base/help.exp (help_test_raw, test_class_help)
11893 (test_prefix_command_help): Move...
11894 * lib/gdb.exp: Here.
11895 * gdb.base/main.exp: Adjust.
11896 * gdb.cp/maint.exp: Adjust.
11897 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 11898
8c394015
VP
118992006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11900
11901 * gdb.stabs/weird.exp (print_weird_var): Use
11902 gdb_test_multiple instead of gdb_expect.
11903
027fc1bc
VP
119042006-11-09 Vladimir Prus <vladimir@codesourcery.com>
11905
11906 * gdb.base/help.exp (help_test_raw): New.
11907 (test_class_help): New.
11908 (test_prefix_command_help): New.
11909 Adjust testcases.
11910
67609209
FR
119112006-11-09 Christophe Lyon <christophe.lyon@st.com>
11912
11913 * gdb.base/constvars.c (main): Write to crass and crips, so that
11914 they are allocated by the compiler.
11915
f73adfeb
AS
119162006-10-27 Andreas Schwab <schwab@suse.de>
11917
11918 * gdb.base/multi-forks.exp: Use "detach fork" instead of
11919 "detach-fork".
11920
2f83a18e
DJ
119212006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
11922
11923 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
11924 of patterns.
11925
94277a38
DJ
119262006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11927
11928 * gdb.base/sepdebug.exp: Remove debug format test.
11929 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
11930 Handle no-symtab.
11931 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
11932
5bd2f6e2
DJ
119332006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
11934
11935 * gdb.threads/manythreads.c (thread_function, main): Don't cast
11936 int to pointer or pointer to int.
11937 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
11938
8c008720
DJ
119392006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
11940
11941 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
11942
9e35dae4
DJ
119432006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11944
11945 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
11946
d9639e13
DJ
119472006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
11948
11949 PR c++/2116
11950 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
11951
390a1bd0
JB
119522006-10-06 Joel Brobecker <brobecker@adacore.com>
11953
11954 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
11955 the corresponding bug has been fixed in GDB (PR/2018).
11956
dd920c33
JB
119572006-10-06 Joel Brobecker <brobecker@adacore.com>
11958
11959 * gdb.base/subst.exp: New testcase.
11960
53bbefe9
JB
119612006-10-06 Joel Brobecker <brobecker@adacore.com>
11962
11963 * gdb.ada/array_return/pck.ads: Add copyright notice.
11964 * gdb.ada/array_return/pck.adb: Likewise.
11965 * gdb.ada/array_return/p.adb: Likewise.
11966 * gdb.ada/exec_changed/first.adb: Likewise.
11967 * gdb.ada/exec_changed/second.adb: Likewise.
11968
09851417
JB
119692006-10-06 Joel Brobecker <brobecker@adacore.com>
11970
11971 * gdb.ada/watch_arg/watch.adb: New file.
11972 * gdb.ada/watch_arg.exp: New testcase.
11973
041bf30d
VP
119742006-10-02 Vladimir Prus <vladimir@codesourcery.com>
11975
11976 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 11977 via string_to_regexp.
041bf30d 11978 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 11979
f286fbdd 119802006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
11981
11982 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
11983 Remove unused / obsolete files.
11984
7c07f349
NR
119852006-09-19 Nick Roberts <nickrob@snap.net.nz>
11986
11987 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
11988
cd5ff84a
VP
119892006-09-17 Vladimir Prus <vladimir@codesourcery.com>
11990
11991 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
11992 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 11993 the number of frames.
cd5ff84a 11994
ae018d1a
DJ
119952006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
11996
11997 * gdb.base/args.c (main): Add breakpoint marker.
11998 * gdb.base/args.exp: Use args_test for tests. Add new tests which
11999 really test empty arguments.
12000 (args_load): Delete.
12001 (args_test): New.
12002
b399c549
NR
120032006-09-13 Nick Roberts <nickrob@snap.net.nz>
12004
12005 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 12006 check for one file.
b399c549 12007
2ab1eb7a
VP
120082006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
12009
12010 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
12011 HIGH_FRAME argument to -stack-list-locals can be larger than
12012 the number of frames.
a9c64011 12013
476308bf
FF
120142006-08-18 Fred Fish <fnf@specifix.com>
12015
12016 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
12017 '$' in front of skip_vmx_tests_saved when setting that.
12018
8625200f
AS
120192006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
12020
12021 * gdb.base/trace-commands.exp: New file.
12022
089ec8f1
DJ
120232006-08-10 Joel Brobecker <brobecker@adacore.com>
12024 Daniel Jacobowitz <dan@codesourcery.com>
12025
12026 * gdb.base/step-bt.exp: Make hexadecimal address optional in
12027 expected output of the backtrace commands.
12028
b60f0898
JB
120292006-08-09 Joel Brobecker <brobecker@adacore.com>
12030
12031 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
12032 untested followed by return combination.
12033 * gdb.arch/altivec-regs.exp: Likewise.
12034 * gdb.arch/e500-abi.exp: Likewise.
12035 * gdb.arch/e500-regs.exp: Likewise.
12036 * gdb.arch/gdb1291.exp: Likewise.
12037 * gdb.arch/gdb1431.exp: Likewise.
12038 * gdb.arch/gdb1558.exp: Likewise.
12039 * gdb.arch/i386-prologue.exp: Likewise.
12040 * gdb.arch/i386-unwind.exp: Likewise.
12041 * gdb.asm/asm-source.exp: Likewise.
12042 * gdb.base/a2-run.exp: Likewise.
12043 * gdb.base/advance.exp: Likewise.
12044 * gdb.base/all-bin.exp: Likewise.
12045 * gdb.base/annota1.exp: Likewise.
12046 * gdb.base/annota3.exp: Likewise.
12047 * gdb.base/args.exp: Likewise.
12048 * gdb.base/arithmet.exp: Likewise.
12049 * gdb.base/assign.exp: Likewise.
12050 * gdb.base/async.exp: Likewise.
12051 * gdb.base/attach.exp: Likewise.
12052 * gdb.base/bang.exp: Likewise.
12053 * gdb.base/bigcore.exp: Likewise.
12054 * gdb.base/bitfields.exp: Likewise.
12055 * gdb.base/bitfields2.exp: Likewise.
12056 * gdb.base/break.exp: Likewise.
12057 * gdb.base/call-sc.exp: Likewise.
12058 * gdb.base/call-strs.exp: Likewise.
12059 * gdb.base/callfuncs.exp: Likewise.
12060 * gdb.base/checkpoint.exp: Likewise.
12061 * gdb.base/chng-syms.exp: Likewise.
12062 * gdb.base/code-expr.exp: Likewise.
12063 * gdb.base/commands.exp: Likewise.
12064 * gdb.base/completion.exp: Likewise.
12065 * gdb.base/cond-expr.exp: Likewise.
12066 * gdb.base/condbreak.exp: Likewise.
12067 * gdb.base/consecutive.exp: Likewise.
12068 * gdb.base/constvars.exp: Likewise.
12069 * gdb.base/corefile.exp: Likewise.
12070 * gdb.base/cvexpr.exp: Likewise.
12071 * gdb.base/dbx.exp: Likewise.
12072 * gdb.base/define.exp: Likewise.
12073 * gdb.base/detach.exp: Likewise.
12074 * gdb.base/display.exp: Likewise.
12075 * gdb.base/dump.exp: Likewise.
12076 * gdb.base/ena-dis-br.exp: Likewise.
12077 * gdb.base/ending-run.exp: Likewise.
12078 * gdb.base/environ.exp: Likewise.
12079 * gdb.base/eval-skip.exp: Likewise.
12080 * gdb.base/exprs.exp: Likewise.
12081 * gdb.base/fileio.exp: Likewise.
12082 * gdb.base/finish.exp: Likewise.
12083 * gdb.base/float.exp: Likewise.
12084 * gdb.base/foll-exec.exp: Likewise.
12085 * gdb.base/foll-fork.exp: Likewise.
12086 * gdb.base/foll-vfork.exp: Likewise.
12087 * gdb.base/freebpcmd.exp: Likewise.
12088 * gdb.base/funcargs.exp: Likewise.
12089 * gdb.base/gcore.exp: Likewise.
12090 * gdb.base/gdb1090.exp: Likewise.
12091 * gdb.base/gdb1250.exp: Likewise.
12092 * gdb.base/huge.exp: Likewise.
12093 * gdb.base/info-proc.exp: Likewise.
12094 * gdb.base/interrupt.exp: Likewise.
12095 * gdb.base/jump.exp: Likewise.
12096 * gdb.base/langs.exp: Likewise.
12097 * gdb.base/lineinc.exp: Likewise.
12098 * gdb.base/list.exp: Likewise.
12099 * gdb.base/logical.exp: Likewise.
12100 * gdb.base/long_long.exp: Likewise.
12101 * gdb.base/macscp.exp: Likewise.
12102 * gdb.base/maint.exp: Likewise.
12103 * gdb.base/mips_pro.exp: Likewise.
12104 * gdb.base/miscexprs.exp: Likewise.
12105 * gdb.base/multi-forks.exp: Likewise.
12106 * gdb.base/opaque.exp: Likewise.
12107 * gdb.base/overlays.exp: Likewise.
12108 * gdb.base/pc-fp.exp: Likewise.
12109 * gdb.base/pointers.exp: Likewise.
12110 * gdb.base/printcmds.exp: Likewise.
12111 * gdb.base/psymtab.exp: Likewise.
12112 * gdb.base/ptype.exp: Likewise.
12113 * gdb.base/recurse.exp: Likewise.
12114 * gdb.base/relational.exp: Likewise.
12115 * gdb.base/relocate.exp: Likewise.
12116 * gdb.base/remote.exp: Likewise.
12117 * gdb.base/reread.exp: Likewise.
12118 * gdb.base/restore.exp: Likewise.
12119 * gdb.base/return.exp: Likewise.
12120 * gdb.base/return2.exp: Likewise.
12121 * gdb.base/scope.exp: Likewise.
12122 * gdb.base/sect-cmd.exp: Likewise.
12123 * gdb.base/sep.exp: Likewise.
12124 * gdb.base/sepdebug.exp: Likewise.
12125 * gdb.base/setshow.exp: Likewise.
12126 * gdb.base/setvar.exp: Likewise.
12127 * gdb.base/sigall.exp: Likewise.
12128 * gdb.base/sigbpt.exp: Likewise.
12129 * gdb.base/signals.exp: Likewise.
12130 * gdb.base/signull.exp: Likewise.
12131 * gdb.base/sizeof.exp: Likewise.
12132 * gdb.base/solib.exp: Likewise.
12133 * gdb.base/step-line.exp: Likewise.
12134 * gdb.base/step-test.exp: Likewise.
12135 * gdb.base/structs.exp: Likewise.
12136 * gdb.base/structs2.exp: Likewise.
12137 * gdb.base/term.exp: Likewise.
12138 * gdb.base/twice.exp: Likewise.
12139 * gdb.base/until.exp: Likewise.
12140 * gdb.base/varargs.exp: Likewise.
12141 * gdb.base/volatile.exp: Likewise.
12142 * gdb.base/watchpoint.exp: Likewise.
12143 * gdb.base/whatis-exp.exp: Likewise.
12144 * gdb.base/whatis.exp: Likewise.
12145 * gdb.cp/ambiguous.exp: Likewise.
12146 * gdb.cp/annota2.exp: Likewise.
12147 * gdb.cp/annota3.exp: Likewise.
12148 * gdb.cp/bool.exp: Likewise.
12149 * gdb.cp/breakpoint.exp: Likewise.
12150 * gdb.cp/casts.exp: Likewise.
12151 * gdb.cp/class2.exp: Likewise.
12152 * gdb.cp/classes.exp: Likewise.
12153 * gdb.cp/cplusfuncs.exp: Likewise.
12154 * gdb.cp/ctti.exp: Likewise.
12155 * gdb.cp/derivation.exp: Likewise.
12156 * gdb.cp/exception.exp: Likewise.
12157 * gdb.cp/gdb1355.exp: Likewise.
12158 * gdb.cp/hang.exp: Likewise.
12159 * gdb.cp/inherit.exp: Likewise.
12160 * gdb.cp/local.exp: Likewise.
12161 * gdb.cp/m-data.exp: Likewise.
12162 * gdb.cp/m-static.exp: Likewise.
12163 * gdb.cp/member-ptr.exp: Likewise.
12164 * gdb.cp/method.exp: Likewise.
12165 * gdb.cp/misc.exp: Likewise.
12166 * gdb.cp/namespace.exp: Likewise.
12167 * gdb.cp/overload.exp: Likewise.
12168 * gdb.cp/ovldbreak.exp: Likewise.
12169 * gdb.cp/pr-1023.exp: Likewise.
12170 * gdb.cp/pr-1210.exp: Likewise.
12171 * gdb.cp/pr-574.exp: Likewise.
12172 * gdb.cp/printmethod.exp: Likewise.
12173 * gdb.cp/psmang.exp: Likewise.
12174 * gdb.cp/ref-params.exp: Likewise.
12175 * gdb.cp/ref-types.exp: Likewise.
12176 * gdb.cp/rtti.exp: Likewise.
12177 * gdb.cp/templates.exp: Likewise.
12178 * gdb.cp/try_catch.exp: Likewise.
12179 * gdb.cp/userdef.exp: Likewise.
12180 * gdb.cp/virtfunc.exp: Likewise.
12181 * gdb.disasm/am33.exp: Likewise.
12182 * gdb.disasm/h8300s.exp: Likewise.
12183 * gdb.disasm/mn10300.exp: Likewise.
12184 * gdb.disasm/sh3.exp: Likewise.
12185 * gdb.disasm/t01_mov.exp: Likewise.
12186 * gdb.disasm/t02_mova.exp: Likewise.
12187 * gdb.disasm/t03_add.exp: Likewise.
12188 * gdb.disasm/t04_sub.exp: Likewise.
12189 * gdb.disasm/t05_cmp.exp: Likewise.
12190 * gdb.disasm/t06_ari2.exp: Likewise.
12191 * gdb.disasm/t07_ari3.exp: Likewise.
12192 * gdb.disasm/t08_or.exp: Likewise.
12193 * gdb.disasm/t09_xor.exp: Likewise.
12194 * gdb.disasm/t10_and.exp: Likewise.
12195 * gdb.disasm/t11_logs.exp: Likewise.
12196 * gdb.disasm/t12_bit.exp: Likewise.
12197 * gdb.disasm/t13_otr.exp: Likewise.
12198 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
12199 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
12200 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12201 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
12202 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
12203 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
12204 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
12205 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
12206 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
12207 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
12208 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
12209 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
12210 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
12211 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
12212 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
12213 * gdb.mi/gdb701.exp: Likewise.
12214 * gdb.mi/gdb792.exp: Likewise.
12215 * gdb.mi/mi-basics.exp: Likewise.
12216 * gdb.mi/mi-break.exp: Likewise.
12217 * gdb.mi/mi-cli.exp: Likewise.
12218 * gdb.mi/mi-console.exp: Likewise.
12219 * gdb.mi/mi-disassemble.exp: Likewise.
12220 * gdb.mi/mi-eval.exp: Likewise.
12221 * gdb.mi/mi-file.exp: Likewise.
12222 * gdb.mi/mi-read-memory.exp: Likewise.
12223 * gdb.mi/mi-regs.exp: Likewise.
12224 * gdb.mi/mi-return.exp: Likewise.
12225 * gdb.mi/mi-simplerun.exp: Likewise.
12226 * gdb.mi/mi-stack.exp: Likewise.
12227 * gdb.mi/mi-stepi.exp: Likewise.
12228 * gdb.mi/mi-syn-frame.exp: Likewise.
12229 * gdb.mi/mi-until.exp: Likewise.
12230 * gdb.mi/mi-var-block.exp: Likewise.
12231 * gdb.mi/mi-var-child.exp: Likewise.
12232 * gdb.mi/mi-var-cmd.exp: Likewise.
12233 * gdb.mi/mi-var-display.exp: Likewise.
12234 * gdb.mi/mi-watch.exp: Likewise.
12235 * gdb.mi/mi2-basics.exp: Likewise.
12236 * gdb.mi/mi2-break.exp: Likewise.
12237 * gdb.mi/mi2-cli.exp: Likewise.
12238 * gdb.mi/mi2-console.exp: Likewise.
12239 * gdb.mi/mi2-disassemble.exp: Likewise.
12240 * gdb.mi/mi2-eval.exp: Likewise.
12241 * gdb.mi/mi2-file.exp: Likewise.
12242 * gdb.mi/mi2-read-memory.exp: Likewise.
12243 * gdb.mi/mi2-regs.exp: Likewise.
12244 * gdb.mi/mi2-return.exp: Likewise.
12245 * gdb.mi/mi2-simplerun.exp: Likewise.
12246 * gdb.mi/mi2-stack.exp: Likewise.
12247 * gdb.mi/mi2-stepi.exp: Likewise.
12248 * gdb.mi/mi2-syn-frame.exp: Likewise.
12249 * gdb.mi/mi2-until.exp: Likewise.
12250 * gdb.mi/mi2-var-block.exp: Likewise.
12251 * gdb.mi/mi2-var-child.exp: Likewise.
12252 * gdb.mi/mi2-var-cmd.exp: Likewise.
12253 * gdb.mi/mi2-var-display.exp: Likewise.
12254 * gdb.mi/mi2-watch.exp: Likewise.
12255 * gdb.stabs/exclfwd.exp: Likewise.
12256 * gdb.stabs/weird.exp: Likewise.
12257 * gdb.threads/gcore-thread.exp: Likewise.
12258 * gdb.trace/actions.exp: Likewise.
12259 * gdb.trace/backtrace.exp: Likewise.
12260 * gdb.trace/circ.exp: Likewise.
12261 * gdb.trace/collection.exp: Likewise.
12262 * gdb.trace/deltrace.exp: Likewise.
12263 * gdb.trace/infotrace.exp: Likewise.
12264 * gdb.trace/limits.exp: Likewise.
12265 * gdb.trace/packetlen.exp: Likewise.
12266 * gdb.trace/passc-dyn.exp: Likewise.
12267 * gdb.trace/passcount.exp: Likewise.
12268 * gdb.trace/report.exp: Likewise.
12269 * gdb.trace/save-trace.exp: Likewise.
12270 * gdb.trace/tfind.exp: Likewise.
12271 * gdb.trace/tracecmd.exp: Likewise.
12272 * gdb.trace/while-dyn.exp: Likewise.
12273 * gdb.trace/while-stepping.exp: Likewise.
12274
f4b618d1
JB
122752006-08-08 Joel Brobecker <brobecker@adacore.com>
12276
12277 * gdb.base/step-bt.c: New file.
12278 * gdb.base/step-bt.exp: New testcase.
12279
3d00d119
DJ
122802006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
12281
12282 * config/monitor.exp (gdb_load): Remove support for obsolete
12283 download-write-size.
12284 * gdb.base/remote.exp: Likewise. Update all callers of
12285 gdb_timed_load.
12286
017b5bd4
DJ
122872006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
12288
12289 * cursal.exp: Pass binfile to gdb_load.
12290
837c599d
DJ
122912006-08-01 Nathan Sidwell <nathan@codesourcery.com>
12292
12293 * gdb.base/cursal.exp: Add "" to gdb_load call.
12294
8dd4540b
MK
122952006-07-29 Mark Kettenis <kettenis@gnu.org>
12296
12297 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
12298 NetBSD/ELF targets.
12299
ab5c9f60
DJ
123002006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
12301
12302 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
12303 operator*.
12304
4c42eaff
DJ
123052006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
12306
12307 * gdb.base/completion.exp: Update for change in "file" behavior.
12308 * gdb.stabs/weird.exp: Likewise.
12309 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
12310 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
12311
0155cc76
NS
123122006-07-24 Nathan Sidwell <nathan@codesourcery.com>
12313
12314 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
12315 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
12316
16026cd7
AS
123172006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
12318
12319 * gdb.base/default.exp: Update source command error message.
12320 * gdb.base/help.exp: Update 'help source' message.
12321
16963cb6
DJ
123222006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
12323
12324 * gdb.cp/bs15503.exp: Update comment for no longer crashing
12325 test.
12326
6d7fd486
AS
123272006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
12328
12329 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
12330
29e8a844
DJ
123312006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12332
12333 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
12334
6afcfa39
DJ
123352006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
12336
12337 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
12338
267a692b
MK
123392006-07-17 Mark Kettenis <kettenis@gnu.org>
12340
12341 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
12342 *-*-openbsd* from targets for wich we expect ARM FPA floating
12343 point format.
12344
85d2fec4
NR
123452006-07-17 Nick Roberts <nickrob@snap.net.nz>
12346
12347 * gdb.cp/annota3.exp: Expect frame-begin annotation.
12348
123492006-07-17 Mark Kettenis <kettenis@gnu.org>
12350
12351 * gdb.base/annota3.exp: Expect frame-begin annotation.
12352
85b4c6e8
JB
123532006-07-14 Joel Brobecker <brobecker@adacore.com>
12354
12355 * gdb.base/help.exp: Adjust "help unset" test to accept
12356 any list of unset commands.
12357
fb933624
DJ
123582006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
12359 Daniel Jacobowitz <dan@codesourcery.com>
12360
12361 * gdb.cp/ref-params.exp: New test.
12362 * gdb.cp/ref-params.cc: New source file.
12363 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
12364
1dff4b64
MK
123652006-07-08 Mark Kettenis <kettenis@gnu.org>
12366
12367 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
12368 spaces/tabs in regular expressions since they might not be there.
12369
40d2e0e3
AS
123702006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
12371
12372 * gdb.base/ifelse.exp: New file.
12373
f6c957d2
NS
123742006-07-04 Nathan Sidwell <nathan@codesourcery.com>
12375
12376 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
12377 line.
12378 * gdb.base/huge.exp: Loop over compilation to find a size that
12379 is acceptable.
12380 * gdb.base/remote.exp: Correct expected strings.
12381 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
12382
b9c5a23d
DJ
123832006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12384
12385 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
12386
9af2e58d
DJ
123872006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12388
12389 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
12390 native.
12391
30930ca5
DJ
123922006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12393
12394 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
12395 enable stabs testing.
12396
aa32fa1d
DJ
123972006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12398
bd4a4c80 12399 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
12400 gdb_test_multiple does.
12401
321fef15
DJ
124022006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
12403
12404 * Makefile.in (host_alias): Remove.
12405 (target_alias): Use @target_noncanonical@.
12406 (site.exp): Don't set host_alias.
12407 * aclocal.m4: Remove contents. Include acx.m4.
12408 * configure: Regenerated.
12409 * configure.ac: Use ACX_NONCANONICAL_TARGET.
12410
e1c2defa
NS
124112006-06-13 Nathan Sidwell <nathan@codesourcery.com>
12412
e63b55d1
NS
12413 * lib/gdb.exp (gdb_load_cmd): New.
12414
5600ea19
NS
12415 * gdb.base/fileio.c: Add system(NULL) test.
12416 * gdb.base/fileio.exp: Check it.
12417
e1c2defa
NS
12418 * gdb.base/break.c: Add 10a breakpoint at }
12419 * gdb.base/break.exp: Add test for breakpoint at }
12420 * gdb.cp/anon-union.cc: Add code at end of function.
12421 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
12422 * gdb.mi/var-cmd.c: Add code at end of function.
12423 * gdb.mi/mi-var-display.exp: Adjust end of next.
12424 * gdb.mi/mi2-var-display.exp: Likewise.
12425 * gdb.base/fileio.c: Add stop function and insert calls at
12426 stopping places.
12427 * gdb.base/fileio.exp: Breakpoint stop function and remove
12428 explicit line number references.
12429
6c0112ec
JB
124302006-05-19 Joel Brobecker <brobecker@adacore.com>
12431
a9c64011
AS
12432 * gdb.base/del.exp (test_delete_alias): New function.
12433 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 12434
154189a4
FF
124352006-05-18 Fred Fish <fnf@specifix.com>
12436
12437 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
12438 required. Check for spurious output after program exits normally.
12439
582e64c2
FF
124402006-05-17 Fred Fish <fnf@specifix.com>
12441
12442 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
12443 gdb_load, so it works in the simulator.
12444
8ef6493a
FF
124452006-05-11 Fred Fish <fnf@specifix.com>
12446
12447 * gdb.base/bang.exp: Ignore unexpected output between the
12448 "program exited normally" and the gdb prompt, as many other
12449 tests do.
12450
692b141c
MK
124512006-05-07 Mark Kettenis <kettenis@gnu.org>
12452
12453 * gdb.base/help.exp: Make "delete checkpoint" part option for
12454 "help d" and "help delete" tests.
12455
540b8a30
UW
124562006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12457
a9c64011 12458 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
12459 expected output in some mi_gdb_test statements.
12460 * gdb.mi/mi2-basics.exp: Likewise.
12461
9b6462d9
JB
124622006-05-05 Joel Brobecker <brobecker@adacore.com>
12463
12464 * gdb.base/del.c: New file.
12465 * gdb.base/del.exp: New testcase.
12466
954de43b
DM
124672006-05-05 David S. Miller <davem@sunset.davemloft.net>
12468
12469 * gdb.base/break.exp: Do not assume a breakpoint on
12470 main will actually be in $srcfile when optimizing.
1303f75e
DM
12471 * gdb.base/savedregs.exp: Do not require that the dummy
12472 frame location match up to a symbol and source file location.
c3242428
DM
12473 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
12474 will get printed without a mi_cmd_data_list_register_values prefix.
12475 (*-data-list-register-*): Correct regular expressions to expect the new
12476 pseudo d? floating point registers.
12477 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 12478
c7e64c9a
DJ
124792006-05-05 Christophe Lyon <christophe.lyon@st.com>
12480
12481 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
12482 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
12483 is allocated by the compiler.
12484 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
12485 anons, e, anone to force their allocation by the compiler.
12486
124872006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
12488
12489 * gdb.base/help.exp: Update expected text for help d and
12490 help delete.
12491
27ce9a6d
MK
124922006-05-02 Mark Kettenis <kettenis@gnu.org>
12493
12494 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
12495 NetBSD/ELF targets.
12496
8608915f
MK
124972006-04-30 Mark Kettenis <kettenis@gnu.org>
12498
12499 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
12500 single-step breakpoint fails; make this a KFAIL on
12501 sparc*-*-openbsd*.
12502 * gdb.base/siginfo.exp: Likewise.
12503 * gdb.base/sigstep.exp (advance, advancei): Likewise.
12504
b8db102d
MS
125052006-04-26 Michael Snyder <msnyder@redhat.com>
12506
12507 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
12508 which may have to consume output from other forks.
12509 Add tests to make sure that "delete fork" succeeded.
12510
c702009a
MS
125112006-04-20 Michael Snyder <msnyder@redhat.com>
12512
12513 * 2006-03-22 Jim Blandy <jimb@redhat.com>
12514 Add support for the Renesas M32C and M16C.
12515
12516 * gdb.asm/asm-source.exp: Add m32c target.
12517 * gdb.asm/m32c.inc: Support for m32c target.
12518
e28493f2
AS
125192006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
12520
12521 * gdb.base/commands.exp (recursive_source_test): New test.
12522
880da185
DM
125232006-04-04 David S. Miller <davem@sunset.davemloft.net>
12524
12525 * gdb.base/float.exp: Add pattern for sparc targets.
12526
61d9b92f
DJ
125272006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
12528
12529 * gdb.base/commands.exp (stray_arg0_test): New test.
12530
bd717df8
PB
125312006-03-30 Paul Brook <paul@codesourcery.com>
12532
12533 * gdb.mi/mi-until.exp: kfail broken until command.
12534 * gdb.mi/mi2-until.exp: Ditto.
12535
ec793d3c
NR
125362006-03-27 Nick Roberts <nickrob@snap.net.nz>
12537
12538 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
12539
831004b7
AO
125402006-03-08 Alexandre Oliva <aoliva@redhat.com>
12541
12542 * gdb.base/prelink.exp: Anchor tested-for regular expression
12543 on gdb prompt.
12544
effe49a0
PB
125452006-03-07 Paul Brook <paul@codesourcery.com>
12546
12547 * gdb.base/assign.exp: Correct fail message.
12548
e5461016
PB
125492006-03-07 Paul Brook <paul@codesourcery.com>
12550
12551 * lib/compiler.c: Extract armcc version number.
12552 * lib/compiler.cc: Ditto.
12553
fc91c6c2
PB
125542006-03-07 Paul Brook <paul@codesourcery.com>
12555
12556 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
12557 additional_flags=-w.
12558 * gdb.arch/altivec-regs.exp: Ditto.
12559 * gdb.arch/e500-abi.exp: Ditto.
12560 * gdb.arch/e500-regs.exp: Ditto.
12561 * gdb.base/all-bin.exp: Ditto.
12562 * gdb.base/annota1.exp: Ditto.
12563 * gdb.base/annota3.exp: Ditto.
12564 * gdb.base/args.exp: Ditto.
12565 * gdb.base/arithmet.exp: Ditto.
12566 * gdb.base/assign.exp: Ditto.
12567 * gdb.base/async.exp: Ditto.
12568 * gdb.base/bang.exp: Ditto.
12569 * gdb.base/break.exp: Ditto.
12570 * gdb.base/call-rt-st.exp: Ditto.
12571 * gdb.base/completion.exp: Ditto.
12572 * gdb.base/cond-expr.exp: Ditto.
12573 * gdb.base/condbreak.exp: Ditto.
12574 * gdb.base/consecutive.exp: Ditto.
12575 * gdb.base/define.exp: Ditto.
12576 * gdb.base/display.exp: Ditto.
12577 * gdb.base/ena-dis-br.exp: Ditto.
12578 * gdb.base/environ.exp: Ditto.
12579 * gdb.base/eval-skip.exp: Ditto.
12580 * gdb.base/info-proc.exp: Ditto.
12581 * gdb.base/jump.exp: Ditto.
12582 * gdb.base/logical.exp: Ditto.
12583 * gdb.base/long_long.exp: Ditto.
12584 * gdb.base/maint.exp: Ditto.
12585 * gdb.base/miscexprs.exp: Ditto.
12586 * gdb.base/pc-fp.exp: Ditto.
12587 * gdb.base/pointers.exp: Ditto.
12588 * gdb.base/relational.exp: Ditto.
12589 * gdb.base/reread.exp: Ditto.
12590 * gdb.base/sect-cmd.exp: Ditto.
12591 * gdb.base/sep.exp: Ditto.
12592 * gdb.base/sepdebug.exp: Ditto.
12593 * gdb.base/until.exp: Ditto.
12594 * gdb.base/whatis-exp.exp: Ditto.
12595 * gdb.cp/annota2.exp: Ditto.
12596 * gdb.cp/annota3.exp: Ditto.
12597 * gdb.trace/actions.exp: Ditto.
12598 * gdb.trace/backtrace.exp: Ditto.
12599 * gdb.trace/circ.exp: Ditto.
12600 * gdb.trace/collection.exp: Ditto.
12601 * gdb.trace/deltrace.exp: Ditto.
12602 * gdb.trace/infotrace.exp: Ditto.
12603 * gdb.trace/limits.exp: Ditto.
12604 * gdb.trace/packetlen.exp: Ditto.
12605 * gdb.trace/passc-dyn.exp: Ditto.
12606 * gdb.trace/passcount.exp: Ditto.
12607 * gdb.trace/report.exp: Ditto.
12608 * gdb.trace/save-trace.exp: Ditto.
12609 * gdb.trace/tfind.exp: Ditto.
12610 * gdb.trace/tracecmd.exp: Ditto.
12611 * gdb.trace/while-dyn.exp: Ditto.
12612 * gdb.trace/while-stepping.exp: Ditto.
12613 * lib/gdb.exp: Ditto.
12614 (gdb_compile): Handle nowarning option.
12615
5f4a23d9
AO
126162006-03-07 Alexandre Oliva <aoliva@redhat.com>
12617
12618 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
12619 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
12620 Rename executable to prelinkt. Don't re-prelink if we didn't
12621 get a core file. Test prelink -u exit status to tell whether
12622 prelinking failed. Use gdb_test_multiple.
12623
9733fc94
DJ
126242006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12625
12626 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
12627 (do_tests): Call it.
12628
cc10cae3
AO
126292006-02-28 Alexandre Oliva <aoliva@redhat.com>
12630
12631 * gdb.base/prelink.exp: New test.
12632 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
12633
15c46491
WZ
126342006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
12635
12636 * gdb.fortran/derived-type.f90: New file.
12637 * gdb.fortran/derived-type.exp: New testcase.
12638
5c9f7ded
DJ
126392006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
12640
12641 * gdb.base/default.exp: Allow ';' as a directory separator.
12642
5b96932b
AS
126432006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
12644
12645 * gdb.base/help.exp (help add-symbol-file): Update.
12646
1986bccd
AS
126472006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
12648
12649 * gdb.base/help.exp (help load): Update expected results.
12650
a8b7528f
FF
126512006-02-19 Fred Fish <fnf@specifix.com>
12652
12653 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
12654 specifix hex value as part of results.
12655 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 12656
f8261448
FF
126572006-02-16 Fred Fish <fnf@specifix.com>
12658
12659 * gdb.base/whatis.c: Define variables using typedefs char_addr,
12660 ushort_addr, and slong_addr, so the typedefs are not optimized
12661 away.
12662 * gdb.base/whatis.exp: Add tests using type name for struct type,
12663 union type, enum type, and typedef.
a9c64011 12664
31d8bdd2
MK
126652006-02-13 Mark Kettenis <kettenis@gnu.org>
12666
12667 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
12668
34e41e63
JB
126692006-02-13 Jim Blandy <jimb@redhat.com>
12670
12671 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
12672 case where it takes two "next" commands to skip past the init
12673 call.
12674
ac6e4f31
FF
126752006-02-12 Fred Fish <fnf@specifix.com>
12676
12677 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
12678 to handle cases where it takes two "next" commands to skip
12679 past the init call.
12680
2db2d571
JB
126812006-02-07 Joel Brobecker <brobecker@adacore.com>
12682
12683 * gdb.ada/array_return.exp: Mark the last test as expected to fail
12684 on hppa32 targets.
12685
38fcd64c
DJ
126862006-02-06 Vladimir Prus <ghost@cs.msu.su>
12687
12688 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
12689 field.
12690
1315ad46
MK
126912006-01-29 Mark Kettenis <kettenis@gnu.org>
12692
12693 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
12694
5625b943
DJ
126952006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
12696
12697 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
12698 files.
12699
80df1bbe
DJ
127002006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
12701
12702 * gdb.cp/maint.exp: Set complaints to a positive value.
12703
9078e690
DJ
127042006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
12705
12706 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
12707 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
12708 function name.
12709
9c903399
DJ
127102006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
12711
12712 * gdb.base/checkpoint.c: Update copyright notice. Include
12713 <stdlib.h>.
12714
761ae4d6
JB
127152006-01-04 Jim Blandy <jimb@redhat.com>
12716
12717 * gdb.asm/asm-source.exp: Independently provide default values for
12718 asm-flags and debug-flags. Use 'string equal' to do the
12719 comparison, not the implicit expr's '==' operator. Remove
12720 now-unneeded assignments to asm-flags. In h8300 case, place
12721 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
12722
099ac3dd
MS
127232006-01-04 Michael Snyder <msnyder@redhat.com>
12724
12725 * gdb.base/checkpoint.c: New file.
12726 * gdb.base/checkpoint.exp: New file.
12727 * gdb.base/multi-fork.c: New file.
12728 * gdb.base/multi-fork.exp: New file.
12729 * gdb.base/pi.txt: New file (data for checkpoint.c test).
12730
f4d85314
FF
127312006-01-04 Fred Fish <fnf@specifix.com>
12732
12733 * gdb.base/ptype.c (foo): Add typedef.
12734 (intfoo): Add function.
12735 * gdb.base/ptype1.c: New file.
12736 * gdb.base/ptype.exp: Handle compilation and linking with two
12737 source files. Test that proper type for "foo" is found based
12738 on source context rather than first match found in symtabs.
12739
a1b06f35
MK
127402005-12-28 Mark Kettenis <kettenis@gnu.org>
12741
12742 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
12743 * gdb.asm/openbsd.inc: Indent commands.
12744
d082a1e2
MK
127452005-12-26 Mark Kettenis <kettenis@gnu.org>
12746
c65016bd
MK
12747 * gdb.base/freebpcmd.exp: Increase timeout.
12748
d082a1e2
MK
12749 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
12750
d3c32a0e
DJ
127512005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
12752
12753 * gdb.base/default.exp: Update check for "show version".
12754
9fdb1f50
RC
127552005-12-09 Randolph Chung <tausq@debian.org>
12756
12757 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
12758 * gdb.asm/pa64.inc: New file.
12759
5f2c56f7
RC
127602005-12-09 Randolph Chung <tausq@debian.org>
12761
12762 * gdb.asm/common.inc: Indent commands.
12763 * gdb.asm/asmsrc1.s: Likewise.
12764 * gdb.asm/asmsrc2.s: Likewise.
12765
8117349c
RC
127662005-12-09 Randolph Chung <tausq@debian.org>
12767
12768 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
12769 (get_addr_of_sym): Remove duplicate print.
12770 (gen_core): xfail hppa*-*-hpux*, update expected output.
12771 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
12772 * gdb.arch/pa64-nullify.s: New file.
12773
8f07f25a
RC
127742005-12-09 Randolph Chung <tausq@debian.org>
12775
12776 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
12777
55b39184
DJ
127782005-12-07 Christophe Lyon <christophe.lyon@st.com>
12779
12780 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
12781 code generation for these functions.
12782 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
12783 error message.
12784
31e2b00f
AS
127852005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
12786
12787 * gdb.base/help.exp (help b, help br, help bre, help brea)
12788 (help break): Update the expected message.
12789
c3d0b56e
SC
127902005-11-11 Stephane Carrez <stcarrez@nerim.fr>
12791
12792 * gdb.asm/m68hc11.inc: Setup the data section.
12793 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
12794 script for this test.
12795 (m6812-*-*): Likewise.
12796
36ae0ea9
RC
127972005-11-09 Randolph Chung <tausq@debian.org>
12798
12799 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
12800
9d6f42e9
WZ
128012005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
12802
12803 * gdb.base/break.exp: Fix a comment typo.
12804
e2126a14
EZ
128052005-11-03 Jim Blandy <jimb@redhat.com>
12806
a9c64011
AS
12807 Checked in by Elena Zannoni <ezannoni@redhat.com>
12808
889bf7c5 12809 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 12810
e0ac7199
CV
128112005-11-02 Corinna Vinschen <vinschen@redhat.com>
12812
12813 * gdb.arch/gdb1558.c: Include stdio.h.
12814
31d3fb18
MK
128152005-10-31 Mark Kettenis <kettenis@gnu.org>
12816
12817 * gdb.asm/asm-source.exp: Use -e instead of --entry.
12818
e52b687c
MK
128192005-10-31 Mark Kettenis <kettenis@gnu.org>
12820
12821 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
12822
f4711d79
PG
128232005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
12824
a9c64011
AS
12825 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12826 vscr" tests to better match output.
f4711d79 12827
987a9106
JB
128282005-10-12 Jim Blandy <jimb@redhat.com>
12829
12830 * gdb.base/structs.exp (any): New function.
12831 (test_struct_returns): Don't make any assumptions at all about
12832 what value the function returns when GDB can't set the return
12833 value.
12834
2336bb58
JB
128352005-10-09 Joel Brobecker <brobecker@adacore.com>
12836
12837 * gdb.ada/arrayidx/p.adb: New file.
12838 * gdb.ada/arrayidx.exp: New testcase
12839
128402005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
12841
12842 * gdb.ada/array_return/pck.ads: New file.
12843 * gdb.ada/array_return/pck.adb: New file.
12844 * gdb.ada/array_return/p.adb: New file.
12845 * gdb.ada/array_return.exp: New testcase.
12846
705335ea
JB
128472005-10-03 Joel Brobecker <brobecker@adacore.com>
12848
a9c64011
AS
12849 * gdb.base/arrayidx.c: New file.
12850 * gdb.base/arrayidx.exp: New testcase.
705335ea 12851
11ee9940
NR
128522005-09-29 Nick Roberts <nickrob@snap.net.nz>
12853
12854 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
12855 frames-invalid and breakpoints-invalid are no longer generated
12856 with level 3 so don't expect them in the output.
12857
39fb8e9e
BR
128582005-09-27 Bob Rossi <bob@brasko.net>
12859
a9c64011 12860 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
12861 from test. Escape the | in mi_gdb_test call.
12862 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
12863 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
12864 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
12865 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
12866 expected regex's in mi_gdb_test calls.
12867 * lib/mi-support.exp: Remove arbitrary .* from tests.
12868 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
12869 Fully anchor GDB/MI expected results in mi_gdb_test.
12870 * lib/gdb.exp (string_to_regexp): Escape the ] character.
12871 * gdb.base/sizeof.exp: Remove escape character. Correct test.
12872
2af48f68
PB
128732005-09-26 Paul Brook <paul@codesourcery.com>
12874
12875 * long_long.exp: Exclude eabi targets from arm FPA float format test.
12876
f34502bc
WZ
128772005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12878
12879 * bfp-test.c: New file.
12880 * bfp-test.exp: New testcase.
12881
ca929517
WZ
128822005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
12883
12884 * gdb.fortran/subarray.exp: New testcase to test the evaluation
12885 of subarray and substring variable.
12886 * gdb.fortran/subarray.f: New source file for the test of subarray
12887 and substring variable evaluation.
12888 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
12889 of string constant.
12890
c761af65
DJ
128912005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
12892
12893 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
12894 copyright dates.
12895
561d7a1d
PG
128962005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
12897
12898 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
12899 powerpc altivec' test with an almost identical 'info vector' test.
12900
b2b64cc9
PG
129012005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12902
a9c64011
AS
12903 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
12904 vscr" tests to match output.
b2b64cc9 12905
6ac4d15a
PG
129062005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
12907
a9c64011
AS
12908 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
12909 output.
6ac4d15a 12910
40e55bef
BR
129112005-09-11 Bob Rossi <bob@brasko.net>
12912
889bf7c5
PA
12913 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
12914 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
12915 commands that return an MI output command and an asyncronous MI output
12916 command.
40e55bef
BR
12917 * gdb.mi/mi-console.exp: Ditto.
12918
3c7385ec
BR
129192005-09-11 Bob Rossi <bob@brasko.net>
12920
12921 * gdb.mi/mi-var-child.c: Include <string.h>.
12922
a6cd0eb3
DJ
129232005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
12924
12925 * killed.exp: Correct gdb_expect syntax.
12926
2f168eed
CV
129272005-08-09 Corinna Vinschen <vinschen@redhat.com>
12928
12929 * lib/mi-support.exp (mi_gdb_load): Fix typo.
12930
ecd3fd0f
BR
129312005-08-02 Bob Rossi <bob@brasko.net>
12932
12933 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
12934 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
12935 Change tests to inferior-tty-set/show.
12936 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
12937 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
12938 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
12939 inferior. Use mi_gdb_test to get GDB and Inferior output.
12940 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
12941 descriptor.
12942 (mi_inferior_tty_name): Add inferior PTY file name.
12943 (mi_gdb_start): Add INFERIOR_PTY parameter.
12944 (mi_gdb_test): Add IPATTERN parameter.
12945
f1ea48cb 129462005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 12947
f1ea48cb
BR
12948 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
12949 parameter to mi_gdb_test.
12950 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
12951
6e650a67
DJ
129522005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12953
12954 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
12955 struct_declarations.
12956 * gdb.mi/mi-var-child.exp: Step over the initialization of
12957 struct_declarations.
12958
8be260b6
DJ
129592005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
12960
12961 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
12962 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
12963 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
12964 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
12965 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
12966 file.
12967
4e660f07
NR
129682005-07-27 Nick Roberts <nickrob@snap.net.nz>
12969
12970 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
12971 (do_children_tests): Assign values to the extra elements.
12972
12973 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
12974 them for tests for "-var-update --no-values" and
a9c64011 12975 "-var-update --all-values".
4e660f07
NR
12976 Add test for "-var-list-children --simple-values".
12977
12978 * gdb.mi/basics.c (callee4): Add integer array D[3]...
12979
12980 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
12981 "-stack-list-locals --simple-values" Improve doc strings and
12982 comments.
12983
6bdae935
MK
129842005-07-18 Mark Kettenis <kettenis@gnu.org>
12985
598b7a6f
MK
12986 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
12987 *-*-openbsd*.
12988 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
12989
6bdae935
MK
12990 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
12991 sigaltsatck'.
12992
1323e929 129932005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 12994
1323e929
BR
12995 * gdb.base/default.exp (tty): Changed output of command.
12996 * gdb.base/help.exp (help tty): Ditto.
12997
b1a9c082
MK
129982005-07-12 Mark Kettenis <kettenis@gnu.org>
12999
13000 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
13001
10a844a2
MK
130022005-07-10 Mark Kettenis <kettenis@gnu.org>
13003
13004 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
13005 -stack-select-frame without arguments.
13006 (test_stack_frame_listing): Add test for newly implemented command
13007 -stack-info-frame.
13008
3cb3b8df
BR
130092005-07-06 Bob Rossi <bob@brasko.net>
13010
13011 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
13012 command.
13013 (Copyright): Update copyright.
13014
a0c5fbcf
WZ
130152005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
13016
13017 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
13018 tests to evaluate exponentiation expression.
13019
984971d0
AS
130202005-06-29 Andreas Schwab <schwab@suse.de>
13021
13022 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
13023 main to avoid warnings.
13024
13025 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
13026
fe03833f
NR
130272005-06-20 Nick Roberts <nickrob@snap.net.nz>
13028
13029 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
13030 -stack-select-frame without arguments.
13031 (test_stack_frame_listing): Add test for newly implemented command
13032 -stack-info-frame.
a9c64011 13033
7a55f279
WZ
130342005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
13035
0ffa0ea5
DJ
13036 * gdb.fortran/array-element.f: New file.
13037 * gdb.fortran/array-element.exp: New testcase.
7a55f279 13038
26585198
DJ
130392005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13040
13041 * gdb.base/bigcore.exp: Correct checks for systems which can
13042 not dump a large core file.
13043
c1bd25fd
DJ
130442005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13045
13046 * gdb.base/relocate.c: Add a copyright notice.
13047 (dummy): Remove.
13048 * gdb.base/relocate.exp: Test printing the values of variables
13049 from a relocatable file.
13050
589e074d
DJ
130512005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13052
13053 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
13054 excess MI output after an error.
13055
0915f927
JB
130562005-05-29 Joel Brobecker <brobecker@adacore.com>
13057
13058 * gdb.arch/alpha-step.c: New file.
13059 * gdb.arch/alpha-step.exp: New testcase.
13060
76ff342d
DJ
130612005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
13062 Dennis Brueni <dennis@slickedit.com>
13063
13064 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
13065 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
13066 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
13067 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
13068 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
13069 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
13070 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
13071
96b0c7ac
DJ
130722005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
13073 Wu Zhou <woodzltc@cn.ibm.com>
13074
13075 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
13076 IBM's xlc compiler.
13077 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
13078 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
13079
f21565d2
JB
130802005-05-13 Jim Blandy <jimb@redhat.com>
13081
13082 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
13083 calling gdb_suppress_entire_file.
13084 * gdb.base/charset.exp: Same.
13085 * gdb.base/call-rt-st.exp: Same.
13086
6006a3a1
BR
130872005-05-05 Bob Rossi <bob_rossi@cox.net>
13088
13089 * lib/gdb.exp (fullname_syntax): Added global regex.
13090 (fullname_syntax_POSIX): Ditto.
13091 (fullname_syntax_UNC): Ditto.
13092 (fullname_syntax_DOS_CASE): Ditto.
13093 (fullname_syntax_DOS): Ditto.
13094 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
13095 fullname_syntax variable to scope and use it.
13096 (test_file_list_exec_source_files): Ditto.
13097 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
13098
c3b69c04
DJ
130992005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
13100
13101 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
13102
3c95e6af
PG
131032004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
13104
a9c64011
AS
13105 * lib/gdb.exp (skip_altivec_tests): New function, based on
13106 check_vmx_hw_available from the GCC testsuite.
13107 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
13108 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 13109
78df6c56
JB
131102005-05-02 Jim Blandy <jimb@redhat.com>
13111
13112 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
13113 calling gdb_suppress_entire_file.
13114
1690f9cf
DJ
131152005-04-30 Randolph Chung <tausq@debian.org>
13116
13117 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
13118 Slightly relax "sem_post" name checking.
13119
5ea106f7
PG
131202005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13121
13122 * gdb.base/unload.exp: Use new shared library infrastructure.
13123
bf7234cf
PG
131242005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
13125
13126 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 13127 infrastructure.
bf7234cf 13128
547b869a
CV
131292005-04-29 Corinna Vinschen <vinschen@redhat.com>
13130
13131 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
13132 * gdb.asm/h8300.inc: New file.
13133
f07e55f0
PG
131342005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13135
13136 * gdb.base/shlib-call.exp: Change to use new shared library
13137 infrastructure.
13138
3cbba3d1
PG
131392005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13140
a9c64011
AS
13141 * gdb.base/pending.exp: Change to use new shared library
13142 infrastructure.
3cbba3d1 13143
ed6df200
PG
131442005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
13145
a9c64011
AS
13146 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
13147 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 13148
8c8f4ebe
PG
131492005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
13150
a9c64011
AS
13151 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
13152 shared objects being adjusted and update copyright years.
8c8f4ebe 13153
607fbc54
DJ
131542005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
13155
13156 * ChangeLog: Correct some 2003-01-13 dates.
13157 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
13158 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
13159 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
13160 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
13161 gdb.trace/tfind.exp: Update copyright years.
13162
57bf0e56
DJ
131632005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
13164 Daniel Jacobowitz <dan@codesourcery.com>
13165
13166 * lib/gdb.exp (gdb_compile): Handle shlib=.
13167 (gdb_compile_shlib): New function.
13168
9b593790
PG
131692005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
13170
a9c64011 13171 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 13172
9494c6a5
DJ
131732005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13174
13175 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
13176 gdb.server.
13177 * configure.ac: Likewise.
13178 * configure: Regenerated.
13179 * gdb.gdbserver/Makefile.in: Moved to...
13180 * gdb.server/Makefile.in: ... here.
13181 * gdb.gdbserver/server.c: Moved to...
13182 * gdb.server/server.c: ... here.
13183 * gdb.gdbserver/server-run.exp: Moved to...
13184 * gdb.server/server-run.exp: ... here.
13185
6f8eac0e
DJ
131862005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
13187
13188 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
13189 * configure.ac: Create gdb.gdbserver/Makefile.
13190 * configure: Regenerated.
13191 * lib/gdbserver-support.exp: New file, derived from
13192 config/gdbserver.exp.
13193 * config/gdbserver.exp: Use gdbserver-support.exp.
13194 * gdb.gdbserver/Makefile.in: New file.
13195 * gdb.gdbserver/server.c: New file.
13196 * gdb.gdbserver/server-run.exp: New file.
13197
6e87504d
PG
131982005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
13199
a9c64011
AS
13200 * lib/gdb.exp (test_compiler_info): Return compiler_info
13201 if no arguments are given.
6e87504d 13202
d1779be4
PG
132032005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
13204
13205 * gdb.arch/altivec-abi.exp: Check for compiler and set
13206 use altivec' flag accordingly.
13207 * gdb.arch/altivec-regs.exp: Likewise.
13208
88750304
DJ
132092005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
13210
13211 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
13212
f3fb768d
AS
132132005-03-27 Andreas Schwab <schwab@suse.de>
13214
13215 * gdb.base/bigcore.c (main): Add missing mode argument in open
13216 call.
13217
7e813ac5
DJ
132182005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
13219
13220 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
13221 downloads.
13222 * config/gdbserver.exp (gdb_load): Likewise.
13223
8e3049aa
PB
132242005-03-14 Paul Brook <paul@codesourcery.com>
13225
13226 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
13227 targets.
13228
a9df7c44
JB
132292005-03-09 Joel Brobecker <brobecker@adacore.com>
13230
13231 * gdb.dwarf2/dup-psym.S: New file.
13232 * gdb.dwarf2/dup-psym.exp: New testcase.
13233
9f0d94e8
JB
132342005-03-09 Joel Brobecker <brobecker@adacore.com>
13235
13236 * gdb.ada/exec_changed/first.adb: New file.
13237 * gdb.ada/exec_changed/second.adb: New file.
13238 * gdb.ada/exec_changed.exp: New testcase.
13239
5f579bc5
NS
132402005-03-08 Nathan Sidwell <nathan@codesourcery.com>
13241
36e9969c
NS
13242 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
13243 (A2): New class.
13244 (main): Test operator+.
13245 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
13246 breakpoint test.
13247
5f579bc5
NS
13248 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
13249 * gdb.base/signull.exp: Disable if gdb,nosignals.
13250 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
13251 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
13252 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
13253 * gdb.mi/mi2-console.exp: Likewise.
13254 * gdb.trace/collection.exp (run_trace_experiment): Consume the
13255 continue output at start.
13256 (gdb_collect_locals_test): Robustify regexp.
13257 * gdb.trace/passc-dyn.exp: Fix comment typo.
13258 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
13259
be46087e
CV
132602005-03-08 Corinna Vinschen <vinschen@redhat.com>
13261
13262 * gdb.asm/asm-source.exp: Add iq2000 case.
13263 * gdb.asm/iq2000.inc: New file.
13264
384e1a61 132652005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 13266
384e1a61
MI
13267 * gdb.base/command.exp: Change hardcoded value to regular expression.
13268 * gdb.base/float.exp: Add powerpc to the list of targets checked.
13269
584b6e9e
DJ
132702005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
13271
13272 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
13273 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
13274 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
13275 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
13276 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
13277
ab5b5d61
MK
132782005-03-05 Mark Kettenis <kettenis@gnu.org>
13279
13280 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
13281 changes.
13282
ae051c1b
PG
132832004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
13284
a9c64011
AS
13285 * lib/compiler.c: Add test for IBM's xlc compiler.
13286 * lib/compiler.cc: Likewise.
ae051c1b 13287
3f0f6ed2
JB
132882004-02-24 Joel Brobecker <brobecker@adacore.com>
13289
13290 * gdb.ada/fixed_points.exp: Create compilation object directory
13291 before running the test.
13292 * gdb.ada/null_record.exp: Likewise.
13293 * gdb.ada/packed_array.exp: Likewise.
13294 * gdb.ada/start.exp: Likewise.
13295
724f452b
JB
132962005-02-15 Joel Brobecker <brobecker@adacore.com>
13297
13298 * gdb.ada/packed_array/pa.adb: New file.
13299 * gdb.ada/packed_array.exp: New testcase.
13300
57f5cdfb 133012005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 13302
1f393151
MK
13303 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
13304 files.
13305
ebdda337
MK
13306 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
13307 on *-*-openbsd*. Correctly match whitespace in regukar
13308 expressions.
13309
cf309262
DJ
133102005-02-10 Daniel Jacobowitz <dan@debian.org>
13311
13312 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
13313 PR exp/1821
13314 * gdb.base/gdb1821.c: New test file.
13315 * gdb.base/gdb1821.exp: New test file.
13316
3be49e7a
JB
133172005-02-09 Joel Brobecker <brobecker@adacore.com>
13318
13319 * gdb.base/start.c: New file.
13320 * gdb.base/start.exp: New testcase.
13321
e292e67d
JB
133222005-02-09 Joel Brobecker <brobecker@adacore.com>
13323
13324 * gdb.ada/start/dummy.adb: New file.
13325 * gdb.ada/start.exp: New testcase.
13326
dbdfa66c
CV
133272005-02-09 Corinna Vinschen <vinschen@redhat.com>
13328
13329 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
13330 for printing symbols and statistics.
13331 Add test for using relative pathnames in "maint print msymbols" test.
13332 Mark "maint info sections DATA" XFAIL on Cygwin.
13333 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
13334 tests.
13335
d7941671
AC
133362005-02-09 Andreas Schwab <schwab@suse.de>
13337
13338 Committed by Andrew Cagney <cagney@gnu.org>
13339 * gdb.base/remotetimeout.exp: New file.
13340
74e5ef44
MK
133412005-02-07 Mark Kettenis <kettenis@gnu.org>
13342
13343 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
13344
464dd14d
JB
133452005-02-03 Joel Brobecker <brobecker@adacore.com>
13346
13347 * gdb.ada/gnat_ada.gpr: New file.
13348 * gdb.ada/gnat_ada.gin: Delete, no longer used.
13349 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
13350 * configure.ac: No longer generate gnat_ada.gpr.
13351 * configure: Regenerate.
13352 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
13353 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
13354 * gdb.ada/null_record/bar.ads: Likewise.
13355 * gdb.ada/null_record/bar.adb: Likewise.
13356 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
13357 * gdb.ada/null_record.exp (testdir): New variable.
13358 (testfile): executable is now in testdir subdirectory.
13359 (srcfile): Use full path to the main compilation unit.
13360 * gdb.ada/fixed_points.exp: Same changes as above.
13361
30d756ae
NR
133622005-02-03 Nick Roberts <nickrob@snap.net.nz>
13363
13364 * gdb.base/interp.exp: New test.
13365
9d799f85
AC
133662005-01-24 Andrew Cagney <cagney@gnu.org>
13367
13368 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
13369
15656118
AC
133702005-01-19 Andrew Cagney <cagney@gnu.org>
13371
a892c31b
AC
13372 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
13373 configure.ac not configure.in.
13374
15656118
AC
13375 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
13376 of powerpc*-*-*.
13377 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 13378 * gdb.base/list.exp (test_list_function)
15656118
AC
13379 (test_list_filename_and_function): Ditto.
13380 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
13381
a7b01baf
AC
133822005-01-16 Andrew Cagney <cagney@gnu.org>
13383
17d92a02
AC
13384 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
13385
a7b01baf
AC
13386 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
13387
bc8332bb
AC
133882005-01-14 Andrew Cagney <cagney@gnu.org>
13389
13390 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
13391 * gdb.mi/mi2-var-cmd.exp: Ditto.
13392
4d074752
CV
133932005-01-10 Corinna Vinschen <vinschen@redhat.com>
13394
13395 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
13396
bec39cab
AC
133972005-01-07 Andrew Cagney <cagney@gnu.org>
13398
13399 * configure.ac: Rename configure.in, require autoconf 2.59.
13400 * configure: Re-generate.
13401 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
13402 * gdb.stabs/configure: Re-generate.
13403 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
13404 * gdb.hp/configure: Re-generate.
13405 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
13406 autoconf 2.59.
13407 * gdb.hp/gdb.objdbg/configure: Re-generate.
13408 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
13409 autoconf 2.59.
13410 * gdb.hp/gdb.defects/configure: Re-generate.
13411 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
13412 autoconf 2.59.
13413 * gdb.hp/gdb.compat/configure: Re-generate.
13414 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
13415 autoconf 2.59.
13416 * gdb.hp/gdb.base-hp/configure: Re-generate.
13417 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
13418 autoconf 2.59.
13419 * gdb.hp/gdb.aCC/configure: Re-generate.
13420
f10b16d4
JB
134212004-12-15 Jim Blandy <jimb@redhat.com>
13422
13423 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
13424 under NPTL when there is debugging info available for libpthread.
13425
fb6e1814
JG
134262004-12-13 Jerome Guitton <guitton@gnat.com>
13427
13428 * gdb.ada/fixed_points.c: New file.
13429 * gdb.ada/fixed_points.exp: New file.
13430
fe46cd3a
RC
134312004-12-03 Randolph Chung <tausq@debian.org>
13432
13433 * gdb.arch/pa-nullify.exp: New file.
13434 * gdb.arch/pa-nullify.s: New file.
13435
8de0841b
RC
134362004-11-30 Randolph Chung <tausq@debian.org>
13437
13438 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
13439 instead of "tbug". Fix regexp to work properly with gdb_test.
13440
c8170782
PH
134412004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
13442
13443 * gdb.base/bitfields2.exp: New test.
13444 * gdb.base/bitfields2.c: New file.
13445
954269c2
RE
134462004-11-28 Richard Earnshaw <rearnsha@arm.com>
13447
13448 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
13449
0107feed
RC
134502004-11-16 Randolph Chung <tausq@debian.org>
13451
13452 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
13453
f073ae8c
DJ
134542004-11-14 Daniel Jacobowitz <dan@debian.org>
13455
13456 * gdb.threads/threadapply.exp: Correct "macro details" test.
13457
19ad59e7
JJ
134582004-11-11 Jeff Johnston <jjohnstn@redhat.com>
13459
13460 * gdb.threads/threadapply.exp: New test.
13461 * gdb.threads/threadapply.c: New file.
13462
9cf0961b
MK
134632004-11-07 Mark Kettenis <kettenis@gnu.org>
13464
13465 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
13466 frames.
13467
c789492a
FL
134682004-11-05 Felix Lee <felix+log1@specifixinc.com>
13469
13470 * gdb.base/cursal.exp: New file.
13471 * gdb.base/cursal.c: New file.
13472
a1e167bb
AC
134732004-11-03 Andrew Cagney <cagney@gnu.org>
13474
13475 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
13476
b7cbf173
MK
134772004-10-30 Mark Kettenis <kettenis@gnu.org>
13478
13479 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
13480 NetBSD/ELF targets.
13481
88f9d34f
JB
134822004-10-29 Joel Brobecker <brobecker@gnat.com>
13483
13484 * gdb.threads/bp_in_thread.c: New file, copied from
13485 pthread_cond_wait.c.
13486 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
13487 file, rather than reusing the .c file from another testcase.
13488
ca7d6a0c
JB
134892004-10-20 Joel Brobecker <brobecker@gnat.com>
13490
13491 * gdb.ada/null_record.exp: Check where we stopped after
13492 sending the start command, instead of where the associated
13493 temporary breakpoint was inserted.
13494
0d863d03
AC
134952004-10-14 Andrew Cagney <cagney@gnu.org>
13496
13497 * gdb.mi/gdb701.c (main): Return 0.
13498
d11e72cb
DJ
134992004-10-13 Daniel Jacobowitz <dan@debian.org>
13500
d40539a4 13501 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 13502
e1923096
JJ
135032004-10-12 Jeff Johnston <jjohnstn@redhat.com>
13504
13505 * gdb.threads/schedlock.c: Add comment markers to use to find
13506 line numbers.
13507 * gdb.threads/schedlock.exp: Adjust regex to handle the new
13508 comments.
13509 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
13510 breakpoint lines.
13511
ec8ba2c9
DJ
135122004-10-12 Daniel Jacobowitz <dan@debian.org>
13513
13514 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
13515
0eb3658b
DJ
135162004-10-12 Daniel Jacobowitz <dan@debian.org>
13517
13518 * configure.in: Add gdb.dwarf2.
13519 * configure: Regenerated.
13520 * Makefile.in: Add gdb.dwarf2.
13521 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
13522 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
13523 gdb.dwarf2/file1.txt: New files.
13524
a271cc33
OF
135252004-10-11 Orjan Friberg <orjanf@axis.com>
13526
a9c64011 13527 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
13528 of "run", since the latter doesn't work with remote targets. Adjust
13529 the breakpoint numbering accordingly.
13530 * gdb.threads/pthread_cond_wait.exp: Ditto.
13531
895ce074
MC
135322004-10-08 Michael Chastain <mec.gnu@mindspring.com>
13533
13534 * gdb.base/overlays.exp: Update copyright years.
13535
6be3092d
KI
135362004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
13537
13538 * gdb.base/overlays.exp: Disable if target is Linux.
13539
e05389b8
FL
135402004-10-06 Felix Lee <felix+log1@specifixinc.com>
13541
13542 * config/gdbserver.exp (gdb_load): Use right filename on remote.
13543
73cb587d
KI
135442004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
13545
13546 * gdb.asm/asm-source.exp: Add m32r-linux target.
13547 * gdb.asm/m32r-linux.inc: New file.
13548
3c0edcdc
AC
135492004-09-24 Andrew Cagney <cagney@redhat.com>
13550 David Anderson <anderson@redhat.com>
13551
13552 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
13553 command fails, assume things will work.
13554 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
13555 (_GNU_SOURCE): Define.
13556 (print_unsigned, print_hex): Change parameter to "long long".
13557 (print_byte_count): New function, use to print byte counts.
13558 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
13559 O_LARGEFILE.
13560 (main): Compute an upper bound on a corefile in max_core_size.
13561 Limit memory chunk size to max_core_size. Limit total memory
13562 allocated to max_core_size.
13563
4bb3667f
AC
135642004-09-23 Andrew Cagney <cagney@gnu.org>
13565
13566 * gdb.base/bigcore.exp: Replace the code that creates a corefile
13567 from a separate process with code that creates a corefile by
13568 making the inferior dump core.
13569
60fe1a51
MK
135702004-09-23 Mark Kettenis <kettenis@gnu.org>
13571
13572 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
13573 block.
13574
8e937346
MC
135752004-09-23 Michael Chastain <mec.gnu@mindspring.com>
13576
13577 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
13578 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
13579 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
13580 Likewise.
13581
7213f6d6
JJ
135822004-09-20 Jeff Johnston <jjohnstn@redhat.com>
13583
13584 * gdb.java/jprint.exp: New test case for java inferior call.
13585 * gdb.java/jprint.java: Ditto.
13586
eac69dca
JB
135872004-09-15 Joel Brobecker <brobecker@gnat.com>
13588
13589 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
13590
22227696
MC
135912004-09-14 Michael Chastain <mec.gnu@mindspring.com>
13592
13593 * gdb.threads/killed.c: Include <stdlib.h>.
13594 * gdb.threads/pthreads.c: Likewise.
13595
7dd403a4
MC
135962004-09-14 Michael Chastain <mec.gnu@mindspring.com>
13597
13598 * gdb.threads/killed.c: Add copyright notice.
13599
33f2d567
JM
136002004-09-10 Jason Molenda (jmolenda@apple.com)
13601
a9c64011
AS
13602 * gdb.base/define.exp: Two new tests to verify zero space chars
13603 after 'if' and 'while' commands in a user-defined command is correctly
13604 parsed.
33f2d567 13605
e05b62ac
AC
136062004-09-08 Andrew Cagney <cagney@gnu.org>
13607
13608 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
13609 delivery test with duplicate at end of file.
13610
9cbe82da
MK
136112004-09-06 Mark Kettenis <kettenis@jive.nl>
13612
13613 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
13614
564803d9
MC
136152004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13616
13617 * config/hppro.exp: Removed.
13618
7c6807ce
MC
136192004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13620
13621 * config/sparclet.exp: Removed.
13622
bf7e26dd
MC
136232004-09-05 Michael Chastain <mec.gnu@mindspring.com>
13624
13625 * config/udi.exp: Removed.
13626
714e341b
MC
136272004-09-02 Michael Chastain <mec.gnu@mindspring.com>
13628
13629 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
13630 of "exp_continue".
13631 (advancei): Likewise.
13632
1236e623
JJ
136332004-09-01 Jeff Johnston <jjohnstn@redhat.com>
13634
13635 * gdb.base/unload.exp: Fix so messages aren't duplicated.
13636
3bdcad15
MI
136372004-09-01 Manoj Iyer <manjo@austin.ibm.com>
13638
228af206 13639 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
13640 to check for nodebug in executable.
13641 * gdb.gdb/observer.exp (setup_test): Likewise.
13642 * gdb.gdb/selftest.exp (test_with_self): Likewise.
13643 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
13644
c72b934c
AC
136452004-09-01 Andrew Cagney <cagney@gnu.org>
13646
13647 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13648 files.
13649
edd9b715
JJ
136502004-09-01 Jeff Johnston <jjohnstn@redhat.com>
13651
13652 * gdb.base/unload.exp: Fix expected warning message to match
13653 latest format.
13654
fb4ce06b
CV
136552004-09-01 Corinna Vinschen <vinschen@redhat.com>
13656
13657 * gdb.base/call-rt-st.exp: Fix typos.
13658
ce78e7c3
MI
136592004-08-31 Manoj Iyer <manjo@austin.ibm.com>
13660
13661 * gdb.threads/thread_check.exp: New testcase.
13662 * gdb.threads/thread_check.c: New testcase.
13663
2dedb159
AC
136642004-08-31 Andrew Cagney <cagney@gnu.org>
13665
13666 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
13667 (skip_to_handler_entry): New procedures. Test stepping into a
13668 handler when the breakpoint is at the handler's entry point.
13669
68f53502
AC
136702004-08-30 Andrew Cagney <cagney@gnu.org>
13671
13672 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
13673 gdb/1757.
13674
3e3ffd2b
MC
136752004-08-27 Michael Chastain <mec.gnu@mindspring.com>
13676
13677 With code from Manoj Iyer <manjo@austin.ibm.com>:
13678 * lib/gdb.exp (gdb_file_cmd): Return more information in the
13679 return value. Add an arm for "no debugging symbols found".
13680 Change a stray "error" to "perror".
13681 (gdb_run_cmd): Adapt to new return value.
13682 * gdb.base/remote.exp: Adapt to new return value.
13683 * gdb.gdb/complaints.exp: Likewise.
13684 * gdb.gdb/observer.exp: Likewise.
13685 * gdb.gdb/selftest.exp: Likewise.
13686 * gdb.gdb/xfullpath.exp: Likewise.
13687
4b6f5fd2
JB
136882004-08-27 Joel Brobecker <brobecker@gnat.com>
13689
13690 * gdb.threads/bp_in_thread.exp: New testcase.
13691
e5b25496
MC
136922004-08-27 Michael Chastain <mec.gnu@mindspring.com>
13693
13694 Fix PR testsuite/1735.
13695 * gdb.threads/schedlock.c (thread_function): Add a cast
13696 to suppress a gcc warning.
13697 * gdb.threads/thread-specific.c (thread_function): Likewise.
13698
934353d6
MC
136992004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13700
13701 * gdb.base/unload.c: Include <stdlib.h>.
13702
f98a0aef 137032004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 13704
f98a0aef 13705 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
13706 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
13707 synchronized after the "return".
13708
5a2e8882
MC
137092004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13710
13711 * gdb.mi/basics.c: Include <stdio.h>.
13712 * gdb.mi/pthreads.c: Include <stdlib.h>.
13713 * gdb.mi/var-cmd.c: Include <stdlib.h>.
13714
a9640423
MC
137152004-08-26 Michael Chastain <mec.gnu@mindspring.com>
13716
13717 * gdb.threads/schedlock.c: Add copyright notice.
13718
b04e311d
AC
137192004-08-25 Andrew Cagney <cagney@gnu.org>
13720
13721 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
13722 (skip_over_handler, breakpoint_over_hander): New test procedures.
13723 (advance, advancei): Add a proper prefix, do not use
13724 rerun_to_main.
13725 * gdb.base/sigstep.c (main): Change to use an infinite loop.
13726
7c27f15b
MC
137272004-08-24 Michael Chastain <mec.gnu@mindspring.com>
13728
13729 * gdb.mi/basics.c: Add copyright notice.
13730 * gdb.mi/var-cmd.c: Add copyright notice.
13731
fffc87ae
MC
137322004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13733
13734 * lib/gdb.exp: Remove signed_keyword_not_used.
13735 * lib/compiler.c: Likewise.
13736 * lib/compiler.cc: Likewise.
13737
d782e0bf
MC
137382004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13739
13740 * gdb.base/whatis.c: Remove conditional disabling of "signed".
13741 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
13742
96033e83
MC
137432004-08-23 Michael Chastain <mec.gnu@mindspring.com>
13744
13745 * gdb.base/whatis.c: Add copyright notice.
13746
cf38c229
MK
137472004-08-20 Mark Kettenis <kettenis@gnu.org>
13748
13749 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
13750 it to skip the breakpoints encoded in the inline assembly.
13751
f4b49756
MC
137522004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13753
13754 * Makefile.in: Add gdb.fortran.
13755
2f193b69
MC
137562004-08-20 Michael Chastain <mec.gnu@mindspring.com>
13757
13758 * gdb.base/call-sc.exp (test_scalar_returns):
13759 Fix cut-and-paste glitch in "Make fun return now".
13760
89a237cb
MC
137612004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13762
13763 * configure.in: Add gdb.fortran.
13764 * configure: Regenerate.
13765 * gdb.fortran/Makefile.in: New file.
13766 * lib/gdb.exp (skip_fortran_tests): New procedure.
13767
469aff8e
MC
137682004-08-17 Michael Chastain <mec.gnu@mindspring.com>
13769
13770 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
13771 reference to bug-gnu@prep.ai.mit.edu.
13772 * gdb.mi/mi-var-child.exp: Likewise.
13773 * gdb.mi/mi-var-cmd.exp: Likewise.
13774 * gdb.mi/mi-var-display.exp: Likewise.
13775 * gdb.mi/mi2-var-block.exp: Likewise.
13776 * gdb.mi/mi2-var-child.exp: Likewise.
13777 * gdb.mi/mi2-var-cmd.exp: Likewise.
13778 * gdb.mi/mi2-var-display.exp: Likewise.
13779
00b51b9f
MK
137802004-08-15 Mark Kettenis <kettenis@gnu.org>
13781
13782 * gdb.base/unload.c (main): Make local variable msg const.
13783
45f07fef
MC
137842004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13785
13786 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
13787 to bug-gnu@prep.ai.mit.edu.
13788 * gdb.mi/mi-disassemble.exp: Likewise.
13789 * gdb.mi/mi-eval.exp: Likewise.
13790 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
13791 default line number.
13792 * gdb.mi/mi-return.exp: Likewise.
13793 * gdb.mi/mi-simplerun.exp: Likewise.
13794 * gdb.mi/mi-stack.exp: Likewise.
13795 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
13796 number with explicit range test.
13797 * gdb.mi/mi-watch.exp: Likewise.
13798 * gdb.mi/mi2-break.exp: Likewise.
13799 * gdb.mi/mi2-cli.exp: Likewise.
13800 * gdb.mi/mi2-disassemble.exp: Likewise.
13801 * gdb.mi/mi2-eval.exp: Likewise.
13802 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
13803 default line number.
13804 * gdb.mi/mi2-return.exp: Likewise.
13805 * gdb.mi/mi2-simplerun.exp: Likewise.
13806 * gdb.mi/mi2-stack.exp: Likewise.
13807 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
13808 number with explicit range test.
13809 * gdb.mi/mi2-watch.exp: Likewise.
13810
dd8c8ee7
MC
138112004-08-15 Michael Chastain <mec.gnu@mindspring.com>
13812
13813 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
13814 * gdb.cp/m-static.exp: Likewise.
13815 * gdb.cp/rtti.exp: Likewise.
13816
4e838464
MK
138172004-08-14 Mark Kettenis <kettenis@gnu.org>
13818
13819 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
13820
8d8cb839
EZ
138212004-08-14 Eli Zaretskii <eliz@gnu.org>
13822
13823 * ChangeLog: Prefix Local Variables with semi-colons and indent
13824 the reference to older ChangeLog files, to fix fontification in
13825 Emacs.
13826
deea8bb0
MC
138272004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13828
13829 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
13830 * gdb.mi/mi2-break.exp: Likewise.
13831
c3297504
MC
138322004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13833
13834 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
13835
25808999
MC
138362004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13837
13838 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
13839
226a8d71
MC
138402004-08-13 Michael Chastain <mec.gnu@mindspring.com>
13841
13842 * gdb.cp/classes.exp: Remove unused declarations. Just let
13843 test names default instead of providing special names. Remove
13844 extraneous demangler test.
13845
37fdf854
JJ
138462004-08-12 Jeff Johnston <jjohnstn@redhat.com>
13847
13848 * gdb.base/unload.exp: New test for breakpoints in dynamically
13849 loaded libraries.
13850 * gdb.base/unload.c: Ditto.
13851 * gdb.base/unloadshr.c: Ditto.
13852
2d3a7986
MC
138532004-08-12 Michael Chastain <mec.gnu@mindspring.com>
13854
13855 * gdb.cp/classes.exp (test_ptype_class_objects): Call
13856 cp_test_ptype_class.
13857 (test_enums): Likewise.
13858
c72b934c
AC
138592004-08-10 Andrew Cagney <cagney@gnu.org>
13860
13861 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
13862 files.
13863
cc503c8a
AC
138642004-08-10 Andrew Cagney <cagney@gnu.org>
13865
13866 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
13867 init_malloc call.
13868
902f2ccb
MC
138692004-08-10 Michael Chastain <mec.gnu@mindspring.com>
13870
13871 * ChangeLog: Add copyright notice. The notice is copied
13872 from emacs 21.3 top level ChangeLog.
13873
78c90502
MC
138742004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13875
13876 * lib/cp-support.exp: New file.
13877 * lib/cp-support.exp (cp_test_type_class): New function.
13878 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
13879 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
13880 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
13881 cp_test_ptype_class.
13882
88e5ea78
MC
138832004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13884
13885 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
13886 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13887 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
13888 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
13889 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
13890 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
13891 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
13892 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
13893 gdb.mi/mi2-watch.exp: Update copyright years.
13894
6a89fc9c
MK
138952004-08-09 Mark Kettenis <kettenis@gnu.org>
13896
13897 * gdb.base/sigaltstack.exp: Provide proper anchoring.
13898
1482e0de
MC
138992004-08-09 Michael Chastain <mec.gnu@mindspring.com>
13900
13901 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
13902 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
13903 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
13904 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
13905 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
13906 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
13907 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
13908 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
13909 gdb.mi/mi-watch.exp: Update copyright years.
13910
1a5ce3f3
DJ
139112004-08-08 Daniel Jacobowitz <dan@debian.org>
13912
13913 PR gdb/1738
13914 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
13915 from a breakpoint with a pending signal.
13916
04f6ecf2
DJ
139172004-08-08 Daniel Jacobowitz <dan@debian.org>
13918
13919 PR gdb/1736
13920 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
13921 * gdb.base/sigaltstack.exp (finish_test): Consume output until
13922 the prompt.
13923 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
13924
54d90d35
DJ
139252004-08-08 Daniel Jacobowitz <dan@debian.org>
13926
13927 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
13928
d2f6abb0
DJ
139292004-08-08 Daniel Jacobowitz <dan@debian.org>
13930
13931 PR gdb/1736
13932 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
13933 for i?86-*-linux*.
13934
5598c03d
DJ
139352004-08-08 Daniel Jacobowitz <dan@debian.org>
13936
13937 * gdb.arch/i386-prologue.exp: Compile without debug information.
13938
c6fee705
MC
139392004-08-08 Michael Chastain <mec.gnu@mindspring.com>
13940
13941 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
13942 rather than asking gdb to search.
13943
dd90efdb
MC
139442004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13945
13946 * gdb.base/gcore.c: Include <string.h>.
13947
1e84bec1
MC
139482004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13949
13950 * gdb.base/gcore.c: Add copyright notice.
13951
e425eb2b
MC
139522004-08-05 Michael Chastain <mec.gnu@mindspring.com>
13953
13954 * gdb.base/freebpcmd.c: Include <stdio.h>.
13955 * gdb.base/long_long.c: Include <string.h>.
13956 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
13957 * gdb.base/siginfo.c: Include <string.h>.
13958 * gdb.base/sigstep.c: Include <string.h>.
13959
cb9aaed5
MC
139602004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13961
13962 * gdb.base/complex.c: Include <stdlib.h>.
13963
55944f3d
MC
139642004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13965
13966 * gdb.base/complex.c: Add copyright notice.
13967
7b2953d9
MC
139682004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13969
13970 * gdb.base/charset.c: Include <stdlib.h>.
13971
c9133d23
MC
139722004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13973
13974 * gdb.base/auxv.c: Include <stdlib.h>.
13975
0a8490ad
MC
139762004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13977
13978 * gdb.base/auxv.c: Add copyright notice.
13979
3426d5ec
MC
139802004-08-04 Michael Chastain <mec.gnu@mindspring.com>
13981
13982 * gdb.base/coremaker.c: Add copyright notice.
13983 * gdb.base/coremaker2.c: Add copyright notice.
13984
8da195dd
AC
139852004-08-04 Andrew Cagney <cagney@gnu.org>
13986
13987 * gdb.base/store.exp: Update copyright.
13988 (check_set, up_set, check_struct, up_struct): Add a prefix to test
13989 names, do not import gdb_prompt.
13990
8d394f98
AC
139912004-08-01 Andrew Cagney <cagney@gnu.org>
13992
13993 Fix PR testsuite/1729.
13994 * gdb.base/dump.exp: Add test name to callers of capture_value, do
13995 not use capture_value with value 4.
13996 (capture_value): Add optional test name parameter.
13997 (test_reload_saved_value, test_restore_saved_value): Use $msg as
13998 the prefix, pass to capture_value.
13999
b6702b23
MK
140002004-08-01 Mark Kettenis <kettenis@gnu.org>
14001
14002 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
14003 * gdb.arch/i386-prologue.c (standard): New prototype and function.
14004 (main): Call new function.
14005
c203e0ca
MC
140062004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14007
14008 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
14009
a7995a30
MC
140102004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14011
14012 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
14013
9366563b
MC
140142004-07-31 Michael Chastain <mec.gnu@mindspring.com>
14015
b6eeaf26 14016 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
14017 Accept more values of vtbl pointer. Remove some messages
14018 about "obsolete gcc or gdb".
14019
2fc1f950
MC
140202004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14021
14022 * gdb.cp/classes.exp: Accept more varieties of ptype output.
14023
c724d49b
MC
140242004-07-30 Michael Chastain <mec.gnu@mindspring.com>
14025
14026 * gdb.base/asm-source.exp: Properly convert target board
14027 debug flags from gcc format to binutils format.
14028
736b0fce
MK
140292004-07-28 Mark Kettenis <kettenis@gnu.org>
14030
14031 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
14032 gdb1718". PR backtrace/1718 partially fixed.
14033
5633ea5c
JJ
140342004-07-27 Jeff Johnston <jjohnstn@redhat.com>
14035
14036 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
14037
575eebb1
NC
140382004-07-26 Nick Clifton <nickc@redhat.com>
14039
14040 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
14041 good default value for a specific architecture is available then
14042 set it to that value. Otherwise default to the -gstabs switch.
14043 Remove the -g... switches from the asm-flags variable. Allow the
14044 target board info to override the value if it wants to. Pass the
14045 switch on the assembler command line.
14046
62104619
MK
140472004-07-23 Mark Kettenis <kettenis@gnu.org>
14048
14049 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
14050 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
14051 (main): Call new function.
14052
4a1135b8
MC
140532004-07-22 Michael Chastain <mec.gnu@mindspring.com>
14054
14055 Test for PR exp/1715.
14056 * gdb.base/radix.exp: Refactor common procedures. Make all
14057 test names unique. Change XFAIL to KFAIL.
14058
8a12c1f0
MC
140592004-07-20 Michael Chastain <mec.gnu@mindspring.com>
14060
14061 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
14062 * gdb.ada/gnat_ada.gin: ... to here.
14063 * configure.in: Use gnat_ada.gin.
14064 * configure: Regenerate.
14065
23b451cf
AC
140662004-07-20 Andrew Cagney <cagney@gnu.org>
14067
14068 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
14069 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
14070 XFAILs. Clean up test messages and comments. Check backtraces.
14071 Delete re-sync code.
14072
ab618a02
MC
140732004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14074
14075 Fix PR cli/740.
14076 * gdb.base/annota1.exp: Honor gdb,nosignals.
14077 * gdb.base/annota3.exp: Likewise.
14078
46dad340
MC
140792004-07-19 Michael Chastain <mec.gnu@mindspring.com>
14080
14081 * lib/java.exp: Update copyright notice.
14082
756d8c70
AC
140832004-07-19 Andrew Cagney <cagney@gnu.org>
14084
14085 * gdb.base/selftest.exp: Copy file from here ...
14086 * gdb.gdb/selftest.exp: ... to here.
14087
586027e6
AC
140882004-07-16 Andrew Cagney <cagney@redhat.com>
14089
14090 * lib/insight-support.exp: Delete file.
14091 * lib/java.exp (java_init): Fix copyright.
14092
029d2200
AC
140932004-07-16 Andrew Cagney <cagney@gnu.org>
14094
14095 * gdb.base/restore.c: Append "prologue" to comments marking the a
14096 function's prologue.
14097 * gdb.base/restore.exp: Update copyright, re-indent.
14098 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
14099 callerN" prefix where needed. Update patterns that match a
14100 function's prologue.
14101
653b62c5
MC
141022004-07-16 Michael Chastain <mec.gnu@mindspring.com>
14103
14104 * gdb.base/restore.c: Add copyright notice.
14105
f7d690e5
AC
141062004-07-16 Andrew Cagney <cagney@gnu.org>
14107
14108 * gdb.base/logical.exp: Update copyright.
14109 (evaluate): New procedure. Use to re-implement tests using
14110 several tables.
14111
d629a7cb
MH
141122004-07-14 Martin Hunt <hunt@redhat.com>
14113
14114 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
14115 which fixes some problems where init.tcl was not found.
14116
9c7bb332
AC
141172004-07-13 Andrew Cagney <cagney@gnu.org>
14118
6bf46641
AC
14119 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
14120 (check_sizeof, check_valueof): Do not include the output in the
14121 test name. Use gdb_test.
14122 (get_valueof): Use gdb_test_multiple.
14123
c4ffd4c0
AC
14124 * gdb.base/step-test.exp: Update copyright. Use
14125 gdb_test_multiple. Ensure that test names do not include
14126 architecture dependent output.
14127
ab89363a
AC
14128 * gdb.gdb/observer.exp: Update copyright.
14129 (setup_test): Use gdb_test_multiple.
14130 (attach_first_observer, attach_second_observer)
14131 (attach_third_observer, detach_first_observer)
14132 (detach_second_observer, detach_third_observer)
14133 (reset_counters, check_counters): Make $message a prefix.
14134 (test_normal_stop_notifications): Add "args" parameter - a list of
14135 init functions to be called. Make $message a prefix,
14136 (test_observer_normal_stop): Change the message prefixes so that
14137 they are unique, pass the attach / detach procedures to
14138 test_normal_stop_notifications.
14139
ec58997a
AC
14140 * gdb.base/signull.exp (test_segv): Prefix all tests with
14141 "${name}". Clean up test messages.
14142
b475183b
AC
14143 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
14144
9c7bb332
AC
14145 * gdb.base/ena-dis-br.exp: Update copyright.
14146 (break_at): New function. Replace send_gdb with gdb_test,
14147 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
14148 ignore count, not stopped at bpt", with KFAIL.
14149
2dd95497
CV
141502004-07-13 Corinna Vinschen <vinschen@redhat.com>
14151
14152 * gdb.base/attach.exp: Remove cleanupfile handling.
14153
419e626b
AC
141542004-07-12 Andrew Cagney <cagney@gnu.org>
14155
14156 * gdb.base/annota1.exp: Cleanup corefile test name.
14157 * gdb.base/annota3.exp: Ditto.
14158
8b1b3228
AC
141592004-07-12 Andrew Cagney <cagney@gnu.org>
14160
78650829
AC
14161 * gdb.base/signals.exp: Clean up copyright, re-indent.
14162
8b1b3228
AC
14163 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
14164 gdb_test and gdb_test_multiple.
14165
935c2760
JJ
141662004-07-08 Jeff Johnston <jjohnstn@redhat.com>
14167
14168 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 14169 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
14170 provide line number info for first statement in main.
14171
1544280f
AC
141722004-07-08 Andrew Cagney <cagney@gnu.org>
14173
1279f4ff
AC
14174 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
14175
1544280f
AC
14176 * gdb.base/sigbpt.exp: Make the common part of each test name a
14177 prefix instead of suffix.
14178
bcc82369
BR
141792004-07-07 Bob Rossi <bob_rossi@cox.net>
14180
14181 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
14182 test from test_tbreak_creation_and_listing to
14183 test_file_list_exec_source_file
14184 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
14185 Changed name of test from test_tbreak_creation_and_listing to
14186 test_file_list_exec_source_file
14187
23f4b0aa
JJ
141882004-07-07 Jeff Johnston <jjohnstn@redhat.com>
14189
14190 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
14191 the jmisc() constructor instead of <init>.
14192 * gdb.java/jmisc1.exp: Ditto.
14193
56401cd5
AC
141942004-07-07 Andrew Cagney <cagney@gnu.org>
14195
14196 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
14197 corrupting the PC.
14198
44ae2f6a
MC
141992004-07-06 Michael Chastain <mec.gnu@mindspring.com>
14200
14201 * gdb.cp/templates.exp: Accept whitespace change in demangler
14202 output.
14203
45a83408
AC
142042004-07-06 Andrew Cagney <cagney@gnu.org>
14205
14206 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
14207
d205ad70
MC
142082004-07-02 Michael Chastain <mec.gnu@mindspring.com>
14209
14210 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
14211 * lib/compiler.cc: Likewise.
14212
06ea1a61
MC
142132004-06-30 Michael Chastain <mec.gnu@mindspring.com>
14214
14215 * lib/compiler.cc: Work around string preprocessing problem
14216 with old hp c++ compiler.
14217 * lib/compiler.c: Likewise.
14218
daab1251
CV
142192004-06-29 Corinna Vinschen <vinschen@redhat.com>
14220
14221 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
14222 directives to conditionalize symbol prefixing.
14223 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
14224 additional_flags handling. Add underscore prefix for Cygwin.
14225 * gdb.arch/i386-unwind.c: Use preprocessor directives to
14226 conditionalize symbol prefixing.
14227 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
14228 additional_flags handling. Add underscore prefix for Cygwin.
14229
cc984116
CV
142302004-06-29 Corinna Vinschen <vinschen@redhat.com>
14231
14232 * gdb.base/bigcore.exp: Skip test on Cygwin.
14233
c279b077
MC
142342004-06-28 Michael Chastain <mec.gnu@mindspring.com>
14235
14236 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
14237 formats for "info register". Use gdb_test_multiple. Fix
14238 the "invalid register" test.
14239
0e915747
CV
142402004-06-28 Corinna Vinschen <vinschen@redhat.com>
14241
14242 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
14243 PID for Cygwin. Add Cygwin specific strings to check for in some
14244 tests.
14245 (do_attach_tests): Add a test for user interaction when attaching
14246 to a process with no matching symbol table already loaded.
14247
11422c86
AC
142482004-06-26 Andrew Cagney <cagney@gnu.org>
14249
14250 Test PR java/1567 and PR java/1565.
14251 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
14252 * gdb.java/jmisc2.exp: Delete file.
14253
cefbce26
MC
142542004-06-26 Michael Chastain <mec.gnu@mindspring.com>
14255
14256 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
14257
e19f872c
CV
142582004-06-25 Corinna Vinschen <vinschen@redhat.com>
14259
14260 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
14261 attach process.
14262
d931ba3b
MC
142632004-06-23 Michael Chastain <mec.gnu@mindspring.com>
14264
14265 * gdb.cp/pr-1553.exp: Remove.
14266
aef68c48
MC
142672004-06-22 Michael Chastain <mec.gnu@mindspring.com>
14268
14269 * gdb.cp/pr-1553.cc: Remove.
14270 * gdb.cp/pr-1553.exp: Disable this test.
14271
8d5df71a
JB
142722004-06-20 Jim Blandy <jimb@redhat.com>
14273
a9c64011 14274 Fix PR testsuite/1680.
8d5df71a
JB
14275 * gdb.arch/i386-sse.exp: Properly quote curly braces in
14276 regular expressions.
14277
4ac6f39d
MC
142782004-06-19 Michael Chastain <mec.gnu@mindspring.com>
14279
14280 Fix PR testsuite/1679.
14281 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
14282 Issue an UNSUPPORTED result instead.
14283
1b413552
JB
142842004-06-18 Jim Blandy <jimb@redhat.com>
14285
14286 * gdb.base/charset.exp: Only send a control-C if we see a new
14287 prompt and incomplete command.
14288
6daa6ebd
MC
142892004-06-18 Michael Chastain <mec.gnu@mindspring.com>
14290
14291 * gdb.cp/pr-574.cc: Add copyright notice.
14292
51fa4ae0
JB
142932004-06-17 Jim Blandy <jimb@redhat.com>
14294
14295 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
14296 cases where the regexp has no groups; this grabs random text from
14297 the previous test suite, whatever that was.
14298
8fea26c5
MC
142992004-06-17 Michael Chastain <mec.gnu@mindspring.com>
14300
14301 * gdb.cp/printmethod.cc: Add copyright notice.
14302
1e3aeb41
MC
143032004-06-16 Michael Chastain <mec.gnu@mindspring.com>
14304
14305 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
14306
9d9030bc
AC
143072004-06-16 Andrew Cagney <cagney@gnu.org>
14308
14309 * gdb.base/signull.c: Update copyright. Include <string.h>.
14310 (bowler): Replace data_pointer with data_read
14311 and data_write cases. Add code_descriptor case.
14312 (zero, desc): New array and pointer.
14313 (data, code): Change to simple pointers.
14314 * gdb.base/signull.exp: Fix probe pattern matching a function
14315 descriptor SIGSEGV. Replace data_pointer with data_read and
14316 data_write tests.
14317
acd4ad44
AC
143182004-06-16 Andrew Cagney <cagney@gnu.org>
14319
14320 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
14321
08fd625c
MC
143222004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14323
14324 * gdb.base/long_long.c: Add copyright notice.
14325
1903502c
MC
143262004-06-15 Michael Chastain <mec.gnu@mindspring.com>
14327
14328 * gdb.base/long_long.exp: Remove reference to
14329 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
14330 to gdb_breakpoint and gdb_continue_to_breakpoint.
14331
83313cb1
JB
143322004-06-14 Jim Blandy <jimb@redhat.com>
14333
14334 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
14335 endian case.
14336
1bf404ef
AC
143372004-06-14 Andrew Cagney <cagney@gnu.org>
14338
14339 * gdb.base/gcore.exp (capture_command_output): Delete the always
14340 passing tests containing inferior values.
14341 * gdb.base/ending-run.exp: Do not include the breakpoint address
14342 in the test message. Update copyright.
14343 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
14344 size in the test name, use gdb_test_multiple. Update copyright.
14345
ef220b33
MC
143462004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14347
14348 * gdb.cp/ref-types.cc: Add copyright notice.
14349
4f70a4c9
MC
143502004-06-14 Michael Chastain <mec.gnu@mindspring.com>
14351
14352 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
14353 hp_aCC_compiler.
14354 * lib/compiler.cc: Likewise.
14355 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
14356 'set' commands. Log diagnostics for other lines. Set
14357 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
14358
335928ac
MC
143592004-06-13 Michael Chastain <mec.gnu@mindspring.com>
14360
14361 * gdb.cp/try_catch.cc: Add copyright notice.
14362
2efb12e8
MC
143632004-06-12 Michael Chastain <mec.gnu@mindspring.com>
14364
14365 * gdb.cp/userdef.cc: Add copyright notice.
14366
0bbed51a
MC
143672004-06-11 Michael Chastain <mec.gnu@mindspring.com>
14368
14369 * gdb.cp/virtfunc.cc: Add copyright notice.
14370
e12a46c9
RC
143712004-06-11 Randolph Chung <tausq@debian.org>
14372
14373 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
14374 problem.
14375
338e05af
AC
143762004-06-10 Andrew Cagney <cagney@gnu.org>
14377
14378 * lib/compiler.cc, lib/compiler.c: Append either
14379 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
14380 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
14381 instead of gcc-3-3.
14382
dc3f10cb
AC
143832004-06-09 Andrew Cagney <cagney@gnu.org>
14384
b4d946af
AC
14385 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
14386 gdb/1455, bug is specific to "long long" and "double".
a9c64011 14387
dc3f10cb
AC
14388 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
14389 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
14390 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
14391 fixed.
14392
b5c0bfa2
AC
143932004-06-09 Andrew Cagney <cagney@gnu.org>
14394
14395 * gdb.base/structs.exp (test_struct_returns): Replace
14396 "return_value_unknown" and "finish_value_unknown" by
14397 "return_value_known" and "finish_value_known". Instead of
14398 "return_value_unknown" iff "finish_value_unknown", check
14399 "return_value_known" implies "finish_value_known".
14400
caeb605f
MH
144012004-06-08 Martin Hunt <hunt@redhat.com>
14402
14403 * gdb.base/float.exp: Add pattern for mips targets.
14404
c892bb64
RC
144052004-06-08 Randolph Chung <tausq@debian.org>
14406
14407 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
14408 message for unknown architectures more clear.
14409
48306d3e
JB
144102004-06-08 Joel Brobecker <brobecker@gnat.com>
14411
14412 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
14413 start the execution of the program.
14414
83ecb59f
JB
144152004-06-07 Jim Blandy <jimb@redhat.com>
14416
14417 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
14418 * gdb.arch/i386-cpuid.h: New helper file.
14419
55264cb4
RC
144202004-06-07 Randolph Chung <tausq@debian.org>
14421
14422 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
14423 has started.
14424
23cadb28
RM
144252004-06-04 Roland McGrath <roland@redhat.com>
14426
14427 Fix PR gdb/1647.
14428 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
14429 differently to be robust to output buffering differences.
14430
51d01eda
MC
144312004-06-04 Michael Chastain <mec.gnu@mindspring.com>
14432
14433 * gdb.threads/pthreads.exp: Update copyright years.
14434 (check_control_c): Change asynchronous 'after' to synchronous.
14435
f4fc3b93
RM
144362004-06-04 Roland McGrath <roland@redhat.com>
14437
14438 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
14439 next gdb prompt.
14440
4013522b
MC
144412004-06-02 Michael Chastain <mec.gnu@mindspring.com>
14442
14443 Fix PR gdb/1636.
14444 * gdb.threads/manythreads.exp: Change asynchronous 'after'
14445 calls to synchronous.
14446
7a8f1e6b
JB
144472004-05-26 Jim Blandy <jimb@redhat.com>
14448
14449 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
14450
81bb3443
RC
144512004-05-24 Randolph Chung <tausq@debian.org>
14452
14453 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
14454 * gdb.asm/pa.inc: New file.
14455
8f5a3103
MK
144562004-05-22 Mark Kettenis <kettenis@gnu.org>
14457
14458 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
14459
734b8fe8 144602004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 14461 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
14462
14463 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
14464 GDB prompt.
14465
725603e1
UW
144662004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14467
f4fc3b93 14468 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
14469 setjmp/longjmp. Use sigaction instead of signal.
14470
8b923272 144712004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 14472 Michael Snyder <msnyder@redhat.com>
8b923272
JB
14473
14474 * gdb.threads/pthread_cond_wait.c: New file.
14475 * gdb.threads/pthread_cond_wait.exp: New testcase.
14476
8bfabb04
AC
144772004-05-13 Andrew Cagney <cagney@redhat.com>
14478
14479 * gdb.base/signull.exp, gdb.base/signull.c: New files.
14480 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
14481
42edda50
AC
144822004-05-11 Andrew Cagney <cagney@redhat.com>
14483
14484 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
14485 fixed but revealed gdb/1639.
14486
d303a6c7
AC
144872004-05-10 Andrew Cagney <cagney@redhat.com>
14488
14489 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
14490 func1" and "next to 2nd alarm", kernel bug avoided.
14491
bf08c2a1
DJ
144922004-05-10 Daniel Jacobowitz <dan@debian.org>
14493
14494 PR external/1568
14495 * gdb.base/bigcore.exp: Check the size of the dumped core file.
14496 XFAIL if it is smaller than bytes_allocated.
14497 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
14498 (main): Make chunks_allocated unsigned. Correct comment.
14499
c0586a34
JB
145002004-05-07 Joel Brobecker <brobecker@gnat.com>
14501
14502 * gdb.arch/powerpc-aix-prologue.c: New file.
14503 * gdb.arch/powerpc-aix-prologue.exp: New file.
14504
f2785d12
JB
145052004-05-07 Jim Blandy <jimb@redhat.com>
14506
14507 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
14508 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
14509
bd7f6e30
JB
145102004-05-06 Joel Brobecker <brobecker@gnat.com>
14511
14512 * gdb.base/sep.exp: No longer setup_kfail when the program was
14513 built with dwarf2.
14514
0a5e7efe
JI
145152004-05-05 Jim Ingham <jingham@apple.com>
14516
14517 * gdb.base/pending.exp: Make sure pending breakpoints
14518 preserve the ignore count.
f4fc3b93 14519
a8958849
MK
145202004-04-27 Jerome Guitton <guitton@gnat.com>
14521
14522 * i386-prologue.exp: Add testcase for jump instruction as first
14523 instruction of the real code.
14524 * i386-prologue.c (jump_at_beginning): New function.
14525
7e103f5b
MK
145262004-04-28 Mark Kettenis <kettenis@gnu.org>
14527
14528 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
14529 x86_64-*-*.
14530
5d38b224
MK
145312004-04-28 Mark Kettenis <kettenis@gnu.org>
14532
14533 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
14534 i*86-*-*.
14535
0ef32fd9
MK
145362004-04-25 Mark Kettenis <kettenis@gnu.org>
14537
14538 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
14539 expression that checks the return type.
14540
71d7dd7c
AC
145412004-04-23 Andrew Cagney <cagney@redhat.com>
14542
14543 * gdb.base/call-sc.exp: New test of scalar call/return values.
14544 * gdb.base/call-sc.c: Ditto.
14545
1e9f977e
JJ
145462004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14547
14548 * gdb.threads/manythreads.c: Reduce thread stack size.
14549
899d9e3a
JJ
145502004-04-23 Jeff Johnston <jjohnstn@redhat.com>
14551
14552 * gdb.threads/manythreads.c: Add copyright notice.
14553
61bcae62
AC
145542004-04-23 Andrew Cagney <cagney@redhat.com>
14555
14556 * gdb.base/siginfo.exp: Better handle step out of signal.
14557 * gdb.base/sigstep.exp: Ditto.
14558
7339a42e 145592004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 14560 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
14561
14562 * gdb.threads/manythreads.c: New testcase.
14563 * gdb.threads/manythreads.exp: Ditto.
14564
5c98409b
JB
145652004-04-22 Jim Blandy <jimb@redhat.com>
14566
14567 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
14568 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
14569
3b611f1a
MC
145702004-04-21 Michael Chastain <mec.gnu@mindspring.com>
14571
14572 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
14573
f0fd9238
AC
145742004-04-21 Andrew Cagney <cagney@redhat.com>
14575
14576 * gdb.base/sigstep.c: New file.
14577 * gdb.base/sigstep.exp: New file.
14578
90990674
JB
145792004-04-16 Joel Brobecker <brobecker@gnat.com>
14580
14581 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
14582 call to observer_notify_normal_stop.
14583
78cef34b
AC
145842004-04-15 Andrew Cagney <cagney@redhat.com>
14585
14586 * gdb.base/siginfo.c: New file.
14587 * gdb.base/siginfo.exp: New file.
14588
d2343407
JB
145892004-04-12 J. Brobecker <brobecker@gnat.com>
14590
14591 * gdb.base/sep.exp: Fix typo in comment.
14592
a2dba3c8
JB
145932004-04-12 J. Brobecker <brobecker@gnat.com>
14594
14595 * gdb.base/sep.c: New file.
14596 * gdb.base/sep-proc.c: New file.
14597 * gdb.base/sep.exp: New testcase.
14598
15f7b60e
MK
145992004-04-09 Mark Kettenis <kettenis@gnu.org>
14600
14601 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
14602 support.
14603
44f4de1a
AC
146042004-04-05 Andrew Cagney <cagney@redhat.com>
14605
14606 * gdb.base/sigaltstack.c: New file.
14607 * gdb.base/sigaltstack.exp: New file.
14608
ef04f396
JB
146092004-04-04 Joel Brobecker <brobecker@gnat.com>
14610
14611 * gdb.base/foll-fork.exp: Update the expected output for
14612 "help set follow-fork-mode", to match a change that was made
14613 to the help of this variable on 2004-01-13.
14614
d40d2c92
JB
146152004-04-01 Joel Brobecker <brobecker@gnat.com>
14616
14617 * lib/ada.exp: Add copyright notice.
14618 * bar.ads: Likewise.
14619 * bar.adb: Likewise.
14620 * null_record.adb: Likewise.
14621 * null_record.exp: Likewise.
14622 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
14623
f86ef5a3
JB
146242004-04-01 Joel Brobecker <brobecker@gnat.com>
14625
14626 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
14627 * configure: Regenerate.
14628
414e70e3
JB
146292004-04-01 Joel Brobecker <brobecker@gnat.com>
14630
14631 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
14632 to build the application. Remove the message printed when in
14633 verbose mode, redundant with the UNSUPPORTED message above.
14634
f0aaee49
JB
146352004-03-31 Joel Brobecker <brobecker@gnat.com>
14636
14637 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
14638 * gdb.ada (null_record.exp): New testcase.
14639
ac81cb54
JB
146402004-03-31 Joel Brobecker <brobecker@gnat.com>
14641
14642 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
14643
854af2f7
JB
146442004-03-31 Joel Brobecker <brobecker@gnat.com>
14645
14646 * gdb.ada: New subdirectory.
14647 * gdb.ada/Makefile.in: New file.
14648 * gdb.ada/gnat_ada.gpr.in: New file.
14649
034cb681
JB
146502004-03-31 Joel Brobecker <brobecker@gnat.com>
14651
14652 * lib/ada.exp: New file.
14653
78a1a894
DJ
146542004-03-24 Daniel Jacobowitz <drow@mvista.com>
14655
14656 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
14657 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
14658
4b2b3b3e
AC
146592004-03-22 Andrew Cagney <cagney@redhat.com>
14660
14661 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
14662 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
14663 Problem identified by Ulrich Weigand.
14664
23c73aa3
DC
146652004-03-17 David Carlton <carlton@kealia.com>
14666
14667 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
14668 PR c++/826.
14669
d63a86f8
RM
146702004-03-16 Roland McGrath <roland@redhat.com>
14671
14672 * gdb.base/auxv.exp: New file.
14673 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
14674
0e02aa50
DC
146752004-03-12 David Carlton <carlton@kealia.com>
14676
14677 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
14678 * gdb.cp/pr-1553.cc: Ditto.
14679 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
14680 pass branch.
14681
c20b71be
MC
146822004-03-12 Michael Chastain <mec.gnu@mindspring.com>
14683
14684 * gdb.cp/templates.exp: Accept more template types.
14685
c7414a01
MC
146862004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14687
14688 From Corinna Vinschen with modifications.
14689 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
14690 local variable obj_with_enum.
14691 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
14692 results with obj_with_enum.
14693
ed69573c
MC
146942004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14695
14696 * gdb.cp/classes.cc: New file, copied from misc.cc.
14697 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
14698
28301461
MC
146992004-03-09 Michael Chastain <mec.gnu@mindspring.com>
14700
14701 * gdb.cp/misc.cc: Add copyright notice.
14702
1198ecbe
DC
147032004-03-05 David Carlton <carlton@kealia.com>
14704
14705 * gdb.cp/rtti.exp: Add 'print *obj3' test.
14706 * gdb.cp/rtti.h: Update copyright.
14707 (namespace n2::n3): New.
14708 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
14709 (n2::n3::func3): New.
14710 (main): Call n2::n3::func3.
14711 * gdb.cp/rtti2.cc: Update copyright.
14712 (n2::create3): New.
14713
9e08c470
MK
147142004-03-04 Mark Kettenis <kettenis@gnu.org>
14715
14716 * gdb.asm/openbsd.inc: Fix typo.
14717
4bebc3aa
FF
147182004-03-03 Fred Fish <fnf@redhat.com>
14719
14720 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
14721 "val" instead of unused "size". Update copyright year.
14722
6ea9fb37
DJ
147232004-02-29 Daniel Jacobowitz <drow@mvista.com>
14724
14725 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
14726 to use unsigned char.
14727 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
14728 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
14729
23b23974
DJ
147302004-02-29 Daniel Jacobowitz <drow@mvista.com>
14731
14732 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
14733 line of output.
14734
7574fd53
DJ
147352004-02-28 Daniel Jacobowitz <drow@mvista.com>
14736
14737 * gdb.base/relocate.c (dummy): Initialize.
14738
a195357f
DJ
147392004-02-28 Daniel Jacobowitz <drow@mvista.com>
14740
14741 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
14742 a breakpoint at exit.
14743
72fd54a9
FF
147442004-02-27 Fred Fish <fnf@redhat.com>
14745
14746 * gdb.base/chng-syms.exp: Add expect condition to match failing
14747 case that isn't a timeout.
14748
b9d23137
AC
147492004-02-27 Andrew Cagney <cagney@redhat.com>
14750
14751 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
14752 support.
14753
15d208f6 147542004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 14755
15d208f6
FF
14756 * gdb.arch/gdb1431.c: Remove.
14757 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
14758 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
14759 of "until" incorrectly.
14760
98f9cd2d
JB
147612004-02-26 J. Brobecker <brobecker@gnat.com>
14762
14763 * gdb.cp/class2.cc (empty): New class.
14764 (refer): New function.
14765 (main): Declare an object of type empty and use it.
14766 * gdb.cp/class2.exp: Print the value of an object of type empty.
14767
9b50c11b
JJ
147682004-02-26 Jeff Johnston <jjohnstn@redhat.com>
14769
14770 * gdb.base/langs.exp: Update query string to match the
14771 new nquery format used for pending breakpoints.
14772
0dcd613f
AC
147732004-02-26 Andrew Cagney <cagney@redhat.com>
14774
14775 Fix PR i18n/1570.
14776 * gdb.base/charset.c: Update copyright notice.
14777 (main, init_string): Remove the escape character '\e' tests.
14778 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
14779 * gdb.base/charset.exp (valid_host_charset): Ditto.
14780 * gdb.base/setvar.exp: Ditto.
14781
b8a56647
AC
147822004-02-24 Andrew Cagney <cagney@redhat.com>
14783
90d59e34
AC
14784 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
14785 mmapped data in core file" PASS and FAIL messages consistent.
14786
b8a56647
AC
14787 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
14788 setting a breakpoint. Work around PR java/1565.
14789
9f27c604
JJ
147902004-02-23 Jeff Johnston <jjohnstn@redhat.com>
14791
14792 * lib/gdb.exp (gdb_breakpoint): Update query string to match
14793 new nquery format.
14794 * gdb.base/pending.exp: Ditto.
14795
3224a706
MK
147962004-02-22 Mark Kettenis <kettenis@gnu.org>
14797
14798 * configure.in: Run stabs tests on *BSD.
14799 * configure: Regenerated.
14800
41e0a9ca
MK
148012004-02-21 Mark Kettenis <kettenis@gnu.org>
14802
14803 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
14804
1e1b3428
FF
148052004-02-20 Fred Fish <fnf@redhat.com>
14806
14807 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
14808 blank in test for "returns short", for consistency with other
14809 "returns xxx" tests. Update copyright year.
14810
f9a7572a
FF
148112004-02-19 Fred Fish <fnf@redhat.com>
14812
14813 New testcase for PR breakpoint/1558.
14814 * gdb.arch/gdb1558.exp: New file.
14815 * gdb.arch/gdb1558.c: New file.
14816
b2ce2854
EZ
148172004-02-19 Elena Zannoni <ezannoni@redhat.com>
14818
14819 * gdb.base/nodebug.exp: Fix typo.
14820
e7c9ff01
JB
148212004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14822
14823 Committed by Jim Blandy <jimb@redhat.com>.
14824
62f4b920
JB
14825 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
14826
2db536a1
JB
14827 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
14828
e7c9ff01
JB
14829 * gdb.base/float.exp: Support s390*-*-* targets.
14830
f3205b34
AF
148312004-02-17 Adam Fedor <fedor@gnu.org>
14832
14833 * gdb.base/gdb1555.exp: New file.
14834 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
14835
9d62932d
EZ
148362004-02-17 Elena Zannoni <ezannoni@redhat.com>
14837
14838 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
14839
344c9711
FF
148402004-02-16 Fred Fish <fnf@redhat.com>
14841
14842 * gdb.arch/gdb1291.c: Remove
14843 * gdb.arch/gdb1291.s: New test input file.
14844 * gdb.arch/gdb1291.exp: Expand test to check case that should not
14845 fail. Test for correct result, known incorrect result, other
14846 failures and timeouts.
14847
2d822687
AC
148482004-02-16 Andrew Cagney <cagney@redhat.com>
14849
14850 * gdb.base/bigcore.exp: New file.
14851 * gdb.base/bigcore.c: New file.
14852
dac15b66
AC
148532004-02-13 Andrew Cagney <cagney@redhat.com>
14854
14855 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
14856 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
14857 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
14858 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
14859 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
14860 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
14861 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
14862 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
14863 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
14864 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
14865
6bdfc2c4
JJ
148662004-02-11 Jeff Johnston <jjohnstn@redhat.com>
14867
14868 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
14869 executed is an alloc instruction.
14870
87b3ede8
DC
148712004-02-11 David Carlton <carlton@kealia.com>
14872
14873 * gdb.cp/breakpoint.exp: New.
14874 * gdb.cp/breakpoint.cc: New.
14875
6e19e2bf
MC
148762004-02-11 Michael Chastain <mec.gnu@mindspring.com>
14877
14878 Partial fix for PR gdb/1543.
14879 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
14880 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
14881 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
14882 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
14883 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
14884 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
14885 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
14886 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
14887 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
14888 to bug-gdb@prep.ai.mit.edu .
14889 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
14890 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
14891 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
14892 Likewise.
14893
5c5455dc
AC
148942004-02-10 Andrew Cagney <cagney@redhat.com>
14895
14896 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
14897 using gdb_internal_error_resync.
14898
9cf689d7
DJ
148992004-02-09 Daniel Jacobowitz <drow@mvista.com>
14900
14901 * gdb.threads/thread-specific.exp: Stop early if no threads are
14902 found.
14903
d2dc51db
MC
149042004-02-09 Michael Chastain <mec.gnu@mindspring.com>
14905
14906 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
14907
14b1a056
DJ
149082004-02-08 Daniel Jacobowitz <drow@mvista.com>
14909
14910 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
14911 breakpoints.
14912
83f66e8f
DJ
149132004-02-07 Daniel Jacobowitz <drow@mvista.com>
14914
14915 * config/sim.exp (gdb_load): Handle $arg == "".
14916 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
14917 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
14918
30fc0091
EZ
149192004-02-07 Elena Zannoni <ezannoni@redhat.com>
14920
a9c64011
AS
14921 * gdb.base/maint.exp: Update test to reflect
14922 obstack changes.
30fc0091 14923
4d806929
JJ
149242004-02-04 Jeff Johnston <jjohnstn@redhat.com>
14925
14926 * gdb.base/pendshr.c (pendfunc): New function that calls
14927 pendfunc1.
14928 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
14929
7bfdd688
FF
149302004-02-04 Fred Fish <fnf@redhat.com>
14931
14932 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
14933 function symbols and update copyright years.
14934 * gdb.arch/gdb1291.c: Ditto.
14935
aaa08ee4
MC
149362004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14937
14938 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
14939
dbad7755
MC
149402004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14941
14942 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
14943
ec4646ef
MC
149442004-02-03 Michael Chastain <mec.gnu@mindspring.com>
14945
14946 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
14947
1b802196
FF
149482004-02-02 Fred Fish <fnf@redhat.com>
14949
14950 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
14951 remote targets. Update copyright years.
14952
18fe2033
JJ
149532004-02-02 Jeff Johnston <jjohnstn@redhat.com>
14954
14955 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
14956 support.
14957 * gdb.base/langs.exp: Fix test which attempts to create
14958 breakpoint on non-existent function to handle new pending
14959 support.
14960 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
14961 a breakpoint.
14962 * gdb.base/pending.exp: New test.
14963 * gdb.base/pending.c: New file.
14964 * gdb.base/pendshr.c: Ditto.
14965
8d577d32
DC
149662004-02-02 David Carlton <carlton@kealia.com>
14967
14968 * gdb.cp/overload.exp: Add overloadNamespace tests.
14969 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
14970 (overloadNamespace, XXX): New.
14971 (main): Call XXX::marker2.
14972
3ad13771
FF
149732004-02-01 Fred Fish <fnf@redhat.com>
14974
14975 * gdb.base/dump.exp: Use runto_main instead of "runto main".
14976 * gdb.base/finish.exp: Ditto.
14977 * gdb.base/gcore.exp: Ditto.
14978 * gdb.base/huge.exp: Ditto.
14979 * gdb.base/info-proc.exp: Ditto.
14980 * gdb.base/return2.exp: Ditto.
14981 * gdb.threads/gcore-thread.exp: Ditto.
14982
44c75849
DJ
149832004-02-01 Daniel Jacobowitz <drow@mvista.com>
14984
14985 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
14986
005bc093
MK
149872004-02-01 Mark Kettenis <kettenis@gnu.org>
14988
14989 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
14990 that opening the file succeeds on OpenBSD.
14991
c47cebdb
DJ
149922004-02-01 Daniel Jacobowitz <drow@mvista.com>
14993
14994 * gdb.threads/thread-specific.c: New file.
14995 * gdb.threads/threads-specific.exp: New test script.
14996 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
14997 to expect_out.
14998
5a01311c
MK
149992004-02-01 Mark Kettenis <kettenis@gnu.org>
15000
15001 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
15002 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
15003 only on the "print_small_structs from print_long_arg_list" test.
15004
ce22a4f1
DJ
150052004-02-01 Daniel Jacobowitz <drow@mvista.com>
15006
15007 * gdb.base/completion.exp: Kill a stray backslash.
15008
15009 From Jim Ingham <jingham@apple.com>:
15010 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
15011 agrees with the result from sending a tab.
15012
abbab9d3
DJ
150132004-01-31 Daniel Jacobowitz <drow@mvista.com>
15014
15015 * gdb.base/chng-syms.exp: Remove stray newline.
15016
53904d1e
MK
150172004-01-31 Mark Kettenis <kettenis@gnu.org>
15018
15019 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
15020 *-*-openbsd*.
15021 * gdb.asm/openbsd.inc: New file.
15022
3a4b3aac
MK
150232004-01-30 Mark Kettenis <kettenis@gnu.org>
15024
15025 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
15026 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
15027 *-*solaris2*. Remove commented out default settings for
15028 asm-flags. Replace gdb_compile with target_link.
15029
ebac27b4
MC
150302004-01-29 Michael Chastain <mec.gnu@mindspring.com>
15031
15032 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
15033 for all tests. Remove old hp-ux and cygnus xfail cases.
15034
d8679d84
PH
150352004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
15036
15037 * gdb.base/chng-syms.exp: New file.
15038 * gdb.base/chng-syms.c: New file.
15039
0a55bc22
MC
150402004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15041
15042 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
15043 Provide arms for current output in all my configurations.
15044
94b8e876
MC
150452004-01-24 Michael Chastain <mec.gnu@mindspring.com>
15046
15047 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
15048 * lib/compiler.cc: Likewise.
15049 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
15050 get the right preprocessor. Eval the output directly. Remove
15051 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
15052 hp_f77_compiler and hp_f90_compiler completely.
15053 (gdb_preprocess): Delete.
15054 (get_compiler): Delete.
15055
7cf03d44
MK
150562004-01-24 Mark Kettenis <kettenis@gnu.org>
15057
15058 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
15059 <string.h>.
15060
68b6dce9
NR
150612004-01-24 Nick Roberts <nick@nick.uklinux.net>
15062
15063 * gdb.mi/mi-stack.exp: Update copyright.
15064
b368761e
DC
150652004-01-23 David Carlton <carlton@kealia.com>
15066
15067 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
15068 test for cp_lookup_transparent_type.
15069 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
15070 call them.
15071
f2061b53
DJ
150722004-01-23 Daniel Jacobowitz <drow@mvista.com>
15073
15074 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
15075 after -var-update.
15076
37fc574a
DC
150772004-01-23 David Carlton <carlton@kealia.com>
15078
15079 * gdb.cp/namespace.cc (C::ensureRefs): New.
15080 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
15081
8e94b928
NR
150822004-01-20 Nick Roberts <nick@nick.uklinux.net>
15083
15084 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
15085 case "-stack-list-locals 2".
15086 * gdb.mi/mi-var-child.exp: Test for case
15087 "-var-list-children --all-values NAME".
15088
997b0952
MC
150892004-01-18 Michael Chastain <mec.gnu@mindspring.com>
15090
15091 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
15092
52470da3
MK
150932004-01-18 Mark Kettenis <kettenis@gnu.org>
15094
7049b4b8
MK
15095 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
15096 used with gdb_test_multiple.
15097
52470da3
MK
15098 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
15099 read at address 0. This fixes PR testsuite/1504.
15100
da6012e5
DJ
151012004-01-18 Daniel Jacobowitz <drow@mvista.com>
15102
15103 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
15104 Remove downloading, guessing the host executable, the calls to
15105 gdb_file_cmd and gdb_target_cmd, and "load" support.
15106 (infer_host_exec): New function broken out from gdb_load.
15107 (gdb_load): New wrapper for gdbserver_gdb_load.
15108 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
15109 gdb_target_cmd. Use -target-select.
15110 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
15111 Download binaries to the host. Clear last_mi_remote_file when
15112 we load a new binary.
15113 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
15114 call gdbserver_gdb_load and mi_gdb_target_cmd.
15115
32c70722
MC
151162004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15117
15118 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
15119 type patterns.
15120
b0cecf36
MC
151212004-01-17 Michael Chastain <mec.gnu@mindspring.com>
15122
15123 * gdb.cp/templates.exp: Fix typo in test name of
15124 "print Foo<volatile char*>::foo".
15125
4120d7e6
MC
151262004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15127
15128 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
15129
f679e530
BE
151302004-01-16 Ben Elliston <bje@wasabisystems.com>
15131
15132 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
15133 (clean mostlyclean): Remove empty rm.
15134
091c48f6
MC
151352004-01-15 Michael Chastain <mec.gnu@mindspring.com>
15136
15137 * gdb.base/setvar.exp: Add copyright years.
15138
3e5fc8d2
DC
151392004-01-14 David Carlton <carlton@bactrian.org>
15140
15141 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
15142 PR c++/1511 and update coment.
15143 * gdb.cp/templates.exp: Update patterns to match current output.
15144 If changes involve something other than whitespace, KFAIL
15145 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
15146
63d06c5c
DC
151472004-01-14 David Carlton <carlton@kealia.com>
15148
15149 * gdb.cp/namespace.exp: Add tests involving classes defined within
15150 namespaces.
15151 * gdb.cp/namespace.cc (C::CClass): New.
15152 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
15153
a51dab88
EZ
151542004-01-14 Elena Zannoni <ezannoni@redhat.com>
15155
15156 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
15157 what debug info we have. Print a better message if something goes
15158 wrong while producing the separate debug info file.
15159
a476ccc9
MC
151602004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15161
15162 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
15163
f453692c
MC
151642004-01-14 Michael Chastain <mec.gnu@mindspring.com>
15165
15166 * gdb.base/callfuncs.c: Add copyright notice.
15167
f40063a5
MC
151682004-01-13 Michael Chastain <mec.gnu@mindspring.com>
15169
15170 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
15171 inheritance. PR gdb/1498, PR gcc/13539.
15172
19ac3974
EZ
151732004-01-13 Elena Zannoni <ezannoni@redhat.com>
15174
a9c64011
AS
15175 * gdb.threads/gcore-thread.exp: Prefix name of binary with
15176 test specific name.
15177 * gdb.mi/gdb669.exp: Ditto.
15178 * gdb.mi/mi-pthreads.exp: Ditto.
15179 * gdb.mi/mi1-pthreads.exp: Ditto.
15180 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 15181
56c97c6e
MC
151822004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15183
15184 * gdb.cp/member-ptr.cc: Add copyright notice.
15185
a0644324
MC
151862004-01-12 Michael Chastain <mec.gnu@mindspring.com>
15187
15188 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
15189 some patterns for recent versions of gcc and hpacc. Delete
15190 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
15191 Delete tests that access a NULL pointer-to-member-data. This
15192 script is still disabled for gcc.
15193
32fabe09
EZ
151942004-01-12 Elena Zannoni <ezannoni@redhat.com>
15195
15196 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 15197 escaped correctly.
32fabe09 15198
1f8a6abb
EZ
151992004-01-12 Elena Zannoni <ezannoni@redhat.com>
15200
15201 * gdb.base/sepdebug.exp: New file.
15202 * gdb.base/sepdebug.c: New file.
15203 * lib/gdb.exp (separate_debug_filename): New procedure.
15204 (gdb_gnu_strip_debug): New procedure.
15205
48efe704
AC
152062004-01-12 Andrew Cagney <cagney@redhat.com>
15207
15208 * gdb.mi/ChangeLog: Delete file. Renamed to ...
15209 * gdb.mi/ChangeLog-1999-2003: New file.
15210
a9415475
AC
152112004-01-12 Andrew Cagney <cagney@redhat.com>
15212
15213 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
15214 "Renaming a directory to a non-empty directory returns ENOTEMPTY
15215 or EEXIST", treat EBUSY as an XFAIL.
15216
83b8cf9d
MC
152172004-01-11 Michael Chastain <mec.gnu@mindspring.com>
15218
15219 * gdb.base/scope.exp: Remove obsolete setup_xfail for
15220 hp_cc_compiler.
15221
9939d2a8
MC
152222004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15223
15224 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
15225 decorations.
15226
1ff8cadf
MC
152272004-01-10 Michael Chastain <mec.gnu@mindspring.com>
15228
15229 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
15230 and "(aCC)" decorations. Remove obsolete doco about old
15231 test results.
15232
6fa9022e
MC
152332004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15234
15235 * gdb.cp/exception.exp: Fix typo in doco.
15236
209721fe
MK
152372004-01-09 Mark Kettenis <kettenis@gnu.org>
15238
15239 * gdb.base/gdb1476.exp: Fix typo.
15240
ef11303e
MC
152412004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15242
15243 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
15244 file.
15245
041ab88c
MC
152462004-01-09 Michael Chastain <mec.gnu@mindspring.com>
15247
15248 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
15249 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
15250 Use gdb_compile. Remove restriction on gcc. Add some patterns
15251 for recent version of gdb. Delete second half, which was a copy
15252 of the first half with different build flags. This test is
15253 still disabled because it is still not ready for production.
15254
e36d075a
MC
152552004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15256
15257 * gdb.cp/exception.cc: Add copyright notice.
15258 * gdb.cp/exception.exp: Add a notice that this file is broken
15259 because of line number changes caused by addition of copyright
15260 notice.
15261
42b190ad
MC
152622004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15263
15264 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
15265 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
15266
8f25f06b
MC
152672004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15268
15269 * gdb.cp/classes.exp: Accept gnu abi 2.
15270 * gdb.cp/derivation.exp: Likewise.
15271 * gdb.cp/overload.exp: Likewise.
15272 * gdb.cp/virtfunc.exp: Likewise.
15273
06ded8b8
MC
152742004-01-08 Michael Chastain <mec.gnu@mindspring.com>
15275
15276 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
15277 semicolon after end of function.
15278
77c26ae3
MC
152792004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15280
15281 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
15282 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
15283 boilerplate code for compiling and running the program under
15284 test. Add some string method tests.
15285
20757486
MC
152862004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15287
15288 * gdb.cp/bs15503.cc: Add copyright notice.
15289 * gdb.cp/bs15503.exp: Adjust line number.
15290
0fd3b503
MC
152912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15292
15293 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
15294 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
15295
10d1bea8
MC
152962004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15297
15298 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
15299 hp_cc_compiler.
15300
2789202a
MC
153012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15302
15303 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
15304 * gdb.cp/ctti.exp: Use the marker instead of "next".
15305 With gcc, run further before bailing.
15306
b862f14c
MC
153072004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15308
15309 * gdb.cp/cttiadd.cc: Add copyright notice.
15310 * gdb.cp/cttiadd1.cc: Likewise.
15311 * gdb.cp/cttiadd2.cc: Likewise.
15312 * gdb.cp/cttiadd3.cc: Likewise.
15313
96da2469
MC
153142004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15315
15316 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
15317 Use gdb_test, gdb_test_multiple. Use floating-point values that
15318 have exact representations in IEEE-ish formats.
15319
053248ff
MC
153202004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15321
15322 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
15323 compilers. Delete duplicate call to get_compiler_info.
15324 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
15325 * gdb.base/volatile.exp: Likewise.
15326
84acecdd
MK
153272004-01-07 Mark Kettenis <kettenis@gnu.org>
15328
15329 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
15330 memory at address 0.
15331
fe11a27f
MC
153322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
15333
15334 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
15335 to test for hp-ux assembler. Fix copyright years.
15336
60ad077b
AC
153372004-01-07 Andrew Cagney <cagney@redhat.com>
15338
15339 * gdb.base/fileio.c (strerrno): Add "EBUSY".
15340
1c9b8f33
AC
153412004-01-07 Andrew Cagney <cagney@redhat.com>
15342
15343 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
15344 when creating the read-only file. From analysis by Roland McGrath
15345 and Elena Zannoni.
15346
753ccc7a
MC
153472004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15348
15349 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
15350
eca3e36b
MC
153512004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15352
15353 * gdb.base/cvexpr.c: Be type-safe with function pointers and
15354 data pointers.
15355
f8d4bac4
MC
153562004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15357
15358 * gdb.cp/m-static.exp: Compile one source file at a time.
15359 Delete unused call to get_compiler_info.
15360
9b4e0f94
MC
153612004-01-06 Michael Chastain <mec.gnu@mindspring.com>
15362
15363 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
15364 * gdb.base/call-rt-st.exp: Likewise.
15365 * gdb.base/nodebug.exp: Likewise.
15366 * gdb.base/volatile.exp: Likewise.
15367 * gdb.cp/ref-types.exp: Likewise.
15368 * gdb.cp/templates.exp: Likewise.
15369
023c1024
MK
153702004-01-05 Mark Kettenis <kettenis@gnu.org>
15371
15372 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
15373
19703c4a
MC
153742004-01-05 Michael Chastain <mec.gnu@mindspring.com>
15375
15376 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
15377 hppa*-hp-hpux*.
15378
18b67037
MK
153792004-01-04 Mark Kettenis <kettenis@gnu.org>
15380
ba6219c8
MK
15381 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15382 x86_64-*-*.
15383
18b67037
MK
15384 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
15385 sparc64-*-* and sparc*-solaris2*.
15386
1bfbbb9d
MK
153872004-01-04 Mark Kettenis <kettenis@gnu.org>
15388
15389 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
15390 return ${tests}" test. The ${tests} already mentions the
15391 filename.
15392
06846494
MC
153932004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15394
15395 * gdb.cp/local.exp: Accept gcc abi 2.
15396
3b0cb202
MC
153972004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15398
15399 * gdb.cp/templates.exp: Accept gcc abi 2.
15400
0643ec3f
MC
154012004-01-02 Michael Chastain <mec.gnu@mindspring.com>
15402
15403 * lib/compiler.cc: Remove supports_template_debugging.
15404 * gdb.cp/templates.exp: Do not test supports_template_debugging.
15405
d231d0b1
MC
154062004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15407
15408 * gdb.cp/namespace.exp: Accept gcc abi 2.
15409
44ffb27c
MC
154102004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15411
15412 * gdb.cp/method.exp: Accept gcc abi 2.
15413
184ad485
MC
154142004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15415
15416 * gdb.cp/classes.exp: Generate identical results as old version.
15417 * gdb.cp/derivation.exp: Likewise.
15418 * gdb.cp/overload.exp: Likewise.
15419 * gdb.cp/virtfunc.exp: Likewise.
15420
116f09e7
MC
154212004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15422
15423 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
15424 mysterious bug with sourceware version of expect.
15425
b1379776
MC
154262004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15427
15428 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
15429 current versions of gcc, including gcc abi 2. Remove gratuitous
15430 restart of test program. Use gdb_test_multiple and gdb_test for
15431 all tests. Add patterns to xfail missing "const" in "const char *"
15432 and kfail PR gdb/1155.
15433
6b7a4c0e
MC
154342004-01-01 Michael Chastain <mec.gnu@mindspring.com>
15435
15436 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
15437 current versions of gcc, including gcc abi 2. Remove gratuitous
15438 restart of test program. Use gdb_test_multiple and gdb_test for
15439 all tests. Add patterns to kfail PR gdb/1498.
15440
51615d72
MC
154412003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15442
15443 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
15444 current versions of gcc, including gcc abi 2. Use "breakpoint"
15445 and "continue" instead of restarting the target program. Use
15446 gdb_test_multiple and gdb_test for all tests.
15447
7b79a9d7
MK
154482004-01-01 Mark Kettenis <kettenis@gnu.org>
15449
15450 * gdb.asm/asm-source.exp: Update copyright year. Link statically
15451 for *-*-solaris2*.
15452
1cd3489f
MC
154532003-12-31 Michael Chastain <mec.gnu@mindspring.com>
15454
15455 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
15456 current versions of gcc, including gcc abi 2. Use "breakpoint"
15457 and "continue" instead of restarting the target program several
15458 times. Use gdb_test_multiple and gdb_test for all tests.
15459
850742db
MC
154602003-12-18 Michael Chastain <mec.gnu@mindspring.com>
15461
15462 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
15463 source files.
15464
eb4bbda8
MC
154652003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15466
15467 * gdb.base/environ.exp: Handle compiling test case from multiple
15468 source files.
15469
e42c7771
MC
154702003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15471
15472 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
15473
80e4b428
JB
154742003-12-17 Jim Blandy <jimb@redhat.com>
15475
5f06973a
JB
15476 * gdb.base/freebpcmd.c: Add copyright notice.
15477
80e4b428
JB
15478 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
15479
0ab84fb7
MC
154802003-12-16 Michael Chastain <mec.gnu@mindspring.com>
15481
15482 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
15483
1b3bb3d0
JB
154842003-12-13 Jim Blandy <jimb@redhat.com>
15485
15486 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
15487
3a4c9371
KB
154882003-12-12 Kevin Buettner <kevinb@redhat.com>
15489
15490 * gdb.asm/frv.inc: New file.
15491 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
15492
a1dea79a
FF
154932003-12-09 Fred Fish <fnf@redhat.com>
15494
15495 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
15496 functions to break1.c and leave prototypes behind. Add more
15497 "set breakpoint NN here" comments.
15498 * gdb.base/break1.c: New file.
15499
15500 * gdb.base/break.exp: Handle compiling test case from multiple
15501 source files and change source file references as needed.
15502 * gdb.base/completion.exp: Ditto.
15503 * gdb.base/condbreak.exp: Ditto.
15504 * gdb.base/define.exp: Ditto.
15505 * gdb.base/ena-dis-br.exp: Ditto.
15506 * gdb.base/info-proc.exp: Ditto.
15507 * gdb.base/maint.exp: Ditto.
15508 * gdb.base/until.exp: Ditto.
15509
15510 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
15511 hardcoded line numbers.
15512 * gdb.base/define.exp: Ditto.
15513 * gdb.base/ena-dis-br.exp: Ditto.
15514 * gdb.base/maint.exp: Ditto.
15515 * gdb.base/until.exp: Ditto.
15516
15517 * gdb.base/completion.exp: Use "break1" for completion tests since
15518 "break" is no longer a unique prefix.
15519
5266b69c
AC
155202003-12-06 Andrew Cagney <cagney@redhat.com>
15521
15522 * gdb.base/structs.exp (test_struct_returns): When applicable, set
15523 "return_value_unimplemented". When an unimplemented struct return
15524 architecture, report incorrect values as a KFAIL
15525
374451f0
MC
155262003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15527
15528 * gdb.cp/rtti.exp: Accept new wording of warning from
15529 cp_lookup_rtti_type.
15530
ba9b20a7
MC
155312003-12-05 Michael Chastain <mec.gnu@mindspring.com>
15532
15533 Partial fix for PR testsuite/1456.
15534 * gdb.base/scope.exp (test_at_main): Replace references to
15535 gcc_compiled with calls to test_compiler_info.
15536 (test_at_foo): Likewise.
15537 (test_at_bar): Likewise.
15538
b74b6d0b
MC
155392003-12-04 Michael Chastain <mec.gnu@mindspring.com>
15540
15541 Partial fix for PR testsuite/1456.
15542 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
15543 to test_compiler_info.
15544
ccfa3402
MC
155452003-12-03 Michael Chastain <mec.gnu@mindspring.com>
15546
15547 * gdb.base/so-impl-ld.exp: Update copyright notice.
15548
f6246aba
MC
155492003-12-02 Michael Chastain <mec.gnu@mindspring.com>
15550
15551 Partial fix for PR testsuite/1456.
15552 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
15553 to test_compiler_info.
15554
13ae734a
MC
155552003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15556
15557 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
15558 from current versions of gdb. Clean up regular expressions.
15559 Delete redundant timeout case.
15560
d8e1cdee
MC
155612003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15562
15563 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
15564 from current versions of gdb. Clean up regular expressions.
15565 Delete redundant timeout case.
15566
96457b64
MC
155672003-12-01 Michael Chastain <mec.gnu@mindspring.com>
15568
15569 Partial fix for PR testsuite/1456.
15570 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
15571 gcc_compiled with call to test_compiler_info.
15572
f35309fc
MC
155732003-11-30 Michael Chastain <mec.gnu@mindspring.com>
15574
15575 Partial fix for PR testsuite/1456.
15576 * gdb.base/list.exp (test_list_function): Delete unused declaration
15577 of gcc_compiled.
15578
d7afdf9b
MC
155792003-11-29 Michael Chastain <mec.gnu@mindspring.com>
15580
15581 Partial fix for PR testsuite/1456.
15582 * gdb.base/complex.exp: Replace reference to gcc_compiled with
15583 call to test_compiler_info.
15584
71507b56
MK
155852003-11-29 Mark Kettenis <kettenis@gnu.org>
15586
15587 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
15588 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
15589 it to create the appropriate note.inc.
15590 * gdb.asm/asmsrc1.s: Include "note.inc".
15591 * gdb.asm/netbsd.inc: New file.
15592 * gdb.asm/empty.inc: New file.
15593
f81f93f7
MC
155942003-11-28 Michael Chastain <mec.gnu@mindspring.com>
15595
15596 Partial fix for PR testsuite/1456.
15597 * gdb.base/constvars.exp: Replace references to gcc_compiled with
15598 calls to test_compiler_info.
15599
9a77938e
MC
156002003-11-27 Michael Chastain <mec.gnu@mindspring.com>
15601
15602 Partial fix for PR testsuite/1456.
15603 * gdb.base/volatile.exp: Replace references to gcc_compiled with
15604 calls to test_compiler_info.
15605
e8367dc7
MK
156062003-11-27 Mark Kettenis <kettenis@gnu.org>
15607
15608 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
15609 pattern for the KFAILs.
15610
526c61ee
AF
156112003-11-25 Adam Fedor <fedor@gnu.org>
15612
15613 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
15614 * gdb.objc/objcdecode.m: New file.
15615
28f2d600
AF
156162003-11-25 Adam Fedor <fedor@gnu.org>
15617
15618 * gdb.objc/nondebug.exp: Test for PR objc/1236.
15619 * gdb.objc/nondebug.m: New file.
15620
a3895cee
BE
156212003-11-26 Ben Elliston <bje@wasabisystems.com>
15622
15623 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
15624 NetBSD as it does on FreeBSD. Modelled on a similar change by
15625 Mark Kettenis on 2003-05-30.
15626 (link-flags): Set to "--entry _start" regardless of target.
15627 Special linker flags are to be appended to $link-flags.
15628 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
15629
c9f2c8a3
MC
156302003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15631
15632 * gdb.cp/method.exp: Accept output of new demangler.
15633
15a0587a 156342003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
15635
15636 * gdb/class2.exp: New file.
15637 * gdb/class2.cc: New file.
15638
3c00b570
MC
156392003-11-25 Michael Chastain <mec.gnu@mindspring.com>
15640
15641 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
15642 of new demangler.
15643
7027acc7
MK
156442003-11-23 Mark Kettenis <kettenis@gnu.org>
15645
15646 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
15647 of gdb_test "run".
15648
b0e1598a
MK
156492003-11-23 Mark Kettenis <kettenis@gnu.org>
15650
15651 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
15652 "continue" into "run".
15653
4d9eda44
MC
156542003-11-23 Michael Chastain <mec.gnu@mindspring.com>
15655
15656 Partial fix for PR testsuite/1456.
15657 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
15658 call to test_compiler_info.
15659 * gdb.cp/ctti.exp: Likewise.
15660 * gdb.cp/derivation.exp: Likewise.
15661 * gdb.cp/member-ptr.exp: Likewise.
15662 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
15663 reference to gcc_compiled.
15664
156652003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
15666
15667 Fix PR testsuite/1463.
15668 * gdb.base/structs.exp (start_structs_test): Call
15669 get_debug_format before using the debug format.
15670
d422fe19
AC
156712003-11-22 Andrew Cagney <cagney@redhat.com>
15672
15673 * lib/gdb.exp (gdb_test_multiple): Add simple example.
15674 * gdb.base/structs.exp: Use gdb_test_multiple.
15675
039cf96d
AC
156762003-11-20 Andrew Cagney <cagney@redhat.com>
15677
6882279b
AC
15678 * gdb.base/structs.exp: Handle and recover from internal errors.
15679 Replace "foo${n}" with "foo<n>" in test messages.
15680
e53890ae
AC
15681 * gdb.base/structs.exp: Update copyright. Rewrite.
15682 * gdb.base/structs.c: Update copyright. Rewrite.
15683
2b211c59
AC
15684 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
15685 resync count exceeded.
d63a86f8 15686
039cf96d
AC
15687 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
15688 from the internal error.
15689 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
15690 Original from Jim Blandy.
15691 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 15692
eac98b22
AC
156932003-11-19 Andrew Cagney <cagney@redhat.com>
15694
15695 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
15696 KFAIL.
15697
67455b2a
MK
156982003-11-17 Mark Kettenis <kettenis@gnu.org>
15699
15700 New testcase for PR backtrace/1435.
15701 * gdb.arch/i386-unwind.exp: New file.
15702 * gdb.arch/i386-unwind.c: New file.
15703
853d6e5b
AC
157042003-11-17 Andrew Cagney <cagney@redhat.com>
15705
15706 * lib/gdb.exp (compiler_info): New global.
15707 (test_compiler_info): New function.
15708 (get_compiler_info): Set compiler_info.
15709 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
15710 "compiler_info" to gcc-<major>-<minor>.
15711
38cf6e11
MC
157122003-11-15 Michael Chastain <mec.gnu@mindspring.com>
15713
15714 * gdb.trace/configure: Remove.
15715
a50d3602
EZ
157162003-11-13 Elena Zannoni <ezannoni@redhat.com>
15717
15718 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 15719 breakpoints.
a50d3602
EZ
15720 * gdb.base/break.exp: Remove all references to explicit line
15721 numbers.
15722
d9407aaa
NC
157232003-11-11 Nick Clifton <nickc@redhat.com>
15724
15725 * gdb.base/shreloc.exp: Do not run for targets which do not
15726 support shared objects.
15727
db488fc1
CV
157282003-11-10 Corinna Vinschen <vinschen@redhat.com>
15729
15730 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
15731 Don't run tests if nofileio flag is given.
15732
6a90a18e
EZ
157332003-11-07 Elena Zannoni <ezannoni@redhat.com>
15734
15735 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 15736 as well as 'Watchpoint'.
6a90a18e 15737
0b915e9c
EZ
157382003-11-06 Elena Zannoni <ezannoni@redhat.com>
15739
15740 Reported by Jim Ingham <jingham@apple.com>:
15741 * gdb.base/annota1.exp: Match at least one occurrence of the
15742 signal handler annotation.
15743
d7e4b55f
EZ
157442003-11-06 Elena Zannoni <ezannoni@redhat.com>
15745
a9c64011
AS
15746 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
15747 as well as 'Watchpoint'.
d7e4b55f 15748
2fe4e8d0
MC
157492003-11-05 Michael Chastain <mec@shout.net>
15750
15751 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
15752
6ef88553
KW
157532003-11-03 Kris Warkentin <kewarken@qnx.com>
15754
15755 * gdb.arch/gdb1291.c: New test file.
15756 * gdb.arch/gdb1291.exp: New test script.
15757 * gdb.arch/gdb1431.c: New test file.
15758 * gdb.arch/gdb1431.exp: New test script.
15759
ae7dc4d8
MC
157602003-10-22 Michael Chastain <mec@shout.net>
15761
15762 * gdb.mi/pthreads.c: Add copyright notice.
15763
c39d7427
MC
157642003-10-22 Michael Chastain <mec@shout.net>
15765
15766 * gdb.threads/pthreads.c: Add copyright notice.
15767
8b7d96c1
MC
157682003-10-20 Michael Chastain <mec@shout.net>
15769
15770 * gdb.base/gdb1056.exp: New test script.
15771
d1d69fdd
DJ
157722003-10-13 Daniel Jacobowitz <drow@mvista.com>
15773
15774 * gdb.threads/killed.exp: Use gdb_run_cmd.
15775
7d605576
DJ
157762003-10-13 Daniel Jacobowitz <drow@mvista.com>
15777
15778 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
15779 create a core file.
15780 * gdb.threads/gcore-thread.exp: Likewise.
15781
618ec112
CV
157822003-10-13 Corinna Vinschen <vinschen@redhat.com>
15783
15784 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
15785 type, based on char type.
15786 (struct bit_flags_short_t): New bitfield type, based on short type.
15787 (init_bit_flags_char): New fuction.
15788 (init_bit_flags_short): Ditto.
15789 (print_bit_flags_char): Ditto.
15790 (print_bit_flags_short): Ditto.
15791 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
15792
9367a73c
MC
157932003-10-11 Michael Chastain <mec@shout.net>
15794
15795 * gdb.base/call-rt-st.exp: Update copyright year.
15796
1decf120
KI
157972003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
15798
15799 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
15800 * gdb.disasm/sh3.s: Ditto.
15801
5445b2ae
DJ
158022003-10-07 Daniel Jacobowitz <drow@mvista.com>
15803
15804 * gdb.threads/switch-threads.exp: New test.
15805 * gdb.threads/switch-threads.c: New source file.
15806
aec24853
CV
158072003-10-07 Corinna Vinschen <vinschen@redhat.com>
15808
15809 * gdb.base/ending-run.exp: Add sh specific case.
15810
adc7428d
AC
158112003-10-06 Andrew Cagney <cagney@redhat.com>
15812
15813 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
15814 * gdb.disasm/mn10200.exp: Delete obsolete file.
15815
c9d37158
DJ
158162003-09-29 Daniel Jacobowitz <drow@mvista.com>
15817
15818 * ChangeLog: Correct an entry command.exp -> commands.exp.
15819 * gdb.base/commands.exp (bp_deleted_in_command_test)
15820 (temporary_breakpoint_commands): Check noargs.
15821
79c2c32d
DC
158222003-09-25 David Carlton <carlton@kealia.com>
15823
15824 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
15825 of some print tests, where appropriate. Add tests for C::D::cd,
15826 E::ce, F::cXfX, G::XgX.
15827 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
15828
594e6d67
RE
158292003-09-25 Richard Earnshaw <rearnsha@arm.com>
15830
15831 * lib/java.exp (java_init): Import target_alias before using it.
15832
10f0d451
DC
158332003-09-25 David Carlton <carlton@kealia.com>
15834
15835 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
15836
274bcba0
EZ
158372003-09-23 Elena Zannoni <ezannoni@redhat.com>
15838
d63a86f8 15839 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 15840 weirdness.
274bcba0 15841
cdbf20f7
MC
158422003-09-17 Michael Chastain <mec@shout.net>
15843
15844 * gdb.cp/gdb1355.exp: New file.
15845 * gdb.cp/gdb1355.c: New file.
15846
71e06f80
CV
158472003-09-15 Corinna Vinschen <vinschen@redhat.com>
15848
15849 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
15850 * gdb.asm/sh.inc: New file.
15851
5c4e30ca
DC
158522003-09-11 David Carlton <carlton@kealia.com>
15853
bd45b7af
DC
15854 * gdb.cp/namespace.exp: Add tests for namespace types.
15855 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
15856 (test_namespace): New.
15857
1c199746
EZ
158582003-09-11 Elena Zannoni <ezannoni@redhat.com>
15859
a9c64011 15860 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 15861 * gdb.stabs/weird.exp: Ditto.
1c199746 15862
04ed252f
MC
158632003-09-08 Michael Chastain <mec@shout.net>
15864
15865 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
15866
d8a2d9e7
MC
158672003-09-07 Michael Chastain <mec@shout.net>
15868
15869 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
15870 'parse error'.
15871
161afb24
MK
158722003-09-07 Mark Kettenis <m.kettenis@osp.nl>
15873
15874 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
15875
49f2741a
MC
158762003-08-30 Michael Chastain <mec@shout.net>
15877
15878 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
15879 * gdb.gdb/observer.exp: Ditto.
15880 * gdb.gdb/xfullpath.exp: Ditto.
15881
8afa723e
MK
158822003-08-29 Mark Kettenis <kettenis@gnu.org>
15883
15884 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
15885 *-*-*bsd*.
15886
f31dfe3b
JJ
158872003-08-28 Jeff Johnston <jjohnstn@redhat.com>
15888
15889 * gdb.base/dump.exp: Skip for ia64.
15890
4630e498
JJ
158912003-08-25 Jeff Johnston <jjohnstn@redhat.com>
15892
15893 * gdb.asm/asm-source.exp: Add ia64 support.
15894 * gdb.asm/ia64.inc: New file.
15895
1105b7ef
MC
158962003-08-22 Michael Chastain <mec@shout.net>
15897
15898 * gdb.cp: New directory.
15899 * gdb.cp/*: Copy from gdb.c++/*.
15900 * gdb.c++/*: Remove.
15901 * Makefile.in: Change gdb.c++ to gdb.cp.
15902 * configure.in: Ditto.
15903 * configure: Regnerate.
15904
c945b932
MK
159052003-08-18 Mark Kettenis <kettenis@gnu.org>
15906
15907 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
15908 * gdb.arch/i386-prologue.c (gdb1338): Add function.
15909
2b66634b
DJ
159102003-08-17 Daniel Jacobowitz <drow@mvista.com>
15911
15912 * mi-var-display.exp (-var-list-children weird): Accept function
15913 pointers with argument types.
15914 * mi1-var-display.exp (-var-list-children weird): Likewise.
15915 * mi2-var-display.exp (-var-list-children weird): Likewise.
15916
a356f73b
DJ
159172003-08-17 Daniel Jacobowitz <drow@mvista.com>
15918
15919 * gdb.base/annota3.exp: Add missing newline.
15920
483417b8
MC
159212003-08-06 Michael Chastain <mec@shout.net>
15922
15923 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
15924
c99c59c3
MS
159252003-08-12 Michael Snyder <msnyder@redhat.com>
15926
15927 * gdb.base/float.exp: Add test for SH.
15928
55ed7501
MK
159292003-08-10 Mark Kettenis <kettenis@gnu.org>
15930
15931 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
15932
1a371f2e
EZ
159332003-08-07 Elena Zannoni <ezannoni@redhat.com>
15934
15935 * gdb.base/completion.exp: Remove reduntant completion test
15936 on filename.
15937
e0f353ce
EZ
159382003-08-07 Elena Zannoni <ezannoni@redhat.com>
15939
a9c64011
AS
15940 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
15941 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
15942 gdb.trace/save-trace.exp: Make sure that full pathnames are
15943 escaped correctly.
e0f353ce 15944
5710a1af 159452003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 15946
a9c64011
AS
15947 * configure.in: Don't generate config.h from config.hin.
15948 * configure: Regenerate.
15949 * config.hin: Remove file.
15950 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
15951 * gdb.threads/pthreads.c: Ditto.
5710a1af 15952
dcd81ce9
DJ
159532003-08-07 Daniel Jacobowitz <drow@mvista.com>
15954
15955 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15956 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
15957 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
15958 Replace ld24 with seth/add3.
15959
6009d884
AC
159602003-08-02 Andrew Cagney <cagney@redhat.com>
15961
15962 * gdb.base/annota3.exp: New file.
15963 * gdb.base/annota3.c: New file.
15964 * gdb.c++/annota3.exp: New file.
15965 * gdb.c++/annota3.cc: New file.
15966
51514e06
MC
159672003-07-29 Michael Chastain <mec@shout.net>
15968
15969 * gdb.threads/tls.c (spin): Check errno only if sem_wait
15970 actually failed.
15971 (do_pass): Likewise.
15972 * gdb.threads/tls.exp: Always initialize no_of_threads.
15973
4ee6625b
DJ
159742003-07-27 Daniel Jacobowitz <drow@mvista.com>
15975
15976 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
15977 pattern.
15978 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
15979 * gdb.threads/tls.exp: Recognize one case of the host library not
15980 supporting TLS.
15981
225f2bf6
AC
159822003-07-27 Andrew Cagney <cagney@redhat.com>
15983
15984 * gdb.base/fileio.exp: Use SH when running commands using
15985 remote_exec.
15986
bcb27c9f
DJ
159872003-07-24 Daniel Jacobowitz <drow@mvista.com>
15988
15989 From Kei Sakamoto <sakamoto.kei@renesas.com>:
15990 * gdb.base/relocate.c (dummy): New padding array.
15991
3d67be83
MS
159922003-07-22 Michael Snyder <msnyder@redhat.com>
15993
d63a86f8 15994 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
15995
15996 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
15997 patterns to be more general, accepting old and new output.
15998 Some output chars (such as '+') also must be quoted.
d63a86f8 15999 Some addresses are displayed numerically instead of
3d67be83
MS
16000 symbolically.
16001
57ba3b85
MS
160022003-07-23 Michael Snyder <msnyder@redhat.com>
16003
686d097c
MS
16004 * gdb.base/return2.exp: Don't test long-long return.
16005
57ba3b85
MS
16006 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
16007 * gdb.disasm/t01_mov.exp: Ditto.
16008 * gdb.disasm/t02_mova.s: Ditto.
16009 * gdb.disasm/t02_mova.exp: Ditto.
16010 * gdb.disasm/t03_add.s: Ditto.
16011 * gdb.disasm/t03_add.exp: Ditto.
16012 * gdb.disasm/t04_sub.s: Ditto.
16013 * gdb.disasm/t04_sub.exp: Ditto.
16014 * gdb.disasm/t05_cmp.s: Ditto.
16015 * gdb.disasm/t05_cmp.exp: Ditto.
16016 * gdb.disasm/t06_ari2.s: Ditto.
16017 * gdb.disasm/t06_ari2.exp: Ditto.
16018 * gdb.disasm/t07_ari3.s: Ditto.
16019 * gdb.disasm/t07_ari3.exp: Ditto.
16020 * gdb.disasm/t08_or.s: Ditto.
16021 * gdb.disasm/t08_or.exp: Ditto.
16022 * gdb.disasm/t09_xor.s: Ditto.
16023 * gdb.disasm/t09_xor.exp: Ditto.
16024 * gdb.disasm/t10_and.s: Ditto.
16025 * gdb.disasm/t10_and.exp: Ditto.
16026 * gdb.disasm/t11_logs.s: Ditto.
16027 * gdb.disasm/t11_logs.exp: Ditto.
16028 * gdb.disasm/t12_bit.s: Ditto.
16029 * gdb.disasm/t12_bit.exp: Ditto.
16030 * gdb.disasm/t13_otr.s: Ditto.
16031 * gdb.disasm/t13_otr.exp: Ditto.
16032
e00759ef
EZ
160332003-07-22 Elena Zannoni <ezannoni@redhat.com>
16034
16035 * gdb.threads/tls.exp :Add kfail for 'info address' case.
16036
8bc2021f
EZ
160372003-07-22 Elena Zannoni <ezannoni@redhat.com>
16038
a9c64011
AS
16039 * gdb.threads/tls.c : New file.
16040 * gdb.threads/tls.exp : New file.
16041 * gdb.threads/tls-main.c : New file.
16042 * gdb.threads/tls-shared.c : New file.
16043 * gdb.threads/tls-shared.exp : New file.
8bc2021f 16044
89320c4c
AS
160452003-07-22 Andreas Schwab <schwab@suse.de>
16046
16047 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
16048
180dea7c
AS
160492003-07-20 Andreas Schwab <schwab@suse.de>
16050
16051 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
16052 due to insn reordering.
16053
0714963c
AC
160542003-07-15 Andrew Cagney <cagney@redhat.com>
16055
16056 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
16057
98a23b3f
MC
160582003-07-15 Michael Chastain <mec@shout.net>
16059
16060 * gdb.base/gdb1250.exp: New file.
16061 * gdb.base/gdb1250.c: New file.
16062
27e417a2
ML
160632003-07-09 Michal Ludvig <mludvig@suse.cz>
16064
16065 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
16066 expansion of size_t to 'unsigned long', not only to 'unsigned'.
16067
8bc2021f
EZ
160682003-07-09 Elena Zannoni <ezannoni@redhat.com>
16069
a9c64011
AS
16070 * gdb.threads/tls.c: New file.
16071 * gdb.threads/tls.exp: New file.
16072 * gdb.threads/tls-main.c: New file.
16073 * gdb.threads/tls-shared.c: New file.
16074 * gdb.threads/tls-shared.exp: New file.
8bc2021f 16075
d99968dc
EZ
160762003-07-09 Elena Zannoni <ezannoni@redhat.com>
16077
16078 * gdb.base/annota1.exp: Make sure that we properly escape the
16079 full path of the source file. Xfail more permissive patterns,
d63a86f8 16080 due to a compiler debug info problem.
d99968dc 16081
83876b3b
AS
160822003-07-07 Andreas Schwab <schwab@suse.de>
16083
2705e972
AS
16084 * gdb.asm/m68k.inc: New file.
16085 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
16086
83876b3b
AS
16087 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
16088 arguments"): Also match negative number.
16089
16090 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
16091
3a871b37
DJ
160922003-07-03 Daniel Jacobowitz <drow@mvista.com>
16093
16094 * gdb.base/store.c (charest): New typedef.
16095 (add_char): Rename to add_charest, update.
16096 (wack_char): Rename to wack_charest, update types. Return l + r
16097 to keep r live across the call.
16098 (wack_short, wack_int, wack_long, wack_longest, wack_float)
16099 (wack_double, wack_doublest): Return l + r to keep r live across
16100 the call.
16101 * gdb.base/store.exp: Accomodate store.c changes.
16102
b2a7f303
DC
161032003-06-30 David Carlton <carlton@kealia.com>
16104
16105 * gdb.c++/maint.exp (test_invalid_name): New.
16106 (test_first_component): Add tests for invalid names.
16107
3c6cb4a1
MC
161082003-06-29 Michael Chastain <mec@shout.net>
16109
16110 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
16111 output of '<VTT for class>' for virtual base classes.
16112
f1c2644b
DJ
161132003-06-29 Daniel Jacobowitz <drow@mvista.com>
16114
16115 * gdb.base/completion.exp: Tab-complete "complet" instead of
16116 "compl".
16117 * gdb.base/complex.exp, gdb.base/complex.c: New files.
16118
18080350
DJ
161192003-06-29 Daniel Jacobowitz <drow@mvista.com>
16120
16121 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
16122 * gdb.base/volatile.exp: Likewise.
16123
f56973f8
DJ
161242003-06-29 Daniel Jacobowitz <drow@mvista.com>
16125
16126 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
16127 gdb/1265.
16128
161292003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
16130 Daniel Jacobowitz <drow@mvista.com>
16131
16132 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
16133 initial line count of 'captured_main' from 26 to 32.
16134 (test_with_self): Allow xmalloc call to be interleaved with the
16135 preceding two lines.
16136
e766d4d6
JB
161372003-06-24 Joel Brobecker <brobecker@gnat.com>
16138
16139 * gdb.base/bang.exp: New testcase.
16140
f125c9a4
JB
161412003-06-23 Joel Brobecker <brobecker@gnat.com>
16142
16143 * gdb.base/langs.exp: Add some tests for the "minimal" language
16144 support.
16145
6e25beaf
EZ
161462003-06-23 Elena Zannoni <ezannoni@redhat.com>
16147
16148 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
16149 the testcase.
16150
2f816dda
DJ
161512003-06-22 Daniel Jacobowitz <drow@mvista.com>
16152
16153 * gdb.base/relocate.exp: Test add-symbol-file with a variable
16154 offset.
16155
db5a5748
DJ
161562003-06-22 Daniel Jacobowitz <drow@mvista.com>
16157
16158 * gdb.c++/pr-1210.cc: New file.
16159 * gdb.c++/pr-1210.exp: New file.
16160
1df0c130
DJ
161612003-06-21 Daniel Jacobowitz <drow@mvista.com>
16162
16163 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
16164 000-exec-continue.
16165
a92feac0
MK
161662003-06-15 Mark Kettenis <kettenis@gnu.org>
16167
16168 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
16169 on *-*-*bsd* instead of *-*-freebsd*.
16170
81a58f5b
AC
161712003-06-14 Andrew Cagney <cagney@redhat.com>
16172
16173 * gdb.base/store.exp: Test longest and doublest. Test all
16174 parameters. Weaken return statement match.
16175 * gdb.base/store.c: Add longest and doublest - aka long long and
16176 long double functions. Put all parameters into local register
16177 variables. Use negative values.
16178
b257a0d3
AC
161792003-06-14 Andrew Cagney <cagney@redhat.com>
16180
16181 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
16182 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
16183 exit status.
16184 * gdb.base/fileio.exp: Disable target when nointerrupts and
16185 noinferiorio, instead of limiting it to remote. Use remote_exec
16186 instead of system.
d63a86f8 16187
21c38304
JJ
161882003-06-12 Jeff Johnston <jjohnstn@redhat.com>
16189
16190 * gdb.base/float.exp: Add ia64 support.
16191
1bcdb424
CV
161922003-06-12 Corinna Vinschen <vinschen@redhat.com>
16193
16194 * gdb.base/fileio.exp: Run only on remote targets.
16195
6aeb981f
CV
161962003-06-10 Corinna Vinschen <vinschen@redhat.com>
16197
16198 * gdb.base/fileio.c: New file, testing File-I/O.
16199 * gdb.base/fileio.exp: Ditto.
16200
53df362e
RG
162012003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
16202
16203 * gdb.base/shreloc.exp: New file, check symbol values obtained from
16204 shared objects after relocation at load time (gdb PR/1132).
16205 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 16206 as above, part of the shared object relocation test.
53df362e 16207
ffee1b46
MK
162082003-06-08 Mark Kettenis <kettenis@gnu.org>
16209
b5ca3722
MK
16210 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
16211 fully filled history list.
16212 * gdb.base/gdb_history: New file.
16213
03ed860d
MK
16214 * gdb.base/signals.exp: XFAIL "continue to func1" on
16215 i*86-*-freebsd*.
16216
ffee1b46
MK
16217 * gdb.base/attach.exp: When trying to attach to a nonexistent
16218 process, make it possible to specify the PID based on the target,
16219 and do so for *-*-freebsd*.
16220
d80dbb52
RH
162212003-06-02 Richard Henderson <rth@redhat.com>
16222
16223 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
16224
6dd77b81
RH
162252003-06-02 Richard Henderson <rth@redhat.com>
16226
16227 * gdb.base/selftest.exp: Next over lim_at_start initialization.
16228
f6347e16
RH
162292003-06-02 Richard Henderson <rth@redhat.com>
16230
16231 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
16232
2c161407
DJ
162332003-06-01 Daniel Jacobowitz <drow@mvista.com>
16234
16235 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
16236 of globalvar.
16237
572eb746
MK
162382003-06-01 Mark Kettenis <kettenis@gnu.org>
16239
16240 * gdb.asm/asm-source.exp: Check for memory read errors in
16241 disassembler test on *BSD too.
16242
9e9617a5
RH
162432003-06-01 Richard Henderson <rth@redhat.com>
16244
16245 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
16246 for .frame.
16247 (gdbasm_call): Lose ldgp.
16248 (gdbasm_startup): Add frame information.
16249 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
16250
7b34ad4e
MK
162512003-05-31 Mark Kettenis <kettenis@gnu.org>
16252
16253 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
16254 i?86-*-*.
16255
10059fdf
MK
162562003-05-30 Mark Kettenis <kettenis@gnu.org>
16257
16258 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
16259 FreeBSD.
16260
acf4b816
RH
162612003-05-29 Richard Henderson <rth@redhat.com>
16262
16263 * gdb.asm/alpha.inc: New file.
16264 * gdb.asm/asm-source.exp: Use it.
16265
e9ecd949
JB
162662003-05-29 Jim Blandy <jimb@redhat.com>
16267
16268 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
16269 'core.PID'.
16270
e3e5a4f3
JB
162712003-05-22 Jim Blandy <jimb@redhat.com>
16272
16273 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
16274 backtrace.
d63a86f8 16275
72fe3d25
DC
162762003-05-20 David Carlton <carlton@math.stanford.edu>
16277
16278 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
16279 this time.
16280
58da2eb2
DC
162812003-05-19 David Carlton <carlton@bactrian.org>
16282
16283 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
16284 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
16285
1fcb5155
DC
162862003-05-19 David Carlton <carlton@bactrian.org>
16287
16288 * gdb.c++/namespace.exp: Add namespace scope and anonymous
16289 namespace tests.
16290 Bump copyright date.
16291 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
16292 (main): Call C::D::marker2.
16293 * gdb.c++/namespace1.cc: New file.
16294
85e85163
JJ
162952003-05-14 Jeff Johnston <jjohnstn@redhat.com>
16296
16297 Roland McGrath <roland@redhat.com>
d63a86f8 16298 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
16299 there is no manager thread.
16300
a25fbfec
JJ
163012003-05-08 Jeff Johnston <jjohnstn@redhat.com>
16302
d63a86f8
RM
16303 * gdb.threads/schedlock.exp: Remove assumption that all threads
16304 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
16305 in one of the child threads rather than the main thread.
16306
be375bae
JB
163072003-05-07 Jim Blandy <jimb@redhat.com>
16308
09bf6082
JB
16309 Add support for assembly source testing on the s390x.
16310 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
16311 architecture.
16312 * gdb.asm/s390x.inc: New file.
16313
be375bae
JB
16314 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
16315 succession of 'if' statements.
16316
00905d52
AC
163172003-05-05 Andrew Cagney <cagney@redhat.com>
16318
16319 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
16320
b1e29e33
AC
163212003-05-05 Andrew Cagney <cagney@redhat.com>
16322
16323 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
16324 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
16325
e33d66ec
EZ
163262003-05-02 Elena Zannoni <ezannoni@redhat.com>
16327
16328 * gdb.base/charset.exp: Update based on new behavior of set/show
16329 charset commands.
16330
2b6fd0d8
AC
163312003-05-01 Andrew Cagney <cagney@redhat.com>
16332
16333 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
16334 variable do not give memory errors.
16335
130cacce
AF
163362003-04-30 Adam Fedor <fedor@gnu.org>
16337
16338 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
16339 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
16340 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
16341 gdb.objc/basicclass.m: : New files
16342
16343 * lib/gdb.exp (gdb_compile_objc): New procedure.
16344
bea71854
DJ
163452003-04-27 Daniel Jacobowitz <drow@mvista.com>
16346
16347 * gdb.base/signals.exp: Make backtrace tests more specific.
16348
0f20eeea
DC
163492003-04-23 David Carlton <carlton@bactrian.org>
16350
16351 * gdb.c++/maint.exp (test_first_component): Add tests for
16352 'operator' in more locations.
16353
c8c4d8dc
KB
163542003-04-16 Kevin Buettner <kevinb@redhat.com>
16355
16356 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
16357
3fe60e3c
EZ
163582003-04-16 Elena Zannoni <ezannoni@redhat.com>
16359
16360 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 16361 func marke' instead. Update test name.
3fe60e3c 16362
9219021c
DC
163632003-04-15 David Carlton <carlton@math.stanford.edu>
16364
16365 * gdb.c++/maint.exp: New file.
16366
5dd55bdd
EZ
163672003-04-14 Elena Zannoni <ezannoni@redhat.com>
16368
16369 * gdb.threads/schedlock.c: Change type of thread function argument
16370 to long, to avoid warnings on 64-bit platforms.
16371
00890572
EZ
163722003-04-14 Elena Zannoni <ezannoni@redhat.com>
16373
a9c64011
AS
16374 * gdb.base/attach.exp: Add new message from ptrace in case of
16375 attaching to nonexistent process.
d63a86f8 16376
93201743
JB
163772003-04-11 Jim Blandy <jimb@redhat.com>
16378
16379 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16380 gdb.c++/userdef.cc: Place comments on the lines to which the
16381 marker function might return.
16382 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16383 gdb.c++/userdef.exp: Look for those comments to check that we've
16384 returned to the right place, instead of checking line numbers.
16385
2a11c64d
EZ
163862003-04-11 Elena Zannoni <ezannoni@redhat.com>
16387
a9c64011
AS
16388 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
16389 match on sourcefile name, instead of directory name.
2a11c64d 16390
68ab8fc5
EZ
163912003-04-10 Elena Zannoni <ezannoni@redhat.com>
16392
d63a86f8 16393 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
16394 working directory name.
16395
5624293a
JB
163962003-04-09 Jim Blandy <jimb@redhat.com>
16397
16398 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
16399 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
16400 after an inferior function call, report the failure, but allow the
16401 test to continue.
16402
f1f02ee4
SC
164032003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16404
16405 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16406 with -DPROTOTYPES.
16407
6eb79af0
SC
164082003-04-05 Stephane Carrez <stcarrez@nerim.fr>
16409
16410 * gdb.base/break.exp: Revert last patch.
16411
8dfb4cf0
SC
164122003-04-04 Stephane Carrez <stcarrez@nerim.fr>
16413
16414 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
16415 with -DPROTOTYPES.
16416
ed4c619a
AC
164172003-04-02 Andrew Cagney <cagney@redhat.com>
16418
16419 * gdb.base/callfuncs.exp: Make "print add" messages unique.
16420 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
16421 matching directories by the name breakpoint.
16422 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
16423 Make "continue to marker1" consistent.
16424 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
16425 message consistent.
16426 * lib/gdb.exp: Put "the program is no longer running", and "the
16427 program exited" in parenthesis.
16428 * lib/mi-support.exp: Ditto.
d63a86f8 16429
4e35d5f0 164302003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 16431
4e35d5f0
BR
16432 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
16433
71900fe8
AC
164342003-03-29 Andrew Cagney <cagney@redhat.com>
16435
16436 * gdb.base/sizeof.c (main): Print the value of '\377'.
16437 * gdb.base/sizeof.exp: Check the sign of '\377'.
16438
c0655a16
MC
164392003-03-27 Michael Chastain <mec@shout.net>
16440
16441 * gdb.base/gdb1090.exp: New file.
16442 * gdb.base/gdb1090.cc: New file.
16443
5b2a3989
JB
164442003-03-27 J. Brobecker <brobecker@gnat.com>
16445
16446 * gdb.gdb/observer.exp: New regression test.
16447
79876890
MC
164482003-03-27 Michael Chastain <mec@shout.net>
16449
16450 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
16451 * gdb.base/ptype.exp: Likewise.
16452
6eac95e3
CV
164532003-03-27 Corinna Vinschen <vinschen@redhat.com>
16454
16455 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
16456
e8c71839
MC
164572003-03-26 Michael Chastain <mec@shout.net>
16458
16459 * gdb.base/ptype.exp: Actually use some typedef'd types.
16460
71b10041
SC
164612003-03-21 Stephane Carrez <stcarrez@nerim.fr>
16462
16463 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
16464 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
16465
2512cf80
CV
164662003-03-20 Corinna Vinschen <vinschen@redhat.com>
16467
16468 * gdb.base/default.exp: Fix regular expression.
16469
0d195a4f
CV
164702003-03-20 Corinna Vinschen <vinschen@redhat.com>
16471
16472 * gdb.base/args.exp: Fix regular expression.
16473
8a2dbca8
CV
164742003-03-20 Corinna Vinschen <vinschen@redhat.com>
16475
16476 * gdb.base/help.exp: Allow Win32 child process.
16477
bf028682
CV
164782003-03-20 Corinna Vinschen <vinschen@redhat.com>
16479
16480 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
16481 when stepping out of main().
16482
182dbe85
CV
164832003-03-20 Corinna Vinschen <vinschen@redhat.com>
16484
16485 * gdb.base/default.exp: Check for win32 specific message when calling
16486 "run" without executable.
16487
d67a6ba5
CV
164882003-03-20 Corinna Vinschen <vinschen@redhat.com>
16489
16490 * gdb.base/args.exp: Expect .exe in output.
16491
a955b5bb
CV
164922003-03-20 Corinna Vinschen <vinschen@redhat.com>
16493
16494 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
16495 Cygwin native.
16496
bf6bad4b
AC
164972003-03-17 Andrew Cagney <cagney@redhat.com>
16498
16499 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
16500 vector registes.
16501 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
16502 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
16503
293e9a31
DC
165042003-03-17 David Carlton <carlton@math.stanford.edu>
16505
16506 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
16507 test, for PR breakpoints/38.
16508 Call test_watchpoint_and_breakpoint.
16509 * gdb.base/watchpoint.c (func3): New function.
16510 (main): Call func3.
16511
5330f2db
DC
165122003-03-04 David Carlton <carlton@math.stanford.edu>
16513
16514 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
16515 Garply<Garply<char> >:: garply".
16516 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
16517 with respect to PR c++/1111; note also PR c++/1113.
16518 (test_template_breakpoints): KFAIL "constructor breakpoint" with
16519 respect to PR c++/1062.
16520 KFAIL "destructor breakpoint" with respect to PR c++/1112.
16521
6ece72da
DC
165222003-03-03 David Carlton <carlton@math.stanford.edu>
16523
16524 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
16525 with respect to PR c++/57.
16526 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
16527 c++/826.
16528 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
16529 respect to PR c++/57.
16530
85ca1584
DC
165312003-03-03 David Carlton <carlton@math.stanford.edu>
16532
16533 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
16534 respect to PR c++/33 into FAILs.
16535
98e9c5b8
MC
165362003-03-03 Michael Chastain <mec@shout.net>
16537
7bedbf27
MC
16538 * configure.in: Update copyright years.
16539
165402003-03-03 Michael Chastain <mec@shout.net>
16541
16542 * Makefile.in: Update copyright years.
98e9c5b8 16543
f683e100
DC
165442003-02-28 David Carlton <carlton@math.stanford.edu>
16545
16546 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
16547 print class instead of struct and/or superfluous protection
16548 specifiers, as long as the resulting output is equivalent to the
16549 source code.
16550 Delete FIXME from end of messages on tests that don't need
16551 fixing.
16552
a9e0cf2c
DC
165532003-02-28 David Carlton <carlton@math.stanford.edu>
16554
16555 * gdb.c++/templates.exp (do_tests): Allow const in the two
16556 Foo<volatile char *>::foo tests.
16557
e8d359df
MS
165582003-02-27 Michael Snyder <msnyder@redhat.com>
16559
d63a86f8 16560 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
16561 will be consistant.
16562
0b71dc91
DC
165632003-02-26 David Carlton <carlton@math.stanford.edu>
16564
16565 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
16566 char *>::foo" test with respect to PR c++/33. Create a new test
16567 which is identical to that one except that it doesn't put the
16568 space between the "char" and the "*"; KFAIL it, too.
16569
dd14ab43
DC
165702003-02-26 David Carlton <carlton@math.stanford.edu>
16571
16572 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
16573 template types into either PASSes or KFAILs (corresponding to PR
16574 c++/57). Tweak indentation. Update copyright.
16575
1146c7f1
SC
165762003-02-23 Stephane Carrez <stcarrez@nerim.fr>
16577
16578 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
16579
74641dfb
MC
165802003-02-13 Michael Chastain <mec@shout.net>
16581
16582 * gdb.base/exprs.exp: Remove i960 remnants.
16583 * gdb.base/funcargs.exp: Likewise.
16584 * gdb.base/list.exp: Likewise.
16585 * gdb.base/ptype.exp: Likewise.
16586
559cd2d0
DC
165872003-02-14 David Carlton <carlton@math.stanford.edu>
16588
16589 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
16590 pEe->D::vg()" from XFAIL to KFAIL.
16591
c4f90d87
JM
165922003-02-13 Jason Molenda (jmolenda@apple.com)
16593
16594 * gdb.base/maint.exp: Update maint print statistics regexp to include
16595 new entries.
16596
cbc4d97c
MC
165972003-02-13 Michael Chastain <mec@shout.net>
16598
16599 * gdb.c++/inherit.exp: Remove call to get_debug_format.
16600
40f235b7
MC
166012003-02-12 Michael Chastain <mec@shout.net>
16602
16603 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
16604 * gdb.c++/inherit.exp: Likewise.
16605 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
16606 * gdb.c++/templates.exp: Likewise.
16607 * gdb.c++/virtfunc.exp: Likewise.
16608
c56716b0
JM
166092003-02-06 Jason Molenda (jason-cl@molenda.com)
16610
16611 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
16612 why the code is written that way.
16613
070afcf8
MC
166142003-02-05 Michael Chastain <mec@shout.net>
16615
16616 * gdb.base/dump.exp: Add missing copyright line.
16617
5d0331e5
JM
166182003-02-05 Jason Molenda (jason-cl@molenda.com)
16619
f7ae6d3e 16620 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
16621 at the beginning so the breakpoint doesn't get set on the loop.
16622
92851186
MC
166232003-02-05 Michael Chastain <mec@shout.net>
16624
16625 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
16626 output for configurations with gcc 2.95.3.
16627
cbf1e085
AC
166282003-02-05 Keith Seitz <keiths@redhat.com>
16629 Andrew Cagney <ac131313@redhat.com>
16630
16631 * gdb.mi/mi-cli.exp: New file.
d63a86f8 16632
29518e1e
MC
166332003-02-04 Michael Chastain <mec@shout.net>
16634
16635 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
16636 Call perror and then continue.
16637
5af1d5f3
MC
166382003-02-03 Michael Chastain <mec@shout.net>
16639
16640 * gdb.c++/pr-1023.cc: New file.
16641 * gdb.c++/pr-1023.exp: New file.
16642
6b549786
JB
166432003-02-05 Jim Blandy <jimb@redhat.com>
16644
16645 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
16646 it's local to foobar. Check for it there, and check that it's not
16647 present in main.
16648 * gdb.c++/local.cc (marker2): New function.
16649 (foobar): Call marker1.
16650 (main): Call marker2 instead of marker1.
16651
67f16606
AC
166522003-02-04 Andrew Cagney <ac131313@redhat.com>
16653
16654 * gdb.disasm/mn10200.exp: Obsolete file.
16655 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
16656 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
16657 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
16658
1c5cb38e
DC
166592003-02-04 David Carlton <carlton@math.stanford.edu>
16660
16661 * gdb.c++/overload.exp: Test intToChar(1).
16662 * gdb.c++/overload.cc (intToChar): New.
16663 (main): Call intToChar.
16664
d1fe6965
DC
166652003-02-03 David Carlton <carlton@math.stanford.edu>
16666
16667 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
16668 'might_kfail' arg.
16669 KFAIL some of the continue_to_bp_overloaded calls, according to
16670 PR c++/1025.
16671
9ba61c5d
MC
166722003-02-01 Michael Chastain <mec@shout.net>
16673
16674 * gdb.base/advance.c (marker1): New marker function.
16675 * gdb.base/advance.exp: When the 'advance' command lands on the
16676 return breakpoint, it can legitimately stop on either the
16677 current line or the next line. Accommodate both outcomes.
16678 * gdb.base/until.exp: Likewise.
16679
e7494ffb
AC
166802003-02-02 Andrew Cagney <ac131313@redhat.com>
16681
16682 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
16683 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
16684 now a list, not a tuple.
16685 * gdb.mi/mi-var-display.exp: Ditto.
16686 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 16687
075559bc
AC
166882003-02-01 Andrew Cagney <ac131313@redhat.com>
16689
16690 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
16691 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
16692 stack backtraces.
16693 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 16694
2bd4c7b1
MK
166952003-02-01 Mark Kettenis <kettenis@gnu.org>
16696
16697 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16698 gdb.mi/mi1-pthreads.exp: Return instead of calling
16699 gdb_suppress_entire_file.
16700
eabd8992
MS
167012003-02-01 Mark Salter <msalter@redhat.com>
16702
16703 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
16704
71469e2f
MS
167052003-01-31 Mark Salter <msalter@redhat.com>
16706
16707 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
16708 Support empty arg.
16709
38a94d44
MC
167102003-01-30 Michael Chastain <mec@shout.net>
16711
16712 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
16713 This was a workaround for a UTF-8 bug in readline 4.3. The bug
16714 has been fixed in gdb/readline on 2003-01-09.
16715
19ea9e73
MS
167162003-01-29 Michael Snyder <msnyder@redhat.com>
16717
e8d359df
MS
16718 * gdb.base/maint.exp: Allow for leading underscore in symbol.
16719 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
16720 * gdb.base/args.exp: Skip if target does not support args passing.
16721
2307bd6a
DJ
167222003-01-22 Daniel Jacobowitz <drow@mvista.com>
16723
19ea9e73 16724 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
16725 gdb_test. Accept a list of expect arguments as the third
16726 parameter.
16727 (gdb_test): Use it.
16728
f2dd3617
EZ
167292003-01-20 Elena Zannoni <ezannoni@redhat.com>
16730
16731 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
16732 allow for different test tree configurations. Update some
16733 tescases accordingly.
16734 * gdb.arch/altivec-regs.exp: Ditto.
16735 * gdb.asm/asm-source.exp: Ditto.
16736 * gdb.base/advance.exp: Ditto.
16737 * gdb.base/display.exp: Ditto.
d63a86f8 16738 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
16739 * gdb.base/mips_pro.exp: Ditto.
16740 * gdb.base/overlays.exp: Ditto.
16741 * gdb.base/relocate.exp: Ditto.
16742 * gdb.base/setshow.exp: Ditto.
16743 * gdb.base/step-line.exp: Ditto.
16744 * gdb.base/step-test.exp: Ditto.
16745 * gdb.base/until.exp: Ditto.
16746 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
16747
c71cdefd
DC
167482003-01-17 David Carlton <carlton@math.stanford.edu>
16749
16750 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
16751 corresponding to PR c++/945.
16752 Update copyright.
16753
fdba05d7
DC
167542003-01-17 David Carlton <carlton@math.stanford.edu>
16755
16756 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
16757 corresponding to PR c++/68.
16758
167592003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
16760
16761 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
16762 (test_paddr_hairy_functions): Call print_addr_2_kfail for
16763 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
16764
c362c33a
EZ
167652003-01-15 Elena Zannoni <ezannoni@redhat.com>
16766
0fbc361c
EZ
16767 * gdb.base/break.exp: Fix change of default location, because of
16768 removal of until tests.
16769 * gdb.base/help.exp: Update test for new 'until' help message.
16770 Add test for help on 'advance'.
a9c64011 16771 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 16772
dabf8a35
MK
167732003-01-15 Mark Kettenis <kettenis@gnu.org>
16774
16775 * gdb.base/default.exp: Adapt "info float" test for recent changes
16776 to that command. Add test for "info vector".
16777 * gdb.base/float.exp: New file. Add test for "info float" that
16778 resembles the old test in gdb.base/default.exp.
16779
a1769aca
DC
167802003-01-15 David Carlton <carlton@math.stanford.edu>
16781
16782 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
16783
82025e13
EZ
167842003-01-15 Elena Zannoni <ezannoni@redhat.com>
16785
16786 * gdb.base/break.exp: Move the tests of until command from here...
16787 * gdb.base/until.exp: ... to here. New file. Add other tests.
16788 * gdb.base/advance.c: New file.
16789 * gdb.base/advance.exp: New file.
16790
8f9ab801
EZ
167912003-01-14 Elena Zannoni <ezannoni@redhat.com>
16792
a9c64011
AS
16793 * gdb.base/args.c: New file.
16794 * gdb.base/args.exp: New file.
8f9ab801 16795
9ae66589
DJ
167962003-01-14 Daniel Jacobowitz <drow@mvista.com>
16797
16798 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
16799
8d77e5c3
DJ
168002003-01-14 Daniel Jacobowitz <drow@mvista.com>
16801
16802 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
16803
12d2f0a1
DJ
168042003-01-14 Daniel Jacobowitz <drow@mvista.com>
16805
16806 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
16807 dates.
16808
6ca37014
DJ
168092003-01-13 Daniel Jacobowitz <drow@mvista.com>
16810
16811 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
16812
b0023472
DJ
168132003-01-13 Daniel Jacobowitz <drow@mvista.com>
16814
16815 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
16816 (ptype &*"foo").
16817 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
16818
607fbc54 168192003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
16820
16821 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
16822 * gdb.mi/mi1-console.exp: Likewise.
16823
607fbc54 168242003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
16825
16826 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
16827 * gdb.mi/mi1-console.exp: Likewise.
16828
a1fb14a2
DJ
168292003-01-13 Daniel Jacobowitz <drow@mvista.com>
16830
16831 * gdb.c++/overload.exp: Remove some fixed XFAILs.
16832
c4cf40b7
DJ
168332003-01-09 Daniel Jacobowitz <drow@mvista.com>
16834
16835 * gdb.base/detach.exp: New test.
16836
696d5a5b
DJ
168372003-01-09 Daniel Jacobowitz <drow@mvista.com>
16838
16839 * Makefile.in (ALL_SUBDIRS): New variable.
16840 (subdirs, clean, distclean): Use it.
16841 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
16842 regenerating Makefile, since it is generated from the top level.
16843 * gdb.asm/Makefile.in: Likewise.
16844 * gdb.base/Makefile.in: Likewise.
16845 * gdb.c++/Makefile.in: Likewise.
16846 * gdb.disasm/Makefile.in: Likewise.
16847 * gdb.java/Makefile.in: Likewise.
16848 * gdb.mi/Makefile.in: Likewise.
16849 * gdb.threads/Makefile.in: Likewise.
16850 * gdb.trace/Makefile.in: Likewise.
16851
754533e4
DC
168522003-01-09 David Carlton <carlton@math.stanford.edu>
16853
16854 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
16855 Add copyright year 2003.
16856
d8b3e9ee
MC
168572003-01-06 Michael Chastain <mec@shout.net>
16858
16859 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
16860 When selecting a thread, 'line' and 'file' are optional.
16861 * gdb.mi/mi1-pthreads.exp: Likewise.
16862
8e9e0fe6
AS
168632003-01-06 Andreas Schwab <schwab@suse.de>
16864
16865 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
16866 failures.
16867
b5ab8ff3
DJ
168682003-01-04 Daniel Jacobowitz <drow@mvista.com>
16869
16870 Fix PR gdb/844
16871 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
16872 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
16873
16874 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
16875 instead of calling gdb_suppress_entire_file.
16876 * gdb.threads/print-threads.exp: Likewise.
16877 * gdb.threads/schedlock.exp: Likewise.
16878
16879 * gdb.threads/killed.exp: Return instead of calling
16880 gdb_suppress_entire_file.
16881 * gdb.threads/linux-dp.exp: Likewise.
16882 * gdb.threads/pthreads.exp: Likewise.
16883
1e698235
DJ
168842003-01-04 Daniel Jacobowitz <drow@mvista.com>
16885
16886 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
16887 stabs.
16888 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
16889 * gdb.base/whatis.exp: Always allow (void) after function names.
16890
147ff08c
DJ
168912003-01-04 Daniel Jacobowitz <drow@mvista.com>
16892
16893 * gdb.c++/casts.exp: Correct regexp.
16894
dc62bfc2
MK
168952003-01-04 Mark Kettenis <kettenis@gnu.org>
16896
16897 * configure.in: Call AC_CONFIG_HEADER. Don't call
16898 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
16899 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
16900 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
16901 aforementioned directories in the AC_OUPUT call.
16902 * config.hin: New file.
16903 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
16904 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
16905 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
16906 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
16907 pass -I$objdir instead of -I$objdir/$subdir in compilation.
16908 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
16909 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
16910 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
16911 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
16912 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
16913 gdb.threads/configure.in, gdb.threads/configure,
16914 gdb.threads/config.in, gdb.trace/configure.in,
16915 gdb.trace/configure: Removed.
16916
77afa639
MC
169172003-01-03 Michael Chastain <mec@shout.net>
16918
16919 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
16920 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
16921
7634bb6e
DJ
169222003-01-03 Daniel Jacobowitz <drow@mvista.com>
16923
16924 * gdb.base/store.exp: Fix regular expressions.
16925
b39c905e
MK
169262002-12-28 Mark Kettenis <kettenis@gnu.org>
16927
16928 * configure.in: Rewrite.
16929 * configure: Regenerated.
16930
0a8551dd
DC
169312003-01-03 David Carlton <carlton@math.stanford.edu>
16932
16933 * gdb.base/psymtab.exp: New file.
16934 * gdb.base/psymtab1.c: Ditto.
16935 * gdb.base/psymtab2.c: Ditto.
16936
c60b7188
AF
169372002-12-23 Adam Fedor <fedor@gnu.org>
16938
16939 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
16940
ee73db83
DC
169412002-12-23 David Carlton <carlton@math.stanford.edu>
16942
16943 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
16944 and current_directory initialization.
16945
d6c1774e
JB
169462002-12-22 Jim Blandy <jimb@redhat.com>
16947
f0a847b8
JB
16948 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
16949 rather than as part of the output file name.
16950
d6c1774e
JB
16951 * gdb.base/attach.exp: There's no need to copy the test program to
16952 /tmp; that was only ever necessary on HP/UX, and this test is
16953 entirely disabled there anyway.
16954
f0708dbb
JB
169552002-12-21 Jim Blandy <jimb@redhat.com>
16956
4c2acfea
JB
16957 * gdb.c++/psmang.exp: Doc fix.
16958
f0708dbb
JB
16959 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
16960 test.
16961
9579e000
DC
169622002-12-20 David Carlton <carlton@math.stanford.edu>
16963
16964 * gdb.c++/annota2.exp: KFAIL annotate-quit.
16965
d1810171
MC
169662002-12-18 Michael Chastain <mec@shout.net>
16967
16968 * gdb.c++/annota2.exp: Add copyright year 2002.
16969
76565097
DC
169702002-12-17 David Carlton <carlton@math.stanford.edu>
16971
16972 * gdb.c++/try_catch.cc: Add marker comments.
16973 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
16974 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
16975 * gdb.c++/m-static.cc: Ditto.
16976 * gdb.c++/m-static1.cc: Ditto.
16977 * gdb.c++/try_catch.cc: Ditto.
16978
da81390b
JJ
169792002-12-16 Jeff Johnston <jjohnstn@redhat.com>
16980
16981 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
16982 to see whether we are using the new -environment-directory
16983 command which resets via -r or the old version of the command
16984 which may prompt the user. Part of fix for gdb/741.
16985
b304d130
AC
169862002-12-13 Andrew Cagney <ac131313@redhat.com>
16987
16988 * gdb.fortran/types.exp: Update obsolete comment.
16989 * gdb.fortran/exprs.exp: Ditto.
16990 * lib/gdb.exp: Delete obsolete code.
16991 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
16992 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
16993 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
16994 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
16995 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
16996 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
16997 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
16998 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
16999 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
17000 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
17001 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
17002 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
17003 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
17004 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
17005 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
17006 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
17007 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
17008 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
17009 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
17010 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
17011 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
17012 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
17013 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
17014 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
17015 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
17016 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
17017 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
17018 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
17019 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
17020 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
17021 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
17022 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
17023 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
17024 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
17025 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
17026 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
17027 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
17028
a23b6e6a
DC
170292002-12-11 David Carlton <carlton@math.stanford.edu>
17030
17031 * gdb.c++/m-data.exp: Add test for members that shadow global
17032 variables: see PR gdb/804.
17033 * gdb.c++/m-data.cc: Ditto.
17034
6604731b
DJ
170352002-12-10 Daniel Jacobowitz <drow@mvista.com>
17036
17037 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
17038
de46ecd7
DC
170392002-12-06 David Carlton <carlton@math.stanford.edu>
17040
17041 * gdb.base/store.c: Don't declare functions static.
17042
27e829d0
AC
170432002-12-04 Andrew Cagney <ac131313@redhat.com>
17044
17045 * gdb.base/store.exp, gdb.base/store.c: New files.
17046
92806416
DJ
170472002-12-03 Daniel Jacobowitz <drow@mvista.com>
17048
17049 * gdb.base/selftest.exp: Update for current gdb.
17050
3bcbaac5
DJ
170512002-12-03 Daniel Jacobowitz <drow@mvista.com>
17052
17053 * gdb.base/maint.exp: Only dump symbols from one source file
17054 or objfile.
17055
f4f00b1f
DJ
170562002-12-03 Daniel Jacobowitz <drow@mvista.com>
17057
17058 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
17059 function call.
17060
f1c8a949
JB
170612002-11-25 Jim Blandy <jimb@redhat.com>
17062
17063 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
17064 function appearing in error message.
17065
9e297a97
DJ
170662002-11-21 Daniel Jacobowitz <drow@mvista.com>
17067
17068 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
17069
1f312e79
JJ
170702002-11-08 Jeff Johnston <jjohnstn@redhat.com>
17071
d63a86f8
RM
17072 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
17073 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
17074 should be in mi console format. This is part of fix for PR gdb/604.
17075
83c31e7d
FN
170762002-09-18 Fernando Nasser <fnasser@redhat.com>
17077
17078 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
17079 which explicitly prints the zero offset as "+0".
17080
322b3f65
DJ
170812002-10-22 Daniel Jacobowitz <drow@mvista.com>
17082
17083 * gdb.threads/schedlock.c (args): Make unsigned.
17084
170852002-10-21 Daniel Jacobowitz <drow@mvista.com>
17086
17087 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
17088 numbers. Allow "foo2|selected stack frame".
17089 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
17090 * gdb.asm/asmsrc2.s: Likewise.
17091 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
17092 comments.
17093 * gdb.asm/mips.inc: New file.
17094
5e2fe5b8
AF
170952002-10-18 Adam Fedor <fedor@gnu.org>
17096
17097 * gdb.base/default.exp: Update expected output to include 'ObjC'.
17098 * gdb.base/help.exp: Likewise.
17099
abe1a5d0
KB
171002002-10-17 Kevin Buettner <kevinb@redhat.com>
17101
17102 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
17103 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
17104
10abb1d4
JB
171052002-10-02 Jim Blandy <jimb@redhat.com>
17106
17107 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
17108
1f609b42
AC
171092002-10-01 Andrew Cagney <ac131313@redhat.com>
17110
17111 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
17112 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
17113 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
17114 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
17115 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
17116 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
17117 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
17118
0aee02e4
AC
171192002-09-29 Andrew Cagney <ac131313@redhat.com>
17120
17121 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
17122 * mi0-disassemble.exp, mi0-eval.exp: Delete.
17123 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
17124 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
17125 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
17126 * mi0-var-block.exp, mi0-var-child.exp: Delete.
17127 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 17128
6fde09ad
KB
171292002-09-27 Kevin Buettner <kevinb@redhat.com>
17130
17131 * gdb.base/annota1.exp (info break): Make directory components of
17132 path optional since not all compilers emit this debug information.
17133
889bf7c5
PA
17134 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
17135 step ends up stepping out of the function instead of stopping on
17136 the epilogue.
6fde09ad 17137
9e8aab75
KS
171382002-09-26 Keith Seitz <keiths@redhat.com>
17139
17140 * lib/insight-support.exp (gdbtk_start): Figure out where
17141 the insight executable is based on where gdb is. Use this
17142 executable to start insight instead of gdb.
17143
e36180d7
AC
171442002-09-25 Andrew Cagney <cagney@redhat.com>
17145
17146 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
17147
9dd34b2b
AC
171482002-09-24 Andrew Cagney <ac131313@redhat.com>
17149
17150 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
17151 test_isolated_complaints.
17152 (test_empty_complaint): New function.
17153 (test_empty_complaints): New function. Check no output when no
17154 complaints.
d63a86f8 17155
dea97812
KB
171562002-09-19 Jim Blandy <jimb@redhat.com>
17157
a9c64011 17158 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 17159
54951bd7
AC
171602002-09-19 Andrew Cagney <ac131313@redhat.com>
17161
17162 * gdb.gdb/complaints.exp: New file.
17163
dec43320
AC
171642002-09-18 Andrew Cagney <ac131313@redhat.com>
17165
17166 * gdb.base/maint.exp: Check `help maint internal-warning'.
17167
e70d6e3f
DC
171682002-09-18 David Carlton <carlton@math.stanford.edu>
17169
17170 * gdb.c++/m-static.exp: Remove breakpoints depending on line
17171 numbers, and replace them by a single breakpoint after the
17172 constructors are all finished.
17173 Add test 4.
17174 * gdb.c++/m-static.cc: Add test 4.
17175 * gdb.c++/m-static.h: New file.
17176 * gdb.c++/m-static1.cc: New file.
17177
17178 * gdb.c++/printmethod.exp: New file.
17179 * gdb.c++/printmethod.cc: New file.
17180
17181 * gdb.c++/pr-574.exp: New file.
17182 * gdb.c++/pr-574.cc: New file.
17183
afb5c968
CV
171842002-09-18 Corinna Vinschen <vinschen@redhat.com>
17185
17186 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
17187 embedded targets which never actually exit.
17188
31e45dee
FN
171892002-09-18 Fernando Nasser <fnasser@redhat.com>
17190
17191 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
17192 "don't step after run" as unresolved or unsupported, instead of xfail.
17193
a283c5a1
CV
171942002-09-18 Corinna Vinschen <vinschen@redhat.com>
17195
17196 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
17197 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
17198 Add newline to expected string in "step out of main (status wrapper)"
17199 case.
17200
11350d2a
CV
172012002-09-18 Corinna Vinschen <vinschen@redhat.com>
17202
17203 * lib/gdb.exp (rerun_to_main): Allow restarting application.
17204 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
17205
0deec7d6
TT
172062002-09-17 Tom Tromey <tromey@redhat.com>
17207
17208 * gdb.base/printcmds.exp (test_print_string_constants): Expect
17209 \000, not \0, in double-quoted string.
17210
b2b4a1b5
CV
172112002-09-14 Corinna Vinschen <vinschen@redhat.com>
17212
c9d37158 17213 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
17214 string after running the commands execution on breakpoint tests.
17215
1c56143a
CV
172162002-09-13 Corinna Vinschen <vinschen@redhat.com>
17217
17218 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
17219
37f8da45
JB
172202002-09-12 Joel Brobecker <brobecker@gnat.com>
17221
17222 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
17223
08b468e0
KS
172242002-09-10 Keith Seitz <keiths@redhat.com>
17225
17226 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
17227 runto proc.
17228 (mi_run_to_main): Use mi_runto.
17229 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
17230
dc360f58
KS
172312002-09-10 Keith Seitz <keiths@redhat.com>
17232
17233 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
17234 regexp for stopping at main. Could have multiple event notifications.
17235 Don't assume that main was declared with no parameters.
17236 (mi_next): Use mi_step_to.
17237 (mi_step): Use mi_next_to.
17238
ce3abcfb
CV
172392002-09-09 Corinna Vinschen <vinschen@redhat.com>
17240
17241 * gdb.base/default.exp: Fix expected string in `info float' test.
17242
d1f5b980
BE
172432002-09-09 Ben Elliston <bje@redhat.com>
17244
17245 * config/mips.exp: Update comments.
17246 * config/mips-idt.exp: Likewise.
17247 * config/nind.exp: Likewise.
17248 * config/slite.exp: Likewise.
17249 * config/sparclet.exp: Likewise.
17250 * config/udi.exp: Likewise.
17251 * config/vx.exp: Likewise.
17252 * config/vxworks29k.exp: Likewise.
17253
2f71430b
JB
172542002-09-05 Jim Blandy <jimb@redhat.com>
17255
17256 * gdb.threads/killed.exp: Fix test failure message.
17257
7ddebc7e
KS
172582002-09-04 Keith Seitz <keiths@redhat.com>
17259
17260 * lib/mi-support.exp: Update copyright.
17261 (mi_gdb_test): Increase the priority of the expected pattern
17262 so that it matches gdb_test.
17263
0ae67eb3
KS
172642002-09-03 Keith Seitz <keiths@redhat.com>
17265
17266 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
17267 Use integer comparison instead of string comparison for testing
17268 whether binary was built.
17269
38fc42c8
JB
172702002-09-03 Jim Blandy <jimb@redhat.com>
17271
17272 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
17273
b6ff0e81
JB
172742002-08-29 Jim Blandy <jimb@redhat.com>
17275
17276 * gdb.threads/pthreads.exp: Move the portable thread compilation
17277 code into a function in lib/gdb.exp, and call that from here.
17278 * lib/gdb.exp (gdb_compile_pthreads): New function.
17279
07c98896
KS
172802002-08-29 Keith Seitz <keiths@redhat.com>
17281
17282 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
17283 expect_out so that callers can get at it.
17284
0312286c
DJ
172852002-08-23 Daniel Jacobowitz <drow@mvista.com>
17286
17287 * gdb.threads/print-threads.c: New file.
17288 * gdb.threads/print-threads.exp: New file.
17289 * gdb.threads/schedlock.c: New file.
17290 * gdb.threads/schedlock.exp: New file.
17291
dd039bc4
EZ
172922002-08-22 Elena Zannoni <ezannoni@redhat.com>
17293
a9c64011
AS
17294 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
17295 not altivec.c.
dd039bc4 17296
1f36144c
MK
172972002-08-17 Mark Kettenis <kettenis@gnu.org>
17298
17299 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
17300 targets. The problem should be fixed now.
17301
16057ec7 173022002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
17303
17304 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
17305 2002-07-24 change that removes final dots from error messages.
17306
3c1499ad
TT
173072002-08-13 Tom Tromey <tromey@redhat.com>
17308
17309 * gdb.base/readline.exp: New file.
17310
a20ce2c3
AC
173112002-08-01 Andrew Cagney <ac131313@redhat.com>
17312
17313 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
17314 supress message.
17315
db034ac5
AC
173162002-08-01 Andrew Cagney <cagney@redhat.com>
17317
17318 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
17319 CHILL_FOR_TARGET and CHILL_LIB.
17320 * configure.in (configdirs): Remove gdb.chill.
17321 * configure: Regenerate.
17322 * lib/gdb.exp: Obsolete references to chill.
17323 * gdb.fortran/types.exp: Ditto.
17324 * gdb.fortran/exprs.exp: Ditto.
17325
3e000b18
KB
173262002-07-30 Kevin Buettner <kevinb@redhat.com>
17327
17328 * gdb.base/shlib-call.exp (additional_flags): Conditionally
17329 set Irix-specific compile and link flags.
17330
28f4966b
KB
173312002-07-29 Kevin Buettner <kevinb@redhat.com>
17332
17333 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
17334 source files. The ``-o'' option doesn't work with the ``-E'' option
17335 when using the Irix compiler.
17336
46c0d5a6
DJ
173372002-07-19 Daniel Jacobowitz <drow@mvista.com>
17338
17339 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
17340 Improve support for reusing an exec file. Copy exec file
17341 to target, and run gdbserver on the target instead of on the host.
17342
eecf4bed
JB
173432002-07-18 Jim Blandy <jimb@redhat.com>
17344
0f815cdf
JB
17345 * gdb.base/ending-run.exp: Don't expect to see the program end in
17346 some orderly fashion when we're running on a real stand-alone
17347 board.
17348
eecf4bed
JB
17349 * gdb.base/interrupt.exp: Correct logic for skipping tests on
17350 targets that don't support interrupts.
17351
52d309e4
JB
173522002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
17353
17354 * gdb.base/attach.exp: Add patterns to match output from /proc-based
17355 systems.
17356 Move comments in expect statements to inside the actions, so that they
17357 don't get matched against.
17358
ff683d9e
MK
173592002-07-10 Mark Kettenis <kettenis@gnu.org>
17360
17361 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
17362 function when asleep" test.
17363
b5356753
AC
173642002-07-10 Andrew Cagney <ac131313@redhat.com>
17365
17366 * gdb.base/page.exp: Rewrite to handle problems with very long
17367 `info set' output. Update copyright.
17368
6aa4d13a
AC
173692002-06-26 Andrew Cagney <ac131313@redhat.com>
17370
17371 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
17372 gdb.threads-hp.
17373 * gdb.hp/configure: Regenerate.
17374 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
17375 * gdb.hp/gdb.threads-hp/configure: Delete file.
17376 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
17377
8cf8c2b8
AC
173782002-06-22 Andrew Cagney <ac131313@redhat.com>
17379
17380 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
17381 setlocale, bindtextdomain and textdomain.
17382
6827a8f8
JB
173832002-06-11 Jim Blandy <jimb@redhat.com>
17384
919d772c
JB
17385 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
17386 preprocessor macro information is present.
17387
6827a8f8
JB
17388 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
17389 tests.
17390
c15b0d21
MS
173912002-06-06 Michael Snyder <msnyder@redhat.com>
17392
c5984d70
MS
17393 * gdb.base/overlays.exp: Record addresses of overlay
17394 functions in TCL variables rather than in GDB variables,
17395 to avoid having GDB convert them to pointers (with loss
17396 of information).
17397
d63a86f8 17398 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 17399 default linker script changes.
c15b0d21
MS
17400 * gdb.base/long_long.exp: Add check for sizeof (long double).
17401
be26fe0d
ML
174022002-06-06 Michal Ludvig <mludvig@suse.cz>
17403
17404 * gdb.asm/asm-source.exp: Add x86-64 target.
17405 * gdb.asm/x86_64.inc: New.
d63a86f8 17406
258093ca 174072002-05-30 Michael Chastain <mec@shout.net>
258093ca 17408
4b3153f1 17409 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
17410 * gdb.c++/m-static.cc: New file.
17411 * gdb.c++/m-static.exp: New file.
17412
241264c6
MS
174132002-05-28 Michael Snyder <msnyder@redhat.com>
17414
17415 * gdb.base/call-ar-st.exp: Allow for reduced floating point
17416 precision.
17417
9bba8c8f 174182002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 17419
4b3153f1 17420 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
17421 * gdb.c++/m-data.cc: New file.
17422 * gdb.c++/m-data.exp: New file.
17423
174242002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 17425
4b3153f1 17426 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 17427 * gdb.c++/try_catch.cc: New file.
d63a86f8 17428 * gdb.c++/try_catch.exp: New file.
9bba8c8f 17429
def1b996
MC
174302002-05-27 Michael Chastain <mec@shout.net>
17431
17432 * gdb.c++/local.exp: Accept more nested types in output.
17433
522ba268
MC
174342002-05-26 Michael Chastain <mec@shout.net>
17435
17436 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
17437
277254ba
MS
174382002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
17439
17440 * lib/gdb.exp (gdb_wrapper_init): Just because
17441 gdb_wrapper_file exists, this does not mean that the file
17442 should not be rebuilt. That is what gdb_wrapper_initialized
17443 is for.
17444 (default_gdb_init): Reset gdb_wrapper_initialized.
17445
b61a8733
MS
174462002-05-23 Michael Snyder <msnyder@redhat.com>
17447
d63a86f8 17448 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
17449 the precision of the floating point test results.
17450 * gdb.base/call-rt-st.exp: Ditto.
17451
b61a8733
MS
17452 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
17453 * gdb.base/call-rt-st.exp: Ditto.
17454
56f6e910
MC
174552002-05-19 Michael Chastain <mec@shout.net>
17456
17457 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
17458
ad0b0016
EZ
174592002-05-19 Elena Zannoni <ezannoni@redhat.com>
17460
a9c64011
AS
17461 * configure.in (configdirs): Add gdb.arch.
17462 * configure: Regenerate.
ad0b0016 17463
f617d2b6
JB
174642002-05-17 Jim Blandy <jimb@redhat.com>
17465
17466 * gdb.base/completion.exp: Recognize the more detailed error
17467 messages produced by the macro expander's lexical analyzer.
17468
eac2a696
EZ
174692002-05-14 Elena Zannoni <ezannoni@redhat.com>
17470
a9c64011
AS
17471 * gdb.arch/altivec-abi.c: New file.
17472 * gdb.arch/altivec-abi.exp: New file.
17473 * gdb.arch/altivec-regs.c: New file.
17474 * gdb.arch/altivec-regs.exp: New file.
eac2a696 17475
2fdde8f8
DJ
174762002-05-14 Daniel Jacobowitz <drow@mvista.com>
17477
17478 * gdb.base/maint.exp (maint print type): Update for new type
17479 structure.
d63a86f8 17480
e31f1a7c
EZ
174812002-05-14 Elena Zannoni <ezannoni@redhat.com>
17482
17483 * gdb.arch: New directory.
17484 * gdb.arch/configure.in: New file.
17485 * gdb.arch/configure: New file.
17486 * gdb.arch/Makefile.in: New file.
17487
db589741
CV
174882002-05-13 Corinna Vinschen <vinschen@redhat.com>
17489
17490 * gdb.asm/asm-source.exp: Add v850 as supported target.
17491 * gdb.asm/v850.inc: New file.
17492
8ce2a7dc
DJ
174932002-05-13 Daniel Jacobowitz <drow@mvista.com>
17494
17495 * gdb.c++/annota2.exp (annotate-quit): Add comment.
17496
df763c7f
DJ
174972002-05-12 Daniel Jacobowitz <drow@mvista.com>
17498
17499 * gdb.base/break.exp: Check 'break "marker2"'.
17500
377daeed
MS
175012002-05-10 Michael Snyder <msnyder@redhat.com>
17502
17503 * gdb.base/long_long.exp: Fix typo.
17504
c4b7bc2b
JB
175052002-05-10 Jim Blandy <jimb@redhat.com>
17506
ecac9a4e
JB
17507 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
17508 a bug.
17509
c4b7bc2b
JB
17510 * gdb.base/printcmds.exp (test_integer_literals_rejected):
17511 Recognize more detailed error message produced by the macro
17512 expander's lexical analyzer.
17513 * lib/gdb.exp (test_print_reject): Same.
17514
e71019a1
MK
175152002-05-09 Mark Kettenis <kettenis@gnu.org>
17516
17517 * gdb.c++/method.exp: Fix typo.
17518
fedfc8e6
MS
175192002-05-08 Michael Snyder <msnyder@redhat.com>
17520
166a1957
MS
17521 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
17522 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 17523 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
17524 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
17525 Add iftarget clause for strongarm.
d63a86f8 17526
f1c47eb2
MS
175272002-05-06 Michael Snyder <msnyder@redhat.com>
17528
cb9a9d3e
MS
17529 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
17530 (gdb_continue_to_end): Accept output from status wrapper.
17531 * gdb.base/ending-run.exp: Add case for output from status wrapper.
17532 Clean up fail messages to match pass messages.
17533
f1c47eb2
MS
17534 Enable the "needs_status_wrapper" testsuite feature.
17535 * lib/gdb.exp (gdb_wrapper_init): New procedure.
17536 (gdb_compile): Conditionally call gdb_wrapper_init.
17537 * gdb.base/a2-run.exp: Recognize output from status wrapper.
17538 * gdb.c++/method.exp: Recognize output from status wrapper.
17539
6079c749
BE
175402002-05-06 Ben Elliston <bje@redhat.com>
17541From Graydon Hoare <graydon@redhat.com>
17542
17543 * config/sid.exp: Include support for "rawsid" protocol.
17544
188baff3
JB
175452002-05-03 Jim Blandy <jimb@redhat.com>
17546
17547 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
17548 * gdb.c++/hang3.C: New file.
17549
b9c07f0f
AC
175502002-05-04 Andrew Cagney <ac131313@redhat.com>
17551
17552 * gdb.base/default.exp: Remove obsolete code.
17553 * gdb.c++/misc.exp: Ditto. Update copyright.
17554 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
17555 * gdb.base/whatis.exp: Ditto. Update copyright.
17556 * gdb.base/scope.exp: Ditto. Update copyright.
17557 * gdb.base/ptype.exp: Ditto. Update copyright.
17558 * gdb.base/printcmds.exp: Ditto. Update copyright.
17559 * gdb.base/opaque.exp: Ditto. Update copyright.
17560 * gdb.base/list.exp: Ditto.
17561 * gdb.base/funcargs.exp: Ditto. Update copyright.
17562 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
17563 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
17564 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
17565 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
17566 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
17567 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
17568
5c7a0397
MS
175692002-05-02 Michael Snyder <msnyder@redhat.com>
17570
d6dcc264 17571 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
17572 * gdb.base/long_long.exp: Add xscale target.
17573 * gdb.base/default.exp: Add xscale target.
17574
eb7f1c48
JB
175752002-05-01 Jim Blandy <jimb@redhat.com>
17576
17577 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
17578 gdb.c++/hang.exp: New test.
17579
a6befae8
FF
175802002-05-01 Fred Fish <fnf@redhat.com>
17581
17582 * gdb.base/completion.exp: Handle completions of "./Make" for
17583 more than one completion possibility, as is the case when we
17584 build and test in the source tree.
17585
0a310277
AG
175862002-04-29 Anthony Green <green@redhat.com>
17587
17588 * gdb.java/jmisc1.exp: New file.
17589 * gdb.java/jmisc2.exp: New file.
17590
6ff9af88
DJ
175912002-04-24 Daniel Jacobowitz <drow@mvista.com>
17592
17593 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
17594
96b3d632
EZ
175952002-04-23 Elena Zannoni <ezannoni@redhat.com>
17596
17597 * gdb.base/help.exp: Change 'help status' to allow for target
17598 dependent output differences.
17599
5019bb54
MC
176002002-04-22 Michael Chastain <mec@shout.net>
17601
17602 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
17603
a805a116
MC
176042002-04-22 Michael Chastain <mec@shout.net>
17605
17606 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
17607
a1706bfd
DM
176082002-04-17 David S. Miller <davem@redhat.com>
17609
17610 * gdb.asm/sparc64.inc: New file.
17611 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
17612
a73a20a2
EZ
176132002-04-19 Elena Zannoni <ezannoni@redhat.com>
17614
17615 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
17616 instruction file directly into the build tree. Clean up at end of
17617 test.
17618
ba678339
DM
176192002-04-18 David S. Miller <davem@redhat.com>
17620
17621 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
17622 handle 64-bit platforms correctly.
17623 * gdb.base/maint.exp: Likewise.
17624
b03399da
KB
176252002-04-18 Kevin Buettner <kevinb@redhat.com>
17626
17627 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
17628 ``-fpic'' when compiling files comprising a shared library, but
17629 it does need additional linker flags in order to find shared
17630 libraries at run time.
17631
e2004992
KB
176322002-04-18 Kevin Buettner <kevinb@redhat.com>
17633
17634 * gdb.base/cvexpr.c (use): New function.
17635 (main): Invoke use() on all global variables to prevent
17636 some linkers from deleting these otherwise unused symbols.
17637
d8937120
MC
176382002-04-17 Michael Chastain <mec@shout.net>
17639From David S. Miller <davem@redhat.com>
17640
17641 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
17642 handle 64-bit platforms correctly.
17643
ffd61a58
MS
176442002-04-12 Michael Snyder <msnyder@redhat.com>
17645From Jim Blandy <jimb@redhat.com>
a9c64011 17646 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
17647 script can handle this instead.
17648 * gdb.base/bar.c (barx): Same.
17649 * gdb.base/baz.c (bazx): Same.
17650 * gdb.base/grbx.c (grbxx): Same.
17651
17652 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
17653 manager doesn't automatically unmap overlays unnecessarily.
17654
6b8426a6
MH
176552002-04-10 Martin M. Hunt <hunt@redhat.com>
17656
17657 * gdb.base/ending-run.exp: Fix pattern for Mips targets
17658 stepping out of main.
17659
34af4875
MC
176602002-04-09 Michael Chastain <mec@shout.net>
17661
17662 * gdb.c++/local.cc (main): Move call to marker1() inside nested
17663 scope so that the nested scope tests will make sense.
17664 * gdb.c++/local.exp: Write patterns that actually work with gcc
17665 (the HP patterns "were never known to work with gcc").
17666 Keep the old aCC patterns too.
17667
2d1676a0
DJ
176682002-04-09 Daniel Jacobowitz <drow@mvista.com>
17669
17670 * gdb.base/attach.exp: Correct target board test.
17671
3a63e3f9
MC
176722002-04-08 Michael Chastain <mec@shout.net>
17673
17674 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
17675 in a const method. Add some xfail and fail cases for configurations
17676 that do not emit the "const ...".
17677
f18dabd2
MC
176782002-04-07 Michael Chastain <mec@shout.net>
17679
17680 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
17681 Accept "A * const" and "const A * const" as type of "this".
17682 Fix spelling of getFunky throughout. Make messages uniform.
17683
0fcddd82
EZ
176842002-04-07 Elena Zannoni <ezannoni@redhat.com>
17685
a9c64011 17686 Work around for PR gdb/285:
0fcddd82
EZ
17687 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
17688
16a8534a
EZ
176892002-04-07 Elena Zannoni <ezannoni@redhat.com>
17690
17691 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
17692 instructions file at run time instead of configure time.
17693 Sometimes we run the test in a directory that is not the one we
17694 configured in.
17695 * gdb.asm/configure.in: Delete creation of symlink.
17696 * gdb.asm/configure: Regenerate.
17697
24181d81
JB
176982002-04-05 J. Brobecker <brobecker@gnat.com>
17699
17700 * gdb.gdb/xfullpath.exp: New test, to exercise the new
17701 xfullpath () function.
17702
7cdb7107
DJ
177032002-04-04 Daniel Jacobowitz <drow@mvista.com>
17704
17705 * gdb.asm/Makefile.in: Correct dependencies.
17706
17707 * gdb.asm/powerpc.inc: New file.
17708 * gdb.asm/asm-source.exp: Add PowerPC.
17709 * gdb.asm/configure.in: Likewise.
17710 * gdb.asm/configure: Regenerated.
17711
a7d17088
DJ
177122002-04-04 Daniel Jacobowitz <drow@mvista.com>
17713
17714 * gdb.base/relocate.exp: New file.
17715 * gdb.base/relocate.c: New file.
17716
cd721503
FF
177172002-04-04 Fred Fish <fnf@redhat.com>
17718
17719 * gdb.base/step-test.exp: Update comment regarding stopping in
17720 memcpy/bcopy calls inserted as part of the compiler runtime.
17721
b22ad7a7
MS
177222002-04-04 Michael Snyder <msnyder@redhat.com>
17723
17724 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
17725
5f279fa6
DJ
177262002-04-03 Daniel Jacobowitz <drow@mvista.com>
17727
17728 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
17729 (gdb_expect): Remove $notransfer hack.
17730
dd0fd3ce
DJ
177312002-04-02 Daniel Jacobowitz <drow@mvista.com>
17732
17733 * gdb.c++/classes.exp ("calling method for small class"): Match
17734 updated register output.
17735
1e50cda1
DJ
177362002-03-30 Daniel Jacobowitz <drow@mvista.com>
17737
17738 Fix PR gdb/452
17739 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
17740 when finished. Make gdb_file_cmd send "exec-file" when
17741 appropriate.
17742
24015922
DJ
177432002-03-30 Daniel Jacobowitz <drow@mvista.com>
17744
17745 * gdb.base/attach.exp: Remove extra setup_xfail.
17746
dd7dfd64
MS
177472002-03-26 Michael Snyder <msnyder@redhat.com>
17748
17749 * gdb.base/default.exp: Add tests for dump, append, and restore.
17750 * gdb.base/help.exp: Add tests for dump, append, and restore.
17751 * gdb.base/dump.exp: New file, test dump, append and restore.
17752 * gdb.base/dump.c: New file.
17753
48b2f8d7
MS
177542002-03-27 Michael Snyder <msnyder@redhat.com>
17755
d63a86f8 17756 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
17757 clean-ups in help messages.
17758
05b4d525
FF
177592002-03-26 Fred Fish <fnf@redhat.com>
17760
17761 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
17762 have debugging info for those functions and the compiler uses them
17763 internally to copy structs around.
17764
d7679631
FF
177652002-03-26 Fred Fish <fnf@redhat.com>
17766
17767 * gdb.base/list.exp: Revert the change made yesterday and add note
17768 about why we don't list the default lines for remote targets.
17769
523ac3f9
MS
177702002-03-25 Michael Snyder <msnyder@redhat.com>
17771
17772 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
17773
754b2b8d
FF
177742002-03-25 Fred Fish <fnf@redhat.com>
17775
17776 * gdb.base/list.exp: This test works on remote targets so remove
17777 the short circuit for remote targets. Update copyright.
17778
33c3e192
FF
177792002-03-25 Fred Fish <fnf@redhat.com>
17780
17781 * gdb.base/attach.exp: Fix logic error that was suppressing this
17782 test for all non hppa*-*-hpux* targets, instead of the hp target.
17783 Move comments closer to the suppression point. Also now need to
17784 check that we are running natively.
17785
d43e73ee
MS
177862002-03-22 Michael Snyder <msnyder@redhat.com>
17787
882c8f02
MS
17788 * gdb.base/default.exp: Add test for gcore. Update copyright.
17789 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 17790
04c12f60
FF
177912002-03-06 Fred Fish <fnf@redhat.com>
17792
17793 * gdb.base/funcargs.c: Remove extraneous ';' character.
17794 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
17795
b43df995
MC
177962002-03-04 Michael Chastain <mec@shout.net>
17797
17798 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
17799 accommodate gcc v3 function signature.
17800 * gdb.mi/mi0-var-cmd-exp: Ditto.
17801
92362027
AC
178022002-02-24 Andrew Cagney <ac131313@redhat.com>
17803
17804 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
17805 ``GNU/Linux'' or ``Linux kernel''
17806 * testsuite/gdb.threads/pthreads.c: Ditto.
17807
258ad32d
MC
178082002-02-24 Michael Chastain <mec@shout.net>
17809
17810 * gdb.threads/pthreads.c (thread1): Add a return statement.
17811 (thread2): Likewise.
17812 (foo): Likewise.
17813
04c3b3d4
MC
178142002-02-23 Michael Chastain <mec@shout.net>
17815
17816 * gdb.threads/linux-dp.c (philosopher): Add a return statement
17817 to placate gcc.
17818
5a2a0a20
MC
178192002-02-23 Michael Chastain <mec@shout.net>
17820
17821 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
17822 test "ptype bint". The test passes on all my stabs configurations.
17823
a640f7fc
JB
178242002-02-21 Jim Blandy <jimb@redhat.com>
17825
27924826
JB
17826 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
17827 filename at a time, and watch for the ones we want to see.
17828
a640f7fc
JB
17829 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
17830 types of pointers to prototyped functions.
17831
edcc8c75
AC
178322002-02-20 Andrew Cagney <ac131313@redhat.com>
17833
17834 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
17835 signed, unsigned and straight char.
17836 (padding_char, padding_short, padding_int, padding_long,
17837 padding_long_long, padding_float, padding_double,
17838 padding_long_double): New global variables.
17839 (fill, fill_structs): New functions.
17840
17841 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
17842 for correctly sized writes. Update copyright.
17843 (get_valueof): New procedure.
17844 (get_sizeof): Call get_valueof.
17845 (check_valueof): New procedure.
17846 (check_padding): New procedure.
17847
ac57ea44
MC
178482002-02-20 Michael Chastain <mec@shout.net>
17849
17850 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
17851 to setup_xfail. Document some of the remaining calls.
17852
7a10c941
MC
178532002-02-18 Michael Chastain <mec@shout.net>
17854
17855 * gdb.c++/userdef.exp: Update copyright year.
17856
fb8acdcc
DJ
178572002-02-18 Daniel Jacobowitz <drow@mvista.com>
17858
17859 * gdb.c++/userdef.exp: Test overloaded operators properly.
17860 Remove xfails.
17861
fda6ae12
MS
178622002-02-14 Michael Snyder <msnyder@redhat.com>
17863
17864 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
17865
676a0442
DJ
178662002-02-14 Daniel Jacobowitz <drow@mvista.com>
17867
17868 * gdb.base/a2-run.exp: Check for a remote target properly.
17869 * gdb.base/annota1.exp: Likewise.
17870 * gdb.base/list.exp: Likewise.
17871 * gdb.base/reread.exp: Likewise.
17872 * gdb.base/scope.exp: Likewise.
17873 * gdb.base/shlib-call.exp: Likewise.
17874 * gdb.base/term.exp: Likewise.
17875 * gdb.c++/annota2.exp: Likewise.
17876
78b4f468
RE
178772002-02-13 Richard Earnshaw <rearnsha@arm.com>
17878
17879 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
17880
9a81ba51
MC
178812002-02-10 Michael Chastain <mec@shout.net>
17882
17883 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
17884 (call_after_alloca): Ditto.
17885
004af6c7
DJ
178862002-02-10 Daniel Jacobowitz <drow@mvista.com>
17887
17888 * gdb.base/ending-run.exp: Guard "cont" test with
17889 gdb_skip_stdio_test.
17890
37225f62
JB
178912002-02-06 Jim Blandy <jimb@redhat.com>
17892
17893 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
17894 from here...
17895 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
17896 To here. Disable this test on non-HP platforms. Add big comment.
17897
fe6fdd96
MS
178982002-02-04 Michael Snyder <msnyder@redhat.com>
17899
17900 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
17901 other than d10v and m32r.
17902
036fad3f
RE
179032002-02-02 Richard Earnshaw <rearnsha@arm.com>
17904
17905 * gdb.base/default.exp: Rewrite test patterns to reduce time
17906 taken to match them.
17907
7148ab62
DJ
179082002-01-30 Daniel Jacobowitz <drow@mvista.com>
17909
17910 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
17911 Allow a start function above main.
17912 * gdb.threads/linux-dp.exp: Fix copyright date.
17913
396cc255
DJ
179142002-01-30 Daniel Jacobowitz <drow@mvista.com>
17915
a9c64011
AS
17916 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
17917 (check_philosopher_stack): Check for manager thread before checking
17918 for a just-starting thread.
396cc255 17919
f038d31b
DJ
179202002-01-30 Daniel Jacobowitz <drow@mvista.com>
17921
17922 From Neil Booth <neil@daikokuya.demon.co.uk>:
17923 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
17924 warnings.
17925
b3ff9d9a
FF
179262002-01-21 Fred Fish <fnf@redhat.com>
17927
17928 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
17929 not caller.
17930
39ad761d
JB
179312002-01-21 Jim Blandy <jimb@redhat.com>
17932
17933 * gdb.base/reread.exp: Check that GDB properly re-reads the
17934 executable file when it changes while no inferior is running.
17935
aaf320fa
FF
179362002-01-21 Fred Fish <fnf@redhat.com>
17937
a9c64011
AS
17938 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
17939 optionally accept the "shlib events" variation.
aaf320fa 17940
808a31f5
JB
179412002-01-21 Jim Blandy <jimb@redhat.com>
17942
17943 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
17944 call `fflush' after every `printf', so that the output is produced
17945 at predictable points, regardless of whatever buffering does (or
17946 doesn't) take place.
17947 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
17948 at different points.
17949
4420d5e2
DJ
179502002-01-20 Daniel Jacobowitz <drow@mvista.com>
17951
17952 * gdb.c++/inherit.exp: Update copyright years.
17953 * gdb.c++/method.exp: Likewise.
17954
3e36a0f4
DJ
179552002-01-20 Daniel Jacobowitz <drow@mvista.com>
17956
17957 * gdb.c++/classes.exp: Update for improved v3 support and skipping
17958 artificial methods/arguments.
17959 * gdb.c++/derivation.exp: Likewise.
17960 * gdb.c++/inherit.exp: Likewise.
17961 * gdb.c++/method.exp: Likewise.
17962 * gdb.c++/virtfunc.exp: Likewise.
17963
b4ceaee6
AC
179642002-01-18 Andrew Cagney <ac131313@redhat.com>
17965
17966 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
17967 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
17968 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
17969 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
17970 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
17971 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
17972
ecace851
JB
179732002-01-17 Jim Blandy <jimb@redhat.com>
17974
17975 * gdb.asm/asm-source.exp (info symbol): Take another shot at
17976 anchoring the pattern matching the entry point symbol's name.
17977
375fc983
AC
179782002-01-17 Andrew Cagney <ac131313@redhat.com>
17979
17980 * gdb.base/maint.exp: Update ``maint internal-error'' to match
17981 continue/quit query. Update copyright.
17982
fe6fdd96
MS
179832002-01-14 Michael Snyder <msnyder@redhat.com>
17984
17985 * gdb.base/gcore.exp: Remove extra debugging output.
17986
e017c81f
DJ
179872002-01-13 Daniel Jacobowitz <drow@mvista.com>
17988
17989 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
17990 for slightly dubious v2 mangled string.
17991
37ab3bf8
DJ
179922002-01-13 Daniel Jacobowitz <drow@mvista.com>
17993
17994 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
17995
1bc05c3a 179962002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 17997
1bc05c3a 17998 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 17999
1bc05c3a
JM
18000 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
18001 constructors.
18002 * gdb.c++/derivation.exp: Likewise.
18003 * gdb.c++/templates.exp: Likewise.
18004 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 18005
1bc05c3a
JM
180062002-01-10 Michael Snyder <msnyder@redhat.com>
18007
18008 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 18009
a911c360
MS
180102002-01-08 Michael Snyder <msnyder@redhat.com>
18011
18012 * gdb.base/gcore.exp: New test for generate-core-file command.
18013 * gdb.base/gcore.c: Testcase for above.
18014 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
18015
ea2119ec
JM
180162002-01-08 Jason Merrill <jason@redhat.com>
18017
18018 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
18019
68203136
FF
180202002-01-07 Fred Fish <fnf@redhat.com>
18021
18022 * gdb.c++/overload.exp: Remove unconditional xfails for:
18023 print foo_instance1.overloadargs(1)
18024 print foo_instance1.overloadargs(1, 2)
18025 print foo_instance1.overloadargs(1, 2, 3)
18026 print foo_instance1.overloadargs(1, 2, 3, 4)
18027 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
18028 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
18029 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
18030 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
18031 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
18032 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
18033 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
18034 print foo_instance1.overload1arg()
18035 print foo_instance1.overload1arg((char)arg2)
18036 print foo_instance1.overload1arg((signed char)arg3)
18037 print foo_instance1.overload1arg((unsigned char)arg4)
18038 print foo_instance1.overload1arg((int)arg7)
18039 print foo_instance1.overload1arg((unsigned int)arg8)
18040 print foo_instance1.overload1arg((float)arg11)
18041 print foo_instance1.overload1arg((double)arg12)
d63a86f8 18042
21b9b5b1
MS
180432002-01-07 Michael Snyder <msnyder@redhat.com>
18044
18045 * gdb.base/huge.exp: New test. Print a very large target data object.
18046 (skip_huge_test): New test variable. Define if you want to skip this
18047 test. The test reads an 8 megabyte data object from the target, so it
18048 might be very time consuming on remote targets with a slow connection.
18049 * gdb.base/huge.c: New file. Test case for above.
18050
725f922e
FF
180512002-01-07 Fred Fish <fnf@redhat.com>
18052
18053 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
18054 g_instance.bfoo, and g_instance.cfoo.
18055
889bf7c5 180562002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 18057
889bf7c5
PA
18058 * gdb.base/break.c (multi_line_if_conditional): New function.
18059 (multi_ilne_while_conditional): Likewise.
18060 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
18061 IF or WHILE condition puts the breakpoint at the start of
18062 the condition.
f286b2c3 18063
634d57ec
JL
18064 * gdb.base/selftest.exp (backtrace through signal handler): Remove
18065 hppa*-*-hpux* expected failure.
18066 * gdb.base/structs.exp (do_function_calls): Similarly.
18067
18068 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
18069 watchpoints.
18070
9fbfe2dc
AC
180712002-01-06 Andrew Cagney <ac131313@redhat.com>
18072
18073 Fix PR gdb/66.
18074 * gdb.base/structs.exp: Replace skip for a29k with skip for
18075 gdb,cannot_call_functions.
18076 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
18077 * gdb.base/callfuncs.exp: Ditto.
18078 * gdb.base/call-rt-st.exp: Ditto.
18079 * gdb.base/call-strs.exp: Ditto.
18080 * gdb.base/callfwmall.exp: Ditto.
18081 * gdb.base/scope.exp: Obsolete xfail a29k.
18082 * gdb.c++/misc.exp: Ditto.
18083 * gdb.c++/cplusfuncs.exp: Ditto.
18084 * gdb.base/ptype.exp: Ditto.
18085 * gdb.base/printcmds.exp: Ditto.
18086 * gdb.base/opaque.exp: Ditto.
18087 * gdb.base/list.exp: Ditto.
18088 * gdb.base/funcargs.exp: Ditto.
18089 * gdb.base/default.exp: Ditto.
18090
8ddad156
MS
180912002-01-04 Michael Snyder <msnyder@redhat.com>
18092
ca4976a6 18093 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
18094 * gdb.base/maint.exp: Add tests for maint info sections options.
18095
1b074332
JL
18096Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
18097
18098 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
18099
7d159115
CV
181002001-12-20 Corinna Vinschen <vinschen@redhat.com>
18101
18102 * gdb.asm/arm.inc: New file.
18103 * gdb.asm/asm-source.exp: Add arm targets.
18104 * gdb.asm/configure.in: Ditto.
18105 * gdb.asm/configure: Recreated from configure.in.
18106
8fb87725
JL
18107Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
18108
afabe08c
JL
18109 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
18110 with HP's compiler.
18111 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18112 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18113 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18114 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18115
18116 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
18117 either HP's compilers or GCC.
18118
db521deb
JL
18119 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
18120 a SIGBUS or SIGSEGV.
18121
18122 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
18123
18124 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
18125 can be compiled with either HP's compiler or GCC.
18126
cfa88ab7
JL
18127 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
18128 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
18129 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
18130
ca344dff
JL
18131 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
18132 to match current gdb output. Update due to using auto-solib-limit
18133 for limiting instead of overloading auto-solib-add.
18134 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
18135 test program.
18136
3f3c6e55 18137 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
18138 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
18139 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18140 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18141 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18142 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18143 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
18144 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
18145 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
18146 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
18147 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
18148 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
18149 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 18150
8fb87725
JL
18151 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
18152 a SIGTRAP to the inferior.
18153
cf599fa7
CV
181542001-12-19 Corinna Vinschen <vinschen@redhat.com>
18155
18156 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
18157 Substitute call to target_link by call to gdb_compile.
18158
2cd045cd
JL
18159Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
18160
a9c64011
AS
18161 * gdb.base/break.exp: Fix HP specific search string when testing
18162 backtracing in a called function.
2cd045cd 18163
a9c64011
AS
18164 * gdb.base/constvars.exp: Only set lang to C++ if we're
18165 compiling the test with HP's compilers.
18166 * gdb.base/volatile.exp: Similarly.
2cd045cd 18167
99ebe9ac
JB
181682001-12-19 Jim Blandy <jimb@redhat.com>
18169
18170 * gdb.base/printcmds.exp: Expect the null character to be printed
18171 as '\0', and the '\013' to be printed as '\v'.
18172 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
18173 * gdb.base/setvar.exp: Same.
18174
b9891b29
JB
181752001-12-17 Jim Blandy <jimb@redhat.com>
18176
0eba65ab
JB
18177 * gdb.base/completion.exp: Rather than completing very long
18178 filenames, which can make the readline library produce output we
18179 don't recognize, cd to the directory first, and then complete
18180 using nice, short relative paths.
18181
6970b5b1
JB
18182 * gdb.base/completion.exp: On some systems, there is, in fact, a
18183 variable named `b' in scope, since GDB treats all static
a9c64011
AS
18184 variables as being in scope. So use `no_var_named_this'
18185 instead of `b'.
6970b5b1 18186
b9891b29 18187 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 18188 can't find the core file's registers as a failure.
b9891b29 18189
e6ccd35f
JSC
181902001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
18191
a9c64011
AS
18192 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
18193 test expect string more specific.
e6ccd35f 18194
105ba819
CV
181952001-12-13 Corinna Vinschen <vinschen@redhat.com>
18196
18197 * gdb.asm/asm-source.exp: Add support for xstormy16.
18198 * gdb.asm/configure.in: Ditto.
18199 * gdb.asm/configure: Rebuild.
18200 * gdb.asm/xstormy16.inc: New file.
18201
e9e79dd9
FF
182022001-12-10 Fred Fish <fnf@redhat.com>
18203
18204 * gdb.base/maint.exp: Update to match changes in type dumping code.
18205
347dc97d
JB
182062001-12-10 Jim Blandy <jimb@redhat.com>
18207
18208 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
18209 matching the entry point symbol's name at the beginning of the
18210 line.
347dc97d 18211
5178b9d6
DJ
182122001-12-07 Daniel Jacobowitz <drow@mvista.com>
18213
18214 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
18215 gdb.c++/inherit.exp, gdb.c++/method.exp,
18216 gdb.c++/namespace.exp, gdb.c++/templates.exp,
18217 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
18218 and class layout support.
18219
af890c52
DJ
182202001-12-07 Daniel Jacobowitz <drow@mvista.com>
18221
18222 * gdb.c++/classes.exp: Add test for static member function.
18223 * gdb.c++/misc.cc: Add class with static member function.
18224
7a345fb3
JB
182252001-12-07 Jim Blandy <jimb@redhat.com>
18226
f2e54a80 18227 If GDB says it can't find the struct the function returned, report
8032bf31
JB
18228 those tests as `unsupported'.
18229 * gdb.base/call-rt-st.exp (print_struct_call): New function.
18230 Rewrite subsequent tests to use it.
18231
18232 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
18233 those tests as `unsupported'.
18234 * gdb.base/structs.exp (call_struct_func): New function.
18235 (do_function_calls): Use call_struct_func to call the functions
18236 returning structs.
18237
0bc69509
JB
18238 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
18239 whether functions are prototyped or not, so we can't possibly pass
18240 arguments to t_float_values2 properly.
18241
7a345fb3
JB
18242 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
18243 value of `timeout' for targets other than the mips*tx39-*.
18244
edb6ede1
MS
182452001-12-06 Michael Snyder <msnyder@redhat.com>
18246
d63a86f8 18247 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
18248 and detect whether the start symbol has a leading underscore.
18249
2d842f13
JB
182502001-12-04 Jim Blandy <jimb@redhat.com>
18251
18252 * gdb.base/completion.exp: Clarify indentation.
18253
68550daf
JB
182542001-12-03 Jim Blandy <jimb@redhat.com>
18255
18256 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
18257 variables on the S/390, not `.word'.
18258
cd5195a8
JB
182592001-11-30 Jim Blandy <jimb@redhat.com>
18260
18261 Add assembly-source tests for s390-ibm-linux.
18262 * gdb.asm/s390.inc: New file.
18263 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
18264 the S/390 architecture.
a9c64011 18265 * gdb.asm/configure: Regenerated.
cd5195a8 18266
ca9efc90
MS
182672001-11-30 Michael Snyder <msnyder@redhat.com>
18268
18269 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
18270 next, info source, info sources, info line, global and static
18271 variables, and static functions.
18272 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
18273 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
18274 * gdb.asm/asmsrc1.s: Add a static function and some variables.
18275 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
18276 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
18277 (gdbasm_leave): Restore frame pointer.
18278 (gdbasm_startup): Copy stack set-up from crt0.S.
18279
d0e66976
FN
182802001-11-26 Fernando Nasser <fnasser@redhat.com>
18281
18282 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
18283 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
18284 to a local (non-static) variable. Copy tstruct.a to a static buffer
18285 and return a pointer to that buffer.
18286 * gdb.base/callfwmall.c (t_structs_a): Ditto.
18287
e2334072
MK
182882001-11-24 Mark Kettenis <kettenis@gnu.org>
18289
18290 * gdb.asm/configure.in: Fix recognition of ix86 target.
18291 * gdb.asm/configure: Regenerate.
18292
756caa3d
MS
182932001-11-21 Michael Snyder <msnyder@redhat.com>
18294
18295 * gdb.asm/sparc.inc: New file.
18296 * gdb.asm/asm-source.exp: Recognize sparc target.
18297 * gdb.asm/configure.in: Recognize sparc target.
18298 * gdb.asm/configure: Regenerate.
d63a86f8 18299
9a4d72d5
MS
183002001-11-21 Michael Snyder <msnyder@redhat.com>
18301
18302 * gdb.asm/m32r.inc: New file.
18303 * gdb.asm/asm-source.exp: Recognize m32r target.
18304 * gdb.asm/configure.in: Recognize m32r target.
18305 * gdb.asm/configure: Regenerate.
18306
a773d1cd
MS
183072001-11-20 Michael Snyder <msnyder@redhat.com>
18308
017ac23d
MS
18309 * gdb.asm/i386.inc: New file.
18310 * gdb.asm/asm-source.exp: Recognize ix86 target.
18311 * gdb.asm/configure.in: Recognize ix86 target.
18312 * gdb.asm/configure: Regenerate.
18313
a773d1cd
MS
18314 * gdb.c++/namespace.exp: Fix quotes in output messages.
18315
bb632afb
MS
183162001-11-14 Michael Snyder <msnyder@redhat.com>
18317
25d559ca 18318 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
18319 qualifier in a type cast expression, to designate an address
18320 in the instruction space (Harvard architecture).
18321
4749e309
MS
183222001-11-13 Michael Snyder <msnyder@redhat.com>
18323
18324 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
18325 Tests for expressions using 'const' and 'volatile'.
18326
25050984
CV
183272001-11-13 Corinna Vinschen <vinschen@redhat.com>
18328
18329 * gdb.asm/asm-sources.exp: Allow defining linker flags.
18330
1902c51f
DJ
183312001-11-12 Daniel Jacobowitz <drow@mvista.com>
18332
18333 * lib/mi-support.exp (mi_run_to_helper): Move comments
18334 outside of gdb_expect.
18335
dcf95b47
DJ
183362001-11-11 Daniel Jacobowitz <drow@mvista.com>
18337
18338 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
18339 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
18340 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
18341 mi0_run_to): New functions.
18342 * gdb.mi/mi-simplerun.exp: Use them.
18343 * gdb.mi/mi0-simplerun.exp: Likewise.
18344 * gdb.mi/mi-var-cmd.exp: Likewise.
18345 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 18346
45b074e1
AC
183472001-11-10 Andrew Cagney <ac131313@redhat.com>
18348
18349 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
18350 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
18351
bf50d346
AC
183522001-11-09 Andrew Cagney <ac131313@redhat.com>
18353
18354 * gdb.base/restore.exp: Include $expected value in restored test
18355 message.
18356
9383332c
AC
183572001-11-09 Andrew Cagney <ac131313@redhat.com>
18358
18359 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
18360 implemented.
18361
db62520a
MS
183622001-11-08 Michael Snyder <msnyder@redhat.com>
18363
18364 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
18365 Add pass/fail message for stop at breakpoint in call dummy function.
18366
b5703437
MS
183672001-11-07 Michael Snyder <msnyder@redhat.com>
18368
d63a86f8
RM
18369 * gdb.c++/templates.exp (test_template_breakpoints):
18370 If we get an overload menu, but it does not match what
760f6330 18371 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
18372 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
18373 making the whitespace optional. Argument for "new" may be
18374 "unsigned" as well as "unsigned int/long".
d63a86f8 18375 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
18376 making the whitespace optional. Also replace "(void) with
18377 "((void|)), making the keyword "void" optional.
d63a86f8 18378 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
18379 making the whitespace optional. Also replace "(void) with
18380 "((void|)), making the keyword "void" optional.
3bf40917
MS
18381 * gdb.base/callfuncs.c (t_float_values): This function must
18382 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 18383 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
18384 can be tested against both cases. Usually one case involves
18385 promotion of float to double, while the other does not.
18386 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
18387 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
18388 includes a stack frame for "start".
18389
c8ab4e6d
JB
183902001-11-05 Jim Blandy <jimb@redhat.com>
18391
18392 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
18393 pointers are 32 bits long, and that offsets of relocs are always
18394 stored in the data (REL-style), and not in the reloc entry itself
18395 (RELA-style).
18396 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
18397 stabs.
18398
3f08ced9
MS
183992001-11-01 Michael Snyder <msnyder@redhat.com>
18400
18401 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
18402 and regular expression operators by using quoting.
18403
cbfa24cd
MS
184042001-10-31 Michael Snyder <msnyder@redhat.com>
18405
18406 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
18407 depending on what the symbol table contains.
18408 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
18409 the output of the ptype command. Similarly, accept both "const &"
18410 and "const&".
18411
aaa68313
CV
184122001-10-31 Corinna Vinschen <vinschen@redhat.com>
18413
18414 * gdb.base/miscexprs.c (main): Add usage of preprocessor
18415 symbol `STORAGE' to allow to choose the storage class of
18416 the local datastructures.
18417 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
18418 compiler directive.
18419
91740388
MS
184202001-10-30 Michael Snyder <msnyder@redhat.com>
18421
18422 * gdb.base/jump.exp: Allow it to run for all targets.
18423
1b7c05e7
CV
184242001-10-29 Corinna Vinschen <vinschen@redhat.com>
18425
18426 * gdb.base/call-ar-st.c (print_double_array): Match for loop
18427 with new double_array size.
18428 (main): Change storage class of all local variables to static.
18429 Reduce size of double_array to 9.
18430 * gdb.base/call-ar-st.exp: Increase timeout value.
18431 Change expected output for double array to match new size in
18432 call-ar-st.c.
18433
36a22261
CV
184342001-10-29 Corinna Vinschen <vinschen@redhat.com>
18435
18436 * gdb.base/ending-run.exp: Create identical output when passing
18437 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 18438 Stormy16 target.
36a22261 18439
92b8ae91
MK
184402001-10-28 Mark Kettenis <kettenis@gnu.org>
18441
18442 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
18443 that we catch the expected failure under Linux/x86.
18444
cb135b83
OF
184452001-10-29 Orjan Friberg <orjanf@axis.com>
18446
18447 * gdb.base/setvar.exp: Escape curly braces.
18448 * gdb.stabs/weird.exp: Ditto.
18449
6884aa54
DJ
184502001-10-27 Daniel Jacobowitz <drow@mvista.com>
18451
18452 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
18453 * gdm.mi/mi0-hack-cli.exp: Likewise.
18454
0398c9aa
AC
184552001-10-25 Andrew Cagney <ac131313@redhat.com>
18456
18457 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
18458 messages.
18459
d20bf2e8
AC
184602001-10-21 Andrew Cagney <ac131313@redhat.com>
18461
18462 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
18463 checking MI enabled.
18464
03dd63aa
CV
184652001-10-09 Corinna Vinschen <vinschen@redhat.com>
18466
18467 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
18468
1d9d99f3
FCE
184692001-10-04 Frank Ch. Eigler <fche@redhat.com>
18470
18471 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
18472 if gdb child process crashes, just signal an error.
18473
838ae6c4
JB
184742001-10-02 Jim Blandy <jimb@redhat.com>
18475
18476 * lib/gdb.exp (test_xfail_format): Simplify.
18477
18478 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
18479 front of the variable name `format'. Simplify `if'.
18480
8f0cbc1c
DJ
184812001-10-01 Daniel Jacobowitz <drow@mvista.com>
18482
18483 * gdb.threads/pthreads.exp: Wait for output and delay
18484 before sending ^C.
18485
1f08dafd
DJ
184862001-10-01 Daniel Jacobowitz <drow@mvista.com>
18487
18488 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
18489 some incorrect output instead of timing out.
18490 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
18491
674f90ff
CV
184922001-09-28 Corinna Vinschen <vinschen@redhat.com>
18493
18494 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
18495 check to allow additional `int'.
18496
9b284272
DJ
184972001-09-27 Daniel Jacobowitz <drow@mvista.com>
18498
18499 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
18500 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
18501
b55a4771
MS
185022001-09-27 Michael Snyder <msnyder@redhat.com>
18503
18504 * lib/gdb.exp (test_debug_format): New proc.
18505 (setup_xfail_format): Use new proc test_debug_format.
18506 * gdb.base/constvars.exp (local_compiler_xfail_check): New
18507 proc; use new service proc test_debug_format.
18508 Replace all other "gcc_compiled" tests with this test.
18509 * gdb.base/volatile.exp (local_compiler_xfail_check): New
18510 proc; use new service proc test_debug_format.
18511 Replace all other "gcc_compiled" tests with this test.
18512
185132001-09-27 Michael Snyder <msnyder@redhat.com>
18514
18515 * gdb.base/cvexpr.exp: New file.
18516 * gdb.base/cvexpr.c: New file
18517 Test for expressions using const and volatile keywords.
18518
4e6667ac
CV
185192001-09-26 Corinna Vinschen <vinschen@redhat.com>
18520
18521 * gdb.base/constvars.exp: Check for different orders of keywords
18522 and additional "int" strings in output.
18523
4f337972
AC
185242001-09-22 Andrew Cagney <ac131313@redhat.com>
18525
18526 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
18527 responses from "help maint".
18528
2015650d
FCE
185292001-09-19 Frank Ch. Eigler <fche@redhat.com>
18530
18531 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
18532 to localhost:NNN instead of :NNN, in case Xvfb is listening
18533 only on TCP.
18534
f3bcedc1
CV
185352001-09-19 Corinna Vinschen <vinschen@redhat.com>
18536
18537 * gdb.base/recurse.exp: When checking leaving the watchpoint
18538 scope, recognize when gdb is in function's epilogue and pass.
18539
6b819c92
KS
185402001-09-18 Keith Seitz <keiths@redhat.com>
18541
18542 * lib/insight-support.exp (_gdbtk_export_target_info): Add
18543 support for running tests against sid targets.
18544 (gdbtk_done): Ditto.
18545
a10c9419
CV
185462001-09-18 Corinna Vinschen <vinschen@redhat.com>
18547
18548 * gdb.base/ending-run.c (main): Set stdout buffersize
18549 to the same reasonable value for any target.
18550 * gdb.base/ending-run.exp: Add a regular expression
18551 to make testsuite happy on Sanyo Stormy16 target.
18552
739d0d99
CV
185532001-09-17 Corinna Vinschen <vinschen@redhat.com>
18554
18555 * gdb.base/display.c (do_loops): Add float variable `f'.
18556 Increment f in loop.
18557 * gdb.base/display.exp: Increment timeout by 60 seconds.
18558 Change float display test to use variable `f'.
18559
1b8947f0
JB
185602001-09-17 Jim Blandy <jimb@redhat.com>
18561
18562 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
18563 overflowing the limited breakpoint tables on some ROM monitors
18564 (like the ROM68K).
18565
9890ac81
FCE
185662001-09-15 Frank Ch. Eigler <fche@redhat.com>
18567
18568 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
18569 the "-ac" (disable access control) flag.
18570
6db765ea
JH
185712001-08-30 Jeff Holcomb <jeffh@redhat.com>
18572
18573 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
18574 ints.
18575
4c32cc04
KS
185762001-08-30 Keith Seitz <keiths@redhat.com>
18577
18578 * lib/gdb.exp: Move all insight-related functionality into
18579 separate file.
18580 * lib/insight-support.exp: New file.
18581
8d6e6f81
FCE
185822001-08-29 Frank Ch. Eigler <fche@redhat.com>
18583
18584 * config/sid.exp (sid_start): Never set sid verbosity; disable
18585 expect_background {} that consumed its stdout; tolerate </dev/null.
18586 Attempt to set endianness override in "sid" protocol mode. Cleanup.
18587
6a90e1d0
AC
185882001-08-18 Andrew Cagney <ac131313@redhat.com>
18589
18590 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
18591 CLI jump command to start it.
18592 (mi_run_to_main): Fail immediatly when unexpected output.
18593
1759b3c3
AC
185942001-08-18 Andrew Cagney <ac131313@redhat.com>
18595
18596 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
18597 beginning of function. Fix PR gdb/191.
18598
61d11d80
FCE
185992001-08-16 Frank Ch. Eigler <fche@redhat.com>
18600
18601 * config/sid.exp (sid_start): Don't warn if we cannot figure out
18602 what to force sid endianness to.
18603
942a4df2
KS
186042001-08-15 Keith Seitz <keiths@redhat.com>
18605
18606 * lib/gdb.exp (gdbtk_start): Don't set environment
18607 variables for TCL_LIBRARY and friends. Insight will
18608 now figure these out for itself.
18609
0521c418
MS
186102001-08-02 Michael Snyder <msnyder@redhat.com>
18611
18612 * gdb.base/completion.exp: Remove the symbol "a64l" from
18613 the expect string; this is target-specific, and not related
18614 to what is being tested.
18615
74a9a58a
DB
186162001-08-02 Dave Brolley <brolley@redhat.com>
18617
18618 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
18619
c70819fa
MS
186202001-07-25 Michael Snyder <msnyder@redhat.com>
18621
c2b8fa57
MS
18622 * gdb.base/consecutive.exp: New file. Test stepping over
18623 breakpoints on consecutive instructions.
18624 * gdb.base/consecutive.c: New file.
18625
c70819fa
MS
18626 * gdb.base/call-rt-st.exp: Use double-backslash to quote
18627 curly braces in regular expressions.
18628
2b1a1355
MS
186292001-07-25 Michael Snyder <msnyder@redhat.com>
18630
18631 * gdb.base/ending-run.exp: Accept "Program exited normally" as
18632 legitimate output from stepping out of main.
18633
413eca6f
KS
186342001-07-22 Keith Seitz <keiths@redhat.com>
18635
18636 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
18637 the empty string, do not run the tests.
18638
7e5a9322
SC
186392001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18640
18641 * gdb.base/long_long.exp: Detect size of pointer. Take into
18642 account 2-byte pointers when testing for p/a results.
18643
de58f10f
SC
186442001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18645
d63a86f8 18646 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
18647 and defined to 1K for m68hc11.
18648 (random_data): Reduce table to 1K for embedded platforms (68hc11).
18649 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
18650 (sizeof_random_data): New variable to tell the size of the data table;
18651 don't test past this size; always run to main.
18652
d6f5fea1
SC
186532001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18654
18655 * gdb.base/return2.exp: return of long long and double fails for
18656 68HC11; don't execute these tests on that platform.
18657 * gdb.base/return.exp: Return of a double fails for 68hc11.
18658
c477543d
SC
186592001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
18660
18661 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
18662 tests that print a float.
18663 * call-rt-st.exp: Likewise.
18664
63cf1c79
MK
186652001-07-12 Mark Kettenis <kettenis@gnu.org>
18666
18667 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
18668 running this test on Linux.
18669
112f9ab5
MC
186702001-06-24 Michael Chastain <chastain@redhat.com>
18671
18672 * gdb.base/arithmet.exp: Remove some tests to make all test names
18673 unique.
18674
4970cb0f
MS
186752001-07-03 Michael Snyder <msnyder@redhat.com>
18676
18677 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
18678 the output of the ptype command.
18679
d85da69f
MS
186802001-07-02 Michael Snyder <msnyder@redhat.com>
18681
4c8a82de
MS
18682 * gdb.base/completion.exp: Don't assume that break.c is the only
18683 source file that may contain functions named "marker".
d85da69f
MS
18684 * gdb.base/corefile.exp: Quote the curly braces in regexp.
18685
8afc772b
AC
186862001-06-28 Andrew Cagney <ac131313@redhat.com>
18687
18688 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
18689 of files to delete.
18690
18691 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
18692 * gdb.disasm/h8300s.exp: New file.
18693 gdb.disasm/h8300s.s: Likewise.
18694
cff22675
AC
186952001-06-27 Andrew Cagney <ac131313@redhat.com>
18696
18697 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
18698 empty breakpoint tables.
18699
68c81b54
AC
187002001-06-25 Andrew Cagney <ac131313@redhat.com>
18701
18702 * lib/mi-support.exp: Update args=... part of stop-reason
18703 patterns. Accept either a list or a tuple.
18704
2dd62704
AC
187052001-06-23 Andrew Cagney <ac131313@redhat.com>
18706
18707 * lib/mi-support.exp: Remove local emacs variable defining
18708 change-log-default-name.
18709
b4127474
MC
187102001-06-22 Michael Chastain <chastain@redhat.com>
18711
18712 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
18713 This is operationally compatible with the previous version.
18714
8dbfb380
JB
187152001-06-13 Jim Blandy <jimb@redhat.com>
18716
18717 * lib/gdb.exp (gdb_test): Doc fix.
18718
f2d8c86d
MC
187192001-06-10 Michael Chastain <chastain@redhat.com>
18720
18721 * gdb.base/exprs.exp: Remove a duplicate test.
18722
81564d34
JB
187232001-06-06 Jim Blandy <jimb@redhat.com>
18724
18725 * gdb.base/return2.exp (main): Use values to test float and double
18726 returns that are not NaN's, to avoid being confused by IEEE
18727 comparison rules.
18728
da55addb
MS
187292001-06-04 Michael Snyder <msnyder@redhat.com>
18730
18731 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 18732 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
18733 rather than wait for 12 more tests to time out.
18734
42c65987
JB
187352001-06-06 Jim Blandy <jimb@redhat.com>
18736
b18bced9 18737 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 18738 Don't forget to match the GDB prompt.
b18bced9 18739
42c65987
JB
18740 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
18741
5b41e5f0
JB
187422001-06-04 Jim Blandy <jimb@redhat.com>
18743
18744 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
18745 command.
18746
015e046f
KB
187472001-05-31 Kevin Buettner <kevinb@redhat.com>
18748
18749 * gdb.base/annota1.exp (info break): Match four or more spaces
18750 after "Address".
18751
fb1ffbbe
MC
187522001-05-31 Michael Chastain <chastain@redhat.com>
18753
18754 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
18755 (dm_type_int_star): Likewise.
18756 (dm_type_long_star): Likewise.
18757 (dm_type_void_star): Likewise.
18758
5ea2a32c
KB
187592001-05-29 Kevin Buettner <kevinb@redhat.com>
18760
18761 * gdb.base/completion.exp (INPUTRC): Set this environment variable
18762 to a known value in order to get consistent results regardless
18763 of the setting of INPUTRC or the presence or contents of .inputrc.
18764
ae23c492
MS
187652001-05-24 Michael Snyder <msnyder@redhat.com>
18766
ac55707e
MS
18767 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
18768 Don't require that the main thread and the manager thread are the
18769 first in the list.
18770
ae23c492
MS
18771 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
18772 debugging. If test fails, issue an "unsupported" not a "fail".
18773
400071f1
JB
187742001-05-24 Jim Blandy <jimb@redhat.com>
18775
18776 Don't assume that short is shorter than int.
18777 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
18778 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 18779 this isn't true.
400071f1
JB
18780 ("print unsigned char == (~0)"): Add test that verifies that ~0,
18781 an int, is not equal to ~0 stored in an unsigned char. This tests
18782 the same thing that the previous test meant to, but works on
18783 16-bit machines, too.
18784 ("print unsigned char != (~0)"): Same test, complemented.
18785
0816a3e5
MS
187862001-05-24 Michael Snyder <msnyder@redhat.com>
18787
18788 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 18789 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
18790 and prevents dejagnu getting out of step.
18791
f6dc23a9
KB
187922001-05-23 Kevin Buettner <kevinb@redhat.com>
18793
18794 * gdb.base/finish.exp (finish_void): Revise pattern for
18795 stopping on the call statement to not permit stopping at
18796 the start of the instructions comprising the call sequence.
18797
7dbd117d
MC
187982001-05-19 Michael Chastain <chastain@redhat.com>
18799
18800 * gdb.base/callfuncs.exp: Make all test names unique.
18801 * gdb.base/commands.exp: Make all test names unique.
18802 * gdb.base/condbreak.exp: Make all test names unique.
18803 * gdb.base/dbx.exp: Make all test names unique.
18804 * gdb.base/default.exp: Make all test names unique.
18805 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
18806 and TIMEOUT messages to their corresponding PASS message.
18807 * gdb.base/ending-run.exp: Make all test names unique.
18808 * gdb.base/long_long.exp: Remove duplicate test.
18809
6b0b0a9e
KB
188102001-05-21 Kevin Buettner <kevinb@redhat.com>
18811
18812 * gdb.base/finish.exp (finish_void): Allow "finish" command to
18813 stop on the call statement as well as the statement after the
18814 call.
18815
2caa35cb
MS
188162001-05-21 Michael Snyder <msnyder@redhat.com>
18817
18818 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
18819
40713331
EZ
188202001-05-10 Elena Zannoni <ezannoni@redhat.com>
18821
a9c64011
AS
18822 * gdb.base/completion.exp: Revamp test. Make it execute on all
18823 platforms.
40713331 18824
c2c1be8d
EZ
188252001-05-10 Elena Zannoni <ezannoni@redhat.com>
18826
a9c64011
AS
18827 * config/gdbserver.exp (gdb_load): Handle the case
18828 in which the arguments to gdbserver are given in the
18829 baseboard configuration file.
18830 Also handle the case in which the server needs to do a
18831 load.
2c9cd303 18832
9671de48
KS
188332001-05-07 Keith Seitz <keiths@cygnus.com>
18834
a9c64011
AS
18835 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
18836 set up the display for testing.
18837 (gdbtk_start): Convert all paths to paths that tcl will like.
18838 Export target information to environment.
18839 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
18840 necessary.
18841 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
18842 (to_tcl_path): New proc to convert a given pathname into
18843 a path acceptible as an argument to a tcl command.
18844 (_gdbtk_export_target_info): New proc to export target info
18845 into the environment for gdbtk testing.
18846 (gdbtk_done): New proc to signal end-of-test.
9671de48 18847
5a360f47
JB
188482001-05-06 Jim Blandy <jimb@redhat.com>
18849
18850 * restore.c: Make the code of caller0 correspond to its comment.
18851
66c756c6
MS
188522001-05-03 Michael Snyder <msnyder@redhat.com>
18853
18854 * config/sid.exp (gdb_target_sid): Check for error messages.
18855 On error or timeout, don't make expect exit (which will terminate
18856 all subsequent tests); instead just make gdb exit.
d63a86f8 18857 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
18858 return a negative value.
18859
a966fde5
JB
188602001-04-24 Jim Blandy <jimb@redhat.com>
18861
851c18e0
JB
18862 * gdb.c++/templates.exp: If we see the prompt for the overload
18863 list, but we haven't recognized any of the longer patterns,
18864 arrange for this test to fail, not hang.
18865
a966fde5
JB
18866 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
18867 variations.
18868
db144853
MC
188692001-04-22 Michael Chastain <chastain@redhat.com>
18870
18871 * gdb.c++/local.exp: Use the 'runto' library function.
18872 * gdb.c++/namespace.exp: Likewise.
18873 * gdb.c++/overload.exp: Likewise.
18874
3207ec21
KB
188752001-03-26 Kevin Buettner <kevinb@redhat.com>
18876
18877 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
18878 * gdb.base/step-line.exp: New file. Test step/next in presence of
18879 #line directives.
18880 * gdb.base/step-line.c: New file. Test program for the above.
18881 * gdb.base/step-line.inp: New file. We pretend that this file has
18882 been transformed by some other tool into step-line.c.
18883
13b57657
JB
188842001-03-21 Jim Blandy <jimb@redhat.com>
18885
18886 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
18887 unmangled operator names.
18888
754cbe1c
JB
188892001-03-20 Jim Blandy <jimb@redhat.com>
18890
18891 * gdb.threads/linux-dp.exp: Recognize an additional message
18892 generated by GDB when it doesn't understand how to debug threads
18893 on the target system.
18894
177495c9
AC
188952001-03-19 Andrew Cagney <ac131313@redhat.com>
18896
18897 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
18898
f266096b
MC
188992001-03-12 Michael Chastain <chastain@redhat.com>
18900
18901 * gdb.c++/derivation.exp: Use the 'runto' library function.
18902
cac3c2ff
MC
189032001-03-12 Michael Chastain <chastain@redhat.com>
18904
18905 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
18906
b6c11a24
MC
189072001-02-24 Michael Chastain <chastain@redhat.com>
18908
18909 * gdb.c++/ref-types.exp: Change handwritten code to library
18910 function 'runto'.
18911
6bae5bce
OF
189122001-03-16 Orjan Friberg <orjanf@axis.com>
18913
18914 * gdb.base/signals.exp: Set count to 0 explicitly.
18915
0015fd9a
MS
189162001-03-15 Mark Salter <msalter@redhat.com>
18917
18918 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
18919 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
18920 (gdb_load): Add support for additional target_info: gdb_download_size
18921 and gdb_load_timeout.
0015fd9a 18922
fc33412a
DT
18923Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
18924
18925 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
18926 file -- to prevent failing when the compile fails but we have no
18927 intention of running the tests anyway.
fc33412a
DT
18928
18929 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
18930 tests if set.
18931
18932 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 18933 integers.
fc33412a
DT
18934
18935 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
18936 * gdb.c++/namespace.exp: Ditto.
18937
115f06de
OF
189382001-03-07 Orjan Friberg <orjanf@axis.com>
18939
18940 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
18941 * gdb.base/pointers.exp: Relax pattern match of decimals.
18942
b6ba6518
KB
189432001-03-06 Kevin Buettner <kevinb@redhat.com>
18944
18945 * Makefile.in, config/abug.exp, config/cfdbug.exp,
18946 config/cpu32bug.exp, config/dve.exp, config/est.exp,
18947 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
18948 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
18949 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
18950 config/sh.exp, config/sid.exp, config/slite.exp,
18951 config/sparclet.exp, config/udi.exp, config/unknown.exp,
18952 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
18953 config/vxworks.exp, config/vxworks29k.exp,
18954 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
18955 gdb.base/all-bin.exp, gdb.base/annota1.exp,
18956 gdb.base/arithmet.exp, gdb.base/assign.exp,
18957 gdb.base/async.exp, gdb.base/attach.exp,
18958 gdb.base/bitfields.exp, gdb.base/bitops.exp,
18959 gdb.base/break.exp, gdb.base/call-ar-st.exp,
18960 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
18961 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
18962 gdb.base/commands.exp, gdb.base/completion.exp,
18963 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
18964 gdb.base/constvars.exp, gdb.base/corefile.exp,
18965 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
18966 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
18967 gdb.base/ending-run.exp, gdb.base/environ.exp,
18968 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
18969 gdb.base/finish.exp, gdb.base/foll-exec.exp,
18970 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
18971 gdb.base/funcargs.exp, gdb.base/help.exp,
18972 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
18973 gdb.base/logical.exp, gdb.base/long_long.exp,
18974 gdb.base/maint.exp, gdb.base/mips_pro.exp,
18975 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
18976 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
18977 gdb.base/pointers.exp, gdb.base/printcmds.exp,
18978 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
18979 gdb.base/regs.exp, gdb.base/relational.exp,
18980 gdb.base/remote.exp, gdb.base/reread.exp,
18981 gdb.base/restore.exp, gdb.base/return2.exp,
18982 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
18983 gdb.base/selftest.exp, gdb.base/setshow.exp,
18984 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
18985 gdb.base/sigall.exp, gdb.base/signals.exp,
18986 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
18987 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
18988 gdb.base/step-test.exp, gdb.base/structs.c,
18989 gdb.base/structs.exp, gdb.base/structs2.exp,
18990 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
18991 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
18992 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
18993 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
18994 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
18995 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
18996 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
18997 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
18998 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
18999 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
19000 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
19001 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
19002 gdb.fortran/types.exp, gdb.java/jmisc.exp,
19003 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
19004 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
19005 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
19006 gdb.trace/circ.exp, gdb.trace/collection.exp,
19007 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
19008 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
19009 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
19010 gdb.trace/report.exp, gdb.trace/save-trace.exp,
19011 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
19012 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
19013 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
19014 notices.
19015
dc96c6c7 190162001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
19017
19018 * gdb.base/varargs.c (find_max_double): Fix printf format string:
19019 first arg is int not float.
19020
dc96c6c7 190212001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
19022
19023 * gdb.base/reread.exp: Unsupported for non-native targets;
19024 doesn't work for remote debugging.
19025
9b0c4aeb
FN
190262001-02-19 Fernando Nasser <fnasser@redhat.com>
19027
19028 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
19029 * gdb.base/ending-run.exp: Properly handle the BSP state when
19030 stepping past the end of main.
9b0c4aeb 19031
02aa71d5
MC
190322001-02-19 John Moore <jmoore@redhat.com>
19033
19034 * gdb.base/commands.exp (infrun_breakpoint_command_test):
19035 Converted HPUX fix for non-expected items following multiple
19036 step commands into general solution for all platforms.
19037
1fa449a4
MC
190382001-02-18 Michael Chastain <chastain@redhat.com>
19039
19040 * gdb.c++/classes.exp (do_tests): Change runto statements
19041 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19042 statements demangler agnostic.
19043 * gdb.c++/virtfunc.exp (do_tests): Likewise.
19044 (gdb_virtfunc_restart): Likewise.
19045
b2f9ec70
MC
190462001-02-14 Michael Chastain <chastain@redhat.com>
19047
19048 * gdb.c++/inherit.exp (do_tests): Change runto statements
19049 from "runto 'foo(void)'" to "runto 'foo'". This makes the
19050 statements demangler agnostic.
19051
cf74b8ca
AC
19052Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
19053
19054 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
19055 ``continue to bkpt at common_routine in thread 2'' and ``stopped
19056 before calling common_routine 15 times'' tests.
cf74b8ca 19057
99f78f56
MC
190582001-02-11 Michael Chastain <chastain@redhat.com>
19059
19060 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
19061 Helps the test script figure out which demangler is in use.
19062 (dm_type_foo_ref): Ditto.
19063 (dm_type_int_star): Ditto.
19064 (dm_type_long_star): Ditto.
19065 (dm_type_unsigned_int): Ditto.
19066 (dm_type_void): Ditto.
19067 (dm_type_void_star): Ditto.
99707966 19068 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
19069 Probe the gdb demangler and set variables to accommodate
19070 formatting differences.
19071 (info_func_regexp): New function. Same as info_func, but
19072 matches against a regexp.
19073 (info_func): Match against a literal string.
19074 (print_addr_2): New function. Match against a literal string,
19075 which can be different from the input to gdb.
19076 (print_addr): Simply call print_addr_2 with the same argument twice.
19077 (test_lookup_operator_functions): Use demangler formatting variables.
19078 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
19079 the tests in the same order as the C++ class declaration.
19080 (test_paddr_operator_functions): Ditto.
19081 (test_paddr_overloaded_functions): Ditto.
19082 (test_paddr_hairy_functions): Use demangler formatting variables.
19083 Add reference to gdb/19 for related tests.
19084 (do_tests): Call probe_demangler.
19085
1de8f023
KB
190862001-01-30 Kevin Buettner <kevinb@redhat.com>
19087
19088 * gdb.c++/templates.cc (printf): Remove unused function definition.
19089
ca3f91ed
MS
190902001-01-26 Felix Lee <flee@redhat.com>
19091
19092 * sid.exp (sid_exit): Pass host, not target, to remote_close.
19093
190942001-01-25 matthew green <mrg@redhat.com>
19095
19096 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
19097 up sid.
19098 (sid_exit): Call `remote_pop_conn' after GDB is gone.
19099
191002001-01-25 matthew green <mrg@redhat.com>
19101
19102 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 19103 Deprecate $sid_spawn_id.
ca3f91ed
MS
19104 (sid_exit): Remove code necessary only for `spawn.'
19105
191062001-01-25 matthew green <mrg@redhat.com>
19107
19108 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
19109
fb18ec4a
MC
191102001-01-28 Michael Chastain <chastain@redhat.com>
19111
19112 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
19113 to call when tests fail. It takes gdb out of the overloaded
19114 function choice menu back to the main prompt, so that the test
19115 program stays synchronized.
19116 (set_bp_overloaded): New proc to collect all the common
19117 code for setting a breakpoint on an overloaded name. Calls
19118 take_gdb_out_of_choice_menu when needed.
19119 (menu_overload1arg): New variable to collect the repeated
19120 instances of the expected menu for an overloaded name. Change
19121 the regular expression to handle changes in g++ type encoding:
19122 "void" can be either "void" or "", and "unsigned int" can be
19123 either "unsigned int" or "unsigned".
19124 (continue_to_bp_overloaded): Change regular expressions to handle
19125 changes in g++ type encoding.
19126 (no proc): Call take_gdb_out_of_choice_menu when needed.
19127 Remove redundant calls to "info break". Accept either "canceled"
19128 or "cancelled". Change regular expressions in "info break"
19129 calls to handle changes in g++ type encoding. Give all tests
19130 unique strings.
19131
9c646a6e
BE
191322001-01-17 Ben Elliston <bje@redhat.com>
19133
19134 * config/sid.exp: New file.
19135
9549d9c1
AC
19136Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
19137
19138 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
19139
dc96c6c7 191402000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
19141
19142 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
19143 Add a RE to accept a non-ascii char if one is ever presented.
19144
b4df4f68
FN
191452000-12-20 Fernando Nasser <fnasser@redhat.com>
19146
297dd0fd 19147 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 19148
dc96c6c7 191492000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 19150
d63a86f8 19151 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
19152 in regexp. One '\' does not suffice on Linux.
19153
4a7bddb6
MC
191542000-12-09 Michael Chastain <chastain@redhat.com>
19155
19156 * gdb.base/break.exp (test_clear_command): Use a marker function
19157 rather than 'main' for the test function. Also move this
19158 test to an execution point where the marker function names are
19159 guaranteed to be bound to functions. (Executing tests after a
19160 'finish' from main runs into name conflicts with local names
19161 in __libc_start_main).
19162
dc96c6c7 191632000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
19164
19165 * gdb.base/finish.exp: New test for gdb's "finish" command.
19166 * gdb.base/return2.exp: New test for gdb's "return" command.
19167 * gdb.base/return2.c: New source file for above.
19168
dc96c6c7 191692000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
19170
19171 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
19172 * gdb.base/miscexprs.exp: Ditto.
19173 * gdb.base/pointers.exp: Ditto.
19174 * gdb.c++/derivation.exp: Ditto.
19175 * gdb.c++/local.exp: Ditto.
19176 * gdb.c++/namespace.exp: Ditto.
19177 * gdb.c++/overload.exp: Ditto.
19178 * gdb.c++/ref-types.exp: Ditto.
19179
dc96c6c7 191802000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
19181
19182 * gdb.base/constvars.exp: Test result of "up" command.
19183 * gdb.base/miscexprs.exp: Ditto.
19184 * gdb.base/pointers.exp: Ditto.
19185 * gdb.base/scope.exp: Ditto.
19186 * gdb.c++/derivation.exp: Ditto.
19187 * gdb.c++/local.exp: Ditto.
19188 * gdb.c++/namespace.exp: Ditto.
19189 * gdb.c++/overload.exp: Ditto.
19190 * gdb.c++/ref-types.exp: Ditto.
19191
44097287
FN
191922000-11-22 Michael Chastain <chastain@redhat.com>
19193
19194 * mips_pro.exp: Accept either "middle -> top -> main" or
19195 "middle -> main" in the backtrace, because gcc can optimize
19196 tail calls to jumps. Remove setup_xfail for the hppa case.
19197 Add a comment with the original warning messages from PR 3016,
19198 which was filed in 1993, to preserve them for posterity.
19199
9d2e1bab
ND
192002000-11-17 Nick Duffek <nsd@redhat.com>
19201
19202 * lib/gdb.exp (gdb_test): Override timeout with board info.
19203
1aca8eb7
ND
192042000-11-17 Nick Duffek <nsd@redhat.com>
19205
19206 * gdb.base/display.exp: Don't kill running stub. Add "again" to
19207 the second kill and detach messages.
19208
93076499
ND
192092000-11-17 Nick Duffek <nsd@redhat.com>
19210
19211 * configure.in: Add AC_EXEEXT.
19212 * configure: Regenerate.
19213 * Makefile.in (just-check): Export EXEEXT.
19214 * lib/gdb.exp ($EXEEXT): Import from environment.
19215 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
19216 expect "maint dump-me" on Cygwin.
19217 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
19218 $EXEEXT.
19219
30e87cd3
ND
192202000-11-17 Nick Duffek <nsd@redhat.com>
19221
19222 * gdb.base/break.exp: Test backtrace and finish from called
19223 function on all platforms, not just HP-UX.
19224
dc96c6c7 192252000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
19226
19227 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
19228 code from gdb_target_monitor, so it can be used independantly
19229 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 19230
dc96c6c7 192312000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
19232
19233 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
19234 * gdb.base/corefile.exp: Expect the message "Program is being
19235 debugged already" when we send the "corefile" command, since
19236 the preceeding gdb_load may have connected gdb to a remote target.
19237 * gdb.base/display.exp: Disable hardware watchpoints if new
19238 board info variable "no_hardware_watchpoints" is true.
19239 Replace single-letter commands with more readable ones.
19240 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
19241 if new board info variable "no_hardware_watchpoints" is true.
19242 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
19243 to see if stdio (printf) testing is possible.
19244 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
19245 board info variable "no_hardware_watchpoints" is true. Use new
19246 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
19247
39124dea
FN
192482000-11-13 Fernando Nasser <fnasser@redhat.com>
19249
19250 From Orjan Friberg <orjanf@axis.com>:
19251 * gdb.base/printcmds.exp: Escape curly braces followed by a number
19252 in array print pattern match.
19253
a9e2e984
FN
192542000-11-09 Fernando Nasser <fnasser@redhat.com>
19255
19256 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
19257 spelling "cancelled" to U.S. spelling "canceled" to match changes
19258 made to gdb.
19259 * gdb.c++/ovldbreak.exp: Ditto.
19260
c7db355b
PS
192612000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
19262
19263 * gdb.base/callfuncs.c (main): Moved to end of file, call
19264 t_double_values to initialize the FPU before inferior calls are made.
19265 * gdb.base/callfuncs.exp: Test for register preservation after calling
19266 inferior functions. Add tests for continuining, finishing and
19267 returning from a stop in a call dummy.
19268
dc96c6c7 192692000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
19270
19271 * gdb.base/commands.exp: Break up long lines, and re-indent.
19272
dc96c6c7 192732000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
19274
19275 * config/gdbserver.exp: Rewritten from the ground up, to make it
19276 compatible with the current dejagnu tree, and to make it work with
19277 the new "gdbserver" in libremote.
19278
dc96c6c7 192792000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
19280
19281 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
19282 * gdb.base/varargs.exp: Skip entire test if no printf support.
19283 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
19284 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
19285
dc96c6c7 192862000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
19287
19288 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
19289 no floating point support.
19290 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
19291 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
19292 * gdb.base/call-rt-st.exp: Ditto.
19293 * gdb.base/call-strs.exp: Ditto.
19294
bac5fc66
JG
192952000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
19296
19297 * gdb.base/sizeof.c: include <stdio.h>.
19298
19299 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
19300 'finish', otherwise uncaptured gdb_prompt would potentially
19301 throw remaining test points out of sync.
bac5fc66 19302
b22a6027
SB
193032000-07-26 Scott Bambrough <scottb@netwinder.org>
19304
19305 * gdb.base/recurse.exp: Run tests for all targets.
19306 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
19307 gnu-oldld case on ARM.
19308 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
19309 for ARM targets.
d63a86f8 19310
d8231941
AG
19311Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
19312
19313 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
19314 * gdb.java/configure: Rebuild.
19315
8caabe69
AG
19316Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
19317
19318 * gdb.java/jv-exp.exp: New file.
19319
9d273ca3
AG
19320Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
19321
19322 * configure: Rebuilt.
19323 * configure.in (configdirs): Add gdb.java.
19324 * gdb.java/jmisc.java: New file.
19325 * gdb.java/jmisc.exp: New file.
19326 * gdb.java/Makefile.in: New file.
19327 * gdb.java/configure: Rebuilt.
19328 * gdb.java/configure.in: New file.
19329 * lib/java.exp: New file.
19330
4f823a66
AC
19331Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
19332
19333 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 19334 underflow.
4f823a66 19335
2391e11d
AC
19336Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
19337
19338 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 19339 and the compilers sizes.
2391e11d 19340
54602222
ND
193412000-07-09 Nick Duffek <nsd@redhat.com>
19342
19343 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
19344 (use_methods): New function.
19345 (main): Call use_methods().
19346 * gdb.c++/classes.exp (test_method_param_class): New procedure.
19347 (do_tests): Call test_method_param_class.
19348
2bec0572
ND
193492000-07-09 Nick Duffek <nsd@redhat.com>
19350
19351 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
19352 spelling.
19353 (test_enums): New procedure. Move enum tests from end of script
19354 to here. Set breakpoint on function name instead of line number.
19355 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
19356 (enums2): New marker function.
19357 (enums1): New function.
19358 (main): Call enums1(). Move enum tests to enums1().
19359
78492fde
AC
19360Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
19361
19362 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 19363 compile/link program. Update line numbers.
78492fde
AC
19364 * gdb.asm/d10v.inc: Define ``startup''.
19365 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 19366
49a2cef8
AC
19367Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
19368
19369 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
19370
3e6c8688
EZ
193712000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19372
19373 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 19374 of 'help maint print' command.
3e6c8688 19375
9ff5cbe9
AC
19376Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
19377
19378 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 19379 they use gdb_expect_list.
9ff5cbe9 19380
17c579bd
AC
19381Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
19382
19383 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
19384 memory-read-packet-size'' instead of ``set endian big'' to test
19385 long commands.
17c579bd 19386
e6d71bf3
DB
193872000-06-03 Daniel Berlin <dan@cgsoftware.com>
19388
19389 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 19390 g++, and stop skipping them.
e6d71bf3
DB
19391
19392 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
19393 work under g++.
19394
d63a86f8 19395 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
19396 initialization.
19397
dc96c6c7 193982000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
19399
19400 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
19401 the regular expression: accept an (almost) arbitrary sequence of
19402 "frames-invalid" and "breakpoints-invalid" messages both before
19403 and after the "starting" message.
19404
dc96c6c7 194052000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
19406
19407 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 19408
dc96c6c7 194092000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
19410
19411 * gdb.base/annota1.exp (annotate-signal-handler-caller):
19412 Relax the regular expression a little, make it pass on Solaris 8.
19413
8216cda9
KB
194142000-05-12 Kevin Buettner <kevinb@redhat.com>
19415
19416 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 19417 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
19418 Instead, it is permissible for gdb to stop on the line of the
19419 call itself.
19420
1a570b2f
MS
194212000-05-12 Michael Snyder <msnyder@.cygnus.com>
19422
19423 * gdb.base/break.exp (bp on small function, optimized file):
19424 Add a second pass pattern. The behavior differs here between stabs
19425 and dwarf for one-line functions. Stabs preserves two line symbols
19426 (one before the prologue and one after) with the same line number,
19427 but dwarf regards these as duplicates and discards one of them.
19428 Therefore the address after the prologue (where the breakpoint is)
19429 has no exactly matching line symbol, and GDB reports the breakpoint
19430 as if it were in the middle of a line rather than at the beginning.
19431
dc96c6c7 194322000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 19433
d63a86f8 19434 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
19435 rather than "send_gdb" (for consistancy).
19436
7d418785
AC
19437Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
19438
19439 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
19440 * gdb.c++/templates.cc: Properly check for GCC version number.
19441 * lib/compiler.cc: Likewise
19442
dc96c6c7 194432000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 19444
d63a86f8 19445 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
19446 gdb may not stop at the first line of main, due to code motion.
19447
dc96c6c7 194482000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
19449
19450 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
19451 This test depends on parsing the printf output from the target.
19452 Since the sparclet stub doesn't do stdio, this will never work.
19453 * gdb.base/call-rt-st.exp: ditto.
19454 * gdb.base/call-strs: ditto.
19455
dc96c6c7 194562000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
19457
19458 * gdb.base/miscexprs.exp: make sizeof long array test portable.
19459
19460 * gdb.base/ending-run.exp: After connecting to a remote target,
19461 but before running, the target will appear to be in a random
19462 location. Specify both a file and a line for breakpoints.
19463 Also, the function that calls main may be called 'init'
19464 rather than 'start'.
19465
a5a51225
EZ
194662000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19467
19468 * gdb.base/help.exp: Update output for add-symbol-file command.
19469
7930cc7c
FN
194702000-04-10 Fernando Nasser <fnasser@cygnus.com>
19471
19472 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19473 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
19474
23e37ab1
C
194752000-04-07 J.T. Conklin <jtc@redback.com>
19476
e93c542c
C
19477 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
19478
23e37ab1
C
19479 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
19480
591b8fa3
PDM
19481Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
19482
19483 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 19484 values that can be represented exactly.
591b8fa3
PDM
19485 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
19486 above change, and to not check against the directory part of the source
19487 file name.
19488 (step into print_long_arg_list): Likewise.
19489 (print print_small_structs from print_long_arg_list): Likewise.
19490 (print print_long_arg_list): Likewise.
19491
7a495180
EZ
194922000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19493
30b53638 19494 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 19495
beb998c6
AC
19496Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
19497
19498 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
19499
1c689132
DB
195002000-03-25 Daniel Berlin <dan@cgsoftware.com>
19501
19502 * gdb.base/commands.exp (deprecated_command_test): Add test for
19503 deprecate with no arguments.
19504
c1790a9d
JL
195052000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
19506
19507 * gdb.base/break.exp: Add new test for setting breakpoints on
19508 optimized code so we can test breakpoints work even when function
19509 prologues may be optimized away
19510
003ba290
FN
195112000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
19512
19513 From David Whedon <dwhedon@gordian.com>
a9c64011 19514 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 19515
6837a0a2
DB
195162000-03-22 Daniel Berlin <dan@cgsoftware.com>
19517
19518 * gdb.base/help.exp: Added test for new apropos command.
19519
b9593231
KB
195202000-03-21 Kevin Buettner <kevinb@redhat.com>
19521
19522 * gdb.base/pointers.c (usevar): New function.
19523 (main): Make sure that global variables v_int_pointer2, rptr,
19524 and y are all referenced someplace in the program by calling
19525 usevar() on them. [Some linkers delete symbols which are
19526 never referenced. The space remains, but there's no way to
19527 get a (symbolic) handle on the variable from the debugger.]
19528
751a959b
EZ
195292000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19530
19531 * gdb.base/printcmds.c: Add typedeffed arrays.
19532
19533 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 19534 procedure to test arrays that are typedef'd.
751a959b 19535
73a93a32
JI
195362000-03-13 James Ingham <jingham@leda.cygnus.com>
19537
19538 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 19539 the library directories.
73a93a32 19540
fb40c209
AC
19541Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
19542
19543 * configure.in (configdirs): Add sub directory gdb.mi.
19544 * configure: Re-generate.
19545
19546 * gdb.mi: New directory.
d63a86f8 19547
ee4dd2c9
AC
195482000-02-25 Scott Bambrough <scottb@netwinder.org>
19549
19550 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 19551 a long long value as a double on ARM platforms.
ee4dd2c9 19552
70f0cc22
JB
195532000-02-16 Jim Blandy <jimb@redhat.com>
19554
19555 * gdb.base/break.exp ("breakpoint line number"): Make sure the
19556 default source file is set properly before running this test.
19557
853819b8
EZ
195582000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19559
19560 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 19561 gdbtk/library directory, not in gdbtcl2.
853819b8 19562
dfcd3bfb
JM
195632000-02-04 Jim Blandy <jimb@redhat.com>
19564
19565 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
19566 backslash from regexp pattern.
19567
19568 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
19569 procedure. Use it to run all the "continue to bp overloaded"
19570 tests. Note that this changes the names of the tests slightly.
19571 If the breakpoint hit message includes a hex PC value, because
19572 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
19573 from the real source code, still consider that a pass.
19574
19575 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
19576 XFAIL here if the breakpoint message contains a hex address. Note
19577 similar change on 1999-11-02.
19578
19579 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
19580
19581 * gdb.base/ptype.exp: Establish a default source file before
19582 calling get_debug_format.
19583
195842000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
19585
19586 * gdb.base/watchpoint.exp: Remove duplication of test messages.
19587
8b93c638
JM
195882000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
19589
19590 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
19591 of successive stepi commands -- while in the prologue we should see
19592 the function entry bracket.
19593
195942000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
19595
19596 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
19597 reach __change_mode() when stepping through the end of main().
19598
c5394b80
JM
195992000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
19600
19601 * gdb.base/default.exp: Fix expected pattern.
19602 * gdb.base/help.exp: Same.
19603
0d06e24b
JM
196042000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19605
19606 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 19607 Don't use xfail's because that affects only the following test.
d63a86f8 19608
0d06e24b 19609 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 19610 solaris or linux.
0d06e24b
JM
19611
19612 * gdb.base/selftest.exp: Update to reflect changes to main.c.
19613
dc96c6c7 196142000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 19615
d63a86f8 19616 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
19617 "A syntax error" rather than "A parse error". Accept both.
19618
196192000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
19620
19621 * gdb.base/default.exp: Remove OS dependent string from "target
19622 remote" test.
19623 * gdb.base/help.exp: Same for "help target remote" test.
19624
c3f6f71d
JM
196252000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19626
19627 From Jim Kingdon <kingdon@redhat.com>:
19628
19629 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
19630 prompt (cleanup rather than necessity, but still might keep output
19631 from spilling to next test).
c3f6f71d
JM
19632
196332000-01-02 Fred Fish <fnf@cygnus.com>
19634
19635 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
19636 AIX, which defines them in <sys/types.h>.
19637
ed9a39eb 196381999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 19639
ed9a39eb 19640 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 19641 float" test.
ed9a39eb
JM
19642
196431999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 19644
ed9a39eb 19645 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
19646
19647 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
19648 outermost frame disallowed".
19649
196501999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
19651
19652 * gdb.base/setvar.exp: New tests for setting the value of a struct
19653 with a constant list.
19654
196551999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
19656
19657 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
19658 require the user to type a cast before setting the value of a struct.
19659
de57eccd
JM
196601999-12-06 Jim Blandy <jimb@cygnus.com>
19661
19662 * gdb.base/default.exp: Expect the new 'info float' command on
19663 all i386 platforms.
19664
19665 * gdb.threads/linux-dp.exp: Expand our ability to recognize
19666 LinuxThreads libraries that don't support debugging.
19667
c2d11a7d
JM
19668Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
19669
19670 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
19671 Change the buffer type to ``unsigned char'' to simplify size
19672 arithmetic.
c2d11a7d
JM
19673
19674 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
19675 stub only handles 400-1 byte packets. Verify that the download
19676 worked.
c2d11a7d
JM
19677
196781999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
19679
19680 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
19681 tests, using UNRESOLVED for the untested cases. Also, does not wait
19682 for a timeout if the prompt was received before a recognizable pattern.
19683
196841999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
19685
19686 * lib/gdb.exp (gdb_expect_list): Fix spelling.
19687
196881999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19689
19690 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 19691 watchpoints.
c2d11a7d
JM
19692
196931999-11-24 Jason Merrill <jason@casey.cygnus.com>
19694
19695 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
19696
19697 * gdb.c++/local.exp: Be more flexible in recognizing local class
19698 name mangling. Don't allow horribly truncated method names.
19699 * gdb.c++/derivation.exp: Expect protected inheritance.
19700 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
19701 * gdb.c++/virtfunc.exp: Likewise.
19702 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
19703 when printing a nested enum.
19704
197051999-11-22 Jim Blandy <jimb@cygnus.com>
19706
19707 * gdb.base/step-test.exp: Properly await GDB's response to setting
19708 a breakpoint on the call to large_struct_by_value.
19709
19710 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
19711 just because we have debug info for the `start' function.
19712
197131999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
19714
19715 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
19716 "Unknown signal" messages, which indicate (on LinuxThreads) that
19717 GDB doesn't know how to debug threads on this system. This is
19718 better than hanging while philosopher 0 dumps chatter into gdb.log.
19719
197201999-11-18 Tom Tromey <tromey@cygnus.com>
19721
19722 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
19723
197241999-11-18 Fred Fish <fnf@cygnus.com>
19725
19726 * gdb.base/coremaker2.c: Add sample program for generating
19727 cores that is more self contained than coremaker.c. Eventually
19728 I'll add more code to this and tie it into the testsuite.
19729
4ce44c66
JM
197301999-11-12 Stan Shebs <shebs@andros.cygnus.com>
19731
19732 * gdb.base/dollar.exp: Remove, now in gdb.hp.
19733
197341999-11-10 Jimmy Guo <guo@cup.hp.com>
19735
19736 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 19737 from $srcdir/lib/.
4ce44c66 19738 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 19739 and gdb.c++/.
4ce44c66
JM
19740
19741 * gdb.c++/derivation.exp: remove redundant get compiler info code.
19742
d63a86f8 19743 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
19744 'continue with watch' test point.
19745
197461999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
19747
19748 Merged from p2linux-990323-branch:
d63a86f8 19749
4ce44c66
JM
19750 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
19751
11cf8741
JM
19752Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
19753
19754 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 19755 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
19756
19757Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
19758
19759 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 19760 gdb_expect_list.
11cf8741
JM
19761
19762Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
19763
19764 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
19765
197661999-11-03 Mark Salter <msalter@cygnus.com>
19767
19768 * gdb.base/break.exp: Fix "stub continue" pattern.
19769
197701999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
19771
19772 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
19773
197741999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
19775
19776 * gdb.base/display.exp ("finish"): Add timeout clause.
19777
19778 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
19779 plain prompt clause, so this doesn't have to time out in order to
19780 fail.
19781
19782 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 19783 breakpoint hit messages include an address.
11cf8741
JM
19784
19785 * gdb.base/display.exp: Don't forget to escape parens in regular
19786 expressions. Unix regexp notatation sucks.
19787
197881999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19789
19790 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 19791 order for 'signalled' message.
11cf8741 19792
5c44784c
JM
197931999-11-01 Stan Shebs <shebs@andros.cygnus.com>
19794
19795 From Jimmy Guo <guo@cup.hp.com>:
19796 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
19797 * gdb.base/annota1.c: Add code for tests to work with.
19798
197991999-10-26 Frank Ch. Eigler <fche@cygnus.com>
19800
19801 * gdb.base/remote.exp: New test for remote downloading settings.
19802 * gdb.base/remote.c: New file with large .data.
19803
917317f4
JM
198041999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
19805
19806 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
19807 for LinuxThreads support, merged from the Code Fusion branch.
19808
19809Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
19810
19811 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
19812 containing exp_continue into a while within an expect. Don't
19813 attempt a start more than three times. Check return value from
19814 gdb_load.
d63a86f8 19815
2df3850c
JM
19816Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
19817
19818 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 19819 a pass case.
2df3850c 19820
2acceee2
JM
198211999-10-01 Kevin Buettner <kevinb@cygnus.com>
19822
19823 * gdb.base/break.c (main): Added a statement that we can step
19824 off of.
19825 * gdb.base/break.exp: Added tests for setting a breakpoint
19826 at an offset and stepping onto a breakpoint.
19827
198281999-10-01 Fred Fish <fnf@cygnus.com>
19829
d63a86f8 19830 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
19831 gdb output.
19832
c2c6d25f
JM
198331999-09-18 Jim Blandy <jimb@cris.red-bean.com>
19834
19835 * gdb.base/break.exp: Code locations are in hex, don't forget!
19836 (For HP-UX.)
19837
198381999-09-17 Stan Shebs <shebs@andros.cygnus.com>
19839
19840 * condbreak.exp: Use break.c as test program.
19841 * condbreak.c: Remove, redundant with break.c.
19842
198431999-09-15 Stan Shebs <shebs@andros.cygnus.com>
19844
19845 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 19846 Z-packets if the target needs it.
c2c6d25f
JM
19847
198481999-09-13 James Ingham <jingham@leda.cygnus.com>
19849
19850 * gdb.c++/overload.exp: Added tests for listing overloaded
19851 functions with function pointers in the arg, explicitly calling
19852 out the version you want.
19853
cff3e48b
JM
198541999-09-09 Stan Shebs <shebs@andros.cygnus.com>
19855
19856 * long_long.exp: Add variations of test cases that work for
19857 targets with 16-bit ints and 32-bit doubles.
19858
d4f3574e
SS
198591999-09-08 Stan Shebs <shebs@andros.cygnus.com>
19860
19861 * break.c (main): Compare a possibly-uninitialized argc with an
19862 unlikely value that fits in 16 bits.
19863
198641999-09-07 Stan Shebs <shebs@andros.cygnus.com>
19865
19866 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
19867 0xfeeb, don't want negative numbers if ints are 16 bits.
19868
19869 * lib/gdb.exp (skip_cplus_tests): New proc.
19870 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
19871 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
19872 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
19873 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
19874 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
19875 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
19876 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
19877 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
19878
19879 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
19880
19881Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
19882
19883 * gdb.base/corefile.exp (up): Allow a parameter to appear
19884 in the frame that we're going up to.
19885
19886 From Jim Blandy <jimb@cygnus.com>:
19887
19888 * gdb.base/default.exp (info float): Expect some output now.
19889
19890 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
19891 returning floating-point values to fail on the x86.
19892 * gdb.base/callfwmall.exp (do_function_calls): Same.
19893
19894 * gdb.base/list.exp (test_listsize): Correct expectations for
19895 listing line 1 with listsize 2. Also, listing a single line
19896 works now, as does listing three lines. [Kevin's note: There
19897 were a number of other cases fixed too where the expectations
19898 differed...]
19899
199001999-09-02 Stan Shebs <shebs@andros.cygnus.com>
19901
19902 * gdb.base/selftest.exp: Add case for when version prints as
19903 constant string instead of char pointer.
19904
104c1213
JM
199051999-08-25 Stan Shebs <shebs@andros.cygnus.com>
19906
19907 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 19908 stepping out of main.
104c1213
JM
19909
19910 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
19911 G++ used.
19912
19913 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 19914 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
19915
19916 * gdb.c++/ovldbreak.exp: Update match string in test that
19917 includes a warning of multiple breakpoints.
19918
199191999-08-24 Stan Shebs <shebs@andros.cygnus.com>
19920
19921 * gdb.base/display.exp: Improve precision of step-after-finish
19922 added yesterday.
19923
19924 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 19925 test.
104c1213
JM
19926
19927 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
19928 configs when using G++, not just hppa*.
19929
199301999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19931
19932 * gdb.base/async.c: New file.
19933 * gdb.base/async.exp: New file.
19934
19935Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
19936
19937 * gdb.base/break.exp: Tweak PA specific tests to properly handle
19938 PA64.
19939
53a5351d
JM
19940Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
19941
104c1213
JM
19942 * gdb.base/display.exp: "finish" can leave us mid-line on many
19943 targets, deal with it. Add a small constant to main, instead of
19944 1000 since main+1000 may not be a valid address in the target.
19945
53a5351d
JM
19946 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
19947 on hpux11.
19948
19949 * gdb.base/attach.exp: Handle another hpux11 error message variant
19950 when attaching to a process that does not exist.
19951
199521999-08-19 J.T. Conklin <jtc@redback.com>
19953
19954 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 19955 characters in 'continue to 1241' test.
53a5351d
JM
19956
199571999-08-17 Stan Shebs <shebs@andros.cygnus.com>
19958
19959 * gdb.base/call-ar-st.exp: Add a shorter match case for the
19960 stop in print_long_arg_list, define and use a whitespace
19961 variable in print_small_structs test, add an XFAIL for Solaris.
19962 * gdb.base/dbx.exp: XFAIL func commands until somebody is
19963 interested enough to fix.
19964
7be570e7
JM
199651999-08-13 Keith Seitz <keiths@cygnus.com>
19966
19967 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
19968 (dbx_gdb_load): Remove. Use gdb_load instead, since that
19969 proc knows about targets other than the natives.
19970 (test_assign): Use "gdb_run_cmd" to "run" the target.
19971 Check that we've actually hit the breakpoint at main.
19972 When we attempt to assign a value to a local variable, check
19973 that the variable is in the current scope, i.e., don't use
19974 a test with an empty result.
19975
19976Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
19977
19978 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 19979 command.
7be570e7
JM
19980
199811999-08-09 Stan Shebs <shebs@andros.cygnus.com>
19982
19983 From Jimmy Guo <guo@cup.hp.com> and others at HP:
19984 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
19985 gdb.compat, gdb.threads-hp.
19986 gdb.hp/configure, gdb.hp/configure.in: New files.
19987 gdb.hp/Makefile.in: Recurse into new subdirs.
19988 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
19989 gdb.hp/gdb.objdbg: New directory, tests for debugging info
19990 in object files.
19991 gdb.hp/tools: New directory, aux tools for HP-specific tests.
19992
96baa820
JM
199931999-08-05 Stan Shebs <shebs@andros.cygnus.com>
19994
19995 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 19996 funky printf, remove a bogus p/a test.
96baa820
JM
19997
199981999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
19999
20000 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
20001 connected to the target. This is necessary when running not
20002 natively.
96baa820
JM
20003
200041999-08-03 Stan Shebs <shebs@andros.cygnus.com>
20005
20006 * gdb.base/step-test.exp: Removed some extraneous messages.
20007
20008 * gdb.base/long_long.exp: Don't run memory examination tests
20009 on little-endian targets (they will need a different set of
20010 results to match).
20011
200121999-08-02 Stan Shebs <shebs@andros.cygnus.com>
20013
20014 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
20015 until somebody decides to fix GDB.
20016
20017 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 20018 constant as "ULL".
96baa820
JM
20019 * gdb.base/long_long.exp: Loosen x/c test, add partial result
20020 matches for a couple x/2 commands.
20021
a0b3c4fd
JM
200221999-07-30 Stan Shebs <shebs@andros.cygnus.com>
20023
20024 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
20025 by merging in ref-types2 tests.
20026 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
20027
20028 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20029 * gdb.c++/Makefile.in: Add standard actions.
20030 (EXECUTABLES): Rename from PROGS, update list.
20031 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
20032 from gdb.hp.
20033 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
20034 foo and bar locals.
20035 * gdb.c++/anon-union.exp: Fix tests to match.
20036 * gdb.c++/classes.exp: Run if HP compiler used, add extra
20037 expect matches to handle output variations.
20038 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
20039 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 20040 output, add HP alternatives for new and delete prints.
a0b3c4fd 20041 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 20042 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
20043 * gdb.c++/demangle.exp: Use $style when reporting failure.
20044 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
20045 * gdb.c++/inherit.exp: Run if HP compiler used, add some
20046 match alternatives.
20047 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 20048 compilers.
a0b3c4fd
JM
20049 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
20050 * gdb.c++/method.exp: Add match alternatives.
20051 * gdb.c++/misc.cc: Add bool types.
20052 * gdb.c++/misc.exp: Add tests for bool types.
20053 * gdb.c++/overload.exp: Add xfails.
20054 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
20055 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
20056 add some more template parameter tests (only for HP currently).
20057 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
20058 * gdb.c++/virtfunc.cc: Add return type and value for main.
20059 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
20060 match alternatives.
d63a86f8 20061
a0b3c4fd
JM
200621999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20063
20064 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
20065
200661999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
20067
20068 * gdb.base/signals.exp: Don't expect getting a backtrace from
20069 within a signal handler to fail on Linux.
20070
200711999-07-29 Stan Shebs <shebs@andros.cygnus.com>
20072
20073 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20074 * lib/gdb.exp: Remove some gratuitious semicolons.
20075 (delete_breakpoints): Increase timeout.
20076 (gdb_expect): Add -notransfer option.
20077 (gdb_test): Use -notransfer option.
20078 (get_compiler_info): Add f77 case.
20079 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 20080 case.
a0b3c4fd
JM
20081 (gdb_preprocess): Call get_compiler.
20082
20083 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
20084 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
20085 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
20086 gdb.base/long_long.exp, gdb.base/printcmds.exp,
20087 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
20088 third arg to gdb_test.
a0b3c4fd
JM
20089 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
20090 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 20091 HP-UX xfails, add others.
a0b3c4fd
JM
20092 * gdb.base/completion.exp: Reflect name change of self-test.
20093 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
20094 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
20095 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
20096 HP failure number.
a0b3c4fd
JM
20097 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
20098 useless HP-UX 10.30 references.
20099 * gdb.base/maint.exp: Loosen matches.
20100 * gdb.base/pointers.c (main): Declare more_code.
20101 * gdb.base/pointers.exp: Match on output of a `next'.
20102 * gdb.base/structs.c: Add prototypes.
20103 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
20104 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
20105
201061999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20107
20108 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 20109 command.
a0b3c4fd
JM
20110
201111999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20112
20113 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
20114 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
20115
20116 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
20117 debug info. Deal with lack of signal hanlder info in stack.
20118
a9c64011 20119 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
20120 * gdb.base/annota1.exp: If printf has debug info, deal with it.
20121
5a2468f5
JM
201221999-07-19 Stan Shebs <shebs@andros.cygnus.com>
20123
20124 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 20125 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 20126
adf40b2e
JM
20127Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
20128
20129 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 20130 a1-selftest.exp.
adf40b2e
JM
20131 * gdb.base/configure: Re-generate.
20132
201331999-07-12 Stan Shebs <shebs@andros.cygnus.com>
20134
20135 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
20136 in trying to run first and name is too long.
20137
20138 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
20139 pointers2.c and pointers2.exp, respectively.
20140 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
20141 doschk happier.
20142
43e526b9
JM
201431999-07-08 Stan Shebs <shebs@andros.cygnus.com>
20144
20145 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
20146 callfuncs2.c and callfuncs2.exp.
20147
20148 * gdb.base/list.exp: Remove mistaken xfails.
20149 * gdb.base/list0.h: Add optional prototypes.
20150
9846de1b
JM
20151Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
20152
a9c64011 20153 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 20154 calling malloc.
a9c64011
AS
20155 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
20156 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 20157 use.
9846de1b
JM
20158
201591999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20160
20161 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
20162 * gdb.base/annota2.cc, annota2.exp: Move from here.
20163 * gdb.c++/annota2.cc, annota2.exp: To here.
20164 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
20165
43ff13b4
JM
20166Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
20167
20168 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 20169 a consistent format.
43ff13b4 20170
085dd6e6
JM
201711999-06-25 Stan Shebs <shebs@andros.cygnus.com>
20172
20173 From Jimmy Guo <guo@cup.hp.com> and others at HP:
20174 * lib/gdb.exp (get_compiler_info): Add detection for assorted
20175 HP compilers, also set the globals $true and $false.
20176
20177 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
20178 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
20179 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
20180 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
20181 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
20182 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
20183 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
20184 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
20185 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
20186 whatis.c} Add C++ compatible function definitions and return
20187 types, add includes for library functions.
085dd6e6
JM
20188 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
20189 * gdb.base/step-test.c (myglob): Rename from glob.
20190 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
20191 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
20192 files, move here from gdb.hp.
085dd6e6 20193 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
20194 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
20195 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
20196 Adjust line numbers in regexps.
085dd6e6
JM
20197
20198 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
20199 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
20200 instead of 0/1.
20201
20202 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
20203 foll-vfork.exp: New files, move here from gdb.hp.
20204 * gdb.base/page.exp: New file, test of pagination command.
20205
20206 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
20207 recursion test.
20208 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
20209
20210 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 20211 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
20212
20213 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 20214 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 20215 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 20216 watchpoint test.
085dd6e6
JM
20217 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
20218 them work.
20219 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
20220 expressions properly.
20221 * gdb.base/corefile.exp: Loosen the match slightly.
20222 * gdb.base/default.exp: Allow "Error accessing memory" message
20223 also.
20224 * gdb.base/display.exp: Skip over x/0 j if PA64.
20225 * gdb.base/funcargs.exp: Add xfails for HP-UX.
20226 * gdb.base/interrupt.exp: Ditto.
20227 * gdb.base/langs.exp: Add symbolic matches governed by compiler
20228 in use.
20229 * gdb.base/list.exp: Add xfails for HP-UX.
20230 * gdb.base/long_long.exp: Refine some of the numeric matches.
20231 * gdb.base/mips_pro.exp: Xfail on HP-UX.
20232 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
20233 * gdb.base/nodebug.exp: Succeed on more varieties of output.
20234 * gdb.base/opaque.exp: Remove some HP-UX xfails.
20235 * gdb.base/ptype.exp: Succeed on more varieties of output.
20236 * gdb.base/scope.exp: Add xfails for HP-UX.
20237 * gdb.base/sect-cmd.exp: Add more cases.
20238 * gdb.base/setvar.exp: Add xfails for HP-UX.
20239 * gdb.base/shlib-call.exp: Loosen some matches slightly.
20240 * gdb.base/signals.exp: Match on void symbolically.
20241 * gdb.base/step-test.exp: Add case for PA64.
20242 * gdb.base/term.exp: Add exit and restart.
20243 * gdb.base/twice.exp: Clean up after self.
20244 * gdb.base/varargs.exp: Disable overload resolution explicitly.
20245 * gdb.base/whatis.exp: Allow more ways to pass tests.
20246
20247 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 20248 no longer useful.
085dd6e6
JM
20249
20250Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
20251
20252 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 20253 list of patterns.
085dd6e6 20254 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
20255 print_double_array(double_array)", "continuing to breakpoint
20256 1018", "print print_double_array(array_d)" and "continuing to
20257 1034" tests.
d63a86f8 20258
085dd6e6
JM
202591999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
20260
a9c64011 20261 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
20262
202631999-06-24 Stan Shebs <shebs@andros.cygnus.com>
20264
20265 * config/mt-*: Remove, these haven't been used since 1996.
20266
202671999-06-22 Stan Shebs <shebs@andros.cygnus.com>
20268
20269 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 20270 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
20271 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
20272
9e0b60a8
JM
202731999-06-18 Stan Shebs <shebs@andros.cygnus.com>
20274
20275 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
20276 simpler match case for the ptype of the big class.
20277
202781999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20279
20280 * gdb.exp: Fix test for gdb_prompt existence.
20281
202821999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20283
20284 * gdb.exp (gdb_test): Add fail after calls to perror.
20285
202861999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20287
20288 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
20289
202901999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
20291
20292 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
20293
0f71a2f6
JM
20294Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
20295
20296 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 20297 malloc() is linked in.
0f71a2f6
JM
20298
202991999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
20300
20301 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
20302 step at end.
20303
20304 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
20305
203061999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
20307
20308 * gdb.java/jv-print.exp: New file. (Our first Java test!)
20309
cce74817
JM
20310Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
20311
20312 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
20313 * gdb.base/mips_pro.exp: Likewise.
20314
203151999-06-02 Keith Seitz <keiths@cygnus.com>
20316
20317 * gdb.c++/templates.cc: Change all "new" operators to throw
20318 an exception.
20319 * gdb.c++/cplusfuncs.cc: Likewise.
20320
20321 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
20322
20323Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
20324
20325 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
20326 * gdb.base/ending-run.exp: When stepping out of main, accept a
20327 step into an arbitrary assembler file.
cce74817 20328
392a587b
JM
203291999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20330
d63a86f8 20331 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 20332 "breakpoint-invalid" to be printed.
d63a86f8 20333 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
392a587b
JM
20334 number of "frames-invalid" and "breakpoint-invalid" to be printed.
20335 * gdb.base/annota2.cc: Initialize a.x to 0.
20336
9e086581
JM
203371999-05-17 Keith Seitz <keiths@cygnus.com>
20338
20339 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
20340 when "skip_float_tests" set.
20341 Ditto for "print print_double_array(array_d)", "print print_small_structs",
20342 "print print_ten_doubles", and "step into print_long_arg_list".
20343 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
20344 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
20345 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
20346 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
20347 "skip_float_tests" is set.
20348 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
20349 when "skip_float_tests" set.
d63a86f8 20350
cd0fc7c3
SS
203511999-05-06 Keith Seitz <keiths@cygnus.com>
20352
20353 * gdb.base/annota2.cc: Include stdio.h.
20354
20355Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
20356
20357 * gdb.base/crossload.exp: Remove, this has been disabled ever
20358 since BFD stopped including all targets, and cross-GDB gets
20359 plenty of testing anyway.
20360 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
20361 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
20362 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
20363 * gdb.base/README: Remove, was doc for this.
20364 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 20365 needed.
cd0fc7c3 20366
b83266a0
SS
203671999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20368
20369 * gdb.base/call-ar-st.exp: Fix one regular expression in test
20370 output.
20371
20372 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
20373 * gdb.base/annota2.exp: New file. More annotation tests.
20374 * gdb.base/annota1.c: New file. Source file for annota1.exp.
20375 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
20376
203771999-04-23 Angela Marie Thomas <angela@cygnus.com>
20378
20379 * config/cfdbug.exp: New file.
20380
7a292a7a
SS
203811999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
20382
20383 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
20384 Marcus Daniel's and Dale Hawkins's demangler crashes.
20385
20386 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
20387 test_lucid_style_demangling, test_arm_style_demangling,
20388 test_hp_style_demangling): Try Tom Tromey's core-dumping
20389 identifier under each demangling style.
7a292a7a
SS
20390
203911999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
20392
20393 * gdb.c++/demangle.exp: Include the current demangling style
20394 in all test names.
20395 (current_demangling_style): New global variable.
20396 (set_demangling_style, test_demangling_core, test_demangling,
20397 test_demangling_exact): New functions.
20398 (test_gnu_style_demangling, test_lucid_style_demangling,
20399 test_arm_style_demangling, test_hp_style_demangling): Use those,
20400 instead of calling gdb_test and gdb_test_exact directly.
20401 (catch_demangling_errors): New function, which reports errors
20402 signalled by the demangling test functions in an orderly way.
20403 (do_tests): Use catch_demangling_errors.
20404
204051999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
20406
20407 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 20408 grouping in expressions, not {}.
7a292a7a
SS
20409
20410 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 20411 initialized yet.
7a292a7a
SS
20412
204131999-04-01 Stan Shebs <shebs@andros.cygnus.com>
20414
20415 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
20416 are listed.
20417
204181999-03-26 Stan Shebs <shebs@andros.cygnus.com>
20419
20420 * gdb.stabs/weird.exp: Test for CC being defined before
20421 looking at its value.
20422
204231999-03-25 Stan Shebs <shebs@andros.cygnus.com>
20424
20425 * gdb.base/call-ar-st.exp: Remove stray '#'.
20426 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
20427 "short int" and "long int".
20428 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 20429 change, to mollify finicky HP compiler.
7a292a7a
SS
20430 * gdb.hp/reg-test.exp (testfile): Fix file name.
20431 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 20432
7a292a7a
SS
20433 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
20434 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
20435 alternate form of enum ptype.
20436
c906108c
SS
204371999-03-23 Stan Shebs <shebs@andros.cygnus.com>
20438
7a292a7a
SS
20439 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
20440 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
20441 passing skip_hp_tests, so as not to waste time on guaranteed
20442 failure.
7a292a7a 20443
c906108c
SS
20444 * gdb.c++/overload.cc: Pass string instead of char addr, always
20445 init ccpfoo.
20446 * gdb.c++/templates.cc: Fix syntax error.
20447
7a292a7a
SS
20448Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20449
20450 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 20451 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
20452 command.
20453
204541999-03-18 James Ingham <jingham@cygnus.com>
20455
20456 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
20457
20458 * gdb.c++/method.exp: It was testing an uninitialized int on the
20459 stack and assuming it was positive.
20460
20461 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
20462
20463 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 20464 keep it from killing the rest of the tests.
7a292a7a
SS
20465 Use gdb_continue_to_end.
20466
20467 * gdb.base/sigall.exp: use gdb_continue_to_end.
20468
20469 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
20470
20471 * gdb.base/display.exp: use runto_main, not run.
20472
d63a86f8
RM
20473 * gdb.base/default.exp: Check for the current error message in the
20474 r abbreviation test.
7a292a7a
SS
20475 Add strongarm to the targets that know info float.
20476
d63a86f8 20477 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
20478 run which doesn't work with monitors.
20479
20480 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
20481
20482 * gdb.base/break.exp: use the gdb_continue_to_end proc.
20483
20484 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
d63a86f8
RM
20485 program. Traps the case (in Cygmon) when the program never really
20486 exits. Same as Mark's continue_to_exit, but I had put it in a lot
7a292a7a
SS
20487 more places, so I used my name. Sorry Mark...
20488
20489 * config/monitor.exp (gdb_target_monitor): added another
20490 target_info parameter: remotebinarydownload. This will set the
20491 remotebinarydownload flag if this is causing some boards trouble.
20492
204931999-03-18 Mark Salter <msalter@cygnus.com>
20494
20495 * lib/gdb.exp (continue_to_exit): New function.
20496
20497 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
20498 * gdb.base/ending-run.exp: Ditto.
20499 * gdb.base/step-test.exp: Ditto.
20500
205011999-03-16 Stan Shebs <shebs@andros.cygnus.com>
20502
20503 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
20504 (suggested by Art Haas <ahaas@neosoft.com>).
20505
205061999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
20507
889bf7c5 20508 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
20509
20510Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
20511
20512 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 20513 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
20514
205151999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
20516
20517 * gdb.base/call-strs.exp: Don't assume that `step' will step over
20518 a call to strlen; sometimes we do have sources.
20519
205201999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
20521
20522 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 20523 character, so GDB won't print garbage after its end.
d63a86f8 20524
c906108c
SS
20525 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
20526 breakpoint there instead. Sometimes GCC emits memcpy to handle
20527 the large structures being passed by value, so we step into that
20528 instead of sum_array_print, which obscures what we're really testing.
20529 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
20530 the bizarre steps into memcpy, so do that here. Add check for
20531 stepping into function calls that pass large structures by value.
20532 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
20533 Remove all references to specific line numbers.
20534 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
20535 New type and function.
20536 (main): Call large_struct_by_value, passing it a large struct by value.
20537 * lib/gdb.exp (gdb_get_line_number): New function.
20538
20539 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
20540 more portable.
20541
7a292a7a
SS
205421999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
20543
c906108c
SS
20544 * lib/gdb.exp: Doc fixes.
20545
7a292a7a
SS
205461999-03-05 Nick Clifton <nickc@cygnus.com>
20547
d63a86f8 20548 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
20549
205501999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
20551
c906108c 20552 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
20553 commands. They're not germane to this test, and they don't work
20554 that way on remote targets.
c906108c 20555
3fc11d3e
JM
205561999-03-01 James Ingham <jingham@cygnus.com>
20557
20558 * Changelog entries merged over from gdb development branch.
20559
3fc11d3e
JM
20560 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
20561
20562 * lib/gdb.exp (gdbtk_analyze_results): Generic function
20563 for outputting results of test run.
20564
2d4a1622 20565 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
20566
20567 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 20568
7a292a7a
SS
205691999-02-25 Felix Lee <flee@cygnus.com>
20570
20571 * lib/gdb.exp (debug_format): initialize
20572
c906108c
SS
205731999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
20574
20575 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
20576 * gdb.base/call-rt-st.c: Ditto.
20577
c906108c
SS
205781999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
20579
20580 * gdb.threads/pthreads.exp (horiz): New variable.
20581 (test_startup): Fix regexps that capture thread numbers.
20582
205831999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
20584
20585 * gdb.base/smoke.exp: Disambiguate two test case names (both
20586 called ``print'').
20587
20588Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
20589
20590 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 20591 compilation.
c906108c
SS
20592
205931999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
20594
20595 * gdb.base/miscexprs.exp: Change patterns to match GDB's
20596 actual output formatting.
20597 * gdb.base/smoke.exp: GDB removes leading 0's.
20598 * gdb.base/volatile.exp: Don't check type of remuneration;
20599 that variable is no longer defined in constvars.c.
20600 * gdb.base/step-test.c (main): Exit with explicit exit code.
20601 * gdb.base/step-test.exp: Remove two nexti checks--they are
20602 not portable.
20603
206041999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
20605
20606 * gdb.base/help.exp ("help delete display"): Fix test to match
20607 gdb's output.
20608
20609 * gdb.base/long_long.c (known_types): Initialize values to zero.
20610 * gdb.base/long_long.exp: Step one more line
20611 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
20612 leading zeros. Explicitly ask for hex formatting. Use
20613 unique test case names.
c906108c
SS
20614
20615Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20616
d63a86f8 20617 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
20618
20619 * gdb.c++/method.exp: Add missing close brace.
20620
206211999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
20622
20623 * gdb.base/maint.exp: Use 'set height 0' to disable page
20624 prompting, not 'set height 400'.
20625
20626 Fix a bunch of timeouts.
20627 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
20628 four separate tests, so expect doesn't take forever to match a ton
20629 of text against a regexp with lots of .* forms.
20630 ("maint print psymbols", "maint print symbols"): Make some of
20631 these greps more selective, so that expect doesn't try to wade
20632 through huge piles of output and time out.
20633
20634 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
20635
20636 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
20637 tests: one which doesn't expect shlib events to be reported, and
20638 another which does, but is XFAIL for all platforms other than
20639 HP/UX.
c906108c
SS
20640
20641 * gdb.base/break.exp: Teach the test suite that the `catch
20642 fork', `catch vfork', and `catch exec' commands produce error
20643 messages on platforms that don't provide these features.
20644
20645Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
20646
20647 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
20648 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
20649 (shortening names from solib_threshold.exp etc), won't run on
20650 anything but HP-UX for the foreseeable future.
c906108c 20651 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 20652 reflect move.
c906108c
SS
20653
20654Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
20655
20656 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 20657 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
20658
20659Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
20660
20661 * gdb.base/shlib-call.exp: add test cases to verify that gdb
20662 successfully re-sets breakpoints in shared libraries.
20663 * gdb.base/shmain.c (main): return 0, don't fall off the end.
20664
20665Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
20666
d63a86f8
RM
20667 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
20668 and compiled w/o GCC.
c906108c
SS
20669
20670 * gdb.hp/watch-cmd.exp: ditto.
20671
20672 * gdb.hp/watch-hp.exp: ditto.
20673
20674 * gdb.hp/xdb1.exp: ditto.
20675
20676 * gdb.hp/xdb2.exp: ditto.
20677
20678 * gdb.hp/dbx.exp: ditto.
20679
20680Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
20681
20682 * constvars.c: Remove C++-isms.
20683 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 20684 with GCC.
c906108c
SS
20685
20686Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
20687
20688 The following changes are part of the HP merge.
20689
20690 * gdb.base/break.exp: new tests to verify that catchpoints for
20691 fork, vfork, and exec don't trigger inappropriately.
20692
20693 * gdb.base/opaque.exp: compile one file at a time, then link.
20694
20695 * gdb.base/signals.exp: be more restrictive about which hppa
20696 systems receive a setup_xfail. new tests.
20697
20698 * gdb.base/solib_threshold.build: new file.
20699 * gdb.base/solib_threshold.exp: new file.
20700 * gdb.base/solib_threshold.link_opts: new file.
20701 * gdb.base/solib_threshold.mk: new file.
20702 * gdb.base/gen_solib_threshold.c: new file.
20703
20704 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
20705 tests. New tests for enums inside classes.
20706
20707 * gdb.c++/compiler.cc: indicate support of template debugging.
20708
20709 * gdb.c++/demangle.exp: run hp style demangling tests.
20710
20711 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
20712 tests.
20713
20714 * gdb.c++/misc.cc: changes to support new tests.
20715
20716 * gdb.c++/templates.cc: changes to support HP's compiler; changes
20717 to support new tests.
20718
20719 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
20720 gcc, then skip these tests.
20721
20722Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
20723
20724 The following files are part of the HP merge; some had longer
20725 names at HP, but have been renamed to be no more than 14
20726 characters in length.
20727
20728 * gdb.hp/ambiguous.cc: new file.
20729 * gdb.hp/ambiguous.exp: new file.
20730 * gdb.hp/attach.exp: new file.
20731 * gdb.hp/attach2.exp: new file.
20732 * gdb.hp/classes-hp.exp: new file.
20733 * gdb.hp/ctti.exp: new file.
20734 * gdb.hp/ctti-add.cc: new file.
20735 * gdb.hp/ctti-add1.cc: new file.
20736 * gdb.hp/ctti-add2.cc: new file.
20737 * gdb.hp/ctti-add3.cc: new file.
20738 * gdb.hp/dbx.exp: new file.
20739 * gdb.hp/exception.cc: new file.
20740 * gdb.hp/exception.exp: new file.
20741 * gdb.hp/foll-exec.c: new file.
20742 * gdb.hp/foll-exec.exp: new file.
20743 * gdb.hp/foll-fork.c: new file.
20744 * gdb.hp/foll-fork.exp: new file.
20745 * gdb.hp/foll-vfork.c: new file.
20746 * gdb.hp/foll-vfork.exp: new file.
20747 * gdb.hp/inherit-hp.exp: new file.
20748 * gdb.hp/more-steps.exp: new file.
20749 * gdb.hp/namespace.cc: new file.
20750 * gdb.hp/namespace.exp: new file.
20751 * gdb.hp/optimize.exp: new file.
20752 * gdb.hp/pxdb.c: new file.
20753 * gdb.hp/pxdb.exp: new file.
20754 * gdb.hp/quicksort.exp: new file.
20755 * gdb.hp/reg-test.exp: new file.
20756 * gdb.hp/reg-test.s: new file.
20757 * gdb.hp/sized-enum.c: new file.
20758 * gdb.hp/sized-enum.exp: new file.
20759 * gdb.hp/start-stop.exp: new file.
20760 * gdb.hp/templ-hp.cc: new file.
20761 * gdb.hp/templ-hp.exp: new file.
20762 * gdb.hp/thr-lib.c: new file.
20763 * gdb.hp/thr-lib.exp: new file.
20764 * gdb.hp/thr-lib.h: new file.
20765 * gdb.hp/thr-liblib.c: new file.
20766 * gdb.hp/virtfun-hp.c: new file.
20767 * gdb.hp/virtfun-hp.exp: new file.
20768 * gdb.hp/watch-cmd.exp: new file.
20769 * gdb.hp/watch-hp.exp: new file.
20770 * gdb.hp/xdb1.exp: new file.
20771 * gdb.hp/xdb2.exp: new file.
20772 * gdb.hp/xdb3.exp: new file.
20773
20774Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
20775
20776 The following files are part of the HP merge; some had longer
20777 names at HP, but have been renamed to be no more than 14
20778 characters in length.
20779
20780 * gdb.base/ss.h: new file.
20781 * gdb.base/call-ar-st.c: new file.
20782 * gdb.base/call-ar-st.exp: new file.
20783 * gdb.base/call-rt-st.c: new file.
20784 * gdb.base/call-rt-st-exp: new file.
20785 * gdb.base/call-strs.exp: new file.
20786 * gdb.base/ena-dis-br.exp: new file.
20787 * gdb.base/environ.exp: new file.
20788 * gdb.base/long_long.exp: new file.
20789 * gdb.base/sect-cmd.exp: new file.
20790 * gdb.base/shlib-cl2.exp: new file.
20791 * gdb.base/smoke.exp: new file.
20792 * gdb.base/so-impl-ld.c: new file.
20793 * gdb.base/so-impl-ld.exp: new file.
20794 * gdb.base/so-indr-cl.c: new file.
20795 * gdb.base/so-indr-cl.exp: new file.
20796 * gdb.base/varargs.exp: new file.
20797 * gdb.base/volatile.exp: new file.
20798 * gdb.base/whatis-exp.exp: new file.
7a292a7a 20799 * gdb.base/display.exp: new file.
c906108c
SS
20800 * gdb.c++/derivation.exp: new file.
20801 * gdb.c++/local.exp: new file.
20802 * gdb.c++/member-ptr.exp: new file.
20803 * gdb.c++/overload.exp: new file.
20804 * gdb.c++/ovldbreak.exp: new file.
20805 * gdb.c++/ref-types.exp: new file.
20806 * gdb.c++/ref-types2.exp: new file.
20807 * gdb.c++/userdef.exp: new file.
d63a86f8 20808
c906108c
SS
20809Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
20810
20811 * gdb.base/default.exp: Reflect wording change in remote.c.
20812
dc96c6c7 20813Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
20814
20815 * gdb.base/help.exp: Update to reflect current text.
20816
20817Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
20818
20819 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
20820 they're stack variables and contain garbage.
20821 * gdb.c++/anon-union.exp: new file.
20822
20823 The following changes were made by David Taylor
889bf7c5
PA
20824 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20825 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20826 in changes by HP.
c906108c
SS
20827
20828 * gdb.base/bitops.exp: new file.
20829 * gdb.base/default.exp: change expected messages for catch and
20830 info catch tests to reflect HP merge changes.
20831 * gdb.base/enable-disable-break.exp
20832 * gdb.base/ending-run.c: new file.
20833 * gdb.base/long_long.c: new file.
20834 * gdb.base/maint.exp: new file.
20835 * gdb.base/pointers2.exp: new file.
20836 * gdb.base/shlib-call2.exp: new file.
20837 * gdb.base/solib.exp: new file.
20838 * gdb.base/step-test.c: new file.
20839 * gdb.c++/anon-union.cc: new file.
20840 * gdb.c++/local.cc: new file.
20841 * gdb.c++/member-pointer.cc: new file.
20842 * gdb.c++/method.cc: new file.
20843 * gdb.c++/ref-types.cc: new file.
20844 * gdb.c++/ref-types2.cc: new file.
20845 * gdb.c++/userdef.cc: new file.
d63a86f8 20846
c906108c
SS
20847 * gdb.base/scope.exp: compile one file at a time, then link.
20848 * gdb.base/langs.exp: ditto.
20849 * gdb.base/list.exp: ditto.
d63a86f8 20850
c906108c
SS
20851Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
20852
20853 The following changes were made by David Taylor
889bf7c5
PA
20854 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
20855 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
20856 in changes by HP.
d63a86f8 20857
c906108c
SS
20858 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
20859 skip tests. When compiling pass c++ flag to gdb_compile.
20860 * gdb.c++/
d63a86f8 20861
c906108c
SS
20862 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
20863 test for on hppa*-*-hpux*; use args to see if c++ was specified.
20864 (skip_hp_tests): new function.
20865 (gdb_preprocess): new function.
20866
20867 * configure.in (hpdir): decide whether to configure gdb.hp.
20868 * configure: regenerated.
20869
20870 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
20871 to delete on clean.
20872 (EXECUTABLES): update to reflect new additions.
20873 * gdb.base/commands.exp: update message expected.
20874 * gdb.base/default.exp: add copyright notice.
20875 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
20876 * gdb.base/help.exp: update messages to reflect current text.
20877 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
20878 targets for recurse tests.
20879 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
20880 skip this file.
20881
20882 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
20883 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
20884 compilation.
20885 * gdb.c++/misc.exp: ditto.
20886 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
20887 run the tests. tell gdb_compile that it's a c++ compilation.
20888
20889 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 20890
c906108c
SS
20891 * gdb.base/all-bin.exp: new file.
20892 * gdb.base/arithmet.exp: new file.
20893 * gdb.base/assign.exp: new file.
20894 * gdb.base/completion.exp: new file.
20895 * gdb.base/cond-expr.exp: new file.
20896 * gdb.base/condbreak.exp: new file.
20897 * gdb.base/define.exp: new file.
20898 * gdb.base/dollar.exp: new file.
20899 * gdb.base/environment.exp: new file.
20900 * gdb.base/eval-skip.exp: new file.
20901 * gdb.base/jump.exp: new file.
20902 * gdb.base/logical.exp: new file.
20903 * gdb.base/pointers.exp: new file.
20904 * gdb.base/relational.exp: new file.
20905 * gdb.base/section_command.exp: new file.
20906 * gdb.base/whatis-expr.exp: new file.
20907
20908 * gdb.base/all-types.c: new file.
20909 * gdb.base/call-array-struct.c: new file.
20910 * gdb.base/call-return-struct.c: new file.
20911 * gdb.base/call-strings.c: new file.
20912 * gdb.base/callfuncs2.c: new file.
20913 * gdb.base/condbreak.c: new file.
20914 * gdb.base/constvars.c: new file.
20915 * gdb.base/display.c: new file.
20916 * gdb.base/int-type.c: new file.
20917 * gdb.base/jump.c: new file.
20918 * gdb.base/miscexprs.c: new file.
20919 * gdb.base/pointers.c: new file.
20920 * gdb.base/pointers2.c: new file.
20921 * gdb.base/shmain.c: new file.
20922 * gdb.base/shr1.c: new file.
20923 * gdb.base/shr2.c: new file.
20924 * gdb.base/solib.c: new file.
20925 * gdb.base/solib1.c: new file.
20926 * gdb.base/solib2.c: new file.
20927 * gdb.base/varargs.c: new file.
20928 * gdb.c++/derivation.cc: new file.
20929 * gdb.c++/overload.cc: new file.
20930 * gdb.c++/ovldbreak.cc: new file.
20931 * gdb.hp/attach.c: new file.
20932 * gdb.hp/attach2.c: new file.
20933 * gdb.hp/average.c: new file.
20934 * gdb.hp/compiler.c: new file.
20935 * gdb.hp/compiler.cc: new file.
20936 * gdb.hp/execd-program.c: new file.
20937 * gdb.hp/follow-exec.c: new file.
20938 * gdb.hp/follow-fork.c: new file.
20939 * gdb.hp/follow-vfork-and-exec.c: new file.
20940 * gdb.hp/misc-hp.cc: new file.
20941 * gdb.hp/more-steps.c: new file.
20942 * gdb.hp/optimize.c: new file.
20943 * gdb.hp/quicksort.c: new file.
20944 * gdb.hp/run-hp.c: new file.
20945 * gdb.hp/start-stop.c: new file.
20946 * gdb.hp/sum.c: new file.
20947 * gdb.hp/templates-hp.cc: new file.
20948 * gdb.hp/thread-local-in-lib.c: new file.
20949 * gdb.hp/thread-local-in-lib.h: new file.
20950 * gdb.hp/thread-local-in-lib.lib.c: new file.
20951 * gdb.hp/vforked-program.c: new file.
20952 * gdb.hp/virtfunc-hp.cc: new file.
20953 * gdb.hp/watchpoint-hp.c: new file.
20954 * gdb.hp/xdb.c: new file.
20955 * gdb.hp/xdb0.c: new file.
20956 * gdb.hp/xdb0.h: new file.
20957 * gdb.hp/xdb1.c: new file.
20958
20959Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
20960
20961 The following change was made by Edith Epstein
889bf7c5
PA
20962 <eepstein@cygnus.com> as part of a project to merge in changes
20963 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
20964
20965 * gdb.c++/demangle.exp: changed the expected output for some
20966 ARM-style mangling -- removed second reference to datatype.
889bf7c5 20967 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 20968 T1<char>::~T1<char>(void)
c906108c 20969 becomes,
a9c64011
AS
20970 maint demangle __dt__11T1__pt__2_cFv
20971 T1<char>::~T1(void)
c906108c 20972
889bf7c5 20973 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 20974
c906108c
SS
20975Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
20976
20977 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
20978 * gdb.trace/backtrace.exp: Likewise.
20979 * gdb.trace/circ.exp: Likewise.
20980 * gdb.trace/collection.exp: Likewise.
20981 * gdb.trace/deltrace.exp: Likewise.
20982 * gdb.trace/infotrace.exp: Likewise.
20983 * gdb.trace/limits.exp: Likewise.
20984 * gdb.trace/packetlen.exp: Likewise.
20985 * gdb.trace/passc-dyn.exp: Likewise.
20986 * gdb.trace/passcount.exp: Likewise.
20987 * gdb.trace/report.exp: Likewise.
20988 * gdb.trace/save-trace.exp: Likewise.
20989 * gdb.trace/tfind.exp: Likewise.
20990 * gdb.trace/tracecmd.exp: Likewise.
20991 * gdb.trace/while-dyn.exp: Likewise.
20992 * gdb.trace/while-stepping.exp: Likewise.
20993
209941998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
20995
20996 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
20997
20998Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
20999
21000 From Brendan Kehoe:
21001 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
21002 int return types.
21003
21004Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
21005
21006 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 21007 remote dos host testing right.
c906108c
SS
21008
21009Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
21010
21011 * gdb.base/corefile.exp: remove some xfails.
21012
21013Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
21014
21015 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 21016 have different timestamps.
c906108c
SS
21017
21018Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
21019
21020 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 21021 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
21022
21023Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
21024
21025 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 21026 delta.
c906108c
SS
21027
21028Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
21029
21030 * gdb.base/default.exp: Add brace missing from previous delta.
21031
21032Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
21033
21034 * gdb.base/default.exp: Support test for info float for all
21035 varieties of arm toolchain.
21036
dc96c6c7 21037Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21038
21039 * gdb.trace/*.exp: remove "remote_download" command.
21040
dc96c6c7 21041Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21042
21043 * gdb.trace/*.exp: remove -gdwarf from compile.
21044
21045Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
21046
21047 * gdb.trace/configure.in(AC_INIT): typo
21048 * gdb.trace/configure: regenerated
21049
dc96c6c7 21050Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21051
21052 * config/m68k-emc.exp: New file.
21053 * lib/<emc-support.exp trace-support.exp}: New files.
21054 * configure.in: add new test directory gdb.trace.
21055 * gdb.trace/{configure configure.in Makefile.in}: New files.
21056 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
21057 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
21058 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
21059 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
21060 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
21061 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
21062 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 21063
dc96c6c7 21064Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21065
21066 * gdb.c++/classes.exp: Change all regular expressions to match
21067 arbitrary combinations of newline/carriage-return, so that they
21068 will work equally well on Unix and Windows.
21069 * gdb.c++/inherit.exp: ditto.
21070 * gdb.c++/virtfunc.exp: ditto.
21071
210721998-08-11 Dawn Perchik <dawn@cygnus.com>
21073
21074 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
21075
c2d11a7d
JM
21076Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
21077
21078 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
21079 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
21080 to use a0-a3/d0-d3 as needed.
21081
21082Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
21083
21084 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
21085 * gdb.disasm/am33.exp: Corresponding changes.
21086
c906108c
SS
210871998-07-11 Felix Lee <flee@cygnus.com>
21088
21089 * gdb.base/callfuncs.exp: add cmp10 test.
21090 * gdb.base/callfuncs.c (cmp10): new function.
21091
21092Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
21093
d63a86f8 21094 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
21095 into two parts to get around a synchronization problem in expect.
21096
3fc11d3e
JM
21097Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
21098
21099 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
21100
21101 * configure.in: Add options for gdbtk testsuite.
21102
21103 * configure: Regenerate.
21104
21105 * gdb.gdbtk: New directory to hold gdbtk tests.
21106
c906108c
SS
21107Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21108
21109 * gdb.fortran/types.exp: Escape brackets in expect patterns
21110 for test_float_literal_types_accepted tests.
21111 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
21112 before run test.
21113
c2d11a7d
JM
21114Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
21115
21116 * am33.exp: Just compile, do not link the testcase.
21117 * am33.s: Add ".am33" pseudoop to force am33 mode.
21118
c906108c
SS
211191998-06-25 Felix Lee <flee@cygnus.com>
21120
21121 * gdb.base/setshow.exp: make sure $pc is sane.
21122
21123 * gdb.stabs/weird.exp: split expect patterns properly.
21124
c2d11a7d
JM
21125Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
21126
21127 * gdb.disasm/am33.s: New disassembler testfile for the am33.
21128 * gdb.disasm/am33.exp: Run it.
21129
dc96c6c7 21130Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21131
21132 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
21133 match processing (and eliminate spurious timeouts when running).
21134
dc96c6c7 21135Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21136
21137 * gdb.base/signals.exp (test_handle_all_print): put back Mach
21138 exception test, but conditionalize it on target [mach | gnu].
21139
dc96c6c7 21140Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21141
21142 * gdb.base/overlays.exp: fixup compile line for linker script.
21143
21144Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
21145
21146 * gdb.fortran/types.exp: don't guess at float size.
21147
21148Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
21149
21150 * gdb.base/exprs.exp: delete test that depends on int size.
21151
21152Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
21153
21154 * config/sim.exp: Removed checks for target triplets.
21155 (gdb_target_sim): Use gdb,target_sim_options.
21156
21157Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
21158
21159 * gdb.base/reread.exp: New file.
21160 * gdb.base/reread1.c: New file.
21161 * gdb.base/reread2.c: New file.
21162
21163Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
21164
21165 * config/sim.exp: Use 'target sim -sparclite' when running
21166 SPARClite programs.
21167
21168Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
21169
21170 * gdb.base/structs2.exp: New file.
21171 * gdb.base/structs2.c: New file.
21172
21173Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
21174
21175 * gdb.asm/common.inc: New file.
21176 * gdb.asm/d10v.inc: New file.
21177 * asm-source.exp: Pass -I's to gas to find .inc files.
21178 Update line numbers in expected output.
21179 * asmsrc1.s: Rewrite.
21180 * asmsrc2.s: Rewrite.
21181 * configure.in: Create arch.inc symlink.
21182 * configure: Regenerate.
21183 * Makefile.in (distclean): Delete arch.inc.
21184
21185Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
21186
21187 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
21188 (t_enum_value2): ditto
21189 (t_enum_value3): ditto
21190 (main): ditto
c906108c
SS
21191Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
21192
21193 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
21194 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
21195 change.
21196 Use gdb_test instead of send_gdb/gdb_expect sequences.
21197
21198Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
21199
21200 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
21201 not void.
21202
21203Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
21204
21205 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
21206 subroutines. Used to test gdbs ability to single step through PC
21207 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
21208
21209Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
21210
21211 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
21212 more rigorous EGCS C++ error checking.
21213
21214Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21215
a9c64011
AS
21216 * gdb.base/help.exp: Clean up `help set args' and `help show args'
21217 tests.
21218 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
21219 function when asleep.
21220 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
21221 for i*86 Linux and SVR4 signal handling problems.
21222 Remove linux xfail for `next to handler in signals_tests_1', fixed
21223 by recent infrun.c change.
21224 Limit backtrace to 10 frames to avoid timeout problems with infinite
21225 stack backtraces.
21226 Adjust expect pattern in `handle all print' test to match Apr 28 1997
21227 target.[ch] change.
c906108c
SS
21228
21229Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
21230
21231 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
21232 for a newline from gdb before continuing.
21233 (default_gdb_exit): Just look for y or n.
21234 (gdb_test): Detect abnormal exit from GDB running on DOS; if
21235 it does, fail the rests of the tests in the file.
21236
21237Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
21238
21239 * config/cygmon.exp: New file.
21240
21241Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
21242
21243 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 21244 main" test on remote targets.
c906108c
SS
21245
21246 * gdb.base/scope.exp: Fix problem with filelocal_bss before
21247 run test on remote targets.
21248
21249Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
21250
21251 * gdb.asm: New directory.
21252 * configure.in: Configure it.
21253 * configure: Regenerate.
21254 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
21255 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
21256
21257Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
21258
21259 * config/mn10300-eval.exp: New file to support MN10300 eval board.
21260
dc96c6c7 21261Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 21262
a9c64011
AS
21263 * gdb.base/overlays (several files): Merge the two overlay
21264 managers into one. Change variables (foox, barx, bazx, grbxx)
21265 back into ints but force them to load in their proper sections.
c906108c
SS
21266
21267Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
21268
21269 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 21270 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
21271 (D10VCopy): Handle memory regions crossing 16k boundaries.
21272 (D10VCopy): Transfer data in 32 bit chunks.
21273
21274Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
21275
21276 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 21277 correct.
c906108c
SS
21278
21279 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 21280 map. Include space for printf in .text segment.
c906108c
SS
21281
21282 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 21283 updated d10v memory VMA/LMA map.
c906108c 21284 (D10VCopy): Call D10VTranslate.
d63a86f8 21285
c906108c
SS
21286Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
21287
21288 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
21289
21290 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
21291 that it won't be put into the .sdata - small data -
21292 section. Update reference.
c906108c
SS
21293 * gdb.base/baz.c (bazx, baz): Ditto.
21294 * gdb.base/foo.c (foox, foo): Ditto.
21295 * gdb.base/grbx.c (grbxx, grbx): Ditto.
21296
21297 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 21298 to be arrays.
d63a86f8 21299
dc96c6c7 21300Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 21301
a9c64011
AS
21302 * gdb.base/overlays.exp: fix up and get working again.
21303 Add tests for backtraces from an overlay function.
d63a86f8 21304
c906108c
SS
21305Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
21306
21307 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
21308 "calling function with watchpoint enabled".
21309
21310Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
21311
21312 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 21313 gdb_suppress_tests for d10v-*-*.
c906108c
SS
21314 * lib/gdb.exp (gdb_suppress_tests): Disable this function
21315 pending review of whether it is useful or not.
21316
21317Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
21318
21319 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
21320
21321Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
21322
21323 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
21324 * config/dve.exp: New file to support Densan boards.
21325
21326Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
21327
21328 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 21329 reads and BSD.
c906108c
SS
21330
21331Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
21332
21333 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
21334 response.
21335
21336 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
21337
21338Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
21339
21340 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 21341 test.
c906108c
SS
21342
21343 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 21344 target_sizeof_long and target_bigendian_p.
c906108c 21345 (structs_by_value, structs_by_reference): Check values according
889bf7c5 21346 to targets word size and endianess.
d63a86f8 21347
c906108c
SS
21348Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
21349
21350 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 21351 output.
c906108c
SS
21352
21353Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
21354
21355 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 21356 Update test of set args help to match source change.
c906108c
SS
21357
21358Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
21359
21360 * gdb.base/default.exp: Expect help system output to be in
21361 alphabetical order.
21362 * gdb.base/help.exp: Ditto.
21363
21364Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
21365
21366 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
21367 "i*86-pc-linux-gnu*".
21368 * gdb.base/interrupt.exp: Ditto.
21369 * gdb.base/corefile.exp: Ditto.
21370
21371 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 21372 define vxworks when building the testcase.
c906108c
SS
21373
21374 * gdb.base/ptype.exp: Fix testnames to be unique.
21375 * gdb.base/radix.exp: Ditto.
21376 * gdb.base/term.exp: Ditto.
21377 * gdb.base/whatis.exp: Ditto.
21378 * gdb.c++/classes.exp: Ditto.
21379
21380Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
21381
21382 * gdb.base/callfuncs.exp: Fix indentation.
21383
21384 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
21385 suppress_flag has been set.
21386 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
21387 target feature.
21388
21389Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
21390
21391 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
21392 the testcase.
21393
21394 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 21395 set_debug_traps() and breakpoint().
c906108c
SS
21396 * gdb.c++/misc.cc (main): Ditto.
21397 * gdb.c++/templates.cc (main): Ditto.
21398 * gdb.c++/virtfunc.cc (main): Ditto.
21399
21400Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
21401
21402 * lib/gdb.exp(gdb_step_for_stub): New function.
21403 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
21404 exists, reload the executable and do a "continue" instead of
21405 doing a jump.
21406 (runto_main): Use gdb_step_for_stub.
d63a86f8 21407
c906108c 21408 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 21409 tests to have unique names.
c906108c
SS
21410 * gdb.base/callfuncs.exp: Ditto.
21411 * gdb.base/commands.exp: Ditto.
21412 * gdb.base/default.exp: Ditto.
21413 * gdb.base/help.exp: Ditto.
21414 * gdb.base/list.exp: Ditto.
21415 * gdb.base/opaque.exp: Ditto.
21416 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
21417 similar tests.
d63a86f8 21418
c906108c
SS
21419 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
21420 * gdb.c++/cplusfuncs.cc: Ditto.
21421 * gdb.c++/virtfunc.cc: Ditto.
21422
21423 * config/monitor.exp: Keep track of the last file we saw, rather
21424 than trying to get the info from gdb.
21425
21426 * gdb.fortran/types.exp: Move comment to previous line.
21427
21428Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
21429
21430 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 21431 target mode.
c906108c
SS
21432
21433Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
21434
21435 From Bob Manson:
21436 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 21437 string from GDB when it connects.
c906108c
SS
21438
21439 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
21440
21441Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
21442
21443 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
21444 if we can't get a debug format from GDB (we may be testing an
21445 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
21446
21447 * gdb.stabs/weird.exp: Fix quoting.
21448
21449 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
21450
21451Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
21452
21453 * config/arm-ice.exp: New file.
21454
21455Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
21456
21457 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 21458 until it has been modified to work with the new testsuite.
c906108c 21459
99707966 21460 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
21461 testcase won't compile, cause all of the testcases in the file to
21462 fail instead.
c906108c
SS
21463
21464 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
21465 (gdb_clear_suppressed): New procedure.
21466 (gdb_stop_suppressing_tests): Only clear suppress_flag if
21467 it contains a positive value.
21468
21469Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
21470
21471 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
21472
21473 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
21474
21475Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
21476
21477 * lib/gdb.exp (setup_xfail_format): New function.
21478 (get_debug_format): New function to get debug format.
21479 (debug_format): New global variable to hold last value set
21480 by get_debug_format.
21481 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 21482 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
21483 * gdb.c++/ptype.exp: Ditto.
21484 * gdb.c++/classes.exp: Ditto.
21485 * gdb.c++/cplusfuncs.exp: Ditto.
21486 * gdb.c++/inherit.exp: Ditto.
21487 * gdb.c++/templates.exp: Ditto.
21488 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 21489
c906108c
SS
21490Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
21491
21492 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
21493 host doesn't have a currently-open connection.
21494
21495 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
21496 any gdb stub target. Handle cases where gdb doesn't respond when
21497 interrupted in a sane fashion.
c906108c
SS
21498
21499 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 21500 same thing in a totally different way.
c906108c
SS
21501
21502 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 21503 setting "timeout".
c906108c 21504 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 21505 default_gdb_init now.
c906108c
SS
21506
21507Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
21508
21509 * gdb.base/printcmds.exp: Fix "check for floating addition"
21510 regexp to accept results within approx +/- .01 of exact value.
21511 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
21512
21513Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
21514
21515 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 21516 properly.
c906108c
SS
21517 (gdb_expect): Add optional timeout parameter, and add timeout
21518 value to various calls.
21519 (gdb_suppress_tests): Only give one warning message per group.
21520
21521Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
21522
21523 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
21524 global variables. Handle getting a value for $timeout more
21525 gracefully.
c906108c
SS
21526
21527Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21528
21529 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 21530 initialize.
c906108c 21531 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 21532 by a target configuration file.
c906108c
SS
21533 (gdb_expect): Pass the timeout to remote_expect.
21534
21535 * config/monitor.exp(gdb_load): Fix typo in regexp.
21536
21537Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
21538
21539 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
21540
21541Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
21542
21543 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
21544 here. Call gdb_target_exec before rebooting the target, to make
21545 sure the connection to the target is closed.
c906108c
SS
21546 (gdb_load): Pass the name of the executable to gdb_target_monitor.
21547 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
21548 Also detect "Timeout reading from remote" error.
21549
21550 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
21551 gdb_target_monitor. Don't call gdb_file_cmd here; let
21552 gdb_target_monitor do it.
c906108c
SS
21553
21554 * gdb.disasm/hppa.exp: Don't use exec_output.
21555
21556Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
21557
21558 * gdb.base/list.exp: If we're debugging a non-native target,
21559 try to set the pc register to point to the start of the
21560 program before doing the first list command.
21561
21562 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 21563 test_calls after restarting.
c906108c
SS
21564
21565 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 21566 reloading.
c906108c
SS
21567
21568 * gdb.base/watchpoint.exp: Fix typo.
21569
21570 * gdb.base/setshow.exp: Check for use_gdb_stub.
21571
21572 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 21573 stub case.
c906108c
SS
21574 * gdb.base/langs.exp: Ditto.
21575
21576 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
21577 gdb_load_offset. If we weren't given a file to load, figure out
21578 what the current file is and use it.
c906108c
SS
21579
21580 * config/i386-bozo.exp: New file.
21581
21582Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
21583
21584 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
21585 feature.
21586
21587 * config/proelf.exp: New entry.
21588
21589Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
21590
21591 * lib/gdb.exp: Remove spurious .* patterns at the beginning
21592 of regexps.
21593
21594 * gdb.base/watchpoint.exp: Don't run the test_stepping
21595 tests if gdb can't call functions on the target.
21596
21597 * gdb.base/setshow.exp: Don't run the set prompt tests if
21598 the board has gdb_prompt set.
21599
21600Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
21601
21602 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
21603 * gdb.base/commands.exp: Likewise.
21604 * gdb.base/setshow.exp: Likewise.
21605
21606Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
21607
21608 * config/monitor.exp(gdb_start): Look for gdb_prompt target
21609 feature.
21610
21611 * config/i960.exp: New file.
21612
21613Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
21614
21615 * gdb.base/funcargs.exp: Check for gdb,short_int target
21616 feature instead of looking for explicit target triplets.
21617
dc96c6c7 21618Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 21619
d63a86f8 21620 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
21621 "p 123DEADBEEF", to check parse_number.
21622 * top.c: change "to enable to enable" to "to enable" in a couple
21623 of help strings.
21624
21625Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
21626
21627 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
21628 on the mn10300.
d63a86f8 21629
c906108c
SS
21630Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
21631
21632 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
21633 where the test executable is run with explicit args.
21634 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
21635
21636Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
21637
21638 * gdb.base/run.c: Use FAKEARGV to build test executable that
21639 does not require a command line arg, since most simulators
21640 don't currently support passing such an arg into the simulated
21641 program.
21642 * gdb.base/commands.exp: Change tests to insert the proper
21643 value as the arg to the first recursive factorial call. Change
21644 compilation line to define FAKEARGV at compile time.
21645
21646Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
21647
21648 * gdb.base/recurse.exp: Enable these tests for the mn10300.
21649 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
21650 function with watchpoint enabled" test.
21651
21652Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
21653
21654 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 21655 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
21656
21657 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 21658 "Tests restarted" messages.
c906108c
SS
21659
21660Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
21661
21662 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
21663
dc96c6c7 21664Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
21665
21666 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
21667 for INFO SYMBOL; add help tests for OVERLAY commands.
21668 * gdb.base/default.exp: add tests for INFO SYMBOL command;
21669 add tests for OVERLAY commands
21670 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
21671 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
21672 * gdb.base/sigall.c: add usestubs code frag
21673 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 21674
c906108c
SS
21675Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
21676
21677 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
21678 failures.
21679 (gdb_stop_suppressing_tests): Note that tests have restarted.
21680
21681Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
21682
21683 * config/h8300.exp: New file.
21684
21685Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
21686
21687 * gdb.base/setshow.exp: Check for the existence of a
21688 feature, not its value.
21689
21690Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
21691
21692 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
21693
21694 * gdb.base/scope.exp: It's now init0(), not init().
21695
21696 * gdb.base/scope0.c: For now, change init() to be init0().
21697
21698 * config/monitor.exp: Use gdb_serial in preference to serial
21699 or netport.
21700
21701 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 21702 and it's not already set.
c906108c
SS
21703
21704Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
21705
21706 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 21707 isn't using a stub and if it supports argument passing.
c906108c
SS
21708
21709Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
21710
21711 * config/udi.exp(gdb_start): Make sure UDICONF is set
21712 properly before starting gdb.
21713
21714Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
21715
21716 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
21717 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
21718 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
21719
21720Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
21721
21722 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 21723 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
21724
21725 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
21726
21727 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
21728
21729 * config/monitor.exp: Make sure we disconnect from the target.
21730 Also, try a reboot/reload cycle instead of failing if the
21731 load fails.
21732
21733Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
21734
21735 * gdb.base/default.exp: Don't set match_max.
21736 * gdb.base/help.exp: Ditto.
21737 * gdb.base/list.exp: Ditto.
21738 * gdb.base/signals.exp: Ditto.
21739
21740 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
21741 set, use remote_ld to download the testcase instead of
21742 the GDB loader.
21743
21744Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
21745
21746 * config/vr5000.exp: New file.
21747
21748 * config/monitor.exp(gdb_target_monitor): Add pattern for
21749 "Ending remote" to detect errors in connecting.
21750
21751 * gdb.base/setshow.exp: Add .* within auto language test.
21752
21753 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
21754 target feature.
21755
21756 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 21757 and reboot the board if necessary.
c906108c
SS
21758
21759 * gdb.base/setvar.exp(test_set): Handle multiple prints within
21760 a set of tests. Remove print.* from the patterns being checked.
21761
21762Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
21763
21764 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
21765 refer to gdb_spawn_id.
21766
21767 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
21768 longer used.
21769 * config/sparclet.exp: Ditto.
21770 * config/sparclet-old.exp: Ditto.
21771 * config/slite.exp: Ditto.
21772 * config/sim.exp: Ditto.
21773 * gdb.base/funcargs.exp: Ditto.
21774
21775 * lib/gdb.exp:Remove references to gdb_spawn_id.
21776 (gdb_expect): Move to remote.exp.
21777
21778Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
21779
21780 * config/monitor.exp: Detect the "Couldn't establish connection"
21781 message from GDB.
21782
21783Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
21784
21785 * gdb.base/bitfields.exp: Use runto instead of explicit
21786 gdb_run_cmd/gdb_expect sequences.
21787
21788 * gdb.base/break.exp(text_next_with_recursion): Add match for
21789 gdb_expect call.
21790
21791 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
21792 We also need to handle the "A program is being debugged already"
21793 prompt from gdb. Use gdb_test to set the baud rate.
21794
21795 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
21796 to 20000. Really. I mean it.
21797
21798Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
21799
21800 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
21801 fails. If suppress_flag is set, skip perror message about not
21802 being able to send to GDB.
c906108c 21803 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 21804 GDB.
c906108c
SS
21805 (gdb_expect): If suppress_flag is set, always fail immediately.
21806 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
21807 (gdb_init): Call gdb_stop_suppressing_tests.
21808 (default_gdb_exit): Ditto.
21809 (default_gdb_start): Ditto.
21810
21811 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 21812 gdb_stop_suppressing_tests as appropriate.
c906108c 21813 * gdb.base/break.exp: Ditto.
889bf7c5 21814 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
21815 * gdb.base/commands.exp: Ditto.
21816 * gdb.base/exprs.exp: Ditto.
889bf7c5 21817 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
21818 * gdb.base/list.exp: Ditto.
21819 * gdb.base/recurse.exp: Ditto.
889bf7c5 21820 * gdb.base/scope.exp: Ditto.
c906108c
SS
21821 * gdb.base/structs.exp: Ditto.
21822 * gdb.c++/inherit.exp: Ditto.
21823
21824Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
21825
21826 * config/vr4300.exp: New file.
21827
99707966 21828 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 21829
99707966 21830 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
21831
21832Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
21833
21834 * lib/gdb.exp(gdb_init): New function.
21835
21836 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 21837 for each individual variable set.
c906108c
SS
21838
21839 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
21840 name.
21841
21842 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
21843
21844 * gdb.base/scope.exp: Use gdb_test.
21845
21846 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
21847 aborting; the testsuite driver will do that for us (see
21848 gdb_finish). Also, use gdb_test in a few more places.
21849
21850Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
21851
21852 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
21853
21854Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
21855
21856 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
21857 and "add_tests" are not at the same address.
21858
21859Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
21860
21861 * gdb.base/ptype.exp: Use gdb_test.
21862
21863Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
21864
21865 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
21866 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
21867 left in. No longer expect them to fail.
21868
21869 * gdb.stabs/*.mt; Deleted, no longer used.
21870 * gdb.stabs/configure.in: Remove references to target makefile
21871 frags.
21872 * gdb.stabs/configure: Rebuilt.
21873
21874 * gdb.disasm/*.mt: Deleted, no longer used.
21875 * gdb.disasm/configure.in: Remove references to target makefile
21876 frags. Use "sh3.s" as the unique filename for this directory.
21877 * gdb.disasm/configure: Rebuilt.
21878
21879 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
21880 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
21881 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
21882
21883Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
21884
21885 * config/udi.exp: Use mondfe,name instead of remote_host.
21886
21887Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
21888
21889 * gdb.base/watchpoint.exp: Don't expect a failure when calling
21890 a function with a watchpoint enabled on the mn10200.
21891
21892 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
21893 before trying to create it!
21894
21895Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
21896
21897 * config/vx.exp: Use hostname instead of netport.
21898
21899 * config/vxworks.exp: New file.
21900
21901 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
21902
21903 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 21904 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
21905 occurs.
21906
21907 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
21908 $gdb_spawn_id directly.
21909 (gdb_run_cmd): Try _start as well as start. Use the target feature
21910 gdb,start_symbol as the symbol to start from when jumping.
21911
21912Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
21913
21914 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
21915 redundant) test.
21916
21917 * gdb.base/recurse.exp: Relax final value test for 'b' so that
21918 it doesn't lose for 16bit integer systems.
21919
21920Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
21921
21922 * gdb.fortran/types.exp: If the target doesn't support "double"
21923 data types, then expect "real" types to only be 4 bytes.
21924
21925 * gdb.c++/virtfunc.exp: Expect failure for virtual function
21926 call tests if the target doesn't support inferior function calls.
21927
21928 * gdb.base/printcmds.exp: Allow minor deviation in FP values
21929 in printf tests.
21930
21931Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
21932
21933 * gdb.base/help.exp: Disable "help set", "help show", and
21934 "help support". Simplify regexp for "help stack".
21935
21936 * gdb.base/default.exp: Set match_max to 5000 and the timeout
21937 to 60 seconds. Temporarily set match_max to 15000 around the
21938 "info copying" test.
21939
21940 * gdb.base/nodebug.exp: Don't try to do an inferior function
21941 call if the target doesn't support them.
21942 * gdb.base/printcmds.exp: Likewise.
21943 * gdb.base/setvar.exp: Likewise.
21944 * gdb.base/structs.exp: Likewise.
21945 * gdb.c++/templates.exp: Likewise.
21946 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
21947
21948 * gdb.base/recurse.exp: Enable for the mn10200.
21949
21950 * configure.in: Do configure gdb.stabs directory for *-*-elf
21951 targets.
21952 * configure: Rebuilt.
21953
21954 * gdb.base/break.exp: Check for gdb,noresults before testing
21955 exit status and/or results from the target.
21956 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
21957 * lib/gdb.exp: Remove old (now bogus) initialization of
21958 noinferior, noargs, noresults and nosignals.
21959
21960Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
21961
21962 * config/sh.exp: New file.
21963
21964 * config/slite.exp: Try to connect multiple times to the board
21965 before rebooting. Only send a "monitor run" if need_monitor_run
21966 is set.
21967
21968 * gdb.base/break.exp: Don't do the "stub continue" test if
21969 the target has gdb_stub set.
21970
21971 * gdb.base/callfuncs.exp: Increase the timeout.
21972
21973 * gdb.base/interrupt.exp: Don't even try to compile the testcase
21974 if the target has gdb,noinferiorio set.
21975
21976 * gdb.base/list.exp: Increase match_max to 10000 characters.
21977
21978 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
21979
21980 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
21981 target.
21982
21983 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
21984
21985Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
21986
21987 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
21988 trying to delete the copy of gdb. Catch the file delete so we
21989 don't die if the delete fails; also, the file should be copied to
21990 the host, not to the build.
c906108c
SS
21991
21992Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
21993
21994 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 21995 parenthesis in case it contains multiple regexps separated
c906108c
SS
21996 with |.
21997
21998 * gdb.base/watchpoint.exp: Use gdb_test.
21999 * gdb.base/default.exp: Ditto.
22000
22001Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
22002
99707966 22003 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 22004
c906108c
SS
22005 * gdb.base/scope.exp: Use gdb_test.
22006 * gdb.c++/classes.exp: Ditto.
22007 * gdb.c++/inherit.exp: Ditto.
22008
22009Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
22010
22011 * gdb.base/crossload.exp: Don't use execute_anywhere, use
22012 remote_exec instead.
22013 * gdb.base/corefile.exp: Don't be ridiculous.
22014 * gdb.base/*.c: Add missing stub invocations.
22015
22016Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
22017
22018 * config/slite.exp: Miscellaneous fixes.
22019
22020 * lib/gdb.exp: Fix runto.
22021
22022 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
22023 the target.
22024
22025 * gdb.base/watchpoint.exp: Fix regexp.
22026
22027 * lib/gdb.exp(default_gdb_exit): Add a catch to the
22028 close and wait commands, as the descriptor may now be
22029 invalid. Always call "remote_close host".
22030
22031Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
22032
22033 Major rewrite for testsuite revision.
d63a86f8 22034
c906108c
SS
22035 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
22036 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
22037 instead of relying on spawn_id to always contain a valid
22038 spawn id.
22039 (get_compiler_info): New procedure to build the ${binfile}.ci
22040 file, instead of replicating this in N different places.
22041 (gdb_compile): New procedure.
d63a86f8 22042
c906108c 22043 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
22044 appropriate arguments) instead of compile. Use gdb_test in a lot
22045 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
22046 at the start of a testcase, as this is no longer done magically.
22047
22048 config/*-gdb.exp: Rename without the -gdb suffix.
22049
22050 config/mips.exp: Use remote_close instead of exit_remote_shell.
22051 config/monitor.exp: Use target_info instead of looking at
22052 baud, timeout, etc.
22053 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
22054
22055Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22056
22057 * gdb.c++/templates.exp (test_ptype_of_templates),
22058 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
22059 Update expect patterns for destructors and assignment operators
22060 to match corresponding c-typeprint.c changes.
22061 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
22062 to destructor breakpoint test, GDB should be able to set the
22063 destructor breakpoint without specifying arguments.
22064
22065Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
22066
22067 * gdb.threads/pthreads.exp: Change result for failure to compile due
22068 to lack of pthreads runtime support from an error to simply an
22069 unsupported test, per dejagnu standards.
22070
22071Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22072
22073 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
22074 where GDB exits to reduce pattern match time.
22075 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
22076
22077 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
22078
dc96c6c7 22079Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22080
22081 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
22082 * gdb.base/default.exp: ditto.
22083 * gdb.base/nodebug.exp: ditto.
22084 * gdb.base/printcmds.exp: ditto.
22085 * gdb.base/ptype.exp: ditto.
22086 * gdb.base/setvar.exp: ditto.
22087 * gdb.base/structs.exp: ditto.
22088 * gdb.base/setshow.c: Guard against uninitialized values of argc.
22089
22090Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
22091
22092 * configure, */configure: Rebuild with autoconf 2.12.
22093
22094Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
22095
22096 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
22097 use new i*86-pc-linux*-gnu quads.
22098 * gdb.base/corefile.exp: Ditto.
22099 * gdb.base/signals.exp: Ditto.
22100 * gdb.base/sigall.exp: Ditto.
22101 * gdb.base/interrupt.exp: Ditto.
22102
22103 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
22104 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
22105 RedHat 4.0.
d63a86f8 22106
c906108c 22107 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
22108 linux. This allows the test case to at least compile on latest
22109 linux, but still not run due to missing the threads runtime library.
c906108c
SS
22110
22111Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22112
22113 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
22114 directory to search gdb directory. Accept and step over conditional
22115 stack alignment code. Consume $prompt in failure cases.
22116 Reset timeout to $oldtimeout instead of some arbitrary value.
22117 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
22118 timeout problems with infinite stack backtraces.
22119 * gdb.base/ptype.exp (ptype struct link, union tu_link):
22120 Accept function parameters for linkfunc member.
22121
22122Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
22123
22124 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
22125 (CXXFLAGS): Remove, unreferenced.
22126 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
22127 previous -B options and also add -B option to pick up cross compiled
22128 runtime.
c906108c
SS
22129 (TARGET_INCLUDES): Add for -I options and add code to initialize when
22130 doing cross compiles.
22131 (target_alias): Declare global.
22132 (xgcc): Set variable to full path of gcc in build tree. Use findfile
22133 to verify that gcc exists in build tree, and if so set CC to that
22134 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 22135
c906108c
SS
22136Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
22137
22138 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
22139 ptype test for anonymous union. Fixup testcase to match
22140 current gcc debug output.
22141
22142Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
22143
22144 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
22145 force argument to an unsigned long type.
22146
22147Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
22148
22149 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 22150 tests and anonymous union print/ptype tests.
c906108c
SS
22151 * gdb.base/list.exp (test_forward-search): Increase timeout by
22152 5 minutes for the "search extremely long line" case.
22153 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
22154 completely optional and that the pass/fail messages use the command as
22155 the message if that third arg is a null string.
22156 (gdb_test_exact): Arrange that a null string pattern means match a
22157 null string output rather than any output, which might include random
889bf7c5 22158 errors.
c906108c
SS
22159 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
22160 backtrace test.
22161 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
22162 always failing and failure is now exposed by gdb.exp changes.
22163
22164Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
22165
22166 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
22167 weren't being noted.
22168
22169Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22170
22171 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
22172 * gdb.stabs/weird.exp: Remove v_comb xfails.
22173
dc96c6c7 22174Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22175
22176 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 22177 list.exp scope.exp watchpoint.exp]
c906108c 22178 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 22179
dc96c6c7 22180Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22181
22182 * config/monitor.exp: Increase download timeout to 1000 seconds.
22183
dc96c6c7 22184Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22185
22186 * config/m32r.exp: Increase timeout to 120 seconds.
22187
22188Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
22189
22190 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
22191 and accept older ordering as obsolescent gcc or gdb.
22192 * gdb.c++/templates.exp: Ditto.
22193 * gdb.c++/virtfunc.exp: Ditto.
22194
22195Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
22196
22197 * gdb.base/coremaker.c: Add code to mmap some data so we
22198 can check that it ends up in the core file.
22199 * gdb.base/corefile.exp: Add test to read mmapped data
22200 from core file.
22201
dc96c6c7 22202Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22203
22204 * config/m32r.exp: New file.
22205
22206Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
22207
22208 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
22209 that cflags can contains -gstabs, and work correctly for other tests.
22210
dc96c6c7 22211Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
22212
22213 * gdb.base/setshow.exp: New file, tests show and set.
22214 * gdb.base/setshow.c: New file, tests show and set.
22215 * gdb.base/help.exp: Add test for help set|show annotate.
22216 * gdb.base/default.exp: Add test for set|show annotate.
22217
22218Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
22219
22220 * testsuite/gdb.base/break.exp: Make backtrace from factorial
22221 errors unique.
22222 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
22223 explicitly.
22224
22225Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
22226
22227 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
22228 and width commands. This is done elsewhere.
22229 * (gdb_start): Don't call gdb_start_sim here. That's already
22230 done in gdb_load. This fixes lots of failures in default.exp.
22231
22232Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
22233
22234 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
22235 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
22236 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
22237 in the same we we treat other failures (since it may be an expected
889bf7c5 22238 condition), rather than as an error.
c906108c
SS
22239 * gdb.base/signals.exp (test_handle_all_print): Revert back to
22240 old test format.
22241
22242Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
22243
22244 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
22245 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 22246 twice. Nuke the duplicates.
c906108c 22247 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 22248 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
22249 Remove config.h along with other config files.
22250
22251Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
22252
22253 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
22254 "p func1 ()" and note that rests of tests are skipped.
22255 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 22256 setup_xfails for "print func2::coremaker_local".
c906108c
SS
22257 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
22258 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
22259 affected by the previous run test.
22260 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
22261 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
22262 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
22263 "pass int powerset tuple" and "pass modeless int powerset tuple".
22264 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
22265 "real write 4" and "real write 8".
22266 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 22267 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
22268 "print \$i after tuple assign 2", and
22269 "print vs2 after tuple assign 2".
22270 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
22271 meaningful error message and return -1 so the caller can
22272 suppress further tests and avoid a cascade of errors.
d63a86f8 22273
c906108c
SS
22274Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
22275
22276 * gdb.base/a1-selftest.exp: Tweak tests to account for new
22277 format for printing version.
22278 * gdb.base/default.exp: Ditto.
22279 * gdb.base/interrupt.exp: Fix problem with cascade of
22280 errors if child process dies while calling a function.
d63a86f8 22281
c906108c
SS
22282Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
22283
22284 * Makefile.in (VPATH): Add
22285 * Makefile.in (Makefile, config.status): Fix rules so things get
22286 remade when necessary.
22287
22288Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
22289
22290 * Makefile.in (just-check): Add path to sibling expect dir
22291 to environment variable specified by RPATH_ENVVAR.
22292
22293Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
22294
22295 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
22296 (just-check): Add shared library paths for libstdc++, tk,
22297 tcl, bfd, and opcodes to the environment variable specified
22298 in RPATH_ENVVAR.
22299 * configure.in: Add support to recognize --enable-shared flag
22300 and generate correct value for RPATH_ENVVAR.
22301 * configure: Regenerated with autoconf.
22302
22303Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
22304
22305 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 22306 include all osf versions.
c906108c
SS
22307 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
22308 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
22309 when target is linux. When failing to build pthreads test
22310 executable, give more meaningful message.
22311 * gdb.threads/pthreads.c: Hpux also uses old definition of second
22312 arg for pthread_create.
d63a86f8 22313
c906108c
SS
22314Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
22315
22316 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 22317 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 22318 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 22319 and -lpthreads (everybody else).
c906108c
SS
22320 (test_startup): Fail gracefully if threads are not supported.
22321 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
22322 "p/c array_index("abcdef",2)" when not gcc compiled.
22323 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
22324 "print func2::coremaker_local" when not gcc compiled.
22325 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
22326 "ptype on opaque struct tagname (statically)",
22327 "ptype on opaque struct tagname (dynamically) 1", and
22328 "ptype on opaque struct tagname (dynamically) 2"
22329 for not compiled with gcc.
22330 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
22331 backtrace when compiled with gcc.
d63a86f8 22332 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
22333 than always return success.
22334
22335Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
22336
22337 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
22338
22339Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
22340
22341 * gdb.base/structs.exp: Undo last change.
22342
22343Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
22344
22345 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
22346 encapsulate all the steps/nexts done during self test, starting
22347 at main, and makes them less sensitive to optimization issues.
22348 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
22349 signal handler" test.
22350 * gdb.threads/pthreads.exp: Only run this for native configs.
22351 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
22352 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
22353 tests.
22354 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
22355 for "runto test_calls(void)" test.
d63a86f8 22356
c906108c
SS
22357Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
22358
22359 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
22360 and don't expect address info in breakpoint confirmations.
22361
22362Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
22363
22364 * gdb.base/list.exp (test_forward_search): Increase timeout
22365 temporarily by 60 seconds for searching extremely long line,
889bf7c5 22366 and then reset to old value when done. Increase expect input
c906108c
SS
22367 buffer to 10000.
22368
22369Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
22370
22371 * gdb.base/list.exp (test_forward_search): Fix to handle very
22372 long source line without overflowing expect's input buffer.
22373
22374Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
22375
22376 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
22377 "buffer_full".
22378
22379 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
22380 "buffer_full".
22381
22382 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
22383 "buffer_full".
22384
22385 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
22386 "buffer_full".
22387
22388Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
22389
22390 * configure.in (configdirs): Add gdb.threads.
22391 * configure: Regenerated with autoconf.
22392 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
22393 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
22394 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 22395
c906108c
SS
22396Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
22397
22398 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
22399
22400Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
22401
22402 * gdb.base/signals.exp (test_handle_all_print): Test separately for
22403 each signal's status in the output of "handle all print".
22404 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
22405 the \r\n sequence that immediately precedes the gdb prompt.
22406 * gdb.base/a1-selftest.exp: Save original timeout and restore
22407 after test.
22408
22409Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
22410
22411 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
22412 symbol.
22413
22414Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
22415
22416 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
22417
22418Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
22419
22420 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
22421 timeout by 60 seconds.
22422
22423Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
22424
22425 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
22426 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
22427 error return.
22428
22429Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
22430
22431 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
22432 gdb initialization, also report how long dejagnu waited. Restore
22433 old timeout before doing error return. Temporarily increase timeout
889bf7c5 22434 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
22435
22436Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
22437
22438 * lib/gdb.exp: Report timeout value for verbosity level 2.
22439 * config/gdbserver.exp: Ditto.
22440 * config/hppro.exp: Ditto.
22441 * config/mips-gdb.exp: Ditto.
22442 * config/monitor.exp: Ditto.
22443 * config/netware.exp: Ditto.
22444 * config/sim-gdb.exp: Ditto.
22445 * config/slite-gdb.exp: Ditto.
22446 * config/udi-gdb.exp: Ditto.
22447 * config/unix-gdb.exp: Ditto.
22448 * config/vx-gdb.exp: Ditto.
22449 * gdb.base/a1-selftest.exp: Ditto.
22450 * gdb.base/a2-run.exp: Ditto.
22451 * gdb.base/break.exp: Ditto.
22452 * gdb.base/corefile.exp: Ditto.
22453 * gdb.base/list.exp: Ditto.
22454 * gdb.base/recurse.exp: Ditto.
22455 * gdb.base/scope.exp: Ditto.
22456 * gdb.base/signals.exp: Ditto.
22457
22458Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22459
22460 * gdb.threads/Makefile.in (docdir): Removed.
22461
22462Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
22463
22464 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 22465 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 22466 @srcdir@.
d63a86f8 22467 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
22468 autoconf 2.5 or higher.
22469 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
22470
22471Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
22472
22473 * configure: Regenerated.
22474 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
22475 avoid name clashes with SunOS headers.
22476
22477Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
22478
22479 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
22480
22481Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
22482
22483 * gdb.base/callfuncs.exp: Finish last change -- make sure the
22484 prototype information ends up in the compiler info file.
22485
22486Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
22487
22488 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
22489 attempting to regenerate it. Eliminate use of a temporary file
22490 and just generate the info file directly. Source it immediately,
22491 for consistency of use.
22492 * gdb.base/corefile.exp: Ditto
22493 * gdb.base/exprs.exp: Ditto.
22494 * gdb.base/funcargs.exp: Ditto.
22495 * gdb.base/langs.exp: Ditto.
22496 * gdb.base/list.exp: Ditto.
22497 * gdb.base/mips_pro.exp: Ditto.
22498 * gdb.base/nodebug.exp: Ditto.
22499 * gdb.base/opaque.exp: Ditto.
22500 * gdb.base/ptype.exp: Ditto.
22501 * gdb.base/scope.exp: Ditto.
22502 * gdb.base/setvar.exp: Ditto.
22503 * gdb.base/signals.exp: Ditto.
22504 * gdb.base/whatis.exp: Ditto.
22505 * gdb.c++/templates.exp: Ditto.
22506 * gdb.c++/virtfunc.exp: Ditto.
22507 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 22508 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
22509
22510Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22511
22512 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
22513 it got fixed by the recent lookup_minimal_symbol_by_pc change.
22514 Increase timeout, a lot of single stepping might be needed if the
22515 target has no hardware watchpoints.
22516
22517Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
22518
22519 * gdb.base/break.exp: Ignore compiler warnings when compiling
22520 break.c.
22521 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
22522 * gdb.base/default.exp: Add h8300 xfails. Handle messages
22523 from remote-sim.
22524 * gdb.base/exprs.exp: Add h8300 xfails.
22525 * gdb.base/funcargs.exp: Likewise.
22526 * gdb.base/nodebug.exp: Likewise.
22527 * gdb.base/printcmds.exp: Likewise.
22528 * gdb.base/ptype.exp: Likewise.
22529 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
22530 h8300 xfails.
d63a86f8 22531 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
22532 on the h8300.
22533 * gdb.base/funcargs.c: Explicitly make last constant argument to
22534 call_after_alloca_subr an unsigned long type.
22535 * gdb.base/return.c: Include stdio.h.
22536
22537Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
22538
22539 * config/abug.exp: New file for the older Motorola Bug monitor
22540 that runs on the mvme13x series VME boards.
22541 * config/monitor.exp: Use the new config array for target settings
22542 if they exist.
22543
22544Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
22545
22546 * sim-gdb.exp: Make the SH simulator allocate less space when
22547 it is targeted.
22548
22549Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
22550
22551 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
22552 test.
22553
22554Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
22555
22556 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
22557 "rs6000-*-*" for "list function in include file" when gcc compiled.
22558 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
22559 for "p ctable1[120]".
22560 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
22561 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
22562 Remove setup_xfail for "rs6000-*-*" for
22563 "print 'scope0.c'::filelocal before run".
22564 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
22565 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
22566 since some compilers don't allow both options to be given
22567 on the same command line. Create object file and move it.
d63a86f8 22568
c906108c
SS
22569Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
22570
22571 * gdb.base/corefile.exp: Always regenerate the core file, since
22572 we always regenerate the coremaker program. Detect special case
22573 where registers cannot be read from core file.
d63a86f8 22574
c906108c
SS
22575Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
22576
22577 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
22578 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
22579 * gdb.c++/templates.exp: Only match on basename of file since
22580 some formats like xcoff don't encode directory information.
22581 * gdb.stabs/weird.exp: Use the right sed script for powerpc
22582 and rs6000 AIX xcoff targets.
22583 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
22584 * configure: Regenerate.
22585 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
22586 here, rather than in distclean.
d63a86f8 22587
c906108c
SS
22588Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
22589
22590 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
22591 defined, and use it to compile the test case with -O2. The
22592 native compilation still uses no optimization.
22593 * gdb.base/mips_pro.c: Remove inline assembly code since
22594 it is compiled PIC by default, which results in assembler
22595 warnings that make the testsuite think the compilation
22596 was unsuccessful.
22597
22598Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
22599
22600 * gdb.c++/misc.exp: Add note to message for
22601 "print s.a for foo struct" that this is a known gcc 2.7.2
22602 and earlier bug.
22603
22604Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
22605
22606 * gdb.base/break.exp: Fix pattern for matching "Delete all
22607 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
22608 setup_xfail for deleting all breakpoints test. Fix various
22609 timeout messages to include "(timeout)".
22610 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
22611 for "p t_float_values2(3.14159,float_val2)".
22612 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
22613 for "continue to call2g" when gcc compiled.
22614 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
22615 "up to foo in langs.exp", "show language at foo in langs.exp",
22616 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
22617 and "show language at fsub in langs.exp".
22618 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
22619 "list line 1 in include file", "list message for lines past EOF",
22620 "list function in include file", "list list0.h:foo", and
22621 "list filename:function; nonexistant function".
22622 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
22623 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
22624 and "ptype t_char_array" to be for native cc only.
d63a86f8 22625
c906108c
SS
22626Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
22627
d63a86f8 22628 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 22629 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 22630 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
22631
22632Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
22633
22634 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
22635 "bt in signals.exp". This problem only appears when running
22636 the testsuite, and then only intermittently.
22637
22638Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
22639
22640 * gdb.base/return.exp (return_tests): Differentiate between
22641 two tests of continuing.
22642
22643Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
22644
22645 * */Makefile.in (maintainer-clean): Remove config.log.
22646 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
22647 * gdb.c++/Makefile.in (PROGS): Add inherit.
22648 (clean): Remove *.ci.
22649
22650Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
22651
22652 * gdb.c++/misc.cc: Add test code from Mike Stump.
22653 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
22654
22655Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
22656
22657 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
22658 to "alpha-*-osf2*" and add comment.
22659 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
22660 setup_xfail for "step over execarg initialization" and
22661 "step over corearg initialization".
c906108c
SS
22662 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
22663 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
22664 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 22665 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
22666 "print func2::coremaker_local", and "backtrace in corefile.exp".
22667 * gdb.base/signals.exp: Build and source signals.ci.
22668 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
22669 to be for gcc only.
22670 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 22671
c906108c
SS
22672Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22673
22674 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
22675 Feb 3 procfs.c change.
22676
22677Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
22678
22679 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
22680
22681Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
22682
22683 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
22684 from dejagnu's apparent default of 10 seconds, which gives random
22685 results when running the tests over NFS on moderately loaded systems.
22686 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
22687
22688Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
22689
22690 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
22691 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 22692 result reports.
c906108c
SS
22693
22694Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
22695
22696 * configure.in (CY_AC_PATH_TCLH): Remove.
22697 * configure: Regenerate.
22698
22699Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
22700
22701 * gdb.c++/Makefile.in (clean): Add missing '{'.
22702
22703Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
22704
22705 * lib/gdb.exp: Provide a default value for noinferior.
22706
22707 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
22708 Load libgloss.exp.
22709
22710Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
22711
22712 * gdb.disasm/hppa.exp: Compile directly into an executable, use
22713 the executable, not the .o to run the tests from.
22714
22715Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
22716
22717 * gdb.base/break.exp: Don't test for program exit or exit status
22718 if $noresults if nonzero.
22719 * gdb.base/langs.exp: Likewise.
22720 * gdb.base/watchpoint.exp: Likewise.
22721
22722 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
22723 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
22724 trying to compile the testcase.
22725
22726Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
22727
22728 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
22729 * gdb.base/signals.exp (continue to handler): Likewise.
22730
22731Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
22732
22733 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
22734
22735 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
22736
22737Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
22738
22739 * gdb.base/corefile.exp: Recognize "not found" as failure
22740 when trying to determine if a core file was generated.
22741 If no core file was generate the first time, try again without
22742 the ulimit -c to work around braindamaged shells.
22743
22744Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
22745
22746 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
22747 [] tests with "test" and enclose string in quotes.
22748 * gdb.stabs/configure: Rebuild
d63a86f8 22749
c906108c
SS
22750Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
22751
22752 Changes in sync with expect:
22753 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
22754 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
22755 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
22756 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
22757 argument to AC_REQUIRE.
22758 * configure: Regenerated.
22759
22760Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
22761
22762 * gdb.base/corefile.exp: When generating a core, discard any
22763 error messages about ulimit not found and the "core dumped"
22764 message from the shell that runs the coredumper.
22765
22766Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
22767
22768 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
22769
22770 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
22771 which sed script to run. Expect failure for v_comb test
22772 on PA targets too.
d63a86f8 22773
c906108c
SS
22774Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
22775
22776 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 22777 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
22778
22779Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
22780
22781 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
22782 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 22783 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
22784 * lib/gdb.exp (default_gdb_start): Fix typo.
22785 * gdb.base/corefile.exp: Allow "Core was generated by ..."
22786 messages to not include the full program name that caused
22787 the core dump since some systems (such as solaris) apparently
22788 truncate this path to about 80 characters.
22789 When generating a core file first try increasing the core file
22790 size limit to unlimited since some systems may default it to
22791 zero, and it is harmless to try it. Move the test for failing
22792 to generate a core file to where it will actually get executed.
22793 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
22794 new gdb result from g++ debug info improvements and make old
22795 pattern obsolescent. Also account for size_t differences
22796 (may be int or long).
22797 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
22798 initialization before function call is placed in the delay slot
22799 and thus appears to be skipped over by commands such as "next".
22800
22801Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
22802
22803 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
22804
22805Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
22806
22807 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
22808 input source file; fix code to compile test to deal with this
22809 convention.
22810 * gdb.c++/*.exp: Likewise.
22811
22812Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
22813
22814 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
22815 "bt in signals.exp".
22816
22817Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
22818
22819 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
22820 "step over execarg initialization" and
889bf7c5 22821 "step over corearg initialization".
c906108c
SS
22822
22823Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
22824
22825 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
22826 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
22827
22828Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
22829
22830 From Rob Savoye (rob@poseidon.cygnus.com)
22831 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
22832 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
22833 configure.in}, gdb.disasm/{Makefile.in, configure.in},
22834 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
22835 configure.in}: Major reworking for autoconfig.
c906108c
SS
22836 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
22837 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 22838 New files.
c906108c
SS
22839 * config/unix-gdb.exp: Make GDB global.
22840 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
22841 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
22842 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
22843 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
22844 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
22845 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 22846 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
22847 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
22848 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
22849 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
22850 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 22851 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
22852 to returns as necessary, arrange for test to compile own testcase
22853 executable.
c906108c 22854 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 22855
c906108c
SS
22856Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
22857
22858 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 22859 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
22860 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
22861 "backtrace through signal handler".
22862
22863Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22864
22865 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
22866 continuing from a job control stop signal.
22867 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
22868
22869Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
22870
22871 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
22872 * gdb.base/corefile.exp: Likewise.
22873 * gdb.base/funcargs.exp: Likewise.
22874
22875Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
22876
22877 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
22878 * config/monitor.exp: Add support for setting baud rate.
22879
22880Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
22881
22882 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
22883 i*86-*-linux* xfails for "backtrace through signal handler".
22884 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
22885 "print func2::coremaker_local".
22886 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 22887 alpha-dec-osf2* xfail for
c906108c
SS
22888 "delete all breakpoints when none".
22889
22890Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
22891
22892 * gdb.base/break.exp: Change test that deletes all breakpoints
22893 when no user breakpoints are installed. A post 4.15 change
22894 causes gdb to no longer prompt in this case.
22895
22896Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
22897
22898 * gdb.base/return.exp (return_tests): Change xfail for test
22899 "correct value returned double test" to stop xfailing at
22900 Solaris 2.5. Apparently the bug has been fixed.
22901
22902Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
22903
22904 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
22905 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
22906
22907Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
22908
22909 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
22910 * gdb.disasm/hppa.s: Corresponding changes.
22911
22912Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
22913
22914 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
22915 makefile fragment.
22916 * config/mt-hpux: Deleted.
22917
22918Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
22919
d63a86f8 22920 * Many files: When warning about suppressed tests due to a
c906108c
SS
22921 nonexistant test binary, avoid incrementing the warning count.
22922
22923Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
22924
22925 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 22926
c906108c
SS
22927Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22928
22929 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
22930 "sparc-*-solaris2*".
22931
22932Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22933
22934 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
22935 Add global and local variables and initialize them.
22936 * gdb.base/corefile.exp: Test correct mapping of corefile sections
22937 by printing variables. Remove rs6000 and powerpc xfails, BFD now
22938 extracts the file name and terminating signal from the core file.
22939 * TODO: Remove note about tests for correct mapping of corefile.
22940 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
22941 from optimizing it away.
22942 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
22943 handles common blocks.
22944
22945Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
22946
22947 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
22948 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
22949
22950Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
22951
22952 * Makefile.in (maintainer-clean): New target, synonym for
22953 realclean.
22954 * gdb.base/Makefile.in (maintainer-clean): Likewise.
22955 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
22956 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
22957 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
22958 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
22959 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
22960
22961Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
22962
22963 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
22964 xfails when not gcc compiled for "print foo::funclocal".
22965 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
22966 "print foo::funclocal at foo",
22967 "print 'scope1.c'::foo::funclocal at foo",
22968 "print foo::funclocal_bss at foo",
22969 "print 'scope1.c'::foo::funclocal_bss at foo",
22970 "print foo::funclocal_ro at foo",
22971 "print 'scope1.c'::foo::funclocal_ro at foo",
22972 "print bar::funclocal at foo" and
22973 "print 'scope1.c'::bar::funclocal at foo".
22974 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
22975 gcc compiled for "print foo::funclocal at bar".
22976 Expand all messages to ensure that they identify that
22977 the test is at bar().
22978 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
22979 gcc compiled for:
22980 "ptype on opaque struct pointer (statically)",
22981 "ptype on opaque struct tagname (statically)",
22982 "ptype on opaque struct pointer (dynamically) 1",
22983 "ptype on opaque struct tagname (dynamically) 1",
22984 "ptype on opaque struct pointer (dynamically) 2" and
22985 "ptype on opaque struct tagname (dynamically) 2
22986 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
22987 gcc compiled for:
22988 "p datalocal"
22989 "whatis datalocal",
22990 "ptype datalocal",
22991 "p bsslocal",
22992 "whatis bsslocal", and
22993 "ptype bsslocal".
22994 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
22995 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
22996 when not gcc compiled.
22997 * gdb.base/funcargs.exp (float_and_integral_args): Add
22998 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
22999 compiled.
23000 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
23001 "backtrace from call6a" when not gcc compiled.
23002 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
23003 "backtrace from call7a" when not gcc compiled.
23004 * gdb.base/callfuncs.exp (do_function_calls):
23005 Add "hppa*-*-hpux*" xfail when not gcc compiled for
23006 "p t_char_array_values(char_array_val2,char_array_val1)",
23007 "p t_char_array_values(char_array_val1,char_array_val2)",
23008 "p t_char_array_values("carray 1","carray 2")",
23009 "p t_char_array_values("carray 1",char_array_val2)",
23010 "p t_char_array_values(char_array_val1,"carray 2")",
23011 "p sum_args(1,{2})",
23012 "p sum_args(2,{2,3})",
23013 "p sum_args(3,{2,3,4})",
23014 "p sum_args(4,{2,3,4,5})"
23015 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
23016 "backtrace in corefile.exp" when not gcc compiled.
23017
23018Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23019
23020 * gdb.base/signals.exp: Rewrite `handle all print' test as
23021 a procedure. Accept blanks or TABs as whitespace, increase
23022 timeout and expect input buffer size for the large output
23023 from the command. Remove "i*86-*-bsdi2.0" xfail.
23024
23025Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23026
23027 * gdb.base/setvar.exp: Add new testcases for truncation when
23028 assigning invalid values to bitfields.
23029
23030Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
23031
d63a86f8 23032 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
23033 mips-sgi-irix* xfail for
23034 "call inferior func with struct - returns char *"
23035 and fix test so that an optional (unsigned char *) cast is
889bf7c5 23036 accepted in the result.
c906108c
SS
23037
23038Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
23039
23040 * gdb.base/funcargs.exp (float_and_integral_args): Remove
23041 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
23042 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
23043 * gdb.base/signals.exp: Remove duplicate "handle all print" test
23044 that accidentally got checked in.
23045
23046Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
23047
d63a86f8 23048 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
23049 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
23050 compiled test.
23051 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
23052 Add mips-sgi-irix5* xfail for not gcc compiled.
23053 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
23054 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
23055 "p top", "whatis top", "p middle", and "whatis middle".
23056 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
23057 "whatis signed char" for not gcc compiled.
23058 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
23059 "set variable signed char=-1 (-1)" and
23060 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
23061 * gdb.base/funcargs.exp (float_and_integral_args):
23062 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
23063 Add mips-sgi-irix* xfail when not gcc compiled for
23064 "continue to call2b".
23065 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
23066 "continue to call2g".
23067 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
23068 "backtrace from call6a"
23069 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
23070 "backtrace from call7k".
23071 Add mips-sgi-irix5* xfail when not gcc compiled for
23072 "backtrace from call7a".
23073 (localvars_after_alloca): Fix gdb_test cmds for
23074 "print * after runto ...".
23075 Remove rs6000-*-* xfails for
23076 "print i after runto localvars_after_alloca" and
23077 "print l after runto localvars_after_alloca"
23078 for all compilers.
23079 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 23080 when not compiled with gcc, for:
c906108c
SS
23081 "print signed char == (minus)",
23082 "print signed char != (minus)",
23083 "print signed char < (minus)",
23084 "print signed char > (minus)".
23085 * gdb.base/callfuncs.exp (do_function_calls):
23086 Add mips-sgi-irix* xfail, when compiled with native compiler, for
23087 "call inferior func with struct - returns char *".
d63a86f8 23088 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
23089 "correct value returned double test" to include Solaris 2.4.
23090 * gdb.base/funcargs.exp (float_and_integral_args):
23091 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 23092
c906108c
SS
23093Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23094
23095 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
23096 enumeration bitfields if compiling with GNU C.
23097 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
23098 to empty' prompt.
23099
23100Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
23101
23102 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
23103 test for PRO targets.
23104
23105 * gdb.base/funcargs.exp: Avoid ever setting more than 8
23106 breakpoints in the inferior at any given time by making
23107 two groups of breakpoints for call2*, call6* and call7*
23108 tests.
23109
23110Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23111
23112 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
23113 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
23114 from optimizing it away.
23115 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
23116 "call inferior func with struct".
23117
23118Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
23119
23120 * configure.in: Only configure gdb.chill for particular targets.
23121
23122Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
23123
23124 * gdb.base/Makefile.in: Add action to .c.o transformation
23125 rule that generates a .ci file for each .o file and remove
23126 explicit .c.o rules except for callfuncs.o.
23127 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
23128 generates a .ci file for each .o file and remove explicit
23129 .cc.o rules.
23130 (clean): Remove *.tmp *.ci files.
23131 (EXECUTABLES): Remove templ-info.exp.
23132 * gdb.base/compiler.c: New file.
23133 * gdb.c++/compiler.cc: New file
23134 * gdb.base/scope.exp: Source gdb.base/scope.ci.
23135 Change rs6000-*-* xfail for
23136 "print 'scope0.c'::filelocal_ro" and
23137 "print 'scope1.c'::filelocal" and
23138 "print 'scope1.c'::filelocal_bss" and
23139 "print 'scope1.c'::filelocal_ro" and
23140 "print 'scope1.c'::foo::funclocal" and
23141 "print 'scope1.c'::foo::funclocal_ro" and
23142 "print 'scope1.c'::bar::funclocal" and
23143 "print 'scope0.c'::filelocal_ro" and
23144 "print 'scope1.c'::filelocal at foo" and
23145 "print 'scope1.c'::filelocal_bss at foo" and
23146 "print 'scope1.c'::filelocal_ro at foo" and
23147 "print 'scope1.c'::foo::funclocal at foo" and
23148 "print 'scope1.c'::foo::funclocal_bss at foo" and
23149 "print 'scope1.c'::foo::funclocal_ro at foo" and
23150 "print 'scope1.c'::bar::funclocal at foo" and
23151 "print 'scope0.c'::filelocal_ro" and
23152 "print 'scope1.c'::filelocal" and
23153 "print 'scope1.c'::filelocal_bss" and
23154 "print 'scope1.c'::filelocal_ro" and
23155 "print 'scope1.c'::foo::funclocal" and
23156 "print 'scope1.c'::foo::funclocal_bss" and
23157 "print 'scope1.c'::foo::funclocal_ro" and
23158 "print 'scope1.c'::bar::funclocal" and
23159 "print 'scope1.c'::bar::funclocal_bss"
23160 to only be xfail'd when not compiled with gcc.
d63a86f8 23161 Add rs6000-*-* xfail for
c906108c
SS
23162 "print 'scope0.c'::filelocal_bss before run"
23163 when compiled with gcc.
23164 (test_at_main): Add rs6000-*-* xfail for
23165 "print filelocal_ro in test_at_main"
23166 when compiled with gcc.
23167 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 23168 Add rs6000-*-aix* xfail for
c906108c
SS
23169 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
23170 "ptype t_char_array", not compiled with gcc.
23171 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
23172 xfail for "list foo (in include file)" when gcc compiled.
23173 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 23174 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
23175 "run to call0a" if not compiled with gcc.
23176 (unsigned_integral_args): Add rs6000-*-* xfail for
23177 "run to call1a" if not compiled with gcc.
23178 (float_and_integral_args): Add rs6000-*-* xfail for
23179 "run to call2a" if not compiled with gcc and for
23180 "continue to call2b" for any compiler.
23181 Add rs6000-*-* xfail to
23182 "print f1 after run to call2a" for gcc compiled.
23183 (discard_and_shuffle): Add rs6000-*-* xfail for
23184 "run to call6a".
23185 (shuffle_round_robin): Add rs6000-*-* xfail for
23186 "backtrace from call7a" if not compiled with gcc.
23187 Add rs6000-*-* xfail for
23188 "backtrace from call7b" if compiled with gcc.
23189 (call_after_alloca): Add rs6000-*-* xfail for
23190 "print c in call_after_alloca" and
23191 "print s in call_after_alloca" and
23192 "backtrace from call_after_alloca_subr"
23193 if not compiled with gcc.
23194 (localvars_in_indirect_call): Add rs6000-*-* xfail for
23195 "print c in localvars_in_indirect_call" and
23196 "print c in localvars_in_indirect_call" and
23197 "backtrace in indirectly called function" and
23198 "stepping into indirectly called function"
23199 if not compiled with gcc.
23200 (localvars_after_alloca): Add rs6000-*-* xfail for
23201 "print c after runto localvars_after_alloca" and
23202 "print s after runto localvars_after_alloca" and
23203 "print i after runto localvars_after_alloca" and
23204 "print l after runto localvars_after_alloca"
23205 for all compilers.
23206 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
23207 than whatis-info.exp.
23208 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
23209 than opaque-info.exp.
23210 Setup rs6000-*-* xfail for
d63a86f8 23211 "ptype on opaque struct pointer (statically)" and
c906108c
SS
23212 "ptype on opaque struct pointer (dynamically)" when
23213 not compiled with gcc.
23214 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
23215 rather than callf-info.exp.
23216 (do_function_calls): Add clear_xfail for rs6000-*-* for
23217 "p t_float_values2(3.14159,float_val2)". Seems to work
23218 fine there, both with xlc and gcc. Need to find out what
23219 it is doing right and fix other platforms.
23220 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
23221 "call inferior func with struct - returns int",
23222 "call inferior func with struct - returns long",
23223 "call inferior func with struct - returns float",
23224 "call inferior func with struct - returns double",
23225 "call inferior func with struct - returns char *",
23226 but only if not gcc compiled (presumes xlc compiled).
23227 Change rs6000-*-* xfails for
23228 "call inferior func with struct - returns char" and
23229 " call inferior func with struct - returns short" to only
23230 xfail if not using gcc.
23231 (clean mostlyclean): Remove *.ci and *.tmp files.
23232 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
23233 than templ-info.exp.
23234 * gdb.base/langs.exp: Source gdb.base/langs.ci.
23235 Add rs6000-*-* xfail for "up to foo in langs.exp"
23236 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 23237 when not gcc compiled.
d63a86f8 23238
c906108c
SS
23239Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23240
23241 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
23242 * gdb.base/corefile.exp: Likewise.
23243 * gdb.base/list.exp: Likewise.
23244 * gdb.base/scope.exp: Likewise.
23245 * gdb.base/siganls.exp: Likewise.
23246
23247 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
23248 compiler output.
23249 * gdb.base/whatis.exp: Likewise.
23250
23251Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
23252
23253 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
23254 failure (opcode table has been fixed to match reality).
23255
23256Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
23257
23258 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
23259 "call inferior func with struct - returns char",
23260 "call inferior func with struct - returns short"
23261
23262 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
23263 "print 'scope0.c'::filelocal at main",
23264 "print 'scope0.c'::filelocal_bss in test_at_main",
23265 "print 'scope0.c'::filelocal at foo",
23266 "print 'scope0.c'::filelocal_bss in test_at_foo",
23267 "print 'scope0.c'::filelocal at bar",
23268 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 23269
c906108c
SS
23270 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
23271 in source file 1". This bug seems to have been fixed with both
23272 gcc and native cc (was native assembler bug?).
23273
23274Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
23275
23276 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
23277 "backtrace through signal handler" to "i*86-*-sysv4*".
23278 * gdb.base/signals.exp: Add xfail for "'next' behaved as
23279 continue" case. Add "known SVR4 bug" to fail message.
23280 Add "i*86-*-bsdi2.0" xfail for "handle all print".
23281 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
23282 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
23283 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
23284 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
23285 "up to foo in langs.exp", "show language at foo in
23286 langs.exp", "up to cppsub_ in langs.exp", "show
23287 language at cppsub_ in langs.exp", "up to fsub in
23288 langs.exp", and "show language at fsub in langs.exp".
23289 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
23290 "bactrace in corefile.exp".
23291 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
23292 "call inferior function with struct - returns float" and
23293 "call inferior function with struct - returns double".
d63a86f8 23294
c906108c
SS
23295Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
23296
23297 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
23298 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
23299 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
23300 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
23301
23302Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
23303
23304 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
23305 (or overriden) "CHILL" macro rather then bare "gcc".
23306 Also look for ../../gcc/xgcc since that is what we will
23307 actually need, not "Makefile". Remove following assignment
23308 of CHILL to CHILL_FOR_TARGET because that results in
23309 recursive definition.
23310
23311Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
23312
23313 * gdb.base/corefile.exp: Change xfail for backtrace in
23314 corefile.exp from linuxaout to all linux.
23315 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
23316 cases where we miss the breakpoint at the signal handler
23317 for some reason. Setup xfail for linuxoldld/linuxaout and
23318 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
23319 hitting SIGURG breakpoint.
23320 * gdb.base/signals.exp: Setup xfail for "next" acting like
23321 continue to add linuxoldld. Setup xfail for all linux for
23322 "next to handler in signals_tests_1", "backtrace in
23323 signals_tests_1", "continue to func1", "pass SIGUSR1",
23324 and continue to handler".
23325
23326Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
23327
23328 * Update all FSF addresses except those in COPYING* files.
23329
23330Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
23331
23332 * gdb.base/a2-run.exp: Change messages to be more explicit about
23333 the status of args, and quote binfile in results.
23334
23335Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
23336
23337 * gdb.base/callfuncs.exp: Add tests for passing structs to
23338 inferior functions and return various types.
23339 * gdb.base/callfuncs.c: Add functions to receive a struct
23340 and return a member of the struct, in various types.
23341
23342Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23343
23344 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
23345
23346Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
23347
23348 * config/vxworks29k.exp: New file, sources vxworks.exp.
23349
23350Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23351
23352 * config/gdbremote.exp: New file. Testing framework using
23353 gdbserver.
23354
23355Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
23356
23357 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
23358 "call function when asleep" and "send end of file".
23359 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
23360 for "backtrace in corefile.exp".
23361 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
23362 for "backtrace through signal handler".
23363 * gdb.base/corefile.exp: Make sure we actually generate a core file
23364 before trying the core tests. Some systems allow the user to suppress
23365 generation of core files and default to that (linux for example).
23366 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
23367 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
23368
23369Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23370
23371 * gdb.threads: New directory with some crude multi-threaded
23372 gdb tests (step.exp and step2.exp).
23373 * config/mt-lynx (STEP_EXECUTABLE): Define.
23374 (THREADFLAGS): Define.
23375
23376Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
23377
23378 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
23379
23380 * gdb.base/signals.exp: Disable whole file for lynx until
23381 further notice.
23382
23383 * gdb.base/signals.exp: xfail test where "next" acts like
23384 "continue" for lynx.
23385
23386 * gdb.base/interrupt.exp: xfail test for calling function while
23387 inferior is asleep for lynx.
23388
23389 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
23390 than one cr-lf after each command.
23391
23392Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23393
23394 * configure.in: Reinstate setting of stabsdirs variable, fix
23395 typo in setting up configdirs for native builds.
23396
23397 * gdb.base/return.exp: Fix typo in return double test.
23398 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
23399 compiler from optimizing them away.
23400
23401Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
23402
23403 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
23404 sequences to be echo'd by gdb when using gdb_test.
23405 * gdb.chill/chexp.exp: Likewise.
23406 * gdb.fortran/exprs.exp: Likewise
23407
23408Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
23409
23410 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
23411 after the inferior gdb has started.
23412
23413 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
23414 after each command.
23415 * gdb.base/funcargs.exp: Likewise.
23416 * gdb.base/gdbvars.exp: Likewise.
23417 * gdb.base/interrupt.exp: Likewise.
23418 * gdb.base/list.exp: Likewise.
23419 * gdb.base/watchpoint.exp: Likewise.
23420 * gdb.c++/demangle.exp: Likewise.
23421 * gdb.c++/inherit.exp: Likewise.
23422 * gdb.chill/chexp.exp: Likewise.
23423 * gdb.fortran/exprs.exp: Likewise.
23424
23425 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
23426 test if we can't handle IO to/from the inferior.
23427
23428 * gdb.c++/misc.exp: Always check for a program already being
23429 started after sending a "run" command to gdb.
23430
23431 * gdb.base/twice.exp: Start with a fresh gdb.
23432
23433 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
23434 only depend on gdb's expression code, not the chill runtime.
23435
23436 * gdb.base/return.c: Put return values into variables so we
23437 can have gdb print them rather than depending on the program
23438 to print them.
23439 * gdb.base/return.exp: Corresponding changes.
23440
23441 * lib/gdb.exp: Provide default value for noinferiorio.
23442 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
23443 the inferior.
23444
23445 * gdb.base/break.exp: Always check for a program already being
23446 started after sending a "run" command to gdb.
23447 (text_next_with_recursion): Don't check the output from the
23448 program's printf statement. Instead just make sure the program
23449 exited.
23450
23451 * gdb.base/commands.exp: Protect tests which need arguments with
23452 $noargs conditionals.
23453
23454Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23455
23456 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
23457 of structure member arrays to match gdb/valops.c:value_addr change.
23458
23459Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
23460
23461 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
23462 cases.
23463
23464Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
23465
23466 * configure.in (configdirs): Remove gdb.chill from default list
23467 of subdirs and then add it back in only if doing a native build.
23468 The current chill compiler does not yet work in any cross build.
23469 * Revert all signal changes from Jul 6.
23470 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
23471 for sh-hms targets, allowing these tests to link, with no other
23472 changes. Testing is suppressed by setting "nosignals" in site.exp.
23473
23474Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
23475
23476 * configure.in (signaldirs): Define and add to configdirs for all
23477 targets except some specific ones that are known to not support signals.
23478 Also clean up formatting.
23479 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
23480 (signals, sigall): Remove rules to build.
23481 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
23482 Moved to new gdb.signals directory.
23483 * gdb.signals: New test directory.
23484 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
23485 signals.c signals.exp}: New or moved files.
23486
23487Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
23488
23489 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
23490
23491Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
23492
23493 * gdb.base/return.exp: Xfail `return double' test failure
23494 on at least Solaris 2.3 and handle future/past versions on
23495 a case by case basis as appropriate. Also update message
23496 to include i*86 failures.
23497
23498Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23499
23500 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
23501
23502 * lib/gdb.exp: Fix comment which erroneously identified
23503 gdb_file_cmd as gdb_load (the 19 May change was in fact to
23504 gdb_file_cmd not gdb_load).
23505 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
23506
23507 * gdb.base/setvar.exp: Make test names consistent between pass and
23508 fail cases. Use gdb_test more.
23509
23510Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23511
23512 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
23513
23514Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23515
23516 * gdb.base/help.exp: Fix expected help string for `show commands'.
23517
23518Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
23519
23520 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
23521
23522 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
23523 of a text section.
23524
23525Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
23526
23527 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
23528 that loop eventually terminates. Fix Connection refused logic so
23529 that testsuite will expire nicely.
23530
23531Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
23532
23533 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
23534 config/rom68k.exp: New tcl glue for the appropriate monitors.
23535 These all just end up calling monitor.exp.
23536 * config/monitor.exp (gdb_target_monitor): Handle `Connection
23537 refused' by retrying. Cleanup some timeout issues.
23538 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
23539 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
23540 callers don't have to set/restore global timeout variable.
23541
23542 * The following set of changes centralizes management of the global
23543 timeout variable. This way, it can be set in one target dependent
23544 place instead of dozens of places scattered throughout the test suite.
23545 If you need to lengthen a timeout, then you should either set timeout
23546 in one of the config/{target}.exp files, or multiply it by a factor.
23547 Setting it to an absolute value is always going to lose for some
23548 targets.
23549 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
23550 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
23551 * gdb.base/funcargs.exp: Don't set timeout.
23552 * gdb.base/list.exp (test_forward_search): Only use local timeout.
23553 * gdb.base/printcmds.exp (test_print_string_constants
23554 test_print_array_constants): Don't set timeout.
23555 * gdb.base/ptype.exp: Don't set timeout.
23556 * gdb.base/recurse.exp: Don't set timeout.
23557 * gdb.base/return.exp: Don't set timeout.
23558 * gdb.base/watchpoint.exp: Don't set timeout.
23559 * gdb.c++/classes.exp (do_tests): Don't set timeout.
23560 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
23561
23562Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
23563
23564 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
23565
23566Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23567
23568 * lib/gdb.exp: Disable chill tests for irix5.
23569
23570Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23571
23572 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
23573 each test pass or fail.
23574
23575Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23576
23577 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
23578 xlc not gcc.
23579
23580Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
23581
23582 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
23583
23584Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
23585
23586 * config/est.exp: Fix copyright and comments. Remove dead code.
23587 Use targetname, serialport and baud variables instead of fixed
23588 constants.
23589 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
23590 * config/cpu32bug.exp: New file to support cpu32bug monitors.
23591
23592Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23593
23594 * gdb.base/watchpoint.exp: Don't run
23595 test_watchpoint_triggered_in_syscall for sunos.
23596
23597Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23598
23599 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
23600 they don't seem to exist. Do include stdio.h.
23601
23602Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23603
23604 * gdb.base/a1-selftest.exp: Add alpha xfail.
23605
23606Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23607
23608 * gdb.base/watchpoint.c (main): Prompt before calling read().
23609 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
23610 Revise accordingly. Remove cruft about sending "123" several
23611 times, until it gets noticed. Clean up the "print buf[0]" stuff
23612 so that it passes or fails, and waits for prompts in the usual way.
23613
23614Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23615
23616 * gdb.base/recurse.exp: Fix comment.
23617
23618 * TODO: Remove item about printing variables in nodebug.exp. Add
23619 item about enabling tests which are only run on some targets.
23620
23621 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
23622 fail, make test names unique, use new gdb_test convention
23623 regarding pattern, use gdb_test more, etc.).
23624
23625 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
23626 fail, make test names unique, etc.).
23627
23628Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23629
23630 * gdb.base/nodebug.c: Change return type of top and middle to
23631 short.
23632 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
23633 are fixed by the recent mdebugread.c changes. Allow `short ()'
23634 as type for top and middle.
23635
23636Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23637
23638 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
23639 nearly as I can tell, the whole thing was an accident in Stu's
23640 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
23641 to replace a send/expect pair with gdb_test, but ended up only
23642 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
23643 of 30 Mar 1995 took care of it, but left this vestigial comment
23644 which I am now nuking.
23645
23646Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23647
23648 * gdb.base/break.exp: Look for different line number for
23649 breakpoint at main depending on usestubs.
23650
23651Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23652
23653 * gdb.base/list.exp: Adjust some alternate expect patterns to
23654 match recent list0.c change. Add alternate expect pattern for
23655 output from `list default lines around main' for optimizing
23656 compilers.
23657
23658Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23659
23660 * lib/gdb.exp: If nosignals is not set, set it to 0.
23661
23662Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
23663
23664 * config/slite-gdb.exp: Responds to load symbol table prompt.
23665 * gdb.base/break.exp: Adjust line number, fix rerun.
23666 * gdb.base/langs0.c: Add #ifdef usestubs.
23667
23668Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
23669
23670 * gdb.base/list.exp: Adjust line contents after adding new lines in
23671 list0.c. Also fix a syntax error.
23672
23673 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
23674 * gdb.base/break.exp: ditto.
23675 * gdb.base/list.exp: ditto.
23676 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
23677 * gdb.base/run.c: ditto.
23678 * gdb.base/list0.c: ditto.
23679 * gdb.base/funcargs.c: ditto.
23680
23681Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
23682
23683 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
23684 $targetname, $serialport and $baud instead of hardwired variables.
23685 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
23686 target doesn't support signals.
23687
23688Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
23689
23690 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
23691
23692Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23693
23694 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
23695 Don't rely on the value of an auto variable before it has been
23696 initialized. Use gdb_test more.
23697
23698Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23699
23700 * lib/gdb.exp (default_gdb_version): A version number must start
23701 with a digit, but other than that contains all characters up to
23702 the first whitespace character.
23703
23704Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23705
23706 * gdb.base/commands.exp (breakpoint_command_test): New tests.
23707
23708Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23709
23710 * gdb.c++/*.exp: Warn if executable does not exist. The original
23711 reason for skipping the warning was that configure.in sometimes
23712 intentionally skipped building the executables but the tcl code
23713 had no way of knowing. That (a) was always bogus with respect to
23714 error handling, (b) is no longer true (right now there is no way
23715 to skip C++ tests).
23716
23717 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
23718
23719Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23720
23721 * gdb.base/list.exp: Add expect patterns for output from
23722 SunPRO compiled executables.
23723 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
23724 types.
23725
23726Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23727
23728 * gdb.base/break.exp (test_next_with_recursion): Accept any line
23729 number (we are already testing that the correct source line text
23730 gets printed).
23731
23732 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
23733 that is what is intended, but something needed to be done to get
23734 sunos4 native working again.
23735
23736 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
23737
23738 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
23739 apparently went with a (very) old xfail.
23740
23741Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
23742
23743 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
23744 runto_main is a proc in gdb.exp that will do 'step' for target use
23745 stubs.
23746 * gdb.base/exprs.exp: ditto.
23747 * gdb.base/interrupt.exp: ditto.
23748 * gdb.base/opaque.exp: ditto.
23749 * gdb.base/printcmds.exp: ditto.
23750 * gdb.base/ptype.exp: ditto.
23751 * gdb.base/scope.exp: ditto.
23752 * gdb.base/setvar.exp: ditto.
23753 * gdb.base/signals.exp: ditto.
23754 * gdb.base/twice.exp: ditto.
23755 * gdb.c++/classes.exp: ditto.
23756 * gdb.c++/inherit.exp: ditto.
23757 * gdb.c++/templates.exp: ditto.
23758 * gdb.base/break.exp: no run and hit main for stubs. Change line
23759 numbers for breakpoints and info breakpoint.
23760 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
23761 breakpoint().
23762 * gdb.base/callfuncs.c: ditto.
23763 * gdb.base/exprs: ditto.
23764 * gdb.base/interrupt.c: ditto.
23765 * gdb.base/opaque0.c: ditto.
23766 * gdb.base/printcmds.c: ditto.
23767 * gdb.base/ptype.c: ditto.
23768 * gdb.base/scope0.c: ditto.
23769 * gdb.base/setvar.c: ditto.
23770 * gdb.base/signals.c: ditto.
23771 * gdb.base/twice.c: ditto.
23772 * gdb.c++/misc.cc: ditto.
23773 * gdb.c++/templates.cc: ditto.
23774
23775Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23776
23777 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
23778
23779 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
23780 somewhere between `read' and `main.c'. I'm pretty sure the
23781 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
23782 and it isn't particularly useful.
23783
23784 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
23785
23786Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23787
23788 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
23789
23790Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
23791
23792 * config/mt-slite: add LIBS and -nostdlib.
23793 * config/slite-gdb.exp: add this new file to support sparclite target.
23794
23795Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
23796
23797 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
23798
23799 * gdb.base/a2-run.exp: Change argument to istarget from
23800 "*-*-vxworks" to "*-*-vxworks*".
23801 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
23802
23803Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
23804
23805 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
23806 will not runto main but do a 'step' to step out of breakpoint().
23807 * config/mt-slite: add -Dusestubs.
23808
23809Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23810
23811 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
23812 instead of just @.
23813
23814 * gdb.base/signals.exp: Add test for "handle all print".
23815 * TODO: Remove "handle all print". Also remove item about
23816 checking copyright date (I don't like the idea of a spurious FAIL
23817 based on when we run the tests).
23818
23819 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
23820 for SunOS4 (reason for failure not investigated). Remove
23821 redundant test for $binfile.
23822
23823 * gdb.base/nodebug.c (array_index): Call malloc.
23824
23825 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
23826
23827Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
23828
23829 * gdb.base/recurse.exp: Update gdb_test invocation to use new
23830 conventions and slightly simplify the matching regexp.
23831
23832Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23833
23834 * gdb.base/break.exp: Update gdb_test invocation to use new
23835 convention.
23836
23837 * lib/gdb.exp: If noargs is not set, set it to 0.
23838
23839 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
23840 tests unique.
23841
23842 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
23843
23844Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23845
23846 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
23847 one argument of type "<non-float parameter>".
23848
23849Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
23850
23851 * config/rom68k.exp: New file to support Motorola IDP board.
23852 * gdb.base/a2-run.exp: Skip this file if noargs is set.
23853 * gdb.base/break.c: Change things around so that this program
23854 doesn't depend upon args. This is necessary to make remote
23855 targets work (in general, they can't take args).
23856 * gdb.base/break.exp: Don't try to send args to program. Don't
23857 expect output. Also, replace lots of code with gdb_test.
23858
23859Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23860
23861 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
23862 printing of '\'' (which is what the comment says we are testing,
23863 even though we were not), not '''.
23864 (test_integer_literals_rejected): Test that printing ''' is an error.
23865
23866 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
23867 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
23868 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
23869 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
23870 Use gdb_test not test_print_accept.
23871 * lib/gdb.exp: Remove test_print_accept.
23872
23873 * gdb.base/signals.exp (signal_tests_1): Make pass message
23874 consistent with fail message.
23875
23876 * gdb.base/whatis.exp: Remove xfails for printing char vs.
23877 unsigned char; the bug (PR 1821) is fixed.
23878
23879 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
23880
23881 * gdb.base/scope.exp (test_at_localscopes): Call pass for
23882 successful tests--makes xfailing them work right.
23883
23884Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23885
23886 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
23887 only \r\n, not .*. The test can pass .* as the last thing in
23888 $pattern if that is what it wants. In addition to providing this
23889 flexibility, this change should speed up pattern matching in cases
23890 where the pattern already ended with .* (there were a number of
23891 them). This change also helps catch bad patterns--in the old
23892 scheme the typo "char \*" instead of "char \\*" would pass. Now
23893 it is caught.
23894 * Many .exp files: Update callers.
23895
23896 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
23897 clearer and does not spuriously match multiple ('s. Likewise for
23898 ) and *.
23899
23900 * gdb.base/nodebug.exp: Test ability to call a function and pass
23901 it a string (even with no debugging info).
23902
23903 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
23904 "p '\'", which is the same as "p ''" once tcl gets done with
23905 quoting, to "p '\\'", which I suspect is what is intended (one
23906 backslash gets sent to GDB).
23907
23908 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
23909
23910Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23911
23912 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
23913 1817) was fixed literally years ago.
23914
23915Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
23916
23917 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
23918 test, it causes stepping out of call_after_alloca_subr with
23919 optimizing compilers.
23920 (localvars_in_indirect_call): Consume GDB prompt if `finish'
23921 fails.
23922
23923 * gdb.c++/templates.exp: Source templ-info.exp only if
23924 the templates executable exists.
23925
23926 * gdb.c++/misc.cc (class Contains_static_instance,
23927 class Contains_nested_static_instance),
23928 gdb.c++/classes.exp (test_static_members): Test printing of
23929 a class that contains a static instance of the class.
23930
23931Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23932
23933 * gdb.base/langs2.c (cppsub_): Don't prototype.
23934 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
23935 only, I believe).
23936
23937Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23938
23939 * lib/gdb.exp (skip_chill_tests): New procedure.
23940
23941 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
23942
23943Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
23944
23945 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
23946 each expect pattern. Cuts runtime from 12 to about 4 seconds.
23947
23948Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
23949
23950 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
23951
23952 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
23953 disassemble 8, not 16, instructions for part 4.
23954
23955 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
23956 support the latter anymore.
23957
23958 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
23959 -DNO_PROTOTYPES.
23960 * gdb.base/callfuncs.c: Control use of prototypes based on
23961 NO_PROTOTYPES, not __STDC__.
23962 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
23963 t_float_values2 tests if prototypes in use.
23964
23965 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
23966 t_double_values): When checking differences against DELTA, check
23967 that difference is within the range (-DELTA,DELTA), not just
23968 (-infinity,DELTA).
23969
23970Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
23971
23972 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
23973 'file' command firts, then 'target', then 'load', this is due to gdb
23974 target set up.
23975 * config/mips-gdb.exp: Fix a couple regular exp bugs.
23976
23977Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
23978
23979 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
23980 FP load/store variants.
23981 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
23982
23983Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23984
23985 * gdb.base/term.exp: Do not give a warning if not native, it is
23986 not an abnormal condition.
23987
23988Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
23989
23990 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
23991 t_char_array".
23992
23993Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
23994
23995 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
23996 are getting the version number.
23997
23998 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
23999 if not native, it is not an abnormal condition.
24000
24001Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24002
24003 * lib/gdb.exp: Just use "file exists", rather than undocumented
24004 dejagnu procedure "findfile".
24005
24006Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24007
24008 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
24009 (LDFLAGS): Set to -Xlinker -Ur.
24010
24011 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
24012 Removed, these values are set by lib/gdb.exp.
24013
24014 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
24015
24016Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
24017
24018 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
24019 of replicating gdb startup code.
24020
24021 * config/mt-vxworks (LDFLAGS): Set to -r.
24022 (CFLAGS_FOR_TARGET): Removed.
24023
24024 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
24025 (gdb) and gdb for vxworks uses (vxgdb).
24026
24027 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
24028 executable is not in the tree and host != target, use sed and
24029 program_transform_name to determine the gdb name used by the
24030 target.
24031
24032 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
24033 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
24034
24035Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24036
24037 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
24038 floats, chars, and shorts where there are ANSI-style function
24039 definitions.
24040
24041 * gdb.base/langs.exp, gdb.base/langs*: New test.
24042 * gdb.base/Makefile.in: Build it.
24043 * TODO: Remove item about checking that C names don't get C++
24044 demangling applied; this test tests it.
24045
24046Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24047
24048 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
24049 went with the const70 xfail. The xfail went away a year ago.
24050
24051 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
24052
24053 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
24054 for hp300.
24055
24056 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
24057
24058 * gdb.base/a1-selftest.exp: Don't run on hp300.
24059
24060Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24061
24062 * Makefile.in (site.exp): Set host_alias and target_alias as well
24063 as host_triplet and target_triplet.
24064
24065Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24066
24067 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
24068
24069 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
24070 places as other ecoff systems).
24071
24072 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
24073 ultrix.
24074
24075Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24076
24077 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
24078 remove them.
24079 * gdb.base/nodebug.exp: Accept "function" in addition to "text
24080 variable and "variable" in addition to "data variable".
24081 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
24082
24083 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
24084 2.
24085 * gdb.base/list1.c (long_line): Add additional statement at start
24086 of function.
24087 * gdb.base/list.exp (test_forward_search): Update line number to
24088 reflect new statement.
24089
24090Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24091
24092 * gdb.base/signals.exp: Reinitialize searched source directories
24093 after gdb_start call.
24094
24095Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
24096
24097 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
24098 * gdb.stabs/Makefile.in: Likewise.
24099
24100 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
24101 change. Instead split the tests into smaller pieces.
24102 * gdb.disasm/hppa.s: Corresponding changes.
24103
24104Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24105
24106 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24107 Quote ^C when passing it to stty. For some shells ^ is a pipe.
24108
24109 * gdb.base/funcargs.exp: Modify many tests so that every test
24110 either passes or fails. Make some test names unique.
24111
24112Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24113
24114 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
24115 Call stty to set interrupt character.
24116
24117 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
24118 for HP assembler versus GNU assembler based on actual behavior of
24119 $(CC), rather than assuming that $(AS) is always the GNU assembler.
24120
24121 * TODO: Suggest a few more stepping tests.
24122
24123Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
24124
24125 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
24126 restart GDB for h8300 after a continue.
24127 (return): Add pattern to match a29k-udi behavior.
24128 * gdb.base/nodebug.exp: Remove obsolete comment.
24129 * gdb.base/regs.exp: New file, testing of register displays.
24130 * gdb.base/return.exp: Fix typo in reference to $objdir.
24131 * gdb.base/whatis.exp: Always start with a fresh GDB.
24132
24133Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24134
24135 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
24136 higher, these tests generate a lot of output.
24137
24138Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24139
24140 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
24141 code following the catch silently ignored some errors; without the
24142 catch they should be thrown like any other tcl error. Also, the
24143 catch used "" instead of {} which meant all the callers who wanted
24144 to include one of the characters "[]$ had to quote it an extra time.
24145 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
24146 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
24147 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
24148 Remove extra quoting.
24149
24150Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
24151
24152 * gdb.base/commands.exp: Make test names unique; every test either
24153 passes or fails. Update some comments.
24154
24155 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
24156
24157Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24158
24159 The following fixes a FAIL caused by the fact that the alpha stabs
24160 configuration didn't use the ".if alpha" code in weird.def.
24161 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
24162 bit pointer, so the 32 bit version works even on the alpha.
24163 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
24164 Remove the stuff which allowed us to have separate versions for
24165 alpha and everything else.
24166
24167 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
24168 regexp which "info func operator\[\](" is supposed to match. Fix
24169 string to send to GDB. Note that GDB still doesn't work right. Add a
24170 new test for "info func .perator\[\](" which GDB does handle correctly.
24171
24172 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
24173
24174Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24175
24176 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
24177 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
24178 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
24179 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
24180 it makes the tests harder to understand and confuses test-o-matic.
24181 The preferred style is that each test provides a PASS or a FAIL,
24182 and has a unique message (e.g. "continue #54" not just "continue")
24183 which is the same for the pass and the fail.
24184 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
24185 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
24186 to lib/gdb.exp.
24187 * gdb.base/printcmds.exp: Use test_print_accept. Remove
24188 prt_accept which was basically the same thing. Likewise for
24189 test_print_reject and prt_reject.
24190 * lib/gdb.exp (test_print_reject): Add some more error message
24191 patterns to match from the former printcmds.exp (prt_reject).
24192 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
24193 One defect of the passcount stuff is that some of it failed to
24194 report XPASS where appropriate.
24195 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
24196 stuff before and after arg in expected pattern.
24197 (test_paddr_operator_functions): Re-do test without print_addr_of;
24198 this is the only test which seems to want extra stuff there.
24199
24200Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24201
24202 * gdb.base/nodebug.exp: Update new tests to reflect improved
24203 wording of gdb output.
24204
24205 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
24206 and "ptype" work on variables in files compiled without -g.
24207 Replaces commented out "maint print msymbol" tests.
24208
24209Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24210
24211 * gdb.base/setvar.c (dummy): Call malloc.
24212
24213 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
24214 losing with the irix4 sed.
24215
24216 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
24217 ALRM" on irix4.
24218
24219Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24220
24221 * TODO: Remove items about corefile.exp testing new exec-file and
24222 backtrace; both are now done. Add items about printing enums.
24223
24224Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24225
24226 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
24227 "get signal $thissig" test fails.
24228
24229 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
24230
24231Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24232
24233 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
24234 compiler warning with dec alpha compiler.
24235
24236 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
24237 extra \n from gdb_test call (this explains why the prompt test
24238 that I removed yesterday was there).
24239 (user_defined_command_test): Remove extra \n and prompt test.
24240
24241 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
24242 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
24243 doesn't exist.
24244 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
24245 Also remove alpha workaround, which turns out to be because
24246 SIGABRT == SIGLOST.
24247
24248 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
24249
24250 * gdb.base/help.exp: Don't test "help show".
24251
24252Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24253
24254 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
24255 "set print address" is on.
24256 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
24257 pass prompt to gdb_test; gdb_test already looks for the prompt.
24258
24259 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
24260
24261 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
24262 was a vestige of the manual TESTSTRATEGY, and the purpose of it
24263 was to make sure that gdb can read a core file. But (a) the "read
24264 the corefile" part didn't make it to a1-selftest.exp, we just
24265 delete the corefile after creating it, and (b) we test reading
24266 corefiles in corefile.exp anyway. Also, this test left around a
24267 xgdb process on Solaris.
24268
24269 * gdb.base/corefile.exp: Also test backtrace.
24270
24271Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
24272
24273 * gdb.base/commands.exp: Test a simple user defined command with
24274 arguments and if/while statements; verify the full user command is
24275 printed by "show user".
24276
24277 * gdb.base/commands.exp: Test if/while commands as part of a
24278 breakpoint command list; verify they appear in breakpoint
24279 information.
24280
24281Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24282
24283 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
24284 than by dividing by zero.
24285
24286Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
24287
24288 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
24289 performing an inferior call with watchpoints enabled.
24290 * gdb.base/watchpoint.c (main): Delete second unnecessary read
24291 call.
24292
24293Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24294
24295 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
24296 of "file" command.
24297
24298 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
24299 Add additional pattern for when "int operator int(void);" appears
24300 in a different order.
24301
24302Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
24303
24304 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
24305
24306 * gdb.base/help.exp: Replace most of docstrings for "info signals"
24307 and "signal" with ".*".
24308
24309Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
24310
24311 * TODO: Add note about "handle all nostop".
24312
24313 * gdb.base/{sigall.c, sigall.exp}: New test.
24314 * gdb.base/Makefile.in: Add it.
24315
24316Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
24317
24318 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
24319 when invoking GDB, suppresses any windowing interface.
24320
24321Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
24322
24323 * config/sim-gdb: New file, simulator testing support.
24324
24325Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
24326
24327 * gdb.base/interrupt.exp: Test calling func1 twice.
24328
24329Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
24330
24331 * gdb.base/list.exp (test_forward_search): Set timeout higher
24332 when we'll be getting lots of output from gdb.
24333
24334 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
24335 "init_malloc" to after the expect statement. Run it if that
24336 regexp is taken, but also for two others which happen if source
24337 cannot be found.
24338
24339Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24340
24341 * gdb.base/printcmds.exp: New test, for printing register before
24342 program is running.
24343
24344Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24345
24346 * gdb.base/list.exp: Correct some alternate expect patterns
24347 to reflect changes in list1.c.
24348
24349Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24350
24351 * TODO: Add item regarding large frames.
24352
24353 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
24354
24355 * TODO: Remove item about enabling return.exp; it
24356 is enabled. Suggest a few more "return" tests.
24357
24358Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24359
24360 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
24361 anonymous unions.
24362
24363Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24364
24365 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
24366 and pr-5646.o, so "make" is the same as "make all", not "make
24367 pr-4975.o".
24368
24369Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
24370
24371 * gdb.base/list.exp: Adjust expectations to reflect changes in
24372 list1.c.
24373 (test_forward_search): New test proc.
24374 * gdb.base/list1.c (long_line): New function, has long source line.
24375
24376Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
24377
24378 * gdb.base/a1-selftest.exp: Change initial stepping to know about
24379 additional line of code that was added.
24380
24381Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
24382
24383 * gdb.disasm/hppa.s: Break the large branching tests into smaller
24384 tests so as not to overflow expect's input buffers.
24385 * gdb.disasm/hppa.exp: Corresponding changes.
24386
24387Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24388
24389 Beginnings of template debugging tests.
24390 * gdb.c++/templ-info.cc: New file to test for template
24391 debugging capability of the compiler.
24392 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
24393 templ-info.cc.
24394 * gdb.c++/templates.cc: Add explicit template instantiations
24395 to enable compiling with -fno-implicit-templates. Add destructor
24396 and 'value' method to T5 class for template tests.
24397 * gdb.c++/templates.exp: Add testcases for printing of template
24398 types, setting breakpoints on template methods and calling a
d63a86f8 24399 template method.
c906108c
SS
24400
24401Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
24402
24403 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
24404 branch target since some assemblers (gas-2.5) may emit a
24405 relocation for the branch instead of resolving it in the
24406 assembler.
24407
24408Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24409
24410 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
24411 through signal handler.
24412
24413Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24414
24415 * configure.in (*-*-netware): Use config/mt-netware.
24416
24417 * config/mt-netware: New file.
24418 * config/mt-i386-netware: Removed, separate configs for different
24419 netware architectures are no longer needed now that we have
24420 --with-headers.
24421
24422Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24423
24424 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
24425 by the recent changes to use ANSI C arithmetic conversions.
24426
24427Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24428
24429 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
24430 bug involving using inferior_pid to figure out whether to select a
24431 frame.
24432
24433Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
24434
24435 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
24436 match the current disassembler output.
24437
24438Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
24439
24440 * gdb.fortran/exprs.exp: Expect VOID instead of void.
24441 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
24442 types, expect "int" as type of integer values (for now).
24443
24444Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
24445
24446 * gdb.base/commands.exp: New tests for if/while commands.
24447
24448Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
24449
24450 * lib/gdb.exp (runto): Replace sub-pattern for hex value
24451 by .*, since hex values have different syntax in Chill mode.
24452
24453Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24454
24455 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
24456 linefeed from expect pattern for repeated types with indices > 9.
24457
24458Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
24459
24460 First part of Fortran test suite.
24461 * gdb.fortran: New directory.
24462 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
24463
24464Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24465
24466 * gdb.base/default.exp: Update expect pattern for load command
24467 without arguments.
24468
24469Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
24470
24471 * configure.in: Change i386 to i[345]86.
24472 * gdb.base/configure.in: Likewise.
24473 * gdb.c++/configure.in: Likewise.
24474 * gdb.chill/configure.in: Likewise.
24475
24476Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
24477
24478 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
24479 patterns, since that is not a valid context for comments.
24480
24481Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
24482
24483 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
24484 repeated types and repeated types with indices > 9.
24485
24486Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
24487
24488 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
24489 2417; old bug has been fixed.
24490
24491Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
24492
24493 * gdb.base/interrupt.exp: When trying to wake up the inferior,
24494 send the newline ourselves instead of assuming gdb_test will do
24495 so when passed an empty input string.
24496
24497 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
24498 stabs testcode.
24499
24500Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24501
24502 * lib/gdb.exp (gdb_test): Don't send anything if the first
24503 argument is an empty string. This makes cases where we want to
24504 match output that is already in expect's buffers (for example,
24505 matching a breakpoint after gdb_run_cmd has been called) work
24506 reliably.
24507
24508Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24509
24510 * config/netware.exp: New file.
24511
24512Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24513
24514 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
24515 the -B and -L prefixes so we can find the debugging stub.
24516
24517 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
24518 there and we are using the gcc from the tree.
24519
24520 * gdb.base/types.c: Removed.
24521
24522 * gdb.base/configure.in: Look for makefile fragments in ../config.
24523 Recognize i386-*-netware.
24524 * gdb.c++/configure.in: Likewise.
24525
24526Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24527
24528 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
24529 the correct TCL syntax.
24530
24531Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24532
24533 * gdb.base/opaque.exp: use runto instead of messing around with
24534 breakpoints. Simplify by using gdb_test.
24535
24536 * gdb.base/bitfields.exp: restart between tests on netware targets
24537 because breakpoints aren't relocated after target death. Run
24538 processes to completion.
24539
24540 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
24541
24542Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
24543
24544 * Makefile.in: Remove extra tabs that confuse some versions
24545 of "make". Use the newly built gdb to test with by default,
24546 rather than the first one in the tester's search path.
24547
24548Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
24549
24550 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
24551
24552 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
24553 condition help.
24554
24555Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24556
24557 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
24558
24559 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
24560 running.
24561 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
24562 * gdb.base/funcargs.exp: Likewise.
24563
24564 * gdb.base/bitfields.exp: Simplify by using gdb_test.
24565 * gdb.base/funcargs.exp: Likewise.
24566
24567 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
24568 message is "".
24569
24570Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24571
24572 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
24573 return,signals,twice}.exp: Handle non-existant binaries
24574 consistantly.
24575
24576 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
24577 * gdb.base/Makefile.in: Don't try to generate a core dump, we
24578 might testing a cross development system.
24579
24580Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24581
24582 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
24583 runtest script is relative to ${srcdir}, not ${rootdir}.
24584
24585Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
24586
24587 * gdb.base/signals.exp: Allow for optionality of breakpoint
24588 address.
24589
24590Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24591
24592 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
24593
24594Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
24595
24596 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
24597 for size_t definition.
24598 * gdb.c++/templates.cc: Likewise
24599
24600 * config/mt-i386-netware: New file.
24601
24602 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
24603 defined.
24604
24605 * gdb.base/Makefile.in: Added support for systems that name core
24606 files by appending "core" to the program name.
24607 * gdb.base/a1-selftest.exp: Likewise.
24608
24609Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24610
24611 * gdb.base/return.exp: Add comment and message for `return double'
24612 test failure on Sparc Solaris.
24613
24614Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
24615
24616 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
24617
24618Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24619
24620 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
24621 from optimizing them away.
24622 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
24623 patterns to include default constructors and assignment operators,
24624 to match gcc versions beyond 2.5.8. Accept any cplus demangling
24625 character in the output of the virtual base pointer.
24626
24627Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24628
24629 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
24630 expression match in print_addr_of to avoid unintented matches.
24631 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
24632 versions up to 2.5.8.
24633
24634Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24635
24636 * gdb.base/list.exp: Tweak alternate pattern for listing of an
24637 included file to run under newer versions of expect.
24638 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
24639 consecutive >'s in templates to accomodate recent cplus-dem.c change.
24640 Remove xfail for the virtual table of BDDHookV.
24641
24642Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
24643
24644 * lib/gdb.exp (string_to_regexp): Set a default result.
24645 (default_gdb_start): Fix misleading message.
24646
24647Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
24648
24649 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
24650 Remove all CC, etc definitions.
24651 * config/mt-hpux: New file.
24652 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
24653 (CFLAGS, LDFLAGS): Define.
24654 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
24655
24656 * Makefile.in (site.exp): Don't insert host_os, etc.
24657 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
24658 (distclean): Check existence of subdir.
24659 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
24660 * gdb.base/Makefile.in: General cleanup and simplification.
24661 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24662 to build executables. Use default rule to build .o files.
24663 (EXPECT, RUNTEST, CC): Fix relative pathname.
24664 (site.exp): Don't insert host_os, etc.
24665 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
24666 and/or SIGUSR1 defined.
24667 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
24668 * gdb.c++/Makefile.in: General cleanup and simplification.
24669 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
24670 (CFLAGS): Remove.
24671 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
24672
24673Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
24674
24675 * gdb.base/recurse.exp: Misc changes to get tests running again
24676 after Kung's changes to the watchpoint code.
24677 * gdb.base/watchpoint.exp: Likewise.
24678
24679Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
24680
24681 * lib/gdb.exp (string_to_regexp): Convert {\} also.
24682
24683Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
24684
24685 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
24686 * lib/gdb.exp (default_gdb_start): Define.
24687 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
24688 gdb.base/funcargs.exp, gdb.base/opaque.exp,
24689 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
24690 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
24691 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
24692 Don't call gdb_target_udi in between tests.
24693
24694Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24695
24696 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
24697 (which was basically just a local version of the same thing). In
24698 addition to avoiding duplication, gdb_test_exact is faster.
24699 * lib/gdb.exp (gdb_test_exact): Fix typo.
24700
24701 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
24702 don't give an error.
24703
24704 * gdb.base/term.exp: Call delete_breakpoints before starting.
24705
24706 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
24707 (t10): Add comment.
24708
24709Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24710
24711 Reorganization of the GDB Test Suite.
24712
24713 * gdb.base: New directory, contains all the basic tests.
24714 * gdb.c++: New directory, tests specific to C++.
24715 * gdb.chill: New directory, tests specific to Chill.
24716 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
24717 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
24718 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
24719 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
24720 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
24721 t30-31 to chill).
24722 * */gdbme.*: Rename to match appropriate expect scripts.
24723 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
24724 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
24725 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
24726 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
24727 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
24728 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
24729 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
24730 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
24731 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
24732 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
24733 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
24734 gdb.c++/virtfunc.cc: New names of C++ files.
24735 * gdb.chill/chillvars.ch: New name of Chill file.
24736 * gdb.base/configure.in, gdb.c++/configure.in,
24737 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
24738 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
24739 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
24740 * configure.in (configdirs): Update to reflect directory changes.
24741 (target_abbrev): No longer define for any configuration.
24742 * Makefile.in: Cosmetic improvements to header comments.
24743
24744Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
24745
24746 Various changes to gdb.t31:
24747
24748 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
24749 * gdbme.ch: Make all key-words and predefineds be upper-case.
24750 * chillvars.exp: Expect key-words and predefinds in upper-case.
24751
24752 * chillvars.exp: Use gdb_test_exact many places.
24753 Change expected output for arrays (which now includes index labels).
24754
24755 * pr-5020.exp, gdme.ch (module PR_5020):
24756 New test, for PR-5020.
24757
24758Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
24759
24760 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
24761 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
24762
24763Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
24764
24765 * Makefile.in: Fix bit-rot in definitions of CHILL,
24766 CHILL_FOR_TARGET and Chill_LIB.
24767 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
24768 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
24769 CHILL, and CHILL_LIB.
24770
24771Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
24772
24773 * Revert the previous changes. Please see Rob's directory
24774 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
24775
24776Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
24777
24778 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
24779 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
24780 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
24781 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
24782 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
24783 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
24784 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
24785 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
24786 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
24787 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
24788 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
24789 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
24790 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
24791 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
24792 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
24793 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
24794 changes from 94Q1.
24795
24796Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
24797
24798 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
24799 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
24800 Rob's new testing fragments.
24801
24802Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
24803
24804 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 24805 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
24806
24807Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
24808
24809 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
24810 version also, match on casted version strings, and match on
24811 gdb startup case where the line numbers might be messed up.
24812
24813Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
24814
24815 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 24816 (CFLAGS): Delete it from here.
c906108c
SS
24817
24818Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
24819
24820 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
24821
24822Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
24823
24824 * Makefile.in (RUNTEST): Default to just "runtest".
24825
24826Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24827
24828 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
24829 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
24830 the code has been restructured.
24831
24832Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24833
24834 * gdb.t00/default.exp (set write): Allow any number of \r and/or
24835 \n, not just one of each.
24836
24837 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
24838 /bin/cc gives a warning if you do.
24839
24840Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
24841
d63a86f8 24842 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
24843 __t10ListS_link1ZUiRCUiPT0
24844
24845Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24846
24847 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
24848 on local variables in recursive functions.
24849
24850 * gdb.t07/Makefile.in: Build the new test.
24851
24852Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24853
24854 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
24855 directly. Instead compare the return values from actual calls.
24856
24857Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
24858
24859 * Makefile.in (check): Set TCL_LIBRARY for runtest.
24860
24861Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24862
24863 * From Peter Schauer with minor modifications.
a9c64011
AS
24864 * gdb.t15/return.exp (return_tests): Handle targets where "return"
24865 stops in mid-line in the caller. Add xfail for returning a float
24866 value on X86 targets.
c906108c
SS
24867
24868Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24869
24870 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
24871 to avoid expect lossage.
24872 (fmem_LRbug_tests): Likewise.
24873 * gdb.disasm/hppa.s: Corresponding changes.
24874
24875 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
24876 conditions to work with latest dejagnu/expect.
24877
24878 * gdb.t15/funcargs.exp (finish from indirect call): No longer
24879 expected to fail on the PA.
24880 (backtrace in call with trampolines): Explicitly require main
24881 to be frame #1 (no trampolines should show up in backtrace).
24882
24883 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
24884 "continue -expect".
24885 * gdb.t06/break.exp: Likewise.
24886 * gdb.t07/watchpoint.exp: Likewise.
24887 * gdb.t13/bitfields.exp: Likewise.
24888 * gdb.t15/{funcargs,return}.exp: Likewise.
24889 * gdb.stabs/weird.exp: Likewise.
24890 * config/{mips,udi}-gdb.exp: Likewise.
24891
24892 * hppa.sed: Enclose comments within a sed command to avoid
24893 losing with the old OSF1 sed.
24894
24895Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24896
24897 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
24898 sequent dynix.
24899 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
24900 * gdb.t15/funcargs.exp: Conditionally step again to really
24901 finish from marker_call_with_trampolines. Handle the case where
24902 the first step from within call_with_trampolines already steps
24903 us back to main.
24904 * gdb.t15/gdbme.c: Add comment to closing brace of
24905 call_with_trampolines for funcargs.exp.
24906
24907Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24908
d63a86f8 24909 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
24910 Fix typo(s).
24911
24912Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24913
24914 * gdb.t07/gdbme.c: More code for watchpoint testing.
24915
24916 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
24917 "Hardware watchpoint" throughout file.
24918 (test_watchpoint_triggered_in_syscall): New test.
24919 (test_complex_watchpoint): New test.
24920
24921Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24922
24923 * gdbme.c (call_with_trampolines): New function to try and step
24924 into. Tests trampoline problems on the PA.
24925
24926 * funcargs.exp (localvars_in_indirect_call): No longer expect
24927 stepping into indirect call to fail on PAs.
24928 (test_stepping_over_trampolines): New test.
24929
24930Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24931
24932 * TODO: Add suggestions for static member function tests, and
24933 completion tests.
24934
24935Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24936
24937 * TODO: Add suggestions for "p/a" tests.
24938
24939 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
24940 (default_gdb_exit): Replace all the hair with sending "quit" to
24941 the process with a simple close.
24942
24943Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24944
24945 * TODO: Add suggestions for shared library tests.
24946
24947Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24948
24949 * TODO: Add suggestions for x/s tests.
24950
24951Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24952
24953 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
24954 "enable once", and "enable breakpoints once" with ".*".
24955
24956Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
24957
24958 * TODO: Add suggestions about structure passing tests.
24959
24960Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24961
24962 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
24963 the primary1 test, use work around if __GNUC__ < 2.
24964 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
24965 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
24966 Test for bad output rather than waiting for timeout. Issue
24967 second continue only if first continue failed.
24968
24969Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24970
24971 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
24972 operator[] test with gdb_test because the old code didn't seem to
24973 be getting the quoting right with the new dejagnu.
24974
24975Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
24976
24977 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
24978 one from the path.
24979 * Makefile.in: Use a fresh expect if there is one, use runtest
24980 from the src tree if there is one.
d63a86f8 24981
c906108c
SS
24982Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
24983
24984 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
24985 next over recursive call. Revise the tests from that point on
24986 (which had been skipped) to match GDB's actual (correct) output.
24987
24988 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
24989 with next over a breakpoint whose condition is false.
24990
24991 * gdb.t00/help.exp: Comment out "help set print" tests just like
24992 (and for same reason as) "help set" test.
24993
24994Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
24995
24996 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
24997 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
24998
24999Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25000
25001 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
25002 necessary gdb_target_udi.
25003
25004 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
25005
25006 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
25007 1838 and 2417; they are fixed.
25008
25009 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
25010 gdb.t03/ptype.exp (ptype structure, ptype union):
25011 Remove xfails; the test is looser than when the xfails were added.
25012
25013 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
25014 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
25015
25016 * gdb.t01/run.exp: Only run shell test if isnative.
25017
25018 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
25019 since "run" automatically loads if necessary. Call gdb_target_udi
25020 after the "file" since "file" kills any execution target.
25021
25022 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
25023 GDB. GDB doesn't work that way (not anymore at least) on UDI.
25024 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
25025 argument for UDI.
25026
25027Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
25028
25029 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
25030
25031 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
25032
25033Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25034
25035 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
25036 properly quoting regexps. This makes the second argument to
25037 demangle a fixed string, which matches the callers, instead of a
25038 shell-style pattern which is what the previous implementation
25039 used. Update some of the callers.
25040
25041Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25042
25043 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
25044 (comib_nullified_tests): Fix typo.
25045 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
25046 strings. No longer expected to fail.
25047
25048 * gdb.disasm/hppa.s (addib_tests): Fix typo.
25049 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
25050 strings. No longer expected to fail.
25051
25052 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
25053 string. No longer expected to fail.
25054
25055Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25056
25057 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
25058 No longer expected to fail.
25059
25060 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
25061 string. No longer expected to fail.
25062
25063Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25064
25065 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
25066 only in the names (I probably got most of them). I was even
25067 generous with some which differed in underscores in names, and
25068 probably missed a few, and I *still* was able to remove almost a
25069 third of the file with almost no impact on testsuite coverage.
25070
25071Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25072
25073 * gdb.t00/default.exp: Match udi_attach error message as well as
25074 the one from child_attach.
25075
25076 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
25077
25078 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
25079
25080 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
25081 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
25082
25083 * Move test with enums and partial symbols back to
25084 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
25085 Reverts the change of 26 May 93. Per today's change to
25086 stabs.texinfo, the behavior that weird.exp was expecting was
25087 unreasonable; what is important is that the compiler+gdb get
25088 things right, which happens with a recent gcc. Also fix the test
25089 to deal with native compilers which put out the stab gdb can't
25090 deal with.
25091
25092Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25093
25094 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
25095 in the names. The main thing these accomplish is to slow things down.
25096 Many more such duplicates surely remain.
25097
25098 * gdb.t00/help.exp: Comment out "help support" test just like
25099 (and for same reason as) "help set" test.
25100
25101Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
25102
25103 * gdb.t06/break.exp: Remove setup_xfails for
25104 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
25105 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
25106 about known bug in gcc to include up through 2.5.8.
25107 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
25108 well as "_vb$".
25109 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
25110 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
25111 with latest gcc and gdb.
25112 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
25113 well as "_vb$".
25114
25115Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25116
25117 * configure.in (hppa*-*-*): Also configure and build stabs-only
25118 tests.
25119
25120Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25121
25122 * gdb.t10/hppa.mt: A makefile fragment for the PA.
25123 * gdb.t10/configure.in (hppa*-*-*): Use it.
25124
25125Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25126
25127 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
25128
25129Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25130
25131 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
25132 versions prior to 1.13.5.
25133
25134Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25135
25136 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
25137 the prompt is at the start of a line.
25138
25139Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
25140
25141 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
25142 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
25143 in the copr tests now.
25144 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
25145 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
25146 expected to fail.
25147
25148Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
25149
25150 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
25151 gdb.t31/chillvars.exp, lib/gdb.exp:
25152 Tweak to run under either version of expect.
25153 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
25154 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
25155 * gdb.t11/list.exp: Remove extraneous whitespace.
25156
25157Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25158
25159 * gdb.t16/printcmds.exp (test_print_strings): Accept
25160 "(unsigned char *) " before the string.
25161
25162 * TODO: Add notes about printing of fancy types and GDB expressions.
25163
25164Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
25165
25166 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
25167 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 25168 if doing mips-idt-ecoff.
c906108c
SS
25169
25170Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
25171
25172 * Most .exp files: Tweak to run under either version of expect.
25173
25174Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25175
25176 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
25177 xfails; I'm not sure why they are failing, but not because of PR 1806.
25178
25179Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
25180
25181 * config/unix-gdb.exp: Remove gdb_unload cause it's already
25182 defined in lib/gdb.exp.
25183
25184Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25185
25186 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
25187 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
25188 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
25189 have to be typeless.
25190
25191Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
25192
25193 * TODO: Add suggestion for copyright year test.
25194
25195Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
25196
25197 * configure.in (*-*-lynxos*): Add stabs tests.
25198
25199Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25200
25201 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
25202 so insert a tab before any assembler directive in column zero.
25203
25204 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
25205 stores.
25206 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
25207 stores.
25208 (fpu_short_memory_tests): Likewise.
25209
25210Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25211
25212 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
25213 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
25214 .stabs directives in comments.
25215
25216Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25217
25218 * TODO: New file, describing tests we could write.
25219 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
25220
25221Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25222
25223 * gdb.t06/signals.exp: Add kludge to force re-sync.
25224
25225 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
25226 to xgdb instead of gdb, get out of gdb.
25227
25228Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
25229
25230 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
25231 for info.
25232
25233Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
25234
25235 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
25236 * gdb.stabs/configure.in (hppa*-*-*): Use it.
25237 * gdb.stabs/hppa.sed: New sed script for the PA.
25238
25239Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25240
25241 * gdb.stabs: Re-write weird.def and configuration to use sed
25242 instead of cpp. sed is portable and POSIX; cpp is neither.
25243
25244Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25245
25246 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
25247
25248Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25249
25250 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
25251
25252Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25253
25254 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
25255 "_vb$".
25256 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
25257 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
25258
25259Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25260
25261 * lib/gdb.exp: Comment out code which depends on non-existent
25262 `transform' procedure.
25263
25264Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
25265
25266 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
25267 * lib/gdb.exp: Transform tool name.
25268 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
25269 1.1's new error handling system.
25270
25271Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25272
25273 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
25274
25275Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25276
25277 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
25278 They made pattern matching so slow that timeouts happened on
25279 heavily loaded systems. Now any output from "show print" which
25280 gets us back to the GDB prompt is a PASS.
25281
25282Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
25283
25284 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
25285
25286Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25287
25288 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
25289
25290 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
25291 It is not from PR 3220.
25292
25293Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25294
25295 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
25296 just started failing because they depended on the order the
25297 subcommands are presented, or exact docstring text. This kind of
25298 test is a pain and has minimal benefit.
25299
25300Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25301
25302 * gdb.t09/corefile.exp: At end of test, use "core" command with
25303 no arguments.
25304
25305Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
25306
25307 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
25308 17}/Makefile.in: Make it possible to run the testsuite with Sun
25309 make and CC = cross gcc by adding explicit build rules for .o
25310 files.
25311
25312Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25313
25314 * gdb.t15/funcargs.exp: Don't put comments on same line as
25315 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 25316
c906108c
SS
25317Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25318
25319 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
25320
25321Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
25322
25323 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
25324 * gdb.t20/inherit.exp: remove three dumplicate entries.
25325
25326Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25327
25328 * gdb.t06/break.exp: For "next over recursive call", fail on any
25329 incorrect output, not just on "factorial (value=2)".
25330
25331Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25332
25333 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
25334 working now. Add an xfail if accesing a bss variable causes
25335 a memory error if the target is not yet run.
25336
25337Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25338
25339 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
25340 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
25341 name of __st* demangling (2 strings). Did Kung really get the
25342 more than 95 others right without testing them?
25343
25344Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
25345
25346 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
25347
25348Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
25349
25350 * configure.in (configdirs): Add gdb.disasm
25351 * gdb.disasm: New directory for GDB disassembler tests.
25352 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
25353
25354Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25355
25356 * gdb.t00/help.exp: Don't test "help set".
25357
25358 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
25359 from within expect statements. None of these happen anymore and
25360 they cause regressions to be silently unnoticed.
25361
25362 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
25363 messages) about known failures with gcc cygnus-2.4.5-930417.
25364
25365 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
25366 comp-info.exp so it gets built if it doesn't exist.
25367
25368 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
25369 it is no longer used.
25370 * gdb.t13/comp-info.c: Removed.
25371
25372Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25373
25374 * gdb.t06/signals.exp: Add xfail for sun3.
25375
25376Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25377
25378 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
25379 relevant because ^C doesn't get sent but failure can be reproduced
25380 interactively).
25381
25382Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25383
25384 * gdb.stabs/alpha.mt: New configuration file for alpha.
25385 * gdb.stabs/configure.in: Use it.
25386 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
25387 sharing with alpha.mt, redefine long to word via preprocessor.
25388 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
25389 for alpha.
25390 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
25391 native cc.
25392 * gdb.t00/teststrategy.exp: Change expect string so that we
25393 consume the `(xgdb)' from the command echo and from the gdb prompt.
25394 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
25395 gdb currently compares all values as long, so this failure probably
25396 applies to any configuration where LONGEST is bigger than a target int.
25397 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
25398 with gcc.
25399 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
25400 to handle opaque pointers, gcc is.
25401 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
25402 as first argument. Include <sys/types.h> and change all operator
25403 new definitions to use size_t.
25404 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
25405 now that we use size_t.
25406
25407Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25408
a9c64011 25409 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 25410 a long or float array cast all array members to the same type.
a9c64011 25411 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 25412 with 64 bit longs.
a9c64011 25413 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 25414 on alpha.
a9c64011 25415 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
25416
25417Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25418
25419 * gdb.t24 (demangle.exp): Constructors of templates have names like
25420 vector<int>::vector(int) not vector<int>::vector<int>(int). See
25421 section 14.6 of the ARM.
25422
25423 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
25424 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
25425 accomplish little and slow down the testsuite.
25426
25427 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
25428 Accept spaces various places.
25429
25430Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25431
25432 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
25433 with watchpoint enabled.
25434
25435 * Makefile.in: Remove definition of CC and remove the second
25436 definition of CXX (the "CXX = gcc" one remains). These definitions
25437 were causing backquotes to be expanded within backquotes, which
25438 doesn't work.
25439
25440Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
25441
25442 * gdb.t17/callfuncs.exp: Add "return 0" to end.
25443
25444Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25445
a9c64011
AS
25446 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
25447 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
25448 by mips cc and contains no stabs entries.
25449
25450Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
25451
25452 * config/vx-gdb.exp: Use fake device to load files rather than
25453 NFS.
25454 * lib/gdb.exp: New proc to do "file" command.
25455 * config/unix-gdb.exp: Use new "file" proc.
25456
25457Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
25458
25459 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
25460 Rework board rebooting slightly.
25461 (gdb_exit): Don't exit from the remote shell; there isn't one.
25462 * gdb.stabs/weird.exp: If a program is being debugged already,
25463 kill it.
25464 * gdb.t04/setvar.exp: Stop and restart gdb.
25465 * gdb.t05/expr.exp: Likewise.
25466 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
25467 restart gdb and reload the program.
25468 * gdb.t08/opaque.exp: Likewise.
25469 * gdb.t12/scope.exp: Likewise.
25470 * gdb.t13/bitfields.exp: Likewise.
25471 * gdb.t15/funcargs.exp: Likewise.
25472 * gdb.t20/classes.exp: Likewise.
25473 * gdb.t03/ptype.exp: Increase timeout.
25474 * gdb.t16/printcmds.exp (test_print_string_constants,
25475 test_print_array_constants): Likewise.
25476 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
25477 * gdb.t20/classes.exp (do_tests): Likewise.
25478 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
25479
25480Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
25481
25482 * gdb.stabs: Renamed *wierd* to *weird*.
25483
25484Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25485
25486 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
25487 for timeout. Add "known gcc 2.4.5 bug" to failure message.
25488
25489Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
25490
25491 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
25492 (do_tests): Remove xfail for whatis on one_var and two_var.
25493
25494Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
25495
25496 * Makefile.in: Made cross building work better by adding
25497 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
25498
25499Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25500
25501 * gdb.t15/{return.c,return.exp,Makefile.in}:
25502 New test, currently commented out.
25503
25504Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
25505
25506 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
25507 still running and removes the leftover named socket so GDb can do
25508 clean restarts.
25509
25510Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
25511
25512 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
25513 console, not GDB.
25514 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
25515 cross testing works better with "make check"
25516 * config/unix-gdb: Use default procedures for exit and version.
25517 * config/vx-gdb.exp: Cleaned up and massaged back to working order
25518 with the newest VxWorks.
25519
25520Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25521
25522 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
25523 old form.
25524
25525 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
25526 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
25527
25528 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
25529
25530 * config/unix-gdb.exp: Remove this version of gdb_exit
25531 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
25532 Rob says he'll look at it when he gets back to testing boards.
25533
25534Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
25535
25536 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
25537 an expected fail for certain ptype commands.
25538
25539 * gdb.t20/classes.exp: Update expected results of "ptype class
25540 Base1" to account for the constructor that now appears in the type.
25541
25542Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
25543
25544 * configure.in (configdirs): Restore gdb.t04, which mysteriously
25545 disappeared from list.
25546 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
25547 "alldone" proc with call to cleanup and exit.
25548 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
25549 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
25550 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
25551 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
25552 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
25553 "alldone" proc with simple returns that suppress remaining
25554 tests. The alldone proc went away many months ago.
25555
25556Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25557
25558 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
25559
25560 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
25561
25562Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25563
25564 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
25565 as vax gdb will display them.
25566
25567Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25568
25569 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
25570 optimizers.
25571
25572 * scope.exp: Change "bad value for localval" messages so each one
25573 is unique.
25574
25575 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
25576 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
25577
25578 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
25579
25580Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25581
25582 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
25583 doesn't exist (due to optimization).
25584
25585Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25586
25587 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
25588 contains \r because the filename is long.
25589
25590 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
25591 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
25592
25593Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25594
25595 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
25596 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
25597 Ultrix.
25598 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
25599 int tests.
25600 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
25601
25602Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
25603
25604 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
25605
25606 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 25607 to match does not match the passing case but still matches the
c906108c
SS
25608 failing case.
25609
25610Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25611
25612 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
25613
25614Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
25615
25616 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
25617 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
25618 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
25619 Remove various versions of gdb_exit.
25620 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
25621 gdb_exit.
25622 * config/unix-gdb.exp: gdb_exit remains here, and should override
25623 the generic version, since it's doing a lot of wierd stuff that
25624 the other versions aren't. FIXME, fold it in, or abandon this
25625 version.
25626
25627Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25628
25629 * gdb.t24/demangle.exp: Add tests for PR 3220.
25630
25631Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25632
25633 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
25634
25635Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
25636
25637 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
25638 "i386-*-*". Works for i486 as well.
25639
25640 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
25641 bug, and expand domain of xfail to all SVR4 systems, since the
25642 actual problem is likely to be in generic SVR4 /proc support.
25643
25644Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25645
25646 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
25647
25648Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
25649
25650 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
25651 xfails for other systems. Match a missing 'Continuing.' as an
25652 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
25653
25654 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
25655 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
25656 Only issue warning for missing executables if -all option is used.
25657
25658 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
25659 file if -all option is used. It's like an unpredictable XFAIL.
25660
25661Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25662
25663 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
25664 for dynamically linked binaries.
25665
25666 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
25667
25668Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25669
25670 * gdb.t20/inherit.exp: Change message for "print tagless struct"
25671 to state that this is a known bug in old versions of g++.
25672
25673Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25674
25675 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
25676 while waiting for `Continuing'.
25677
25678Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
25679
25680 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
25681 in text, data, and bss.
25682 * gdb.t10/nodebug.c: Add local and global test variables for
25683 initialized and uninitialized data.
25684
25685Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25686
25687 * config/unix-gdb.exp (gdb_exit): Add "wait".
25688
25689Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25690
25691 * gdb.t06/signals.exp: xfail the continue from the handler for all
25692 targets.
25693
25694 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
25695 function with watchpoints enabled, the i386 call dummy starts with
25696 a call.
25697
25698 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
25699 386 bsd names its corefiles.
25700
25701Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
25702
25703 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
25704 compilers don't grok it.
25705 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
25706 with small octal ints rather than character constants, which
25707 are signed and might not fit if first promoted to int.
25708
25709Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
25710
25711 * gdb.t09/Makefile.in (clean): Remove corefile.
25712
25713Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25714
25715 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
25716
25717Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25718 and Jim Kingdon (kingdon@cygnus.com)
25719
25720 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
25721 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
25722 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
25723
25724Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25725
25726 * gdb.t17/interrupt.exp: Add xfail for hppa.
25727
25728Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25729
25730 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
25731 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
25732 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
25733 to determine signed-ness of bitfields and use the result to setup
25734 the xfail.
25735 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
25736 * gdb.t15/funcargs.exp: Use them to step until the second indirect
25737 call line is reached if necessary.
25738
25739Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25740
25741 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
25742
25743Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25744
25745 * gdb.t06/break.exp: Also test `clear' command.
25746
25747Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25748
25749 * gdb.t00/teststrategy.exp: Remove extra quote.
25750
25751 * gdb.t07/watchpoint.exp: Change xfail for calling function with
25752 watchpoint enabled to be for all non-68k machines.
25753
25754 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
25755
25756Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25757
25758 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
25759 targets use aout.mt instead of ecoff.mt as gas understands
25760 standard aout format.
25761
25762Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
25763
25764 * lib/gdb.exp (runto): Don't insist that function we are running to
25765 was compiled with -g.
25766
25767 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
25768
25769 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
25770 to get back into the read system call.
25771 Accept leading newline in case where we woke it up.
25772
25773Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25774
25775 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
25776 to make the stabs test work on ecoff systems using gcc and -with-stabs.
25777 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
25778 enable ecoff configuration.
25779
25780Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25781
25782 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
25783
25784Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25785
25786 * gdb.t16/printcmds.exp: Add another printf test.
25787
25788Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
25789
25790 * configure.in: If configured -with-stabs on any target, add
25791 stabsdirs to configdirs.
25792
25793Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25794
25795 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
25796 fun" so pattern does not match the command itself.
25797
25798Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25799
25800 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
25801
25802Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25803
25804 * gdb.t17/interrupt.exp: Test for more things.
25805
25806Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25807
25808 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
25809 compiler arranges the code and line numbers.
25810
25811 * gdb.t17/interrupt.exp: Don't send \n after ^C.
25812
25813Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25814
25815 * gdb.t00/help.exp: Increase expect input buffer size.
25816
25817Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25818
25819 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
25820
25821 * gdb.t07/watchpoint.exp: Add xfail for hppa.
25822
25823 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
25824
25825 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
25826 [0-9]*, not just [0-9].
25827
25828Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25829
25830 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
25831
25832 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
25833
25834Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25835
25836 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
25837
25838Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25839
25840 * gdb.t06/signals.c: Add xfails for sun3.
25841
25842 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
25843
25844 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
25845 test_stepping tests.
25846
25847Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25848
25849 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
25850
25851 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
25852
25853 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
25854 rather than actually putting it through cpp twice.
25855
25856 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
25857
25858Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
25859
25860 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
25861 no longer needed.
25862
25863Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25864
25865 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
25866
25867 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
25868 C++ features prints as "struct", make it a pass, not an xfail.
25869
25870Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25871
25872 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
25873 Don't require VA to print as "class" rather than "struct".
25874
25875Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
25876
25877 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
25878
25879Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25880
25881 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
25882
25883Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25884
25885 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
25886 order.
25887
25888Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25889
25890 * gdb.t16/printcmds.exp: Add printf tests.
25891
25892 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
25893
25894 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
25895
25896Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
25897
25898 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
25899 pass counts, to counteract any existing or future setup_xfails.
25900
25901Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25902
25903 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
25904 {BEGIN,END}_COMMON for common block instead of STAB.
25905 * gdb.stabs/wierd.exp: Add xfail for rs6000.
25906
25907 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
25908 intp_var should be N_GSYM not N_LSYM.
25909 wierd-aout.S: Use a label for the value of the N_SO.
25910 wierd.def: Remove all backslashes.
25911 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
25912
25913Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25914
25915 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
25916 get the expected next to inheritance3.
25917
25918Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25919
25920 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
25921 now that gcc-2.4 gets it right.
25922
25923Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
25924
25925 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
25926
25927 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
25928 generating comp-info.exp which works for cross-compilation.
25929
25930Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
25931
25932 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
25933 "*-*-sysv4.*".
25934
25935Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
25936
25937 * gdb.t01/run.exp: Start with a fresh gdb.
25938 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
25939 SVR4.x.
25940
25941Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
25942
25943 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
25944 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
25945 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
25946 Makefile.in (distclean, realclean): Remove gdbme.c from list of
25947 things to remove.
25948
25949Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
25950
25951 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
25952 test cases from bug reports.
25953
25954Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
25955
25956 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
25957 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
25958 avoid spurious xfails.
25959 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
25960 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
25961 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
25962
25963Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
25964
25965 * gdb.t00/teststrategy.exp: Rework to provide more useful
25966 description of each test, fix problem with systems that define
25967 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
25968 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
25969 results for "next over recursive call" so timeouts aren't taken
25970 by error.
25971
25972Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
25973
25974 * gdb.t12/scope.exp: Test printing of variables before run.
25975
25976 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
25977 printed in wrong order due to sorting.
25978
25979Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
25980
25981 * gdb.t00/teststrategy.exp: Fix expected results for printing
25982 user entered string constant. Is array of char, prints with no
25983 address.
25984
25985 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
25986 commands.
25987 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
25988 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
25989 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
25990 of struct of char arrays.
25991 * gdb.t00/radix.exp: New tests for radix commands.
25992
25993Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
25994
25995 * gdb.t16/printcmd.exp: Print a variable before running program
25996 (with xfail for AIX).
25997
25998Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
25999
26000 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
26001
26002 * gdb.t16/printcmd.exp: Don't print variables before running program.
26003
26004 * gdb.t06/break.exp: Don't require envp argument to main.
26005
26006 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
26007
26008 * gdb.t02/whatis.exp, gdb.t11/list.exp:
26009 Add xfails for rs6000.
26010
26011 * gdb.t02/whatis.exp: Change other tests not to re-test something
26012 we already tested.
26013
26014 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
26015 each type used has a variable of that type.
26016
26017Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
26018
26019 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
26020
26021Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
26022
26023 * configure.in: change srctrigger to be a file, not a directory
26024
26025Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
26026
26027 * configure.in (mips-idt-ecoff*): Added trailing '*'.
26028
26029 * gdb.t11/list.exp: Fixed a couple of typos.
26030
26031Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
26032
26033 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
26034 is fixed and PR is closed.
26035 * gdb.t16 (gdbme.c): Add simple test string variable.
26036 * gdb.t16 (printcmds.exp): Add tests with simple test string
26037 variable, primarily for boundaries on "set print elements".
26038
26039Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
26040
26041 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
26042 Make leading 0's optional and don't expect a tab in the middle
26043 of the number.
26044
26045 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
26046
26047 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
26048 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
26049 don't end command passed to gdb_test with newline.
26050
26051 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
26052 signed keyword away, don't expect signed bitfields to be signed.
26053
26054 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
26055 printing with only as many 1's as are in the field as well as printing
26056 with 32 1's (see comment).
26057
26058Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
26059
26060 * gdb.t00/default.exp: Start with a fresh gdb.
26061 * configure.in (configdirs): Remove gdb.t31 until the chill
26062 compiler works again. It no longer is able to find chillrt0
26063 since it isn't in libchill.a anymore.
26064 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
26065 wierd.o, make more modular.
26066 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
26067 spurious newlines that caused problems.
26068
26069Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26070
26071 * Move test with enums and partial symbols from gdb.t03/ptype.exp
26072 to gdb.stabs/wierd.exp since GCC has worked around the bug.
26073 gdb.stabs/wierd.{exp,def}: Many new tests.
26074
26075 * gdb.t00/default.exp: update info line for new message.
26076
26077 * gdb.t02/{whatis.exp,gdbme.c}:
26078 Test that "char *" doesn't print as "caddr_t".
26079
26080Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26081
26082 * gdb.t00/help.exp: Use .* in place of some help messages which
26083 just changed.
26084 gdb.t00/default.exp: Update "info frame" test for new message.
26085 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
26086 Remove some xfails
26087
26088Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26089
26090 * gdb.t03/{gdbme.c,ptype.exp}:
26091 Add tests for typedef'd struct and union without tags.
26092 Also check "whatis" on a variable of a typedef'd enum without a tag.
26093
26094 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
26095 PRMS 1823; the bug still exists but isn't reproduced by this test
26096 anymore), and remove rs6000 XFAIL (the bug is fixed).
26097
26098 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
26099 duplicated from whatis.exp. For those that are left, accept
26100 "long", "long int", or "int" for long variables (whatis.exp already
26101 has an XFAIL for "int", so no need to fail it here).
26102
26103 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
26104 Deal with GCC's names for types now that GDB uses the compiler's names.
26105
26106 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
26107 setup_xfail's for sunos4. If we #defined the signed keyword away,
26108 don't expect GDB to know that char it is signed.
26109
26110 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
26111
26112Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
26113
26114 * configure.in (configdirs): Add gdb.t24 for C++ tests that
26115 should work on any system, regardless of debugging format.
26116 * gdb.t21/demangle.exp: Move to gdb.t24.
26117 * gdb.t24/demangle.exp: Move from gdb.t21.
26118 * gdb.t24/{Makefile.in, configure.in}: New files.
26119
26120Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26121
26122 * configure.in: Do gdb.stabs and C++ tests only for stabs.
26123 * gdb.stabs: New directory.
26124
26125Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
26126
26127 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
26128 not just "Quit anyway?".
26129
26130Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
26131
26132 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
26133 that all setup_xfails are immediately followed by clear_xfails.
26134
26135Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
26136
26137 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
26138 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
26139 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
26140 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
26141 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
26142 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26143 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26144 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
26145 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
26146 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
26147 gdb.t31/chillvars.exp, lib/gdb.exp:
26148 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
26149 bug-gdb@prep.ai.mit.edu.
26150
26151Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
26152
26153 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
26154 with 0.0, not integer 0.
26155
26156Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
26157
26158 * gdb.t06/break.exp: Update for "Kill the program" message change.
26159
26160Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
26161
26162 * Makefile.in (GDBFLAGS): Set to -nx.
26163 * Makefile.in (site.exp): Use GDBFLAGS.
26164
26165Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26166
26167 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
26168 Makefiles.
26169 (check): depend on just-check.
26170 (just-check): added so that tests can be run without a noop
26171 build pass.
26172
26173Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
26174
26175 Switch to using configure's configdirs.
26176 * Makefile.in (Makefile): add configure.in dependency.
26177 (SUBDIRS): removed redundant assignment.
26178 * configure.in: switch subdirs assignment to configdirs.
26179 * gdb.t*/configure.in: new files.
26180
26181Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
26182
26183 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
26184 works.
26185
26186Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
26187
26188 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
26189 in explicit rules. Apparently this is not supported by some makes.
26190
26191Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
26192
26193 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
26194
26195Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26196
26197 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
26198 disappeared.
26199
26200Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
26201
26202 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
26203
26204Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
26205
26206 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
26207 watchpoint problem that is now fixed.
26208 * gdb.t30/chexp.exp: Remove setup_xfail for printing
26209 uninitialized convenience variables.
26210 * gdb.t31/chillvars.exp: Fix expected patterns for printing
26211 structures.
26212
26213Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26214
26215 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
26216 which causes expect to get out of sync with gdb on long output
26217 from help set.
26218 * gdb.t09/corefile.exp: Make expected pattern for core file
26219 failing signal and frame output format less sun specific.
26220
26221Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
26222
26223 * gdb.t31/chillvars.exp: Add and remove initial dummy
26224 breakpoint, so that symbol table is forced in.
26225 (Needed at least on Sunos4, though it seems not SVR4.)
26226 * gdb.t31/chillvars.exp: Update for changed output format.
26227
26228Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
26229
a9c64011 26230 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
26231
26232Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
26233
26234 * Makefile.in: Added --srcdir when invoking runtest, removed the
26235 need for a local config file. (optional now)
26236
26237Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
26238
26239 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
26240 failure count used to force early termination. Add some more
26241 expected failures for gnu style demangling.
26242
26243Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26244
26245 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
26246 pmi variable from gdb.t20/gdbme to get optimized away.
26247 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
26248 Check for written corefile upon timeout _and_ eof.
26249
26250Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26251
26252 * config/unix-gdb.exp: Add missing return 0.
26253
26254Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26255
26256 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
26257 test termination.
26258
26259Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
26260
26261 * configure.in (subdirs): Put back gdb.t17 which mysteriously
26262 disappeared.
26263
26264Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
26265
26266 * gdb.t10/crossload.exp: Disable the i860-elf test until such
26267 time as i860 support works.
26268
d63a86f8 26269 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
26270 "backtrace 100\r" rather than just "backtrace\r", to match last
26271 change.
26272
26273Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
26274
26275 * config/udi-gdb.exp (gdb_exit): Remove close command.
26276 (gdb_target_udi): New procedure to set the UDI target.
26277 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
26278 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
26279 Added waits for prompts after several question responses. Added
26280 some more responses used by a29k-amd-udi-gdb.
26281 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
26282 pass different arguments, restart UDI connection after program
26283 completion.
26284 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
26285 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
26286 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
26287 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
26288 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
26289 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
26290 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
26291 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
26292 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
26293 after program completion.
26294 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
26295 compiled with a SELECT_VECS setting.
26296 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
26297 infinite recursion.
26298
26299 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
26300 Added checks for COFF results, and made them expected failures for
26301 all targets. It would be better to make them expected failures
26302 for COFF targets only.
26303
26304Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
26305
26306 * Makefile.in: add null dvi target, don't bother to recurse
26307 through test directories for info and install-info; rename
26308 $(datadir) to be dejagnu instead of deja-gnu
26309
26310Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
26311
26312 * gdb.t31/gdbme.ch: Re-enable code that previously caused
26313 compiler to coredump.
26314 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
26315 code.
26316
26317Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
26318
26319 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
26320 coredump.
26321 * gdb.t31/chillvars.exp: Comment out tests that depend on that
26322 code.
26323
26324Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
26325
26326 * gdb.t03/ptype.exp: tests for return code from gdb_test.
26327 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
26328 which in a shell. Deletes xgdb when done.
26329 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
26330 Tests the return from the "set height" or "set width" commands.
26331 Added a few return codes where needed.
26332
26333Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
26334
26335 * Makefile.in (SUBDIRS): Add gdb.t17.
26336 * configure.in (subdirs): Add gdb.t17.
26337 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
26338 files to test gdb's calling of functions in the inferior with
26339 the correct arguments and gdb's ability to retrieve any
26340 result returned.
26341
26342Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
26343
26344 * config/unix-gdb.exp (gdb_exit): Remove close commands that
26345 may be called after gdb goes away. Previous versions of expect
26346 needed these to avoid file descriptor leaks, but they cause
26347 errors with the current revision of expect.
26348 * gdb.t00/gdbvars.exp: Use -re on expected output after
26349 setting sevenbit-strings.
26350 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
26351 to set sevenbit-strings consistent across tests.
26352 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
26353 set sevenbit-strings consistent across tests.
26354
26355Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
26356
26357 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
26358 expected output to match current "expect" expectations.
26359
26360Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
26361
26362 * gdb.t00/default.exp: Change expected output for default "source"
26363 command, to match new gdb behavior which requires a filename to
26364 source.
26365
26366Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
26367
26368 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
26369 expected fail for i486-*-* that misses the marker2 function.
26370 * gdb.t10/crossload.exp (bfddefault): Allow successful
26371 recognition of a format to pass even if no symbols are found.
26372 Explicitly catch failures where the format is not recognized
26373 or is ambiguous, and add the reason to the fail message.
26374 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
26375 the cause is and invalid target and add reason to failure message.
26376 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
26377 elf32-i386, elf32-sparc, and elf32-i860.
26378 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
26379 Set up expected failure for 'filename'::variable scope resolution,
26380 which is now apparently broken on all targets.
26381 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
26382 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
26383 gdb.t23/templates.exp: Change failure for missing binfile into
26384 just a warning.
26385 gdb.t21/demangle.exp: Change all cfront references to 'arm'
26386 references.
26387
26388Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
26389
26390 * gdb.t00/default.exp: Add expected output for default "source"
26391 command, to match new gdb behavior.
26392 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
26393
26394Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
26395
26396 * config/*-gdb.exp: returns an error, rather than exiting on
26397 internal errors.
26398
26399Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
26400
26401 * gdb.t03/gdbme.c: Add pointer to struct variable.
26402 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
26403 referencing struct members.
26404
26405Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
26406
26407 * configure.in (mips-idt-ecoff): New target.
26408 * config/mips-gdb.exp: New file for remote board using MIPS remote
26409 debugging protocol.
26410
26411 * Redid configuration scheme. Removed gdb.t*/configure.in.
26412 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
26413 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
26414 distclean targets. Built executables via .o files. Adjusted
26415 tests to account for source files in $(srcdir) rather than
26416 $(objdir).
26417 * lib/gdb.exp (runto): Don't expect () after the function name,
26418 because it may have arguments.
26419
26420Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
26421
26422 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
26423 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
26424 expected failures for mips-idt-* and mips-sgi-*.
26425 * gdb.t00/default.exp (attach): Kill process if requested.
26426 * gdb.t00/help.exp (help target core, help target): Accept a gdb
26427 that does not read core files.
26428 * gdb.t01/run.exp: Removed checks for exit status code.
26429 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
26430 it is linked in.
26431 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
26432 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
26433 appropriate, rather than doing it by hand.
26434 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
26435 execution.
26436 * gdb.t10/crossload.exp: Kill existing program if needed.
26437 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
26438 appropriate, rather than doing it by hand. Always increase
26439 timeout for this test, not just for VxWorks.
26440
26441Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
26442
26443 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
26444 of Chill STRUCT types and STRUCT values.
26445 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
26446 than "char".
26447 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 26448 struct2): New struct definitions and initializations to test
c906108c
SS
26449 simple Chill STRUCT types.
26450
26451Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
26452
26453 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
26454 the null byte at the end of strings.
26455 * gdb.t00/default.exp: Make show version insensitive to copyright
26456 date.
26457 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
26458 to avoid dependencies on target char signedness.
26459 * gdb.t16/printcmds.exp: Update expected results for explicitly
26460 unsigned char.
26461 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
26462 now work.
26463 * gdb.t21/demangle.exp: Add many more patterns for template
26464 demangling, most of them being expected failures.
26465 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
26466 string we are matching for, to match on the whole string.
26467 * gdb.t21/demangle.exp: Add many new test strings to demangle,
26468 and fix a whole bunch that had incorrect expected output but were
26469 passing anyway because of the bug in "proc demangle".
26470 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
26471 type.
26472 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
26473
26474Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
26475
a9c64011
AS
26476 * gdb/testsuite: made modifications to testcases, etc., to allow
26477 them to work properly given the reorganization of deja-gnu and the
26478 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
26479
26480Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
26481
26482 * gdb/testsuite: Initial creation of gdb/testsuite.
26483 Migrated dejagnu testcases and support files for testing nm to
26484 gdb/testsuite from deja-gnu. These files were moved "as is"
26485 with no modifications. This migration is part of a major overhaul
26486 of dejagnu. The modifications to these testcases, etc., which
26487 will allow them to work with the new version of dejagnu will be
26488 made in a future update.
48efe704 26489
8d8cb839 26490 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 26491\f
8d8cb839
EZ
26492;; Local Variables:
26493;; mode: change-log
26494;; left-margin: 8
26495;; fill-column: 74
26496;; version-control: never
26497;; End:
902f2ccb 26498
0b302171 26499 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
902f2ccb
MC
26500 Copying and distribution of this file, with or without modification,
26501 are permitted provided the copyright notice and this notice are preserved.
This page took 2.651049 seconds and 4 git commands to generate.