]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/testsuite/
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1dcaed0d
YQ
12013-04-03 Yao Qi <yao@codesourcery.com>
2
3 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
4 "tfile-basic.tf" instead of "basic.tf".
5 (write_error_trace_file): Pass argument "tfile-error.tf"
6 instead of "error.tf".
7 * gdb.trace/tfile.exp: Update tfile names to
8 "tfile-basic.tf" and "tfile-error.tf".
9
0e7a53fc
SL
102013-04-02 Sandra Loosemore <sandra@codesourcery.com>
11
12 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
13 empty directory in file for breakpoint hit.
14
9852c492
YQ
152013-03-29 Yao Qi <yao@codesourcery.com>
16
17 * gdb.base/completion.exp: Test completion of commands
18 "target core", "target tfile" and "target exec".
19 * gdb.trace/tfile.exp: Test completion of command
20 "target tfile".
21
af312be7
JB
222013-03-28 Joel Brobecker <brobecker@adacore.com>
23
24 * gdb.ada/win_fu_syms: New testcase.
25
e4a48d9d
DE
262013-03-28 Doug Evans <dje@google.com>
27
28 * gdb.base/maint.exp (maint print statistics): Update expected output.
29
7f7cc265
PA
302013-03-28 Pedro Alves <palves@redhat.com>
31
32 PR gdb/15294
33
34 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
35 mean unlimited instead of $arg < 0.
36 (test_listsize): Remove "listsize of 0 suppresses output" test.
37 Test that "set listsize 0" ends up with an unlimited listsize.
38
fc0da894
PA
392013-03-28 Pedro Alves <palves@redhat.com>
40
41 * gdb.base/list.exp (last_line): New global.
42 (last_line_re): New global.
43 (test_listsize, test_list_function, test_list_forward)
44 (test_repeat_list_command, test_list_range)
45 (test_list_filename_and_function): Use them.
46 * gdb.base/list0.c: Comment the last line of the file with "last
47 line".
48
abe7b711
PA
492013-03-28 Pedro Alves <palves@redhat.com>
50
51 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
52 list the whole file.
53
15b3979c
PA
542013-03-28 Pedro Alves <palves@redhat.com>
55
56 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
57 "set listsize".
58
96811e3b
KS
592013-03-26 Keith Seitz <keiths@redhat.com>
60
61 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
62 from passing.
63
4043f22b
PA
642013-03-26 Pedro Alves <palves@redhat.com>
65
66 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
67 until after GDB has run.
68
14a1aa17
YQ
692013-03-26 Yao Qi <yao@codesourcery.com>
70
71 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
72 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
73
99c819ee
MM
742013-03-26 Markus Metzger <markus.t.metzger@intel.com>
75
76 * gdb.btrace/enable.exp: Add regression test.
77
24955f63
TT
782013-03-25 Tom Tromey <tromey@redhat.com>
79
80 * gdb.cp/m-static.exp: Add destructor-printing tests.
81
fce632b6
TT
822013-03-25 Tom Tromey <tromey@redhat.com>
83
84 * gdb.cp/m-static.exp: Add constructor ptype tests.
85 * gdb.cp/m-static.cc (single_constructor): New class.
86 (main): Make instance of single_constructor.
87
598d3636
JK
882013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
89 Pedro Alves <palves@redhat.com>
90
91 * gdb.server/server-kill.c: New file.
92 * gdb.server/server-kill.exp: New file.
93
c12440c9
PA
942013-03-21 Pedro Alves <palves@redhat.com>
95
96 * gdb.trace/trace-buffer-size.exp (get default buffer size):
97 Expect $gdb_prompt in gdb_test_multiple.
98
bd712aed
DE
992013-03-21 Doug Evans <dje@google.com>
100
101 * gdb.base/maint.exp: Update tests for per-command stats.
102
b2f83c08
TT
1032013-03-21 Tom Tromey <tromey@redhat.com>
104
105 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
106 * gdb.cp/misc.exp: Add test for FILENAME:: case.
107
ef0026f0
PA
1082013-03-20 Pedro Alves <palves@redhat.com>
109
110 PR gdb/15289
111
112 * gdb.base/remote.exp: Test
113 "set remote hardware-watchpoint-limit -1",
114 "set remote hardware-breakpoint-limit -1",
115 "set remote hardware-watchpoint-limit 2147483647" and
116 "set remote hardware-breakpoint-limit 2147483647".
117
3f1175a9
PA
1182013-03-20 Pedro Alves <palves@redhat.com>
119 Yao Qi <yao@codesourcery.com>
120
121 * gdb.trace/tfile.c: Add comments.
122 (nonconstglob): New global.
123 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
124 global that is not covered by the trace frame. Test
125 disassembling.
126
a09ae1c1
JK
1272013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
128
129 * gdb.base/valgrind-infcall.exp
130 (continue #$continue_count) <remote connection closed>
131 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
132 $valgrind_pid.
133
9ce98649
TT
1342013-03-15 Tom Tromey <tromey@redhat.com>
135
136 * gdb.cp/overload.cc (intintfunc): New.
137 * gdb.cp/overload.exp: Add regression test.
138
0a251e08
YQ
1392013-03-15 Yao Qi <yao@codesourcery.com>
140
141 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
142 using with_test_prefix.
143 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
144 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
145 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
146 * gdb.threads/watchpoint-fork.exp (test): Likewise.
147 * gdb.base/break-interp.exp (test_core): Likewise.
148 (test_attach_gdb): Likewise.
149 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
150 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
151 Likewise.
152 * gdb.base/jit-so.exp (one_jit_test): Likewise.
153 * gdb.base/jit.exp (one_jit_test): Likewise.
154 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
155 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
156 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
157 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
158 Likewise.
159 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
160 Likewise.
161 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
162 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
163 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
164 (tracepoint_change_loc_2): Likewise.
165 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
166 Likewise.
167 (disconnected_tfind): Likewise.
168 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
169 Likewise.
170 (test_tfind_remote): Likewise.
171 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
172 Likewise.
173 (test_pending_resolved): Likewise.
174 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
175 Likewise.
176 (test_upload_tsv): Likewise.
177 * gdb.trace/pending.exp (pending_tracepoint_resolved):
178 Likewise.
179 (pending_tracepoint_works): Likewise.
180 * gdb.trace/report.exp (use_collected_data): Likewise.
181 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
182 Likewise.
183 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
184 * gdb.trace/strace.exp (strace_info_marker): Likewise.
185 (strace_trace_on_same_addr): Likewise.
186 (strace_trace_on_diff_addr): Likewise.
187 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
188 (gdb_collect_locals_test): Likewise.
189 (gdb_unavailable_registers_test): Likewise.
190 (gdb_collect_globals_test): Likewise.
191
2c415c0f
YQ
1922013-03-15 Yao Qi <yao@codesourcery.com>
193
194 * gdb.base/condbreak.exp: Add semicolon back which was removed
195 by my previous commit.
196
ae59b1da
YQ
1972013-03-14 Yao Qi <yao@codesourcery.com>
198
199 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
200 'return'.
201 (gdb_target_monitor, gdb_load): Likewise.
202 * config/sid.exp (gdb_load): Likewise.
203 * config/slite.exp (gdb_load): Likewise.
204 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
205 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
206 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
207 (single_step_until): Likewise.
208 * gdb.arch/powerpc-d128-regs.exp: Likewise.
209 * gdb.arch/system-gcore.exp: Likewise.
210 * gdb.base/bigcore.exp (extract_heap): Likewise.
211 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
212 * gdb.base/call-ar-st.exp: Likewise.
213 * gdb.base/call-rt-st.exp: Likewise.
214 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
215 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
216 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
217 * gdb.base/corefile.exp: Likewise.
218 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
219 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
220 * gdb.base/fixsection.exp: Likewise.
221 * gdb.base/funcargs.exp: Likewise.
222 * gdb.base/gcore-buffer-overflow.exp: Likewise.
223 * gdb.base/gcore-relro.exp: Likewise.
224 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
225 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
226 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
227 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
228 * gdb.base/list.exp: Likewise.
229 (set_listsize): Likewise.
230 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
231 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
232 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
233 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
234 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
235 * gdb.base/setvar.exp: Likewise.
236 (test_set): Likewise.
237 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
238 * gdb.base/solib-overlap.exp: Likewise.
239 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
240 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
241 * gdb.base/watchpoint.exp (initialize): Likewise.
242 (test_simple_watchpoint): Likewise.
243 (test_disabling_watchpoints): Likewise.
244 (test_watchpoint_triggered_in_syscall): Likewise.
245 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
246 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
247 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
248 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
249 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
250 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
251 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
252 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
253 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
254 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
255 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
256 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
257 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
258 * gdb.mi/gdb792.exp: Likewise.
259 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
260 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
261 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
262 * gdb.threads/gcore-thread.exp: Likewise.
263 (load_core): Likewise.
264 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
265 (test_startup, check_control_c): Likewise.
266 * gdb.threads/sigstep-threads.exp: Likewise.
267 * gdb.threads/thread_check.exp: Likewise.
268 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
269 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
270 (set_a_tracepoint, trace_buffer_normal): Likewise.
271 (gdb_trace_circular_tests): Likewise.
272 * gdb.trace/collection.exp: Likewise.
273 * gdb.trace/disconnected-tracing.exp: Likewise.
274 * gdb.trace/infotrace.exp: Likewise.
275 * gdb.trace/mi-traceframe-changed.exp: Likewise.
276 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
277 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
278 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
279 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
280 * gdb.trace/stap-trace.exp: Likewise.
281 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
282 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
283 * gdb.trace/trace-buffer-size.exp: Likewise.
284 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
285 * gdb.trace/unavailable.exp: Likewise.
286 * gdb.trace/while-dyn.exp: Likewise.
287 * lib/fortran.exp (set_lang_fortran): Likewise.
288 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
289 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
290 (default_gdb_start, get_compiler_info): Likewise.
291 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
292 (get_debug_format, setup_xfail_format): Likewise.
293 (rerun_to_main, gdb_skip_float_test): Likewise.
294 (build_id_debug_filename_get, get_remotetimeout): Likewise.
295 * lib/java.exp (set_lang_java): Likewise.
296 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
297 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
298 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
299 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
300 * lib/objc.exp (set_lang_objc): Likewise.
301 * lib/pascal.exp (set_lang_pascal): Likewise.
302 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
303 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
304 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
305
bb869963
SDJ
3062013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
307
308 PR c++/15203
309 PR c++/15210
310 * gdb.cp/m-static.cc (keepalive_int): New function.
311 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
312 * gdb.cp/m-static.exp: New test for `sintvar'.
313
e2be70a0
YQ
3142013-03-14 Yao Qi <yao@codesourcery.com>
315
316 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
317 of 'tstatus' into tstatus_output.
318 (top level): Save the trace data to tfile. Read trace file in
319 tfile target. Check the trace status.
320
8ddb1965
YQ
3212013-03-13 Yao Qi <yao@codesourcery.com>
322
323 * gdb.trace/tsv.exp (check_tsv): New.
324 (top level): Save a tfile on current trace session. Call
325 check_tsv on live target. Load the tfile with target tfile
326 and call check_tsv again.
327
045dd51f
YQ
3282013-03-13 Yao Qi <yao@codesourcery.com>
329
330 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
331 Replace some "gdb_test" with "gdb_test_no_output".
332
82d049ab
PH
3332013-03-12 Paul Hilfinger <hilfingr@adacore.com>
334
335 * gdb.ada/expr_delims.exp: New file.
336 * gdb.ada/expr_delims/foo.adb: New file.
337 * gdb.ada/expr_delims/pck.ads: New file.
338 * gdb.ada/expr_delims/pck.adb: New file.
339
cb8ea32b
KS
3402013-03-11 Keith Seitz <keiths@redhat.com>
341
342 * watchpoint.exp (test_no_hw_watchpoints): Add test using
343 both condition and thread. Then delete the watchpoint.
344
2f1d9bdd
MM
3452013-03-11 Christian Himpel <christian.himpel@intel.com>
346
347 * Makefile.in: Add btrace testsuite.
348 * configure: Regenerated.
349 * configure.ac: Add btrace testsuite.
350 * gdb.btrace/Makefile.in: New file.
351 * gdb.btrace/enable.c: New file.
352 * gdb.btrace/enable.exp: New file.
353 * gdb.btrace/function_call_history.c: New file.
354 * gdb.btrace/function_call_history.exp: New file.
355 * gdb.btrace/instruction_history.c: New file.
356 * gdb.btrace/instruction_history.exp: New file.
357 * gdb.btrace/instruction_history.S: New file.
358 * lib/gdb.exp: Add btrace skip proc.
359
05c56a9d
JK
3602013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
361
362 Fix entry-values if the callee called a noreturn function.
363 * gdb.arch/amd64-tailcall-noret.S: New file.
364 * gdb.arch/amd64-tailcall-noret.c: New file.
365 * gdb.arch/amd64-tailcall-noret.exp: New file.
366
9112db09
JK
3672013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 Fix entry-values in C++ across CUs.
370 * gdb.arch/amd64-tailcall-cxx.exp: New file.
371 * gdb.arch/amd64-tailcall-cxx1.S: New file.
372 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
373 * gdb.arch/amd64-tailcall-cxx2.S: New file.
374 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
375
be9a119c 3762013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
377 Hafiz Abid Qadeer <abidh@codesourcery.com>
378
379 gdb/testsuite/
380 * gdb.trace/trace-buffer-size.exp: New file.
381 * gdb.trace/trace-buffer-size.c: New file.
382
049109b0
PA
3832013-03-06 Pedro Alves <palves@redhat.com>
384
385 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
386 doesn't support the tested optional feature, call "unsupported"
387 with the same test message as the "pass" case, instead of calling
388 "pass" with a different message. Use the same text for the "fail"
389 cases too.
390
4aa54120
YQ
3912013-03-06 Yao Qi <yao@codesourcery.com>
392
393 * gdb.trace/tstatus.exp: Remove the invocation of
394 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
395 (test_tracepoints): Don't set fast tracepoint.
396 (top level): Don't check agent library is loaded or not.
397
b8b71e63
YQ
3982013-03-06 Yao Qi <yao@codesourcery.com>
399
400 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
401 parentheses by "\\".
402
33f448b1
JK
4032013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
404
405 * gdb.linespec/base/one/thefile.cc (twodup): New.
406 (m): Call it.
407 * gdb.linespec/base/two/thefile.cc (dupname): New.
408 (n): Call it.
409 * gdb.linespec/break-ask.exp: New file.
410 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
411
1c942fb9
YQ
4122013-02-28 Yao Qi <yao@codesourcery.com>
413
414 * gdb.trace/report.exp: Move some code to ...
415 (use_collected_data): New.
416 (top level): Call use_collected_data once on the live target.
417 Save at file of the current trace session, load it with target
418 tfile, and call use_collected_data again.
419
5b967901
JK
4202013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
421
422 * gdb.threads/fork-thread-pending.c (main): Add alarm.
423
6447023f
JK
4242013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
427 Add final kill of ${valgrind_pid}.
428
9f44fbc0
SCR
4292013-02-20 Siva Chandra Reddy <sivachandra@google.com>
430
431 * gdb.python/py-arch.c: New test case
432 * gdb.python/py-arch.exp: New tests to test
433 gdb.Architecture.disassemble
434 * gdb.python/Makefile.in: Add py-arch to the list of
435 EXECUTABLES.
436
4c9ad8c2
TT
4372013-02-18 Tom Tromey <tromey@redhat.com>
438
439 * gdb.dwarf2/subrange.exp: New file.
440
f5911ea1
HAQ
4412013-02-15 Pedro Alves <pedro@codesourcery.com>
442 Hafiz Abid Qadeer <abidh@codesourcery.com>
443
444 * gdb.trace/tfile.exp: Add test for -trace-status command.
445
420f4384
JK
4462013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
447
448 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
449 nanosleep by sleep.
450
4819b3f8
PA
4512013-02-14 Pedro Alves <palves@redhat.com>
452
453 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
454
1773c82c
HAQ
4552013-02-14 Pedro Alves <pedro@codesourcery.com>
456 Hafiz Abid Qadeer <abidh@codesourcery.com>
457
458 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
459
e234dfaf
TT
4602013-02-12 Tom Tromey <tromey@redhat.com>
461
462 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
463 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
464
6c01dd94
PA
4652013-02-12 Pedro Alves <palves@redhat.com>
466
467 * gdb.base/catch-signal.c: Update copyright years.
468 * gdb.base/catch-signal.exp: Update copyright years.
469 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
470 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
471 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
472 * gdb.dwarf2/dw2-error.S: Update copyright years.
473 * gdb.dwarf2/dw2-error.c: Update copyright years.
474 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
475 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
476 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
477
595fc67f
PA
4782013-02-12 Pedro Alves <palves@redhat.com>
479
480 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
481 message.
482 * gdb.base/sigaltstack.exp: Ditto.
483 * gdb.base/siginfo.exp: Ditto.
484 * gdb.base/sizeof.exp: Ditto.
485
17282693
PA
4862013-02-12 Pedro Alves <palves@redhat.com>
487
488 * gdb.mi/mi-basics.exp: Tweak intro comment.
489 * gdb.mi/mi-break.exp: Tweak intro comment.
490 * gdb.mi/mi-console.exp: Tweak intro comment.
491 * gdb.mi/mi-file.exp: Tweak intro comment.
492 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
493 * gdb.mi/mi-return.exp: Tweak intro comment.
494 * gdb.mi/mi-stepi.exp: Tweak intro comment.
495 * gdb.mi/mi-until.exp: Tweak intro comment.
496 * gdb.mi/mi-watch.exp: Tweak intro comment.
497
8a4ac37e
PA
4982013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
499
500 * gdb.server/no-thread-db.exp: New file.
501 * gdb.server/no-thread-db.c: New file.
502 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
503
c2792f5a
DE
5042013-02-11 Doug Evans <dje@google.com>
505
506 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
507 two decfloats.
508
d9e98382
SDJ
5092013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
510
511 * gdb.base/bitfields.c (struct internalvartest): New declaration.
512 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
513
a321661a
JK
5142013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
515
516 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
517
134a2066
YQ
5182013-02-06 Yao Qi <yao@codesourcery.com>
519
520 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
521 to ...
522 (test_create_delete_modify_tsv): ... here. New test on modifying
523 the initial value of a tsv.
524
5a2dc60a
JK
5252013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
528 (cd .../rdir): ... here.
529
233d95b5
JK
5302013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
531
532 * gdb.linespec/base/one/header.h: New file.
533 * gdb.linespec/base/two/header.h: New file.
534 * gdb.linespec/macro-relative.c: New file.
535 * gdb.linespec/macro-relative.exp: New file.
536
fbd9ab74
JK
5372013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
538
539 * gdb.base/fullpath-expand-func.c: New file.
540 * gdb.base/fullpath-expand.c: New file.
541 * gdb.base/fullpath-expand.exp: New file.
542 * gdb.base/realname-expand-real.c: New file.
543 * gdb.base/realname-expand.c: New file.
544 * gdb.base/realname-expand.exp: New file.
545
1b56eb55
JK
5462013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
547
548 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
549 * gdb.dwarf2/dw2-dir-file-name.c: New file.
550
af529f8f
JK
5512013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
554 (compare_filenames_for_search does not match)
555 (compare_filenames_for_search does match): New tests.
556
f5b95b50
JK
5572013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
558
559 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
560
d47921b9
JK
5612013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
564
8a92335b
JK
5652013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
568 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
569 ${binfile}.mini_debuginfo-debuglink and
570 ${binfile}.mini_debuginfo-debuglink.xz.
571
17f2157d
TT
5722013-02-01 Tom Tromey <tromey@redhat.com>
573
574 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
575 attributes.
576
d65f0a9c
TT
5772013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
578 Tom Tromey <tromey@redhat.com>
579
580 * gdb.dwarf2/method-ptr.exp: Link with c++.
581 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
582
f25c0135
TT
5832013-01-31 Tom Tromey <tromey@redhat.com>
584
585 * gdb.base/jit.exp (compile_jit_test): New proc.
586 Add PIE tests.
587
7078baeb
TT
5882013-01-31 Tom Tromey <tromey@redhat.com>
589
590 * gdb.dwarf2/method-ptr.cc: New file.
591 * gdb.dwarf2/method-ptr.exp: New file.
592
1d24041a
TT
5932013-01-31 Tom Tromey <tromey@redhat.com>
594
595 * lib/dwarf.exp (namespace Dwarf): New.
596
8d9878a4
TT
5972013-01-29 Tom Tromey <tromey@redhat.com>
598
599 * gdb.dwarf2/fission-reread.exp: Add unload test.
600
bed911e5
DE
6012013-01-28 Doug Evans <dje@google.com>
602
603 * gdb.dwarf2/fission-loclists.exp: New file.
604 * gdb.dwarf2/fission-loclists.S: New file.
605
e229648e
JK
6062013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 Code cleanup.
609 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
610 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
611 and prepare_for_testing.
612 * gdb.base/store.exp: Likewise.
613
86700f00
TT
6142013-01-25 Tom Tromey <tromey@redhat.com>
615
616 * gdb.python/py-explore.exp: Expect the gdb prompt.
617
8954db33
AB
6182013-01-25 Andrew Burgess <aburgess@broadcom.com>
619
620 * gdb.base/gnu_vector.c: New variable for use in tests.
621 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
622 changes in scalar to vector casting and widening.
623 * gdb.python/py-type.c: New variables for use in tests.
624 * gdb.python/py-type.exp: Update vector related tests to reflect
625 changes in scalar to vector casting and widening.
626
2077afdd
TD
6272013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
628
629 * gdb.base/prologue-include.c: New file.
630 * gdb.base/prologue-include.exp: New file.
631 * gdb.base/prologue-include.h: New file.
632
d7499464
HAQ
6332013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
634
635 PR gdb/13443
636 * gdb.mi/mi-var-block.exp: Make test messages unique.
637
e2a3e0f1
TT
6382013-01-23 Tom Tromey <tromey@redhat.com>
639
640 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
641
152fcc9c
TT
6422013-01-23 Tom Tromey <tromey@redhat.com>
643
644 * gdb.cp/converts.cc (main): Initialize 'a'.
645
bea883fd
SCR
6462013-01-23 Siva Chandra Reddy <sivachandra@google.com>
647
648 * testsuite/gdb.python/frame.exp: Add a test for
649 gdb.Frame.architecture() method.
650
0928e93d
PA
6512013-01-22 Pedro Alves <palves@redhat.com>
652
653 * gdb.base/annota1.exp (signal sent): No longer expect
654 breakpoints-invalid.
655 * gdb.cp/annota2.exp (continue until exit)
656 (watch triggered on a.x): Ditto.
657
9c97429f
PA
6582013-01-22 Pedro Alves <palves@redhat.com>
659
660 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
661 Adjust tests to breakpoints-invalid changes.
662 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
663 variables.
664 Adjust tests to breakpoints-invalid changes.
665
187d10dd
PA
6662013-01-22 Pedro Alves <palves@redhat.com>
667
668 * gdb.base/annota1.exp (annotate ignore count change): Add
669 expected output for failure case.
670
ea3aedcb
TT
6712013-01-22 Tom Tromey <tromey@redhat.com>
672
673 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
674 call.
675
998580f1
MK
6762013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
677
678 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 679 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
680 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
681 Also handle 'thread' field.
682 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
683 * gdb.mi/mi-watch.exp: Ditto.
684 * lib/mi-support.exp: Ditto.
685
8f1d5693
MK
6862013-01-21 Siva Chandra Reddy <sivachandra@google.com>
687
688 * gdb.python/py-explore.exp: Improve a test
689
2d8c5d7c
DB
6902013-01-18  David Blaikie  <dblaikie@gmail.com>
691
692 * gdb.base/label.c (main): Correct the type of the second
693 parameter.
694
46f35228
TT
6952013-01-18 Tom Tromey <tromey@redhat.com>
696
697 * gdb.dwarf2/trace-crash.s: New file.
698 * gdb.dwarf2/trace-crash.exp: New file.
699
5965d69d
HAQ
7002013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
701
43aaf8b6
PA
702 PR gdb/13443
703 * gdb.base/checkpoint.exp: Update test messages to make them
704 unique.
5965d69d 705
5ae4861a
YQ
7062013-01-18 Yao Qi <yao@codesourcery.com>
707
708 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
709 output of 'info tracepoints'.
710 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
711 Likewise.
712 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
713 * gdb.trace/disconnected-tracing.c (struct foo): New.
714
d84fca2c
JK
7152013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
716
717 * gdb.dwarf2/dw2-dos-drive.S: New file.
718 * gdb.dwarf2/dw2-dos-drive.exp: New file.
719
aebb1cc9
DE
7202013-01-17 Doug Evans <dje@google.com>
721
2782d512
DE
722 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
723 CXX_FOR_TARGET.
724
aebb1cc9
DE
725 * boards/cc-with-tweaks.exp: New file.
726
db2b2972
TT
7272013-01-17 Tom Tromey <tromey@redhat.com>
728
729 * gdb.base/completion.exp: Add "set cp-abi" completion test.
730
96343774
PA
7312013-01-17 Pedro Alves <palves@redhat.com>
732
733 Merge dg-extract-results.sh from upstream (svn 195224).
734
735 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 736 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
737
738 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 739 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
740
741 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 742 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
743
744 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
745 * dg-extract-results.sh: Redirect grep output to /dev/null instead
746 of grep -q.
747
675921c0
SD
7482012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
749
750 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
751 interface.
752 * gdb.base/jithost.c: New file.
753 * gdb.base/jithost.h: New file.
754 * gdb.base/jitreader.c : New file.
755 * gdb.base/jit-protocol.h: New file.
756
ab04a2af
TT
7572013-01-16 Tom Tromey <tromey@redhat.com>
758
759 * gdb.base/catch-signal.c: New file.
760 * gdb.base/catch-signal.exp: New file.
761
8ac3646f
TT
7622013-01-16 Tom Tromey <tromey@redhat.com>
763
764 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
765
22fc223e
JK
7662013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
767
768 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
769
44478ab3
TT
7702013-01-14 Tom Tromey <tromey@redhat.com>
771
772 * gdb.base/completion.exp: Add "set gnutarget" test.
773
06d66ee9
TT
7742013-01-14 Tom Tromey <tromey@redhat.com>
775
776 * gdb.dwarf2/dw2-restrict.S: New file.
777 * gdb.dwarf2/dw2-restrict.c: New file.
778 * gdb.dwarf2/dw2-restrict.exp: New file.
779
c9bf0622
TT
7802013-01-14 Tom Tromey <tromey@redhat.com>
781
782 * gdb.dwarf2/dw2-error.exp: New file.
783 * gdb.dwarf2/dw2-error.c: New file.
784 * gdb.dwarf2/dw2-error.S: New file.
785
5b12a61c
JK
7862013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
787
788 * gdb.cp/parse-lang.cc: New file.
789 * gdb.cp/parse-lang.exp: New file.
790
f0a4b570
JK
7912013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
792
793 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
794 (set substitute-path): New test.
795 (fullname present): Remove content.
796 (substituted fullname): New test.
797
f751cc97
JB
7982013-01-13 Joel Brobecker <brobecker@adacore.com>
799
800 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
801 check. Move $gdb_py_is_py24 value check right after.
802
04164e8e
JK
8032013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
804
805 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
806 targets.
807
5bf480a5
YQ
8082013-01-11 Yao Qi <yao@codesourcery.com>
809
810 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
811 for dprintf.
812 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
813 Check the fields in "=breakpoint-created" for dprintf.
814
f35a17b5
JK
8152012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
816
817 * gdb.mi/mi-fullname-deleted.exp: New file.
818
85817405
JK
8192012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
820
821 * gdb.base/skip-solib.exp (info skip with pending file): Update the
822 expected output.
823 (info skip with pending file): Remove.
824 (ignoring function in solib, info skip for function multiply): Update
825 the expected output.
826 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
827 (info skip (delete 1), info skip after disabling all)
828 (info skip after enabling all, info skip after disabling 4 2-3)
829 (info skip after enabling 2-3, info skip 2-3)
830 (info skip after deleting 2 3): Update the expected output.
831 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
832 statement to its initialization and return.
833 * gdb.linespec/skip-two.exp: New file.
834
27210e12
DE
8352012-12-19 Doug Evans <dje@google.com>
836
837 * gdb.base/maint.exp: Handle testing with .gdb_index.
838
bb627a12
JB
8392012-12-19 Joel Brobecker <brobecker@adacore.com>
840
841 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
842 Cavium to FSF.
843
7785b880
JB
8442012-12-19 Joel Brobecker <brobecker@adacore.com>
845
846 * dg-extract-results.sh: Update contact info in copyright notice.
847 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
848 GPL v3 or later. Update contact info.
849 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
850 gdb.threads/watchpoint-fork-mt.c,
851 gdb.threads/watchpoint-fork-parent.c,
852 gdb.threads/watchpoint-fork-st.c,
853 gdb.threads/watchpoint-fork.h: Likewise.
854
f2a8bc8a
YQ
8552012-12-15 Yao Qi <yao@codesourcery.com>
856
857 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
858 'installed' field in '=breakpoint-modified'.
859 (test_reconnect): Check 'installed' field in
860 '=breakpoint-modified' and '=breakpoint-created'.
861
862 * gdb.trace/actions.exp: Update test for 'installed' field.
863 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
864 (tracepoint_change_loc_2): Likewise.
865 Check 'info tracepoint' display nothing else.
866 * gdb.trace/deltrace.exp: Likewise.
867 * gdb.trace/infotrace.exp: Likewise.
868 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
869 Likewise.
870 * gdb.trace/passcount.exp: Likewise.
871 * gdb.trace/tracecmd.exp: Likewise.
872 * gdb.trace/while-stepping.exp: Likewise.
873
6592e36f
TT
8742012-12-14 Tom Tromey <tromey@redhat.com>
875
876 * gdb.cp/member-name.exp: New file.
877 * gdb.cp/member-name.cc: New file.
878
7d27a96d
TT
8792012-12-14 Tom Tromey <tromey@redhat.com>
880
881 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
882
f8c05d0d
DE
8832012-12-14 Doug Evans <dje@google.com>
884
885 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
886 DW_OP_GNU_implicit_pointer is section-relative.
887
451b7c33
TT
8882012-12-14 Tom Tromey <tromey@redhat.com>
889
43aaf8b6 890 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 891
10e339df
PA
8922012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
893
6fdff2c5 894 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 895
e780d813
DE
8962012-12-13 Doug Evans <dje@google.com>
897
898 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
899 * gdb.multi/multi-arch.exp: Ditto.
900
ca3dbcc8 9012012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 902
ca3dbcc8
MG
903 * gdb.mi/mi-catch-load-so.c: New. Clone of the
904 catch load test library source file.
905 * gdb.mi/mi-catch-load.c: New. Clone of the catch
906 load test source file.
907 * gdb.mi/mi-catch-load.exp: New. Test file for
908 basic MI -catch-load and -catch-unload tests.
909
2960a434
PK
9102012-12-11 Paul Koning <paul_koning@dell.com>
911
912 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
913 exception.
914 (_iterator_except): New function.
915 (ArrayPrinter): Use _iterator function instead of local _iterator
916 class for Python 3 compatibility.
917 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 918 _iterator.
2960a434
PK
919 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
920 execfile for Python 3 compatibility.
921 * gdb.python/python.exp: Handle Python 2.4 exception traceback
922 format in error_prompt test.
6fdff2c5 923
9325cb04
PK
9242012-12-10 Paul Koning <paul_koning@dell.com>
925
926 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 927 compatibility.
9325cb04
PK
928 * gdb.python/py-block.exp: Ditto.
929 * gdb.python/py-breakpoint.exp: Ditto.
930 * gdb.python/py-cmd.exp: Ditto.
931 * gdb.python/py-events.py: Ditto.
932 * gdb.python/py-finish-breakpoint.py: Ditto.
933 * gdb.python/py-finish-breakpoint2.exp: Ditto.
934 * gdb.python/py-finish-breakpoint2.py: Ditto.
935 * gdb.python/py-frame-inline.exp: Ditto.
936 * gdb.python/py-frame.exp: Ditto.
937 * gdb.python/py-infthread.exp: Ditto.
938 * gdb.python/py-objfile.exp: Ditto.
939 * gdb.python/py-parameter.exp: Ditto.
940 * gdb.python/py-progspace.exp: Ditto.
941 * gdb.python/py-prompt.exp: Ditto.
942 * gdb.python/py-symbol.exp: Ditto.
943 * gdb.python/py-symtab.exp: Ditto.
944 * gdb.python/py-template.exp: Ditto.
945 * gdb.python/py-value-cc.exp: Ditto.
946 * gdb.python/python.exp: Ditto.
947 * gdb.python/source2.py: Ditto.
948 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 949 compatibility.
9325cb04
PK
950 Use sorted() function rather than sort() method.
951 Accept either int or long values for enum values.
952 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
953 execfile for Python 3 compatibility.
954 * gdb.python/py-evsignal.exp: Ditto.
955 * gdb.python/py-evthreads.exp: Ditto.
956 * gdb.python/py-mi.exp: Ditto.
957 * gdb.python/py-pp-maint.exp: Ditto.
958 * gdb.python/py-prettyprint.exp: Ditto.
959 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 960 Python 3 compatibility.
9325cb04
PK
961 Skip tests for Python 2.4.
962 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 963 Python 3 compatibility.
9325cb04
PK
964 Use byte string rather than character string in memory write test
965 if Python 3.
966 * gdb.python/py-pp-maint.py: Change class declarations to "new
967 class" syntax.
968 * gdb.python/py-prettyprint.py: Change iterator class to generator
969 function for Python 3 compatibility.
970 Make all classes "new style".
971 Fix indentation issue and stray semicolon.
972 * gdb.python/py-shared.expChange print syntax for Python 3
973 compatibility.
974 Define "long" if Python 3.
975 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 976 compatibility.
9325cb04
PK
977 Accept either int or long values for enum values.
978 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 979 compatibility.
9325cb04
PK
980 Skip "long" and "unicode" tests if Python 3.
981 Accept either "type" or "class" in type checks.
982 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
983 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
984
8b9737bf
TT
9852012-12-10 Tom Tromey <tromey@redhat.com>
986
987 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
988 (test): Add "two_cu" argument.
989 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
990 for types; allow two CUs.
991
1b80a9fa
JK
9922012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
993
994 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
995 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
996
f0b6d50a
YQ
9972012-12-08 Yao Qi <yao@codesourcery.com>
998 Pedro Alves <palves@redhat.com>
999
1000 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
1001 '=breakpoint-created' when GDB merges the tracepoints of both
1002 sides.
1003
2f68a895
TT
10042012-12-07 Tom Tromey <tromey@redhat.com>
1005
1006 * gdb.base/break1.c (enum some_enum, union some_union): New.
1007 (some_enum_global, some_union_global, some_value): New globals.
1008 * gdb.base/completion.exp: Add tag completion tests.
1009
4fc5d43e
TT
10102012-12-07 Tom Tromey <tromey@redhat.com>
1011
1012 * gdb.base/completion.exp: Add tests for ptype and whatis
1013 completion.
1014
6559e013
JB
10152012-12-07 Joel Brobecker <brobecker@adacore.com>
1016
1017 * gdb.base/stale-infcall.exp: Fix copyright line.
1018
ae2b630d
JB
10192012-12-07 Joel Brobecker <brobecker@adacore.com>
1020
1021 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
1022
0ba2eb0f
TT
10232012-12-06 Pedro Alves <palves@redhat.com>
1024 Tom Tromey <tromey@redhat.com>
1025
1026 * gdb.base/exprs.exp: Add tests for cast to void.
1027
731145cb
TT
10282012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
1029
1030 * gdb.python/py-mi.exp: Correct expected results for attribute
1031 "dynamic" returned by -var-update.
1032 Add test case for correct handling of "diplayhint" for children
1033 of dynamic varobjs.
1034 * gdb.python/py-prettyprint.c (set_itme): New function.
1035 (bug_14741) New function.
1036 (main) Add call to bug_14741().
1037 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
1038
e58fcc15
UW
10392012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
1040
1041 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
1042 ${binfile}.funcsyms list.
1043
e9eb0d14
YQ
10442012-12-04 Yao Qi <yao@codesourcery.com>
1045
1046 PR gdb/13443
1047 * gdb.trace/actions.exp: Make test messages unique.
1048
4983028c
TT
10492012-11-29 Tom Tromey <tromey@redhat.com>
1050
1051 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
1052
ea5e6b0e
UW
10532012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
1054
1055 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
1056 * gdb.opencl/datatypes.exp: Likewise.
1057 * gdb.opencl/operators.exp: Likewise.
1058 * gdb.opencl/vec_comps.exp: Likewise.
1059
cdde3dfb
JG
10602012-11-29 Jerome Guitton <guitton@adacore.com>
1061
1062 * gdb.ada/iwide: New testcase.
1063
b50d69b5
JG
10642012-11-29 Jerome Guitton <guitton@adacore.com>
1065
1066 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
1067 ptype test.
1068
c2d3fccf
JG
10692012-11-29 Jerome Guitton <guitton@adacore.com>
1070
1071 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
1072 form {VARIANT_TYPE}ADDRESS.
1073
5edf51fe
YQ
10742012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
1075
1076 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
1077 (func): New function.
1078 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
1079 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
1080 pointers to members with pointer-to-function type.
1081
608e2dbb
TT
10822012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1083 Tom Tromey <tromey@redhat.com>
1084
1085 * gdb.base/gnu-debugdata.exp: New file.
1086 * gdb.base/gnu-debugdata.c: New file.
1087 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
1088 (gdb_unload): Return 0 on success.
1089
4648e588
JK
10902012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1091
1092 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
1093
17d6efc4
JB
10942012-11-26 Joel Brobecker <brobecker@adacore.com>
1095
1096 * gdb.base/empty_exe.exp: New testcase.
1097
ace21957
MF
10982012-11-20 Mike Frysinger <vapier@gentoo.org>
1099
1100 * gdb.base/completion.exp: Add test for help aliases completion.
1101
5c401a0a
YQ
11022012-11-20 Yao Qi <yao@codesourcery.com>
1103
1104 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1105 Don't test 'maint set show-debug-regs'.
1106 Use command 'set remotecache' instead of
1107 'set circular-trace-buffer'.
1108
8dea366b
KS
11092012-11-16 Keith Seitz <keiths@redhat.com>
1110
1111 PR c++/13615
1112 * gdb.cp/baseenum.cc: New file.
1113 * gdb.cp/baseenum.exp: New file.
1114 * gdb.cp/derivation.cc (A): Add copyright.
1115 Add a typedef.
1116 (B): Use A::value_type instead of int. Change all references.
1117 (D): Use value_type instead of int. Change all references.
1118 (E): Likewise.
1119 (F); Likewise.
1120 (Z): New class.
1121 (ZZ): New class.
6fdff2c5 1122 (N, Base, Derived): New namespace and classes.
8dea366b
KS
1123 (main): Add instances of Z and ZZ.
1124 Make sure all symbols from N are kept.
1125 * gdb.cp/derivation.exp: Update typedef changes in tests.
1126 Add tests for class typedefs both before and after starting
1127 the inferior.
1128 Add tests for searching for a typedef while stopped in a
1129 method.
1130
5e34c6c3
LM
11312012-11-14 Luis Machado <lgustavo@codesourcery.com>
1132
1133 * gdb.mi/mi-var-create-rtti.c: New file.
1134 * gdb.mi/mi-var-create-rtti.exp: New file.
1135
5e487a5f
LM
11362012-11-14 Luis Machado <lgustavo@codesourcery.com>
1137
1138 * gdb.base/structs3.exp: Run to main before doing any tests.
1139
6d67b990
AB
11402012-11-14 Andrew Burgess <aburgess@broadcom.com>
1141
1142 * gdb.python/py-type.exp: Uniquify test names.
1143
e5d98164
YQ
11442012-11-14 Yao Qi <yao@codesourcery.com>
1145
1146 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
1147 (thread_function) [DEBUG]: Call 'printf'.
1148 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
1149 command line if 'DEBUG=1' is passed to test.
1150 Remove a pattern to match inferior's output.
1151
62747a60
TT
11522012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
1153
1154 * gdb.mi/mi-fill-memory.exp: New test.
1155
18a9fc12
TT
11562012-11-12 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb.base/completion.exp: Update for "info type-printers".
1159 * gdb.python/py-typeprint.cc: New file.
1160 * gdb.python/py-typeprint.exp: New file.
1161 * gdb.python/py-typeprint.py: New file.
1162
bd69fc68
TT
11632012-11-12 Tom Tromey <tromey@redhat.com>
1164
1165 * gdb.base/call-sc.exp: Use "ptype/r".
1166 * gdb.base/volatile.exp: Don't expect "int".
1167 * gdb.cp/ptype-flags.cc: New file.
1168 * gdb.cp/ptype-flags.exp: New file.
1169 * gdb.cp/templates.exp: Use ptype/r.
1170 (test_ptype_of_templates, test_template_typedef): Likewise.
1171 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
1172 argument. Handle template names and template parameters.
1173 * gdb.mi/mi-var-cmd.exp: Accept "long".
1174 * gdb.mi/mi-var-child.exp: Accept "long".
1175 * gdb.mi/mi-var-display.exp: Accept "long".
1176 * gdb.mi/mi2-var-child.exp: Accept "long".
1177
b3720c3a
TT
11782012-11-12 Tom Tromey <tromey@redhat.com>
1179
1180 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
1181 "ptype" from calls to cp_test_ptype_class.
1182 (test_enums): Likewise.
1183 * gdb.cp/derivation.exp: Remove "ptype" from calls to
1184 cp_test_ptype_class.
1185 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
1186 calls to cp_test_ptype_class.
1187 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
1188 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
1189 from calls to cp_test_ptype_class.
1190 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
1191 command here. Change "in_command" argument to "in_exp".
1192
0d63ecda
KS
11932012-11-10 Keith Seitz <keiths@redhat.com>
1194
1195 PR gdb/14288
1196 * gdb.base/printcmds.c: Add invalid_XXX globals
1197 for repeated byte tests.
1198 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
1199 * gdb.base/wchar.c (main): Add and construct a wchar_t
1200 array with repeated characters.
1201 * gdb.base/wchar.exp: Add repeated character tests.
1202
ed8a1c2d
AB
12032012-11-09 Andrew Burgess <aburgess@broadcom.com>
1204
1205 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
1206 disassembly output.
1207
9107fc8d
PA
12082012-11-09 Pedro Alves <palves@redhat.com>
1209
1210 PR gdb/14306
1211
1212 * gdb.multi/multi-arch-exec.c: New file.
1213 * gdb.multi/multi-arch-exec.exp: New file.
1214
558a9d82
YQ
12152012-11-09 Yao Qi <yao@codesourcery.com>
1216
1217 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
1218 (top level): Call it.
1219
e714f336
YQ
12202012-11-09 Yao Qi <yao@codesourcery.com>
1221
1222 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
1223 typo.
1224
6ecd4729
PA
12252012-11-09 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.multi/multi-arch.exp: New.
1228
9015683b
TT
12292012-11-08 Tom Tromey <tromey@redhat.com>
1230
1231 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
1232 core files, if possible.
1233 * gdb.base/siginfo-thread.c: New file
1234 * gdb.base/siginfo-thread.exp: New file
1235
ea9f10bb
TT
12362012-11-08 Tom Tromey <tromey@redhat.com>
1237
1238 * gdb.base/comprdebug.exp: New file.
1239
f6592439
PA
12402012-11-06 Pedro Alves <palves@redhat.com>
1241
1242 PR gdb/14810
1243
1244 * gdb.base/disabled-location.c: New file.
1245 * gdb.base/disabled-location.exp: New file.
1246
2d338fa9
TT
12472012-11-06 Tom Tromey <tromey@redhat.com>
1248
1249 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
1250 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1251 gdb_gcore_cmd.
1252 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
1253 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
1254 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
1255 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
1256 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
1257 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
1258 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
1259 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
1260 * lib/gdb.exp (gdb_gcore_cmd): New proc.
1261
68c9da30
PA
12622012-11-05 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
1265 procedure.
1266 (do_vfork_and_follow_child_tests_exec)
1267 (do_vfork_and_follow_child_tests_exit): Call it.
1268
a7c8c931
PA
12692012-11-05 Pedro Alves <palves@redhat.com>
1270
1271 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
1272 fails.
1273
6f6484cd
YQ
12742012-11-03 Yao Qi <yao@codesourcery.com>
1275
1276 Fix PR gdb/14617.
1277 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1278 Remove setup_kfail, and update test.
1279
b45627a0
TT
12802012-11-02 Tom Tromey <tromey@redhat.com>
1281
1282 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
1283 test.
1284
f50f4e56
PA
12852012-11-02 Pedro Alves <palves@redhat.com>
1286
1287 PR gdb/14766
1288
1289 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
1290 setup_kfail.
1291 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
1292 get registers".
1293
71ce889d
PA
12942012-11-02 Pedro Alves <palves@redhat.com>
1295
1296 * gdb.base/foll-vfork-exit.c: New file.
1297 * gdb.base/foll-vfork.exp (top level): New file-describing
1298 comment.
1299 (vfork_child_follow_to_exit): New procedure.
1300 (tcatch_vfork_then_child_follow): Rename as ...
1301 (tcatch_vfork_then_child_follow_exec): ... this.
1302 (tcatch_vfork_then_child_follow_exit): New procedure.
1303 (do_vfork_and_follow_parent_tests): New procedure, factored out
1304 from do_vfork_and_exec_tests.
1305 (do_vfork_and_follow_child_tests_exec): Ditto.
1306 (do_vfork_and_exec_tests): Delete.
1307 (do_vfork_and_follow_child_tests_exit): New procedure.
1308 (top level): Run tests with both the program that has the vfork
1309 child execing, and the program has the vfork child exiting.
1310
1e35b1a9
PA
13112012-11-02 Pedro Alves <palves@redhat.com>
1312
1313 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
1314 (check_vfork_catchpoints, vfork_parent_follow_through_step)
1315 (vfork_parent_follow_to_bp): Call it.
1316 (kill_child): Delete.
1317 (vfork_and_exec_child_follow_to_main_bp)
1318 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
1319 longer call kill_child.
1320 (tcatch_vfork_then_parent_follow): Call setup_gdb.
1321 (do_vfork_and_exec_tests): Don't runto_main before calling each
1322 test procedure.
1323 (top level): Don't clean restart and set verbose before running
1324 each test procedure.
1325
13262012-11-02 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
1329 (vfork_parent_follow_to_bp)
1330 (vfork_and_exec_child_follow_to_main_bp)
1331 (vfork_and_exec_child_follow_through_step)
1332 (tcatch_vfork_then_parent_follow)
1333 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1334 Use with_test_prefix.
1335
13362012-11-02 Pedro Alves <palves@redhat.com>
1337
1338 * gdb.base/foll-vfork.c: Add copyright header.
1339 * gdb.base/vforked-prog.c: Add copyright header.
1340
13412012-11-02 Pedro Alves <palves@redhat.com>
1342
1343 * gdb.base/foll-vfork.exp
1344 (vfork_and_exec_child_follow_through_step): Don't skip on
1345 non-HP/UX targets. Expect the next to only step one line on
1346 non-HP/UX targets, rather than stopping only after the exec.
1347
13482012-11-02 Pedro Alves <palves@redhat.com>
1349
1350 Don't hard code line numbers.
1351
1352 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
1353 Expect text from the sources instead of a line number.
1354 (vfork_parent_follow_to_bp)
1355 (vfork_and_exec_child_follow_to_main_bp)
1356 (vfork_and_exec_child_follow_through_step)
1357 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
1358 Use gdb_get_line_number.
1359
13602012-11-02 Pedro Alves <palves@redhat.com>
1361
1362 Modernize.
1363
1364 * gdb.base/foll-vfork.exp: Use standard_testfile and
1365 build_executable. Pass descriptive string to untested.
1366 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
1367 (vfork_and_exec_child_follow_to_main_bp)
1368 (vfork_and_exec_child_follow_through_step)
1369 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
1370 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
1371 of send_gdb/gdb_expect.
1372
1373 (kill_child): New procedure.
1374 (vfork_and_exec_child_follow_to_main_bp)
1375 (vfork_and_exec_child_follow_through_step): Use it.
1376
f0559fff
YQ
13772012-11-02 Yao Qi <yao@codesourcery.com>
1378
1379 * gdb.base/setvar.exp: Test setting nested struct.
1380 * gdb.base/setvar.c (v_struct3): New.
1381
c207c6da
DE
13822012-11-01 Doug Evans <dje@google.com>
1383
1384 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
1385 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
1386 use them.
1387
2f27adfe
AB
13882012-10-31 Andrew Burgess <aburgess@broadcom.com>
1389
1390 PR cli/14772
1391 * gdb.base/gnu_vector.c (union_with_vector_1)
1392 (struct_with_vector_1): Add new struct and union for testing
1393 ptype.
1394 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
1395 structs / unions containing vectors.
1396
bb662ca6
YQ
13972012-10-25 Yao Qi <yao@codesourcery.com>
1398
1399 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
1400 'setup_kfail' instead of 'setup_kfail_for_target'.
1401 * gdb.base/varargs.exp: Likewise.
1402 * lib/gdb.exp (setup_kfail_for_target): Remove.
1403
635d23ff
MK
14042012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
1405
1406 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
1407
afdb064f
MK
14082012-10-25 Mark Kettenis <kettenis@gnu.org>
1409
1410 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
1411
d99dcf51
JB
14122012-10-24 Joel Brobecker <brobecker@adacore.com>
1413
1414 * gdb.ada/set_wstr: New testcase.
1415
32560274
JB
14162012-10-24 Joel Brobecker <brobecker@adacore.com>
1417
1418 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
1419
5ded5331
JB
14202012-10-24 Joel Brobecker <brobecker@adacore.com>
1421
1422 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
1423
d8d84291
MK
14242012-10-24 Mark Kettenis <kettenis@gnu.org>
1425
1426 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
1427
6e933c51
JK
14282012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1429
1430 * gdb.base/callfuncs.exp (do_function_calls): Fix
1431 setup_kfail_for_target for -m32 mode.
1432
274bd000
MK
14332012-10-23 Mark Kettenis <kettenis@gnu.org>
1434
1435 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
1436 are now fixed.
1437
545f743d
YQ
14382012-10-23 Yao Qi <yao@codesourcery.com>
1439
1440 * gdb.base/info-os.exp: Resume the inferior until it exits.
1441
48b56b6a 14422012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
1443
99c7d5a8 1444 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
1445 * gdb.base/print-file-var.exp: Likewise.
1446 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 1447
8de0566d
YQ
14482012-10-17 Yao Qi <yao@codesourcery.com>
1449
1450 * gdb.mi/mi-memory-changed.exp: New.
1451
44883546
YQ
14522012-10-16 Yao Qi <yao@codesourcery.com>
1453
1454 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
1455 returns true.
1456 Call gdb_load_shlibs.
1457 * gdb.reverse/solib-reverse.exp: Likewise.
1458
345f514a
KS
14592012-10-15 Keith Seitz <keiths@redhat.com>
1460
1461 * lib/cp-support.exp (cp_test_ptype_class): Add support
1462 for class typedefs.
1463
1464 * gdb.cp/derivation.exp: Add tests for g_instance.
1465
9e3a7d65
JK
14662012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1467
1468 Fix entry values resolving in inlined frames.
1469 * gdb.arch/amd64-entry-value-inline.S: New file.
1470 * gdb.arch/amd64-entry-value-inline.c: New file.
1471 * gdb.arch/amd64-entry-value-inline.exp: New file.
1472
21a7b089
JK
14732012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1474 Doug Evans <dje@google.com>
1475
1476 Fix recent gdb_breakpoint regression.
1477 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
1478 braces from the parameter.
1479 * gdb.java/jprint.exp: Likewise.
1480
2c47921e
DE
14812012-10-15 Doug Evans <dje@google.com>
1482
1483 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
1484
89398707
JB
14852012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
1486
1487 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
1488
801e4185
TT
14892012-10-15 Tom Tromey <tromey@redhat.com>
1490
1491 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
1492
74f910c8
TT
14932012-10-15 Tom Tromey <tromey@redhat.com>
1494
1495 * gdb.python/py-symbol.exp: Test symbol destructor.
1496
91567807
YQ
14972012-10-14 Yao Qi <yao@codesourcery.com>
1498
1499 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
1500 * gdb.mi/mi-cli.exp: New.
1501
1502 * gdb.mi/mi2-basics.exp: Remove.
1503 * gdb.mi/mi2-break.exp: Remove.
1504 * gdb.mi/mi2-console.exp: Remove.
1505 * gdb.mi/mi2-disassemble.exp: Remove.
1506 * gdb.mi/mi2-eval.exp: Remove.
1507 * gdb.mi/mi2-file.exp: Remove.
1508 * gdb.mi/mi2-hack-cli.exp: Remove.
1509 * gdb.mi/mi2-pthreads.exp: Remove.
1510 * gdb.mi/mi2-read-memory.exp: Remove.
1511 * gdb.mi/mi2-regs.exp: Remove.
1512 * gdb.mi/mi2-return.exp: Remove.
1513 * gdb.mi/mi2-simplerun.exp: Remove.
1514 * gdb.mi/mi2-stack.exp: Remove.
1515 * gdb.mi/mi2-stepi.exp: Remove.
1516 * gdb.mi/mi2-syn-frame.exp: Remove.
1517 * gdb.mi/mi2-until.exp: Remove.
1518 * gdb.mi/mi2-watch.exp: Remove.
1519 * gdb.mi/mi2-var-block.exp: Remove.
1520 * gdb.mi/mi2-var-cmd.exp: Remove.
1521 * gdb.mi/mi2-var-display.exp: Remove.
1522
87332029
YQ
15232012-10-12 Yao Qi <yao@codesourcery.com>
1524
1525 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
1526 trail '.*' on matching patterns.
1527
11fc9057
L
15282012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1529
1530 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
1531 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
1532 * gdb.arch/i386-disp-step.exp: Likewise.
1533 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1534 * gdb.arch/i386-prologue.exp: Likewise.
1535 * gdb.arch/i386-size-overlap.exp: Likewise.
1536 * gdb.arch/i386-size.exp: Likewise.
1537 * gdb.arch/i386-unwind.exp: Likewise.
1538
7d46bcdc
L
15392012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1540
1541 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
1542 * gdb.arch/i386-word.exp: Likewise.
1543
31224d9d
L
15442012-10-11 H.J. Lu <hongjiu.lu@intel.com>
1545
1546 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
1547 is_ilp32_target to set nr_regs.
1548 * gdb.arch/i386-sse.exp: Likewise.
1549
5b7d0050
DE
15502012-10-11 Doug Evans <dje@google.com>
1551
7c09e5a0
DE
1552 PR breakpoints/14643.
1553 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
1554 * gdb.linespec/thread.c: New file.
1555 * gdb.linespec/thread.exp: New file.
1556
5b7d0050
DE
1557 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
1558 Recognize "message" -> print pass and fail. Add eof case.
1559 (runto): Recognize message, no-message. Print pass/fail if requested,
1560 with same treatment as gdb_breakpoint.
1561 (runto_main): Pass no-message to runto.
1562 (gdb_internal_error_resync): Add log message.
1563 (gdb_file_cmd): Tweak internal error fail text for consistency.
1564
2e24f4aa
JK
15652012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1566
1567 Fix crash during stepping on ppc32.
1568 * gdb.base/step-symless.c: New file.
1569 * gdb.base/step-symless.exp: New file.
1570
aa14df25
DE
15712012-10-03 Doug Evans <dje@google.com>
1572
1573 PR symtab/14601
1574 * gdb.cp/using-crash.exp: New file.
1575 * gdb.cp/using-crash.cc: New file.
1576
975531db
DE
15772012-10-02 Doug Evans <dje@google.com>
1578
1579 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
1580 more consistent.
1581 (runto,gdb_debug_format): Ditto.
1582 (gdb_file_cmd): Watch for eof in nested gdb_expect.
1583 Clean up logging and error messages.
1584
b3dc46ff
AB
15852012-10-01 Andrew Burgess <aburgess@broadcom.com>
1586
1587 Test find command on unmapped memory.
1588 * gdb.base/find-unmapped.c: New file.
1589 * gdb.base/find-unmapped.exp: New file.
1590
45814d45
YQ
15912012-09-29 Yao Qi <yao@codesourcery.com>
1592
1593 * gdb.trace/mi-tracepoint-changed.exp: New.
1594 * gdb.mi/mi-breakpoint-changed.exp: New.
1595 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
1596 * gdb.mi/pendshr2.c: New.
1597
4c2786ba
YQ
15982012-09-28 Yao Qi <yao@codesourcery.com>
1599
1600 * gdb.mi/pr11022.exp: New.
1601 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
1602
7977e5d2
TT
16032012-09-27 Tom Tromey <tromey@redhat.com>
1604
1605 * gdb.cp/derivation.exp: Add regression test.
1606 * gdb.cp/derivation.cc (class V_base, class V_inter, class
1607 V_derived): New.
1608 (vderived): New global.
1609
0971de02
TT
16102012-09-26 Tom Tromey <tromey@redhat.com>
1611
1612 * gdb.dwarf2/dw2-common-block.S: New file.
1613 * gdb.dwarf2/dw2-common-block.exp: New file.
1614
4357ac6c
TT
16152012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1616
1617 * gdb.fortran/common-block.exp: New file.
1618 * gdb.fortran/common-block.f90: New file.
1619
6f380991
AB
16202012-09-26 Andrew Burgess <aburgess@broadcom.com>
1621
1622 * gdb.base/duplicate-bp.c: New file.
1623 * gdb.base/duplicate-bp.exp: New file.
1624
8ae551cf
YQ
16252012-09-26 Yao Qi <yao@codesourcery.com>
1626
1627 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
1628
1629 Revert:
1630 2012-09-21 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1633
318102b9
SP
16342012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
1635
1636 * gdb.base/longest-types.c: New test case.
1637 * gdb.base/longest-types.exp: New test case.
1638
a1e5fd69
YQ
16392012-09-25 Yao Qi <yao@codesourcery.com>
1640
1641 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
1642
04e7407c
JK
16432012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1644
1645 Fix internal error on canonicalization of clang types.
1646 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
1647 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
1648 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
1649
9bf4bce9
JK
16502012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1651
1652 Fix disassemble without parameters in tailcall frame.
1653 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
1654
2603f7ee
AB
16552012-09-21 Andrew Burgess <aburgess@broadcom.com>
1656
1657 * gdb.dwarf2/dw2-op-out-param.S: New file.
1658 * gdb.dwarf2/dw2-op-out-param.exp: New file.
1659
a3569abd
YQ
16602012-09-21 Yao Qi <yao@codesourcery.com>
1661
1662 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
1663
a065d7af
YQ
16642012-09-21 Yao Qi <yao@codesourcery.com>
1665
1666 * gdb.mi/mi-cli.exp: Remove.
1667 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
1668
15544bd9
YQ
16692012-09-21 Yao Qi <yao@codesourcery.com>
1670
1671 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
1672 "=record-started" notification.
1673
82a90ccf
YQ
16742012-09-21 Yao Qi <yao@codesourcery.com>
1675
1676 * gdb.mi/mi-record-changed.exp: New.
1677 * gdb.mi/mi-reverse.exp: Adjust expected output.
1678
d7de8e3c
TT
16792012-09-20 Tom Tromey <tromey@redhat.com>
1680
1681 * gdb.python/python.exp: Test atexit.register.
1682
1aa99537
DE
16832012-09-20 Doug Evans <dje@google.com>
1684
05eade73
DE
1685 * boards/dwarf4-gdb-index.exp: New file.
1686
1aa99537
DE
1687 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
1688 while running the tests.
1689
4ae24af0
JB
16902012-09-18 Joel Brobecker <brobecker@adacore.com>
1691
1692 * gdb.ada/bp_reset: New testcase.
1693
bb25a15c
YQ
16942012-09-18 Yao Qi <yao@codesourcery.com>
1695
1696 * gdb.trace/mi-tsv-changed.exp: New.
1697
201b4506
YQ
16982012-09-18 Yao Qi <yao@codesourcery.com>
1699
1700 * gdb.trace/mi-traceframe-changed.exp: New.
1701
6fc1c773
YQ
17022012-09-17 Yao Qi <yao@codesourcery.com>
1703
1704 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
1705 when it is less than 0.
1706
1ab3b62c
JK
17072012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1708
1709 PR 14119
1710 * gdb.arch/amd64-tailcall-ret.S: New file.
1711 * gdb.arch/amd64-tailcall-ret.c: New file.
1712 * gdb.arch/amd64-tailcall-ret.exp: New file.
1713 * gdb.reverse/amd64-tailcall-reverse.S: New file.
1714 * gdb.reverse/amd64-tailcall-reverse.c: New file.
1715 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
1716
acf9414f
JK
17172012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 PR 14548
1720 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
1721 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
1722 * gdb.reverse/singlejmp-reverse.S: New file.
1723 * gdb.reverse/singlejmp-reverse.c: New file.
1724 * gdb.reverse/singlejmp-reverse.exp: New file.
1725
666b578b
JK
17262012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1727
1728 Fix compatibility with old GCC (~4.1).
1729 * gdb.cp/converts.cc (my_enum_var): New variable.
1730
42056501
AB
17312012-09-14 Andrew Burgess <aburgess@broadcom.com>
1732
1733 * gdb.xml/tdesc-regs.exp: Update expected output for new
1734 vector_size syntax of vector types.
1735
b9516fa1
YPK
17362012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
1737
1738 Refactor Python "gdb" module into a proper Python package, by
1739 introducing a new "_gdb" module for code implemented in C, and
1740 using reload/__import__ instead of exec.
1741 * gdb.python/python.exp (Test stderr location): Update module
1742 location of GDB-specific sys.stderr.
1743 (Test stdout location): Ditto for sys.stdout.
1744
18dc9ad8
JK
17452012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1746
1747 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
1748
ea3a9873
KS
17492012-09-12 Keith Seitz <keiths@redhat.com>
1750
1751 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
1752 conversion statement.
1753
5941debb
DE
17542012-09-12 Doug Evans <dje@google.com>
1755
1756 * gdb.base/help.exp: Remove testing of individual command help text,
1757 too much of a maintenance burden. Instead, test the functionality
1758 of "help" itself.
1759
cfc35e02
DE
17602012-09-11 Doug Evans <dje@google.com>
1761
3a0ed5d7
DE
1762 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
1763 breakpoint.
1764
cfc35e02
DE
1765 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
1766 * gdb.dwarf2/fission-reread.S: Ditto.
1767 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
1768 * gdb.dwarf2/fission-reread.exp: Ditto.
1769
350b1b26
AB
17702012-09-11 Andrew Burgess <aburgess@broadcom.com>
1771
1772 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
1773
2fa15f23
JB
17742012-09-10 Joel Brobecker <brobecker@adacore.com>
1775
1776 * gdb.ada/optim_drec: New testcase.
1777
09be558e
DE
17782012-09-10 Doug Evans <dje@google.com>
1779
1780 * boards/fission.exp: Explicitly mark "board" as not remote.
1781
5b4f6e25
KS
17822012-09-10 Keith Seitz <keiths@redhat.com>
1783
1784 PR gdb/13483
1785 * gdb.cp/converts.cc (A::A): Add ctor.
1786 (A::member_): Add member.
1787 (enum my_enum): New enumeration.
1788 (main): Add calls to foo1_7 with various
1789 permitted arguments.
1790 * gdb.cp/converts.exp: Add tests for boolean
1791 conversions permitted by the standard.
1792
b4ca5ed9
YPK
17932012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
1794
1795 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
1796 avoid spurious results due to ~/.gdbinit.
1797 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
1798 $INTERNAL_GDBFLAGS in run command.
1799 * gdb.gdb/observer.exp (setup_test): Ditto.
1800 * gdb.gdb/selftest.exp (test_with_self): Ditto.
1801 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
1802
d54b30bb
DE
18032012-09-06 Doug Evans <dje@google.com>
1804
14910956
DE
1805 * boards/fission.exp: New file.
1806
d54b30bb
DE
1807 * gdb.python/py-value.exp: Use clean_restart.
1808
91b253e1
DE
18092012-09-05 Doug Evans <dje@google.com>
1810
1811 * gdb.base/info-macros.c: Fix whitespace.
1812
1292279a
PA
18132012-08-28 Pedro Alves <palves@redhat.com>
1814
1815 PR gdb/14428
1816
1817 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
1818
1c8cdcb1
JK
18192012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1820
1821 * gdb.base/break-caller-line.c: New file.
1822 * gdb.base/break-caller-line.exp: New file.
1823
1e8e8b51
JK
18242012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1825
1826 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
1827 * gdb.arch/i386-cfi-notcurrent.S: New file.
1828 * gdb.arch/i386-cfi-notcurrent.exp: New file.
1829
1591a1e8
PA
18302012-08-27 Wei-cheng Wang <cole945@gmail.com>
1831 Yao Qi <yao@codesourcery.com>
1832 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
1835 New procedures.
1836 (top level): Add overlap checking tests.
1837
4442ada7
TT
18382012-08-24 Tom Tromey <tromey@redhat.com>
1839
1840 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
1841 gdb_test_multiple fails for other reasons.
1842
e7d50cc9
YQ
18432012-08-24 Yao Qi <yao@codesourcery.com>
1844
1845 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
1846
dfbd5e7b
PA
18472012-08-23 Pedro Alves <palves@redhat.com>
1848
1849 * gdb.base/help.exp: Adjust to "handle" help text change.
1850
8d735b87
YQ
18512012-08-23 Yao Qi <yao@codesourcery.com>
1852
1853 * gdb.trace/disconnected-tracing.c (start, end): New.
1854 (main): Call start and end.
1855 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
1856 existing tests into this proc.
1857 (disconnected_tfind): New.
1858
61b1d759
YQ
18592012-08-23 Yao Qi <yao@codesourcery.com>
1860
1861 * boards/native-gdbserver.exp (${board}_upload): New.
1862 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
1863 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
1864 Execute tfile on remote target.
1865 Copy trace file from target to host.
1866
6ca1b147
JM
18672012-08-22 Joseph Myers <joseph@codesourcery.com>
1868
1869 * gdb.arch/thumb-bx-pc.S: New file.
1870 * gdb.arch/thumb-bx-pc.exp: New file.
1871
706e3705
TT
18722012-08-22 Tom Tromey <tromey@redhat.com>
1873
1874 * gdb.base/maint.exp: Update.
1875
b4893d48
TT
18762012-08-22 Tom Tromey <tromey@redhat.com>
1877
1878 * lib/gdb.exp (skip_unwinder_tests): New proc.
1879 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
1880 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
1881
45b7da81
TT
18822012-08-21 Tom Tromey <tromey@redhat.com>
1883
1884 * gdb.hp/gdb.aCC/exception.exp: Remove.
1885
f94363d7
AP
1886012-08-19 Andrew Pinski <apinski@cavium.com>
1887
1888 * gdb.arch/mips-octeon-bbit.c: New file.
1889 * gdb.arch/mips-octeon-bbit.exp: New Test.
1890
e5afdbd7
KS
1891012-08-19 Keith Seitz <keiths@redhat.com>
1892
1893 PR c++/14365
1894 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
1895 * gdb.dwarf2/dw2-anon-mptr.S: New file.
1896
c29e8b64
JK
18972012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1898
1899 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
1900 verbose -log by more specific untested call.
1901
15a7e7bc
YQ
19022012-08-18 Yao Qi <yao@codesourcery.com>
1903
1904 * gdb.trace/tfind.exp: Move tests on various command help before
1905 checking target supports trace.
1906 Fix the expected output of 'help tfind end'.
1907
a451cb65
KS
19082012-08-17 Keith Seitz <keiths@redhat.com>
1909
1910 PR c++/13356
1911 * gdb.base/default.exp: Update all "check type" tests.
1912 * gdb.base/help.exp: Likewise.
1913 * gdb.base/setshow.exp: Likewise.
1914 * gdb.cp/converts.cc (foo1_type_check): New function.
1915 (foo2_type_check): New function.
1916 (foo3_type_check): New function.
1917 (main): Call new functions.
1918 * converts.exp: Add tests for integer-to-pointer conversions
1919 with/without strict type-checking.
1920
dbf6a605
MF
19212012-08-16 Mike Frysinger <vapier@gentoo.org>
1922
1923 * gdb.base/help.exp: Update expected output.
1924
0c92d8c1
JB
19252012-08-16 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/rdv_wait: New testcase.
1928
e56f7f42
JK
19292012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 * gdb.base/attach-twice.exp: Remove excessive ps exec.
1932
f47f77df
DE
19332012-08-13 Doug Evans <dje@google.com>
1934
e202d6e8 1935 * gdb.base/help.exp: Update expected output.
f47f77df
DE
1936 * gdb.base/default.exp: Update expected output of "show convenience".
1937
a72c3253
DE
19382012-08-10 Doug Evans <dje@google.com>
1939
1940 * gdb.python/py-strfns.c: New file.
1941 * gdb.python/py-strfns.exp: New file.
1942 * gdb.python/py-type.exp (test_fields): Add vector tests.
1943
de0bea00
MF
19442012-08-10 Mike Frysinger <vapier@gentoo.org>
1945
1946 PR cli/10436:
1947 * gdb.base/completion.exp: Add tests for handle completion.
1948
5b9afe8a
YQ
19492012-08-09 Yao Qi <yao@codesourcery.com>
1950
1951 * gdb.mi/mi-cmd-param-changed.exp: New.
1952 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
1953 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
1954 * gdb.mi/mi2-prompt.exp: Likewise.
1955
4f485ebc
DE
19562012-08-08 Doug Evans <dje@google.com>
1957
1958 * gdb.base/debug-expr.c: New file.
1959 * gdb.base/debug-expr.exp: New file.
1960 * gdb.base/exprs.exp: Test {type} casts.
1961 * gdb.cp/debug-expr.exp: New file.
1962
5888842d
JK
19632012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1964
1965 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
1966 global variable loop, not a 'break'. Add loop count limit to 100.
1967 Add new fail case for terminated vgdb.
1968
4f69f4c2
JK
19692012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1970 Jean-Marc Saffroy <saffroy@gmail.com>
1971
1972 PR 11804
1973 * gdb.base/gcore-relro.exp: New file.
1974 * gdb.base/gcore-relro-main.c: New file.
1975 * gdb.base/gcore-relro-lib.c: New file.
1976
e2de5390
JK
19772012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1978
1979 Do not false FAIL with old GCCs.
1980 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
1981 GCC < 4.5 in $no_hw mode.
1982
606603c5
JK
19832012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1984
1985 * gdb.base/default.exp (cd): Accept new directory with no arguments.
1986
777f26c2
JK
19872012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 * gdb.base/list.exp (test_only_end): New function.
1990 Call it.
1991
2c12abee
TT
19922012-08-06 Tom Tromey <tromey@redhat.com>
1993
1994 * gdb.python/py-mi.exp: Add test for printer whose children
1995 are a list.
1996 * gdb.python/py-prettyprint.c (struct children_as_list): New.
1997 (main): New variable children_as_list.
1998 * gdb.python/py-prettyprint.py (class pp_children_as_list):
1999 New.
2000 (register_pretty_printers): Register new printer.
2001
0eae2cf4
EBM
20022012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
2003
2004 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
2005 symbols. Abort if vgdb remote connection is closed.
2006
09e0881d
DE
20072012-08-02 Doug Evans <dje@google.com>
2008
2009 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
2010
b40f514f
SDJ
20112012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
2012
2013 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
2014 s390x, PowerPC 64 and m68k-linux.
2015
11315ae0
UW
20162012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2017
2018 * gdb.base/annota1.exp: Accept no frames-invalid notification
2019 when starting up the program.
2020 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
2021 show a symbolic value as well.
2022 * gdb.server/server-exec-info.exp: Skip test when skipping
2023 gdbserver test and/or when skipping shared library tests.
2024 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
2025 avoid name conflicts with other tests.
2026
0547eeed
UW
20272012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2028
2029 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
2030 Fix wrong output on big-endian systems.
2031 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
2032 4-byte pointer types on 64-bit s390x.
2033
bdddb4de
UW
20342012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
2035
2036 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
2037 marker comment at the beginning (after intialization).
2038 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
2039 breakpoint on marker comment instead of function begin.
2040 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
2041 PowerPC.
2042 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
2043 or 64-bit PowerPC.
2044 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
2045 gdb,no_hardware_watchpoints flag is set.
2046 (initialize): Remove now redundant can-use-hw-watchpoints change.
2047
5d206025
YQ
20482012-08-02 Yao Qi <yao@codesourcery.com>
2049 Pedro Alves <palves@redhat.com>
2050
2051 * boards/local-remote-host.exp: New.
2052
4f665099
UW
20532012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2054
2055 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
2056 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
2057 * gdb.base/print-file-var.exp: Likewise.
2058 * gdb.server/solib-list.exp: Skip on remote targets.
2059
b62e2b27
UW
20602012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
2061
2062 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
2063 watchpoints on ARM. When expecting software watchpoints, tolerate
2064 (remote) targets that report unsupported hardware watchpoint only
2065 at continue time.
2066 (test_wide_location_2): Likewise.
2067
a967a851
JK
20682012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2069
2070 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
2071 valgrind versions.
2072
75d9f9ff 20732012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
2074
2075 * gdb.base/valgrind-infcall.c: New file.
2076 * gdb.base/valgrind-infcall.exp: New file.
2077
75d9f9ff
JK
2078 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
2079
1c9f2ed2
KS
20802012-07-30 Keith Seitz <keiths@redhat.com>
2081
2082 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
2083 linespecs.
2084
7f9b2034
DE
20852012-07-30 Doug Evans <dje@google.com>
2086
85220e01
DE
2087 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
2088 * gdb.dwarf2/pr13961.S: Ditto.
2089
7f9b2034
DE
2090 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
2091
4e969b4f
AB
20922012-07-30 Andrew Burgess <aburgess@broadcom.com>
2093
2094 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
2095 change its format immediately after reloading the binary.
2096
e7de8362
JK
20972012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 Fix testsuite regression after --use-deprecated-index-sections removal.
2100 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
2101 string.
2102 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
2103
7255706c
YQ
21042012-07-27 Yao Qi <yao@codesourcery.com>
2105
2106 KFAIL for PR remote/14161.
2107 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
2108 Cleanup socket files.
2109 (strace_info_marker): Detach inferior.
2110
f2e8016f
TT
21112012-07-26 Tom Tromey <tromey@redhat.com>
2112
6fdff2c5 2113 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 2114
f66713d2
JK
21152012-07-26 Markus Metzger <markus.t.metzger@intel.com>
2116
2117 * gdb.python/py-inferior.c (thread): New function.
2118 (check_threads): New function.
2119 (test_threads): New function.
2120 * gdb.python/py-inferior.exp: Added test.
2121 Replaced runto with continue to breakpoint.
2122
8223e12c
TT
21232012-07-26 Tom Tromey <tromey@redhat.com>
2124
2125 * lib/ada.exp (standard_ada_testfile): New proc.
2126 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
2127 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
2128 * gdb.ada/array_return.exp: Use standard_ada_testfile.
2129 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
2130 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
2131 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
2132 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
2133 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
2134 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
2135 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
2136 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
2137 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
2138 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
2139 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
2140 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
2141 * gdb.ada/char_param.exp: Use standard_ada_testfile.
2142 * gdb.ada/complete.exp: Use standard_ada_testfile.
2143 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
2144 standard_output_file.
2145 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
2146 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
2147 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
2148 standard_output_file.
2149 * gdb.ada/exprs.exp: Use standard_ada_testfile.
2150 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
2151 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
2152 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
2153 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
2154 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
2155 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
2156 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
2157 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
2158 * gdb.ada/homonym.exp: Use standard_ada_testfile.
2159 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
2160 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
2161 * gdb.ada/interface.exp: Use standard_ada_testfile.
2162 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
2163 standard_output_file
2164 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
2165 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
2166 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
2167 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
2168 * gdb.ada/nested.exp: Use standard_ada_testfile.
2169 * gdb.ada/null_array.exp: Use standard_ada_testfile.
2170 * gdb.ada/null_record.exp: Use standard_ada_testfile.
2171 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
2172 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
2173 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
2174 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
2175 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
2176 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
2177 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
2178 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
2179 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
2180 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
2181 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
2182 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
2183 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
2184 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
2185 * gdb.ada/start.exp: Use standard_ada_testfile.
2186 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
2187 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
2188 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
2189 * gdb.ada/tagged.exp: Use standard_ada_testfile.
2190 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
2191 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
2192 * gdb.ada/tasks.exp: Use standard_ada_testfile.
2193 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
2194 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
2195 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
2196 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
2197 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
2198 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
2199 * gdb.ada/widewide.exp: Use standard_ada_testfile.
2200
bbec57e4
JK
22012012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 Fix testsuite regression after --use-deprecated-index-sections removal.
2204 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
2205
9cc8e32c
JK
22062012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2207
2208 Fix compatibility with Tcl before 7.5.
2209 * lib/future.exp (lreverse): New function if it does not exist.
2210
ea5ca7b5
MK
22112012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
2212
2213 * gdb.mi/mi-pending.c: New method to set a second pending
2214 breakpoint.
2215 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
2216 condition.
2217
64776a0b
PA
22182012-07-20 Pedro Alves <palves@redhat.com>
2219
2220 PR threads/11692
2221 PR gdb/12203
2222
2223 * gdb.threads/create-fail.c: New file.
2224 * gdb.threads/create-fail.exp: New file.
2225
13e4e967
PA
22262012-07-19 Pedro Alves <palves@redhat.com>
2227
2228 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
2229 * config/vx.exp (gdb_start): Likewise.
2230 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
2231 * gdb.base/setvar.exp (test_set): Likewise.
2232 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
2233 * gdb.reverse/sigall-precsave.exp: Likewise.
2234 * gdb.reverse/sigall-reverse.exp: Likewise.
2235
b7aefa4d
PA
22362012-07-19 Pedro Alves <palves@redhat.com>
2237
2238 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
2239 handler before recording.
2240
608b4967
TT
22412012-07-19 Tom Tromey <tromey@redhat.com>
2242
2243 * gdb.cp/casts.exp: Add tests for typeof and decltype.
2244 * gdb.cp/casts.cc (decltype): New function.
2245 (main): Use it.
2246
b1e0c0fa
PA
22472012-07-19 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/sigall.exp (signals): New list.
2250 <top level>: Loop over signals in the $signals list instead of
2251 calling a test function once per signal.
2252 * gdb.reverse/sigall-precsave.exp (signals): New list.
2253 <top level>: Loop over signals in the $signals list instead of
2254 calling a test function once per signal.
2255 * gdb.reverse/sigall-reverse.exp (signals): New list.
2256 <top level>: Loop over signals in the $signals list instead of
2257 calling a test function once per signal.
2258
6ace3df1
YQ
22592012-07-19 Yao Qi <yao@codesourcery.com>
2260
2261 * gdb.base/setshow.exp: Test 'set args ~'.
2262
263a0f8c
JK
22632012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.base/store.exp (check_set): Import gdb_prompt.
2266 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
2267 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
2268
8f043999
JK
22692012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2270
2271 PR 11914
2272 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
2273 (main): Call eval_sub.
2274 * gdb.python/py-prettyprint.exp:
2275 (python execfile ('py-prettyprint.py')): Move it earlier.
2276 New breakpoint for eval-break.
2277 (continue to breakpoint: eval-break, info locals): New test.
2278 (python execfile ('py-prettyprint.py')): Move it from here.
2279 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
2280 (register_pretty_printers): Register pp_eval_type.
2281
725c7b66
JK
22822012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2283
2284 Fix a testcase regression by me.
2285 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
2286 DW_FORM_data4.
2287
4359dff1
JK
22882012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2289 Doug Evans <dje@google.com>
2290
2291 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
2292 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
2293
61e44cfa
JK
22942012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2295
2296 Fix gdbserver run regression.
2297 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
2298
93c0ef37
TT
22992012-07-12 Tom Tromey <tromey@redhat.com>
2300
2301 * lib/gdb.exp (standard_testfile): Don't declare objdir.
2302 (clean_restart): Likewise.
2303 (core_find): Use standard_output_file.
2304
76027ef5
TT
23052012-07-12 Tom Tromey <tromey@redhat.com>
2306
2307 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
2308 * gdb.dwarf2/dw2-anonymous-func.exp: Use
2309 prepare_for_testing_full.
2310 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
2311 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
2312 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
2313 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
2314 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
2315 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
2316 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
2317 prepare_for_testing_full.
2318 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
2319 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
2320 prepare_for_testing_full.
2321 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
2322 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
2323 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
2324
85b4440a
TT
23252012-07-12 Tom Tromey <tromey@redhat.com>
2326
2327 * lib/gdb.exp (build_executable_from_specs): New proc, from
2328 build_executable.
2329 (build_executable): Use it.
2330 (prepare_for_testing_full): New proc.
2331
55baab26
TT
23322012-07-11 Tom Tromey <tromey@redhat.com>
2333
2334 * gdb.reverse/break-precsave.exp: Use standard_output_file.
2335 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
2336 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
2337 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
2338 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
2339 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
2340 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
2341 * gdb.reverse/step-precsave.exp: Use standard_output_file.
2342 * gdb.reverse/until-precsave.exp: Use standard_output_file.
2343 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
2344
298a9cf0
TT
23452012-07-10 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
2348 standard_output_file.
2349 * gdb.mi/gdb2549.exp: Use standard_testfile.
2350 * gdb.mi/gdb669.exp: Use standard_testfile.
2351 * gdb.mi/gdb701.exp: Use standard_testfile.
2352 * gdb.mi/gdb792.exp: Use standard_testfile.
2353 * gdb.mi/mi-async.exp: Use standard_testfile.
2354 * gdb.mi/mi-basics.exp: Use standard_testfile.
2355 * gdb.mi/mi-break.exp: Use standard_testfile.
2356 * gdb.mi/mi-cli.exp: Use standard_testfile.
2357 * gdb.mi/mi-console.exp: Use standard_testfile.
2358 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
2359 * gdb.mi/mi-eval.exp: Use standard_testfile.
2360 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
2361 * gdb.mi/mi-file.exp: Use standard_testfile.
2362 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
2363 * gdb.mi/mi-logging.exp: Use standard_testfile.
2364 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
2365 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
2366 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
2367 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
2368 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
2369 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
2370 * gdb.mi/mi-pending.exp: Use standard_testfile,
2371 standard_output_file.
2372 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
2373 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
2374 * gdb.mi/mi-regs.exp: Use standard_testfile.
2375 * gdb.mi/mi-return.exp: Use standard_testfile.
2376 * gdb.mi/mi-reverse.exp: Use standard_testfile.
2377 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
2378 * gdb.mi/mi-solib.exp: Use standard_testfile,
2379 standard_output_file.
2380 * gdb.mi/mi-stack.exp: Use standard_testfile.
2381 * gdb.mi/mi-stepi.exp: Use standard_testfile.
2382 * gdb.mi/mi-stepn.exp: Use standard_testfile.
2383 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
2384 * gdb.mi/mi-until.exp: Use standard_testfile.
2385 * gdb.mi/mi-var-block.exp: Use standard_testfile.
2386 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
2387 * gdb.mi/mi-var-child.exp: Use standard_testfile.
2388 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
2389 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
2390 * gdb.mi/mi-var-display.exp: Use standard_testfile.
2391 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
2392 standard_output_file.
2393 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
2394 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
2395 * gdb.mi/mi-watch.exp: Use standard_testfile.
2396 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
2397 * gdb.mi/mi2-basics.exp: Use standard_testfile.
2398 * gdb.mi/mi2-break.exp: Use standard_testfile.
2399 * gdb.mi/mi2-cli.exp: Use standard_testfile.
2400 * gdb.mi/mi2-console.exp: Use standard_testfile.
2401 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
2402 * gdb.mi/mi2-eval.exp: Use standard_testfile.
2403 * gdb.mi/mi2-file.exp: Use standard_testfile.
2404 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
2405 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
2406 * gdb.mi/mi2-regs.exp: Use standard_testfile.
2407 * gdb.mi/mi2-return.exp: Use standard_testfile.
2408 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
2409 * gdb.mi/mi2-stack.exp: Use standard_testfile.
2410 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
2411 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
2412 * gdb.mi/mi2-until.exp: Use standard_testfile.
2413 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
2414 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
2415 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
2416 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
2417 * gdb.mi/mi2-watch.exp: Use standard_testfile.
2418
f5f3a911
TT
24192012-07-10 Tom Tromey <tromey@redhat.com>
2420
2421 * gdb.cp/abstract-origin.exp: Use standard_testfile.
2422 * gdb.cp/ambiguous.exp: Use standard_testfile,
2423 prepare_for_testing.
2424 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
2425 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
2426 * gdb.cp/anon-ns.exp: Use standard_testfile.
2427 * gdb.cp/anon-struct.exp: Use standard_testfile.
2428 * gdb.cp/anon-union.exp: Use standard_testfile,
2429 prepare_for_testing.
2430 * gdb.cp/arg-reference.exp: Use standard_testfile,
2431 prepare_for_testing.
2432 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
2433 * gdb.cp/breakpoint.exp: Use standard_testfile,
2434 prepare_for_testing.
2435 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
2436 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
2437 standard_output_file.
2438 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
2439 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
2440 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
2441 (test_static_members): Update.
2442 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
2443 * gdb.cp/converts.exp: Use standard_testfile.
2444 * gdb.cp/cp-relocate.exp: Use standard_testfile.
2445 * gdb.cp/cpcompletion.exp: Use standard_testfile,
2446 prepare_for_testing.
2447 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
2448 * gdb.cp/cplabel.exp: Use standard_testfile.
2449 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
2450 prepare_for_testing.
2451 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
2452 * gdb.cp/derivation.exp: Use standard_testfile,
2453 prepare_for_testing.
2454 * gdb.cp/destrprint.exp: Use standard_testfile.
2455 * gdb.cp/dispcxx.exp: Use standard_testfile.
2456 * gdb.cp/exception.exp: Use standard_testfile,
2457 prepare_for_testing.
2458 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
2459 * gdb.cp/extern-c.exp: Use standard_testfile,
2460 prepare_for_testing.
2461 * gdb.cp/formatted-ref.exp: Use standard_testfile,
2462 prepare_for_testing.
2463 * gdb.cp/fpointer.exp: Use standard_testfile.
2464 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
2465 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
2466 standard_output_file.
2467 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
2468 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
2469 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
2470 standard_output_file.
2471 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
2472 (do_tests): Update.
2473 * gdb.cp/koenig.exp: Use standard_testfile.
2474 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
2475 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
2476 * gdb.cp/m-static.exp: Use standard_testfile,
2477 prepare_for_testing.
2478 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
2479 * gdb.cp/mb-inline.exp: Use standard_testfile,
2480 prepare_for_testing.
2481 * gdb.cp/mb-templates.exp: Use standard_testfile,
2482 prepare_for_testing.
2483 * gdb.cp/member-ptr.exp: Use standard_testfile,
2484 prepare_for_testing.
2485 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
2486 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
2487 * gdb.cp/method2.exp: Use standard_testfile.
2488 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
2489 standard_output_file.
2490 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
2491 (do_tests): Update.
2492 * gdb.cp/namespace-enum.exp: Use standard_testfile,
2493 prepare_for_testing.
2494 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
2495 prepare_for_testing.
2496 * gdb.cp/namespace.exp: Use standard_testfile,
2497 prepare_for_testing.
2498 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
2499 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
2500 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
2501 * gdb.cp/nsimport.exp: Use standard_testfile,
2502 prepare_for_testing.
2503 * gdb.cp/nsnested.exp: Use standard_testfile.
2504 * gdb.cp/nsnoimports.exp: Use standard_testfile.
2505 * gdb.cp/nsrecurs.exp: Use standard_testfile,
2506 prepare_for_testing.
2507 * gdb.cp/nsstress.exp: Use standard_testfile,
2508 prepare_for_testing.
2509 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
2510 * gdb.cp/operator.exp: Use standard_testfile.
2511 * gdb.cp/oranking.exp: Use standard_testfile.
2512 * gdb.cp/overload-const.exp: Use standard_testfile.
2513 * gdb.cp/overload.exp: Use standard_testfile,
2514 prepare_for_testing.
2515 * gdb.cp/ovldbreak.exp: Use standard_testfile.
2516 * gdb.cp/ovsrch.exp: Use standard_testfile.
2517 * gdb.cp/paren-type.exp: Use standard_testfile.
2518 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
2519 prepare_for_testing.
2520 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
2521 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
2522 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
2523 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
2524 * gdb.cp/pr10728.exp: Use standard_testfile,
2525 standard_output_file.
2526 * gdb.cp/pr12028.exp: Use standard_testfile.
2527 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
2528 * gdb.cp/pr9167.exp: Use standard_testfile.
2529 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
2530 * gdb.cp/printmethod.exp: Use standard_testfile,
2531 prepare_for_testing.
2532 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
2533 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
2534 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
2535 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
2536 standard_output_file.
2537 * gdb.cp/readnow-language.exp: Use standard_testfile.
2538 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
2539 (gdb_start_again): Use clean_restart.
2540 * gdb.cp/ref-types.exp: Use standard_testfile,
2541 prepare_for_testing.
2542 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
2543 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
2544 * gdb.cp/smartp.exp: Use standard_testfile.
2545 * gdb.cp/static-method.exp: Use standard_testfile.
2546 * gdb.cp/static-print-quit.exp: Use standard_testfile.
2547 * gdb.cp/temargs.exp: Use standard_testfile.
2548 * gdb.cp/templates.exp: Use standard_testfile,
2549 prepare_for_testing.
2550 (do_tests): Update.
2551 * gdb.cp/try_catch.exp: Use standard_testfile,
2552 prepare_for_testing.
2553 * gdb.cp/typedef-operator.exp: Use standard_testfile.
2554 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
2555 * gdb.cp/virtbase.exp: Use standard_testfile,
2556 prepare_for_testing.
2557 * gdb.cp/virtfunc.exp: Use standard_testfile,
2558 prepare_for_testing.
2559 (do_tests): Update.
2560 * gdb.cp/virtfunc2.exp: Use standard_testfile,
2561 prepare_for_testing.
2562
686f09d0
TT
25632012-07-10 Tom Tromey <tromey@redhat.com>
2564
2565 * lib/gdb.exp (standard_testfile): Unset output variables from
2566 earlier invocations.
2567
9357e021
YQ
25682012-07-10 Yao Qi <yao@codesourcery.com>
2569
2570 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
2571 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
2572 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
2573 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
2574 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
2575 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
2576 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
2577 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
2578 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
2579 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
2580 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
2581 * gdb.mi/mi-var-display.exp: Likewise.
2582 * gdb.mi/mi-var-invalidate.exp: Likewise.
2583 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
2584 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
2585 * gdb.mi/mi2-console.exp: Likewise.
2586 * gdb.mi/mi2-disassemble.exp: Likewise.
2587 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
2588 * gdb.mi/mi2-read-memory.exp: Likewise.
2589 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
2590 * gdb.mi/mi2-simplerun.exp: Likewise.
2591 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
2592 * gdb.mi/mi2-syn-frame.exp: Likewise.
2593 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
2594 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
2595 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
2596
e314d629
TT
25972012-07-09 Tom Tromey <tromey@redhat.com>
2598
2599 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
2600 * gdb.base/callfuncs.exp: Add cast-based test.
2601 * gdb.base/callfuncs.c (voidfunc): New function.
2602
06928b3f
DE
26032012-07-08 Doug Evans <dje@google.com>
2604
2605 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
2606
32f11bad
JK
26072012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 Fix XFAIL compatibility with old i386 systems.
2610 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
2611 Check also 'Cannot insert breakpoint 0'.
2612
76b83c51
JK
26132012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2614
2615 PR 14321
2616 * gdb.base/find.exp
2617 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
2618
a6fb9c08
TT
26192012-07-06 Tom Tromey <tromey@redhat.com>
2620
2621 * gdb.base/whatis.exp: Add test.
2622
71918a86
TT
26232012-07-06 Tom Tromey <tromey@redhat.com>
2624
2625 * gdb.base/whatis.exp: Add regression test.
2626
fcde5961
TT
26272012-07-06 Tom Tromey <tromey@redhat.com>
2628
2629 * gdb.base/whatis.exp: Add tests.
2630
f9cf0f4a
JK
26312012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 PR 12649
2634 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
2635 gdb_test_multiple $gdb_prompt terminator.
2636
979ade8b
PA
26372012-07-04 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.mi/mi-reverse.exp: Use supports_reverse and
2640 supports_process_record.
2641
8a980b44
PA
26422012-07-04 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
2645 endings.
2646 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
2647
855ba978
SS
26482012-07-03 Stan Shebs <stan@codesourcery.com>
2649
2650 * gdb.base/info-os.c (main): Retry resource acquisition until an
2651 available one is found.
2652 * gdb.base/info-os.exp: Collect resource keys from the program
2653 and use them in matching.
2654
fcb44371
JK
26552012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
2658 Wrap the test into loop for corefile and core0file.
2659
08a67be6
JK
26602012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2661
2662 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
2663 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
2664 .note.GNU-stack.
2665
0f3c2347
JK
2666 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
2667
ff4a4500
SDJ
26682012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
2669
2670 * gdb.base/help.exp (help b, help br, help bre, help brea, help
2671 break): Include help message for the new `-probe' and `-probe-stap'
2672 options.
2673
d3ce09f5
SS
26742012-07-02 Stan Shebs <stan@codesourcery.com>
2675
2676 * gdb.base/dprintf.exp: Add agent style tests.
2677
a1624241
JK
26782012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2679
2680 * gdb.base/stale-infcall.c (infcall): New label test-next.
2681 (main): New labels test-pass and test-fail.
2682 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
2683 $test_fail_bpnum to test-fail.
2684 (test system longjmp tracking support): New test.
2685 Delete $test_fail_bpnum.
2686 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
2687 breakpoint.
2688
42e7ad6c
DE
26892012-06-30 Doug Evans <dje@google.com>
2690
2691 * gdb.dwarf2/fission-reread.S: New file.
2692 * gdb.dwarf2/fission-reread.exp: New file.
2693
37ce89eb
SS
26942012-06-28 Stan Shebs <stan@codesourcery.com>
2695
2696 * gdb.mi/mi-logging.exp: New file.
2697
e5ef252a
PA
26982012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2699 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.threads/siginfo-threads.exp: New file.
2702 * gdb.threads/siginfo-threads.c: New file.
2703 * gdb.threads/sigstep-threads.exp: New file.
2704 * gdb.threads/sigstep-threads.c: New file.
2705
22f1fbae
TT
27062012-06-28 Tom Tromey <tromey@redhat.com>
2707
2708 * gdb.go/package.exp: Partially revert earlier patch; use
2709 gdb_compile again. Use standard_output_file.
2710
2e3cf129
DE
27112012-06-27 Doug Evans <dje@google.com>
2712
2713 * gdb.dwarf2/fission-base.c: New file.
2714 * gdb.dwarf2/fission-base.S: New file.
2715 * gdb.dwarf2/fission-base.exp: New file.
2716
785fd303
JK
27172012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
2720
1bb9788d
TT
27212012-06-27 Tom Tromey <tromey@redhat.com>
2722
2723 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
2724 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
2725
c83ee902
TT
27262012-06-27 Tom Tromey <tromey@redhat.com>
2727
2728 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
2729 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
2730 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
2731 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
2732 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
2733 prepare_for_testing.
2734 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
2735 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
2736 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
2737 standard_testfile.
2738 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
2739 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
2740 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
2741 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
2742 prepare_for_testing.
2743 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
2744 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
2745 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
2746 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
2747 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
2748 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
2749 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
2750 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
2751 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
2752 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
2753 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
2754 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
2755 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
2756 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
2757 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
2758 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
2759 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
2760 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
2761 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
2762 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
2763 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
2764 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
2765 standard_output_file.
2766 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
2767 standard_output_file.
2768 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
2769 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
2770 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
2771 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
2772 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
2773 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
2774 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
2775 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
2776 * gdb.dwarf2/implptr.exp: Use standard_testfile.
2777 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
2778 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
2779 * gdb.dwarf2/pieces.exp: Use standard_testfile.
2780 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
2781 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
2782 * gdb.dwarf2/valop.exp: Use standard_testfile,
2783 prepare_for_testing.
2784
5204774b
TT
27852012-06-27 Tom Tromey <tromey@redhat.com>
2786
2787 * gdb.python/python.exp: Fix regexps in pagination tests.
2788
ee0bf529
SCR
27892012-06-26 Siva Chandra Reddy <sivachandra@google.com>
2790
2791 * gdb.python/py-symtab.exp: Add tests to test the new attribute
2792 'last' of gdb.Symtab_and_line.
2793 * gdb.python/py-symbol.c: Move break point comment to enable
2794 testing of gdb.Symtab_and_line.last.
2795
14fcc022
TT
27962012-06-26 Tom Tromey <tromey@redhat.com>
2797
2798 * gdb.threads/step.c: Remove.
2799 * gdb.threads/step.exp: Remove.
2800 * gdb.threads/step2.exp: Remove.
2801
0efbbabc
TT
28022012-06-26 Tom Tromey <tromey@redhat.com>
2803
2804 * gdb.threads/watchpoint-fork.exp (test): Use
2805 standard_output_file. Don't declare objdir.
2806 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
2807 standard_output_file.
2808 * gdb.threads/attach-stopped.exp: Use standard_testfile.
2809 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
2810 clean_restart. Remove incdir.
2811 * gdb.threads/corethreads.exp: Use standard_testfile.
2812 * gdb.threads/execl.exp: Use standard_testfile,
2813 standard_output_file, clean_restart.
2814 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
2815 clean_restart.
2816 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
2817 clean_restart.
2818 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
2819 incdir.
2820 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
2821 clean_restart. Remove incdir.
2822 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
2823 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
2824 clean_restart. Remove incdir.
2825 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
2826 Remove incdir.
2827 * gdb.threads/leader-exit.exp: Use standard_testfile.
2828 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
2829 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
2830 clean_restart.
2831 * gdb.threads/manythreads.exp: Use standard_testfile,
2832 clean_restart. Remove incdir.
2833 * gdb.threads/multi-create.exp: Use standard_testfile,
2834 clean_restart.
2835 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
2836 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
2837 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
2838 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
2839 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
2840 * gdb.threads/pending-step.exp: Use standard_testfile,
2841 clean_restart. Remove incdir.
2842 * gdb.threads/print-threads.exp: Use standard_testfile,
2843 clean_restart. Remove incdir.
2844 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
2845 clean_restart. Remove incdir.
2846 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
2847 Remove incdir.
2848 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
2849 incdir.
2850 * gdb.threads/sigthread.exp: Use standard_testfile,
2851 clean_restart.
2852 * gdb.threads/staticthreads.exp: Use standard_testfile,
2853 clean_restart. Remove incdir.
2854 * gdb.threads/switch-threads.exp: Use standard_testfile,
2855 clean_restart. Remove incdir.
2856 * gdb.threads/thread-execl.exp: Use standard_testfile,
2857 clean_restart. Remove incdir.
2858 * gdb.threads/thread-find.exp: Use standard_testfile,
2859 clean_restart.
2860 * gdb.threads/thread-specific.exp: Use standard_testfile,
2861 clean_restart. Remove incdir.
2862 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
2863 clean_restart. Remove incdir.
2864 * gdb.threads/thread_check.exp: Use standard_testfile,
2865 clean_restart. Remove incdir.
2866 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
2867 incdir.
2868 * gdb.threads/threadapply.exp: Use standard_testfile,
2869 clean_restart. Remove incdir.
2870 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
2871 clean_restart. Remove incdir.
2872 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
2873 clean_restart.
2874 * gdb.threads/tls-shared.exp: Use standard_testfile,
2875 clean_restart, standard_output_file.
2876 * gdb.threads/tls-var.exp: Use standard_testfile,
2877 standard_output_file.
2878 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
2879 Remove incdir.
2880 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
2881 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
2882 incdir.
2883 * gdb.threads/watchthreads2.exp: Use standard_testfile,
2884 clean_restart. Remove incdir.
2885
497a5eb0
TT
28862012-06-26 Tom Tromey <tromey@redhat.com>
2887
2888 * gdb.trace/actions.exp: Use standard_testfile.
2889 * gdb.trace/ax.exp: Use standard_testfile.
2890 * gdb.trace/backtrace.exp: Use standard_testfile.
2891 * gdb.trace/change-loc.exp: Use standard_testfile.
2892 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
2893 * gdb.trace/collection.exp: Use standard_testfile,
2894 prepare_for_testing.
2895 * gdb.trace/deltrace.exp: Use standard_testfile.
2896 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
2897 * gdb.trace/ftrace.exp: Use standard_testfile.
2898 * gdb.trace/infotrace.exp: Use standard_testfile.
2899 * gdb.trace/packetlen.exp: Use standard_testfile.
2900 * gdb.trace/passc-dyn.exp: Use standard_testfile.
2901 * gdb.trace/passcount.exp: Use standard_testfile.
2902 * gdb.trace/pending.exp: Use standard_testfile.
2903 * gdb.trace/report.exp: Use standard_testfile.
2904 * gdb.trace/save-trace.exp: Use standard_testfile.
2905 * gdb.trace/stap-trace.exp: Use standard_testfile.
2906 * gdb.trace/status-stop.exp: Use standard_testfile.
2907 * gdb.trace/strace.exp: Use standard_testfile.
2908 * gdb.trace/tfile.exp: Use standard_testfile.
2909 * gdb.trace/tfind.exp: Use standard_testfile.
2910 * gdb.trace/trace-break.exp: Use standard_testfile.
2911 * gdb.trace/trace-mt.exp: Use standard_testfile.
2912 * gdb.trace/tracecmd.exp: Use standard_testfile.
2913 * gdb.trace/tspeed.exp: Use standard_testfile.
2914 * gdb.trace/tstatus.exp: Use standard_testfile.
2915 * gdb.trace/tsv.exp: Use standard_testfile.
2916 * gdb.trace/unavailable.exp: Use standard_testfile,
2917 prepare_for_testing.
2918 * gdb.trace/while-dyn.exp: Use standard_testfile.
2919 * gdb.trace/while-stepping.exp: Use standard_testfile.
2920
7686c074
TT
29212012-06-26 Tom Tromey <tromey@redhat.com>
2922
2923 * gdb.reverse/break-precsave.exp: Use standard_testfile.
2924 * gdb.reverse/break-reverse.exp: Use standard_testfile.
2925 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
2926 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
2927 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
2928 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
2929 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
2930 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
2931 prepare_for_testing.
2932 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
2933 prepare_for_testing.
2934 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
2935 prepare_for_testing.
2936 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
2937 prepare_for_testing.
2938 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
2939 prepare_for_testing
2940 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
2941 * gdb.reverse/machinestate.exp: Use standard_testfile.
2942 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
2943 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
2944 build_executable.
2945 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
2946 build_executable.
2947 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
2948 standard_output_file.
2949 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
2950 standard_output_file.
2951 * gdb.reverse/step-precsave.exp: Use standard_testfile.
2952 * gdb.reverse/step-reverse.exp: Use standard_testfile.
2953 * gdb.reverse/until-precsave.exp: Use standard_testfile.
2954 * gdb.reverse/until-reverse.exp: Use standard_testfile.
2955 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
2956 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
2957
481fc100
TT
29582012-06-26 Tom Tromey <tromey@redhat.com>
2959
2960 * gdb.stabs/weird.exp: Remove directory-checking code. Use
2961 standard_output_file.
2962 * gdb.stabs/exclfwd.exp: Use standard_testfile,
2963 prepare_for_testing. Remove directory-checking code.
2964
7bb18ae2
TT
29652012-06-25 Tom Tromey <tromey@redhat.com>
2966
2967 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
2968 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
2969 build_executable, not prepare_for_testing.
2970 * gdb.multi/base.exp: Use standard_output_file. Use
2971 build_executable, not prepare_for_testing.
2972
cf09b3e4
TT
29732012-06-25 Tom Tromey <tromey@redhat.com>
2974
2975 * gdb.fortran/subarray.exp: Use standard_testfile,
2976 prepare_for_testing.
2977 * gdb.fortran/multi-dim.exp: Use standard_testfile.
2978 * gdb.fortran/module.exp: Use standard_testfile.
2979 * gdb.fortran/logical.exp: Use standard_testfile.
2980 * gdb.fortran/library-module.exp: Use standard_testfile,
2981 standard_output_file.
2982 * gdb.fortran/derived-type.exp: Use standard_testfile,
2983 prepare_for_testing.
2984 * gdb.fortran/complex.exp: Use standard_testfile,
2985 prepare_for_testing.
2986 * gdb.fortran/charset.exp: Use standard_testfile.
2987 * gdb.fortran/array-element.exp: Use standard_testfile,
2988 prepare_for_testing.
2989
18b5ff1b
KS
29902012-06-25 Keith Seitz <keiths@redhat.com>
2991
2992 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
2993 Change rbreak-related tests to KFAIL and add bugzilla numbers.
2994
17b77626
TT
29952012-06-25 Tom Tromey <tromey@redhat.com>
2996
2997 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
2998 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
2999 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
3000 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
3001
f91e3dc1
TT
30022012-06-25 Tom Tromey <tromey@redhat.com>
3003
3004 * gdb.linespec/ls-errs.exp: Use standard_testfile.
3005 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
3006 * gdb.linespec/linespec.exp: Use standard_testfile.
3007
a884434d
TT
30082012-06-25 Tom Tromey <tromey@redhat.com>
3009
3010 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
3011 prepare_for_testing.
3012
efc9d70a
TT
30132012-06-25 Tom Tromey <tromey@redhat.com>
3014
3015 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
3016 prepare_for_testing.
3017 * gdb.opt/inline-break.exp: Use standard_testfile,
3018 prepare_for_testing.
3019 * gdb.opt/inline-bt.exp: Use standard_testfile,
3020 prepare_for_testing.
3021 * gdb.opt/inline-cmds.exp: Use standard_testfile,
3022 prepare_for_testing.
3023 * gdb.opt/inline-locals.exp: Use standard_testfile,
3024 prepare_for_testing.
3025
e2fc92c6
TT
30262012-06-25 Tom Tromey <tromey@redhat.com>
3027
3028 * gdb.asm/asm-source.exp: Use standard_output_file,
3029 standard_testfile. Construct .o files in proper subdir.
3030
b0963d73
TT
30312012-06-25 Tom Tromey <tromey@redhat.com>
3032
3033 * gdb.server/ext-attach.exp: Use standard_testfile,
3034 prepare_for_testing.
3035 * gdb.server/ext-run.exp: Use standard_testfile,
3036 build_executable.
3037 * gdb.server/file-transfer.exp: Use standard_testfile,
3038 prepare_for_testing.
3039 * gdb.server/server-exec-info.exp: Use standard_testfile.
3040 * gdb.server/server-mon.exp: Use standard_testfile,
3041 prepare_for_testing.
3042 * gdb.server/server-run.exp: Use standard_testfile,
3043 build_executable.
3044 * gdb.server/solib-list.exp: Use standard_testfile,
3045 standard_output_file.
3046
8a3e1f8d
TT
30472012-06-25 Tom Tromey <tromey@redhat.com>
3048
3049 * lib/gdb.exp (standard_output_file): Use "file join".
3050 * gdb.go/chan.exp: Use standard_testfile.
3051 * gdb.go/handcall.exp: Use standard_testfile.
3052 * gdb.go/hello.exp: Use standard_testfile.
3053 * gdb.integers/chan.exp: Use standard_testfile.
3054 * gdb.go/methods.exp: Use standard_testfile.
3055 * gdb.go/package.exp: Use standard_testfile.
3056 * gdb.go/strings.exp: Use standard_testfile.
3057 * gdb.go/types.exp: Use standard_testfile.
3058 * gdb.go/unsafe.exp: Use standard_testfile.
3059
944a9061
MGD
30602012-06-25 Greta Yorsh <greta.yorsh@arm.com>
3061
3062 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
3063
1c06bd58
JK
30642012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3065
3066 Fix regression by the previous commit.
3067 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
3068
b4a58790
TT
30692012-06-22 Tom Tromey <tromey@redhat.com>
3070
3071 * gdb.python/lib-types.exp: Use standard_testfile,
3072 prepare_for_testing.
3073 * gdb.python/py-block.exp: Use standard_testfile.
3074 * gdb.python/py-breakpoint.exp: Use standard_testfile.
3075 * gdb.python/py-events.exp: Use standard_testfile,
3076 standard_output_file.
3077 * gdb.python/py-evsignal.exp: Use standard_testfile.
3078 * gdb.python/py-evethreads.exp: Use standard_testfile.
3079 * gdb.python/py-explore-cc.exp: Use standard_testfile.
3080 * gdb.python/py-explore.exp: Use standard_testfile.
3081 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
3082 standard_output_file.
3083 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
3084 prepare_for_testing.
3085 * gdb.python/py-frame-inline.exp: Use standard_testfile.
3086 * gdb.python/py-frame.exp: Use standard_testfile.
3087 * gdb.python/py-inferior.exp: Use standard_testfile.
3088 * gdb.python/py-infthread.exp: Use standard_testfile.
3089 * gdb.python/py-mi.exp: Use standard_testfile.
3090 * gdb.python/py-objfile-script.exp: Use standard_testfile,
3091 build_executable.
3092 * gdb.python/py-objfile.exp: Use standard_testfile.
3093 * gdb.python/py-pp-maint.exp: Use standard_testfile,
3094 prepare_for_testing.
3095 * gdb.python/py-prettyprint.exp: Use standard_testfile.
3096 * gdb.python/py-progspace.exp: Use standard_testfile,
3097 build_executable.
3098 * gdb.python/py-prompt.exp: Use standard_testfile,
3099 build_executable.
3100 * gdb.python/py-section-script.exp: Use standard_testfile,
3101 build_executable.
3102 * gdb.python/py-shared.exp: Use standard_testfile,
3103 standard_output_file, clean_restart.
3104 * gdb.python/py-symbol.exp: Use standard_output_file,
3105 prepare_for_testing.
3106 * gdb.python/py-symtab.exp: Use standard_output_file,
3107 prepare_for_testing
3108 * gdb.python/py-template.exp: Use standard_testfile.
3109 * gdb.python/py-type.exp: Use standard_testfile.
3110 * gdb.python/py-value-cc.exp: Use standard_testfile.
3111 * gdb.python/py-value.exp: Use standard_testfile.
3112 * gdb.python/python.exp: Use standard_testfile, build_executable.
3113
2c44deac
TT
31142012-06-22 Tom Tromey <tromey@redhat.com>
3115
3116 * gdb.objc/basicclass.exp: Use standard_testfile.
3117 (do_objc_tests): Don't declare objdir.
3118 * gdb.objc/nondebug.exp: Use standard_testfile.
3119 (do_objc_tests): Don't declare objdir.
3120 * gdb.objc/objcdecode.exp: Use standard_testfile.
3121 (do_objc_tests): Don't declare objdir.
3122
c24ccbce
TT
31232012-06-22 Tom Tromey <tromey@redhat.com>
3124
3125 * gdb.java/jmain.exp: Use standard_testfile.
3126 * gdb.java/jmisc.exp: Use standard_testfile.
3127 * gdb.java/jnpe.exp: Use standard_testfile.
3128 * gdb.java/jprint.exp: Use standard_testfile.
3129
0a6d0306
TT
31302012-06-22 Tom Tromey <tromey@redhat.com>
3131
3132 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
3133 (standard_output_file, standard_testfile): New procs.
3134 (build_executable, clean_restart): Use standard_output_file.
3135
6ea815ef
YQ
31362012-06-22 Yao Qi <yao@codesourcery.com>
3137
3138 * boards/native-gdbserver.exp: New proc ${board}_exec.
3139 * boards/native-stdio-gdbserver.exp: Likewise.
3140
4c93b1db
TT
31412012-06-21 Tom Tromey <tromey@redhat.com>
3142
3143 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
3144 (build_executable): Update.
3145 (get_compiler_info): Remove 'binfile' argument.
3146 * gdb.ada/arrayidx.exp: Update.
3147 * gdb.ada/null_array.exp: Update.
3148 * gdb.arch/altivec-abi.exp: Update.
3149 * gdb.arch/altivec-regs.exp: Update.
3150 * gdb.arch/amd64-byte.exp: Update.
3151 * gdb.arch/amd64-dword.exp: Update.
3152 * gdb.arch/amd64-word.exp: Update.
3153 * gdb.arch/i386-avx.exp: Update.
3154 * gdb.arch/i386-byte.exp: Update.
3155 * gdb.arch/i386-sse.exp: Update.
3156 * gdb.arch/i386-word.exp: Update.
3157 * gdb.arch/ppc-dfp.exp: Update.
3158 * gdb.arch/ppc-fp.exp: Update.
3159 * gdb.arch/vsx-regs.exp: Update.
3160 * gdb.base/all-bin.exp: Update.
3161 * gdb.base/annota1.exp: Update.
3162 * gdb.base/async.exp: Update.
3163 * gdb.base/attach.exp: Update.
3164 * gdb.base/break-interp.exp: Update.
3165 * gdb.base/call-ar-st.exp: Update.
3166 * gdb.base/call-rt-st.exp: Update.
3167 * gdb.base/call-sc.exp: Update.
3168 * gdb.base/callfuncs.exp: Update.
3169 * gdb.base/catch-load.exp: Update.
3170 * gdb.base/completion.exp: Update.
3171 * gdb.base/complex.exp: Update.
3172 * gdb.base/condbreak.exp: Update.
3173 * gdb.base/consecutive.exp: Update.
3174 * gdb.base/constvars.exp: Update.
3175 * gdb.base/corefile.exp: Update.
3176 * gdb.base/eval-skip.exp: Update.
3177 * gdb.base/expand-psymtabs.exp: Update.
3178 * gdb.base/exprs.exp: Update.
3179 * gdb.base/fileio.exp: Update.
3180 * gdb.base/fixsection.exp: Update.
3181 * gdb.base/funcargs.exp: Update.
3182 * gdb.base/gdb11530.exp: Update.
3183 * gdb.base/gdb1555.exp: Update.
3184 * gdb.base/gnu-ifunc.exp: Update.
3185 * gdb.base/gnu_vector.exp: Update.
3186 * gdb.base/info-macros.exp: Update.
3187 * gdb.base/jit-simple.exp: Update.
3188 * gdb.base/jit-so.exp: Update.
3189 * gdb.base/jit.exp: Update.
3190 * gdb.base/langs.exp: Update.
3191 * gdb.base/list.exp: Update.
3192 * gdb.base/logical.exp: Update.
3193 * gdb.base/long_long.exp: Update.
3194 * gdb.base/longjmp.exp: Update.
3195 * gdb.base/macscp.exp: Update.
3196 * gdb.base/mips_pro.exp: Update.
3197 * gdb.base/miscexprs.exp: Update.
3198 * gdb.base/morestack.exp: Update.
3199 * gdb.base/nodebug.exp: Update.
3200 * gdb.base/opaque.exp: Update.
3201 * gdb.base/pc-fp.exp: Update.
3202 * gdb.base/pending.exp: Update.
3203 * gdb.base/permissions.exp: Update.
3204 * gdb.base/pointers.exp: Update.
3205 * gdb.base/prelink.exp: Update.
3206 * gdb.base/printcmds.exp: Update.
3207 * gdb.base/psymtab.exp: Update.
3208 * gdb.base/ptype.exp: Update.
3209 * gdb.base/relational.exp: Update.
3210 * gdb.base/scope.exp: Update.
3211 * gdb.base/setvar.exp: Update.
3212 * gdb.base/shlib-call.exp: Update.
3213 * gdb.base/shreloc.exp: Update.
3214 * gdb.base/signals.exp: Update.
3215 * gdb.base/sizeof.exp: Update.
3216 * gdb.base/so-impl-ld.exp: Update.
3217 * gdb.base/so-indr-cl.exp: Update.
3218 * gdb.base/solib-disc.exp: Update.
3219 * gdb.base/solib-display.exp: Update.
3220 * gdb.base/solib-nodir.exp: Update.
3221 * gdb.base/solib-overlap.exp: Update.
3222 * gdb.base/solib-symbol.exp: Update.
3223 * gdb.base/solib-weak.exp: Update.
3224 * gdb.base/solib.exp: Update.
3225 * gdb.base/store.exp: Update.
3226 * gdb.base/structs.exp: Update.
3227 * gdb.base/structs2.exp: Update.
3228 * gdb.base/type-opaque.exp: Update.
3229 * gdb.base/unload.exp: Update.
3230 * gdb.base/varargs.exp: Update.
3231 * gdb.base/volatile.exp: Update.
3232 * gdb.base/watch_thread_num.exp: Update.
3233 * gdb.base/watchpoint-solib.exp: Update.
3234 * gdb.base/watchpoint.exp: Update.
3235 * gdb.base/watchpoints.exp: Update.
3236 * gdb.base/whatis.exp: Update.
3237 * gdb.cell/arch.exp: Update.
3238 * gdb.cell/break.exp: Update.
3239 * gdb.cell/bt.exp: Update.
3240 * gdb.cell/core.exp: Update.
3241 * gdb.cell/data.exp: Update.
3242 * gdb.cell/ea-cache.exp: Update.
3243 * gdb.cell/f-regs.exp: Update.
3244 * gdb.cell/fork.exp: Update.
3245 * gdb.cell/gcore.exp: Update.
3246 * gdb.cell/mem-access.exp: Update.
3247 * gdb.cell/ptype.exp: Update.
3248 * gdb.cell/registers.exp: Update.
3249 * gdb.cell/sizeof.exp: Update.
3250 * gdb.cell/solib-symbol.exp: Update.
3251 * gdb.cell/solib.exp: Update.
3252 * gdb.cp/ambiguous.exp: Update.
3253 * gdb.cp/breakpoint.exp: Update.
3254 * gdb.cp/bs15503.exp: Update.
3255 * gdb.cp/casts.exp: Update.
3256 * gdb.cp/class2.exp: Update.
3257 * gdb.cp/cpexprs.exp: Update.
3258 * gdb.cp/cplusfuncs.exp: Update.
3259 * gdb.cp/ctti.exp: Update.
3260 * gdb.cp/dispcxx.exp: Update.
3261 * gdb.cp/gdb1355.exp: Update.
3262 * gdb.cp/gdb2384.exp: Update.
3263 * gdb.cp/gdb2495.exp: Update.
3264 * gdb.cp/infcall-dlopen.exp: Update.
3265 * gdb.cp/local.exp: Update.
3266 * gdb.cp/m-data.exp: Update.
3267 * gdb.cp/m-static.exp: Update.
3268 * gdb.cp/mb-ctor.exp: Update.
3269 * gdb.cp/mb-inline.exp: Update.
3270 * gdb.cp/mb-templates.exp: Update.
3271 * gdb.cp/member-ptr.exp: Update.
3272 * gdb.cp/method.exp: Update.
3273 * gdb.cp/namespace.exp: Update.
3274 * gdb.cp/nextoverthrow.exp: Update.
3275 * gdb.cp/nsdecl.exp: Update.
3276 * gdb.cp/nsrecurs.exp: Update.
3277 * gdb.cp/nsstress.exp: Update.
3278 * gdb.cp/nsusing.exp: Update.
3279 * gdb.cp/pr-1023.exp: Update.
3280 * gdb.cp/pr-1210.exp: Update.
3281 * gdb.cp/pr-574.exp: Update.
3282 * gdb.cp/pr9631.exp: Update.
3283 * gdb.cp/printmethod.exp: Update.
3284 * gdb.cp/psmang.exp: Update.
3285 * gdb.cp/re-set-overloaded.exp: Update.
3286 * gdb.cp/rtti.exp: Update.
3287 * gdb.cp/shadow.exp: Update.
3288 * gdb.cp/templates.exp: Update.
3289 * gdb.cp/try_catch.exp: Update.
3290 * gdb.dwarf2/dw2-ranges.exp: Update.
3291 * gdb.dwarf2/pr10770.exp: Update.
3292 * gdb.fortran/library-module.exp: Update.
3293 * gdb.hp/gdb.aCC/optimize.exp: Update.
3294 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
3295 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
3296 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
3297 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
3298 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
3299 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
3300 * gdb.hp/gdb.compat/xdb1.exp: Update.
3301 * gdb.hp/gdb.compat/xdb2.exp: Update.
3302 * gdb.hp/gdb.compat/xdb3.exp: Update.
3303 * gdb.hp/gdb.defects/bs14602.exp: Update.
3304 * gdb.hp/gdb.defects/solib-d.exp: Update.
3305 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
3306 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
3307 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
3308 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
3309 * gdb.mi/gdb792.exp: Update.
3310 * gdb.mi/mi-pending.exp: Update.
3311 * gdb.mi/mi-solib.exp: Update.
3312 * gdb.mi/mi-var-cp.exp: Update.
3313 * gdb.opt/clobbered-registers-O2.exp: Update.
3314 * gdb.opt/inline-bt.exp: Update.
3315 * gdb.opt/inline-cmds.exp: Update.
3316 * gdb.opt/inline-locals.exp: Update.
3317 * gdb.python/py-events.exp: Update.
3318 * gdb.python/py-finish-breakpoint.exp: Update.
3319 * gdb.python/py-type.exp: Update.
3320 * gdb.reverse/solib-precsave.exp: Update.
3321 * gdb.reverse/solib-reverse.exp: Update.
3322 * gdb.server/solib-list.exp: Update.
3323 * gdb.stabs/weird.exp: Update.
3324 * gdb.threads/attach-into-signal.exp: Update.
3325 * gdb.threads/attach-stopped.exp: Update.
3326 * gdb.threads/tls-shared.exp: Update.
3327 * gdb.trace/change-loc.exp: Update.
3328 * gdb.trace/strace.exp: Update.
3329
95c391b6
TT
33302012-06-19 Tom Tromey <tromey@redhat.com>
3331
3332 * gdb.base/whatis.exp: Add tests.
3333
e910f0b6
TT
33342012-06-19 Tom Tromey <tromey@redhat.com>
3335
3336 * gdb.cp/m-static.cc (keepalive): New function.
3337 (gnu_obj_1::method): Use it.
3338
422d65e7
DE
33392012-06-18 Doug Evans <dje@google.com>
3340
3341 * gdb.base/info-fun.exp: New file.
3342 * gdb.base/info-fun.c: New file.
3343 * gdb.base/info-fun-solib.c: New file.
3344
e2e4d78b
JK
33452012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3346
3347 Remove stale dummy frames.
3348 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
3349 (maintenance info breakpoints): New tests.
3350 * gdb.base/stale-infcall.c: New file.
3351 * gdb.base/stale-infcall.exp: New file.
3352
1788b2d3
JK
33532012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.arch/amd64-entry-value-param.S: New file.
3356 * gdb.arch/amd64-entry-value-param.c: New file.
3357 * gdb.arch/amd64-entry-value-param.exp: New file.
3358
663b969e
TT
33592012-06-15 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.cp/namespace.exp: Add "show lang" test.
3362
8e09ad05
IS
33632012-06-15 Iain Sandoe <iain@codesourcery.com>
3364
3365 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
3366 case. (top level): Use gdb_file_cmd instead of gdb_load.
3367
f85e18ee
JK
33682012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3369
3370 PR tdep/14222
3371 * gdb.arch/i386-sse-stack-align.S: New file.
3372 * gdb.arch/i386-sse-stack-align.c: New file.
3373 * gdb.arch/i386-sse-stack-align.exp: New file.
3374
f3b5e280
KS
33752012-06-13 Keith Seitz <keiths@redhat.com>
3376
3377 PR breakpoints/13798 and mi/11541
3378 * gdb.linespec/ls-errs.exp: Add a few more tests for
3379 filenames with spaces and colons.
3380
50af5481
JK
33812012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3382
3383 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3384 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
3385 (test_function): Call CV_f.
3386 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
3387 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
3388 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
3389 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
3390 (p CV_f(CV::i)): New tests.
3391
d55637df
TT
33922012-06-13 Tom Tromey <tromey@redhat.com>
3393
3394 * gdb.base/condbreak.exp: Add tests for "condition" completion.
3395
cc80f267
JK
33962012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3397
3398 Fix regression by the "ambiguous linespec" series.
3399 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
3400 tests.
3401
bb2af9cc
JK
34022012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
3405 missing.
3406
e81a37f7
TT
34072012-06-11 Tom Tromey <tromey@redhat.com>
3408
3409 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
3410 location...
3411 (main): ...here.
3412
8efd7788
YQ
34132012-06-07 Yao Qi <yao@codesourcery.com>
3414
3415 * gdb.trace/strace.exp: Shorten some too-long lines.
3416
359f5fe6
PA
34172012-06-06 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.threads/clone-new-thread-event.c: New file.
3420 * gdb.threads/clone-new-thread-event.exp: New file.
3421
7b2fe205
YQ
34222012-06-06 Yao Qi <yao@codesourcery.com>
3423
3424 * gdb.base/dprintf.c (main): Add extra parameter when calling
3425 printf and fprintf.
3426 (bar): New function. It is a dead function, but to ensure
3427 'malloc' is linked explicitly.
3428
3eca55e8
YQ
34292012-06-06 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.base/info-proc.exp: Return if target doesn't support
3432 'info proc'.
3433
91cc9324
JK
34342012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3435
3436 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
3437 (run program with breakpoint commands): XFAIl if it is not.
3438
c56e7c43
JB
34392012-06-05 Joel Brobecker <brobecker@adacore.com>
3440
3441 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
3442 and add comment.
3443 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
3444 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
3445 "STOP" marker. Adjust testing strategy to make it work on
3446 all targets.
3447
3448 * gdb.base/print-file-var-main.c (main): Rewrite using local
3449 variables and adjust get_version_2's return value check.
3450 Add small comment.
3451 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
3452 marker. Adjust testing strategy to make it work on all targets.
3453
ccab2054
JB
34542012-06-05 Joel Brobecker <brobecker@adacore.com>
3455
3456 * gdb.ada/bad-task-bp-keyword: New testcase.
3457
d0d86158
JK
34582012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3459
3460 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
3461 Simplify it to ...
3462 (symbol-file ${testfile1}): ... here.
3463 (test eliminated var my_global_symbol)
3464 (test eliminated var my_static_symbol)
3465 (test eliminated var my_global_func, get address of main): Wrap them to
3466 'single psymtabs' and 'single symtabs'
3467 (get address of my_global_symbol, get address of my_static_symbol)
3468 (get address of my_global_func, get address of main): Wrap them to
3469 'order1' and 'order2'.
3470
952cf74c
JK
3471 * gdb.base/code_elim.exp
3472 (add-symbol-file ${testfile1} 0x100000)
3473 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
3474 'order2'.
3475 (order1: add-symbol-file ${testfile1} 0x100000)
3476 (order1: add-symbol-file ${testfile2} 0x200000)
3477 (order2: add-symbol-file ${testfile2} 0x200000)
3478 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
3479 .bss as appropriate.
3480
0c5bf5a9
JK
34812012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3482
3483 * gdb.server/solib-list-lib.c: New file.
3484 * gdb.server/solib-list-main.c: New file.
3485 * gdb.server/solib-list.exp: New file.
3486
4196f325
MR
34872012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
3488
3489 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
3490 for 'set print symbol' change.
3491
bfb05775
JK
34922012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3493
3494 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
3495 .debug_abbrev_seg3.
3496
685b1105
JK
34972012-05-24 John Steele Scott <toojays@toojays.net>
3498
3499 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
3500 * gdb.dwarf2/dw2-icc-opaque.S: New file.
3501 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
3502
f3e0e960
SS
35032012-05-23 Stan Shebs <stan@codesourcery.com>
3504
3505 * gdb.mi/mi-info-os.exp: New file.
3506
11eb1b4d
KS
35072012-05-23 Keith Seitz <keiths@redhat.com>
3508
3509 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
3510 return -1 to suppress the rest of the tests.
3511 (compile_stap_bin): Return boolean success value.
3512
b1af9e97
TT
35132012-05-21 Tom Tromey <tromey@redhat.com>
3514
3515 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
3516 Remove kfails.
3517 (test_print_mi_member_types): Likewise.
3518
248537e3
TT
35192012-05-21 Tom Tromey <tromey@redhat.com>
3520
3521 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
3522 print symbol' change.
3523
d791e155
TJB
35242012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
3525
3526 * gdb.python/py-prompt.exp: Quit if the target is remote.
3527
e77afa2e
JK
35282012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3529
3530 Fix ERROR: internal buffer is full.
3531 * gdb.base/info-os.exp (expect_multiline): New function.
3532 (get process list, get process groups, get threads)
3533 (get file descriptors, get internet-domain sockets)
3534 (get shared-memory regions, get semaphores, get message queues): Use
3535 it for these tests.
3536
9cb709b6
TT
35372012-05-18 Tom Tromey <tromey@redhat.com>
3538
3539 * gdb.mi/mi-var-cmd.exp: Update.
3540 * gdb.objc/basicclass.exp (do_objc_tests): Update.
3541 * gdb.cp/virtbase.exp: Update.
3542 * gdb.cp/classes.exp (test_static_members): Update.
3543 * gdb.cp/casts.exp: Update.
3544 * gdb.base/pointers.exp: Update.
3545 * gdb.base/funcargs.exp (pointer_args): Update.
3546 (structs_by_reference): Update.
3547 * gdb.base/find.exp: Update.
3548 * gdb.base/call-strs.exp: Send "set print symbol off".
3549 * gdb.base/call-ar-st.exp: Update.
3550 * gdb.ada/fun_addr.exp: Update.
3551 * gdb.base/printcmds.exp (test_print_symbol): New proc.
3552 Call it.
3553 (test_print_repeats_10, test_print_strings)
3554 (test_print_char_arrays): Update.
3555
b012acdd
TT
35562012-05-18 Tom Tromey <tromey@redhat.com>
3557
3558 * gdb.base/charset.exp (string_display): Update.
3559
1d51a733
TT
35602012-05-18 Tom Tromey <tromey@redhat.com>
3561
3562 * gdb.mi/mi2-var-display.exp: Update.
3563 * gdb.mi/mi-var-display.exp: Update.
3564 * gdb.mi/mi-var-child.exp: Update.
3565 * gdb.cp/expand-psymtabs-cxx.exp: Update.
3566 * gdb.cp/cp-relocate.exp (get_func_address): Update.
3567
957df313
DE
35682012-05-17 Doug Evans <dje@google.com>
3569
682c7f7b
DE
3570 * info-macros.exp: Pass "debug" to prepare_for_testing.
3571
957df313
DE
3572 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
3573 * gdb.ada/Makefile.in (clean): Ditto.
3574 * gdb.arch/Makefile.in (clean): Ditto.
3575 * gdb.asm/Makefile.in (clean): Ditto.
3576 * gdb.base/Makefile.in (clean): Ditto.
3577 * gdb.cell/Makefile.in (clean): Ditto.
3578 * gdb.cp/Makefile.in (clean): Ditto.
3579 * gdb.disasm/Makefile.in (clean): Ditto.
3580 * gdb.dwarf2/Makefile.in (clean): Ditto.
3581 * gdb.fortran/Makefile.in (clean): Ditto.
3582 * gdb.go/Makefile.in (clean): Ditto.
3583 * gdb.hp/Makefile.in (clean): Ditto.
3584 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
3585 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
3586 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
3587 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
3588 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
3589 * gdb.java/Makefile.in (clean): Ditto.
3590 * gdb.linespec/Makefile.in (clean): Ditto.
3591 * gdb.mi/Makefile.in (clean): Ditto.
3592 * gdb.modula2/Makefile.in (clean): Ditto.
3593 * gdb.multi/Makefile.in (clean): Ditto.
3594 * gdb.objc/Makefile.in (clean): Ditto.
3595 * gdb.opencl/Makefile.in (clean): Ditto.
3596 * gdb.opt/Makefile.in (clean): Ditto.
3597 * gdb.pascal/Makefile.in (clean): Ditto.
3598 * gdb.python/Makefile.in (clean): Ditto.
3599 * gdb.reverse/Makefile.in (clean): Ditto.
3600 * gdb.server/Makefile.in (clean): Ditto.
3601 * gdb.stabs/Makefile.in (clean): Ditto.
3602 * gdb.threads/Makefile.in (clean): Ditto.
3603 * gdb.trace/Makefile.in (clean): Ditto.
3604 * gdb.xml/Makefile.in (clean): Ditto.
3605
abc9d0dc
TT
36062012-05-16 Tom Tromey <tromey@redhat.com>
3607
3608 * gdb.base/macscp1.c (macscp_expr): Add comment.
3609 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
3610
6a3a010b
MR
36112012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
3612
3613 * gdb.base/return-nodebug.exp: Also test float and double types.
3614
01429c8e
JK
36152012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3616
3617 PR testsuite/12649
3618 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
3619
54115cd4
JK
3620 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
3621
0c5f383f
SDJ
36222012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
3623
3624 * gdb.base/stap-probe.exp (stap_test): Remove calls to
3625 `rerun_to_main'.
3626 (stap_test_no_debuginfo): Likewise.
3627
e7e0cddf
SS
36282012-05-14 Stan Shebs <stan@codesourcery.com>
3629
3630 * gdb.base/dprintf.c: New file.
3631 * gdb.base/dprintf.exp: New file.
3632
c772f8e7
HZ
36332012-05-14 Hui Zhu <hui_zhu@mentor.com>
3634
3635 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
3636 * gdb.trace/disconnected-tracing.c: New file.
3637 * gdb.trace/disconnected-tracing.exp: New file.
3638
7efc75aa
SCR
36392012-05-13 Siva Chandra Reddy <sivachandra@google.com>
3640
3641 * gdb.python/python.c: Add a new breakpoint comment.
3642 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
3643
85d4a676
SS
36442011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
3645
3646 * gdb.base/info-os.exp: New file.
3647 * gdb.base/info-os.c: New file.
3648
64ea88dc
JB
36492012-05-10 Joel Brobecker <brobecker@adacore.com>
3650
4647ab1b
JB
3651 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
3652 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
3653 New files.
64ea88dc 3654
afba63f1
JB
36552012-05-10 Joel Brobecker <brobecker@adacore.com>
3656
3657 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
3658 gdb.base/ctxobj.exp: New files.
3659
9d198b1e
TT
36602012-05-09 Tom Tromey <tromey@redhat.com>
3661
3662 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
3663
9bfee719
MR
36642012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
3665
3666 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
3667
3a7341d8
MR
36682012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
3669
3670 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
3671 before using it.
3672
52b3699b
TG
36732012-05-04 Tristan Gingold <gingold@adacore.com>
3674
3675 * gdb.base/set-noassign.exp: New test.
3676
a20ee7a4
SCR
36772012-05-03 Siva Chandra Reddy <sivachandra@google.com>
3678
3679 * gdb.python/py-symbol.exp: Add tests to test the new methods
3680 gdb.Symtab.global_block() and gdb.Symtab.static_block().
3681 * gdb.python/py-symbol.c: Add new struct to help test
3682 gdb.Symtab.static_block().
3683
bf2f0858
DE
36842012-05-03 Doug Evans <dje@google.com>
3685
3686 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
3687 commented out.
3688
2d4e0376
YQ
36892012-05-03 Yao Qi <yao@codesourcery.com>
3690
3691 * gdb.base/catch-syscall.exp: Skip it before compilation if target
3692 doesn't support.
3693 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
3694 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
3695
6d0bb9f3
YQ
36962012-05-03 Yao Qi <yao@codesourcery.com>
3697
3698 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
3699
fd820528
DE
37002012-04-30 Doug Evans <dje@google.com>
3701
3702 PR testsuite/13961
3703 * gdb.dwarf2/pr13961.S: New file.
3704 * gdb.dwarf2/pr13961.exp: New file.
3705
b9e219b9
YQ
37062012-04-29 Yao Qi <yao@codesourcery.com>
3707
3708 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
3709
3019eac3
DE
37102012-04-28 Doug Evans <dje@google.com>
3711
3712 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
3713 .Ltype_int_in_cu2. Use name "int2" instead of "int".
3714 All uses updated.
3715 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
3716 "ptype func_cu1" to expand cu2 before cu1.
3717
62e5f89c
SDJ
37182012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
3719 Tom Tromey <tromey@redhat.com>
3720
3721 * gdb.base/default.exp: Add `$_probe_arg*' convenience
3722 variables.
3723 * gdb.base/stap-probe.c: New file.
3724 * gdb.base/stap-probe.exp: New file.
3725 * gdb.trace/stap-trace.c: New file.
3726 * gdb.trace/stap-trace.exp: New file.
3727 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
3728 libgcc's unwinder.
3729
14132e89
MR
37302012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
3731
3732 * gdb.arch/mips16-thunks-inmain.c: New file.
3733 * gdb.arch/mips16-thunks-main.c: New file.
3734 * gdb.arch/mips16-thunks-sin.c: New file.
3735 * gdb.arch/mips16-thunks-sinfrob.c: New file.
3736 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
3737 * gdb.arch/mips16-thunks-sinmain.c: New file.
3738 * gdb.arch/mips16-thunks-sinmips16.c: New file.
3739 * gdb.arch/mips16-thunks.exp: New file.
3740
a766d390
DE
37412012-04-25 Doug Evans <dje@google.com>
3742
3743 * configure.ac: Create gdb.go/Makefile.
3744 * configure: Regenerate.
3745 * gdb.base/default.exp: Add "go" to "set language" testing.
3746 * gdb.go/Makefile.in: New file.
3747 * gdb.go/basic-types.exp: New file.
3748 * gdb.go/chan.exp: New file.
3749 * gdb.go/chan.go: New file.
3750 * gdb.go/handcall.exp: New file.
3751 * gdb.go/handcall.go: New file.
3752 * gdb.go/hello.exp: New file.
3753 * gdb.go/hello.go: New file.
3754 * gdb.go/integers.exp: New file.
3755 * gdb.go/integers.go: New file.
3756 * gdb.go/methods.exp: New file.
3757 * gdb.go/methods.go: New file.
3758 * gdb.go/package.exp: New file.
3759 * gdb.go/package1.go: New file.
3760 * gdb.go/package2.go: New file.
3761 * gdb.go/print.exp: New file.
3762 * gdb.go/strings.exp: New file.
3763 * gdb.go/strings.go: New file.
3764 * gdb.go/types.exp: New file.
3765 * gdb.go/types.go: New file.
3766 * gdb.go/unsafe.exp: New file.
3767 * gdb.go/unsafe.go: New file.
3768 * lib/future.exp: Add Go support.
3769 (gdb_find_go, gdb_find_go_linker): New procs.
3770 (gdb_default_target_compile): Add Go support.
3771 * lib/gdb.exp (skip_go_tests): New proc.
3772 * lib/go.exp: New file.
3773
e65f9ffb
TT
37742012-04-25 Tom Tromey <tromey@redhat.com>
3775
3776 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
3777
14e75d8e
JK
37782012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
3779 Jan Kratochvil <jan.kratochvil@redhat.com>
3780
3781 PR symtab/7259:
3782 * gdb.base/enumval.c: New test case.
3783 * gdb.base/enumval.exp: New test case.
3784 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
3785 field.bitpos.
3786
f3525b70
PA
37872012-04-17 Pedro Alves <palves@redhat.com>
3788
3789 * Makefile.in (site.exp): Make site.exp source
3790 $srcdir/lib/append_gdb_boards_dir.exp.
3791 * lib/append_gdb_boards_dir.exp: New file.
3792
bccbefd2
JK
37932012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3794
3795 New option "set auto-load safe-path".
3796 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
3797 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
3798
bf88dd68
JK
37992012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3800
3801 auto-load: Implementation.
3802 * gdb.base/help.exp (test set height): Increase the height.
3803 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
3804 to ...
3805 (info auto-load python-scripts): ... here.
3806 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
3807 to ...
3808 (info auto-load python-scripts *): ... here.
3809
c0d4d1c0
YQ
38102012-04-16 Yao Qi <yao@codesourcery.com>
3811
3812 * lib/trace-support.exp (get_in_proc_agent): New.
3813 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
3814 of in process trace agent.
3815 * gdb.trace/ftrace.exp: Likewise.
3816 * gdb.trace/pending.exp: Likewise.
3817 * gdb.trace/trace-break.exp: Likewise.
3818 * gdb.trace/trace-mt.exp
3819 * gdb.trace/tspeed.exp: Likewise.
3820 * gdb.trace/tstatus.exp
3821 * gdb.trace/strace.exp: Likewise.
3822
cbf68a60
TS
38232012-04-16 Thomas Schwinge <thomas@codesourcery.com>
3824
dd6d3b70
TS
3825 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
3826 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
3827
cbf68a60
TS
3828 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
3829
8264ba82
AG
38302012-04-14 Anton Gorenkov <xgsa@yandex.ru>
3831
3832 PR mi/13393
3833 * gdb.mi/mi-var-rtti.cc: New file.
3834 * gdb.mi/mi-var-rtti.exp: New file.
3835 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
3836 function.
3837 (mi_varobj_update_with_type_change): updated to avoid code duplication.
3838
de0919f8 38392012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
3840
3841 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
3842 EXECUTABLES.
3843 * gdb.python/py-explore.c: C program used for testing the new
3844 'explore' command on C constructs.
3845 * gdb.python/py-explore.cc: C++ program used for testing the new
3846 'explore' command on C++ constructs.
3847 * gdb-python/py-explore.exp: Tests for the new 'explore'
3848 command on C constructs.
3849 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
3850 command on C++ constructs.
3851
a82da7dd
MK
38522012-04-07 Mark Kettenis <kettenis@gnu.org>
3853
3854 * gdb.base/funcargs.exp (complex_args): Fix typo.
3855
e127cba8
JK
38562012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3857
3858 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
3859 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
3860
40e084e1
KS
38612012-04-05 Keith Seitz <keiths@redhat.com>
3862
3863 * gdb.base/advance.exp: Update error message for
3864 "advance malformed" test.
3865 * gdb.base/break.exp: Likewise for "breakpoint with
3866 trailing garbage" test.
3867 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
3868 with trailing garbage" test.
3869 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
3870 trailng garbage" test.
3871 * gdb.base/until.exp: Likewise for "malformed until" test.
3872 * gdb.cp/ovldbreak.exp: Create the breakpoint table
3873 for "breakpoint info (after setting on all)".
3874 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
3875 tests.
3876 * gdb.cp/cplabel.cc: New file.
3877 * gdb.cp/cplabel.exp: New test.
3878 * gdb.linespec/ls-errs.c: New file.
3879 * gdb.linespec/ls-errs.exp: New test.
3880
a72c8f6a
JK
38812012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3882
3883 * gdb.trace/unavailable.exp
3884 (collect globals: print object on: print derived_partial)
3885 (collect globals: print object on: print derived_whole)
3886 (collect globals: print object off: print derived_partial)
3887 (collect globals: print object off: print derived_whole): Update
3888 expected output.
3889
f87a3023
KS
38902012-03-30 Keith Seitz <keiths@redhat.com>
3891
3892 * gdb.python: Add test for linespecs with commas.
3893
e2171b3c
KS
38942012-03-28 Keith Seitz <keiths@redhat.com>
3895
3896 * gdb.linespec/ls-dollar.cc: New file.
3897 * gdb.linespec/ls-dollar.exp: New test.
3898
38992012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
3900
3901 * gdb.cp/namespace.exp: Add breakpoint tests for functions
3902 starting with the global namespace.
3903
2f4e0a80
DE
39042012-03-23 Doug Evans <dje@google.com>
3905
3906 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
3907
7b282c5a
SCR
39082012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3909
3910 * gdb.python/py-value.cc: Add test case for testing the
3911 methodology exposing C++ values to Python.
3912 * gdb.python/py-value-cc.exp: Add tests testing the methodology
3913 exposing C++ values to Python.
3914 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
3915
2e98ca53
JK
39162012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3917 Siddhesh Poyarekar <siddhesh@redhat.com>
3918
3919 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
3920 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
3921 (generate native core dump): Make the test unsupported if core cannot
3922 be generated.
3923
8320cc4f
JK
39242012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3925
3926 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
3927 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
3928 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
3929
3a69ffb2
JK
39302012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
3931
3932 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
3933
8fabffee
DE
39342012-03-17 Doug Evans <dje@google.com>
3935
3936 * dg-extract-results.sh: Handle KFAILs.
3937
ab260dad
JK
39382012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3939
3940 PR symtab/13777
3941 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
3942
53ba8333
JB
39432012-03-16 Joel Brobecker <brobecker@adacore.com>
3944
3945 * gdb.ada/set_pckd_arr_elt: New testcase.
3946
481860b3
GB
39472012-03-16 Gary Benson <gbenson@redhat.com>
3948
3949 PR breakpoints/10738
3950 * gdb.opt/inline-break.exp: New file.
3951 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
3952 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
3953 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
3954 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
3955 * gdb.base/async-shell.exp: Likewise.
3956 * lib/mi-support.exp (library_loaded_re): Likewise.
3957
410528f0
TT
39582012-03-15 Tom Tromey <tromey@redhat.com>
3959
3960 * gdb.cp/virtfunc2.exp: Update expected output.
3961 * gdb.cp/pr9631.exp: Update expected output.
3962 * gdb.cp/member-ptr.exp: Update expected output.
3963 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
3964 output.
3965 * gdb.cp/casts.exp: Update expected output.
3966
c4aeac85
TT
39672012-03-15 Tom Tromey <tromey@redhat.com>
3968
3969 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
3970 (test_info_vtbl): Likewise.
3971 (do_tests): Call test_info_vtbl.
3972 * gdb.cp/virtfunc.cc (va): New global.
3973
856d06f9
TS
39742012-03-15 Thomas Schwinge <thomas@codesourcery.com>
3975
3976 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
3977 describing DWARF data structures.
3978 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
3979 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
3980 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
3981 * gdb.dwarf2/dw2-entry-value.S: Likewise.
3982 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
3983 * gdb.dwarf2/dw2-param-error.S: Likewise.
3984 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
3985 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
3986 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
3987 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
3988 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
3989 * gdb.dwarf2/pr11465.S: Likewise.
3990
e837f12a
JK
39912012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 * gdb.mi/mi2-prompt.exp: New file.
3994
ccbb4f28
JB
39952012-03-13 Joel Brobecker <brobecker@adacore.com>
3996
3997 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
3998
32039130
JB
39992012-03-13 Joel Brobecker <brobecker@adacore.com>
4000
4001 * gdb.ada/bp_range_type: New testcase.
4002
16899756
DE
40032012-03-13 Doug Evans <dje@google.com>
4004
4005 * gdb.base/default.exp: Delete tests for symbol-reloading.
4006 * gdb.base/help.exp: Ditto.
4007 * gdb.base/setshow.exp: Ditto.
4008 * gdb.base/gdb_history: Delete references to symbol-reloading.
4009
87b0bb13
JK
40102012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4011
4012 * gdb.base/attach-twice.c: New files.
4013 * gdb.base/attach-twice.exp: New files.
4014
0d7941a9
KS
40152012-03-08 Keith Seitz <keiths@redhat.com>
4016
4017 * lib/gdb.exp (gdb_get_line_number): Throw an
4018 error instead of returning -1.
4019 * gdb.base/break.exp: Remove unused variable
4020 bp_location5.
4021 * gdb.base/hbreak2.exp: Likewise.
4022 * gdb.base/sepdebug.exp: Likewise.
4023
f4647387
YQ
40242012-03-08 Yao Qi <yao@codesourcery.com>
4025 Pedro Alves <palves@redhat.com>
4026
4027 Fix PR server/13392.
4028 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
4029 (tracepoint_change_loc_2): Remove kfail. Return if failed to
4030 download tracepoints.
4031 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
4032 (pending_tracepoint_resolved_during_trace): Likewise.
4033 (pending_tracepoint_installed_during_trace): Likewise.
4034 (pending_tracepoint_with_action_resolved): Likewise.
4035
83c532cb
KS
40362012-03-08 Keith Seitz <keiths@redhat.com>
4037
4038 * gdb.ada/array_bounds.exp: Get breakpoint for line
4039 with "START", not "STOP".
4040 * gdb.python/py-infthread.exp: Do not continue to
4041 line marked "Break here.", which is undefined.
4042
d6b6bbb7
LM
40432012-03-08 Luis Machado <lgustavo@codesourcery.com>
4044
4045 Revert:
4046
4047 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 Implement testsuite workaround for PR breakpoints/13781.
4050 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4051 (set breakpoint condition-evaluation host): New conditional command.
4052
7fe25d9b
JK
40532012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 Fix CU relative vs. absolute DIE offsets.
4056 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
4057 one.
4058
51898c15
JK
40592012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 Fix false FAIL on distros with relro linkage as default.
4062 * gdb.reverse/solib-precsave.exp: Try to compile the test using
4063 -Wl,-z,norelro first.
4064
8131799e
JB
40652012-03-06 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.ada/bp_on_var: New testcase.
4068
ba241969
JB
40692012-03-06 Joel Brobecker <brobecker@adacore.com>
4070
4071 * gdb.ada/bp_enum_homonym: New testcase.
4072
abe49676
YQ
40732012-03-06 Yao Qi <yao@codesourcery.com>
4074
4075 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
4076 x86_64-*-* and i?86-*-*.
4077 Set up KFAIL for gdb/13808.
4078
d8df103b
TT
40792012-03-05 Tom Tromey <tromey@redhat.com>
4080
4081 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
4082 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
4083
b7b189f3
TT
40842012-03-05 Tom Tromey <tromey@redhat.com>
4085
4086 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
4087
69dc1c4d
YQ
40882012-03-04 Yao Qi <yao@codesourcery.com>
4089
4090 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
4091 messages for KFAIL.
4092
3f20c47f
JK
40932012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4094
4095 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
4096 (print one_two_three, indexes off, print few_reps, indexes off)
4097 (print many_reps, indexes off, print empty, indexes off)
4098 (print one_two_three, print few_reps, print many_reps, print empty):
4099 Call setup_xfail if $gcc_old.
4100
abf1152a
JK
41012012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4102
4103 Implement testsuite workaround for PR breakpoints/13781.
4104 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
4105 (set breakpoint condition-evaluation host): New conditional command.
4106
a06715f8
JK
41072012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4108
4109 Code cleanup.
4110 * gdb.cp/mb-templates.exp: New variables executable. Use it for
4111 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
4112 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
4113 number 1 by $bpnum. Four times.
4114
5808517f
YQ
41152012-03-03 Yao Qi <yao@codesourcery.com>
4116
4117 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
4118
dfe2ac14
JK
41192012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 Setup KFAIL for PR server/13796.
4122 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
4123
8bbc467a
JB
41242012-03-02 Joel Brobecker <brobecker@adacore.com>
4125
4126 * gdb.ada/operator_bp: New testcase.
4127
c0eac87f
JB
41282012-03-02 Joel Brobecker <brobecker@adacore.com>
4129
4130 * gdb.ada/info_locals_renaming: New testcase.
4131
4f42c881
TT
41322012-03-02 Tom Tromey <tromey@redhat.com>
4133
4134 * gdb.base/nextoverexit.c: New file.
4135 * gdb.base/nextoverexit.exp: New file.
4136
7380c0c9
EBM
41372012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
4138
4139 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
4140 parameter.
4141
1faeff08
MR
41422012-03-01 Maciej W. Rozycki <macro@mips.com>
4143
4144 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
4145 core registers.
4146
320b6f49 41472012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
4148 Maciej W. Rozycki <macro@codesourcery.com>
4149 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
4150
4151 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
4152
ad5f7d6e
PA
41532012-03-01 Pedro Alves <palves@redhat.com>
4154
4155 PR gdb/13767
4156
4157 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
4158 (gdb_collect_globals_test): Call it.
4159
d3dc44a6
KS
41602012-03-01 Keith Seitz <keiths@redhat.com>
4161
4162 * gdb.cp/method2.exp: Output of overload menu is now
4163 alphabetized. Update tests for "break A::method".
4164 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
4165 of hard-coding them.
4166 Overload menu is alphabetized: rewrite to accommodate.
4167 Unset variables LINE and TYPES which are used in other tests.
4168 Compute the output of "info break".
4169 Update the breakpoint table after all breakpoints are deleted.
4170 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
4171 compute ACTUALS and the method body based on parameters.
4172 Update expected output accordingly.
4173 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
4174 unique comments to allow the use of gdb_get_line_number.
4175
41762012-03-01 Keith Seitz <keiths@redhat.com>
4177
4178 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
4179 some Tcl syntax.
4180 * gdb.cp/ovldbreak.exp: Likewise.
4181
7949c2a0
KS
41822012-03-01 Keith Seitz <keiths@redhat.com>
4183
4184 * gdb.base/help.exp (help show user): Update expected result
4185 for new doc string changes (add "non-python").
4186
7d74f244
DE
41872012-03-01 Scott J. Goldman <scottjg@vmware.com>
4188
4189 * gdb.python/py-cmd.exp: Add test to verify that python commands can
4190 be put in the user-defined category and that the commands appear in
4191 "help user-defined".
4192
1b611343
JB
41932012-02-29 Joel Brobecker <brobecker@adacore.com>
4194
4195 * gdb.ada/tagged_not_init: New testcase.
4196
99b1c762
JB
41972012-02-29 Joel Brobecker <brobecker@adacore.com>
4198
4199 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
4200 * gdb.ada/enum_idx_packed: New testcase.
4201
2d4a02ee
JB
42022012-02-29 Joel Brobecker <brobecker@adacore.com>
4203
4204 * gdb.ada/aliased_array: New testcase.
4205
2e6fda7d
JB
42062012-02-29 Joel Brobecker <brobecker@adacore.com>
4207
4208 * gdb.ada/whatis_array_val: New testcase.
4209
9a7f938f
JK
42102012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4211
4212 Fix disp-step-syscall.exp: fork: single step over fork.
4213 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
4214 whitespaces.
4215 (single step over $syscall): Remove its check.
4216 (single step over $syscall final pc): New check.
4217
8703a944
JK
42182012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4219
4220 Support processors without SSSE3.
4221 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
4222 pabsd into ...
4223 (ssse3_test): ... a new function.
4224 (main): Call ssse3_test.
4225 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
4226 Update expected values everywhere.
4227 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
4228 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
4229 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
4230 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
4231 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
4232 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
4233 Move these tests lower.
4234 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
4235 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
4236 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
4237 New tests.
4238
c03e6ccc
YQ
42392012-02-29 Yao Qi <yao@codesourcery.com>
4240 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.trace/trace-mt.c: New.
4243 * gdb.trace/trace-mt.exp: New.
4244
7964b62a
TS
42452012-02-28 Thomas Schwinge <thomas@codesourcery.com>
4246
2c8910ba
TS
4247 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
4248 numbers instead of hardcoding them.
4249 * gdb.base/annota1.c: Provide suitable markers.
4250 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
4251 numbers instead of hardcoding them.
4252 * gdb.base/annota3.c: Provide suitable markers.
4253
4254 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
4255 * gdb.base/annota3.c: Likewise.
4256 * gdb.base/sigall.c: Likewise.
4257 * gdb.base/signals.c: Likewise.
4258 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 4259
5a41c0b7
MR
42602012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4261
4262 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
4263 failure return path.
4264
ebbbe5c5
LM
42652012-02-27 Luis Machado <lgustavo@codesourcery.com>
4266
4267 * gdb.base/save-bp.exp: Account for new condition evaluator output.
4268
8d126d8a
LM
42692012-02-24 Luis Machado <lgustavo@codesourcery.com>
4270
4271 * gdb.base/cond-eval-mode.exp: New file.
4272
11337c2f
PA
42732012-02-24 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
4276 (top level): Use with_test_prefix.
4277
13fc3e3c
PA
42782012-02-24 Pedro Alves <palves@redhat.com>
4279
4280 * gdb.threads/attach-into-signal.exp (corefunc): Use
4281 with_test_prefix.
4282
07c1b626
JK
42832012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4284
4285 Fix false FAILs on old CPUs without SSE.
4286 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
4287 Return untested for Illegal instruction.
4288
596ba138
JK
42892012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4290
4291 Fix false FAILs with glibc debug infos installed.
4292 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
4293 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
4294
aeaa2474
SA
42952012-02-22 Sterling Augustine <saugustine@google.com>
4296
4297 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
4298 constant with cast.
4299
aed555c9
PA
43002012-02-21 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
4303
78afebb4
PA
43042012-02-21 Pedro Alves <palves@redhat.com>
4305
4306 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
4307
fdcfef12
PA
43082012-02-21 Pedro Alves <palves@redhat.com>
4309
4310 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
4311 with_test_prefix.
4312
0f4d39d5
PA
43132012-02-21 Pedro Alves <palves@redhat.com>
4314
4315 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
4316 with_test_prefix here.
4317 (top level): Do it here instead. Remove `:' from the
4318 with_test_prefix string.
4319 * gdb.base/attach-pie-misread.exp: Remove the leading space the
4320 the suffix `:' from the with_test_prefix prefix string.
4321 * gdb.base/break-interp.exp: Ditto.
4322 * gdb.base/catch-load.exp: Ditto.
4323 * gdb.base/disp-step-syscall.exp: Ditto.
4324 * gdb.base/jit-so.exp: Ditto.
4325 * gdb.base/jit.exp: Ditto.
4326 * gdb.base/sepdebug.exp: Ditto.
4327 * gdb.base/solib-display.exp: Ditto.
4328 * gdb.base/solib-overlap.exp: Ditto.
4329 * gdb.base/watch-cond-infcall.exp: Ditto.
4330 * gdb.base/watchpoint.exp: Ditto.
4331 * gdb.dwarf2/dw2-noloc.exp: Ditto.
4332 * gdb.mi/mi-watch.exp: Ditto.
4333 * gdb.mi/mi2-watch.exp: Ditto.
4334 * gdb.threads/non-ldr-exc-1.exp: Ditto.
4335 * gdb.threads/non-ldr-exc-2.exp: Ditto.
4336 * gdb.threads/non-ldr-exc-3.exp: Ditto.
4337 * gdb.threads/non-ldr-exc-4.exp: Ditto.
4338 * gdb.threads/watchpoint-fork.exp: Ditto.
4339 * gdb.threads/watchthreads-reorder.exp: Ditto.
4340 * gdb.trace/change-loc.exp: Ditto.
4341 * gdb.trace/pending.exp: Ditto.
4342 * gdb.trace/status-stop.exp: Ditto.
4343 * gdb.trace/strace.exp: Ditto.
4344 * gdb.trace/trace-break.exp: Ditto.
4345 * gdb.trace/unavailable.exp: Ditto.
4346 * lib/gdb.exp (with_test_prefix): Always prefix with space and
4347 suffix with colon. Adjust leading comments.
4348
6a5870ce
PA
43492012-02-21 Pedro Alves <palves@redhat.com>
4350 Tom Tromey <tromey@redhat.com>
4351
4352 * lib/gdb.exp: Add description of test prefixes.
4353 (with_test_prefix): New procedure.
4354 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
4355 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
4356 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
4357 instead of lappend to append to pf_prefix.
4358 * gdb.base/catch-load.exp: Use with_test_prefix.
4359 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
4360 * gdb.base/jit-so.exp: Use with_test_prefix.
4361 * gdb.base/jit.exp: Use with_test_prefix.
4362 * gdb.base/return-nodebug.exp (do_test): Use append instead of
4363 lappend to append to pf_prefix.
4364 * gdb.base/sepdebug.exp: Use with_test_prefix.
4365 * gdb.base/solib-display.exp: Use with_test_prefix.
4366 * gdb.base/solib-overlap.exp: Use with_test_prefix.
4367 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
4368 * gdb.base/watchpoint.exp: Use with_test_prefix.
4369 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
4370 * gdb.mi/mi-watch.exp: Use with_test_prefix.
4371 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
4372 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
4373 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
4374 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
4375 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
4376 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
4377 append instead of lappend to append to pf_prefix.
4378 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
4379 * gdb.trace/change-loc.exp: Use with_test_prefix.
4380 * gdb.trace/pending.exp: Use with_test_prefix.
4381 * gdb.trace/status-stop.exp: Use with_test_prefix.
4382 * gdb.trace/strace.exp: Use with_test_prefix.
4383 * gdb.trace/trace-break.exp: Use with_test_prefix.
4384 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
4385 instead of lappend to append to pf_prefix.
4386
35dc4a6b
JK
43872012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4388
4389 Fix racy FAILs.
4390 * gdb.base/inferior-died.c (main): Add return of 0.
4391 * gdb.base/inferior-died.exp (continue): Fix expectation of
4392 asynchronous events.
4393 (p 1): New test.
4394
c5a006e6
PA
43952012-02-20 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
4398 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
4399 gdb's internal debug output. For the non-threaded case, look for
4400 "Program received signal SIGLARM", for the threaded case, peek at
4401 the thread's siginfo.
4402
cc51a170
PA
44032012-02-20 Pedro Alves <palves@redhat.com>
4404
4405 General cleanup, make output test messages unique, and build
4406 different executable files for the non-threaded and threaded
4407 cases.
4408
4409 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
4410 Delete.
4411 (executable_nothr, executable_thr): New globals.
4412 (top level): Adjust to delete both executables.
4413 (corefunc): New parameter $executable. Set $pf_prefix instead of
4414 hand writing a prefix in tests. Issue a clean_restart and enable
4415 lin-lwp debug output here.
4416 (top level): Adjust. Use build_executable. Don't start gdb here,
4417 and don't enable lin-lwp debug output here.
4418 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
4419
c755f03d
JK
44202012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 Fix racy FAILs.
4423 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
4424 "continue" command.
4425
6bec5e0a
JK
44262012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4427
4428 Fix for gdbserver non-extended mode.
4429 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
4430 and gdb_run_cmd.
4431
2e8265fd
TT
44322012-02-17 Tom Tromey <tromey@redhat.com>
4433
4434 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
4435 * gdb.python/py-events.exp: Check 'dir' output.
4436 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
4437
9e507076
YQ
44382012-02-17 Yao Qi <yao@codesourcery.com>
4439
4440 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
4441
32d22ab1
TT
44422012-02-16 Tom Tromey <tromey@redhat.com>
4443
4444 * gdb.base/inferior-died.c: Don't include stdio.h.
4445
9addecb9
TT
44462012-02-16 Tom Tromey <tromey@redhat.com>
4447
4448 * gdb.base/inferior-died.c: New file.
4449 * gdb.base/inferior-died.exp: New file.
4450
4cb6da1c
AR
44512012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
4452
4453 * gdb.base/break-inline.exp: New file.
4454 * gdb.base/break-inline.c: New file.
4455
3af2590d
TT
44562012-02-15 Tom Tromey <tromey@redhat.com>
4457
4458 * gdb.base/pc-fp.exp: Add "info register" tests.
4459
29988831
TT
44602012-02-15 Tom Tromey <tromey@redhat.com>
4461
4462 * gdb.base/regs.exp: Remove.
4463
10010058
PA
44642012-02-15 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
4467 the target doesn't support tracepoints.
4468 * gdb.trace/circ.exp: Ditto.
4469 * gdb.trace/collection.exp: Ditto.
4470 * gdb.trace/packetlen.exp: Ditto.
4471 * gdb.trace/passc-dyn.exp: Ditto.
4472 * gdb.trace/report.exp: Ditto.
4473 * gdb.trace/tfind.exp: Ditto.
4474 * gdb.trace/tspeed.exp: Ditto.
4475 * gdb.trace/tsv.exp: Ditto.
4476 * gdb.trace/unavailable.exp: Ditto.
4477 * gdb.trace/while-dyn.exp: Ditto.
4478
a2e0062d
PA
44792012-02-15 Pedro Alves <palves@redhat.com>
4480
4481 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
4482 gdb_test_multiple, and call unsupported instead of fail, if the
4483 remote side does not support the request.
4484
a1999d40
PA
44852012-02-15 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
4488 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
4489 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
4490 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
4491 * gdb.server/server-run.exp: Make sure gdb is disconnected.
4492 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
4493 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
4494 doesn't start with "extended-" already.
4495
7cee1e54
PA
44962012-02-15 Pedro Alves <palves@redhat.com>
4497
4498 Support extended-remote. Avoid cascading timeouts.
4499
4500 * gdb.base/attach.exp (do_attach_tests): Add expected output for
4501 the extended-remote target. If attaching with no file fails, load
4502 the file manually.
4503 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
4504
816338b5
SS
45052012-02-14 Stan Shebs <stan@codesourcery.com>
4506
4507 * gdb.base/ena-dis-br.exp: Add enable count test.
4508
cc30c4bd
PA
45092012-02-13 Pedro Alves <palves@redhat.com>
4510
4511 * config/mips-idt.exp: Delete.
4512 * gdb.base/a2-run.exp: Remove mips-idt xfails.
4513 * gdb.base/bitfields.exp: Remove mips-idt restarts.
4514 * gdb.base/break.exp: Remove mips-idt references.
4515 * gdb.base/chng-syms.exp: Ditto.
4516 * gdb.base/default.exp: Ditto.
4517 * gdb.base/funcargs.exp (funcargs_reload): Delete.
4518 (top level): Don't call it.
4519 * gdb.base/opaque.exp: Remove mips-idt restarts.
4520 * gdb.base/ptype.exp: Remove mips-idt xfails.
4521 * gdb.base/scope.exp: Remove mips-idt restarts.
4522 * gdb.base/sepdebug.exp: Remove mips-idt references.
4523 * gdb.base/watchpoint.exp (maybe_clean_restart)
4524 (maybe_reinitialize): Delete.
4525 (test_disabling_watchpoints, test_disabling_watchpoints)
4526 (test_watchpoint_triggered_in_syscall)
4527 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4528 Don't call them.
4529
57008375
JK
45302012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 * gdb.server/server-exec-info.exp: New file.
4533
4a2d9c08
PA
45342012-02-10 Pedro Alves <palves@redhat.com>
4535
4536 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
4537 always non-empty.
4538 (test_attach): Always pass $exec to test_attach_gdb.
4539
09fa21bd
TT
45402012-02-08 Tom Tromey <tromey@redhat.com>
4541
4542 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
4543 before inferior is started.
4544
f0823d2c
TT
45452012-02-07 Tom Tromey <tromey@redhat.com>
4546
4547 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
4548 Symbol.value.
4549 * gdb.python/py-symbol.c (qq): Set default value.
4550
45512012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
4552
4553 * gdb.python/py-symbol.c (qq): New global.
4554 * gdb.python/py-symbol.exp: Add test for frame-less
4555 lookup_symbol.
4556 * gdb.python/py-symtab.exp: Fix line number.
4557
f7e44f65
JB
45582012-02-03 Joel Brobecker <brobecker@adacore.com>
4559
4560 * gdb.ada/mi_task_arg: New testcase.
4561
4c9ed63c
PA
45622012-02-02 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.reverse/until-precsave.exp: Also put "record save" under the
4565 extended timeout.
4566
c0b9f2c6
PA
45672012-02-02 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
4570 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
4571
5f8cefd7
PA
45722012-02-02 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.base/term.exp: Rewrite.
4575 * gdb.base/term.c: New.
4576
2f3a2569
PA
45772012-02-02 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.base/default.exp (run "r" abbreviation, run): Add
4580 extended-remote expected output.
4581
f149aabd
TT
45822012-02-02 Tom Tromey <tromey@redhat.com>
4583
4584 * gdb.cp/dispcxx.exp: New file.
4585 * gdb.cp/dispcxx.cc: New file.
4586
03bef283
TT
45872012-02-01 Tom Tromey <tromey@redhat.com>
4588
4589 * gdb.base/jit-simple.exp: New file.
4590 * gdb.base/jit-simple.c: New file.
4591
a79b18b5
YQ
45922012-01-30 Yao Qi <yao@codesourcery.com>
4593
4594 * gdb.base/skip.exp: Make test result unique.
4595
f0d1a53e
JK
45962012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4597
4598 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
4599 compatibility with valgrind-3.7.0.
4600
4b3c9f41
PA
46012012-01-27 Pedro Alves <palves@redhat.com>
4602
4603 * gdb.base/watchpoint.exp (no_hw): New global.
4604 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
4605 disable hw watchpoints.
4606 (test_wide_location_1, test_wide_location_2): If no_hw is set,
4607 don't expect hw watchpoints.
4608 (no_hw_watchpoints): Always clean restart.
4609 (do_tests): New procedure, factored out from the top level.
4610 (top level): Run tests twice. Once with hw watchpoints enabled,
4611 another time with hw watchpoints disabled.
4612
a13491c8
PA
46132012-01-27 Pedro Alves <palves@redhat.com>
4614
4615 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
4616 out from the top level.
4617 (top level): Call it instead.
4618
f2c8a051
PA
46192012-01-27 Pedro Alves <palves@redhat.com>
4620
4621 * gdb.base/watchpoint.exp (top level): Re-enable hardware
4622 watchpoints sooner.
4623
654d7a9e
PA
46242012-01-27 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
4627
274f47f3
PA
46282012-01-27 Pedro Alves <palves@redhat.com>
4629
4630 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
4631 "You may have requested too many hardware
4632 breakpoints/watchpoints".
4633
e4d63ba2
PA
46342012-01-27 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/watchpoint.exp (maybe_clean_restart)
4637 (maybe_reinitialize): New.
4638 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
4639 expect "hit N times".
4640 (test_disabling_watchpoints, test_complex_watchpoint)
4641 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
4642 Call maybe_clean_restart.
4643 (top level): Use clean_restart. Remove "mips-idt-*"
4644 reinitialization.
4645
dbd95daf
PA
46462012-01-27 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
4649
f3ad2025
PA
46502012-01-27 Pedro Alves <palves@redhat.com>
4651
4652 * gdb.base/watchpoint.exp: Clean restart after tests that don't
4653 require `initialize' anymore. Remove unnecessary `initialize'
4654 calls.
4655
100aa3ae
PA
46562012-01-27 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/watchpoint.exp (wp_set): Delete.
4659 (initialize, test_simple_watchpoint, top level): Remove dead code.
4660
c79a8e11
PA
46612012-01-27 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
4664 typo.
4665
048fe15a
PA
46662012-01-27 Pedro Alves <palves@redhat.com>
4667
4668 * config/extended-gdbserver.exp: New file.
4669 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
4670 comment.
4671 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
4672 * boards/native-extended-gdbserver.exp: New file.
4673
4033a6bf
PA
46742012-01-26 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
4677 and gdb_test_multiple.
4678
3d7f4b81
PA
46792012-01-26 Pedro Alves <palves@redhat.com>
4680
4681 Make test messages unique, and more identifiable.
4682 * gdb.multi/watchpoint-multi.exp: Change test messages.
4683
484abf42
TT
46842012-01-25 Tom Tromey <tromey@redhat.com>
4685
4686 * gdb.base/solib-disc.exp: Fix regexps.
4687
edcc5120
TT
46882012-01-24 Tom Tromey <tromey@redhat.com>
4689
4690 * lib/mi-support.exp (mi_expect_stop): Add special case for
4691 solib-event.
4692 * gdb.base/catch-load-so.c: New file.
4693 * gdb.base/catch-load.exp: New file.
4694 * gdb.base/catch-load.c: New file.
4695 * gdb.base/break-interp.exp (reach_1): Update regexp.
4696
30b91c90
JK
46972012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4698
4699 Fix fuzzy results.
4700 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
4701 lpsimple and func.
4702
53fe1783
GB
47032012-01-24 Gary Benson <gbenson@redhat.com>
4704
4705 Delete #if 0'd out code.
4706 * gdb.base/default.exp (info catch): Remove.
4707 * gdb.base/gdb_history (info catch): Likewise.
4708 * gdb.base/help.exp (info catch): Likewise.
4709
d0d8b0c6
JK
47102012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4711
4712 Fix watchpoints to be specific for each inferior.
4713 * gdb.multi/watchpoint-multi.c: New file.
4714 * gdb.multi/watchpoint-multi.exp: New file.
4715
4403d8e9
JK
47162012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4717
4718 Fix watchpoints across inferior fork.
4719 * gdb.threads/watchpoint-fork-child.c: New file.
4720 * gdb.threads/watchpoint-fork-mt.c: New file.
4721 * gdb.threads/watchpoint-fork-parent.c: New file.
4722 * gdb.threads/watchpoint-fork-st.c: New file.
4723 * gdb.threads/watchpoint-fork.exp: New file.
4724 * gdb.threads/watchpoint-fork.h: New file.
4725
050a2e1d
PA
47262012-01-23 Pedro Alves <palves@redhat.com>
4727
4728 * gdb.base/call-signal-resume.exp: Allow output after "return".
4729
6a52fb62
PA
47302012-01-20 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.python/py-finish-breakpoint.py: Fix typo.
4733
145b16a9
UW
47342012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
4735
4736 * gdb.base/info-proc.exp: Also run on remote targets. Main
4737 "info proc" command is now always present; whether target supports
4738 actual info proc operation is detected when attempting to issue
4739 the command.
4740
26f6125e
JK
47412012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4742
4743 * .gdbinit: Remove.
4744
eb5227ce
PA
47452012-01-19 Pedro Alves <palves@redhat.com>
4746
4747 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
4748 look at the funtions' returns.
4749 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
4750 (jprint.print(int, int)): Change return type to int. Adjust.
4751
1db33378
PP
47522012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
4753
4754 PR gdb/9538
4755 * gdb.base/sepdebug.exp: New test.
4756
b9736cf8
PA
47572012-01-18 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
4760 Allow output before ^done.
4761
4aac40c8
TT
47622012-01-16 Tom Tromey <tromey@redhat.com>
4763
4764 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
4765 Add tests for relative directory.
4766
cafec441
TT
47672012-01-16 Tom Tromey <tromey@redhat.com>
4768
4769 * gdb.base/printcmds.c (enum flag_enum): New.
4770 (three): New global.
4771 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
4772 enum printing.
4773 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
4774 FlagEnumerationPrinter.
4775 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
4776 * gdb.python/py-pp-maint.c (enum flag_enum): New.
4777 (fval): New global.
4778
abcc4978
PA
47792012-01-16 Pedro Alves <palves@redhat.com>
4780
4781 * lib/gdb.exp (banned_procedures): New variable.
4782 (banned_variables_traced): Rename to ...
4783 (banned_traced): ... this.
4784 (gdb_init): Also trace banned procedures.
4785 (gdb_finish): Also untrace banned procedures.
4786
97ccebe8
PA
47872012-01-16 Pedro Alves <palves@redhat.com>
4788
4789 Remove all calls to strace.
4790
2af7517b
JK
47912012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
4794 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
4795
9241a8bc
PP
47962012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
4797
4798 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
4799 * gdb.base/pie-execl.exp: Likewise.
4800
3848a17f
KS
48012012-01-12 Keith Seitz <keiths@redhat.com>
4802
4803 PR mi/10586
4804 * gdb.mi/var-cmd.c (struct anonymous): New structure.
4805 (do_anonymous_type_tests): New function.
4806 (main): Call do_anonymous_type_tests.
4807 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
4808 (verify_everything): New procedure.
4809 * gdb.mi/mi-var-cp.cc (class A): New class.
4810 (anonymous_structs_and_unions): New function.
4811 (main): Call anonymous_structs_and_unions.
4812 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
4813 (verify_everything): New procedure.
4814
440e2fca
KS
48152012-01-12 Keith Seitz <keiths@redhat.com>
4816
4817 * lib/mi-support.exp: Expand comments about PATH_EXPR.
4818 (varobj_tree::get_path_expr): Assume that all varobjs are
4819 compound unless they are known simple types.
4820 Adjust path expressions based on parent type, path parent type,
4821 and tree language.
4822 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
4823 the root varobj.
4824 (mi_walk_varobj_tree): Add LANGUAGE parameter.
4825
675399c9
PA
48262012-01-11 Pedro Alves <palves@redhat.com>
4827
4828 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
4829 core files on this machine" anymore.
4830
97ddaa9b
PH
48312012-01-11 Paul Hilfinger <hilfingr@adacore.com>
4832
4833 * gdb.base/watchpoint.c (recurser): Initialize local_x.
4834 (main): Repeat recurser call.
4835 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
4836 equivalent to 'local_x'.
4837
ea733575 48382012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 4839 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
4840
4841 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
4842
2ca0b532
PA
48432012-01-05 Pedro Alves <alves.ped@gmail.com>
4844
4845 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
4846 * gdb.python/py-events.c (first): Add bits for new "step N" test.
4847 * gdb.python/py-events.exp: Test that "step N" tripping on a
4848 breakpoint emits a breakpoint event.
4849
6e681866
JB
48502012-01-03 Joel Brobecker <brobecker@adacore.com>
4851
4852 * gdb.base/auxv.exp: Reformat the copyright notice.
4853
3c2d6aff
YQ
48542012-01-03 Yao Qi <yao@codesourcery.com>
4855
4856 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
4857 (strace_trace_on_diff_addr): New.
4858 * gdb.trace/strace.c: (main): Add two local variables.
4859
0852fee3
UW
48602011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
4861
4862 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
4863 * gdb.cell/gcore.exp: Likewise.
4864 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
4865 to verify the correct instance of main is selected.
4866
12c3e59c
JB
48672012-01-02 Joel Brobecker <brobecker@adacore.com>
4868
4869 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
4870 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
4871 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
4872 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
4873 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
4874 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
4875 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
4876 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
4877 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
4878 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
4879 gdb.threads/thread_check.c: Reformat copyright header.
4880
c0f378ec
EBM
48812011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
4882
e4a7ca93 4883 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
4884 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
4885 is not enabled.
4886
3bc96cfb
JK
48872011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4888
4889 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
4890 parameter to self_exec, adjust the function.
4891 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
4892 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
4893 (set var do_exit = 0): Remove test.
4894 (newline at end of file): Add one.
4895
095bcf5e
JB
48962011-12-27 Joel Brobecker <brobecker@adacore.com>
4897
4898 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
4899 New files.
4900
18d19bd1
JK
49012011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4902
4903 Fix racy FAILs.
4904 * gdb.threads/fork-thread-pending.c (barrier): New variable.
4905 (thread_function, thread_forker): Call pthread_barrier_wait for it.
4906 (main): Call pthread_barrier_init for it.
4907
e809353a
JK
49082011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4909
4910 Fix double send_gdb leading to racy FAILs.
4911 * gdb.base/break.exp (set silent break bp_location1): Replace
4912 3x send_gdb and gdb_expect by gdb_test.
4913 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
4914 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
4915 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
4916 instead of send_gdb. Twice.
4917 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
4918 3x send_gdb and gdb_expect by gdb_test.
4919 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
4920
da8cb7ec
JK
49212011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4922
4923 * gdb.linespec/linespec.exp: Compile using {c++}.
4924
ae1a303e
JK
49252011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4926
4927 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
4928 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
4929 (verify GCC PR debug/51668): New test.
4930
cc72b2a2
KP
49312011-12-23 Kevin Pouget <kevin.pouget@st.com>
4932
4933 Introduce gdb.FinishBreakpoint in Python.
4934 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
4935 py-finish-breakpoint2
4936 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
4937 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
4938 instead of line number.
4939 * gdb.python/py-finish-breakpoint.c: New file.
4940 * gdb.python/py-finish-breakpoint.exp: New file.
4941 * gdb.python/py-finish-breakpoint.py: New file.
4942 * gdb.python/py-finish-breakpoint2.cc: New file.
4943 * gdb.python/py-finish-breakpoint2.exp: New file.
4944 * gdb.python/py-finish-breakpoint2.py: New file.
4945
3b7962f9
JK
49462011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 Partial fix of compatibility with gcc-4.7.
4949 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
4950 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
4951 Add comment to add a PASS case in the future.
4952
6538471c
JK
4953 Fix compatibility with gcc-4.7.
4954 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
4955
7052e42c
UW
49562011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
4957
4958 PR tdep/12797
4959 * gdb.base/callfuncs.exp: Remove KFAIL.
4960
9ac7f98e
JB
49612011-12-21 Joel Brobecker <brobecker@adacore.com>
4962
4963 * gdb.ada/task_bp: New testcase.
4964
f6eeced0
JK
49652011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4966
4967 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
4968 -DNO_SECTIONS.
4969 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
4970
72225e17
JK
49712011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4972
4973 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
4974 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
4975 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
4976 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
4977 conditional for gcc <= 4.5.
4978
13ac8d2c
JK
49792011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
4982 by XFAIL.
4983 * gdb.cp/static-method.exp (info addr A::func())
4984 (list static-method.cc:xxx::(anonymous namespace)::A::func)
4985 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
4986 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
4987 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
4988 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
4989 (test value of F in k3_m): Likewise.
4990 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
4991 Likewise.
4992
049682ba
JK
49932011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4994
4995 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
4996 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
4997 Remove.
4998 * gdb.threads/attachstop-mt.c: Remove.
4999 * gdb.threads/attachstop-mt.exp: Remove.
5000
2c9d8796
MK
50012011-12-17 Mark Kettenis <kettenis@gnu.org>
5002
5003 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
5004
e0f9f062
DE
50052011-12-16 Doug Evans <dje@google.com>
5006
f4aa2101 5007 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
5008 * boards/native-gdbserver.exp: New file.
5009
e0f9f062
DE
5010 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
5011 gdbserver output.
5012 (gdbserver_default_get_remote_address): New function.
5013 (gdbserver_start): Call gdb,get_remote_address to compute argument
5014 to "target remote" command.
5015
80b6e756
PM
50162011-12-16 Phil Muldoon <pmuldoon@redhat.com>
5017
1c3ad6ab 5018 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
5019 python print-stack. Add set/show python print-stack
5020 off|full|message tests.
5021
1576bd00
YQ
50222011-12-15 Yao Qi <yao@codesourcery.com>
5023
5024 * gdb.trace/strace.c: New
5025 * gdb.trace/strace.exp: New.
5026
d6a0f6e0
TT
50272011-12-14 Tom Tromey <tromey@redhat.com>
5028
5029 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
5030
31015e1d
DE
50312011-12-14 Doug Evans <dje@google.com>
5032
5033 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
5034
7b50312a
PA
50352011-12-14 Pedro Alves <pedro@codesourcery.com>
5036
5037 PR threads/10729
5038
5039 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 5040 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 5041
924437bc
PA
50422011-12-13 Pedro Alves <pedro@codesourcery.com>
5043 Doug Evans <dje@google.com>
5044
5045 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
5046 (clean_restart): Remove references to the gdb_stub target board
5047 variable.
5048 (gdb_step_for_stub): Delete.
5049
5050 * gdb.base/annota1.exp: Remove all references to [target_info
5051 exists gdb_stub], gdb_step_for_stub and usestubs.
5052 * gdb.base/annota3.exp: Ditto.
5053 * gdb.base/async.exp: Ditto.
5054 * gdb.base/break.exp: Ditto.
5055 * gdb.base/code-expr.exp: Ditto.
5056 * gdb.base/commands.exp: Ditto.
5057 * gdb.base/completion.exp: Ditto.
5058 * gdb.base/condbreak.exp: Ditto.
5059 * gdb.base/consecutive.exp: Ditto.
5060 * gdb.base/cvexpr.exp: Ditto.
5061 * gdb.base/define.exp: Ditto.
5062 * gdb.base/display.exp: Ditto.
5063 * gdb.base/ena-dis-br.exp: Ditto.
5064 * gdb.base/environ.exp: Ditto.
5065 * gdb.base/gnu-ifunc.exp: Ditto.
5066 * gdb.base/maint.exp: Ditto.
5067 * gdb.base/pending.exp: Ditto.
5068 * gdb.base/sect-cmd.exp: Ditto.
5069 * gdb.base/sepdebug.exp: Ditto.
5070 * gdb.base/unload.exp: Ditto.
5071 * gdb.base/watchpoint-solib.exp: Ditto.
5072 * gdb.cp/annota2.exp: Ditto.
5073 * gdb.cp/annota3.exp: Ditto.
5074 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
5075 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
5076 * gdb.mi/mi-pending.exp: Ditto.
5077 * gdb.trace/circ.exp: Ditto.
5078 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
5079 * gdb.base/list.exp: Ditto.
5080
5081 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
5082 breakpoint function and all references to the usestubs macro.
5083 * gdb.base/exprs.c: Ditto.
5084 * gdb.base/freebpcmd.c: Ditto.
5085 * gdb.base/bitfields.c: Ditto.
5086 * gdb.base/bitfields2.c: Ditto.
5087 * gdb.base/break.c: Ditto.
5088 * gdb.base/call-sc.c: Ditto.
5089 * gdb.base/call-signals.c: Ditto.
5090 * gdb.base/callfuncs.c: Ditto.
5091 * gdb.base/charset.c: Ditto.
5092 * gdb.base/consecutive.c: Ditto.
5093 * gdb.base/constvars.c: Ditto.
5094 * gdb.base/funcargs.c: Ditto.
5095 * gdb.base/int-type.c: Ditto.
5096 * gdb.base/interrupt.c: Ditto.
5097 * gdb.base/langs0.c: Ditto.
5098 * gdb.base/list0.c: Ditto.
5099 * gdb.base/mips_pro.c: Ditto.
5100 * gdb.base/miscexprs.c: Ditto.
5101 * gdb.base/nodebug.c: Ditto.
5102 * gdb.base/opaque0.c: Ditto.
5103 * gdb.base/pointers.c: Ditto.
5104 * gdb.base/printcmds.c: Ditto.
5105 * gdb.base/ptype.c: Ditto.
5106 * gdb.base/recurse.c: Ditto.
5107 * gdb.base/reread1.c: Ditto.
5108 * gdb.base/reread2.c: Ditto.
5109 * gdb.base/restore.c: Ditto.
5110 * gdb.base/return.c: Ditto.
5111 * gdb.base/run.c: Ditto.
5112 * gdb.base/scope0.c: Ditto.
5113 * gdb.base/sepdebug.c: Ditto.
5114 * gdb.base/setshow.c: Ditto.
5115 * gdb.base/setvar.c: Ditto.
5116 * gdb.base/sigall.c: Ditto.
5117 * gdb.base/signals.c: Ditto.
5118 * gdb.base/structs.c: Ditto.
5119 * gdb.base/structs2.c: Ditto.
5120 * gdb.base/testenv.c: Ditto.
5121 * gdb.base/twice.c: Ditto.
5122 * gdb.base/unwindonsignal.c: Ditto.
5123 * gdb.base/watchpoint.c: Ditto.
5124 * gdb.base/watchpoints.c: Ditto.
5125 * gdb.base/whatis.c: Ditto.
5126 * gdb.cp/classes.cc: Ditto.
5127 * gdb.cp/cplusfuncs.cc: Ditto.
5128 * gdb.cp/derivation.cc: Ditto.
5129 * gdb.cp/formatted-ref.cc: Ditto.
5130 * gdb.cp/misc.cc: Ditto.
5131 * gdb.cp/overload.cc: Ditto.
5132 * gdb.cp/ovldbreak.cc: Ditto.
5133 * gdb.cp/ref-params.cc: Ditto.
5134 * gdb.cp/ref-types.cc: Ditto.
5135 * gdb.cp/templates.cc: Ditto.
5136 * gdb.cp/virtfunc.cc: Ditto.
5137 * gdb.hp/gdb.aCC/run.c: Ditto.
5138 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
5139 * gdb.hp/gdb.compat/xdb0.c: Ditto.
5140 * gdb.reverse/consecutive-reverse.c: Ditto.
5141 * gdb.reverse/sigall-reverse.c: Ditto.
5142 * gdb.reverse/until-reverse.c: Ditto.
5143 * gdb.reverse/watch-reverse.c: Ditto.
5144 * gdb.trace/actions.c: Ditto.
5145 * gdb.trace/circ.c: Ditto.
5146 * gdb.trace/collection.c: Ditto.
5147
fabde485
PA
51482011-12-13 Pedro Alves <pedro@codesourcery.com>
5149
5150 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
5151 (func6, func7): New.
5152 (main): Call func6 and func7.
5153 * gdb.base/watchpoint.exp (test_wide_location_1)
5154 (test_wide_location_2): New.
5155 (top level): Re-enable hardware watchpoints if necessary. Call
5156 test_wide_location_1 and test_wide_location_2.
5157
ff7d1690
YQ
51582011-12-11 Yao Qi <yao@codesourcery.com>
5159
5160 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
5161
a6af7abe
JB
51622011-12-11 Joel Brobecker <brobecker@adacore.com>
5163
5164 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
5165 expected output for unsupported case.
5166
61638e15
JK
51672011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5168
5169 PR testsuite/12649
5170 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
5171 Protect gdb_test_multiple by final $gdb_prompt match.
5172
0a00efc3
JK
51732011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5174
5175 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
5176 New variable, new test.
5177 (list static-method.cc:xxx::(anonymous namespace)::A::func)
5178 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
5179 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
5180 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
5181 them if HAVE_GCC_45682_FIXED is not set.
5182
4511b1ba
YQ
51832011-12-10 Yao Qi <yao@codesourcery.com>
5184
5185 * gdb.trace/status-stop.exp: New.
5186 * gdb.trace/status-stop.c: New.
5187
27949e73
JK
51882011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
5191 timeout.
5192
d8ea7931
TT
51932011-12-08 Tom Tromey <tromey@redhat.com>
5194
5195 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
5196 condition.
5197
1cc310d2
SS
51982011-12-07 Stan Shebs <stan@codesourcery.com>
5199
5200 * gdb.trace/tfind.exp: Update for output changes.
5201
d482a875
PA
52022011-12-07 Pedro Alves <pedro@codesourcery.com>
5203
5204 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
5205 throws "Cannot insert catchpoints in this configuration".
5206 * gdb.ada/mi_catch_ex.exp: Likewise.
5207
f0ba3972
PA
52082011-12-06 Pedro Alves <pedro@codesourcery.com>
5209
5210 * gdb.base/break-always.exp: Test changing memory at addresses
5211 with breakpoints inserted.
5212
f8eba3c6
TT
52132011-12-06 Joel Brobecker <brobecker@acacore.com>
5214
6fdff2c5
PA
5215 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
5216 involving a fully qualified function name.
f8eba3c6
TT
5217
52182011-12-06 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.ada/homonym.exp: Add three breakpoint tests.
5221
52222011-12-06 Tom Tromey <tromey@redhat.com>
5223
5224 * gdb.base/solib-weak.exp (do_test): Remove kfail.
5225 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
5226 * gdb.objc/objcdecode.exp: Update for output changes.
5227 * gdb.linespec/linespec.exp: New file.
5228 * gdb.linespec/lspec.cc: New file.
5229 * gdb.linespec/lspec.h: New file.
5230 * gdb.linespec/body.h: New file.
5231 * gdb.linespec/base/two/thefile.cc: New file.
5232 * gdb.linespec/base/one/thefile.cc: New file.
5233 * gdb.linespec/Makefile.in: New file.
5234 * gdb.cp/templates.exp (test_template_breakpoints): Update for
5235 output changes.
5236 * gdb.cp/re-set-overloaded.exp: Remove kfail.
5237 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
5238 makes one breakpoint.
5239 * gdb.cp/method2.exp (test_break): Update for output changes.
5240 * gdb.cp/mb-templates.exp: Update for output changes.
5241 * gdb.cp/mb-inline.exp: Update for output changes.
5242 * gdb.cp/mb-ctor.exp: Update for output changes.
5243 * gdb.cp/ovsrch.exp: Use fully-qualified names.
5244 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
5245 has multiple matches.
5246 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
5247 error message change.
5248 * gdb.base/list.exp (test_list_filename_and_number): Update for
5249 error message change.
5250 * gdb.base/break.exp: Disable pending breakpoints. Update for
5251 output changes.
5252 * configure.ac: Add gdb.linespec.
5253 * configure: Rebuild.
5254 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
5255
c642a434
UW
52562011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
5257
5258 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
5259 last_break register on s390*-*-* targets.
5260
b18003d1
JB
52612011-12-06 Joel Brobecker <brobecker@adacore.com>
5262
5263 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
5264 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
5265 of parameter X in procedure Foo.
5266
fe96589c
SS
52672011-12-05 Stan Shebs <stan@codesourcery.com>
5268
5269 * gdb.trace/tfind.exp: Update help string matches.
5270
1820ab47
JK
52712011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5272
5273 * gdb.server/ext-run.exp (get process list): Accept also systemd
5274 as PID 1.
5275
e11ac3a3
JK
52762011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5277 Pedro Alves <pedro@codesourcery.com>
5278
5279 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
5280 starting GDB.
5281 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
5282 $use_gdb_stub.
5283 * gdb.base/display.exp: Likewise.
5284 * gdb.base/ending-run.exp: Likewise.
5285 * gdb.base/list.exp (test_listsize): Likewise.
5286 * gdb.base/setshow.exp: Likewise.
5287 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
5288 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
5289 check by global $use_gdb_stub.
5290 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
5291 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
5292 (default_gdb_init): Unset global $use_gdb_stub.
5293 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
5294 by global $use_gdb_stub.
5295 * lib/gdbserver-support.exp: Extend comments for set_board_info
5296 gdb_protocol and gdb,socketport.
5297 (gdbserver_start_extended): Set global gdbserver_protocol and
5298 gdbserver_gdbport. Clear global use_gdb_stub.
5299 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
5300 from target use_gdb_stub.
5301 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
5302
1d41d75c
DE
53032011-12-03 Doug Evans <dje@google.com>
5304
5305 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
5306 (gdb_step_for_stub): Add comments.
5307
d6d7a51a
MR
53082011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
5309
5310 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
5311 to the caller.
5312 (gdb_test_multiple): Likewise.
5313
05acf274
JK
53142011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 Fix gdb.mi/mi-solib.exp without system debug info installed.
5317 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
5318 expect attribute, return 0 for it. Update comments.
5319
2268b414
JK
53202011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
5323 (corrupted list): Adjust the expectation.
5324
585861ea
JK
53252011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5326
5327 PR threads/13448
5328 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
5329 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
5330 * gdb.threads/tls-var-main.c: New file.
5331 * gdb.threads/tls-var.c: New file.
5332 * gdb.threads/tls-var.exp: New file.
5333
968643aa
JK
53342011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5335
5336 PR testsuite/12649
5337 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
5338 Protect gdb_test_multiple by final $gdb_prompt match.
5339 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
5340 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
5341 (test_tracepoints): Likewise.
5342
9750bca9
JK
53432011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 PR breakpoints/13346
5346 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
5347 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
5348 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
5349
ac1349b7
JB
53502011-12-01 Joel Brobecker <brobecker@adacore.com>
5351
5352 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
5353 * gdb.ada/homonym/homonym.adb: For use of all types defined
5354 locally inside both Get_Value subprograms.
5355
26d44faf
JK
53562011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5357
5358 Fix racy FAILs.
5359 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
5360 of send_gdb.
5361
514f6425
UW
53622011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5363
5364 * gdb.base/testenv.exp: Skip on remote targets. Unset global
5365 environment variable after test completed.
5366
4255c8d2
UW
53672011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5368
5369 * gdb.base/solib-nodir.exp: Skip if remote target.
5370 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
5371 application. Call gdb_load_shlibs.
5372 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
5373
a35ad96a
JB
53742011-11-29 Joel Brobecker <brobecker@adacore.com>
5375
5376 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
5377
1a1d5513
JB
53782011-11-28 Joel Brobecker <brobecker@adacore.com>
5379
5380 * gdb.ada/fullname_bp: New testcase.
5381
50b4ddf8
JK
53822011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5383
5384 PR testsuite/12649
5385 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
5386 Wrap send_gdb into a new gdb_test.
5387
fb0aec57
JK
5388 Code cleanup.
5389 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
5390 Convert send_gdb and gdb_expect to gdb_test_multiple.
5391
2376d946
JK
53922011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5393
5394 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
5395
1eec78bd
KS
53962011-11-23 Keith Seitz <keiths@redhat.com>
5397
5398 * lib/mi-support.exp (varobj_tree): New namespace and procs.
5399 (mi_varobj_tree_test_children_callback): New proc.
5400 (mi_walk_varobj_tree): New proc.
5401
36dfb11c
TT
54022011-11-22 Tom Tromey <tromey@redhat.com>
5403
5404 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
5405 Add "use_mi_command" argument.
5406 (mi_run_cmd, mi_run_with_cli): New procs.
5407 * gdb.mi/solib-lib.c: New file.
5408 * gdb.mi/solib-main.c: New file.
5409 * gdb.mi/mi-solib.exp: New file.
5410
0e965dd0
DE
54112011-11-21 Doug Evans <dje@google.com>
5412
5413 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
5414 _Unwind_DebugHook is missing.
5415
f196051f
SS
54162011-11-20 Stan Shebs <stan@codesourcery.com>
5417
5418 * gdb.trace/tstatus.exp: New.
5419 * gdb.trace/actions.c: Include string.h.
5420
bfccc43c
YQ
54212011-11-18 Yao Qi <yao@codesourcery.com>
5422
5423 * gdb.trace/pending.exp: New.
5424 * gdb.trace/pending.c: New.
5425 * gdb.trace/pendshr1.c: New.
5426 * gdb.trace/pendshr2.c: New.
5427 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
5428 tracepoint location becomes pending.
5429 (tracepoint_change_loc_2): New.
5430
73cd8ab1
DM
54312011-11-16 David S. Miller <davem@davemloft.net>
5432
5433 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
5434 target is sparc*-*-linux*
5435
77426730
PK
54362011-11-15 Paul Koning <paul_koning@dell.com>
5437
5438 * gdb.python/py-type.exp: New testcases for exceptions on scalar
5439 types.
5440
ed59ded5
DE
54412011-11-14 Doug Evans <dje@google.com>
5442
5443 * gdb.base/shell.exp: New file.
5444
405f8e94
SS
54452011-11-14 Stan Shebs <stan@codesourcery.com>
5446
5447 * gdb.trace/ftrace.c: New.
5448 * gdb.trace/ftrace.exp: New.
5449
1e4d1764
YQ
54502011-11-14 Yao Qi <yao@codesourcery.com>
5451
5452 * gdb.trace/change-loc-1.c: New.
5453 * gdb.trace/change-loc-2.c: New.
5454 * gdb.trace/change-loc.c: New.
5455 * gdb.trace/change-loc.exp: New.
5456 * gdb.trace/change-loc.h: New.
5457 * gdb.trace/trace-break.c (marker): Define new symbol.
5458 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 5459 New.
1e4d1764
YQ
5460 (break_trace_same_addr_6): New.
5461
71eba9c2 54622011-11-12 Matt Rice <ratmice@gmail.com>
5463
5464 * gdb.base/info-macros.exp: Make tests for info definitions
5465 test info macro. Add tests for info macro argument processing.
5466 Rename a few tests.
5467
1d93e29a
KS
54682011-11-11 Keith Seitz <keiths@redhat.com>
5469
5470 PR gdb/12843
5471 * gdb.base/linespecs.exp: New file.
5472
a4b5b48a
DE
54732011-11-11 Doug Evans <dje@google.com>
5474
5475 * gdb.threads/print-threads.exp: Extend timeout for slower
5476 tests.
5477
f6b47be4
DE
54782011-11-10 Doug Evans <dje@google.com>
5479
792a0230
DE
5480 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
5481 "record to end of main" test.
5482
f6b47be4
DE
5483 * gdb.python/py-type.c (TS): New typedef.
5484 (ts): New global.
5485 * gdb.python/py-type.exp: Test field list of typedef.
5486
22355c90
JB
54872011-11-10 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdb.ada/small_reg_param: New testcase.
5490
a7860e76
TT
54912011-11-09 Tom Tromey <tromey@redhat.com>
5492
5493 * gdb.cp/destrprint.exp: New file.
5494 * gdb.cp/destrprint.cc: New file.
5495
72a2e3dc
MI
54962011-11-08 Meador Inge <meadori@codesourcery.com>
5497
5498 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
5499 (switch_stack_to_other): New test function.
5500 * gdb.arch/thumb-prologue.exp: New test cases.
5501
c7195df2 55022011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
5503
5504 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
5505
d3895d7d
YQ
55062011-11-08 Yao Qi <yao@codesourcery.com>
5507
5508 * gdb.exp (supports_process_record): New.
5509 (supports_reverse): New.
5510 * gdb.reverse/break-precsave.exp: Call support_process_record
5511 to run test conditionally.
5512 * gdb.reverse/consecutive-precsave.exp: Likewise.
5513 * gdb.reverse/i386-precsave.exp: Likewise.
5514 * gdb.reverse/machinestate-precsave.exp: Likewise.
5515 * gdb.reverse/solib-precsave.exp: Likewise.
5516 * gdb.reverse/step-precsave.exp: Likewise.
5517 * gdb.reverse/until-precsave.exp: Likewise.
5518 * gdb.reverse/watch-precsave.exp: Likewise.
5519 * gdb.reverse/break-reverse.exp: Call support_reverse to run
5520 test conditionally.
5521 * gdb.reverse/consecutive-reverse.exp: Likewise.
5522 * gdb.reverse/finish-precsave.exp: Likewise.
5523 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
5524 * gdb.reverse/finish-reverse.exp: Likewise.
5525 * gdb.reverse/i386-reverse.exp: Likewise.
5526 * gdb.reverse/i386-sse-reverse.exp: Likewise.
5527 * gdb.reverse/machinestate.exp: Likewise.
5528 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
5529 * gdb.reverse/sigall-precsave.exp: Likewise.
5530 * gdb.reverse/sigall-reverse.exp: Likewise.
5531 * gdb.reverse/solib-reverse.exp: Likewise.
5532 * gdb.reverse/step-reverse.exp: Likewise.
5533 * gdb.reverse/until-reverse.exp: Likewise.
5534 * gdb.reverse/watch-reverse.exp: Likewise.
5535
a59306a3
YQ
55362011-11-05 Yao Qi <yao@codesourcery.com>
5537
5538 * gdb.trace/trace-break.exp: Add test on setting two
5539 fast tracepoints at the same address.
5540
87769f59
JK
55412011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5542
5543 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
5544
3065dfb6
SS
55452011-11-02 Stan Shebs <stan@codesourcery.com>
5546
5547 * gdb.trace/collection.c: Add code using strings.
5548 * gdb.trace/collection.exp: Add tests of string collection.
5549
89e208db
JK
55502011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 * gdb.base/skip-solib.exp (executable_main): New variable.
5553 (binfile_main): Base it on that.
5554 Use $executable_main in clean_restart calls. Drop gdb_exit and
5555 gdb_start calls.
5556
405e54e9
JK
55572011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5558
5559 Fix racy FAILs.
5560 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
5561 breakpoint_re globals import by async. Set string_regex to .* for
5562 async. Remove the optional thread_selected_re and breakpoint_re
5563 globals expectations.
5564
58e8570a
JM
55652011-11-01 Joseph Myers <joseph@codesourcery.com>
5566
5567 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
5568 well as Cygwin.
5569
7b35ec7f 55702011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
5571
5572 Add tests for skip command.
89e208db
JK
5573 * gdb.base/skip-solib-lib.c: New
5574 * gdb.base/skip-solib-main.c: New
5575 * gdb.base/skip-solib.exp: New
5576 * gdb.base/skip.c: New
5577 * gdb.base/skip.exp: New
5578 * gdb.base/skip1.c: New
5579 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 5580
b9fd1791
PA
55812011-10-31 Yao Qi <yao@codesourcery.com>
5582 Pedro Alves <pedro@codesourcery.com>
5583
6fdff2c5
PA
5584 * gdb.trace/trace-break.c: New.
5585 * gdb.trace/trace-break.exp: New.
b9fd1791 5586
4323fecc
JK
55872011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5588
5589 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
5590 break-here-2.
5591
0e5bf2a8
PA
55922011-10-28 Pedro Alves <pedro@codesourcery.com>
5593
5594 * gdb.threads/no-unwaited-for-left.c: New.
5595 * gdb.threads/no-unwaited-for-left.exp: New.
5596 * gdb.threads/non-ldr-exc-1.c: New.
5597 * gdb.threads/non-ldr-exc-1.exp: New.
5598 * gdb.threads/non-ldr-exc-2.c: New.
5599 * gdb.threads/non-ldr-exc-2.exp: New.
5600 * gdb.threads/non-ldr-exc-3.c: New.
5601 * gdb.threads/non-ldr-exc-3.exp: New.
5602 * gdb.threads/non-ldr-exc-4.c: New.
5603 * gdb.threads/non-ldr-exc-4.exp: New.
5604
3a3dad98
JK
56052011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
5608 * gdb.base/attach-pie-misread.exp: Likewise.
5609 * gdb.base/break-interp.exp: Likewise.
5610 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
5611 testcases for use_gdb_stub.
5612 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
5613 (continue): New testcase.
5614 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
5615 * gdb.threads/attach-into-signal.exp: Likewise.
5616 * gdb.threads/attach-stopped.exp: Likewise.
5617 * gdb.threads/attachstop-mt.exp: Likewise.
5618
d6a5d40c
PK
56192011-10-28 Paul Koning <paul_koning@dell.com>
5620
5621 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
5622
ca539be8
JK
56232011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
5626 (mi_gdb_test): Import globals thread_selected_re
5627 and breakpoint_re. Expect them optionally at the regex start.
5628
d234ef5c
DE
56292011-10-27 Doug Evans <dje@google.com>
5630
5631 * gdb.python/python.exp: Test source -s.
5632
ab964825
PK
56332011-10-26 Paul Koning <paul_koning@dell.com>
5634
5635 * gdb.python/lib-types.cc (struct A): New structure.
5636 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 5637
54d8a644
PK
56382011-10-25 Paul Koning <paul_koning@dell.com>
5639
5640 PR python/13327
d234ef5c 5641
54d8a644
PK
5642 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
5643 fetch_lazy method.
5644
b0221781
YQ
56452011-10-24 Yao Qi <yao@codesourcery.com>
5646
5647 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
5648 target is tic6x-*-*.
5649
6cda5a20
JB
56502011-10-21 Joel Brobecker <brobecker@adacore.com>
5651
5652 * gdb.ada/mi_task_info/task_switch.adb: New file.
5653 * gdb.ada/mi_task_info.exp: New file.
5654
5ed9db04
JK
56552011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5656
5657 * gdb.cp/expand-psymtabs-cxx.exp: New file.
5658 * gdb.cp/expand-psymtabs-cxx.cc: New file.
5659
9df2fbc4
PM
56602011-10-20 Phil Muldoon <pmuldoon@redhat.com>
5661
5662 PR python/12656
5663
5664 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
5665 global_block tests.
5666
736086ba
TT
56672011-10-18 Tom Tromey <tromey@redhat.com>
5668
5669 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
5670
4af31552
TT
56712011-10-18 Tom Tromey <tromey@redhat.com>
5672
5673 * gdb.base/source.exp: Don't include full file name in test name.
5674 * gdb.python/python.exp: Don't include full file name in test
5675 name.
5676
43136979
AR
56772011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5678
5679 * gdb.base/attach-pie-noexec.c: New files.
5680 * gdb.base/attach-pie-noexec.exp: New files.
5681
543a9323
JM
56822011-10-17 Joseph Myers <joseph@codesourcery.com>
5683
5684 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
5685 prompt for each extra line in command.
5686
21ae7a4d
JK
56872011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
5690 Revert the part of:
5691 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5692 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
5693 Change the expected string.
5694
20ec36d9
JK
56952011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5696
5697 Fix results with system glibc debug info installed.
5698 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
5699 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
5700 Accept also __libc_ symbol prefix and no prefix.
5701
6501c2fc
KS
57022011-10-14 Keith Seitz <keiths@redhat.com>
5703
5704 PR c++/13225
5705 * gdb.cp/converts.cc (foo3_1): New function.
5706 (foo3_2): New functions.
5707 * gdb.cp/converts.exp: Add tests for int to pointer conversion
5708 and null pointer conversions of integer constant zero.
5709 Add test to check if all arguments are checked for incompatible
5710 conversion BADNESS.
5711
55b1fd0c
TT
57122011-10-14 Tom Tromey <tromey@redhat.com>
5713
5714 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
5715 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
5716 linespec.
5717
22c05d8a
JK
57182011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5719
5720 Fix internal error regression.
5721 * gdb.dwarf2/implptr-optimized-out.S: New file.
5722 * gdb.dwarf2/implptr-optimized-out.exp: New file.
5723
1d6edc3c
JK
57242011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5725
5726 Fix empty DWARF expressions DATA vs. SIZE conditionals.
5727 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
5728 (loclist): New.
5729 (4): New abbrev.
5730 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
5731 Use prepare_for_testing, remove clean_restart.
5732 (p arraynoloc, p arraycallnoloc): New tests.
5733
9ec72168
JK
57342011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5735
5736 * gdb.cp/namespace-enum.exp (executable): New variable.
5737 (binfile): Use ${objdir}/${subdir}/ prefix.
5738 Use ${executable} for clean_restart.
5739
9c6c53f7
SA
57402011-10-11 Sterling Augustine <saugustine@google.com>
5741
5742 * gdb.cp/Makefile.in: Add namespace-enum test.
5743 * gdb.cp/namespace-enum.exp: New file.
5744 * gdb.cp/namespace-enum.c: New file.
5745 * gdb.cp/namespace-enum-main.c: New file.
5746
fac7ceb3
UW
57472011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
5748
5749 * gdb.python/py-shared.exp: Relax filename check to handle remote:
5750 sysroot.
5751
941b2081
JK
57522011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 Reimplement @entry in input expressions.
5755 * gdb.base/exprs.c (v_int_array_init): New variable.
5756 * gdb.base/exprs.exp (print v_int_array_init)
5757 (print *v_int_array_init@1, print *v_int_array_init@2)
5758 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
5759 (print v_int_array_init[1]@1): New tests.
5760
0344e878
JM
57612011-10-10 Joseph Myers <joseph@codesourcery.com>
5762
5763 * gdb.cp/gdb2495.exp: Do not include directories in filename in
5764 expected message.
5765
5a56e9c5
DE
57662011-10-09 Doug Evans <dje@google.com>
5767
5768 * gdb.base/alias.exp: Add tests for alias command.
5769
2bda9cc5
JK
57702011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5771
5772 * gdb.arch/amd64-entry-value.s: New file.
5773 * gdb.mi/mi2-amd64-entry-value.s: New file.
5774
a471c594
JK
57752011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5776
5777 Display @entry parameter values even for references.
5778 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
5779 functions.
5780 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
5781 reference and datap_input.
5782 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
5783 breakpoints.
5784 (continue to breakpoint: entry_reference: reference)
5785 (entry_reference: bt at entry)
5786 (continue to breakpoint: entry_reference: breakhere_reference)
5787 (entry_reference: bt, entry_reference: ptype regparam)
5788 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
5789 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
5790 (entry_reference: p regcopy, entry_reference: p nodataparam)
5791 (entry_reference: p nodataparam@entry): New tests.
5792
36b11add
JK
57932011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5794
5795 Support @entry in input expressions.
5796 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
5797 (entry_stack: p s1@entry, entry_stack: p s2@entry)
5798 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
5799 (tailcall: p j@entry): New tests.
5800 * gdb.cp/koenig.cc (A::entry): New function.
5801 (main): Call it.
5802 * gdb.cp/koenig.exp (p entry (c)): New test.
5803
e18b2753
JK
58042011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5805
5806 Display @entry parameter values (without references).
5807 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
5808 (different, validity, invalid): New functions.
5809 (main): Call them.
5810 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
5811 stacktest, breakhere_stacktest, different, breakhere_different,
5812 breakhere_validity and breakhere_invalid.
5813 (entry: bt): Update for @entry.
5814 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
5815 (entry_validity: *, entry_invalid: *): Many new tests.
5816 * gdb.base/break.exp
5817 (run until breakpoint set at small function, optimized file): Accept
5818 also the @entry suffix.
5819 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
5820 * gdb.mi/mi2-amd64-entry-value.c: New files.
5821 * gdb.mi/mi2-amd64-entry-value.exp: New files.
5822
2d6c5dc2
JK
58232011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5824
5825 Protect entry values against self tail calls.
5826 * gdb.arch/amd64-entry-value.cc (self2, self): New.
5827 (main): Call self.
5828 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
5829 (set debug entry-values 1, self: bt debug entry-values): New tests.
5830
111c6489
JK
58312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5832
5833 Recognize virtual tail call frames.
5834 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
5835 (amb_b, amb_a): New.
5836 (main): Call a and b.
5837 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
5838 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
5839 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
5840 New tests.
5841
8e3b41a9
JK
58422011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5843
5844 Implement basic support for DW_TAG_GNU_call_site.
5845 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
5846 * gdb.arch/amd64-entry-value.cc: New file.
5847 * gdb.arch/amd64-entry-value.exp: New file.
5848
181cebd4
JK
58492011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
5852 * gdb.dwarf2/implptr-64bit.S: New file.
5853 * gdb.dwarf2/implptr-64bit.exp: New file.
5854
741f5e3c
JK
58552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5856
5857 Fix initial language detection with -readnow.
5858 * gdb.cp/readnow-language.cc: New file.
5859 * gdb.cp/readnow-language.exp: New file.
5860
a73d2258
JK
58612011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5862
5863 Fix printed anonymous struct name.
5864 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
5865
af369495
JM
58662011-10-09 Joseph Myers <joseph@codesourcery.com>
5867
5868 * gdb.base/solib-symbol.exp: Do not include directories in
5869 filenames in expected messages.
5870
1fa57852
DE
58712011-10-07 Doug Evans <dje@google.com>
5872
5873 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
5874
bd054e06
KP
58752011-10-07 Kevin Pouget <kevin.pouget@st.com>
5876
5877 Allow Python notification of new object-file loadings.
5878 * gdb.python/py-events.exp: Test newobjfile event.
5879 * gdb.python/py-events.py: Register newobjfile callback.
5880 * gdb.python/py-events.c: Add call to shared library
5881 * gdb.python/py-events-shlib.c: New file.
5882
8031b6f8
JM
58832011-10-06 Joseph Myers <joseph@codesourcery.com>
5884
5885 * gdb.base/fixsection.exp: Do not include directories in filename
5886 in expected message.
5887
7fea6923
PM
58882011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
5889
5890 Add tests for passing of environment variables to inferior.
5891 * gdb.base/testenv.c: New test source.
5892 * gdb.base/testenv.exp: New expect test.
5893
687f2a88
PK
58942011-10-04 Paul Koning <paul_koning@dell.com>
5895
5896 * gdb.python/py-value.c (main): Break before return.
5897
cb6be26b
KP
58982011-10-04 Kevin Pouget <kevin.pouget@st.com>
5899
5900 PR python/12691: Add the inferior to Python exited event
5901 * gdb.python/py-events.exp: Test the inferior attribute of exited
5902 event with a fork.
5903 * gdb.python/py-events.py: Print inferior number on exit.
5904 * gdb.python/py-events.c: Fork the inferior.
5905
fb213700
EBM
59062011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5907
5908 * gdb.base/jit.exp: Add testcase name to log message
5909
aa2071bd
PK
59102011-10-03 Paul Koning <paul_koning@dell.com>
5911 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * gdb.python/py-value.exp
5914 (python inval = gdb.parse_and_eval('*(int*)0'))
5915 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
5916 (set argc=2, python print argc_lazy): New tests.
5917
dd11a36c
JB
59182011-10-02 Joel Brobecker <brobecker@adacore.com>
5919
5920 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
5921
46f886f1
JK
59222011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5923 Pedro Alves <pedro@codesourcery.com>
5924
5925 * gdb.python/py-value.exp (test_value_in_inferior): New variable
5926 can_read_0, test for it.
5927 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
5928 (parse_and_eval with memory error): ... here, make it untested if
5929 can_read_0.
5930
c5cb204f
MP
59312011-09-30 Marek Polacek <mpolacek@redhat.com>
5932
5933 * gdb.python/python.exp (verify pagination beforehand)
5934 (verify pagination afterwards): Fix race by splitting the line.
5935
68fb0ec0
JM
59362011-09-29 Joseph Myers <joseph@codesourcery.com>
5937
5938 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
5939 for 64-bit multilibs from i?86-* targets.
5940
6aee0d90
MP
59412011-09-29 Marek Polacek <mpolacek@redhat.com>
5942
5943 * lib/gdb.exp: Fix a typo in one of the comments.
5944
e9101ff5
MP
59452011-09-29 Marek Polacek <mpolacek@redhat.com>
5946
5947 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
5948 matching pattern.
5949
7a81bdbf
PK
59502011-09-28 Paul Koning <paul_koning@dell.com>
5951
5952 * gdb.python/py-type.c (enum E): New.
5953 * gdb.python/py-type.exp (test_fields): Add tests for Python
5954 mapping access to fields.
5955 (test_enums): New test for field access on enums.
5956
6710bf39
SS
59572011-09-27 Stan Shebs <stan@codesourcery.com>
5958
5959 * gdb.trace/collection.exp: Test collection of $_ret.
5960
b2a6bdeb
AT
59612011-09-22 Andreas Tobler <andreast@fgznet.ch>
5962
5963 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
5964 list of compilation switches for <*-*-freebsd*>.
5965
3c9057f3
SS
59662011-09-19 Stan Shebs <stan@codesourcery.com>
5967
5968 * gdb.trace/tspeed.exp: New file.
5969 * gdb.trace/tspeed.c: New file.
5970
34518530
YQ
59712011-09-18 Yao Qi <yao@codesourcery.com>
5972
5973 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
5974 instructions.
5975 (test_adr_32bit, test_pop_pc): Likewise.
5976 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
5977 Thumb instructions.
5978 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
5979 in gdb_test_multiple.
5980 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
5981
ab254057
YQ
59822011-09-17 Yao Qi <yao@codesourcery.com>
5983
5984 * lib/gdb.exp (can_single_step_to_signal_handler): New.
5985 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
5986 support single step to signal handler.
5987
9c317b71
YQ
59882011-09-17 Yao Qi <yao@codesourcery.com>
5989
5990 * gdb.base/disp-step-fork.c: New.
5991 * gdb.base/disp-step-syscall.exp: New.
5992 * gdb.base/disp-step-vfork.c: New.
5993
a8123151
JB
59942011-09-16 Joel Brobecker <brobecker@adacore.com>
5995
5996 * gdb.ada/tasks.exp: Make the expected output for
5997 the `info tasks' tests more resilient to spacing
5998 changes.
5999
63a9aad8
JK
60002011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6001
6002 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
6003 (reached breakpoint 2, reached breakpoint 3): Update expected output.
6004
2aa48337
KP
60052011-09-15 Kevin Pouget <kevin.pouget@st.com>
6006
6007 PR Python/12692 Add gdb.selected_inferior() to Python interface.
6008 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
6009
6839b47f
KP
60102011-04-30 Kevin Pouget <kevin.pouget@st.com>
6011
6012 Handle multiple breakpoint hits in Python interface:
6013 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
6014 presence.
6015 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
6016 breakpoint hits.
6017
0935723e
JK
60182011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6019 Jan Kratochvil <jan.kratochvil@redhat.com>
6020
6021 * gdb.python/py-events.exp: Remove pretty printing comment.
6022 * gdb.python/py-evsignal.exp: New file.
6023 * gdb.python/py-evthreads.c: Include signal.h.
6024 (thread3): Remove variable count3. Remove variable bad and use raise
6025 instead.
6026 (thread2): Remove variable count2. Move thread3 pthread_create here,
6027 merge pthread_join to a single line.
6028 (main): Remove variable count1. Merge pthread_join with pthread_create
6029 to a single line.
6030 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
6031 KFAIL python/12966 for gdbserver. Test return value of
6032 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
6033 gdb_expect by gdb_test and gdb_test_multiple.
6034 (thread 2, thread 3): New tests.
6035
4801a9a3
PA
60362011-09-12 Matt Rice <ratmice@gmail.com>
6037 Pedro Alves <pedro@codesourcery.com>
6038
6039 PR gdb/13175
6040
6041 * gdb.base/interp.exp: New tests.
6042 * gdb.base/interp.c: New file.
6043
24ece742
DE
60442011-09-12 Doug Evans <dje@google.com>
6045
6046 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
6047 * gdb.dwarf2/typeddwarf.exp: Ditto.
6048
7f062217
JK
60492011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6050
6051 Fix compatibility with x32 arch.
6052 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
6053 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
6054 is_x86_like_target.
6055 * testsuite/gdb.trace/collection.exp: Likewise.
6056 * testsuite/gdb.trace/report.exp: Likewise.
6057 * testsuite/gdb.trace/unavailable.exp: Likewise.
6058 * testsuite/gdb.trace/while-dyn.exp: Likewise.
6059 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
6060 (is_x86_like_target): Check also is_amd64_regs_target.
6061
08711b9a
JK
60622011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 PR breakpoints/12435
6065 * gdb.arch/amd64-prologue-xmm.c: New file.
6066 * gdb.arch/amd64-prologue-xmm.exp: New file.
6067 * gdb.arch/amd64-prologue-xmm.s: New file.
6068
b99b5f66
JK
60692011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6070
6071 * gdb.dwarf2/dw2-param-error-main.c: New file.
6072 * gdb.dwarf2/dw2-param-error.S: New file.
6073 * gdb.dwarf2/dw2-param-error.exp: New file.
6074
a391a2f6
PA
60752011-09-08 Pedro Alves <pedro@codesourcery.com>
6076
6077 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
6078 inferior's pid and look for a core dump named core.$pid. Use
6079 `remote_file' commands on the host instead of hand coding shell
6080 commands on the build.
6081 * gdb.base/valgrind-db-attach.exp: Kill the program before
6082 finishing the test.
6083
7d8e6458 60842011-09-02 Matt Rice <ratmice@gmail.com>
6085
6086 * lib/prompt.exp: New file for testing the first prompt.
6087 * gdb.python/py-prompt.exp: Ditto.
6088 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
6089
68e77c9e
PA
60902011-09-02 Pedro Alves <pedro@codesourcery.com>
6091
6092 * gdb.threads/gcore-thread.exp: Set the global core_supported to
6093 0, before testing gcore.
6094
9655e943
JK
60952011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6096
df6dc84d
JK
6097 * dw2-ifort-parameter-debug.S: Update copyright year.
6098 * dw2-ifort-parameter.c: Update copyright year.
6099 * dw2-ifort-parameter.exp: Update copyright year.
6100
9655e943
JK
6101 * dw2-ifort-parameter-debug.S: New file.
6102 * dw2-ifort-parameter.c: New file.
6103 * dw2-ifort-parameter.exp: New file.
6104
353d1d73
JK
61052011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6106
6107 * gdb.base/commands.exp (error_clears_commands_left): New function.
6108 (): Call it.
6109
5c07461a
JK
61102011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6111
6112 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
6113 (C): Initialize `a'.
6114 * gdb.mi/mi-inheritance-syntax-error.exp
6115 (-data-evaluate-expression $path): Expect `a' as 5.
6116
0d932b2f
MK
61172011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
6118
6119 PR mi/11912
6120 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
6121 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
6122 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
6123 keyword in output of -var-info-path-expression.
6124
bdb54049
JK
61252011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6126
6127 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
6128 * gdb.trace/collection.exp: Likewise.
6129 * gdb.trace/report.exp: Likewise.
6130 * gdb.trace/unavailable.exp: Likewise.
6131 * gdb.trace/while-dyn.exp: Likewise.
6132
59cde39c
KS
61332011-08-18 Keith Seitz <keiths@redhat.com>
6134
6135 PR c++/12266
6136 * gdb.cp/meth-typedefs.cc: New file.
6137 * gdb.cp/meth-typedefs.exp: New file.
6138
fa3a4f15
PM
61392011-08-17 Phil Muldoon <pmuldoon@redhat.com>
6140
6fdff2c5 6141 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 6142
c1049fca
JK
61432011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6144
6145 * gdb.arch/i386-dr3-watch.exp
6146 (watchpoint on gap1 does not fit debug registers)
6147 (delete all watchpoints): Fix racy expect strings.
6148
d93f7b5c
YQ
61492011-08-14 Yao Qi <yao@codesourcery.com>
6150
6151 * gdb.base/maint.exp: set data_section to ".neardata".
6152 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
6153 * gdb.base/savedregs.exp: Handle SIGILL.
6154 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
6155 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
6156
457e09f0
DE
61572011-08-12 Doug Evans <dje@google.com>
6158
6159 * gdb.python/py-symbol.exp: Add test for symbol.type.
6160
5d0bb2fb
UW
61612011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
6162
6163 * gdb.threads/pthreads.exp: Enable on non-native configurations.
6164 * gdb.mi/mi-pthreads.exp: Likewise.
6165 * gdb.mi/mi2-pthreads.exp: Likewise.
6166 * gdb.mi/gdb669.exp.exp: Likewise.
6167
fcdfa280
PA
61682011-08-09 Pedro Alves <pedro@codesourcery.com>
6169
6170 * lib/mi-support.exp (detect_async): Rename to...
6171 (mi_detect_async): ... this.
6172 * gdb.mi/mi-nonstop-exit.exp: Adjust.
6173 * gdb.mi/mi-nonstop.exp: Adjust.
6174 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
6175 * gdb.mi/mi-nsintrall.exp: Adjust.
6176 * gdb.mi/mi-nsmoribund.exp: Adjust.
6177 * gdb.mi/mi-nsthrexec.exp: Adjust.
6178
9d8fa392
PA
61792011-08-09 Pedro Alves <pedro@codesourcery.com>
6180
6181 * gdb.base/display.c (do_loops): New `p_i' local.
6182 * gdb.base/display.exp: Test displaying a variable that is
6183 temporarily at a bad address.
6184
b6cede78
JK
61852011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6186
6187 * gdb.dwarf2/dw2-op-stack-value.S: New file.
6188 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
6189
67bedb8c
JK
61902011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6191
6192 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
6193 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
6194 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 6195
af6e93b2
PA
61962011-08-05 Pedro Alves <pedro@codesourcery.com>
6197
6198 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
6199 procedure.
6200 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
6201
1cf0e11f
YQ
62022011-08-05 Yao Qi <yao@codesourcery.com>
6203
6204 * gdb.base/callfuncs.exp: Set language after main.
6205 * gdb.cp/cplusfuncs.exp: Likewise.
6206 * gdb.cp/inherit.exp: Likewise.
6207
a1e28cb2
UW
62082011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6209
6210 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
6211 * gdb.base/watch-vfork.exp: Skip on remote targets.
6212
d4f5bbb9
UW
62132011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6214
6215 * gdb.threads/thread-find.exp: Support remote targets.
6216
724f4f80
UW
62172011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
6218
6219 * gdb.base/jit.exp: Download solib_binfile to target.
6220 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
6221 and call dlopen without full path name.
6222 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
6223 dlopen without full path name.
6224
934709f0
PW
62252011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6226
6227 * gdb.base/break-always.exp: Complete the test
6228 with duplicated breakpoints and enabling/disabling them.
6229
c26106c4
TT
62302011-08-02 Tom Tromey <tromey@redhat.com>
6231
6232 PR gdb/11289:
6233 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
6234
9300444e 62352011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
6236
6237 PR gdb/13045
6238 * gdb.base/float.exp: Add new test case for PR gdb/13045
6239 * gdb.base/float.c: New file.
6240
00bd41d6
PM
62412011-07-28 Phil Muldoon <pmuldoon@redhat.com>
6242
6243 * gdb.python/py-mi.exp: Test printers returning string hint, and
6244 also not returning a value.
6245 * gdb.python/py-prettyprint.c: Add testcase for above.
6246 * gdb.python/py-prettyprint.py: Add test printer for above.
6247
d24f74ce
JK
62482011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6249
6250 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
6251 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
6252 (.Ldie30) Add as field "data4".
6253 (.Ldie32) Rename field "b" to "shl".
6254 (abbrev4) Change for the "data4" field.
6255 (abbrev5, abbrev6) Remove.
6256 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
6257 (p &s.shl): ... here. Add comment.
6258 (p &s.data4): New.
6259
bb7da2bf
JK
62602011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6261
6262 Fix crash on lval_computed values.
6263 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
6264
11081198
JK
62652011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6266
6267 * gdb.base/help.exp (help whatis): Update the expected string.
6268
3c6e0cb3
JK
62692011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6270
6271 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
6272 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
6273 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
6274 Change the expected string.
6275
efa80663
PA
62762011-07-26 Pedro Alves <pedro@codesourcery.com>
6277
6278 * gdb.base/watchpoint.exp
6279 (test_disable_enable_software_watchpoint): New procedure.
6280 (top level): Run it.
6281
db8e4570
UW
62822011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
6283
6284 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
6285 executable file "${binfile}", C++ version "${binfile}-cxx".
6286 * gdb.python/py-prettyprint.exp: Likewise.
6287 * gdb.python/py-symbol.exp: Likewise.
6288 * gdb.python/py-type.exp: Likewise.
6289 * gdb.python/py-value.exp: Likewise.
6290 * gdb.python/py-template.exp (test_template_arg): Pass full executable
6291 file name instead of just suffix.
6292
543305c9
JK
62932011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6294
6295 Fix implicit pointer offsets.
6296 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
6297 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
6298 (continue to breakpoint: continue to baz breakpoint for implptr)
6299 (sanity check element 0, sanity check element 1)
6300 (enter the inlined function, check element 0 for the offset)
6301 (check element 1 for the offset)
6302 (continue to breakpoint: ignore the second baz breakpoint): New tests.
6303 (set foo breakpoint for implptr): Update the breakpoint number.
6304
b3215adc
UW
63052011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6306
6307 * gdb.python/py-mi.exp: Use different file names for different
6308 versions of the executable under test.
6309 * gdb.python/py-prettyprint.exp: Likewise.
6310 * gdb.python/py-symbol.exp: Likewise.
6311 * gdb.python/py-template.exp: Likewise.
6312 * gdb.python/py-type.exp: Likewise.
6313 * gdb.python/py-value.exp: Likewise.
6314
182b9acc
UW
63152011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6316
6317 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
6318 flag after restarting GDB if necessary.
6319
e6052b5d
UW
63202011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
6321
6322 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
6323
1ced966e
PA
63242011-07-22 Pedro Alves <pedro@codesourcery.com>
6325
6326 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
6327 backend doesn't leave used debug registers behind.
6328
3543a589
TT
63292011-07-22 Tom Tromey <tromey@redhat.com>
6330
6331 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
6332 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
6333 argument.
6334 * gdb.dwarf2/typeddwarf-amd64.S: New file.
6335
14d15303 63362011-07-21 Matt Rice <ratmice@gmail.com>
6337
6338 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
6339 in mostlyclean rule. Add files ending in .core.
6340
9b158ba0 63412011-07-21 Matt Rice <ratmice@gmail.com>
6342
6343 PR macros/12999
6344 * gdb.base/info-macros.c: New test sources.
6345 * gdb.base/info-macros.exp: New tests.
6346
d17b6f81
PM
63472011-07-21 Phil Muldoon <pmuldoon@redhat.com>
6348
6349 * gdb.python/python.exp: Add prompt substitution tests.
6350
918dd910
JK
63512011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6352
6353 Fix crash if referenced CU is aged out.
6354 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
6355 New.
6356 * gdb.dwarf2/implptr.exp: Likewise.
6357
0e37a63c
JK
63582011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6359
6360 * gdb.dwarf2/implptr.S: Rebuilt.
6361 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
6362 (bar): Use them for j, k, l.
6363 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
6364 COMPILE.
6365 (print j in implptr:bar): Update for the intp typedef.
6366 (print p[0].x in implptr:foo): Use more exact regex.
6367
f65cf84c
TT
63682011-07-18 Tom Tromey <tromey@redhat.com>
6369
6370 * gdb.cp/static-method.exp: Add missing single quote.
6371
d5b4a7be
YQ
63722011-07-18 Yao Qi <yao@codesourcery.com>
6373
6374 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
6375 supported.
6376 * gdb.mi/mi-nonstop-exit.exp: Likewise.
6377 * gdb.mi/mi-nonstop.exp: Likewise.
6378 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6379 * gdb.mi/mi-nsintrall.exp: Likewise.
6380 * gdb.mi/mi-nsmoribund.exp: Likewise.
6381 * gdb.mi/mi-nsthrexec.exp: Likewise.
6382 * gdb.python/py-evthreads.exp: Likewise.
6383
e9ea2662
JK
63842011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6385
6386 Code cleanup.
6387 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
6388 it. Substitute it instead of test_compiler_info everywhere.
6389
ce451573
UW
63902011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6391
6392 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
6393 remote targets as well.
6394
756d88a7
UW
63952011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6396
6397 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
6398 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
6399
31f83dc5
UW
64002011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
6401
6402 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
6403 a remote machine, not the host.
6404 (gdb_compile_shlib): Set soname if target is remote.
6405
059241a0
PP
64062011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6407
6408 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
6409
28a0b48c 64102011-07-13 Matt Rice <ratmice@gmail.com>
6411
6412 * gdb.python/py-objfile-script-gdb.py: Renamed to
6413 py-objfile-script-gdb.py.in.
6414 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
6415 py-objfile-script-gdb.py.
6416 * gdb.python/py-objfile-script.exp: Update reference to
6417 py-objfile-script-gdb.py.
6418
9a771b67
JK
64192011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6420
6421 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
6422 reference undefined label.
6423
04ad99e6
JK
64242011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6425
6426 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
6427 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
6428 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
6429 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
6430
713389e0
PM
64312011-07-11 Phil Muldoon <pmuldoon@redhat.com>
6432
6fdff2c5 6433 PR python/12438
713389e0 6434 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 6435 deprecated tests. Add set/show python print-backtrace tests.
713389e0 6436
97d146f8
JK
64372011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6438
6439 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
6440 debug info.
6441
facde0e5 64422011-07-06 Matt Rice <ratmice@gmail.com>
6443
6444 * gdb.python/python.exp: Update filename paths.
6445 * gdb.python/py-symtab.exp: Ditto.
6446
438640d1
MP
64472011-07-06 Marek Polacek <mpolacek@redhat.com>
6448
6449 * gdb.python/py-evthreads.exp: Add missing `$'.
6450
33a365df
MF
64512011-07-06 Jie Zhang <jie.zhang@analog.com>
6452
6453 * config/bfin.exp: New file.
6454 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
6455 * gdb.asm/bfin.inc: New file.
6456
8f7ae686
MP
64572011-07-06 Marek Polacek <mpolacek@redhat.com>
6458
df46027d 6459 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
6460 the whole output.
6461
eb2a6f42
TT
64622011-07-05 Tom Tromey <tromey@redhat.com>
6463
6464 * gdb.java/jprint.java (jprint.hi): New field.
6465 * gdb.java/jprint.exp: Print string.
6466
177b42fe
TJB
64672011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
6468
6469 * gdb.base/call-sc.c: Fix typos.
6470 * gdb.base/ifelse.exp: Likewise.
6471 * gdb.base/structs.c: Likewise.
6472
3b2a0cf2
JB
64732011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6474
6475 * gdb.base/jit-so.exp: New test.
6476 * gdb.base/jit-dlmain.c: New file.
6477 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
6478
46fc714c
JK
64792011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6480
6481 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
6482 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
6483 * gdb.cp/pr9167.exp (p b): Likewise.
6484 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
6485 (test value of P in inner_m, test type of Z in inner_m): Call
6486 setup_xfail for gcc <= 4.5.
46fc714c 6487
418c7cf7
JK
64882011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6489
6490 * gdb.cp/paren-type.cc: New files.
6491 * gdb.cp/paren-type.exp: New files.
6492
3d50dd94
JK
64932011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6494
6495 Stop on first linespec terminator instead of eating what we can.
6496 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
6497 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
6498 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
6499 (break C::f()): ... this one.
6500 (break C::operator()()): New test.
6501 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
6502 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
6503 test.
6504
dcf9f4ab
JK
65052011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6506
6507 Fall back linespec to minimal symbols.
6508 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
6509 error message.
6510 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
6511 * gdb.cp/minsym-fallback-main.cc: New file.
6512 * gdb.cp/minsym-fallback.cc: New file.
6513 * gdb.cp/minsym-fallback.exp: New file.
6514 * gdb.cp/minsym-fallback.h: New file.
6515
3f542ed1
JK
65162011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6517
6518 * gdb.cp/no-dmgl-verbose.cc: New file.
6519 * gdb.cp/no-dmgl-verbose.exp: New file.
6520
65212011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
6522
6523 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
6524 __GI_.
6525 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
6526 (f): New function.
6527 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
6528 (complete p 'func<short>(): ... here.
6529 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
6530 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
6531 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
6532 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
6533 Make them KFAIL gcc/49546.
6534
00eb2c4a
JB
65352011-07-01 Joel Brobecker <brobecker@adacore.com>
6536
6537 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
6538
85a20c42
JK
65392011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6540
6541 Test GCC PR debug/49546.
6542 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
6543 (test type of F in k3_m, test value of F in k3_m): New.
6544 * gdb.cp/temargs.cc (struct S3, struct K3): New.
6545 (main): New variable k3. Call k3.k3_m.
6546
d2d43431
JB
65472011-07-01 Jean-Charles Delay <delay@adacore.com>
6548
6549 * gdb.ada/packed_array.exp: Fix expected outout.
6550
54ae186f
JB
65512011-07-01 Jean-Charles Delay <delay@adacore.com>
6552
6553 * gdb.ada/packed_array.exp: fixed expected output.
6554
8f17729f
JB
65552011-07-01 Joel Brobecker <brobecker@adacore.com>
6556
6557 * gdb.ada/same_enum: New testcase.
6558
f5aa6869
JB
65592011-07-01 Joel Brobecker <brobecker@adacore.com>
6560
6561 * gdb.ada/ptr_typedef: New testcase.
6562
828292f2
JB
65632011-07-01 Joel Brobecker <brobecker@adacore.com>
6564
6565 * gdb.ada/arrayptr.exp: Add ptype test.
6566
18920c42
JB
65672011-07-01 Joel Brobecker <brobecker@adacore.com>
6568
6569 * gdb.ada/char_enum: New testcase.
6570
3536d9e3 65712011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
6572
6573 * gdb.base/dump.exp (capture_pointer_with_type): New.
6574 Get value from address instead of name.
6575 Start GDB once, and do `dump' and `restore'
6576 tests together.
6577
db863c42
MF
65782011-06-30 Jie Zhang <jie.zhang@analog.com>
6579 Mike Frysinger <vapier@gentoo.org>
6580
6581 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
6582 helper functions for getting/setting remotetimeout variable.
6583 * lib/gdb.exp (gdb_load): If the target is remote, set
6584 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
6585 with $loadtimeout. Set $load_ok to 0 before doing the load.
6586 Instead of returning, immediately, set $load_ok to 0. Call
6587 set_remotetimeout with $oldremotetimeout, and then return if
6588 $load_ok is 1.
6589
e9e642a8
AB
65902011-06-30 Andrew Burgess <aburgess@broadcom.com>
6591
6592 * gdb.python/py-template.exp: Don't run this test if the target
6593 does not support c++ tests.
6594
32019081
JK
65952011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6596
6597 Fix non-only rename list for Fortran modules import.
6598 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
6599 tests.
6600 * gdb.fortran/module.f90 (module moduse): New.
6601 (program module): use moduse, test var_x, var_y and var_z.
6602
0ecee54c
TT
66032011-06-29 Tom Tromey <tromey@redhat.com>
6604
6605 PR testsuite/12040:
6606 * gdb.fortran/array-element.exp: Use f90, not f77.
6607 * gdb.fortran/complex.exp: Use f90, not f77.
6608 * gdb.fortran/derived-type.exp: Use f90, not f77.
6609 * gdb.fortran/library-module.exp: Use f90, not f77.
6610 * gdb.fortran/logical.exp: Use f90, not f77.
6611 * gdb.fortran/module.exp: Use f90, not f77.
6612 * gdb.fortran/multi-dim.exp: Use f90, not f77.
6613 * gdb.fortran/subarray.exp: Use f90, not f77.
6614
3b2b8fea
TT
66152011-06-29 Tom Tromey <tromey@redhat.com>
6616
6617 * gdb.fortran/charset.exp: New file.
6618 * gdb.fortran/charset.f90: New file.
6619
42159ca5
TT
66202011-06-29 Tom Tromey <tromey@redhat.com>
6621
6622 PR testsuite/12040:
6623 * lib/future.exp: New file, mostly extracted from ada.exp.
6624 Rewrote compatibility code to use rename.
6625 (gdb_find_gfortran): New proc.
6626 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
6627 gfortran patch.
6628 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
6629 Move to future.exp.
6630 * lib/gdb.exp: Always load future.exp.
6631
af69a5ce
YQ
66322011-06-28 Yao Qi <yao@codesourcery.com>
6633
6634 * gdb.cp/exception.cc: Don't include iostream.
6635 (bar): Remove print statement.
6636 (catcher): New.
6637 (main): Remove print statements. Call function catcher.
6638 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
6639 Set breakpoint on catcher, and check the value of parameter.
6640
ab5c6a72
YQ
66412011-06-23 Yao Qi <yao@codesourcery.com>
6642
6fdff2c5
PA
6643 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
6644 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 6645
9497469f
MP
66462011-06-23 Marek Polacek <mpolacek@redhat.com>
6647
6648 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
6649 mi_gdb_test.
6650
b9132588
MP
66512011-06-23 Marek Polacek <mpolacek@redhat.com>
6652
5d197ed0 6653 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 6654
e55595ca
MP
66552011-06-23 Marek Polacek <mpolacek@redhat.com>
6656
5d197ed0
MP
6657 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
6658
66592011-06-23 Marek Polacek <mpolacek@redhat.com>
6660
6661 * gdb.mi/mi2-basics.exp: Fix races. Honour the
6662 `test_exec_and_symbol_mi_operatons' return value.
6663 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6664 gdb_test_multiple.
6665 (test_exec_and_symbol_mi_operatons): Likewise.
6666 (test_path_specification): Likewise.
e55595ca 6667
be777e08
YQ
66682011-06-23 Yao Qi <yao@codesourcery.com>
6669
6670 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
6671 supported.
6672 * lib/gdb.exp (support_displaced_stepping): New.
6673
615556d6
YQ
66742011-06-23 Yao Qi <yao@codesourcery.com>
6675
6676 * gdb.threads/execl.exp: Skip on remote target.
6677
833b0ca7
MP
66782011-06-21 Marek Polacek <mpolacek@redhat.com>
6679
5d197ed0 6680 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
6681 mi_gdb_test.
6682
1ee4023a
MP
66832011-06-20 Marek Polacek <mpolacek@redhat.com>
6684
5d197ed0 6685 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 6686
d0b1d624
MP
66872011-06-20 Marek Polacek <mpolacek@redhat.com>
6688
5d197ed0 6689 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
6690 mi_gdb_test.
6691
79aa92c1
MP
66922011-06-20 Marek Polacek <mpolacek@redhat.com>
6693
5d197ed0 6694 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 6695
5ce5db06
YQ
66962011-06-14 Yao Qi <yao@codesourcery.com>
6697
6698 gdb/testsuite/
6699 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
6700
533a737e
JK
67012011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6702
6703 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
6704
d0e53741
TT
67052011-06-10 Tom Tromey <tromey@redhat.com>
6706
6707 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
6708 Add tests for pointer-to-member-function.
6709 * gdb.cp/temargs.cc (S::somefunc): New function.
6710 (K2): New class.
6711 (main): Instantiate K2; call method.
6712
b5916bbd
JB
67132011-06-08 Joel Brobecker <brobecker@adacore.com>
6714
6715 * gdb.python/py-inferior.c (f2): Make str an array rather
6716 than a pointer.
6717 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
6718
5be4dfca
JK
67192011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6720
6721 * gdb.base/async-shell.c: New file.
6722 * gdb.base/async-shell.exp: New file.
6723
9f47e254
PA
67242011-06-06 Pedro Alves <pedro@codesourcery.com>
6725
6726 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
6727
64b9b334
JB
67282011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
6729
6730 From Stephen Kitt <steve@sk2.org>
6731 * gdb.base/help.exp: Adjust following some spelling corrections
6732 in GDB.
6733
dbc0f131
YQ
67342011-06-01 Yao Qi <yao@codesourcery.com>
6735
6736 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
6737
fd336a18
KS
67382010-05-31 Keith Seitz <keiths@redhat.com>
6739
6740 PR c++/12750
6741 * gdb.cp/static-method.cc: New file.
6742 * gdb.cp/static-method.exp: New file.
6743
fa8b9902
KS
67442010-05-31 Keith Seitz <keiths@redhat.com>
6745
6746 PR symtab/12704
6747 * gdb.cp/anon-ns.cc: New file.
6748 * gdb.cp/anon-ns.exp: New file.
6749
0a5b1e09
PA
67502011-05-31 Pedro Alves <pedro@codesourcery.com>
6751
6752 * gdb.arch/i386-dr3-watch.c: New file.
6753 * gdb.arch/i386-dr3-watch.exp: New file.
6754
0578b8d1
YQ
67552011-05-30 Yao Qi <yao@codesourcery.com>
6756
6757 * gdb.base/callfuncs.c (t_structs_fc): New.
6758 (t_structs_dc, t_structs_ldc): New.
6759 (t_double_many_args):
6760 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
6761 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
6762 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
6763 * gdb.base/callfuncs.exp: Call new functions.
6764
6680506e
YQ
67652011-05-30 Yao Qi <yao@codesourcery.com>
6766
ff4d2c60
YQ
6767 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
6768 Call rerun_and_prepare for each test to isolate effects.
6769
67702011-05-30 Yao Qi <yao@codesourcery.com>
6771
6772 * gdb.base/varargs.c (find_max_float_real): New.
6773 (find_max_double_real, find_max_long_double_real): New.
6774 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
6775 * lib/gdb.exp (setup_kfail_for_target): New.
6776
e43ec454
YQ
67772011-05-30 Yao Qi <yao@codesourcery.com>
6778
6779 * gdb.base/funcargs.c (callca, callcb, callcc): New.
6780 (callcd, callce, callcf, callc1a, callc1b): New.
6781 (callc2a, callc2b): New.
6782 * gdb.base/funcargs.exp (complex_args): New.
6783 (complex_integral_args, complex_float_integral_args): New.
6784 * lib/gdb.exp (support_complex_tests): New. Determine
6785 whether to run test cases on _Complex types.
6786
432b4d03
JK
67872011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6788
6789 * gdb.threads/leader-exit.c: New file.
6790 * gdb.threads/leader-exit.exp: New file.
6791
6caf069d
MP
67922011-05-27 Marek Polacek <mpolacek@redhat.com>
6793
9497469f 6794 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 6795
97fce28b
MP
67962011-05-27 Marek Polacek <mpolacek@redhat.com>
6797
6798 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
6799 remove the `supported' variable.
6800 * gdb.mi/mi-nonstop.exp: Likewise.
6801 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
6802 * gdb.mi/mi-nsintrall.exp: Likewise.
6803 * gdb.mi/mi-nsmoribund.exp: Likewise.
6804 * gdb.mi/mi-nsthrexec.exp: Likewise.
6805
9da8c2a0
PA
68062011-05-26 Pedro Alves <pedro@codesourcery.com>
6807
6808 * gdb.reverse/finish-reverse-bkpt.exp: New test.
6809
2c03e5be
PA
68102011-05-26 Pedro Alves <pedro@codesourcery.com>
6811
6812 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
6813
2e21250d
KS
68142011-05-24 Keith Seitz <keiths@redhat.com>
6815
6816 PR breakpoint/12803
6817 * gdb.cp/cmpd-minsyms.cc (a): New method.
6818 (b): New method.
6819 (c): New method.
6820 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
6821
cdac0397
PA
68222011-05-24 Pedro Alves <pedro@codesourcery.com>
6823
6824 * gdb.base/commands.exp (watchpoint_command_test): Check that the
6825 watchpoint's command list didn't execute when the watchpoint went
6826 out of scope.
6827
ee5683ab
PM
68282011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
6829
6830 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
6831 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
6832 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
6833 * gdb.arch/i386-gnu-cfi.exp: Likewise.
6834 * gdb.arch/i386-permbkpt.exp: Likewise.
6835 * gdb.arch/i386-prologue.exp: Likewise.
6836 * gdb.arch/i386-size-overlap.exp: Likewise.
6837 * gdb.arch/i386-size.exp: Likewise.
6838 * gdb.arch/i386-unwind.exp: Likewise.
6839 * gdb.reverse/i386-precsave.exp: Likewise.
6840 * gdb.reverse/i386-reverse.exp: Likewise.
6841 * gdb.reverse/i386-sse-reverse.exp: Likewise.
6842 * gdb.reverse/i387-env-reverse.exp: Likewise.
6843 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6844
c91c8c16
PA
68452011-05-24 Pedro Alves <pedro@codesourcery.com>
6846
6847 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
6848 file doesn't error, using MI.
6849
c50491a7
TT
68502011-05-23 Tom Tromey <tromey@redhat.com>
6851
6852 * gdb.base/charset.exp (string_display): Add tests to assign to
6853 arrays.
6854 * gdb.base/charset.c (short_array, int_array, long_array): New.
6855
4a07b7da
PA
68562011-05-20 Pedro Alves <pedro@codesourcery.com>
6857
6858 Cope with async mode.
6859
4a07b7da
PA
6860 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
6861 into gdb_test + mi_expect_stop.
6862
b275f2d2
PA
68632011-05-20 Pedro Alves <pedro@codesourcery.com>
6864
6865 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
6866 (callme): Remove printf call.
6867
eec52c44
PM
68682011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
6869
6870 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
6871 quote pattern to avoid problems with Cygwin/mingw expect versions.
6872 * gdb.base/default.exp (show convenience): Use double
6873 quote pattern for regular expressions.
6874
b3c8eb43
JK
68752011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6876
6877 Fix -readnow for -gdwarf-4 unused type units.
6878 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
6879 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
6880
ed731959
JK
68812011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6882
6883 * gdb.base/kill-after-signal.c: New file.
6884 * gdb.base/kill-after-signal.exp: New file.
6885
3b48433d
PA
68862011-05-16 Pedro Alves <pedro@codesourcery.com>
6887
6888 * gdb.ada/start.exp: Call untested with the correct test filename.
6889 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
6890 test filename. Make the test's binary unique.
6891 * gdb.arch/i386-signal.exp: Call untested with the correct test
6892 filename.
6893 * gdb.arch/i386-size-overlap.exp: Ditto.
6894 * gdb.arch/Makefile.in (EXECUTABLES): Update.
6895 * gdb.base/gcore-buffer-overflow.exp: Ditto.
6896 * gdb.cp/call-c.exp: Ditto.
6897 * gdb.mi/mi-reverse.exp: Call untested with the correct test
6898 filename. Make the test's binary unique.
6899 * gdb.mi/Makefile.in (EXECUTABLES): Update.
6900 * gdb.python/py-mi.exp: Ditto.
6901 * gdb.python/Makefile.in (EXECUTABLES): Update.
6902 * gdb.reverse/i386-precsave.exp: Ditto.
6903 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
6904 test filename.
6905 * gdb.reverse/i387-stack-reverse.exp: Ditto.
6906 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
6907 unique.
6908 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
6909 test filename.
6910 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
6911 * gdb.trace/tfile.exp: Ditto.
6912
ba4a8bdd
YQ
69132011-05-14 Yao Qi <yao@codesourcery.com>
6914
6915 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
6916 type.
6917
dbaefcf7
DE
69182011-05-13 Doug Evans <dje@google.com>
6919
6920 * gdb.python/py-objfile-script.exp: New file.
6921 * gdb.python/py-objfile-script.c: New file.
6922 * gdb.python/py-objfile-script-gdb.py: New file.
6923 * testsuite/gdb.python/py-section-script.exp: Test
6924 "info auto-load-scripts".
6925
9930639c
TT
69262011-05-13 Tom Tromey <tromey@redhat.com>
6927
6928 * gdb.dwarf2/clztest.exp: New file.
6929 * gdb.dwarf2/clztest.c: New file.
6930 * gdb.dwarf2/clztest.S: New file.
6931
05272e11
DE
69322011-05-13 Doug Evans <dje@google.com>
6933
cc63ef9b
DE
6934 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
6935 String16 tests.
05272e11 6936
6edba76f
TT
69372011-05-13 Tom Tromey <tromey@redhat.com>
6938
6939 * lib/gdb.exp (is_x86_like_target): New proc.
6940 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
6941 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
6942 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
6943 -nostdlib to compiler.
6944 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
6945 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
6946 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
6947 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
6948 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
6949
028d0ed5
TJB
69502011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
6951
6952 * gdb.python/py-function.exp: Test setting a value from a function
6953 which executes a command.
6954
8a9b8146
TT
69552011-05-12 Tom Tromey <tromey@redhat.com>
6956
6957 * gdb.dwarf2/typeddwarf.S: New file.
6958 * gdb.dwarf2/typeddwarf.c: New file.
6959 * gdb.dwarf2/typeddwarf.exp: New file.
6960
10483e8e
MP
69612011-05-12 Marek Polacek <mpolacek@redhat.com>
6962
6963 * gdb.mi/mi-basics.exp: Fix races. Honour the
6964 `test_exec_and_symbol_mi_operatons' return value.
6965 (test_mi_interpreter_selection): Use mi_gdb_test instead of
6966 gdb_test_multiple.
6967 (test_exec_and_symbol_mi_operatons): Likewise.
6968 (test_path_specification): Likewise.
6969
faf067f1
JK
69702011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
6973 (gdb_touch_execfile): Remove catch wrappers. New variable time.
6974 Replace `file copy' and `file rename' by `file mtime'. Twice.
6975
7ff911a3
JK
69762011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * gdb.base/readline-ask.c: New file.
6979 * gdb.base/readline-ask.exp: New file.
6980 * gdb.base/readline-ask.inputrc: New file.
6981
a536c6d7
UW
69822011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
6983
6984 * gdb.cell/bt.exp: Delete breakpoints before running to signal
6985 to avoid race condition.
6986 * gdb.cell/coremaker.c: Use small stack size.
6987 * gdb.cell/ea-standalone.exp: Use file name without path as
6988 argument to c_to.
6989 * gdb.cell/fork.exp: Allow other output when continuing to end.
6990
d472a426
JK
69912011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6992
6993 * gdb.threads/corethreads.c: New file.
6994 * gdb.threads/corethreads.exp: New file.
6995
69962011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
6997
6998 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
6999 Try to compile the test using -Wl,-z,norelro first.
7000 (load_core): New variable libthread_db_seen, initialize it.
7001 (zeroed-threads cannot be listed): Protect it by XFAIL on
7002 !$libthread_db_seen.
7003
8be455d7
JK
70042011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7005
7006 PR 12573
7007 * gdb.dwarf2/dw2-skip-prologue.S: New file.
7008 * gdb.dwarf2/dw2-skip-prologue.c: New file.
7009 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
7010
1976171a
JK
70112011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 * gdb.cp/psymtab-parameter.cc: New file.
7014 * gdb.cp/psymtab-parameter.exp: New file.
7015
7db6f30f
JK
70162011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7017
7018 Fix a race.
7019 * gdb.cp/static-print-quit.exp (print c): Split to ...
7020 (print c - <return>, print c - q <return>, print c - to quit):
7021 ... these. Make the testfile untested on gdb-7.1.
7022
85161e9e 70232011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
7024
7025 * lib/gdb.exp (exec_target_file, exec_symbol_file,
7026 gdb_rename_execfile, gdb_touch_execfile): New.
7027 * gdb.base/reread.exp: Use new procs to handle multiple
7028 exec files.
7029
0c51be18
YQ
70302011-05-05 Yao Qi <yao@codesourcery.com>
7031
7032 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
7033 (test_adr_32bit, test_pop_pc): New.
7034 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
7035 (test_adr_32bit, test_pop_pc): New.
7036
4d393d60
JM
70372011-05-04 Joseph Myers <joseph@codesourcery.com>
7038
7039 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
7040 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
7041 targets.
7042 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
7043 handle targets.
7044
8ffd0459
JK
70452011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7046
7047 * gdb.base/completion.exp (complete help info wat): Rename to ...
7048 (complete 'help info wat'): ... here.
7049 Remove all `-re ".*' and `-re "^.*' redundant regexes.
7050 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
7051
8e28d804
PA
70522011-05-04 Pedro Alves <pedro@codesourcery.com>
7053
7054 * gdb.base/completion.exp: Use gdb_test_multiple instead of
7055 gdb_test and explicit $gdb_prompt/timeout matches.
7056
3eb2ef34
YQ
70572011-05-04 Yao Qi <yao@codesourcery.com>
7058
7059 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
7060 and __thumb2__.
7061
aaaf81a3
MP
70622011-05-03 Marek Polacek <mpolacek@redhat.com>
7063
7064 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
7065 in place of `gdb_test "delete breakpoints"'. This eliminates two
7066 testcases.
7067
c4cbc0df
PA
70682011-05-02 Pedro Alves <pedro@codesourcery.com>
7069
7070 PR testsuite/12649
7071 Fix races.
7072
7073 * gdb.base/completion.exp: Remove all sleep calls. Remove
7074 unnecessary regexs. Don't explicitly expect anything after the
7075 prompt. Eat the prompt if necessary.
7076
b4cbb4a3
EBM
70772011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7078
7079 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
7080 accept to show the caller line again as well as the line after.
7081
d65aec65
PM
70822011-04-29 Phil Muldoon <pmuldoon@redhat.com>
7083
7084 PR mi/12531
7085
7086 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
7087 compile target.
7088 * gdb.python/py-prettyprint.exp: Add C++ object for
7089 CPLUS_FAKE_CHILD test.
7090
30852783
UW
70912011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
7092
7093 * gdb.base/signest.exp: New file.
7094 * gdb.base/signest.c: Likewise.
7095
c7b1f0d9
JK
70962011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7097
7098 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
7099 thread and breakpoint notifications.
7100
559a7a62
JK
71012011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * gdb.base/fortran-sym-case.c: New file.
7104 * gdb.base/fortran-sym-case.exp: New file.
7105 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
7106 * gdb.dwarf2/dw2-case-insensitive.c: New file.
7107 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
7108
8344e389
JK
71092011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7110
7111 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
7112 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
7113 false #1', `if true else false #2' and `if true else false #3'.
7114
2484c66b
UW
71152011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
7116
7117 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
7118 while delivering signal.
7119
8d3788bd
VP
71202011-04-27 Vladimir Prus <vladimir@codesourcery.com>
7121
7122 MI breakpoint notifications.
7123
7124 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
7125 * testsuite/gdb.mi/mi2-cli.exp: Adust.
7126 * testsuite/gdb.mi/mi-watch.exp: Adust.
7127 * testsuite/gdb.mi/mi2-watch.exp: Adust.
7128 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
7129 notifications.
8d3788bd 7130
3e03848b
JK
71312011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7132
7133 * gdb.base/gdbindex-stabs-dwarf.c: New file.
7134 * gdb.base/gdbindex-stabs.c: New file.
7135 * gdb.base/gdbindex-stabs.exp: New file.
7136
918c9108
YQ
71372011-04-25 Yao Qi <yao@codesourcery.com>
7138
7139 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
7140 with /*...*/.
7141 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7142
90556b8c
JK
71432011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7144
7145 * gdb.python/py-value.exp (test_objfiles): Name the first test
7146 `py-value in file.filename'.
7147
03f2bd59
JK
71482011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7149
7150 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
7151 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
7152 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
7153 !gdbserver_reconnect_p..
7154 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
7155
7b08b9eb
JK
71562011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7157
7158 * gdb.cp/cpcompletion.exp (complete class methods)
7159 (complete class methods beginning with F): Move them above runto. New
7160 comment about the runto delimiter.
7161
b78974c3
PA
71622011-04-20 Pedro Alves <pedro@codesourcery.com>
7163
7164 * gdb.base/maint.exp: Test that "maint print registers" works
7165 without a running program.
7166
20429c40 71672011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 7168
20429c40
MP
7169 * gdb.base/setshow.exp: Fix racy tests.
7170 ($old_gdb_prompt): New variable.
7171
7a9dd1b2
TT
71722011-04-19 Tom Tromey <tromey@redhat.com>
7173
7174 * gdb.mi/mi-nsmoribund.exp:
7175 * gdb.hp/gdb.objdbg/objdbg01.exp:
7176 * gdb.base/structs.exp (test_struct_returns):
7177 * gdb.base/call-sc.exp (test_scalar_returns):
7178 * gdb.base/bigcore.exp: Remove duplicate words.
7179
02835898
JK
71802011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7181
7182 * gdb.base/break-interp-lib.c (v, vptr): New variables.
7183 * gdb.base/break-interp.exp (test_attach): New comment.
7184
254f582e
JK
71852011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.threads/gcore-thread.exp ($core0file): New variable.
7188 (clear __stack_user.next, clear stack_used.next)
7189 (save a zeroed-threads corefile): New test.
7190 Call core_load for $core0file.
7191 (zeroed-threads cannot be listed): New test.
7192
4fe85f5c
JK
71932011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7194
7195 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
7196 filename.
7197 ($srcfile): Preserve the original value.
7198 ($testfile): Match it the .exp filename.
7199 ($corefile): New variable. Substitute it around.
7200 Use clean_restart.
7201 ($prev_timeout): Remove.
7202 (load_core): Move core loading into this proc.
7203 Fix restore of $timeout if load_core fails.
7204
63524580
JK
72052011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7206
7207 * gdb.base/eu-strip-infcall.c: New file.
7208 * gdb.base/eu-strip-infcall.exp: New file.
7209
90359a16
JK
72102011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
7213 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
7214
626e7282
JK
72152011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 Fix Python access to inlined frames.
7218 * gdb.python/py-frame-inline.c: New file.
7219 * gdb.python/py-frame-inline.exp: New file.
7220
3363d018
EBM
72212011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
7222
7223 * gdb.base/gdb1090.exp: Change breakpoint location to read the
7224 content of 's24' correctly (avoiding "optimized out").
7225 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
7226
28781456
JK
72272011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7228
7229 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
7230
4a4106ca
TJB
72312011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
7232
7233 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
7234 expect a colon in watch -location output.
7235
d26ccb4f
JK
72362011-04-13 Marek Polacek <mpolacek@redhat.com>
7237
df46027d 7238 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
7239 New testcase `expect response to define backtrace'. Also remove
7240 redundant `default' block.
7241
e1ab1f9c
JK
72422011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7243
7244 * gdb.python/py-prettyprint.c (struct hint_error): New.
7245 (main): New variable hint_error.
7246 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
7247 "print hint_error".
7248 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
7249 (register_pretty_printers): Register it.
7250
0c2e6019
TT
72512011-04-04 Tom Tromey <tromey@redhat.com>
7252
7253 * gdb.cp/maint.exp (test_help): Update.
7254 (test_namespace): Likewise.
7255
af57139d
JB
72562011-04-01 Joel Brobecker <brobecker@adacore.com>
7257
7258 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
7259 * gdb.ada/arrayptr.exp: Add new tests.
7260
956a9fb9
JB
72612011-04-01 Joel Brobecker <brobecker@adacore.com>
7262
7263 * gdb.ada/mi_catch_ex: New testcase.
7264
d0c4d642
PA
72652011-04-01 Pedro Alves <pedro@codesourcery.com>
7266
7267 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
7268 base::overload(void) method without specifying "const".
7269
18819fa6
UW
72702011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
7271
7272 * gdb.arch/thumb-singlestep.S: New file.
7273 * gdb.arch/thumb-singlestep.exp: Likewise.
7274
a4c8e806
TT
72752011-03-31 Tom Tromey <tromey@redhat.com>
7276
7277 * gdb.python/py-prettyprint.py (exception_flag): New global.
7278 (NoStringContainerPrinter._iterator.next): Check it.
7279 * gdb.python/py-prettyprint.c (main): New variable nstype2.
7280 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
7281
53832f31
TT
72822011-03-29 Tom Tromey <tromey@redhat.com>
7283
7284 * gdb.cp/anon-struct.cc: New file.
7285 * gdb.cp/anon-struct.exp: New file.
7286
e4620230
JK
72872011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7288
7289 Test STT_GNU_IFUNC support.
7290 * gdb.base/gnu-ifunc-lib.c: New file.
7291 * gdb.base/gnu-ifunc.c: New file.
7292 * gdb.base/gnu-ifunc.exp: New file.
7293
d0fb5eae
JK
72942011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7295
7296 Support a ring of related breakpoints.
7297 * gdb.base/watchpoint-delete.c: New file.
7298 * gdb.base/watchpoint-delete.exp: New file.
7299
20106cfb
JK
73002011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.ada/arrayparam.exp (print first after function call): Use
7303 explicit package name. Add a comment
7304 (print lasta after function call): Rename ...
7305 (print last after function call): ... it and use explicit package
7306 name.
7307 (print length after function call): Use explicit package name.
7308 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
7309 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
7310 (multiple matches for symbol i): Rename ...
7311 (multiple matches for symbol integervar): ... it.
7312 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
7313 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
7314
e7ab5e63
AB
73152011-03-25 Andrew Burgess <aburgess@broadcom.com>
7316
7317 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
7318 environment variable to make grep output more predictable. Move
7319 all the environment setup into gdb_init so it's done once per test
7320 case rather than each time we start gdb.
7321
9ef07c8c
TT
73222011-03-24 Tom Tromey <tromey@redhat.com>
7323
7324 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
7325 test.
7326
dd90784c
JK
73272011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 * gdb.dwarf2/dw2-entry-value-main.c: New file.
7330 * gdb.dwarf2/dw2-entry-value.S: New file.
7331 * gdb.dwarf2/dw2-entry-value.exp: New file.
7332
05775840
PM
73332011-03-22 Phil Muldoon <pmuldoon@redhat.com>
7334
6fdff2c5 7335 PR python/12183
05775840
PM
7336
7337 * gdb.python/py-function.exp: Add GdbError tests.
7338
8661b11b
PA
73392011-03-18 Pedro Alves <pedro@codesourcery.com>
7340
7341 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
7342 (reglocal_test_func, statlocal_test_func): New functions.
7343 (globals_test_func): Call new functions.
7344 * gdb.trace/unavailable.exp (gdb_collect_args_test)
7345 (gdb_collect_locals_test): New procedure.
7346 (gdb_trace_collection_test): Call new procedures.
7347
0fdb4f18
PA
73482011-03-18 Pedro Alves <pedro@codesourcery.com>
7349
7350 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
7351 (test_register, test_register_unavailable): New procedures.
7352 (gdb_unavailable_registers_test): New procedure.
7353 (gdb_trace_collection_test): Call it.
7354
99c3dc11
PM
73552011-03-18 Phil Muldoon <pmuldoon@redhat.com>
7356
6fdff2c5 7357 PR python/12149
99c3dc11
PM
7358
7359 * gdb.python/python.exp: Add gdb.write tests.
7360
29703da4
PM
73612010-03-17 Phil Muldoon <pmuldoon@redhat.com>
7362
7363 * gdb.python/Makefile.in: Add py-objfile.
7364 * gdb.python/py-objfile.exp: New file.
7365 * gdb.python/py-objfile.c: New file.
7366 * gdb.python/py-block.exp: Add is_valid tests.
7367 * gdb.python/py-inferior.exp: Ditto.
7368 * gdb.python/py-infthread.exp: Ditto.
7369 * gdb.python/py-symbol.exp: Ditto.
7370 * gdb.python/py-symtab.exp: Ditto.
7371
598997c8
KS
73722011-03-16 Keith Seitz <keiths@redhat.com>
7373
7374 PR c++/12273
7375 * gdb.cp/cmpd-minsyms.exp: New test.
7376 * gdb.cp/cmpd-minsyms.cc: New file.
7377
7378 PR c++/11734
7379 * gdb.cp/ovsrch.exp: New test.
7380 * gdb.cp/ovsrch.h: New file.
7381 * gdb.cp/ovsrch1.cc: New file.
7382 * gdb.cp/ovsrch2.cc: New file.
7383 * gdb.cp/ovsrch3.cc: New file.
7384 * gdb.cp/ovsrch4.cc: New file.
7385
c91513d8
PP
73862011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
7387
7388 PR gdb/12528
7389 * gdb.base/Makefile.in: Adjust EXECUTABLES.
7390 * gdb.base/break-on-linker-gcd-function.exp: New test.
7391 * gdb.base/break-on-linker-gcd-function.cc: New file.
7392
7470fc63
AT
73932011-03-15 Andreas Tobler <andreast@fgznet.ch>
7394
7395 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
7396
959e7469
PM
73972011-03-15 Phil Muldoon <pmuldoon@redhat.com>
7398
7399 * lib/gdb.exp (gdb_unload): Add another termination case.
7400
9373cf26
JK
74012011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7402
7403 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
7404 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
7405 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
7406 Provide a stub byte there.
7407 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
7408 DW_AT_entry_pc.
7409 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
7410
24e9cda0
UW
74112011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
7412
7413 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
7414 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
7415 "generic ABI, auto".
7416 (altivec_abi_tests): Accept vectors returned by reference.
7417
7371cf6d
PM
74182010-03-14 Phil Muldoon <pmuldoon@redhat.com>
7419
7420 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
7421
ce77046a
UW
74222011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
7423
7424 * gdb.python/py-section-script.exp: Skip test if no Python support.
7425
176400c3
UW
74262011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
7427
7428 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
7429
ecec24e6
PM
74302011-03-10 Phil Muldoon <pmuldoon@redhat.com>
7431
7432 * gdb.python/py-parameter.exp: Update tests to the new Python
7433 parameter API. Add "no documentation" test. Add deprecated API
7434 backward compatibility test.
7435
5dbdd470
TT
74362011-03-09 Tom Tromey <tromey@redhat.com>
7437
7438 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
7439 gdb_continue_to_end.
7440
b66e66ee
MK
74412011-03-09 Mark Kettenis <kettenis@gnu.org>
7442
7443 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
7444 tabs.
7445
eceb0c5f
TT
74462011-03-09 Tom Tromey <tromey@redhat.com>
7447
7448 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
7449 parentheses.
7450 (gdb_continue_to_end): Add "allow_extra" parameter. Use
7451 $command.
7452 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
7453 argument to gdb_continue_to_end.
7454 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
7455 argument to gdb_continue_to_end.
7456 * gdb.cp/annota3.exp: Fix regex.
7457 * gdb.cp/annota2.exp: Fix regex.
7458 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
7459 gdb_continue_to_end.
7460 * gdb.base/call-signal-resume.exp: Revert earlier patch.
7461 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
7462 gdb_continue_to_end.
7463
63154eca
PA
74642011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7465
7466 * gdb.server/ext-run.exp
7467 (load new file without any gdbserver inferior): New test.
7468
967d1f9b
TT
74692011-03-07 Tom Tromey <tromey@redhat.com>
7470
7471 * Makefile.in (TAGS): Rewrite.
7472
d68dcbb9
JK
74732011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7474
7475 * gdb.trace/report.exp (12.1: trace report #1): New match for the
7476 initial commands echo. New match for `Found trace'. Anchor all the
7477 other matches. Anchor and match for `No trace frame found' the final
7478 match.
7479
6bf58e63
TT
74802011-03-07 Tom Tromey <tromey@redhat.com>
7481
7482 * Makefile.in (TAGS): New target.
7483
fda326dd
TT
74842011-03-07 Tom Tromey <tromey@redhat.com>
7485
7486 * lib/opencl.exp (skip_opencl_tests): Update for exit message
7487 change.
7488 * lib/mi-support.exp (mi_gdb_test): Update for exit message
7489 change.
7490 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
7491 exit message change.
7492 (skip_altivec_tests): Update for exit message change.
7493 (skip_vsx_tests): Likewise.
7494 (gdb_continue_to_end): Likewise. Add 'command' argument.
7495 * lib/cell.exp (skip_cell_tests): Update for exit message change.
7496 * gdb.threads/tls.exp: Update for exit message change.
7497 * gdb.threads/thread-unwindonsignal.exp: Use
7498 gdb_continue_to_end.
7499 * gdb.threads/step.exp (step_it): Update for exit message change.
7500 (continue_all): Likewise.
7501 * gdb.threads/print-threads.exp (test_all_threads): Update for
7502 exit message change.
7503 * gdb.threads/interrupted-hand-call.exp: Use
7504 gdb_continue_to_end.
7505 * gdb.threads/execl.exp: Use gdb_continue_to_end.
7506 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
7507 gdb_continue_to_end.
7508 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
7509 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
7510 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
7511 * gdb.cp/method.exp: Update for exit message change.
7512 * gdb.cp/mb-templates.exp: Update for exit message change.
7513 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
7514 * gdb.cp/annota3.exp: Update for exit message change.
7515 * gdb.cp/annota2.exp: Update for exit message change.
7516 * gdb.cell/fork.exp: Use gdb_continue_to_end.
7517 * gdb.base/term.exp: Update for exit message change.
7518 * gdb.base/step-test.exp (test_i): Update for exit message change.
7519 * gdb.base/sigstep.exp (advance): Update for exit message change.
7520 (advancei): Likewise.
7521 * gdb.base/siginfo.exp: Update for exit message change.
7522 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
7523 * gdb.base/reread.exp: Use gdb_continue_to_end.
7524 * gdb.base/langs.exp: Use gdb_continue_to_end.
7525 * gdb.base/interrupt.exp: Update for exit message change.
7526 * gdb.base/gdb1555.exp: Update for exit message change.
7527 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
7528 * gdb.base/ending-run.exp: Update for exit message change.
7529 * gdb.base/chng-syms.exp: Update for exit message change.
7530 * gdb.base/checkpoint.exp: Update for exit message change.
7531 * gdb.base/catch-syscall.exp (check_for_program_end): Use
7532 gdb_continue_to_end.
7533 (test_catch_syscall_with_wrong_args): Likewise.
7534 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
7535 * gdb.base/break-interp.exp (test_ld): Update for exit message
7536 change.
7537 * gdb.base/bang.exp: Update for exit message change.
7538 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
7539 (do_call_attach_tests): Likewise.
7540 * gdb.base/a2-run.exp: Update for exit message change.
7541 * gdb.arch/ppc-dfp.exp: Update for exit message change.
7542 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
7543 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
7544
dd19bd70
JK
75452011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7546
7547 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
7548
30e62689
TT
75492011-03-03 Tom Tromey <tromey@redhat.com>
7550
7551 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
7552 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
7553 * gdb.hp/gdb.aCC/configure.ac: Remove.
7554 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
7555 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
7556 * gdb.hp/gdb.base-hp/configure.ac: Remove.
7557 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
7558 * gdb.hp/gdb.compat/configure (Makefile): Remove.
7559 * gdb.hp/gdb.compat/configure.ac: Remove.
7560 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
7561 * gdb.hp/gdb.defects/configure (Makefile): Remove.
7562 * gdb.hp/gdb.defects/configure.ac: Remove.
7563 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
7564 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
7565 * gdb.hp/gdb.objdbg/configure.ac: Remove.
7566 * gdb.hp/configure.ac: Remove.
7567 * gdb.hp/configure: Remove.
7568 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
7569 substitution.
7570 (Makefile): Remove rule.
7571 * gdb.cell/configure.ac: Remove.
7572 * gdb.cell/configure: Remove.
7573 * gdb.stabs/Makefile.in (Makefile): Remove.
7574 (distclean): Don't remove config.status or config.log.
7575 * gdb.stabs/configure (Makefile): Remove.
7576 * gdb.stabs/configure.ac: Remove.
7577 * configure: Rebuild.
7578 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
7579 Remove stabs- and cell-specific logic. Test for existence of
7580 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
7581 subdirectories, gdb.cell, and and gdb.stabs.
7582 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
7583
c171f854
JB
75842011-03-03 Joel Brobecker <brobecker@adacore.com>
7585
7586 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
7587 end of buffer.
7588
9a5193cb
JB
75892011-03-02 Joel Brobecker <brobecker@adacore.com>
7590
7591 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
7592 gdb_test when running a test where we expected no output back.
7593
9bb4c1bb
MS
75942011-02-28 Michael Snyder <msnyder@vmware.com>
7595
7596 * gdb.cp/overload.cc: Change initializer value to integer.
7597
3bd0f5ef
MS
75982011-02-27 Michael Snyder <msnyder@vmware.com>
7599
7600 * gdb.multi/base.exp: Add test for remove-inferiors.
7601
2279eaad
JB
76022011-02-26 Joel Brobecker <brobecker@adacore.com>
7603
7604 * gdb.python/py-frame.exp: Simplify the initialization phase
7605 using prepare_for_testing.
7606
c82c0b55
MS
76072011-02-25 Michael Snyder <msnyder@vmware.com>
7608
7609 * gdb.multi/base.exp: Add tests for info inferiors with args.
7610
1d94651b
JK
76112011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7612
7613 * gdb.dwarf2/dw2-ranges.S: Rename to ...
7614 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
7615 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
7616 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
7617 asmfile3. Comment the STABS (#3) file compilation. Compile
7618 everything through assembler. Provide KFAIL for symtab/12497.
7619 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
7620 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
7621 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
7622 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
7623
3bd0f5ef
MS
76242011-02-24 Michael Snyder <msnyder@vmware.com>
7625
7626 * gdb.base/break.exp: Add tests for delete breakpoints using
7627 convenience variables and value history references.
7628
12c1418e
MS
76292011-02-24 Michael Snyder <msnyder@vmware.com>
7630
7631 * gdb.base/break.exp: Remove debugging 'printf' accidentally
7632 left behind in previous check-in.
7633
e5a67952
MS
76342011-02-23 Michael Snyder <msnyder@vmware.com>
7635
7636 * gdb.base/break.exp: Add tests for "info break" with arguments.
7637 * gdb.trace/infotrace.exp: Update patterns for error and help.
7638 * gdb.base/completion.exp: Update pattern.
7639 * gdb.base/ena-dis-br.exp: Update pattern.
7640 * gdb.base/help.exp: Update patterns.
7641
76422011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
7643
7644 * gdb.base/memattr.exp: New test.
7645 * gdb.base/memattr.c: Test load for memattr.exp.
7646
6e6fbe60
DE
76472011-02-22 Doug Evans <dje@google.com>
7648
7649 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
7650
1d41d745
MS
76512011-02-22 Michael Snyder <msnyder@vmware.com>
7652
7653 * Makefile.in: Make more clean.
7654 * gdb.ada/Makefile.in: Ditto.
7655 * gdb.arch/Makefile.in: Ditto.
7656 * gdb.asm/Makefile.in: Ditto.
7657 * gdb.base/Makefile.in: Ditto.
7658 * gdb.cp/Makefile.in: Ditto.
7659 * gdb.dwarf2/Makefile.in: Ditto.
7660 * gdb.java/Makefile.in: Ditto.
7661 * gdb.mi/Makefile.in: Ditto.
7662 * gdb.modula2/Makefile.in: Ditto.
7663 * gdb.python/Makefile.in: Ditto.
7664 * gdb.server/Makefile.in: Ditto.
7665 * gdb.stabs/Makefile.in: Ditto.
7666 * gdb.threads/Makefile.in: Ditto.
7667 * gdb.trace/Makefile.in: Ditto.
7668
79ba84ca
MS
76692011-02-22 Michael Snyder <msnyder@vmware.com>
7670
df46027d 7671 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
7672 info threads.
7673
b9b35694
JB
76742011-02-22 Joel Brobecker <brobecker@adacore.com>
7675
7676 * gdb.python/py-breakpoint.exp: Fix the expected output of
7677 one of the "maint info breakpoints" tests to accept the output
7678 generated on platforms that do not have hardware watchpoints.
7679
8bfb830f
JB
76802011-02-22 Joel Brobecker <brobecker@adacore.com>
7681
7682 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
7683 clean_restart. Be a little stricter in the expected output
7684 for one of the tests. Fix a typo in one of the comments.
7685
c45f3c54
JB
76862011-02-22 Joel Brobecker <brobecker@adacore.com>
7687
7688 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
7689 Delete variable binfile, no longer use. Add or modify test
7690 comments to make them unique.
7691
b97c863c
MS
76922011-02-21 Michael Snyder <msnyder@vmware.com>
7693
7694 * Makefile.in: Update for make clean.
7695 * gdb.ada/Makefile.in: Ditto.
7696 * gdb.arch/Makefile.in: Ditto.
7697 * gdb.asm/Makefile.in: Ditto.
7698 * gdb.base/Makefile.in: Ditto.
7699 * gdb.cp/Makefile.in: Ditto.
7700 * gdb.dwarf2/Makefile.in: Ditto.
7701 * gdb.java/Makefile.in: Ditto.
7702 * gdb.mi/Makefile.in: Ditto.
7703 * gdb.modula2/Makefile.in: Ditto.
7704 * gdb.python/Makefile.in: Ditto.
7705 * gdb.server/Makefile.in: Ditto.
7706 * gdb.stabs/Makefile.in: Ditto.
7707 * gdb.threads/Makefile.in: Ditto.
7708 * gdb.trace/Makefile.in: Ditto.
7709
aea5b279
MS
77102011-02-21 Michael Snyder <msnyder@vmware.com>
7711
7712 * gdb.threads/thread-find.exp: Update patterns for changes in
7713 output of "info threads" command.
7714
e3039479
UW
77152011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7716 Ulrich Weigand <uweigand@de.ibm.com>
7717
7718 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
7719 (skip_hw_watchpoint_tests): Likewise.
7720 (skip_hw_watchpoint_multi_tests): Likewise.
7721
b800ec70
UW
77222011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
7723
7724 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
7725 (skip_hw_watchpoint_tests): Likewise.
7726 (skip_hw_watchpoint_multi_tests): Likewise.
7727 (skip_hw_watchpoint_access_tests): Likewise.
7728
7729 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
7730 * gdb.base/pr11022.exp: Likewise.
7731 * gdb.base/watch-read.exp: Likewise.
7732 * gdb.base/watch_thread_num.exp: Likewise.
7733 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
7734 * gdb.base/watchpoint-hw.exp: Likewise.
7735 * gdb.base/watchpoint.exp: Likewise.
7736 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
7737 * gdb.threads/watchthreads-reorder.exp: Likewise.
7738 * gdb.threads/watchthreads.exp: Likewise.
7739 * gdb.threads/watchthreads2.exp: Likewise.
7740
91033e37
JB
77412011-02-21 Joel Brobecker <brobecker@adacore.com>
7742
7743 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
7744 the debugger is unable to find the array bounds.
7745
eeaafae2
JK
77462011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7747
7748 * gdb.cp/typedef-operator.exp: New file.
7749 * gdb.cp/typedef-operator.cc: New file.
7750
e338d953
MS
77512011-02-17 Michael Snyder <msnyder@vmware.com>
7752
7753 * gdb.threads/thread-find.exp: Fix regular expressions.
7754
e67ad678
JB
77552011-02-17 Joel Brobecker <brobecker@adacore.com>
7756
7757 * gdb.ada/packed_array: Expand testcase to test printing of
7758 unconstrained packed array.
7759
93084bca
JB
77602011-02-17 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
7763
a0c78a73
PA
77642011-02-16 Pedro Alves <pedro@codesourcery.com>
7765
f65d5553 7766 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
7767 (main): Initialize it before collecting, and and clear it
7768 afterwards.
f65d5553
PA
7769 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7770 collecting with '{type} addr', where the addr expression is not an
7771 rvalue.
a0c78a73 7772
3dfcbbd2
KW
77732011-02-16 Ken Werner <ken.werner@de.ibm.com>
7774
7775 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
7776 a bool variable. Expect correct OpenCL names for vector types. Use the
7777 uc3 variable name instead of referring to the uchar3 built-in type.
7778 Escape the asterisk at the half pointer test.
7779
08807d5a
PA
77802011-02-16 Pedro Alves <pedro@codesourcery.com>
7781
f65d5553 7782 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
7783 (main): Initialize it before collecting, and and clear it
7784 afterwards.
f65d5553
PA
7785 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
7786 collecting overlapping memory ranges.
08807d5a 7787
60f98dde
MS
77882011-02-15 Michael Snyder <msnyder@vmware.com>
7789
7790 * gdb.base/default.exp: Add tests for thread commands.
7791 * gdb.base/help.exp: Add tests for thread commands.
7792 * gdb.threads/thread-find.exp: New test for thread find command.
7793
648cd113
KW
77942011-02-15 Ken Werner <ken.werner@de.ibm.com>
7795
7796 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
7797
494e194e
YQ
77982011-02-15 Yao Qi <yao@codesourcery.com>
7799
7800 PR tdep/12352
7801 * gdb.arch/arm-disp-step.S : New test for str instruction.
7802 * gdb.arch/arm-disp-step.exp : Likewise.
7803
d9492458
TJB
78042011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
7805
7806 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
7807 "vector_register2_vr" test strings. Test the extended floating
7808 point registers (F32~F63).
7809 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
7810 IBM XL C compiler. Make the test program use a register provided
7811 by the compiler for the lxvd2x instruction.
7812
8af8e3bc
PA
78132011-02-14 Pedro Alves <pedro@codesourcery.com>
7814
7815 * gdb.trace/unavailable.cc (class Base, class Middle, class
7816 Derived): New types.
7817 (derived_unavail, derived_partial, derived_whole): New globals.
7818 (virtual_partial): New global.
7819 (virtualp): Point at virtual_partial.
7820 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
7821 related to unavailable vptr.
7822
1b28d0b3
PA
78232011-02-14 Pedro Alves <pedro@codesourcery.com>
7824
7825 * gdb.trace/unavailable.cc (a, b, c): New globals.
7826 (main): Set and clear them.
7827 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
7828 `a' and `c', and check that `b' isn't collected, although `a' and
7829 `c' are.
7830
ec0a52e1
PA
78312011-02-14 Pedro Alves <pedro@codesourcery.com>
7832
7833 * gdb.trace/unavailable.cc (struct Virtual): New.
7834 (virtualp): New global pointer.
7835 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
7836 printing a pointer to an object whose type has a vtable, with
7837 print object on.
7838
24e6bcee
PA
78392011-02-14 Pedro Alves <pedro@codesourcery.com>
7840
7841 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
7842 value repeat handles unavailableness.
7843
39d37385
PA
78442011-02-14 Pedro Alves <pedro@codesourcery.com>
7845
7846 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
7847 tests for building arrays from unavailable values, subscripting
7848 non-memory rvalue unvailable arrays, and accessing fields or
7849 baseclasses of non-lazy unavailable values,
7850 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
7851 struct types.
7852 (g_smallstruct, g_smallstruct_b): New globals.
7853
06d72e16
PA
78542011-02-14 Pedro Alves <pedro@codesourcery.com>
7855
7856 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
7857
bc9a5551
JK
78582011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7859
7860 Fix const/volatile qualifiers of C++ types, PR c++/12328.
7861 * gdb.cp/overload-const.exp: New file.
7862 * gdb.cp/overload-const.cc: New file.
7863
54fcddd0
UW
78642011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7865
7866 * gdb.opencl/callfuncs.cl: New file.
7867 * gdb.opencl/callfuncs.exp: New test.
7868 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
7869
d6dafb7c
UW
78702011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
7871
7872 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
7873 when computing result.
7874 * gdb.arch/altivec-abi.exp: Update expected results.
7875
a449c2d8
TJB
78762011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
7877
7878 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
7879 * gdb.base/jit.exp: Likewise.
7880 * gdb.base/pie-execl.exp: Likewise.
7881 * gdb.base/solib-nodir.exp: Likewise.
7882 * gdb.base/solib-overlap.exp: Likewise.
7883
764880b7
PA
78842011-02-07 Pedro Alves <pedro@codesourcery.com>
7885
7886 * gdb.trace/collection.c (global_pieces): New.
7887 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
7888 New procedure.
7889 (gdb_trace_collection_test): Call it.
7890
505500db
SW
78912011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
7892
7893 * gdb.python/py-evthreads.c: New file.
7894 * gdb.python/py-evthreads.exp: New file.
7895 * gdb.python/py-events.py: New file.
7896 * gdb.python/py-events.exp: New file.
7897 * gdb.python/py-events.c: New file.
7898
385203ed
DD
78992011-02-04 David Daney <ddaney@caviumnetworks.com>
7900
7901 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
7902
9011945e
AB
79032011-02-03 Andrew Burgess <aburgess@broadcom.com>
7904
7905 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
7906 gdb.base/disasm-end-cu.exp: New test for disassembling over the
7907 boundary between two compilation units.
7908
580688f3
PA
79092011-02-02 Pedro Alves <pedro@codesourcery.com>
7910
7911 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
7912 (Virtual): New structs.
7913 (virtual_o, virtual_middle_b): New globals.
7914 * gdb.cp/virtbase.exp: New tests.
7915
d3f0f853
PP
79162011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
7917
7918 * gdb.base/jit.exp: New file.
7919 * gdb.base/jit-main.c: New file.
7920 * gdb.base/jit-solib.c: New file.
7921
b2030fb5
UW
79222011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
7923
7924 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
7925 proceed to initial kernel entry point.
7926 * gdb.opencl/datatypes.exp: Likewise.
7927 * gdb.opencl/operators.exp: Likewise.
7928 * gdb.opencl/vec_comps.exp: Likewise.
7929
2db19d1e
SW
79302011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
7931
7932 * gdb.cp/nsnested.cc: New.
7933 * gdb.cp/nsnested.exp: New.
7934 * gdb.cp/nsnoimports.exp: New.
7935 * gdb.cp/nsnoimports.cc: New.
7936
6b0c4c1f
JB
79372011-01-31 Joel Brobecker <brobecker@adacore.com>
7938
7939 * gdb.base/interact.exp: Add extra tests that verify that
7940 the value of the interactive-mode setting does not change
7941 after the script is sourced.
7942
80b23b6a
JK
79432011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7944
7945 * gdb.cp/noparam.exp: New file.
7946 * gdb.cp/noparam.cc: New file.
7947
ffd5ec24
PA
79482011-01-28 Pedro Alves <pedro@codesourcery.com>
7949
7950 * gdb.trace/tfile.exp: Test that with no traceframe selected,
7951 there's no stack or registers.
7952
a81766d8
TT
79532011-01-26 Tom Tromey <tromey@redhat.com>
7954
7955 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
7956 space before string output. Add test for "set print pretty off"
7957 case.
7958
585fdaa1
PA
79592011-01-25 Pedro Alves <pedro@codesourcery.com>
7960
7961 * gdb.base/frame-args.exp: Adjust.
7962 * gdb.dwarf2/dw2-noloc.exp: Adjust.
7963 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
7964 * gdb.dwarf2/pieces.exp: Adjust.
7965 * gdb.opt/clobbered-registers-O2.exp: Adjust.
7966 * gdb.opt/inline-locals.exp: Adjust.
7967 * gdb.threads/fork-child-threads.exp: Adjust.
7968
d468832a
KW
79692011-01-25 Ken Werner <ken.werner@de.ibm.com>
7970
7971 * gdb.opencl/convs_casts.cl: Move program scope variables into the
7972 OpenCL kernel function. Add a comment as marker. Add address space
7973 qualifiers for the remaining program scope variables.
7974 * gdb.opencl/datatypes.cl: Likewise.
7975 * gdb.opencl/operators.cl: Likewise.
7976 * gdb.opencl/vec_comps.cl: Likewise.
7977 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
7978 Add breakpoint at the marker comment.
7979 * gdb.opencl/datatypes.exp: Likewise.
7980 * gdb.opencl/operators.exp: Likewise.
7981 * gdb.opencl/vec_comps.exp: Likewise.
7982
490f124f
PA
79832011-01-24 Pedro Alves <pedro@codesourcery.com>
7984
7985 * gdb.base/printcmds.c (some_struct): New struct and instance.
7986 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
7987 procedure.
7988 <global scope>: Call it.
7989
6da78614
KW
79902011-01-21 Ken Werner <ken.werner@de.ibm.com>
7991
7992 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
7993 argument to the gdb_compile_opencl_hostapp call.
7994
ec64c9aa
YQ
79952011-01-19 Yao Qi <yao@codesourcery.com>
7996
7997 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
7998 positve list.
7999
810cfdbb
YQ
80002011-01-19 Yao Qi <yao@codesourcery.com>
8001
8002 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
8003 canonical form.
8004 Remove "xscale-*-*"
8005 * gdb.xml/tdesc-regs.exp: Likewise.
8006 * gdb.python/py-section-script.exp: Replace ARM target triplet
8007 with canonical form.
8008 Match arm*-*-symbianelf*.
8009 * gdb.base/dup-sect.exp: Likewise.
8010 * lib/dwarf.exp: New.
8011 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
8012 dwarf2_support.
8013 * gdb.dwarf2/dup-psym.exp: Likewise.
8014 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
8015 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8016 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
8017 * gdb.dwarf2/dw2-basic.exp: Likewise.
8018 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8019 * gdb.dwarf2/dw2-const.exp: Likewise.
8020 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
8021 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
8022 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8023 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
8024 * gdb.dwarf2/dw2-filename.exp: Likewise.
8025 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8026 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
8027 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8028 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8029 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
8030 * gdb.dwarf2/dw2-noloc.exp: Likewise.
8031 * gdb.dwarf2/dw2-op-call.exp: Likewise.
8032 * gdb.dwarf2/dw2-producer.exp: Likewise.
8033 * gdb.dwarf2/dw2-ranges.exp: Likewise.
8034 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
8035 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
8036 * gdb.dwarf2/dw2-strp.exp: Likewise.
8037 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
8038 * gdb.dwarf2/implptr.exp: Likewise.
8039 * gdb.dwarf2/mac-fileno.exp: Likewise.
8040 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
8041 * gdb.dwarf2/pieces.exp: Likewise.
8042 * gdb.dwarf2/pr11465.exp: Likewise.
8043 * gdb.dwarf2/valop.exp: Likewise.
8044 * gdb.dwarf2/watch-notconst.exp: Likewise.
8045 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
8046
4694da01
TT
80472011-01-19 Tom Tromey <tromey@redhat.com>
8048
8049 * gdb.python/py-infthread.exp: Add thread tests.
8050
b075872c
JB
80512011-01-14 Joel Brobecker <brobecker@adacore.com>
8052
8053 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
8054
2c3e6e24
JB
80552011-01-14 Joel Brobecker <brobecker@adacore.com>
8056
8057 * gdb.ada/widewide: New testcase.
8058
de8fa76c
JB
80592011-01-13 Joel Brobecker <brobecker@adacore.com>
8060
8061 * gdb.base/interact.exp: New testcase.
8062
1b05df00
TT
80632011-01-12 Tom Tromey <tromey@redhat.com>
8064
8065 * gdb.mi/gdb2549.exp: Update for error message changes.
8066 * gdb.mi/mi-cli.exp: Likewise.
8067 * gdb.mi/mi-disassemble.exp: Likewise.
8068 * gdb.mi/mi-pthreads.exp: Likewise.
8069 * gdb.mi/mi-regs.exp: Likewise.
8070 * gdb.mi/mi-stack.exp: Likewise.
8071 * gdb.mi/mi-var-block.exp: Likewise.
8072 * gdb.mi/mi-var-cmd.exp: Likewise.
8073 * gdb.mi/mi2-cli.exp: Likewise.
8074 * gdb.mi/mi2-disassemble.exp: Likewise.
8075 * gdb.mi/mi2-pthreads.exp: Likewise.
8076 * gdb.mi/mi2-regs.exp: Likewise.
8077 * gdb.mi/mi2-stack.exp: Likewise.
8078 * gdb.mi/mi2-var-block.exp: Likewise.
8079 * gdb.mi/mi2-var-cmd.exp: Likewise.
8080
c2ff108b
JK
80812011-01-12 Andrew Burgess <aburgess@broadcom.com>
8082 Jan Kratochvil <jan.kratochvil@redhat.com>
8083
8084 PR fortran/11104 and DWARF unbound arrays detection.
8085 * gdb.fortran/multi-dim.exp: New file.
8086 * gdb.fortran/multi-dim.f90: New file.
8087
b716877b
AB
80882011-01-12 Andrew Burgess <aburgess@broadcom.com>
8089
8090 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
8091 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
8092 add new tests for opcode dumping.
8093
6c162d5e
TT
80942011-01-11 Tom Tromey <tromey@redhat.com>
8095
8096 * gdb.python/py-infthread.exp: Load gdb-python.exp.
8097
77b06cd7
TJB
80982010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
8099
8100 Convert hardware watchpoints to use breakpoint_ops.
8101 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
8102 type is not supported.
8103 * gdb.base/foll-fork.exp: Likewise.
8104 * gdb.base/foll-vfork.exp: Likewise.
8105
f39a75d0
PM
81062011-01-10 Phil Muldoon <pmuldoon@redhat.com>
8107
8108 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
8109 Use load_lib gdb-python.exp.
8110 * gdb.python/python.exp: Ditto.
8111 * gdb.python/py-function.exp: Ditto.
8112
fc529d80
AS
81132011-01-09 Andreas Schwab <schwab@linux-m68k.org>
8114
8115 * gdb.threads/tls.exp ("info address me"): Fix expected output.
8116
fb03cb59
JK
81172011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8118
8119 * configure: Regenerate.
8120
d8e22779
TT
81212011-01-06 Tom Tromey <tromey@redhat.com>
8122
8123 * gdb.python/py-frame.exp: Test gdb.newest_frame.
8124
09050809
JB
81252011-01-06 Joel Brobecker <brobecker@adacore.com>
8126
fc529d80
AS
8127 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
8128 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
8129 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
8130 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
8131 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
8132 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
8133 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
8134 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
8135 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
8136 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
8137 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
8138 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
8139 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
8140 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
8141 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
8142 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
8143 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
8144 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
8145 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
8146 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
8147 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
8148 gdb.ada/uninitialized_vars.exp,
8149 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
8150 Simplify by using clean_restart.
09050809 8151
8ed5dd9e
JB
81522011-01-06 Joel Brobecker <brobecker@adacore.com>
8153
8154 Add marker to be used as anchor for inserting breakpoints.
8155 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
8156 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
8157 Likewise.
8158
8159 Remove uses of gdb_start_cmd.
8160 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
8161 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
8162
8163 Do not run testcase if testing with GDBserver.
8164 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
8165 if testing with GDBserver.
8166
368a124f
JB
81672011-01-06 Joel Brobecker <brobecker@adacore.com>
8168
8169 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
8170 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
8171 copyright header.
8172
44944448
JB
81732011-01-05 Joel Brobecker <brobecker@adacore.com>
8174
8175 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
8176 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
8177 testsuite/gdb.fortran/complex.f,
8178 testsuite/gdb.fortran/derived-type.f90,
8179 testsuite/gdb.fortran/library-module-lib.f90,
8180 testsuite/gdb.fortran/library-module-main.f90,
8181 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
8182 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
8183 Copyright year update.
8184
31886ea6
JB
81852011-01-05 Joel Brobecker <brobecker@adacore.com>
8186
8187 * gdb.base/langs1.f: Add copyright header.
8188
ebedcab5
JK
81892011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8190
8191 * gdb.base/morestack.exp: New file.
8192 * gdb.base/morestack.c: New file.
8193
de1eb2f9
JK
81942011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8195
8196 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
8197
9e87a409
JB
81982010-12-29 Joel Brobecker <brobecker@adacore.com>
8199
8200 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
8201 * gdb.ada/arrayptr.exp: Add test printing that new variable.
8202
720d1a40
JB
82032010-12-29 Joel Brobecker <brobecker@adacore.com>
8204
8205 * gdb.ada/lang_switch.exp: Correct expected parameter value.
8206
a283af87
AS
82072010-12-25 Andreas Schwab <schwab@linux-m68k.org>
8208
5d3d9cba
AS
8209 * gdb.threads/tls.exp: Fix typo.
8210
a283af87
AS
8211 * gdb.threads/thread-specific.exp (get_thread_list): Update.
8212 * gdb.threads/execl.exp: Update.
8213
2a20745c
YQ
82142010-12-23 Yao Qi <yao@codesourcery.com>
8215
8216 * gdb.arch/arm-disp-step.exp: New.
8217 * gdb.arch/arm-disp-step.S: New.
8218
a7658b96
TT
82192010-12-21 Tom Tromey <tromey@redhat.com>
8220
8221 * gdb.threads/execl.exp: Update.
8222 * gdb.threads/linux-dp.exp: Update.
8223 * gdb.threads/manythreads.exp: Update.
8224 * gdb.threads/tls.exp: Update.
8225
5b79abe7
TT
82262010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8227
8228 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
8229 (NextOverThrowDerivates) <resumebpt>: New.
8230 (resumebpt_test): New.
8231 (main): Call resumebpt_test.
8232 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
8233
0914bcdb
SS
82342010-12-12 Stan Shebs <stan@codesourcery.com>
8235
8236 * gdb.trace/tsv.exp: Test print command on trace state variables.
8237
305aeedc
TT
82382010-12-09 Tom Tromey <tromey@redhat.com>
8239
8240 * gdb.base/interp.exp: Add regression test.
8241
186c406b
TT
82422010-12-09 Tom Tromey <tromey@redhat.com>
8243
8244 * gdb.java/jnpe.java: New file.
8245 * gdb.java/jnpe.exp: New file.
8246 * gdb.cp/nextoverthrow.exp: New file.
8247 * gdb.cp/nextoverthrow.cc: New file.
8248
aae1c79a
DE
82492010-12-07 Doug Evans <dje@google.com>
8250
8251 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
8252 of data-directory.
8253 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
8254 updated.
8255 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
8256
60f98dde 82572010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
8258
8259 * gdb.base/callfuncs.exp: Test for skip_float_tests.
8260 * gdb.base/call-sc.exp: Ditto.
8261 * gdb.base/finish.exp: Ditto.
8262 * gdb.base/return.exp: Ditto.
8263 * gdb.base/return2.exp: Ditto.
8264
5fa290c1
DE
82652010-11-30 Doug Evans <dje@google.com>
8266
8267 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
8268 (gdb_expect_list): Fix spelling errors in comments.
8269 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
8270 send_gdb/gdb_expect_list where applicable.
8271 * gdb.base/call-ar-st.exp: Ditto.
8272 * gdb.base/funcargs.exp: Ditto.
8273 * gdb.base/gcore.exp: Ditto.
8274 * gdb.base/page.exp: Ditto.
8275 * gdb.base/sigaltstack.exp: Ditto.
8276 * gdb.base/siginfo.exp: Ditto.
8277 * gdb.base/sigstep.exp: Ditto.
8278 * gdb.base/trace-commands.exp: Ditto.
8279
4e04c971
DE
82802010-11-29 Doug Evans <dje@google.com>
8281
8282 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
8283 printer-name;subprinter-name.
8284
8cf6f0b1
TT
82852010-11-29 Tom Tromey <tromey@redhat.com>
8286
8287 * gdb.dwarf2/implptr.exp: New file.
8288 * gdb.dwarf2/implptr.c: New file.
8289 * gdb.dwarf2/implptr.S: New file.
8290
94b6973e
PM
82912010-11-29 Phil Muldoon <pmuldoon@redhat.com>
8292
fc529d80 8293 PR python/12199
94b6973e
PM
8294
8295 * gdb.python/py-breakpoint.exp: Test the delete method.
8296
8358c15c
JK
82972010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8298
8299 Fix step_resume_breakpoint unsaved during an infcall.
8300 * gdb.base/step-resume-infcall.exp: New file.
8301 * gdb.base/step-resume-infcall.c: New file.
8302
f6df29bc
TJB
83032010-11-24 Edjunior Machado <emachado@br.ibm.com>
8304
8305 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
8306
f2b5a5cf
TJB
83072010-11-24 Edjunior Machado <emachado@br.ibm.com>
8308
8309 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
8310 on ppc64's symbols; "finish" and "return" commands must accept to
8311 show the caller line again as well as the line after.
8312 * gdb.asm/powerpc64.inc: New file.
8313
6b0ecdc2
DE
83142010-11-23 Doug Evans <dje@google.com>
8315
8316 * lib/gdb.exp (gdb_test_sequence): New function.
8317 (gdb_expect_list): Add verbose -log call for each pattern.
8318 * gdb.base/signals.exp (test_handle_all_print): Call it.
8319 Reduce timeout increment from 6 minutes to 1 minute.
8320 * gdb.server/ext-run.exp: Call it.
8321
ea976c60
PM
83222010-11-23 Phil Muldoon <pmuldoon@redhat.com>
8323
f2b5a5cf 8324 PR python/12212
ea976c60
PM
8325
8326 * gdb.python/python.exp: Check that selected_thread raises an
8327 error when no inferior is loaded.
8328
c0efa795
JK
83292010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
8332 * gdb.dwarf2/dw2-stack-boundary.S: New file.
8333
ec3aa567
JK
83342010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8335
8336 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
8337 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
8338
d8249011
DE
83392010-11-18 Doug Evans <dje@google.com>
8340
8341 * gdb.server/ext-run.exp: Fix intermittent failures.
8342
d4eba7d1
NF
83432010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8344
8345 * gdb.stabs/gdb11479.exp: Use runto_main.
8346
b04c2f88
NF
83472010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8348
8349 * gdb.base/break-entry.exp: Skip if using a stub.
8350
ae9d7ce4
NF
83512010-11-12 Nathan Froyd <froydnj@codesourcery.com>
8352
8353 * gdb.python/py-inferior.exp: Pack values in target endianness.
8354
621c8364
TT
83552010-11-12 Tom Tromey <tromey@redhat.com>
8356
8357 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
8358 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
8359 MemoryError.
8360 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
8361 type.
8362 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
8363 MemoryError.
8364 (test_subscript_regression): Update exception type.
8365
84f4c1fe
PM
83662010-11-11 Phil Muldoon <pmuldoon@redhat.com>
8367
8368 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
8369 breakpoint tests.
8370
a1442452
PA
83712010-11-09 Pedro Alves <pedro@codesourcery.com>
8372
8373 * gdb.base/watchpoint.exp: Test "watch -location" with an
8374 innacessible location.
8375
efd11a33
JK
83762010-11-09 Edjunior Machado <emachado@br.ibm.com>
8377 Luis Machado <luisgpm@br.ibm.com>
8378
8379 * gdb.base/maint.exp: Expect "." prefix.
8380 * gdb.base/nodebug.exp: Expect "." Likewise.
8381 * gdb.base/sepsymtab.exp: Expect "." Likewise.
8382 * gdb.base/watchpoint-cond-gone.exp: Likewise.
8383 * gdb.base/watchpoint.exp: Expect a software watch to be created for
8384 POWER server processors.
8385
aa00efb5
JK
83862010-11-08 Edjunior Machado <emachado@br.ibm.com>
8387 Luis Machado <luisgpm@br.ibm.com>
8388
8389 * gdb.base/break-entry.exp: convert entry point for
8390 ppc64 and expect leading `.' on ppc64's symbols
8391
99e7ae30
DE
83922010-11-05 Doug Evans <dje@google.com>
8393
8394 * gdb.base/help.exp: Update expected output.
b521dba8
DE
8395 * gdb.python/py-param.exp: Delete, contents moved to ...
8396 * gdb.python/py-parameter.exp: ... here. New file.
8397 Add test for gdb.parameter ("directories").
99e7ae30 8398
f4b8a18d
KW
83992010-11-05 Ken Werner <ken.werner@de.ibm.com>
8400
8401 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
8402 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
8403 * configure: Regenerate.
8404 * gdb.opencl/Makefile.in: New File.
8405 * gdb.opencl/datatypes.exp: Likewise.
8406 * gdb.opencl/datatypes.cl: Likewise.
8407 * gdb.opencl/operators.exp: Likewise.
8408 * gdb.opencl/operators.cl: Likewise.
8409 * gdb.opencl/vec_comps.exp: Likewise.
8410 * gdb.opencl/vec_comps.cl: Likewise.
8411 * gdb.opencl/convs_casts.exp: Likewise.
8412 * gdb.opencl/convs_casts.cl: Likewise.
8413 * lib/opencl.exp: Likewise.
8414 * lib/opencl_hostapp.c: Likewise.
8415 * lib/opencl_kernel.cl: Likewise.
8416 * lib/cl_util.c: Likewise.
8417 * lib/cl_util.c: Likewise.
8418 * gdb.base/default.exp (set language): Add "opencl" to the list of
8419 languages.
8420
a9d5ef47
SW
84212010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
8422
8423 * gdb.cp/overload.exp: Added test for inheritance overload.
8424 * gdb.cp/overload.cc: Ditto.
8425 * gdb.cp/oranking.exp: Removed releveant kfails.
8426
03eb1c79
JK
84272010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8428 Joel Brobecker <brobecker@adacore.com>
8429
8430 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
8431 check test_compiler_info.
8432
dbc98a8b
KW
84332010-11-03 Ken Werner <ken.werner@de.ibm.com>
8434
8435 * gdb.base/gnu_vector.exp: Adjust expect messages.
8436
120bd360
KW
84372010-11-03 Ken Werner <ken.werner@de.ibm.com>
8438
8439 * gdb.base/gnu_vector.exp: Add unary operator tests.
8440
c37f7098
KW
84412010-11-03 Ken Werner <ken.werner@de.ibm.com>
8442
8443 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
8444
7b51bc51
DE
84452010-11-02 Doug Evans <dje@google.com>
8446
8447 * gdb.python/py-pp-maint.c: New file.
8448 * gdb.python/py-pp-maint.exp: New file.
8449 * gdb.python/py-pp-maint.py: New file.
8450
50c97f38
TT
84512010-11-02 Tom Tromey <tromey@redhat.com>
8452
8453 * gdb.base/default.exp: Remove "scheme" from language list.
8454
a289b8f6
JK
84552010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8456
8457 Revert:
8458 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8459 * gdb.threads/sigstep-threads.exp: New file.
8460 * gdb.threads/sigstep-threads.c: New file.
8461
cd017491
MS
84622010-10-20 Michael Snyder <msnyder@vmware.com>
8463
8464 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
8465
8e6a5956
UW
84662010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8467
8468 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
8469 Skip test completely if gdb,no_hardware_watchpoints.
8470
2c04da0d
UW
84712010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
8472
8473 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
8474 strict, but do not check for any particular function name within libc.
8475
79afc5ef
SW
84762010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8477
8478 * gdb.cp/smartp.exp: New test.
8479 * gdb.cp/smartp.cc : New test.
8480
026ffab7
SW
84812010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
8482
8483 * gdb.cp/converts.exp: Test pointer to bool conversion.
8484 Test pointer to long conversion.
8485 * gdb.cp/oranking.exp: Removed relevant kfail.
8486
3a772aa4
TT
84872010-10-18 Tom Tromey <tromey@redhat.com>
8488
8489 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
8490 argument to lazy_string.
8491 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
8492 (pp_ls.to_string): Use it.
8493 * gdb.python/py-prettyprint.c (main): Move declarations to top.
8494 Add "estring2" local.
8495
5fc3827b
JK
84962010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8497
8498 Fix s390x compatibility.
8499 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
8500 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
8501
8aeb23f3
JK
85022010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8503
8504 * gdb.threads/sigstep-threads.exp: New file.
8505 * gdb.threads/sigstep-threads.c: New file.
8506
c1e56572
JK
85072010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8508
8509 * gdb.base/pie-execl.exp: New file.
8510 * gdb.base/pie-execl.c: New file.
8511
92163a10
JK
85122010-10-13 Doug Evans <dje@google.com>
8513 Jan Kratochvil <jan.kratochvil@redhat.com>
8514
8515 PR exp/12117
8516 * gdb.cp/ptype-cv-cp.cc: New file.
8517 * gdb.cp/ptype-cv-cp.exp: New file.
8518
7062b0a0
SW
85192010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
8520
8521 * gdb.cp/converts.cc: New test program.
8522 * gdb.cp/converts.exp: New test.
8523 * gdb.cp/overload.exp: Added test for void* vs int*.
8524 * gdb.cp/overload.exp: Ditto.
8525 * gdb.cp/oranking.exp: Removed related kfail.
8526
0e3509db
DE
85272010-10-13 Doug Evans <dje@google.com>
8528
8529 * lib/gdb-python.exp (gdb_check_python_config): New function.
8530 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
8531 * gdb.python/lib-types.cc: New file.
8532 * gdb.python/lib-types.exp: New file.
8533
8dc78533
JK
85342010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8535
8536 * gdb.python/py-error.exp: New file.
8537 * gdb.python/py-error.py: New file.
8538
93c17e06
JK
85392010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
8542 gdb_test_multiple.
8543
d8b34041
JK
85442010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8545
8546 * gdb.base/break-interp.exp: Use ldlags for linking flags.
8547 * gdb.base/prelink.exp: Likewise.
8548 * gdb.base/solib-nodir.exp: Likewise.
8549 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
8550 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
8551 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
8552
e0cc584e
UW
85532010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
8554
8555 * break-interp.exp (test_ld): Use two separate gdb_expect statements
8556 for the "info files" test to avoid timeouts on slow machines.
8557
cfc353b1
JK
85582010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
8561 (main): Make openlib dummy call.
8562
d3d7896d
JK
85632010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8564
8565 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
8566 * break-interp.exp (reach): Move the core body ...
8567 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
8568 (test_ld): Provide always real argument, even to the linker. Replace
8569 dl_main by _dl_debug_state.
8570
5e533c94
JK
85712010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8572
8573 Fix results of prelinked PIEs on ppc*.
8574 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
8575 Accept also DISPLACEMENT "PRESENT".
8576 (main): Replace "ZERO" displacements by "PRESENT".
8577
33540610
SW
85782010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
8579
8580 * gdb.cp/oranking.exp: New test.
8581 * gdb.cp/oranking.cc: New test program.
8582
3bdf2bbd
KW
85832010-10-08 Ken Werner <ken.werner@de.ibm.com>
8584
8585 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
8586 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
8587
2f608a3a
KW
85882010-10-06 Ken Werner <ken.werner@de.ibm.com>
8589
8590 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
8591 lush, lynx) New constant.
8592 * gdb.base/constvars.exp: Test const array types.
8593 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
8594
aa2e2d8d
DE
85952010-10-06 Doug Evans <dje@google.com>
8596
8597 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
8598 of syscall staging area.
8599
2844d6b5
KW
86002010-10-06 Ken Werner <ken.werner@de.ibm.com>
8601
8602 * gdb.base/gnu_vector.c: Add variable c4.
8603 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
8604 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
8605
7d8ac8bb
MR
86062010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
8607
8608 * gdb.arch/altivec-abi.exp: Fix a typo.
8609
84a02e58
MR
86102010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
8611
8612 * lib/mi-support.exp (thread_selected_re): Correct pattern used
8613 to match a thread ID.
8614
b18e6318
JK
86152010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8616
8617 Fix s390x testcase compatibility.
8618 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
8619
a2c09bd0
DE
86202010-10-01 Doug Evans <dje@google.com>
8621
8622 * lib/gdb-python.exp: New file.
8623 * gdb.python/py-block.exp: Use it.
8624 * gdb.python/py-breakpoint.exp: Ditto.
8625 * gdb.python/py-frame.exp: Ditto.
8626 * gdb.python/py-inferior.exp: Ditto.
8627 * gdb.python/py-param.exp: Ditto.
8628 * gdb.python/py-prettyprint.exp: Ditto.
8629 * gdb.python/py-shared.exp: Ditto.
8630 * gdb.python/py-symbol.exp: Ditto.
8631 * gdb.python/py-symtab.exp: Ditto.
8632 * gdb.python/py-type.exp: Ditto.
8633 * gdb.python/py-value.exp: Ditto.
8634 * gdb.python/python.exp: Ditto.
8635
38f12cfc
TT
86362010-09-30 Tom Tromey <tromey@redhat.com>
8637
8638 * gdb.base/anon.exp: New file.
8639 * gdb.base/anon.c: New file.
8640
9ae8282d
TT
86412010-09-30 Tom Tromey <tromey@redhat.com>
8642
8643 * gdb.base/completion.exp: Test completion through anonymous
8644 union.
8645 * gdb.base/break1.c (struct some_struct): Add anonymous union.
8646
e9e07ba6
JK
86472010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8648
8649 Fix printing parameters of inlined functions.
8650 * gdb.dwarf2/dw2-inline-param.exp: New file.
8651 * gdb.dwarf2/dw2-inline-param-main.c: New file.
8652 * gdb.dwarf2/dw2-inline-param.S: New file.
8653
cd2effb2
JK
86542010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8655
8656 PR corefiles/12071.
8657 * gdb.base/corefile.exp (quit with a process, no question: load core)
8658 (quit with a core file): New tests.
8659
bceffbf3
JK
86602010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8661
8662 Fix GDB crash on inferior calls with self-referencing classes.
8663 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
8664 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
8665 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
8666
1736ad11
JK
86672010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 Fix lost siginfo_t for inferior calls.
8670 * gdb.base/siginfo-infcall.exp: New file.
8671 * gdb.base/siginfo-infcall.c: New file.
8672
a176ad92
JB
86732010-09-22 Joel Brobecker <brobecker@adacore.com>
8674
8675 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
8676
c2b0a229
JK
86772010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
8680 New test.
8681 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
8682
e8ae22d1
JB
86832010-09-22 Joel Brobecker <brobecker@adacore.com>
8684
8685 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
8686 type of our const type.
8687
ec322823
SW
86882010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
8689
8690 * gdb.cp/pr12028.cc: New.
8691 * gdb.cp/pr12028.exp: New.
8692
72929c62
JB
86932010-09-22 Joel Brobecker <brobecker@adacore.com>
8694
8695 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
8696
875b4ff5 86972010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 8698 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
8699
8700 PR mi/11407
8701 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
8702 * gdb.mi/dw2-ref-missing-frame-main.c New File.
8703 * gdb.mi/dw2-ref-missing-frame.S New File.
8704 * gdb.mi/dw2-ref-missing-frame.exp New File.
8705
7155d578
TT
87062010-09-14 Tom Tromey <tromey@redhat.com>
8707
8708 PR symtab/8399:
8709 * gdb.threads/tls.exp: Remove kfail. Update expected output.
8710
515ed532
TT
87112010-09-14 Tom Tromey <tromey@redhat.com>
8712
8713 PR exp/11803:
8714 * gdb.threads/tls.exp: Use C++.
8715 (check_thread_local): Use K::another_thread_local.
8716 * gdb.threads/tls.c (class K): New.
8717 (another_thread_local): Now a member of K.
8718 (spin): Update. No longer K&R C.
8719
450ca57c
SW
87202010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8721
8722 * gdb.cp/koenig.cc: created class for testing member lookup.
8723 * gdb.cp/koenig.exp: Added test for member lookup.
8724
dbd492a3
JK
87252010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 Fix false FAILs on sourcetree topdir directory containing "kill".
8728 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
8729 source line matching regexp.
8730
8d4d924b
JK
87312010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * gdb.python/python.exp (set height 0, collect help from uiout)
8734 (verify help to uiout): New tests.
8735
8e64f2a0
JK
87362010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8737
8738 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
8739 is_lp64_target to check 64bit target.
8740
4569eed2
JK
87412010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8742
8743 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
8744 (test_ld) <powerpc64-*>: New.
8745
5e1617b1
DJ
87462010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8747
8748 * gdb.cp/templates.exp (test_template_args): Allow "struct".
8749
c767944b
DJ
87502010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
8751
8752 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
8753 (FunctionArg::method): New function.
8754 (empty, arg): New variables.
8755 (main): Call arg.method.
8756 * gdb.cp/templates.exp (test_template_args): New function.
8757 (do_tests): Call it.
8758
27d3a3fc
UW
87592010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8760
8761 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
8762 of "next" to proceed over pthread_exit call.
8763
55b7ce7f
UW
87642010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
8765
8766 * gdb.base/maint.exp: Avoid wildcards against potentially very long
8767 "maint print statistics" output to prevent expect timeouts.
8768
809df446
JK
87692010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8770
8771 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
8772 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8773 (test_float_rejected): ... here.
8774 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
8775 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8776 (test_float_rejected): ... here.
8777 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
8778 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8779 (test_float_rejected): ... here.
8780 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
8781 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
8782 (test_float_rejected): ... here.
8783
8464be76
DJ
87842010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
8785
8786 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
8787 before disabling hardware watchpoints.
8788 (test_inaccessible_watchpoint): Check that hardware watchpoints
8789 are used. Test for watchpoints on a constant address.
8790
14dba4b4
JK
87912010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8792
8793 * gdb.base/ui-redirect.exp: New file.
8794
3f3540e1 87952010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 8796 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
8797
8798 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
8799
0f254bb7
DE
88002010-08-31 Doug Evans <dje@google.com>
8801
8802 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
8803
03f17ccf
TT
88042010-08-30 Tom Tromey <tromey@redhat.com>
8805
8806 PR python/11792:
8807 * gdb.python/py-value.exp (test_subscript_regression): Add
8808 dynamic_type test.
8809
640617ad
DJ
88102010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
8811
8812 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
8813 instead of running to main. Do not test the main function.
8814 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
8815 Add new main.
8816
2ed91d1b
PA
88172010-08-26 Pedro Alves <pedro@codesourcery.com>
8818
8819 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
8820 one test.
8821
673bfd45
DE
88222010-08-24 Doug Evans <dje@google.com>
8823
8824 PR symtab/11942
8825 * gdb.dwarf2/dw4-sig-types.cc: New file.
8826 * gdb.dwarf2/dw4-sig-types.h: New file.
8827 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
8828 * gdb.dwarf2/dw4-sig-types.exp: New file.
8829
f9ffd4bb
TT
88302010-08-23 Tom Tromey <tromey@redhat.com>
8831
8832 PR python/11145:
8833 * gdb.python/py-value.c (Base, Derived): New types.
8834 (base): New global.
8835 * gdb.python/py-value.exp (test_subscript_regression): Add
8836 dynamic_cast test.
8837
d839c8a4
TT
88382010-08-23 Tom Tromey <tromey@redhat.com>
8839
8840 PR python/10676:
8841 * gdb.python/py-type.exp (test_fields): Add tests for type
8842 equality.
8843
702c2711
TT
88442010-08-23 Tom Tromey <tromey@redhat.com>
8845
8846 PR python/11915:
8847 * gdb.python/py-type.exp (test_fields): Add tests for array.
8848
832bafd3
KS
88492010-08-23 Keith Seitz <keiths@redhat.com>
8850
8851 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
8852 have any children. Create a new abbrev for it.
8853 Add missing terminal sequence to .debug_abbrev.
8854
c37bf528
KS
88552010-08-20 Keith Seitz <keiths@redhat.com>
8856
8857 PR symtab/11465:
8858 * gdb.dwarf2/pr11465.exp: New test.
8859 * gdb.dwarf2/pr11465.S: New file.
8860 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
8861 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
8862
4572cbac
TJB
88632010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
8864
8865 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
8866 registers. Update data sets with the new v2_double element in the
8867 VSX register union. Add vector_register3_vr data set for the AltiVec
8868 registers. Use gdb_test_no_output instead of send_gdb.
8869
e7fbb131
PA
88702010-08-19 Pedro Alves <pedro@codesourcery.com>
8871
8872 * gdb.python/py-shared.exp: New file, factored out from
8873 python.exp.
8874 * gdb.python/py-shared.c: New file.
8875 * gdb.python/py-shared-sl.c: New file.
8876 * gdb.python/python-1.c: New file.
8877 * gdb.python/python-sl.c: Delete.
8878 * gdb.python/python.c: Mention python-1.c.
8879 * gdb.python/python.exp: Move shared library tests to
8880 py-shared.exp.
8881 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
8882 (MISCELLANEOUS): New.
8883 (clean mostlyclean): Also remove $MISCELLANEOUS.
8884
d30f5e1f
DE
88852010-08-19 Doug Evans <dje@google.com>
8886
8887 PR exp/11926
8888 * gdb.base/printcmds.exp (test_float_accepted): New function.
8889 Move existing float tests there. Add tests for floats with suffixes.
8890 (test_float_rejected): New function.
8891 * gdb.java/jv-print.exp (test_float_accepted): New function.
8892 (test_float_rejected): New function.
8893 * gdb.objc/print.exp: New file.
8894 * gdb.pascal/print.exp: New file.
8895 * lib/objc.exp: New file.
8896
7b3fd859
PM
88972010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
8898
8899 * gdb.base/default.exp (info set): Avoid full buffer error and force
8900 reading up to final gdb prompt.
8901 (show): Likewise.
8902
c92817ce
TT
89032010-08-18 Tom Tromey <tromey@redhat.com>
8904
8905 PR symtab/11919:
8906 * gdb.base/completion.exp: Add test.
8907
f1208f9e
DE
89082010-08-18 Doug Evans <dje@google.com>
8909
8910 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
8911 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
8912 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
8913 Simplify, early exit if runto_main fails.
8914 * gdb.fortran/exprs.exp: load_lib fortran.exp.
8915 (set_lang_fortran): Moved to lib/fortran.exp.
8916 * gdb.fortran/types.exp: load_lib fortran.exp.
8917 (set_lang_fortran): Moved to lib/fortran.exp.
8918 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
8919 * gdb.java/jprint.exp (set_lang_java): Ditto.
8920 * gdb.java/jv-exp.exp: load_lib java.exp.
8921 If set_lang_java fails, issue a warning instead of failure to be
8922 consistent with other set_lang_foo uses.
8923 (set_lang_java): Moved to lib/java.exp.
8924 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
8925 If set_lang_java fails, issue a warning instead of failure to be
8926 consistent with other set_lang_foo uses.
8927 * gdb.pascal/types.exp: load_lib pascal.exp.
8928 (set_lang_pascal): Moved to lib/pascal.exp.
8929 * lib/fortran.exp: New file.
8930 * lib/java.exp (set_lang_java): New function.
8931 * lib/pascal.exp (set_lang_pascal): New function.
8932
2f06b485
YQ
89332010-08-18 Yao Qi <yao@codesourcery.com
8934
8935 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
8936 func_nofb_start and func_loopfb_start, so that address of functions
8937 is equal to these labels on Thumb.
8938
96e25403
YQ
89392010-08-18 Yao Qi <yao@codesourcery.com>
8940
8941 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
8942 to reflect latest c source file.
8943
36e6adc4
JK
89442010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 * gdb.cp/infcall-dlopen.exp: New file.
8947 * gdb.cp/infcall-dlopen.cc: New file.
8948 * gdb.cp/infcall-dlopen-lib.cc: New file.
8949
f431efe5
PA
89502010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8951 Pedro Alves <pedro@codesourcery.com>
8952
8953 PR breakpoints/11371
8954
8955 * gdb.base/watch-cond-infcall.exp: New file.
8956 * gdb.base/watch-cond-infcall.c: New file.
8957
06a64a0b
TT
89582010-08-16 Tom Tromey <tromey@redhat.com>
8959
8960 * gdb.base/help.exp: Update.
8961 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
8962 watchpoint.
8963 (test_watch_location): New proc.
8964 (test_watchpoint_in_big_blob): Delete watchpoint.
8965 * gdb.base/watchpoint.c (func5): New function.
8966 (main): Call it.
8967
70ebf4ed
DE
89682010-08-16 Doug Evans <dje@google.com>
8969
8970 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
8971
ca5c20b6
PM
89722010-08-11 Phil Muldoon <pmuldoon@redhat.com>
8973
8974 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
8975 tests.
8976
7346b668
KW
89772010-08-11 Ken Werner <ken.werner@de.ibm.com>
8978
8979 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
8980 * gdb.base/gnu_vector.c: New File.
8981 * gdb.base/gnu_vector.exp: Likewise.
8982
cb2e07a6
PM
89832010-08-11 Phil Muldoon <pmuldoon@redhat.com>
8984
8985 * gdb.python/python.c: New File.
8986 * gdb.python/python-sl.c: New File.
8987 * gdb.python/python.exp: Test solib_address and decode_line
8988 * functions.
8989
5da1313b
JK
89902010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 * gdb.python/python.exp (show height, set height 10)
8993 (verify pagination beforehand, verify pagination beforehand: q)
8994 (gdb.execute does not page, verify pagination afterwards)
8995 (verify pagination afterwards: q): New.
8996
49c3ccf7
DE
89972010-08-02 Doug Evans <dje@google.com>
8998
8999 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
9000 because of an older gcc, change test2
9001 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
9002 to unsupported.
9003
42c0c4f1
KH
90042010-07-30 Kazu Hirata <kazu@codesourcery.com>
9005
9006 * gdb.base/break-always.exp: Do not expect full paths to file
9007 names.
9008 * gdb.base/commands.exp: Likewise.
9009
d3765805
DE
90102010-07-30 Doug Evans <dje@google.com>
9011
c98ee71b
DE
9012 * gdb.cp/temargs.exp: For new tests that require newer gccs,
9013 xfail them when run with older gccs.
9014
fd961404
DE
9015 * lib/gdb.exp (build_executable): Forward "c++" option to
9016 get_compiler_info.
9017
999adef4
DE
9018 * gdb.python/py-type.exp (test_template): Mark as xfail tests
9019 "python print ttype.template_argument(1)" and
9020 "python print isinstance(ttype.template_argument(1), gdb.Value)"
9021 if using gcc 4.4 or earlier.
9022
d3765805
DE
9023 * gdb.base/valgrind-db-attach.exp: Use unique test name for
9024 attach-to-debugger handling.
9025
1276c759
JK
90262010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
9029 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
9030 (main): Use copyreloc.
9031 * gdb.base/prelink.exp (split debug of executable)
9032 (.dynbss vs. .bss address shift): New tests.
9033
88caa9b9
PA
90342010-07-29 Pedro Alves <pedro@codesourcery.com>
9035
9036 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
9037 in gdb_test_multiple.
9038
c6f2ac43
PA
90392010-07-29 Pedro Alves <pedro@codesourcery.com>
9040
9041 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
9042 environment.
9043
326fd672
TT
90442010-07-28 Tom Tromey <tromey@redhat.com>
9045
9046 PR python/11060:
9047 * gdb.python/py-type.c (Temargs): New template.
9048 (temvar): New variable.
9049 * gdb.python/py-type.exp (test_template): New proc.
9050
3ce3b1ba
PA
90512010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
9052
9053 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
9054 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
9055
34eaf542
TT
90562010-07-28 Tom Tromey <tromey@redhat.com>
9057
9058 PR c++/9946:
9059 * gdb.cp/temargs.exp: New file.
9060 * gdb.cp/temargs.cc: New file.
9061
d41b819e
JK
90622010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * gdb.base/help.exp (help disassemble): Update the content.
9065
26ab7092
JK
90662010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9067
9068 * gdb.threads/ia64-sigill.exp: New file.
9069 * gdb.threads/ia64-sigill.c: New file.
9070
5283e9e1
TT
90712010-07-27 Tom Tromey <tromey@redhat.com>
9072
9073 * gdb.opt/inline-cmds.c (ATTR): New define.
9074 (func1): Use it.
9075 (func2): Likewise.
9076 (func3): Likewise.
9077 (outer_inline1): Likewise.
9078 (outer_inline2): Likewise.
9079 * gdb.opt/inline-bt.c (ATTR): New define.
9080 (func1): Use it.
9081 (func2): Likewise.
9082 * gdb.opt/inline-locals.c (ATTR): New define.
9083 (func1): Use it.
9084 (func2): Likewise.
9085
e992ef73
TT
90862010-07-27 Tom Tromey <tromey@redhat.com>
9087
9088 * gdb.stabs/gdb11479.c (hack): New function.
9089 (test): Use it.
9090 (test2): Use it.
9091 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
9092 (int32_search_buf, int64_search_buf): No longer static.
9093 (x): Remove.
9094 * gdb.base/relocate.c (hack): New function.
9095
5374244e
PM
90962010-07-27 Phil Muldoon <pmuldoon@redhat.com>
9097
9098 * gdb.python/py-value.exp (test_inferior_function_call): New function.
9099 * gdb.python/py-value.c (func1): New function.
9100 (func2): Likewise.
9101
a99aee83
CV
91022010-07-26 Corinna Vinschen <vinschen@redhat.com>
9103
9104 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
9105 as not to clash with .data section.
9106
a04ba985
JG
91072010-07-26 Jerome Guitton <guitton@adacore.com>
9108
9109 * gdb.base/code_elim.exp: New file.
9110 * gdb.base/code_elim1.c: New file.
9111 * gdb.base/code_elim2.c: New file.
9112
23bd0f7c
PA
91132010-07-21 Pedro Alves <pedro@codesourcery.com>
9114
9115 PR symtab/11827
9116
9117 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
9118 (some_volatile_enum): New variable.
9119 * gdb.base/printcmds.exp (test_print_enums): New.
9120 <top level>: Call it.
9121
883df6dd
SW
91222010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
9123
9124 * gdb.cp/fpointer.cc: New test.
9125 * gdb.cp/fpointer.exp: New test.
9126
569b05a5
JK
91272010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9128
9129 * gdb.base/solib-nodir.exp: New file.
9130 * lib/gdb.exp (runto): New case for a GDB internal error.
9131
51d7d803
JK
91322010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9133 Ulrich Weigand <uweigand@de.ibm.com>
9134 Tom Tromey <tromey@redhat.com>
9135
9136 * gdb.base/charset-malloc.c: New file.
9137 * gdb.base/charset.c (malloc_stub): New prototype.
9138 (main): Call it instead of malloc itself.
9139 * gdb.base/charset.exp: Use only prepare_for_testing.
9140 (binfile): Remove the variable.
9141
c0edd9ed
JK
91422010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 Make core files the process_stratum.
9145 * gdb.base/corefile.exp (run: load core again)
9146 (run: sanity check we see the core file, run: with core)
9147 (run: core file is cleared, attach: load core again)
9148 (attach: sanity check we see the core file, attach: with core)
9149 (attach: core file is cleared): New tests.
9150 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
9151
3cbaedff
KW
91522010-07-14 Ken Werner <ken.werner@de.ibm.com>
9153
9154 * gdb.arch/altivec-abi.exp: New tests.
9155
91158a56
TT
91562010-07-13 Tom Tromey <tromey@redhat.com>
9157
9158 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
9159 (main): Use it.
9160 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
9161
0f5238ed
TT
91622010-07-13 Tom Tromey <tromey@redhat.com>
9163
9164 * gdb.base/label.exp: New file.
9165 * gdb.base/label.c: New file.
9166
add265ae
L
91672010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
9168 H.J. Lu <hongjiu.lu@intel.com>
9169
9170 * lib/gdb.exp (is_ilp32_target): New.
9171 (is_lp64_target): Likewise.
9172
9173 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
9174 target.
9175 * gdb.arch/amd64-disp-step.exp: Likewise.
9176 * gdb.arch/amd64-dword.exp: Likewise.
9177 * gdb.arch/amd64-i386-address.exp: Likewise.
9178 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 9179
add265ae
L
9180 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
9181 target.
9182 * gdb.arch/i386-bp_permanent.exp: Likewise.
9183 * gdb.arch/i386-byte.exp: Likewise.
9184 * gdb.arch/i386-disp-step.exp: Likewise.
9185 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9186 * gdb.arch/i386-prologue.exp: Likewise.
9187 * gdb.arch/i386-size-overlap.exp: Likewise.
9188 * gdb.arch/i386-size.exp: Likewise.
9189 * gdb.arch/i386-sse.exp: Likewise.
9190 * gdb.arch/i386-unwind.exp: Likewise.
9191 * gdb.arch/i386-word.exp: Likewise.
9192
9193 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
9194 test only when building 64-bit executables. Do not hard-code
9195 -m64 option.
9196
2dfb8c17
DE
91972010-07-07 Doug Evans <dje@google.com>
9198
9199 * lib/gdb.exp (gdb_test_list_exact): New function.
9200 * gdb.base/default.exp (show convenience): Call it, add tests for
9201 $_sdata = void, $_thread = 0.
9202
4e5799b6
JK
92032010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9204 Joel Brobecker <brobecker@adacore.com>
9205
9206 Fix re-run of PIE executable, PR shlibs/11776.
9207 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
9208 Remove $displacement_main to match the solib-svr4.c change. New "kill"
9209 and re-"run" of the inferior.
9210
1a219cc7
JK
92112010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9212 Joel Brobecker <brobecker@adacore.com>
9213
9214 Cope with missing /usr/sbin/prelink.
9215 * lib/prelink-support.exp (prelink_no):
9216 <result == 1 && $output is "no such file or directory">: New.
9217 (prelink_yes): Likewise. Return on failed prelink_no.
9218
5e3b36f8
JK
92192010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9220 Joel Brobecker <brobecker@adacore.com>
9221
9222 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
9223 build_executable by build_executable_own_libs. Replace "prelink -R"
9224 execution by a call of prelink_yes. Comment why "prelink -r" needs no
9225 change.
9226 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
9227 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
9228 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
9229 Replace build_executable by build_executable_own_libs's function
9230 build_executable_own_libs.
9231 (prelinkNO): Create new stub to call prelink_no.
9232 (prelinkYES): Create new stub to call prelink_yes.
9233 (test_attach): Rename calls of copy to file_copy.
9234 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
9235 (copy): Move to ...
9236 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
9237 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
9238 * gdb.base/prelink.exp: Disable testcase also for is_remote and
9239 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
9240 special flags by gdb_compile_shlib. Replace second gdb_compile by
9241 build_executable_own_libs. Replace "prelink -R" execution by a call of
9242 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
9243 a second call of prelink_yes. Replace restart commands by
9244 clean_restart.
9245 (prelink): Rename to ...
9246 (seen displacement message): ... this test. Extend its expectation
9247 strictness.
9248
86e4bafc
JK
92492010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9250
9251 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
9252 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
9253 displacement message exactly once.
9254
3cd07d20
JK
92552010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9256 Joel Brobecker <brobecker@adacore.com>
9257
9258 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
9259 its restore after the <$relink_args != ""> loop. new comment.
9260
0a1e94c7
JK
92612010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9262 Joel Brobecker <brobecker@adacore.com>
9263
9264 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
9265 code for it. New variable relink_args.
9266 (prelinkYES): Call prelinkNO.
9267 (test_attach): Accept new parameter relink_args. Re-prelink the binary
9268 in such case. Move the core code to ...
9269 (test_attach_gdb): ... a new function. Send GDB command "file".
9270 Extend expected "Attaching to " string.
9271
2f70bcfb
TT
92722010-07-02 Tom Tromey <tromey@redhat.com>
9273
9274 * gdb.base/bitops.exp: Remove extraneous "pass".
9275
a17ac5b0
TT
92762010-07-02 Ken Werner <ken.werner@de.ibm.com>
9277
9278 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
9279
dc10affe
PA
92802010-07-01 Pedro Alves <pedro@codesourcery.com>
9281
d41c0fc8
PA
9282 * gdb.base/help.exp: Adjust expected output.
9283
92842010-07-01 Pedro Alves <pedro@codesourcery.com>
9285
9286 * gdb.base/help.exp: Adjust expected output.
dc10affe 9287
0a600c36
JK
92882010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9289
9290 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
9291 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
9292 c++/11702.
9293
37cc8bfe
JK
92942010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9295 Doug Evans <dje@google.com>
9296
9297 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
9298 add .dynamic entry'.
9299
254e6b9e
DE
93002010-06-29 Doug Evans <dje@google.com>
9301
9302 Test PR c++/11702.
9303 * gdb.cp/m-static.exp: Add testcase.
9304 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
9305
595939de 93062010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
9307 Tom Tromey <tromey@redhat.com>
9308 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
9309
9310 * gdb.python/py-inferior.c: New File.
9311 * gdb.python/py-infthread.c: New File.
9312 * gdb.python/py-inferior.exp: New File.
9313 * gdb.python/py-infthread.exp: New File.
9314
98751a41
JK
93152010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
9318 (ptype ::C::OtherFileClass typedefs): New.
9319 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
9320 (C::OtherFileClass::cOtherFileClassVar2): New.
9321 (C::OtherFileClass::cOtherFileClassVar_use): Use also
9322 cOtherFileClassVar2.
9323 (C::cOtherFileType2, C::cOtherFileVar2): New.
9324 (C::cOtherFileVar_use): use also cOtherFileVar2.
9325 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
9326
41f62f39
JK
93272010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
9330 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
9331 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
9332 (print ::C::cOtherFileVar)
9333 (whatis C::OtherFileClass::cOtherFileClassType)
9334 (whatis ::C::OtherFileClass::cOtherFileClassType)
9335 (print C::OtherFileClass::cOtherFileClassVar)
9336 (print ::cOtherFileClassVar)
9337 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
9338 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
9339 trailing content.
9340 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
9341 (C::OtherFileClass::cOtherFileClassVar)
9342 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
9343 (C::cOtherFileVar, C::cOtherFileVar_use): New.
9344
af53d231
JK
93452010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9346
9347 Test PR c++/11703 and PR gdb/1448.
9348 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
9349 gdb/1448.
9350
9655fd1a
JK
93512010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
9354 (main) <rtti_data>: New.
9355 * gdb.cp/virtbase.exp (print rtti_data): New.
9356
824cc8dd
JK
93572010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9358 Joel Brobecker <brobecker@adacore.com>
9359
9360 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
9361
6036c742
JK
93622010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9363
9364 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
9365
de6a0421
DE
93662010-06-28 Doug Evans <dje@google.com>
9367
9368 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
9369
b2dae948
DE
93702010-06-27 Doug Evans <dje@google.com>
9371
9372 * gdb.cp/m-static.exp: Update expected test output.
9373
0f3bb72e
PH
93742010-06-25 Paul Hilfinger <hilfinger@adacore.com>
9375
889bf7c5
PA
9376 * gdb.gdb/selftest.exp: Adjust expected message for
9377 capturing start-up runtime.
0f3bb72e 9378
bc9f0842
TT
93792010-06-25 Tom Tromey <tromey@redhat.com>
9380
9381 PR python/10808:
9382 * gdb.python/python.exp: Add new tests.
9383
099ef718
SW
93842010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
9385
9386 * gdb.cp/operator.cc: Created an import loop.
9387 * gdb.cp/operator.exp: Added testcase for import loop.
9388
5868a632
JK
93892010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9390
9391 Test PR python/11407.
9392 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
9393 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
9394 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
9395 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
9396 executable_nofb and executable_fb. New variables srcsfile, objsfile,
9397 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
9398 binfile. Call gdb_compile with clean_restart twice.
9399 (func_nofb print, func_nofb backtrace, func_loopfb print)
9400 (func_loopfb backtrace): New.
9401
af76db58
JK
94022010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9403
9404 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
9405 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
9406 by a hand made one.
9407 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
9408 i?86 requirement. Remove variables srcfile and binfile. New variable
9409 sources, executable_nofb and executable_fb. Call prepare_for_testing.
9410
f2c7657e
UW
94112010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9412
9413 * gdb.cell/dwarfaddr.exp: New file.
9414 * gdb.cell/dwarfaddr.S: New file.
9415
628fe4e4
JK
94162010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 Test PR 9436.
9419 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
9420
f1421989
HZ
94212010-06-24 Hui Zhu <teawater@gmail.com>
9422
9423 * gdb.base/eval.exp: New file.
9424
d03285ec
UW
94252010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9426
9427 * gdb.cell/fork.exp: New file.
9428 * gdb.cell/fork.c: Likewise.
9429 * gdb.cell/fork-spu.c: Likewise.
9430
41b2c92d
PM
94312010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
9432
9433 * lib/gdb.exp (banned_variables_traced): New global variable.
9434 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
9435 (gdb_init): Use `trace add variable' instead of obsolete
9436 `trace variable'.
9437
d5bc977f
DE
94382010-06-21 Doug Evans <dje@google.com>
9439
9440 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
9441
d2ed6730
UW
94422010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9443
9444 * gdb.arch/spu-ls.exp: New file.
9445 * gdb.arch/spu-ls.c: Likewise.
9446
6aed2dbc
SS
94472010-06-18 Stan Shebs <stan@codesourcery.com>
9448
9449 * gdb.threads/thread-specific.exp: Add tests of $_thread.
9450
e0756905
UW
94512010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9452
9453 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
9454 * gdb.base/watch-cond.exp: Likewise.
9455 * gdb.python/py-breakpoint.exp: Likewise.
9456
d8053d4d
PA
94572010-06-18 Pedro Alves <pedro@codesourcery.com>
9458
9459 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
9460 clean_restart, make sure every test has a distinct message, and
9461 that messages don't include the executable' full path.
9462
81ce510c
DE
94632010-06-17 Doug Evans <dje@google.com>
9464
9465 * gdb.arch/i386-size.exp: Updated expected output for
9466 DISASSEMBLY_OMIT_FNAME.
9467
65d79d4b
SDJ
94682010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9469 Sergio Durigan Junior <sergiodj@redhat.com>
9470
9471 * gdb.base/watch-notconst.c: New file.
9472 * gdb.base/watch-notconst.S: New file.
9473 * gdb.base/watch-notconst2.c: New file.
9474 * gdb.base/watch-notconst2.S: New file.
9475 * gdb.base/watch-notconst.exp: New file.
9476 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
9477 (func4): Add operations on `global_ptr_ptr'.
9478 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
9479 routine to test watchpoints created with a constant expression.
9480 (test_inaccessible_watchpoint): Include tests for watchpoints
9481 created with a constant expression.
9482
df0f4836
KB
94832010-06-14 Kevin Buettner <kevinb@redhat.com>
9484
9485 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
9486 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
9487 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
9488 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
9489 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
9490 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
9491 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
9492 of `_start'.
9493
b769def5
UW
94942010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9495
9496 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
9497 not supported on the target.
9498 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9499 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9500 * gdb.mi/mi-nsintrall.exp: Likewise.
9501 * gdb.mi/mi-nsmoribund.exp: Likewise.
9502 * gdb.mi/mi-nsthrexec.exp: Likewise.
9503
d914c394
SS
95042010-06-11 Stan Shebs <stan@codesourcery.com>
9505
9506 * gdb.base/permissions.exp: New file.
9507
95082010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
9509
9510 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
9511 does not support ELF executable class.
9512
f3ce5b9c
UW
95132010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9514
9515 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
9516
8e46892c
JK
95172010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
9520 (runto): Catch "The target does not support running in non-stop mode.".
9521
6cc55c64
MS
95222010-06-11 Michael Snyder <msnyder@vmware.com>
9523
9524 * gdb.base/setshow.exp (set language asm): Don't use
9525 gdb_test_no_output, fails on some targets.
9526
caddefa4
UW
95272010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9528
9529 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
9530 * gdb.cp/pr9167.exp: Likewise.
9531
468b1aa7
UW
95322010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9533
9534 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
9535
5c3552dc
UW
95362010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9537
9538 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
9539
02e6fe6a
UW
95402010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9541
9542 * gdb.base/charset.c (main): Make sure malloc gets linked in.
9543
0e03807e
TT
95442010-06-11 Tom Tromey <tromey@redhat.com>
9545
9546 PR gdb/9977, PR exp/11636::
9547 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
9548 (pieces_test_f6): Update expected output.
9549
2bdf28a0
JK
95502010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9551
9552 * gdb.base/moribund-step.exp: New.
9553
f6978de9
MS
95542010-06-08 Michael Snyder <msnyder@vmware.com>
9555
9556 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 9557 * gdb.ada/boolean_expr.exp:
f6978de9
MS
9558 * gdb.ada/frame_args.exp: Ditto.
9559 * gdb.ada/lang_switch.exp: Ditto.
9560 * gdb.ada/ptype_arith_binop.exp: Ditto.
9561 * gdb.ada/ref_param.exp: Ditto.
9562 * gdb.ada/type_coercion.exp:Ditto.
9563
9564 * gdb.asm/asm-source.exp: Ditto.
9565
9566 * gdb.base/attach.exp: Ditto.
9567 * gdb.base/bitfields2.exp: Ditto.
9568 * gdb.base/call-signal-resume.exp: Ditto.
9569 * gdb.base/callfuncs.exp: Ditto.
9570 * gdb.base/commands.exp: Ditto.
9571 * gdb.base/dbx.exp: Ditto.
9572 * gdb.base/default.exp: Ditto.
9573 * gdb.base/dump.exp: Ditto.
9574 * gdb.base/exprs.exp: Ditto.
9575 * gdb.base/freebpcmd.exp: Ditto.
9576 * gdb.base/interrupt.exp: Ditto.
9577 * gdb.base/list.exp: Ditto.
9578 * gdb.base/long_long.exp: Ditto.
9579 * gdb.base/maint.exp: Ditto.
9580 * gdb.base/ptype.exp: Ditto.
9581 * gdb.base/return.exp: Ditto.
9582 * gdb.base/setshow.exp: Ditto.
9583 * gdb.base/sigbpt.exp: Ditto.
9584 * gdb.base/sigrepeat.exp: Ditto.
9585
9586 * gdb.cp/classes.exp: Ditto.
9587
9588 * gdb.dwarf2/dw2-restore.exp: Ditto.
9589
9590 * gdb.gdb/selftest.exp: Ditto.
9591
9592 * gdb.multi/base.exp: Ditto.
9593 * gdb.multi/bkpt-multi-exec.exp: Ditto.
9594
9595 * gdb.python/py-block.exp: Ditto.
9596 * gdb.python/py-prettyprint.exp: Ditto.
9597 * gdb.python/py-template.exp: Ditto.
9598
9599 * gdb.server/ext-attach.exp: Ditto.
9600 * gdb.server/ext-run.exp: Ditto.
9601 * gdb.server/server-mon.exp: Ditto.
9602
9603 * gdb.threads/fork-thread-pending.exp: Ditto.
9604 * gdb.threads/hand-call-in-threads.exp: Ditto.
9605 * gdb.threads/interrupted-hand-call.exp: Ditto.
9606 * gdb.threads/linux-dp.exp: Ditto.
9607 * gdb.threads/manythreads.exp: Ditto.
9608 * gdb.threads/print-threads.exp: Ditto.
9609 * gdb.threads/pthreads.exp: Ditto.
9610 * gdb.threads/schedlock.exp: Ditto.
9611 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9612 * gdb.threads/threadapply.exp: Ditto.
9613
de7ff789
MS
96142010-06-08 Michael Snyder <msnyder@vmware.com>
9615
889bf7c5 9616 * gdb.ada/exec_changed.exp:
de7ff789
MS
9617 Use ".*" instead of "" as wildcard regexp.
9618
9619 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
9620 * gdb.base/call-ar-st.exp: Ditto.
9621 * gdb.base/checkpoint.exp: Ditto.
9622 * gdb.base/default.exp: Ditto.
9623 * gdb.base/dump.exp: Ditto.
9624 * gdb.base/ending-run.exp: Ditto.
9625 * gdb.base/fileio.exp: Ditto.
9626 * gdb.base/miscexprs.exp: Ditto.
9627 * gdb.base/pointers.exp: Ditto.
9628 * gdb.base/readline.exp: Ditto.
9629 * gdb.base/reread.exp: Ditto.
9630 * gdb.base/restore.exp: Ditto.
9631 * gdb.base/shlib-call.exp: Ditto.
9632 * gdb.base/valgrind-db-attach.exp: Ditto.
9633 * gdb.base/volatile.exp: Ditto.
9634 * gdb.base/watchpoints.exp: Ditto.
9635
9636 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
9637
9638 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
9639 * gdb.python/py-value.exp: Ditto.
9640
9641 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
9642 * gdb.trace/circ.exp: Ditto.
9643 * gdb.trace/collection.exp: Ditto.
9644 * gdb.trace/packetlen.exp: Ditto.
9645 * gdb.trace/passc-dyn.exp: Ditto.
9646 * gdb.trace/report.exp: Ditto.
9647 * gdb.trace/tfile.exp: Ditto.
9648 * gdb.trace/tfind.exp: Ditto.
9649 * gdb.trace/while-dyn.exp: Ditto.
9650
3bebe2f2
JK
96512010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
9654
5c631832
JK
96552010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9656
9657 Test PR 10640.
9658 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
9659
4c3376c8
SW
96602010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
9661
9662 * gdb.cp/koenig.exp: Test for ADL operators.
9663 * gdb.cp/koenig.cc: Added ADL operators.
9664 * gdb.cp/operator.exp: New test.
9665 * gdb.cp/operator.cc: New test.
9666
dc226d5a
MS
96672010-06-04 Michael Snyder <msnyder@vmware.com>
9668
dfb88a23
MS
9669 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
9670 * gdb.base/pending.exp: Ditto.
f7ae76b3 9671
dc226d5a
MS
9672 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
9673
967cf477
DE
96742010-06-04 Doug Evans <dje@google.com>
9675
9676 * gdb.python/py-prettyprint.exp: Add new test for enabled and
9677 disabled printers.
9678 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
9679 (enable_lookup_function): New function.
9680
eb801841
TT
96812010-06-04 Tom Tromey <tromey@redhat.com>
9682
9683 * gdb.python/py-value.exp (test_value_hash): Don't test equality
9684 of hash and id.
9685
38979823
JK
96862010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9687
9688 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
9689 newline.
9690 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
9691 (empty verbose non-noisy clear, empty verbose noisy clear)
9692 (empty non-verbose noisy clear): Likewise.
9693
35ec993f
MS
96942010-06-03 Michael Snyder <msnyder@vmware.com>
9695
9696 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
9697 * gdb.base/display.exp: Ditto.
9698 * gdb.base/find.exp: Ditto.
9699 * gdb.base/ifelse.exp: Ditto.
9700 * gdb.base/multi-forks.exp: Ditto.
9701 * gdb.base/recurse.exp: Ditto.
9702 * gdb.base/setshow.exp: Ditto.
9703 * gdb.base/value-double-free.exp: Ditto.
9704 * gdb.base/watch-vfork.exp: Ditto.
9705 * gdb.base/watch_thread_num.exp: Ditto.
9706 * gdb.base/watchpoint-solib.exp: Ditto.
9707 * gdb.base/watchpoint.exp: Ditto.
9708 * gdb.base/watchpoints.exp: Ditto.
9709
9710 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
9711 * gdb.cp/overload.exp: Ditto.
9712 * gdb.cp/virtfunc.exp: Ditto.
9713
9714 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
9715
889bf7c5 9716 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
9717 Replace gdb_test with gdb_test_no_output.
9718
889bf7c5 9719 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
9720 Replace gdb_test with gdb_test_no_output.
9721 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9722 * gdb.threads/watchthreads.exp: Ditto.
9723 * gdb.threads/watchthreads2.exp: Ditto.
9724
9725 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
9726 * gdb.trace/tfind.exp: Ditto.
9727
c22decce
JB
97282010-06-03 Joel Brobecker <brobecker@adacore.com>
9729
9730 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
9731 successful test if message is the empty string.
9732
fd5700c7
JK
97332010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * gdb.fortran/module.exp (stopped language detection): New test.
9736
f55ee35c
JK
97372010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9738
9739 Support DW_TAG_module as separate namespaces.
9740 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
9741 gdb.fortran/library-module-lib.f90: New.
9742 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
9743 (print i): Remove.
9744 (continue to breakpoint: i-is-1, print var_i value 1)
9745 (continue to breakpoint: i-is-2, print var_i value 2)
9746 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
9747 (print var_d, print var_i value 14, ptype modmany, complete `modm)
9748 (complete `modmany, complete `modmany`, complete `modmany`var)
9749 (show language, setting breakpoint at module): New tests.
9750 * gdb.fortran/module.f90 (module mod): Remove.
9751 (module mod1, module mod2, module modmany, subroutine sub1)
9752 (subroutine sub2, program module): New.
9753
b8e8282f
JK
97542010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9755
9756 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
9757 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
9758 * gdb.cp/anon-union.exp (pass): Rename to ...
9759 (print z 2): ... here.
b8e8282f 9760
019ebafc
MS
97612010-06-02 Michael Snyder <msnyder@vmware.com>
9762
e68d8fd4
MS
9763 * gdb.trace/actions.exp: Use gdb_test_no_output.
9764 * gdb.trace/circ.exp: Ditto.
9765 * gdb.trace/packetlen.exp: Ditto.
9766 * gdb.trace/save-trace.exp: Ditto.
9767 * gdb.trace/tracecmd.exp: Ditto.
9768 * gdb.trace/tsv.exp: Ditto.
9769
12b5d08a
MS
9770 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
9771 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
9772 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
9773 * gdb.threads/manythreads.exp: Ditto.
9774 * gdb.threads/print-threads.exp: Ditto.
9775 * gdb.threads/pthreads.exp: Ditto.
9776 * gdb.threads/schedlock.exp: Ditto.
9777 * gdb.threads/staticthreads.exp: Ditto.
9778 * gdb.threads/thread-specific.exp: Ditto.
9779 * gdb.threads/thread-unwindonsignal.exp: Ditto.
9780 * gdb.threads/threadapply.exp: Ditto.
9781 * gdb.threads/watchthreads.exp: Ditto.
9782 * gdb.threads/watchthreads2.exp: Ditto.
9783
89493308
MS
9784 * gdb.python/py-block.exp: Use gdb_test_no_output.
9785 * gdb.python/py-prettyprint.exp: Ditto.
9786 * gdb.python/py-template.exp: Ditto.
9787 * gdb.python/py-value.exp: Ditto.
9788
9789 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
9790 * gdb.reverse/watch-reverse.exp: Ditto.
9791
9792 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
9793 * gdb.server/ext-run.exp: Ditto.
9794
019ebafc
MS
9795 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
9796 * gdb.dwarf2/dw2-compressed.exp: Ditto.
9797 * gdb.dwarf2/dw2-intercu.exp: Ditto.
9798 * gdb.dwarf2/dw2-intermix.exp: Ditto.
9799 * gdb.dwarf2/dw2-producer.exp: Ditto.
9800 * gdb.dwarf2/mac-fileno.exp: Ditto.
9801
9802 * gdb.gdb/observer.exp: Use gdb_test_no_output.
9803 * gdb.gdb/selftest.exp: Ditto.
9804
9805 * gdb.multi/base.exp: Use gdb_test_no_output.
9806
9807 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
9808
3e0ca3a5
JK
98092010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9810
9811 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
9812
9db70545
MS
98132010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
9814
a8d52276
MS
9815 * gdb.cp/class2.exp: Use gdb_test_no_output.
9816 * gdb.cp/classes.exp: Ditto.
9817 * gdb.cp/extern-c.exp: Ditto.
9818 * gdb.cp/inherit.exp: Ditto.
9819 * gdb.cp/maint.exp: Ditto.
9820 * gdb.cp/mb-inline.exp: Ditto.
9821 * gdb.cp/mb-templates.exp: Ditto.
9822 * gdb.cp/method2.exp: Ditto.
9823 * gdb.cp/misc.exp: Ditto.
9824 * gdb.cp/ovldbreak.exp: Ditto.
9825 * gdb.cp/punctuator.exp: Ditto.
9826 * gdb.cp/templates.exp: Ditto.
9827 * gdb.cp/virtbase.exp: Ditto.
9828
889bf7c5 9829 * gdb.threads/attach-stopped.exp:
9db70545 9830 Replace uses of send_gdb / gdb_expect.
889bf7c5 9831 * gdb.threads/attachstop-mt.exp:
9db70545 9832 Replace uses of send_gdb / gdb_expect.
889bf7c5 9833 * gdb.threads/gcore-thread.exp:
9db70545 9834 Replace uses of send_gdb / gdb_expect.
889bf7c5 9835 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
9836 Replace uses of send_gdb / gdb_expect.
9837 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 9838 * gdb.threads/print-threads.exp:
9db70545
MS
9839 Replace uses of send_gdb / gdb_expect.
9840 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
9841 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
9842 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
9843
9844 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
9845 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
9846 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
9847 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
9848 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
9849 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
9850 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
9851 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
9852 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
9853 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
9854 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
9855
359cc68c
JK
98562010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9857
9858 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
9859
7d3fe98e
SW
98602010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
9861
9862 * gdb.cp/koenig.exp: Added new test case.
9863 * gdb.cp/koenig.cc: Ditto.
9864
27d3a1a2
MS
98652010-06-01 Michael Snyder <msnyder@vmware.com>
9866
9867 * gdb.base/arithmet.exp: Use gdb_test_no_output.
9868 * gdb.base/arrayidx.exp: Ditto.
9869 * gdb.base/attach.exp: Ditto.
9870 * gdb.base/auxv.exp: Ditto.
9871 * gdb.base/bigcre.exp: Ditto.
9872 * gdb.base/break-always.exp: Ditto.
9873 * gdb.base/break-interp.exp: Ditto.
9874 * gdb.base/break.exp: Ditto.
9875 * gdb.base/breakpoint-shadow.exp: Ditto.
9876 * gdb.base/call-ar-st.exp: Ditto.
9877 * gdb.base/call-sc.exp: Ditto.
9878 * gdb.base/call-signal-resume.exp: Ditto.
9879 * gdb.base/callfuncs.exp: Ditto.
9880 * gdb.base/catch-syscall.exp: Ditto.
9881 * gdb.base/charset.exp: Ditto.
9882 * gdb.base/code-expr.exp: Ditto.
9883 * gdb.base/commands.exp: Ditto.
9884 * gdb.base/cond-expr.exp: Ditto.
9885 * gdb.base/condbreak.exp: Ditto.
9886 * gdb.base/cursal.exp: Ditto.
9887 * gdb.base/cvexpr.exp: Ditto.
9888 * gdb.base/default.exp: Ditto.
9889 * gdb.base/del.exp: Ditto.
9890 * gdb.base/detach.exp: Ditto.
9891 * gdb.base/display.exp: Ditto.
9892 * gdb.base/ena-dis-br.exp: Ditto.
9893 * gdb.base/eval-skip.exp: Ditto.
9894 * gdb.base/foll-fork.exp: Ditto.
9895 * gdb.base/foll-vfork.exp: Ditto.
9896 * gdb.base/frame-args.exp: Ditto.
9897 * gdb.base/funcargs.exp: Ditto.
9898 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9899 * gdb.base/gdbvars.exp: Ditto.
9900 * gdb.base/help.exp: Ditto.
9901 * gdb.base/ifelse.exp: Ditto.
9902 * gdb.base/included.exp: Ditto.
9903 * gdb.base/list.exp: Ditto.
9904 * gdb.base/macscp.exp: Ditto.
9905 * gdb.base/maint.exp: Ditto.
9906 * gdb.base/multi-fork.exp: Ditto.
9907 * gdb.base/overlays.exp: Ditto.
9908 * gdb.base/page.exp: Ditto.
9909 * gdb.base/pending.exp: Ditto.
9910 * gdb.base/pointers.exp: Ditto.
9911 * gdb.base/pr11022.exp: Ditto.
9912 * gdb.base/prelink.exp: Ditto.
9913 * gdb.base/printcmds.exp: Ditto.
9914 * gdb.base/psymtab.exp: Ditto.
9915 * gdb.base/randomize.exp: Ditto.
9916 * gdb.base/relational.exp: Ditto.
9917 * gdb.base/relocate.exp: Ditto.
9918 * gdb.base/remote.exp: Ditto.
9919 * gdb.base/sepdebug.exp: Ditto.
9920 * gdb.base/set-lang-auto.exp: Ditto.
9921 * gdb.base/setshow.exp: Ditto.
9922 * gdb.base/setvar.exp: Ditto.
9923 * gdb.base/signals.exp: Ditto.
9924 * gdb.base/signull.exp: Ditto.
9925 * gdb.base/sigstep.exp: Ditto.
9926 * gdb.base/sizeof.exp: Ditto.
9927 * gdb.base/solib-disc.exp: Ditto.
9928 * gdb.base/store.exp: Ditto.
9929 * gdb.base/structs.exp: Ditto.
9930 * gdb.base/structs2.exp: Ditto.
9931 * gdb.base/subst.exp: Ditto.
9932 * gdb.base/term.exp: Ditto.
9933 * gdb.base/trace-commands.exp: Ditto.
9934 * gdb.base/unwindonsignal.exp: Ditto.
9935 * gdb.base/valgrind-db-attach.exp: Ditto.
9936 * gdb.base/varargs.exp: Ditto.
9937 * gdb.base/watch-cond.exp: Ditto.
9938 * gdb.base/watch_thread_num.exp: Ditto.
9939 * gdb.base/watchpoint-cond-gone.exp: Ditto.
9940 * gdb.base/watchpoint.exp: Ditto.
9941 * gdb.base/whatis-exp.exp: Ditto.
9942
f8d3bf8f
MS
99432010-06-01 Michael Snyder <msnyder@vmware.com>
9944
9945 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
9946 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
9947 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
9948 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
9949 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
9950 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
9951 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
9952 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
9953 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
9954 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
9955 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
9956 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
9957 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
9958 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
9959 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
9960
3f9e0d32
JK
99612010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9962
9963 * gdb.base/commands.exp (begin commands on watch): Remove excessive
9964 trailing newline.
9965 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
9966 * gdb.java/jmisc.exp (p *args\n): Rename to ...
9967 (p *args): ... here and remove excessive trailing newline.
9968
f629457d
JB
99692010-05-31 Joel Brobecker <brobecker@adacore.com>
9970
9971 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
9972
09eef106
JK
99732010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
9974
9975 Accept the new Linux kernel "t (tracing stop)" string.
9976 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
9977 Update comment.
9978 (state_wait) <T (tracing stop)>: New.
9979 (main): Update the state_wait expect string.
9980
94f31136
PA
99812010-05-28 Pedro Alves <pedro@codesourcery.com>
9982
9983 * limits.c, limits.exp: Delete files.
9984 * Makefile.in (clean mostlyclean): Adjust.
9985 * tracecmd.exp: Adjust.
9986
096554ab
JK
99872010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9988
9989 * gdb.base/tui-layout.exp: New.
9990
27d3a1a2 99912010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 9992
889bf7c5 9993 * gdb.reverse/break-precsave.exp:
bcd2dc50 9994 Replace uses of send_gdb / gdb_expect.
889bf7c5 9995 * gdb.reverse/break-reverse.exp:
bcd2dc50 9996 Replace uses of send_gdb / gdb_expect.
889bf7c5 9997 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 9998 Replace uses of send_gdb / gdb_expect.
889bf7c5 9999 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 10000 Replace uses of send_gdb / gdb_expect.
889bf7c5 10001 * gdb.reverse/finish-precsave.exp:
bcd2dc50 10002 Replace uses of send_gdb / gdb_expect.
889bf7c5 10003 * gdb.reverse/finish-reverse.exp:
bcd2dc50 10004 Replace uses of send_gdb / gdb_expect.
889bf7c5 10005 * gdb.reverse/i386-precsave.exp:
bcd2dc50 10006 Replace uses of send_gdb / gdb_expect.
889bf7c5 10007 * gdb.reverse/i386-reverse.exp:
bcd2dc50 10008 Replace uses of send_gdb / gdb_expect.
889bf7c5 10009 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 10010 Replace uses of send_gdb / gdb_expect.
889bf7c5 10011 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 10012 Replace uses of send_gdb / gdb_expect.
889bf7c5 10013 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 10014 Replace uses of send_gdb / gdb_expect.
889bf7c5 10015 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 10016 Replace uses of send_gdb / gdb_expect.
889bf7c5 10017 * gdb.reverse/machinestate.exp:
bcd2dc50 10018 Replace uses of send_gdb / gdb_expect.
889bf7c5 10019 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 10020 Replace uses of send_gdb / gdb_expect.
889bf7c5 10021 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 10022 Replace uses of send_gdb / gdb_expect.
889bf7c5 10023 * gdb.reverse/solib-precsave.exp:
bcd2dc50 10024 Replace uses of send_gdb / gdb_expect.
889bf7c5 10025 * gdb.reverse/solib-reverse.exp:
bcd2dc50 10026 Replace uses of send_gdb / gdb_expect.
889bf7c5 10027 * gdb.reverse/step-precsave.exp:
bcd2dc50 10028 Replace uses of send_gdb / gdb_expect.
889bf7c5 10029 * gdb.reverse/step-reverse.exp:
bcd2dc50 10030 Replace uses of send_gdb / gdb_expect.
889bf7c5 10031 * gdb.reverse/until-precsave.exp:
bcd2dc50 10032 Replace uses of send_gdb / gdb_expect.
889bf7c5 10033 * gdb.reverse/until-reverse.exp:
bcd2dc50 10034 Replace uses of send_gdb / gdb_expect.
889bf7c5 10035 * gdb.reverse/watch-precsave.exp:
bcd2dc50 10036 Replace uses of send_gdb / gdb_expect.
889bf7c5 10037 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
10038 Replace uses of send_gdb / gdb_expect.
10039
3def43e0
JK
100402010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
10043 excessive newline.
10044
27d3a1a2 100452010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
10046
10047 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
10048 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
10049 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
10050 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
10051 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
10052 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
10053 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
10054 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
10055 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
10056 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
10057 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
10058 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
10059 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
10060 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
10061 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
10062 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
10063 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
10064 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
10065 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 10066
27d3a1a2 100672010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 10068
22454424
MS
10069 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
10070 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
10071
10072 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
10073 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
10074 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
10075
889bf7c5 10076 * gdb.reverse/consecutive-reverse.exp:
22454424 10077 Replace uses of send_gdb / gdb_expect.
889bf7c5 10078 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
10079 Replace uses of send_gdb / gdb_expect.
10080
10081 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
10082 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
10083 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 10084 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
10085 Replace uses of send_gdb / gdb_expect.
10086 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
10087 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
10088 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
10089 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
10090 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
10091 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
10092 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
10093 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
10094 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
10095
100962010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 10097
22454424 10098 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10099
22454424 10100 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10101
22454424
MS
10102 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
10103 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
10104 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
10105 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
10106 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
10107 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
10108 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
10109 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
10110 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 10111
6e5f2c59
TT
101122010-05-25 Tom Tromey <tromey@redhat.com>
10113
10114 * gdb.base/macscp.exp: Add missing space after setup_kfail.
10115
bbc8b958
TT
101162010-05-25 Tom Tromey <tromey@redhat.com>
10117
10118 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
10119 argument order.
10120 * gdb.base/macscp.exp: Fix setup_kfail argument order.
10121 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
10122 order.
10123 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
10124 order.
10125 * gdb.base/call-sc.exp (setup_kfails): Remove.
10126 (setup_compiler_kfails): Remove.
10127 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
10128 argument order.
10129 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
10130 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
10131 (advancei): Fix setup_kfail argument order.
10132 * gdb.base/radix.exp: Fix setup_kfail argument order.
10133 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
10134 order.
10135 * gdb.base/structs.exp (setup_kfails): Remove.
10136 (setup_compiler_kfails): Fix setup_kfail argument order.
10137 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
10138 order.
10139 * gdb.java/jmain.exp: Fix setup_kfail argument order.
10140 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
10141 setup_kfail argument order.
10142 * gdb.cp/overload.exp: Fix setup_kfail argument order.
10143
83d1babf
TT
101442010-05-25 Tom Tromey <tromey@redhat.com>
10145
10146 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
10147
6acb16a2
MS
101482010-05-25 Michael Snyder <msnyder@vmware.com>
10149
10150 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
10151 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
10152 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
10153 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
10154 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
10155 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
10156 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
10157 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
10158 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
10159 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
10160 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
10161 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
10162 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
10163 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
10164 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
10165 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
10166 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
10167 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
10168 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
10169 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
10170 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
10171 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
10172 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
10173 * gdb.base/default.exp: Replace send_gdb with gdb_test.
10174 * gdb.base/define.exp: Replace send_gdb with gdb_test.
10175 * gdb.base/display.exp: Replace send_gdb with gdb_test.
10176 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
10177 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
10178 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
10179 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
10180 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
10181 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
10182 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
10183 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
10184 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
10185 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
10186 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
10187 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
10188 * gdb.base/help.exp: Replace send_gdb with gdb_test.
10189 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
10190 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
10191 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
10192 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
10193 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
10194 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
10195 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
10196 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 10197 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
10198
101992010-05-25 Doug Evans <dje@google.com>
10200
10201 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
10202 gdb.string_to_argv.
ad3986f0 10203
d3b1e874
TT
102042010-05-21 Tom Tromey <tromey@redhat.com>
10205
10206 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
10207 Call it.
10208 * gdb.dwarf2/pieces.S: Update.
10209 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
10210
cb826367
TT
102112010-05-21 Tom Tromey <tromey@redhat.com>
10212
10213 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
10214 Call it.
10215 * gdb.dwarf2/pieces.c (struct C): New.
10216 (f6): New function.
10217 * gdb.dwarf2/pieces.S: Replace.
10218
74de6778
TT
102192010-05-21 Tom Tromey <tromey@redhat.com>
10220
10221 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
10222 Call it.
10223
afd74c5f
TT
102242010-05-21 Tom Tromey <tromey@redhat.com>
10225
10226 * gdb.dwarf2.pieces.exp: New file.
10227 * gdb.dwarf2.pieces.S: New file.
10228 * gdb.dwarf2.pieces.c: New file.
10229
a7b75dfd 102302010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 10231 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
10232
10233 * lib/gdb.exp (gdb_test_no_output): New function.
10234 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
10235 when testing commands that should produce no output.
10236
c81c812a
JB
102372010-05-17 Joel Brobecker <brobecker@adacore.com>
10238
10239 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
10240 parameter that we want to watch being a constant.
10241
0cce5bd9
JB
102422010-05-17 Joel Brobecker <brobecker@adacore.com>
10243
10244 * gdb.ada/cond_lang: New testcase.
10245
47050449
JB
102462010-05-17 Joel Brobecker <brobecker@adacore.com>
10247
10248 * lib/gdb.exp (banned_variables): New variable/constant.
10249 (gdb_init): Add write trace on variables listed in banned_variables.
10250 (gdb_finish): Remove write traces on variables listed in
10251 banned_variables.
10252
77c01586
JB
102532010-05-17 Joel Brobecker <brobecker@adacore.com>
10254
10255 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
10256 * gdb.cp/koenig.exp: Likewise.
10257
88d4aea7
PM
102582010-05-14 Phil Muldoon <pmuldoon@redhat.com>
10259
889bf7c5 10260 PR python/11482
88d4aea7
PM
10261
10262 * gdb.python/py-value.exp (test_value_hash): New function.
10263
f5a010c0
PM
102642010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
10265
10266 PR exp/11530.
10267 * gdb.base/gdb11530.c: New file.
10268 * gdb.base/gdb11530.exp: New file.
10269
8ef4892f
JK
102702010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
10273 * gdb.dwarf2/dw2-modula2-self-type.S: New.
10274
7322dca9
SW
102752010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
10276
10277 * gdb.cp/koenig.exp: New test.
10278 * gdb.cp/koenig.cc: New test program.
10279
02e7ea18
JB
102802010-05-05 Joel Brobecker <brobecker@adacore.com>
10281
10282 Remove the use of prms_id and bug_id throughout the testsuite.
10283
e1c34c5d
PM
102842010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
10285
10286 PR exp/11349.
10287 * testsuite/gdb.cp/ref-types.exp: Add test to examine
10288 use a reference local variable.
10289
8e1d0c49
JK
102902010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10291
10292 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
10293 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
10294 variable different_dir. Move debugfile into a full directory pathname
10295 under DIFFERENT_DIR.
10296 * lib/gdb.exp (separate_debug_filename): Remove.
10297 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
10298 variable debug_dir and mkdir of it. Update function comments.
10299
e66408ed
PA
103002010-04-29 Pedro Alves <pedro@codesourcery.com>
10301
10302 PR gdb/11557
10303
10304 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
10305 files.
10306
d7b32ed3
PM
103072010-04-29 Phil Muldoon <pmuldoon@redhat.com>
10308
889bf7c5 10309 * gdb.python/py-param.exp: New File.
d7b32ed3 10310
6aecb9c2
JB
103112010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
10312
10313 * gdb.base/default.exp: Fix "set language" test.
10314
bdf92a1c
PM
103152010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
10316
10317 PR breakpoints/11531.
10318 * gdb.base/gdb11531.c: New file.
10319 * gdb.base/gdb11531.exp: New file.
10320
3f172e24
TT
103212010-04-26 Tom Tromey <tromey@redhat.com>
10322
10323 * gdb.base/completion.exp: Add tests for completion and deprecated
10324 commands.
10325
64af4c92
JK
103262010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10327
10328 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
10329 (print /x char_array): Escape curly brackets.
10330
492928e4
JK
103312010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
10332
10333 Fix deadlock on looped list of loaded shared objects.
10334 * gdb.base/solib-corrupted.exp: New.
10335
66d09542
DE
103362010-04-23 Doug Evans <dje@google.com>
10337
10338 * gdb.python/py-section-script.c: New file.
10339 * gdb.python/py-section-script.exp: New file.
10340 * gdb.python/py-section-script.py: New file.
10341
8bd10a10
CM
103422010-04-20 Chris Moller <cmoller@redhat.com>
10343
10344 PR 10179
10345
10346 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
10347 * gdb.base/pr10179-a.c:
10348 * gdb.base/pr10179-b.c:
10349 * gdb.base/pr10179.exp: New files.
10350
c0201579
JK
103512010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10352
10353 Fix crashes on dangling display expressions.
10354 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
10355 is SEP.
10356 (lib_flags): Remove the "debug" keyword.
10357 (libsepdebug): New variable for iterating new loop.
10358 (save_pf_prefix): New variable wrapping the loop.
10359 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
10360 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
10361
793b0ff8
PM
103622010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10363
10364 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
10365
097f51f7
PM
103662010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10367
10368 PR stabs/11479.
10369 * gdb.stabs/gdb11479.exp: New file.
10370 * gdb.stabs/gdb11479.c: New file.
10371
9a22f0d0
PM
103722010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
10373
10374 * gdb.base/charset.c (Strin16, String32): New variables.
10375 * gdb.base/charset.exp (gdb_test): Test correct display
10376 of 16 or 32 bit strings.
10377
103782010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
10379
10380 PR 9167
10381 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
10382 * gdb.cp/pr9167.cc: New file.
10383 * gdb.cp/pr9167.exp: New file.
10384
10385
6e354e5e
PM
103862010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
10387
10388 PR pascal/11492.
10389 * gdb.pascal/gdb11492.pas: New file.
10390 * gdb.pascal/gdb11492.exp: New file.
10391
be942545
JB
103922010-04-20 Joel Brobecker <brobecker@adacore.com>
10393
1667e6e3 10394 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 10395
0c3acc09
JB
103962010-04-20 Joel Brobecker <brobecker@adacore.com>
10397
10398 * gdb.ada/dyn_loc: New testcase.
10399
ec31cde5
CM
104002010-04-20 Chris Moller <cmoller@redhat.com>
10401
10402 PR 10867
889bf7c5 10403
ec31cde5
CM
10404 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
10405 * gdb.cp/pr10687.cc: New file.
10406 * gdb.cp/pr10687.exp: New file.
10407
10408
ce4b0682
SDJ
104092010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10410 Sergio Durigan Junior <sergiodj@redhat.com>
10411
10412 * gdb.fortran/logical.exp: New testcase.
10413 * gdb.fortran/logical.f90: New file.
10414
3436961f
DE
104152010-04-19 Doug Evans <dje@google.com>
10416
10417 * gdb.base/help.exp (help source): Update expected output.
10418
4d836c09
JK
104192010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
10422 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
10423 gdb_exit and return.
10424 (executable): New variable.
10425 (binfile): Use it.
10426
6149aea9
PA
104272010-04-19 Pedro Alves <pedro@codesourcery.com>
10428
10429 PR breakpoints/8554.
10430
10431 * gdb.trace/save-trace.exp: Adjust.
10432
ed41462c
L
104332010-04-17 H.J. Lu <hongjiu.lu@intel.com>
10434
10435 PR corefiles/11511
10436 * gdb.arch/system-gcore.exp: New.
10437 * gdb.arch/gcore.c: Likewise.
10438
3f7b2faa
DE
104392010-04-15 Doug Evans <dje@google.com>
10440
fa33c3cd
DE
10441 * gdb.python/py-progspace.c: New file.
10442 * gdb.python/py-progspace.exp: New file.
10443
3f7b2faa
DE
10444 * gdb.base/source.exp: Add tests for "source -s".
10445
79f283fe
PM
104462010-04-14 Phil Muldoon <pmuldoon@redhat.com>
10447
10448 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
10449 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
10450 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
10451 * gdb.python/py-mi.exp: New test for to_string returning None.
10452
fc8eb08a
PM
104532010-04-12 Phil Muldoon <pmuldoon@redhat.com>
10454
10455 * gdb.python/py-breakpoint.c: Make result global.
10456
26e197f6
JK
104572010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10458
10459 Fix non-GNU make compatibility.
10460 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
10461
adc36818
PM
104622010-04-09 Phil Muldoon <pmuldoon@redhat.com>
10463
10464 * gdb.python/py-breakpoint.exp: New File.
10465 * gdb.python/py-breakpoint.C: Ditto.
10466
64e17368
SS
104672010-04-08 Stan Shebs <stan@codesourcery.com>
10468
10469 * gdb.trace/actions.exp: Clear default-collect.
10470 * gdb.trace/save-trace.exp: Clear default-collect.
10471
fff5cc64
PM
104722010-04-08 Phil Muldoon <pmuldoon@redhat.com>
10473
10474 * gdb.python/py-value: Add null string variable.
10475 (test_lazy_string): Test zero length, NULL address lazy
10476 strings.
10477
a055a187
L
104782010-04-07 H.J. Lu <hongjiu.lu@intel.com>
10479
10480 * gdb.arch/i386-avx.c: New.
10481 * gdb.arch/i386-avx.exp: Likewise.
10482
10483 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
10484
96e39866
DE
104852010-04-06 Doug Evans <dje@google.com>
10486
10487 * gdb.base/source-test.gdb: New file.
10488 * gdb.base/source.exp: Test source -v.
10489
5984a431
UW
104902010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10491
10492 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
10493
ec8a089a
PM
104942010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
10495
10496 * gdb.stabs/aout.sed: Convert all backslash to double backslash
10497 within one line, unless it is followed by a double quote.
10498 * gdb.stabs/hppa.sed: Idem.
10499 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
10500 * gdb.stabs/weird.exp: Check for correct parsing of
10501 char and string constants.
ec8a089a
PM
10502 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
10503 in .stabs to .stabx substitution.
10504
fce3c1f0
SS
105052010-04-05 Stan Shebs <stan@codesourcery.com>
10506
10507 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
10508 constant global.
10509 * gdb.trace/tfile.exp: Try to print them.
10510
d77f58be
SS
105112010-04-04 Stan Shebs <stan@codesourcery.com>
10512
10513 * gdb.base/completion.exp: Update for new "info watchpoints".
10514 * gdb.base/default.exp: Ditto.
10515 * gdb.base/help.exp: Ditto.
10516 * gdb.base/watchpoint.exp: Ditto.
10517 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 10518
af54718e
SS
105192010-04-04 Stan Shebs <stan@codesourcery.com>
10520
10521 * gdb.trace/tfile.exp: Sharpen tfind test.
10522
74d1f91e
JK
105232010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10524
10525 * gdb.base/break-entry.exp: New.
10526
eb8e76db 105272010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 10528 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
10529
10530 * gdb.reverse/i386-sse-reverse.exp: New file.
10531 * gdb.reverse/i386-sse-reverse.c: New file.
10532
bf65cad8
PA
105332010-04-02 Pedro Alves <pedro@codesourcery.com>
10534
10535 * gdb.trace/tfind.exp: Adjust expected disassembly output.
10536
fff87407
SS
105372010-04-01 Stan Shebs <stan@codesourcery.com>
10538
10539 * gdb.trace/actions.exp: Tweak expected output.
10540 * gdb.trace/while-stepping.exp: Tweak expected output.
10541
fe01d668
L
105422010-04-01 H.J. Lu <hongjiu.lu@intel.com>
10543
10544 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
10545
86b17b60
PA
105462010-04-01 Pedro Alves <pedro@codesourcery.com>
10547
10548 * gdb.base/commands.exp: Adjust.
10549 * gdb.cp/extern-c.exp: Adjust.
10550
2c58c0a9
PA
105512010-04-01 Pedro Alves <pedro@codesourcery.com>
10552
10553 * gdb.trace/collection.c (local_test_func): Define a local struct,
10554 and instanciate it.
10555
0db9b91c
PA
105562010-04-01 Pedro Alves <pedro@codesourcery.com>
10557
10558 * gdb.trace/collection.exp (gdb_collect_args_test)
10559 (gdb_collect_argarray_test): XFAIL the tests that assume the
10560 argarray argument's elements are collected.
10561
8072405b
JK
105622010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
10563
10564 * gdb.dwarf2/dw2-bad-parameter-type.exp,
10565 gdb.dwarf2/dw2-bad-parameter-type.S: New.
10566
8bf6485c
SS
105672010-03-31 Stan Shebs <stan@codesourcery.com>
10568
10569 * gdb.trace/save-trace.exp: Test save/restore of default-collect
10570 and tracepoint conditionals.
10571 (gdb_verify_tracepoints): Delete unused return.
10572
fd7f724a
KS
105732010-03-26 Keith Seitz <keiths@redhat.com>
10574
10575 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
10576 appear in the output before main.
10577 Remove KFAIL for gdb/2215 aka bz 9320.
10578
8d9e7719
DE
105792010-03-30 Doug Evans <dje@google.com>
10580
0906dd0b
DE
10581 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
10582 by dejagnu.
10583 * gdb.arch/amd64-dword.exp: Ditto.
10584
8d9e7719
DE
10585 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
10586 match.
10587 (break printf): Ditto.
10588
1da644f0
SW
105892010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
10590
10591 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
10592 gcc < 4.4.
10593 * gdb.cp/shadow.exp: Ditto.
10594
a8121990
PA
105952010-03-29 Pedro Alves <pedro@codesourcery.com>
10596
10597 * gdb.trace/collection.exp (run_trace_experiment): Make sure
10598 "tstart" is silent.
10599
6e79d367
PA
106002010-03-29 Pedro Alves <pedro@codesourcery.com>
10601
10602 * gdb.trace/collection.exp (executable): New.
10603 (binfile): Use it.
10604 (fpreg, spreg, pcreg): New.
10605 (test_register): Use gdb_test_multiple. Pass /x to print.
10606 (prepare_for_trace_test): New.
10607 (run_trace_experiment): Use "continue", not gdb_run_cmd.
10608 (gdb_collect_args_test, gdb_collect_argstruct_test)
10609 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
10610 prepare_for_trace_test.
10611 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
10612 fpreg, spreg and pcreg.
10613 (gdb_collect_expression_test, gdb_collect_globals_test): Use
10614 prepare_for_trace_test.
10615 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
10616 try to detect tracing support here. Don't set breakpoints at
10617 `begin' or `end' here.
10618 <global scope>: Use clean_restart. Run to main before checking
10619 for tracing support. Check for for tracing support here.
10620
09248348
JK
106212010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
10624 " as $displacement" to "seen displacement message".
10625
d350db38
PA
106262010-03-28 Pedro Alves <pedro@codesourcery.com>
10627
10628 * gdb.trace/while-dyn.exp (executable): New variable.
10629 (binfile): Use it.
10630 (test_while_stepping): New function. Move most tests here. Call
10631 it once for each of the while-stepping, stepping and ws aliases.
10632
907af001
UW
106332010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10634
10635 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
10636 that do not provide the tagless_struct type name at all.
10637 (test_print_anon_union): Do not check value of uninitialized
10638 union member. Do not use cp_test_ptype_class, so we can accept
10639 "long" as well as "long int".
10640
610197fd
PA
106412010-03-26 Pedro Alves <pedro@codesourcery.com>
10642
10643 * gdb.trace/tfile.c (tohex, bin2hex): New.
10644 (write_error_trace_file): Hexify error description.
10645
6c28cbf2
SS
106462010-03-25 Stan Shebs <stan@codesourcery.com>
10647
10648 * gdb.trace/tfile.c: Generate an additional trace file, improve
10649 portability.
10650 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
10651 files in a better way.
10652
e62b8c7e
KS
106532010-03-25 Keith Seitz <keiths@redhat.com>
10654
10655 * gdb.java/jprint.exp: XFAIL printing of static class members
10656 because of GCC debuginfo problem.
10657
82ccf5a5
JK
106582010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
10661
293e2f9e
DJ
106622010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10663
10664 * gdb.base/completion.exp: Allow long instead of long int.
10665 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
10666 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
10667 variable p.
10668 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
10669 * gdb.base/pointers.exp: Allow long instead of long int.
10670 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
10671 * gdb.base/step-line.exp: Allow a directory before the source file name.
10672
95a42b64
TT
106732010-03-24 Tom Tromey <tromey@redhat.com>
10674
10675 PR breakpoints/9352:
10676 * gdb.base/default.exp: Update.
10677 * gdb.base/commands.exp: Update.
10678 * gdb.cp/extern-c.exp: Test setting commands on multiple
10679 breakpoints at once.
10680
2390201f
DJ
106812010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10682
10683 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
10684 if gdb,nosignals.
10685 * gdb.base/watchpoints.c: Do not include unnecessary headers.
10686 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
10687 exited".
10688
8c9a6790
SS
106892010-03-24 Stan Shebs <stan@codesourcery.com>
10690
10691 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
10692
a6c727b2
DJ
106932010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
10694
10695 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
10696 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
10697 argument. Handle "short" and "long".
10698 (Top level): Pass overprototyped output for old_fptr and xptr.
10699
4dfd5423
PA
107002010-03-23 Pedro Alves <pedro@codesourcery.com>
10701
10702 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
10703 format strings and add casts to avoid compiler warnings.
10704
107052010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
10706
10707 * lib/trace-support.exp (gdb_trace_setactions):
10708 Don't expect whitespace after ">" prompt.
10709 * gdb.trace/actions.exp: Adjust for output changes.
10710 * gdb.trace/while-stepping.exp: Likewise.
10711
c847d045
JK
107122010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10713
10714 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
10715 and r157645).
10716
5f717f1d
JK
107172010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10718
10719 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
10720 New.
10721
7d6d51d5
DJ
107222010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
10723
10724 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
10725 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
10726
3b11a015
SS
107272010-03-19 Stan Shebs <stan@codesourcery.com>
10728
10729 * gdb.trace/ax.exp: New file.
10730
d7d158ed
DE
107312010-03-19 Doug Evans <dje@google.com>
10732
6bb85cd1
DE
10733 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
10734 output from gcc.
10735
d7d158ed
DE
10736 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
10737 named /usr/sbin/prelink<foo>.
10738
4daf5ac0
SS
107392010-03-18 Stan Shebs <stan@codesourcery.com>
10740
10741 * gdb.trace/circ.exp: Test circular-trace-buffer.
10742 * gdb.trace/tfile.exp: Update tstatus test.
10743
e8d05480
JB
107442010-03-18 Joel Brobecker <brobecker@adacore.com>
10745
10746 * gdb.dwarf2/dw2-anonymous-func.S: New file.
10747 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
10748
441b986a
UW
107492010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10750
10751 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
10752
4247603b
PA
107532010-03-18 Pedro Alves <pedro@codesourcery.com>
10754
10755 * gdb.base/default.exp: Adjust the expected output of the finish
10756 and until commands when the inferior is not being run.
10757
13387711
SW
107582010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
10759
10760 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
10761 * gdb.cp/nsusing.exp: Ditto.
10762
6e31430b
TT
107632010-03-15 Tom Tromey <tromey@redhat.com>
10764
10765 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
10766 * gdb.cp/userdef.cc (operator==): New function.
10767 (main): New locals mem1, mem2.
10768
e2d69cb5
JZ
107692010-03-15 Jie Zhang <jie@codesourcery.com>
10770
10771 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
10772 Declare and use new loadtimeout variable.
10773
f572f0a9
DJ
107742010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
10775
10776 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
10777 Use gdb_load later.
10778
51f4c0b0
PA
107792010-03-14 Pedro Alves <pedro@codesourcery.com>
10780
10781 * gdb.base/solib-disc.c (main): Make format of fprintf a string
10782 literal. Add missing endlines to prints to stderr.
10783
1c809c68
TT
107842010-03-12 Tom Tromey <tromey@redhat.com>
10785
10786 PR c++/9708:
10787 * gdb.cp/m-static.exp: Add regression test.
10788 * gdb.cp/m-static.cc (method): New method.
10789 (main): Call it.
10790
00ae8fef
SW
107912010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
10792
10793 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
10794 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
10795
759f0f0b
PA
107962010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10797
21e24d21
PA
10798 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
10799
108002010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
10801
759f0f0b
PA
10802 * lib/gdb.exp (skip_stl_tests): New.
10803 (gdb_compile): Symbian needs -ldl.
10804 (shlib_target_file): New.
10805 (shlib_symbol_file): New.
10806 (gdb_load_shlibs): Use shlib_target_file.
10807 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
10808 * gdb.cp/exception.exp: Use skip_stl_tests.
10809 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
10810 * gdb.cp/try_catch.exp: Use skip_stl_tests.
10811 * gdb.cp/mb-templates.exp: Ditto.
10812 * gdb.base/commands.exp: Relax regexes.
10813 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
10814 shlib_target_file and shlib_symbol_file.
10815 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
10816 sections.
10817 * gdb.base/ending-run.exp: Accept E32Main for symbian.
10818 * gdb.base/solib-disc.exp: Use
10819 shlib_target_file and shlib_symbol_file.
10820 * gdb.base/unload.exp: Don't skip on symbian. Use
10821 shlib_target_file and shlib_symbol_file.
10822 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
10823
6a8f2671 108242010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 10825
6a8f2671
PA
10826 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
10827 * gdb.trace/report.exp: Adjust for x86 and x86_64.
10828 Issue a tfind end before looking for a tracepoint frame.
10829 * gdb.trace/tfind.exp: Adjust tstatus output.
10830 Adjust disassembly output.
10831 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
10832
ccf26247
JK
108332010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 * gdb.base/break-interp.exp: Create new displacement parameter value
10836 for the test_ld calls.
10837 (reach): New parameter displacement, verify its content. New push of
10838 pf_prefix "reach-$func:". Import global expect_out.
10839 (test_core): New parameter displacement, verify its content. New push
10840 of pf_prefix "core:". New command "set verbose on". Import global
10841 expect_out.
10842 (test_attach): New parameter displacement, verify its content. New
10843 push of pf_prefix "attach:". New command "set verbose on". Import
10844 global expect_out.
10845 (test_ld): New parameter displacement, pass it to the reach, test_core
10846 and test_attach calls and verify its content in the "ld.so exit" test.
10847 * gdb.base/prelink.exp: Remove gdb_exit and final return.
10848 (prelink): Update expected text, use gdb_test.
10849
e469c7fb
DE
108502010-03-10 Doug Evans <dje@google.com>
10851
10852 * gdb.base/checkpoint.exp: Fix comment.
10853 Lengthen timeout while doing >600 checkpoints test.
10854 Rename duplicate "kill all one" test to keep test names unique.
10855
60e1c644
PA
108562010-03-10 Pedro Alves <pedro@codesourcery.com>
10857
10858 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
10859
cec808ec
KS
108602010-03-08 Keith Seitz <keiths@redhat.com>
10861
889bf7c5
PA
10862 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
10863 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
10864 (dm_type_long): New function.
10865 (dm_type_unsigned_short): New function.
10866 (dm_type_unsigned_long): New function.
10867 (myint): New typedef.
10868 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
10869 long, unsigned shor and long, operator char*, and typedef.
10870 (test_lookup_operator_functions): Add operator char* test.
10871 (test_paddr_operator_functions): Likewise.
10872 (test_paddr_overloaded_functions): Use probe values for
10873 short, long, and unsigned short and long.
10874 (test_paddr_hairy_functions): If the demangler probe detected
10875 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
10876 demangler.
10877 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
10878 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
10879 and "print null_pmf".
10880 Add test "ptype a.*pmf".
10881 * gdb.cp/overload.exp: Allow optional "int" to appear with
10882 "short" and "long".
10883 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
10884 long expect value for men_overload1arg.
10885 Allow "int" to appear with "short" and "long".
10886 When testing "info break", add argument for main (void).
10887 Also allow "int" to appear with "short" and "long".
10888 Ditto with "unsigned" and "long long".
cec808ec
KS
10889 * gdb.java/jmain.exp: Do not enclose methods names in single
10890 quotes.
10891 * gdb.java/jmisc.exp: Likewise.
10892 * gdb.java/jprint.exp: Likewise.
10893 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
10894
10895 From Jan Kratochvil <jan.kratochvil@redhat.com>:
10896 * gdb.cp/exception.exp (backtrace after first throw)
10897 (backtrace after second throw): Allow a namespace before __cxa_throw.
10898 (backtrace after first catch, backtrace after second catch): Allow
10899 a namespace before __cxa_begin_catch.
10900
10901 * gdb.cp/cpexprs.exp: New file.
10902 * gdb.cp/cpexprs.cc: New file.
10903
10904 From Daniel Jacobowitz <dan@codesourcery.com>
10905 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
10906 to use string_to_regexp.
10907 (ctor, dtor): New functions. Use them to match constructor
10908 and destructor function types.
10909 (Top level): Use runto_main.
10910
f870a310
TT
109112010-03-05 Tom Tromey <tromey@redhat.com>
10912
10913 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
10914 gdb.target_charset.
10915 (pp_ns.to_string): Likewise.
10916
0c199f28
KS
109172010-03-04 Keith Seitz <keiths@redhat.com>
10918
10919 * gdb.cp/overload.exp: Test that the filename portion of a linespec
10920 can be quoted. Test that both the filename and function/line
10921 portions can be quoted at the same time.
10922
c7437ca6
PA
109232010-03-04 Pedro Alves <pedro@codesourcery.com>
10924
10925 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
10926
b111b805
DE
109272010-03-03 Doug Evans <dje@google.com>
10928
24486cb7
DE
10929 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
10930 libc contains libpthread.
10931
b111b805
DE
10932 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
10933 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
10934 of gdb_compile. Add another pattern to match android backtrace.
10935
a0e0ef55
TT
109362010-03-03 Tom Tromey <tromey@redhat.com>
10937
10938 PR gdb/11345:
10939 * gdb.base/printcmds.exp (test_printf): Add test.
10940
1ba53b71
L
109412010-03-02 H.J. Lu <hongjiu.lu@intel.com>
10942
10943 * gdb.arch/amd64-byte.exp: New.
10944 * gdb.arch/amd64-dword.exp: Likewise.
10945 * gdb.arch/amd64-pseudo.c: Likewise.
10946 * gdb.arch/amd64-word.exp: Likewise.
10947 * gdb.arch/i386-byte.exp: Likewise.
10948 * gdb.arch/i386-pseudo.c: Likewise.
10949 * gdb.arch/i386-word.exp: Likewise.
10950
f5dff777
DJ
109512010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
10952
10953 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
10954 types. Add structreg, bitfields, and flags registers.
10955 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
10956 registers.
10957
90884b2b
L
109582010-03-01 H.J. Lu <hongjiu.lu@intel.com>
10959
10960 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
10961 (load_description): Set architecture if defined.
10962
dc00d89f
PM
109632010-02-28 Phil Muldoon <pmuldoon@redhat.com>
10964
10965 * gdb.python/py-frame.exp: Add read_var block tests.
10966 * gdb.python/py-frame.c (block): New function.
10967
0e095b7e
JK
109682010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10969 Daniel Jacobowitz <dan@codesourcery.com>
10970
10971 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
10972
624f1a65
DM
109732010-02-25 David S. Miller <davem@davemloft.net>
10974
10975 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
10976 fix logic for setting all_syscalls_numbers.
10977
f3e9a817
PM
109782010-02-24 Phil Muldoon <pmuldoon@redhat.com>
10979
10980 * Makefile.in: Add py-block and py-symbol.
10981 * gdb.python/py-symbol.exp: New File.
10982 * gdb.python/py-symtab.exp: New File.
10983 * gdb.python/py-block.exp: New File.
10984 * gdb.python/py-symbol.c: New File.
10985 * gdb.python/py-block.c: New File.
10986
f6bbabf0
PM
109872010-02-24 Phil Muldoon <pmuldoon@redhat.com>
10988
10989 PR python/11314
10990 * lib/gdb.exp (skip_python_tests): New function.
10991 * gdb.python/py-cmd.exp: Use skip_python_tests.
10992 * gdb.python/py-frame.exp: Likewise.
10993 * gdb.python/py-function.exp: Likewise.
10994 * gdb.python/py-prettyprint.exp: Likewise.
10995 * gdb.python/py-template.exp: Likewise.
10996 * gdb.python/py-type.exp: Likewise.
10997 * gdb.python/py-value.exp: Likewise.
10998
85d721b8
PA
109992010-02-22 Pedro Alves <pedro@codesourcery.com>
11000
11001 PR9605
11002
11003 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
11004
48e32051
TT
110052010-02-19 Tom Tromey <tromey@redhat.com>
11006
11007 PR c++/8693, PR c++/9496:
11008 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
11009 regression tests.
11010
ac9c0048
JK
110112010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11012
11013 Fix compatibility with m68k as.
11014 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
11015 Use only /* comments */.
11016
57bb97a4
UW
110172010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11018
11019 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
11020 * configure: Regenerate.
11021
7d1bf85c
DJ
110222010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
11023
11024 * gdb.python/py-type.exp: Check for Python support.
11025
061b5285
PA
110262010-02-17 Pedro Alves <pedro@codesourcery.com>
11027
11028 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
11029 `regsub' syntax available.
11030
f8a8bc2c
PA
110312010-02-17 Pedro Alves <pedro@codesourcery.com>
11032
11033 * gdb.base/shmain.c (main): Remove printf call.
11034 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
11035 * gdb.base/unload.c (main): Make format of fprintf a string
11036 literal. Add missing endlines to prints to stderr.
11037 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
11038
6f451e5e
TT
110392010-02-17 Tom Tromey <tromey@redhat.com>
11040
11041 * gdb.java/jprint.java (jprint.props): New field.
11042 * gdb.java/jprint.exp (set_lang_java): Add regression test.
11043
12d79008
PA
110442010-02-17 Pedro Alves <pedro@codesourcery.com>
11045
ef801a0e 11046 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
11047 available.
11048
d252f7e5
DJ
110492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11050
11051 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
11052 creation to support remote host testing.
11053
67bdab6c
DJ
110542010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11055
11056 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
11057 Recognize "command not found".
11058
bb391223
DJ
110592010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11060
11061 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
11062 single-stepping.
11063
70362913
DJ
110642010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11065
11066 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
11067 if arguments are not supported.
11068
493f3c00
DJ
110692010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11070
11071 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
11072 be const or non-const.
11073
8034c749
DJ
110742010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11075
11076 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
11077 mi_send_resuming_command to send -exec-continue.
11078
791dfb64
DJ
110792010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11080
11081 * gdb.base/list.exp (test_list_filename_and_function): Add test
11082 with single quotes.
11083 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
11084 matching.
11085 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
11086 Add KFAIL'd tests for PR gdb/11289.
11087
7c5fe868
DJ
110882010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11089
11090 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
11091
fdc498b8
DJ
110922010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11093
11094 * gdb.base/comp-dir/subdir/dummy.txt: New file.
11095 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
11096 a temporary directory.
11097
b519e2a6
DJ
110982010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
11099
11100 * gdb.base/charset.exp: Use a single regular expression to match
11101 show host-charset and show target-charset output.
11102
74164c56
JK
111032010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11104
11105 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
11106 "Illegal process-id" expect string more exact.
11107 (attach to digits-starting nonsense is prohibited): New.
11108
701ed6dc
JK
111092010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11110
11111 * gdb.base/prelink.exp (set verbose on): New.
11112
889bf7c5 111132010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
11114
11115 * mi-reverse.exp: New file. Test for reverse option to the
11116 following MI commands: exec-continue, exec-finish, exec-next,
11117 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 11118
dadf0e9c
JB
111192010-02-09 Joel Brobecker <brobecker@adacore.com>
11120
11121 * gdb.ada/ptype_tagged_param: New testcase.
11122
714f19d5
TT
111232010-02-08 Tom Tromey <tromey@redhat.com>
11124
11125 PR c++/8017:
11126 * gdb.cp/overload.exp: Add tests.
11127 * gdb.cp/overload.cc (struct K): New.
11128 (namespace N): New.
11129 (main): Call new functions.
11130 (K::staticoverload): Define.
11131
889bf7c5 111322010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
11133
11134 PR gdb/10728
11135 * gdb.cp/pr10728-x.h: New file.
11136 * gdb.cp/pr10728-x.cc: New file.
11137 * gdb.cp/pr10728-y.cc: New file.
11138 * gdb.cp/pr10728.exp: New file.
11139 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
11140
889bf7c5 111412010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
11142
11143 PR gdb/9067
11144 * gdb.cp/pr9067.exp: New
11145 * gdb.cp/pr9067.cc: New
11146 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
11147
7b356089
JB
111482010-02-08 Joel Brobecker <brobecker@adacore.com>
11149
11150 * lib/gdb.exp (gdb_test_timeout): New global variable.
11151 Set it to timeout if not already set.
11152 (gdb_init): Reset the value of timeout to gdb_test_timeout.
11153
1be00882
DE
111542010-02-05 Doug Evans <dje@google.com>
11155
11156 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
11157 user.
11158
82856980
SW
111592010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
11160
11161 PR c++/7935:
11162 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
11163
1a334831
TT
111642010-02-04 Tom Tromey <tromey@redhat.com>
11165
11166 * gdb.cp/virtbase.exp: Make test case names unique.
11167
9c3c02fd
TT
111682010-02-02 Tom Tromey <tromey@redhat.com>
11169
11170 * gdb.cp/virtbase.exp: Add regression tests.
11171 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
11172 (main): Instantiate RHC.
11173
0cc2414c
TT
111742010-02-02 Tom Tromey <tromey@redhat.com>
11175
11176 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
11177 type-printing change.
11178
edf3d5f3
TT
111792010-02-02 Tom Tromey <tromey@redhat.com>
11180
11181 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
11182 * gdb.cp/virtbase.cc: New file.
11183 * gdb.cp/virtbase.exp: New file.
11184 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
11185
e4b7f41c
JK
111862010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11187
11188 PR libc/11214:
11189 * gdb.threads/current-lwp-dead.c: Include features.h.
11190 (HAS_NOMMU): New.
11191 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
11192
b381ea14
JK
111932010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * gdb.base/symbol-without-target_section.exp,
11196 gdb.base/symbol-without-target_section.c: New.
11197
c593ac0e
DJ
111982010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11199
11200 * gdb.base/bigcore.exp: Reset increased timeout.
11201 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
11202
db25f29d
DJ
112032010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11204
11205 * gdb.base/gcore.exp (capture_command_output): Use
11206 gdb_test_multiple.
11207
f9d67f43
DJ
112082010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11209
11210 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
11211 * gdb.arch/thumb2-it.exp (test_it_break): New function.
11212 (Top level): Call it.
11213
177321bd
DJ
112142010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
11215
11216 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
11217
97f2ed50
DJ
112182010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
11219
11220 * gdb.base/call-strs.exp, gdb.base/default.exp,
11221 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
11222 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
11223 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
11224 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
11225 gdb.base/watchpoint-solib.exp: Save and restore timeout.
11226 * gdb.base/ending-run.exp: Correct restore of timeout.
11227 * gdb.base/page.exp: Remove unnecessary timeout setting.
11228
e4e2711a
JB
112292010-01-29 Joel Brobecker <brobecker@adacore.com>
11230
11231 * gdb.ada/rec_return: New testcase.
11232
ba581dc1
JB
112332010-01-29 Joel Brobecker <brobecker@adacore.com>
11234
11235 * gdb.ada/call_pn: New testcase.
11236
4ea95be9
DJ
112372010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
11238
11239 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
11240 (Top level): Use it to resume.
11241 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
11242 the Thumb mode displaced stepping error as unsupported.
11243
df83a9bf
SW
112442010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
11245
889bf7c5
PA
11246 * gdb.cp/nsusing.exp: Added more tests.
11247 * gdb.cp/nsrecurs.exp: Ditto.
11248 * gdb.cp/nsusing.cc: Added test functions.
11249 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 11250
40b27cdc
JK
112512010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11252
11253 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
11254 absolute directory pathnames in gdb.sum file.
11255
de958931
SW
112562010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
11257
11258 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
11259 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
11260
708ead4e
TT
112612010-01-26 Tom Tromey <tromey@redhat.com>
11262
11263 PR exp/7643:
11264 * gdb.base/printcmds.exp (test_print_string_constants): Remove
11265 setup_kfail.
11266
b14e635e
SW
112672010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
11268
11269 * gdb.cp/nsrecurs.exp: New test.
11270 * gdb.cp/nsrecurs.cc: New test program.
11271 * gdb.cp/nsstress.exp: New test.
11272 * gdb.cp/nsstress.cc: New test program.
11273 * gdb.cp/nsdecl.exp: New test.
11274 * gdb.cp/nsdecl.cc: New test program.
11275
8540c487
SW
112762010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
11277
11278 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
11279 imported into file scope.
11280 Marked test as xfail.
11281 * gdb.cp/namespace-using.cc (marker5): New function.
11282 * gdb.cp/shadow.exp: New test.
11283 * gdb.cp/shadow.cc: New test program.
11284 * gdb.cp/nsimport.exp: New test.
11285 * gdb.cp/nsimport.cc: New test program.
11286
421d5d99
TT
112872010-01-25 Tom Tromey <tromey@redhat.com>
11288
11289 PR gdb/11049:
11290 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
11291 with "set print null-stop on".
11292
691f8dc1
JK
112932010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11294
11295 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
11296 Adjust it for DISASSEMBLY_OMIT_FNAME.
11297
0b92b5bb
TT
112982010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11299
11300 PR symtab/11199:
11301 * gdb.dwarf2/member-ptr-forwardref.exp,
11302 gdb.dwarf2/member-ptr-forwardref.S: New.
11303
23787403
JK
113042010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11305
11306 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
11307 (thread1_func): Protect thread1_tid with thread1_tid_cond by
11308 thread1_tid_mutex. Remove gdbstop_mutex handling.
11309 (thread2_func): Protect thread2_tid with thread2_tid_cond by
11310 thread2_tid_mutex. Remove gdbstop_mutex handling.
11311 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
11312 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
11313 pthread_cond_wait conditionalizations by while loops.
11314
b966cb8a
TT
113152010-01-20 Tom Tromey <tromey@redhat.com>
11316
11317 PR backtrace/10770:
11318 * gdb.dwarf2/pr10770.exp: New file.
11319 * gdb.dwarf2/pr10770.c: New file.
11320 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
11321
fcae584b
VP
113222010-01-20 Vladimir Prus <vladimir@codesourcery.com>
11323
11324 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
11325 that target was removed, and the test always runs native anyway.
11326
a0f49112
JK
113272010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11328
11329 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
11330 gdb.base/watchpoint-cond-gone-stripped.c: New.
11331
ceeb3d5a
TT
113322010-01-19 Tom Tromey <tromey@redhat.com>
11333
11334 PR c++/8000:
11335 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
11336 existing tests.
11337 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
11338 (main): Use AAA::SomeEnum.
11339
dd322c54
JK
113402010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11341
11342 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
11343 (test_ignore_count): Declare line_callme_body global.
11344 (run to breakpoint with ignore count): Use line_callme_body.
11345 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
11346 (set line_main_hello, set line_main_return): Reindent.
11347 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
11348 New.
11349 (continue to callee4): Use line_callee4_body.
11350 (check *stopped from CLI command): Use line_callee4_next.
11351 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
11352 (set line_main_hello, set line_main_return): Reindent.
11353 (set line_callee4_head, set line_callee4_body): New.
11354 (continue to callee4): Use line_callee4_body.
11355
4e8f195d
TT
113562010-01-18 Tom Tromey <tromey@redhat.com>
11357
11358 PR c++/9680:
11359 * gdb.cp/casts.cc: Add new classes and variables.
11360 * gdb.cp/casts.exp: Test new operators.
11361
9e14a9ba
JB
113622010-01-18 Tom Tromey <tromey@redhat.com>
11363 Thiago Jung Bauermann <bauerman@br.ibm.com>
11364
11365 * gdb.python/source2.py: New file.
11366 * gdb.python/source1: New file.
11367 * gdb.python/python.exp: Test "source" command.
11368
00bf0b85
SS
113692010-01-15 Stan Shebs <stan@codesourcery.com>
11370
11371 * gdb.trace/tfile.c: New file.
11372 * gdb.trace/tfile.exp: New file.
889bf7c5 11373
55235ad7
JK
113742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11375
11376 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
11377
9f2982ff
JK
113782010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11379
11380 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
11381
bbfba9ed
JK
113822010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11383
11384 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
11385 (libfunc): New parameter action. Implement also selectable "sleep".
11386 * gdb.base/break-interp-main.c: Include assert.h.
11387 (libfunc): New parameter action.
11388 (main): New parameters argc and argv. Assert argc. Pass argv.
11389 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
11390 (test_attach): New proc.
11391 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
11392 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
11393
61f0d762
JK
113942010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11395
11396 * gdb.base/break-interp.exp (test_core): New proc.
11397 (test_ld): Call it.
11398
06a6f270
JK
113992010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11400
11401 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
11402 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
11403 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
11404 and gdb_compile_shlib. Use new -Wl compiler options.
11405 (dl bt, main bt): New tests.
11406
51bee8e9
JK
114072010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11408
11409 Support PIEs with no symfile_objfile.
11410 * gdb.base/break-interp.exp: New argument at the test_ld calls.
11411 (test_ld): New parameter trynosym.
11412 (test_ld <$trynosym>): New block.
11413
b8040f19
JK
114142010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11415
11416 * gdb.base/break-interp.exp: New file.
11417
be759fcf
PM
114182010-01-13 Phil Muldoon <pmuldoon@redhat.com>
11419
11420 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
11421 * gdb.python/py-prettyprint.py (pp_ls): New printer.
11422 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
11423 test.
11424 * gdb.python/py-prettyprint.c: Define lazystring test structure.
11425 * gdb.python/py-mi.exp: Add lazy string test.
11426
dc146f7c
VP
114272010-01-13 Vladimir Prus <vladimir@codesourcery.com>
11428
11429 * lib/mi-support.exp (mi_check_thread_states): Handle
11430 core number in thread listing.
11431
b4ba55a1
JB
114322010-01-12 Joel Brobecker <brobecker@adacore.com>
11433
11434 * gdb.base/maint.exp: Adjust the expected output for the
11435 "maint print type" test. Use gdb_test_multiple instead of
11436 gdb_sent/gdb_expect.
11437
08e24bd4
DE
114382010-01-11 Doug Evans <dje@google.com>
11439
6496a609
DE
11440 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
11441 from gdbserver_download. All callers updated.
11442
08e24bd4
DE
11443 * gdb.server/ext-run.exp: "info os processes" requires xml support.
11444
b5cfddf5
JK
114452010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11446
11447 Implement binary numbers parsing.
11448 * gdb.base/printcmds.exp (test_integer_literals_accepted)
11449 (test_integer_literals_rejected): New binary tests.
11450
3725885a
RW
114512010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
11452
11453 * gdb.cell/configure: Regenerate.
11454
37aeb5df
JK
114552010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11456
11457 * gdb.base/corefile.exp: Move the core finding block out and call it as
11458 core_find, new variable $corefile, replace corefile by $corefile and
11459 [file tail $corefile] for usage vs. test names resp.
11460 * lib/gdb.exp (core_find): Move it as a new function here. New
11461 parameter binfile and deletefiles. New variable $destcore. Pre-delete
11462 $destcore. Return "" on error.
11463
d521f563
JK
114642010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 Workaround PR binutils/10802.
11467 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
11468 (twice).
11469
28f24826
DJ
114702010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
11471
11472 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
11473
2de75e71
JB
114742010-01-08 Joel Brobecker <brobecker@adacore.com>
11475
11476 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
11477 call, to avoid interruption.
11478
fe00719b 114792010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
11480
11481 * gdb.stabs/weird.def (args93): New.
11482
d0ef5df8
DE
114832010-01-07 Doug Evans <dje@google.com>
11484
11485 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
11486
3a08d52f
TT
114872010-01-07 Tom Tromey <tromey@redhat.com>
11488
11489 * gdb.base/source.exp: Use correct line number.
11490
7a697b8d
SS
114912010-01-05 Stan Shebs <stan@codesourcery.com>
11492
11493 * gdb.trace/tracecmd.exp: Test ftrace.
11494
7803799a
UW
114952010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11496
11497 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
11498
c54eabfa
JK
114992010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11500
11501 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
11502 "uint_for_mi_testing".
11503
02e7ef19
JB
115042010-01-01 Joel Brobecker <brobecker@adacore.com>
11505
11506 Test indented comment in file being sourced.
11507 * gdb.base/commands.exp: Test indented comment in file being sourced.
11508
abd775ce
JB
115092010-01-01 Joel Brobecker <brobecker@adacore.com>
11510
11511 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
11512 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
11513 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
11514 notice.
11515
79b55b82
JB
115162010-01-01 Joel Brobecker <brobecker@adacore.com>
11517
11518 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
11519 notice.
11520
8997583e
JK
115212010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11522
11523 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
11524 missing $after_stopped and comma (,) expectation.
11525
6da95a67
SS
115262009-12-31 Stan Shebs <stan@codesourcery.com>
11527
11528 * gdb.trace/actions.exp: Test teval action.
889bf7c5 11529
218d2fc6
TJB
115302009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11531
11532 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
11533 (top level): Call test_watchpoint_in_big_blob.
11534 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
11535 watchpoints.
11536 (func3): Write to buf.
11537
236f1d4d
SS
115382009-12-29 Stan Shebs <stan@codesourcery.com>
11539
11540 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 11541
f61e138d
SS
115422009-12-28 Stan Shebs <stan@codesourcery.com>
11543
11544 * gdb.trace/tsv.exp: New file.
11545 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 11546
0219b378
DJ
115472009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
11548
11549 * gdb.base/find.c (main): Reference search buffers.
11550 * gdb.base/included.c (main): Reference integer.
11551 * gdb.base/ptype.c (charfoo): Declare.
11552 (intfoo): Call charfoo.
11553 * gdb.base/scope0.c (useitp): New function.
11554 (usestatics): Use useitp.
11555 (useit): Add a type for val.
11556 * gdb.base/scope1.c (useit1): Take a pointer argument.
11557 (usestatics1): Update calls to useit1.
11558 * gdb.cp/call-c.cc: Declare foo.
11559 (main): Call foo.
11560 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
11561 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
11562 (main): Call C::ensureRefs and ensureOtherRefs.
11563 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
11564 variables.
11565 (ensureOtherRefs): New function.
11566 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
11567 * gdb.cp/templates.cc (main): Call t5i.value.
11568
3f78692f
JK
115692009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11570
11571 Fix compatibility with G++-4.5.
11572 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
11573 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
11574 (uncaught return): Remove.
11575
429374b8
JK
115762009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11577 Phil Muldoon <pmuldoon@redhat.com>
11578
11579 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
11580 (bp_location13, bp_location14, bp_location17, bp_location18)
11581 (marker3_proto, marker4_proto): New variables.
11582 (breakpoint info): Update output.
11583 (run until breakpoint at marker3, run until breakpoint at marker4): New
11584 tests.
11585
859825b8
JK
115862009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11587
11588 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
11589 Replace the printf call of Y by provided "y-set-1" label. New block
11590 for the second shared library.
11591 * gdb.base/unload.exp: Compile also the second library, call
11592 gdb_load_shlibs also for it. Use now gdb_breakpoint.
11593 (single pending breakpoint info): Rename to ...
11594 (pending breakpoint info before run): ... this extended test.
11595 (libfile2, libname2, libsrcfile2, libsrc2)
11596 (lib_sl2): New variables.
11597 (exec_opts): Set also SHLIB_NAME2.
11598 (pending breakpoint info on first run at shrfunc1)
11599 (pending breakpoint info on second run at shrfunc1)
11600 (pending breakpoint info on second run at shrfunc2)
11601 (print y from libfile, print y from libfile2): New tests.
11602 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
11603 * gdb.base/unloadshr2.c: New.
11604
e6a386cd
HZ
116052009-12-22 Hui Zhu <teawater@gmail.com>
11606
11607 * gdb.reverse/sigall-reverse.exp: Adjust.
11608
9e19b45e
VP
116092009-12-21 Vladimir Prus <vladimir@codesourcery.com>
11610
11611 PR gdb/10884
11612
11613 * gdb.mi/var-cmd.c (do_bitfield_tests): New
11614 (main): Call do_bitfield_tests.
aacf5b1e 11615 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 11616
d53a7b30
JB
116172009-12-20 Joel Brobecker <brobecker@adacore.com>
11618
11619 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
11620 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
11621 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
11622 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
11623 gdb.modula2/unbounded1.c: Update copyright header.
11624
191ca0a1
CM
116252009-12-10 Chris Moller <moller@mollerware.com>
11626
11627 PR gdb/9399
11628 * gdb.cp/virtfunc2.exp: New tests
11629 * gdb.cp/virtfunc2.cc: New tests
11630 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
11631
0fa6cf1b
MS
116322009-12-10 Oza Pawandeep (paawan1982@yahoo.com
11633
11634 * gdb.reverse/i387-env-reverse.c: New file.
11635 * gdb.reverse/i387-env-reverse.exp: New file.
11636 * gdb.reverse/i387-stack-reverse.c: New file.
11637 * gdb.reverse/i387-stack-reverse.exp: New file.
11638
361ae042
PM
116392009-12-08 Phil Muldoon <pmuldoon@redhat.com>
11640
11641 * gdb.python/py-type.exp (test_range): New test.
11642
bfd31e71
PM
116432009-12-03 Phil Muldoon <pmuldoon@redhat.com>
11644
11645 PR python/10805
11646
11647 * gdb.python/py-type.exp: New file.
11648 * gdb.python/py-type.c: New file.
11649 * Makefile.in: Add py-type.
11650
57a1d736
TT
116512009-12-03 Tom Tromey <tromey@redhat.com>
11652
11653 * gdb.python/py-value.exp (test_parse_and_eval): New
11654 function.
11655
1f3b5d1b
PP
116562009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11657
11658 PR gdb/11022
11659
11660 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
11661 * gdb.base/pr11022.c: New test.
11662
8b7dbdc9
JK
116632009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11664
11665 Fix spurious false FAILs.
11666 * gdb.base/structs.c (chartest): New.
11667 (main): Fill-in chartest.
11668 * gdb.base/structs.exp (anychar_re, first): New.
11669 (start_structs_test): Import global anychar_re and first.
11670 New gdb_test call "set print elements 300; ${testfile}"
11671 (start_structs_test <$first>): New block.
11672 (any): Import global anychar_re. New variable ac. Use ${ac}.
11673
6a53b2ec
JK
116742009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11675
11676 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
11677
d7167b4c
JK
116782009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11679
11680 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
11681 Force $srcfile file.
11682 * gdb.base/foll-fork.c (callee): Comment out the printf call.
11683
b1798462
UW
116842009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11685
11686 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
11687 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11688 * gdb.threads/watchthreads-reorder.exp: Likewise.
11689
b6199126
DJ
116902009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
11691
11692 PR gdb/8704
11693
11694 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
11695 "if", and "thread". Correct matching in the previous test.
11696
b22a0510
DJ
116972009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
11698
11699 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
11700
930636d2
MS
117012009-11-23 Michael Snyder <msnyder@vmware.com>
11702
11703 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
11704 * gdb.reverse-watch-precsave.exp: Ditto.
11705
21a0512e
PP
117062009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
11707
11708 * gdb.asm/asm-source.exp: Adjust.
11709 * gdb.base/help.exp: Adjust.
889bf7c5 11710
fc30d5e0
PA
117112009-11-22 Pedro Alves <pedro@codesourcery.com>
11712
11713 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
11714 (do_syscall_tests_without_xml): Set data-directory to
11715 /the/path/to/nowhere.
11716
f6bc2008
PA
117172009-11-21 Pedro Alves <pedro@codesourcery.com>
11718
11719 * gdb.threads/local-watch-wrong-thread.c,
11720 gdb.threads/local-watch-wrong-thread.exp: New files.
11721
8c2fb5de
PA
117222009-11-21 Pedro Alves <pedro@codesourcery.com>
11723
11724 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
11725 assume new `regsub' syntax available.
11726
ebec9a0f
PA
117272009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11728
a79d3c27
JK
11729 * gdb.base/watchpoint-hw-hit-once.exp,
11730 gdb.base/watchpoint-hw-hit-once.c: New.
11731
117322009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11733
11734 * gdb.threads/watchthreads-reorder.exp,
11735 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 11736
276a961b
MK
117372009-11-17 Nathan Sidwell <nathan@codesourcery.com>
11738
11739 * gdb.xml/tdesc-regs.exp: Use for m68k.
11740
4867c1fb
PA
117412009-11-15 Pedro Alves <pedro@codesourcery.com>
11742
11743 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
11744
f6838f81
DJ
117452009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11746
11747 * lib/gdb.exp (current_target_name): New procedure.
11748 (gdb_wrapper_target): New variable.
11749 (gdb_wrapper_init): Set gdb_wrapper_target.
11750 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
11751 wrapper.
11752
4ac4dd3f
DJ
117532009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11754
11755 * gdb.base/remote.exp: Delete the slowest load test.
11756 Do not load with fixed packet sizes.
11757
a7881759
DJ
117582009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11759
11760 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
11761
97a5b505
DJ
117622009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11763
11764 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
11765 srcfile when setting a breakpoint.
11766
d3e1fc54
DJ
117672009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
11768
11769 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
11770 macros.
11771
7cbcbded
DJ
117722009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
11773
11774 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
11775 to be in memory.
11776 * gdb.base/display.c (force_mem): New.
11777 (do_loops): Use it. Add breakpoint comments.
11778 (do_vars): Add a breakpoint comment.
11779 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
11780 line numbers.
11781
bdea3a92
NF
117822009-11-13 Nathan Froyd <froydnj@codesourcery.com>
11783
11784 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
11785 instead of a bare "run".
11786
269f82e5
PP
117872009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
11788
11789 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 11790
a69b7d9d
DJ
117912009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11792
11793 * lib/cell.exp (skip_cell_tests): Clean up test files before
11794 returning.
11795
b598bfda
DJ
117962009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11797
11798 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
11799 and the breakpoint menu. Do not call perror if a prompt is seen.
11800 Consume the following GDB prompt.
11801 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
11802 * gdb.cp/namespace.exp: Use gdb_test.
11803 * gdb.cp/templates.exp: Use gdb_test.
11804 (test_template_breakpoints): Use gdb_test_multiple.
11805
87728fa0
DJ
118062009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11807
11808 * gdb.base/break1.c (struct some_struct, values): Move earlier.
11809 (marker4): Reference values.
11810
b67c692f
DJ
118112009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11812
11813 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
11814 is missing.
11815
f0df251a
DJ
118162009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11817
11818 * gdb.base/break.c (need_malloc): New.
11819 * gdb.base/constvars.c (main): Reference crass and crisp.
11820 * gdb.base/gdb1821.c (main): Reference bar.
11821 * gdb.cp/gdb1355.cc (main): Reference s1.
11822 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
11823 (main): Call them.
11824 * gdb.cp/hang2.cc (dummy2): Define.
11825 * gdb.cp/hang3.cc (dummy3): Define.
11826 * gdb.cp/m-data.cc (main): Reference shadow.
11827
bdf7534a
NF
118282009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
11829 Nathan Froyd <froydnj@codesourcery.com>
11830
11831 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
11832 remote host.
11833
f24fce77
NF
118342009-11-12 Nathan Froyd <froydnj@codesourcery.com>
11835
11836 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
11837 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
11838 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11839 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11840 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11841 * gdb.dwarf2/dw2-producer.exp: Likewise.
11842 * gdb.dwarf2/mac-fileno.exp: Likewise.
11843 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
11844 py-prettyprint.py to the remote host.
11845 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
11846
40f0318e
KS
118472009-11-11 Keith Seitz <keiths@redhat.com>
11848
11849 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
11850 use it instead of "Foo".
11851 * gdb.cp/classes.exp (do_tests): Add a test to access
11852 a method through a typedef'd class name.
11853
f3d9f7fb
NF
118542009-11-11 Nathan Froyd <froydnj@codesourcery.com>
11855
11856 * gdb.base/long_long.exp: Permit leading zeros on floating-point
11857 exponents.
11858 * gdb.base/pointers.exp: Likewise.
11859 * gdb.cp/ref-types.exp: Likewise.
11860
a4216f37
KS
118612009-11-11 Keith Seitz <keiths@redhat.com>
11862
11863 * gdb.cp/cplusfuncs.cc (class foo): Add operators
11864 new[] and delete[].
11865 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
11866 "void".
11867 (probe_demangler): Remove all single-quoting of
11868 method and variable names.
11869 (info_func_regexp): Remove the word "void" from any
11870 occurrence of "(void)".
11871 (print_addr_2): Remove all single-quoting of
11872 method names.
11873 (print_addr_2_kfail): Likewise.
11874 (print_addr): Single-quote C function names before
11875 passing to print_addr_2.
11876 (test_paddr_operator_functions): Remove single-quoting
11877 for method names.
11878 Add tests for operator new[] and operator delete[].
11879
9b14d7aa
JK
118802009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11881
11882 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
11883
85feb311
KS
118842009-11-09 Keith Seitz <keiths@redhat.com>
11885
11886 * gdb.cp/overload.exp: Add tests for resolving overloaded
11887 methods in expression parsing/evaluation.
11888
fa335448
DJ
118892009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
11890
11891 * lib/gdb.exp (default_gdb_version): Use --version instead of
11892 --command.
11893
ec3c07fc
NS
118942009-11-10 Nathan Sidwell <nathan@codesourcery.com>
11895
11896 * lib/gdb.exp (gdb_compile_test): New.
11897 (skip_ada_tests, skip_java_tests): New.
11898 (gdb_compile): Use gdb_compile_test for f77.
11899 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
11900 * lib/java.exp (compile_java_from_source): Remove runtests check,
11901 use gdb_compile_test to record result.
11902 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
11903 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
11904 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
11905 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
11906 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
11907 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
11908 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
11909 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
11910 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
11911 adjust gdb_compile invocations.
11912
b8b4e42b
JK
119132009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11914
11915 * Makefile.in (abs_builddir): New.
11916 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
11917 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
11918 `$(abs_builddir)/site.exp'.
11919
f8b7eaf3
DJ
119202009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
11921
11922 * config/m68k-emc.exp, lib/emc-support.exp,
11923 gdb.trace/gdb_c_test.c: Delete.
11924 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
11925 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
11926 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
11927 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
11928 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
11929 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
11930 casing for m68k-*-elf.
11931
c4187697
NS
119322009-11-03 Pedro Alves <pedro@codesourcery.com>
11933
11934 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
11935 * gdb.arch/i386-prologue.exp: Likewise.
11936 * gdb.arch/i386-unwind.exp: Likewise.
11937
db16b772
DJ
119382009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11939
11940 * lib/gdb.exp (gdb_expect): Fix timeout typo.
11941
bcf71277
DJ
119422009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11943
11944 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
11945
0105cee2
DJ
119462009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
11947
11948 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
11949
24ddea62
JK
119502009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11951
11952 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
11953
287ccc17
JK
119542009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11955
11956 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
11957 * gdb.base/sepdebug2.c: New file.
11958
08bca259 119592009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
11960
11961 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
11962 the modified warnings for catch syscall. Verify if GDB was compiled
11963 with support for lib expat, and choose which tests to run depending
11964 on this.
11965
5d4e2b76
VP
119662009-10-30 Vladimir Prus <vladimir@codesourcery.com>
11967
11968 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
11969 that composite commands are parsed OK. And also test
11970 that breakpoint commands do work.
11971
240e538a
MS
119722009-10-23 Michael Snyder <msnyder@vmware.com>
11973
11974 gdb.reverse/consecutive-precsave.exp: Change expect pattern
11975 to allow for new disassembly style.
11976
9c419145
PP
119772009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
11978
11979 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 11980
02506ff1
MS
119812009-10-22 Michael Snyder <msnyder@vmware.com>
11982
11983 * gdb.reverse/break-precsave.exp: New test.
11984 * gdb.reverse/consecutive-precsave.exp: Ditto.
11985 * gdb.reverse/finish-precsave.exp: Ditto.
11986 * gdb.reverse/i386-precsave.exp: Ditto.
11987 * gdb.reverse/machinestate-precsave.exp: Ditto.
11988 * gdb.reverse/sigall-precsave.exp: Ditto.
11989 * gdb.reverse/solilb-precsave.exp: Ditto.
11990 * gdb.reverse/step-precsave.exp: Ditto.
11991 * gdb.reverse/until-precsave.exp: Ditto.
11992 * gdb.reverse/watch-precsave.exp: Ditto.
11993
4cf866a3
MS
119942009-10-22 Michael Snyder <msnyder@vmware.com>
11995
11996 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
11997 for gdb_expect. Adjust one test's expect strings for the new
11998 format of disassemble.
11999 * gdb.reverse/finish-reverse.exp: Delete 'return'.
12000 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
12001 gdb_test_multiple.
12002 * gdb.reverse/step-reverse.exp: Delete 'return'.
12003 * gdb.reverse/until-reverse.exp: Delete blank lines.
12004 * gdb.reverse/watch-reverse.exp: Delete blank lines.
12005
2b28d209
PP
120062009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
12007
12008 * gdb.base/consecutive.exp: Adjust.
12009 * gdb.base/display.exp: Likewise.
12010 * gdb.base/pc-fp.exp: Likewise.
12011 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 12012
33b9c32b
MS
120132009-10-19 Michael Snyder <msnyder@vmware.com>
12014
12015 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
12016 * gdb.reverse/finish-reverse.c: Ditto.
12017 * gdb.reverse/sigall-reverse.c: Ditto.
12018 * gdb.reverse/solib-reverse.c: Ditto.
12019 * gdb.reverse/step-reverse.c: Ditto.
12020 * gdb.reverse/watch-reverse.c: Ditto.
12021
6c95b8df
PA
120222009-10-19 Pedro Alves <pedro@codesourcery.com>
12023 Stan Shebs <stan@codesourcery.com>
12024
12025 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
12026 * gdb.base/foll-exec.exp: Adjust to expect a process id before
12027 "Executing new program".
12028 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
12029 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
12030 left listed after having been killed.
12031 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
12032 * gdb.base/maint.exp: Adjust test.
12033
12034 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
12035 * gdb.multi/Makefile.in: New.
12036 * gdb.multi/base.exp: New.
12037 * gdb.multi/goodbye.c: New.
12038 * gdb.multi/hangout.c: New.
12039 * gdb.multi/hello.c: New.
12040 * gdb.multi/bkpt-multi-exec.c: New.
12041 * gdb.multi/bkpt-multi-exec.exp: New.
12042 * gdb.multi/crashme.c: New.
12043
279017b7
TG
120442009-10-13 Tristan Gingold <gingold@adacore.com>
12045
12046 * gdb.base/sepdebug.exp: Check debug info are found.
12047
0413d738
PA
120482009-10-08 Pedro Alves <pedro@codesourcery.com>
12049
12050 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
12051 bits.
12052
c628eecc
JK
120532009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12054
12055 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
12056
38af1bfe
JB
120572009-10-07 Joel Brobecker <brobecker@adacore.com>
12058
12059 * gdb.base/watchpoints.c: Add copyright header. Reformat one
12060 of the comments.
12061
2b0adecd
PM
120622009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
12063
12064 * gdb.base/annota1.exp: Remove obsolete match_max increase.
12065 * gdb.base/annota3.exp: Idem.
12066 * gdb.base/maint.exp: Idem.
12067
8d417781
PM
120682009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
12069
889bf7c5 12070 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
12071 to default.
12072
bb61102d
PM
120732009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12074
889bf7c5 12075 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
12076 mingw and cygwin targets.
12077
ace5c364
PM
120782009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
12079 Pedro Alves <pedro@codesourcery.com>
12080
889bf7c5 12081 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
12082 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
12083
c2d494a0
PM
120842009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12085
e1b52ce2
PM
12086 * gdb.base/shr1.c: Use %p in format string.
12087 * gdb.base/unload.c: Avoid warning in fprintf.
12088 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 12089
209f53f5
PM
120902009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
12091
12092 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
12093 long type.
12094 (test_unlink): Correct printf string.
12095 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
12096 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
12097
8172766a
JK
120982009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12099
12100 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
12101 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
12102 * gdb.arch/ia64-breakpoint-shadow.S: New file.
12103
0f73703c
UW
121042009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12105
12106 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
12107 * gdb.objc/nondebug.exp: Likewise.
12108
b32306ca
UW
121092009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12110
12111 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
12112 target_info setting.
12113
12114 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
12115 that detect new threads during "info threads".
12116
0057022f
UW
121172009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12118
12119 * gdb.threads/manythreads.c (main): Increase thread stack size
12120 to 2*PTHREAD_STACK_MIN.
12121 * gdb.threads/multi-create.c (main): Likewise.
12122 (create_function): Likewise.
12123
f29c0325
UW
121242009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12125
12126 * gdb.base/dump.exp: Pass difference of pointer types instead
12127 of integer types as offset to restore in intarr3.srec case.
12128
fcb34849
UW
121292009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12130
12131 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
12132
d5142e3b
UW
121332009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12134
12135 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
12136
087b74b2 121372009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 12138
087b74b2
PM
12139 New test for two watchpoints, with disabling of
12140 the first inserted.
12141 * testsuite/gdb.base/watchpoints.c: New file.
12142 * testsuite/gdb.base/watchpoints.exp: New file.
12143
96c07c5b
TT
121442009-09-25 Tom Tromey <tromey@redhat.com>
12145
12146 * gdb.base/charset.exp: Test utf-16 strings with Python.
12147
b8899f2b
TT
121482009-09-25 Tom Tromey <tromey@redhat.com>
12149
12150 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
12151 UCS-4.
12152 * gdb.base/charset.c (utf_32_string): Rename.
12153 (init_utf32): Rename.
12154 (main): Update.
12155
329719ec
TT
121562009-09-22 Tom Tromey <tromey@redhat.com>
12157
12158 * gdb.python/py-function.exp: Add regression tests.
12159
11ef0d76
KS
121602009-09-21 Keith Seitz <keiths@redhat.com>
12161
12162 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
12163 with invalid operator.
12164
3fe8f3b3
KS
121652009-09-21 Keith Seitz <keiths@redhat.com>
12166
12167 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
12168 and destructor using typedef name of class.
12169 * gdb.cp/classes.cc (class Base1): Add a destructor.
12170 (base1): New typedef.
12171 (use_methods): Instanitate an object of type base1.
12172 * gdb.cp/templates.exp (test_template_typedef): New procedure.
12173 (do_tests): Call test_template_typedef.
12174 * gdb.cp/templates.cc (Baz::~Baz): New method.
12175 (intBazOne): New typedef.
12176 (main): Instantiate intBazOne.
12177
7a9fe101
PM
121782009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12179
12180 PR python/10633
12181
12182 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
12183 Function.
12184 (run_lang_tests): Add print elements test.
12185
2e4d963f
PM
121862009-09-21 Phil Muldoon <pmuldoon@redhat.com>
12187
12188 * gdb.python/py-value.exp (test_subscript_regression): New
12189 function. Test for invalid subscripts.
12190 * gdb.python/py-value.c (main): Add test array, and pointer to it.
12191 (ptr_ref): New function.
12192
ec7e75e7
PP
121932009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12194
12195 * gdb.base/default.exp: Fix "show convenience".
12196
0cc7d26f
TT
121972009-09-15 Tom Tromey <tromey@redhat.com>
12198
12199 * lib/mi-support.exp (mi_create_varobj): Update.
12200 (mi_create_floating_varobj): Likewise.
12201 (mi_create_dynamic_varobj): New proc.
12202 (mi_varobj_update): Update.
12203 (mi_varobj_update_with_type_change): Likewise.
12204 (mi_varobj_update_kv_helper): New proc.
12205 (mi_varobj_update_dynamic_helper): Rewrite.
12206 (mi_varobj_update_dynamic): New proc.
12207 (mi_list_varobj_children): Update.
12208 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
12209 * gdb.python/python-prettyprint.py (pp_outer): New class.
12210 (pp_nullstr): Likewise.
12211 (lookup_function): Register new printers.
12212 * gdb.python/python-prettyprint.c (struct substruct): New type.
12213 (struct outerstruct): Likewise.
12214 (substruct_test): New function.
12215 (struct nullstr): New type.
12216 (string_1, string_2): New globals.
12217 (main): Add new tests.
12218 * gdb.python/python-mi.exp: Added regression tests.
12219 * gdb.mi/mi2-var-display.exp: Update.
12220 * gdb.mi/mi2-var-cmd.exp: Update.
12221 * gdb.mi/mi2-var-child.exp: Update.
12222 * gdb.mi/mi2-var-block.exp: Update.
12223 * gdb.mi/mi-var-invalidate.exp: Update.
12224 * gdb.mi/mi-var-display.exp: Update.
12225 * gdb.mi/mi-var-cmd.exp: Update.
12226 * gdb.mi/mi-var-child.exp: Update.
12227 * gdb.mi/mi-var-block.exp: Update.
12228 * gdb.mi/mi-break.exp: Update.
12229 * gdb.mi/gdb701.exp: Update.
12230
a96d9b2e
SDJ
122312009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
12232
12233 * Makefile.in: Inclusion of catch-syscall object.
12234 * gdb.base/catch-syscall.c: New file.
12235 * gdb.base/catch-syscall.exp: New file.
12236
b43b923a
MS
122372009-09-12 Michael Snyder <msnyder@vmware.com>
12238
12239 * gdb.reverse/step-reverse.exp: Explicitly check for targets
12240 that can support reverse debuggnig.
12241
cec03d70
TT
122422009-09-11 Tom Tromey <tromey@redhat.com>
12243
12244 * gdb.dwarf2/valop.S: New file.
12245 * gdb.dwarf2/valop.exp: New file.
12246
e23bb3fc
MK
122472009-09-11 Mark Kettenis <kettenis@gnu.org>
12248
12249 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
12250
37c3696d
DE
122512009-09-10 Doug Evans <dje@google.com>
12252
12253 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
12254 Add $gdb_prompt to second breakpoint regexp.
12255
5172aecb
JB
122562009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
12257
12258 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
12259 names, add missing ones.
12260 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
12261 * gdb.python/py-frame.c: Rename from python-frame.c.
12262 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
12263 testfile name.
12264 * gdb.python/py-function.exp: Rename from python-function.exp.
12265 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
12266 testfile name.
12267 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
12268 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
12269 Adjust testfile name.
12270 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
12271 * gdb.python/py-template.cc: Rename from python-template.cc.
12272 * gdb.python/py-template.exp: Rename from python-template.exp.
12273 Adjust testfile name.
12274 * gdb.python/py-value.c: Rename from python-value.c.
12275 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
12276 testfile name.
12277
b554e4bd
JK
122782009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12279
12280 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
12281 $bpt2address.
12282 (Second breakpoint address is valid on ia64)
12283 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
12284
9a68ae16
JM
122852009-09-03 Joseph Myers <joseph@codesourcery.com>
12286
12287 * gdb.base/ending-run.exp: Restrict regular expression matching
12288 line number to require closing brace following.
12289
146b9145
DE
122902009-09-03 Doug Evans <dje@google.com>
12291
12292 * gdb.base/store.exp (check_set): Fix typo in expected value message.
12293
787d21e1
TT
122942009-09-02 Tom Tromey <tromey@redhat.com>
12295
12296 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
12297
e7802207
TT
122982009-09-02 Tom Tromey <tromey@redhat.com>
12299
12300 * gdb.dwarf2/callframecfa.exp: New file.
12301 * gdb.dwarf2/callframecfa.S: New file.
12302
817aadd2
JK
123032009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12304
12305 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
12306 gdb.base/solib-overlap-main.c: New.
12307
4a76eae5
DJ
123082009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
12309
12310 PR gdb/10565
12311
12312 * gdb.base/bitfields.c (struct container, container): New.
12313 (main): Initialize it and call break5.
12314 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
12315
d4b96c9a
JK
123162009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12317
12318 Support constant DW_AT_data_member_location by GCC PR debug/40659.
12319 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
12320
4e22772d
JK
123212009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12322
12323 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
12324
2efab443
MS
123252009-08-26 Michael Snyder <msnyder@vmware.com>
12326
12327 * gdb.base/i386-reverse.c: New file.
12328 * gdb.base/i386-reverse.exp: New file.
12329 * gdb.base/Makefile.in: Add new files to be removed.
12330
07ab73a0
JM
123312009-08-26 Joseph Myers <joseph@codesourcery.com>
12332
12333 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
12334 environment-pwd for remote host.
12335 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
12336
676accff
KS
123372009-08-24 Keith Seitz <keiths@redhat.com>
12338
12339 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
12340 Add two new C++ completer tests which limit the output to a
889bf7c5 12341 given class.
676accff 12342
f9f7ad22
MS
123432009-08-24 Michael Snyder <msnyder@vmware.com>
12344
12345 * gdb.base/del.exp: Fix typo in comment.
12346 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
12347
81ecdfbb
RW
123482009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12349
12350 * configure: Regenerate.
12351 * gdb.hp/configure: Likewise.
12352 * gdb.hp/gdb.aCC/configure: Likewise.
12353 * gdb.hp/gdb.base-hp/configure: Likewise.
12354 * gdb.hp/gdb.compat/configure: Likewise.
12355 * gdb.hp/gdb.defects/configure: Likewise.
12356 * gdb.hp/gdb.objdbg/configure: Likewise.
12357 * gdb.stabs/configure: Likewise.
12358
cab0c772
UW
123592009-08-19 Doug Evans <dje@google.com>
12360
12361 * gdb.base/gdbvars.c: New file.
12362 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
12363
b8fa0bfa
PA
123642009-08-14 Pedro Alves <pedro@codesourcery.com>
12365
12366 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12367 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
12368
b84aa90a
PA
123692009-08-13 Pedro Alves <pedro@codesourcery.com>
12370
12371 * gdb.base/default.exp: Adjust "set language test": it's now an
12372 enum command. Larger help string moved to "help set language".
12373 * gdb.base/help.exp: Adjust "help set language" expected output,
12374 now lists all known languages.
12375
0d8f9b2c
NF
123762009-08-11 Nathan Froyd <froydnj@codesourcery.com>
12377
12378 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
12379 all frame arguments.
12380 * gdb.arch/altivec-regs.exp: Likewise.
12381
bda180e0
TT
123822009-08-07 Tom Tromey <tromey@redhat.com>
12383
12384 * gdb.base/setshow.exp: Add tests for changes to set language, set
12385 check range, and set check type.
12386
48cb2d85
VP
123872009-08-03 Vladimir Prus <vladimir@codesourcery.com>
12388
12389 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
12390 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 12391 Call it.
48cb2d85 12392
1ea34204
UW
123932009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12394
12395 * configure.ac: Run gdb.cell tests when appropriate.
12396 * configure: Regenerate.
12397 * lib/cell.exp: New file.
12398 * gdb.cell: New directory.
12399 * gdb.cell/configure.ac: New file.
12400 * gdb.cell/configure: New file.
12401 * gdb.cell/Makefile.in: New file.
12402 * gdb.cell/arch.exp: New file.
12403 * gdb.cell/break.c: New file.
12404 * gdb.cell/break.exp: New file.
12405 * gdb.cell/break-spu.c: New file.
12406 * gdb.cell/bt.c: New file.
12407 * gdb.cell/bt2-spu.c: New file.
12408 * gdb.cell/bt-spu.c: New file.
12409 * gdb.cell/bt.exp: New file.
12410 * gdb.cell/coremaker.c: New file.
12411 * gdb.cell/coremaker-spu.c: New file.
12412 * gdb.cell/core.exp: New file.
12413 * gdb.cell/gcore.exp: New file.
12414 * gdb.cell/data.c: New file.
12415 * gdb.cell/data.exp: New file.
12416 * gdb.cell/data-spu.c: New file.
12417 * gdb.cell/ea-cache.exp: New file.
12418 * gdb.cell/ea-cache.c: New file.
12419 * gdb.cell/ea-cache-spu.c: New file.
12420 * gdb.cell/ea-standalone.c: New file.
12421 * gdb.cell/ea-standalone.exp: New file.
12422 * gdb.cell/ea-test.c: New file.
12423 * gdb.cell/ea-test.exp: New file.
12424 * gdb.cell/f-regs.exp: New file.
12425 * gdb.cell/mem-access.c: New file.
12426 * gdb.cell/mem-access.exp: New file.
12427 * gdb.cell/mem-access-spu.c: New file.
12428 * gdb.cell/ptype.exp: New file.
12429 * gdb.cell/registers.exp: New file.
12430 * gdb.cell/size.c: New file.
12431 * gdb.cell/sizeof.exp: New file.
12432 * gdb.cell/size-spu.c: New file.
12433 * gdb.cell/solib.exp: New file.
12434 * gdb.cell/solib-symbol.exp: New file.
12435
85e747d2
UW
124362009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12437
12438 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
12439
58d6951d
DJ
124402009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12441
12442 * gdb.base/float.exp: Handle VFP registers.
12443
6e0a4f15
MS
124442009-07-14 Michael Snyder <msnyder@vmware.com>
12445
dcd5da87
MS
12446 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
12447 to bring gdb to the beginning of the calling line.
12448
6e0a4f15
MS
12449 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
12450 confusing the i386 epilogue unwinder.
12451
782b2b07
SS
124522009-07-14 Stan Shebs <stan@codesourcery.com>
12453
12454 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
12455
f662c3bc
MS
124562009-07-14 Michael Snyder <msnyder@vmware.com>
12457
12458 * gdb.reverse/step-reverse.exp (stepi into function call):
12459 Call instruction may not be first instruction in the line.
12460 (reverse stepi from a function call): Used wrong line number.
12461
8f313923
JK
124622009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12463
12464 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
12465
4662c76e
JK
124662009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 Fix gdb.base/macscp.exp when using custom inputrc.
12469 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
12470 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
12471 env(TERM) set.
12472 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
12473 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
12474
aa81e255
JK
124752009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12476
12477 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
12478 * gdb.base/annota1.exp (thread_test): Import global $testfile.
12479 Change the compilation target to match the testcase name.
12480 * gdb.base/sect-cmd.exp: Change the compilation target to match the
12481 testcase name.
12482 * a2-run.exp: Use for setup prepare_for_testing. Change the
12483 compilation target to match the testcase name.
12484 * gdb.base/commands.exp: Likewise.
12485 * gdb.base/finish.exp: Likewise.
12486 * gdb.base/float.exp: Likewise.
12487 * gdb.base/info-target.exp: Likewise.
12488 * gdb.base/relational.exp: Likewise.
12489 * gdb.base/term.exp: Likewise.
12490 * gdb.base/until.exp: Likewise.
12491 * gdb.base/volatile.exp: Likewise.
12492 * gdb.base/whatis-exp.exp: Likewise.
12493
4c93b1d7
HZ
124942009-07-11 Hui Zhu <teawater@gmail.com>
12495
12496 * gdb.base/help.exp (disassemble): Update expected help text.
12497
812f7342
TT
124982009-07-09 Tom Tromey <tromey@redhat.com>
12499
12500 * lib/gdb.exp: Handle TRANSCRIPT.
12501 (remote_spawn, remote_close, send_gdb): New procs.
12502
fbb8f299
PM
125032009-07-10 Phil Muldoon <pmuldoon@redhat.com>
12504
12505 * gdb.python/python-prettyprint.c: Add counted null string
12506 structure.
12507 * gdb.python/python-prettyprint.exp: Print null string. Test for
12508 embedded nulls.
12509 * gdb.python/python-prettyprint.py (pp_ns): New Function.
12510 * gdb.python/python-value.exp (test_value_in_inferior): Add
12511 variable length string fetch tests.
12512 * gdb.python/python-value.c (main): Add strings for string fetch tests.
12513
c0ac0ec7
JK
125142009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12515
12516 * gdb.base/dump.exp (inaccessible memory is reported): New test.
12517
30b66ecc
TT
125182009-07-07 Tom Tromey <tromey@redhat.com>
12519
12520 * gdb.base/call-rt-st.exp: Update for change to escape output.
12521 * gdb.base/callfuncs.exp: Likewise.
12522 * gdb.base/charset.exp: Likewise.
12523 * gdb.base/constvars.exp: Likewise.
12524 * gdb.base/long_long.exp: Likewise.
12525 * gdb.base/pointers.exp: Likewise.
12526 * gdb.base/printcmds.exp: Likewise.
12527 * gdb.base/setvar.exp: Likewise.
12528 * gdb.base/store.exp: Likewise.
12529 * gdb.cp/ref-types.exp: Likewise.
12530 * gdb.mi/mi-var-child.exp: Likewise.
12531 * gdb.mi/mi-var-display.exp: Likewise.
12532 * gdb.mi/mi2-var-display.exp: Likewise.
12533 * gdb.base/charset.exp: Test octal escape sequence length.
12534 Update for change to escape output.
12535
187c4a2b
JK
125362009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12537
12538 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
12539
d80a43f9
DJ
125402009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
12541
12542 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
12543
047427a8
JK
125442009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12545
12546 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
12547 gdbserver increasing $portnum if "Can't bind address" has been seen.
12548
8b5a0f4f
PA
125492009-07-05 Pedro Alves <pedro@codesourcery.com>
12550
12551 * gdb.base/ending-run.exp: Add "step out of main" pattern for
12552 mingw32ce.
12553
7d93ba58
PA
125542009-07-05 Pedro Alves <pedro@codesourcery.com>
12555
12556 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
12557 VFP format.
12558
2277426b
PA
125592009-07-02 Pedro Alves <pedro@codesourcery.com>
12560
12561 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
12562 linux. Adjust to use "inferior", "info inferiors", "detach
12563 inferior" and "kill inferior" instead of "restart", "info fork",
12564 "detach fork" and "delete fork".
12565 * gdb.base/ending-run.exp: Spell out "info".
12566 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
12567 the "kill" command.
12568
5af949e3
UW
125692009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12570
12571 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
12572 change to prefix TLS offset in hex with 0x.
12573
5d3729b5
UW
125742009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12575
12576 * gdb.base/default.exp: Update test case for "x" changes.
12577
af589bd0
TG
125782009-07-01 Tristan Gingold <gingold@adacore.com>
12579
12580 * gdb.base/bigcore.exp: Make darwin untested.
12581
40974f91
JK
125822009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12583
12584 * gdb.base/completion.exp (directory completion): Create the directory.
12585 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
12586 escapeuniquesub.
12587 (directory completion 2): Expect now ${escapeuniquesub}.
12588 (Glob remaining of directory test): Remove one excessive newline.
12589 Expect the real output.
12590
59dd3af6
JK
125912009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12592
12593 Fix `make check//%' target after `make check' has been ran.
12594 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
12595 a mkdir call.
12596 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
12597 (%/.dir): Remove.
12598
f4e164aa
JK
125992009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12600
12601 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
12602 the expected result record.
12603
69af2122
JK
126042009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 Remove racy FAILs relying just on the timeouts.
12607 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
12608 (annotation_level 2): Remove racy FAILs.
12609
2fd481e1
PP
126102009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
12611
12612 gdb/10275
889bf7c5
PA
12613 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
12614
c38f313d
DJ
126152009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
12616
12617 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
12618
8b777f02
VP
126192009-06-30 Vladimir Prus <vladimir@codesourcery.com>
12620
12621 * gdb.mi/mi-stack.exp: Testing symbolic options
12622 to -stack-list-locals and -stack-list-arguments.
12623
00c7eacf
JK
126242009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12625
12626 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
12627
6bc80edc
TT
126282009-06-29 Tom Tromey <tromey@redhat.com>
12629
12630 * dg-extract-results.sh: New file.
12631 * Makefile.in (FORCE_PARALLEL): New variable.
12632 (CHECK_TARGET): New conditional variable.
12633 (check): Use CHECK_TARGET.
12634 (DO_RUNTEST): New variable.
12635 (check-single): New target.
12636 (TEST_DIRS): New variable.
12637 (TEST_TARGETS): Likewise.
12638 (check-parallel): New target.
12639 (check-gdb.%): New pattern.
12640 (BASE1_FILES): New variable.
12641 (BASE2_FILES): Likewise.
12642 (check-gdb.base%): New pattern.
12643 (%/.dir): New pattern.
12644 * configure: Rebuild.
12645 * aclocal.m4 (AM_CONDITIONAL): New defun.
12646 * configure.ac: Check whether user is using GNU make.
12647 (GMAKE): New conditional.
12648
794684b6
SW
126492009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
12650
12651 * gdb.cp/namespace-nested-import.cc: New test.
12652 * gdb.cp/namespace-nested-import.exp: New test.
12653
edb3359d
DJ
126542009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
12655
12656 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
12657 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
12658 * gdb.opt/Makefile.in (EXECUTABLES): Update.
12659 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
12660 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
12661 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
12662 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
12663 gdb.opt/inline-markers.c: New files.
12664 * lib/gdb.exp (skip_inline_frame_tests): New function.
12665 (skip_inline_var_tests): New function.
12666
cf657a0c
AS
126672009-06-27 Andreas Schwab <schwab@linux-m68k.org>
12668
12669 * gdb.cp/exception.exp: Don't require $hex before inner frame in
12670 backtrace.
12671
28d41a99
MS
126722009-06-27 Michael Snyder <msnyder@vmware.com>
12673
12674 * gdb.reverse: New directory.
12675 * gdb.reverse/break-reverse.c: New test.
12676 * gdb.reverse/break-reverse.exp: New test.
12677 * gdb.reverse/consecutive-reverse.c: New test.
12678 * gdb.reverse/consecutive-reverse.exp: New test.
12679 * gdb.reverse/finish-reverse.c: New test.
12680 * gdb.reverse/finish-reverse.exp: New test.
12681 * gdb.reverse/machinestate.c: New test.
12682 * gdb.reverse/ms1.c: New test.
12683 * gdb.reverse/machinestate.exp: New test.
12684 * gdb.reverse/Makefile.in: New file.
12685 * gdb.reverse/shr2.c: New test.
12686 * gdb.reverse/solib-reverse.c: New test.
12687 * gdb.reverse/solib-reverse.exp: New test.
12688 * gdb.reverse/step-reverse.c: New test.
12689 * gdb.reverse/step-reverse.exp: New test.
12690 * gdb.reverse/until-reverse.c: New test.
12691 * gdb.reverse/ur1.c: New test.
12692 * gdb.reverse/until-reverse.exp: New test.
12693 * gdb.reverse/watch-reverse.c: New test.
12694 * gdb.reverse/watch-reverse.exp: New test.
12695 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
12696 * configure: Regenerate.
12697
fe3c8b0d
DE
126982009-06-26 Doug Evans <dje@google.com>
12699
12700 * gdb.base/psymtab.exp: Turn off pending breakpoints.
12701
3a72a602
PM
127022009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
12703
12704 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
12705 windows problem for 'file delete $binfile'.
12706
27aa8d6a
SW
127072009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
12708
12709 * gdb.cp/namespace-using.exp: New test.
12710 * gdb.cp/namespace-using.cc: New test.
12711
8ac055f8
JB
127122009-05-20 Joel Brobecker <brobecker@adacore.com>
12713
12714 * gdb.ada/variant_record_packed_array: New testcase.
12715
85e306ed
TT
127162009-06-23 Tom Tromey <tromey@redhat.com>
12717
12718 * gdb.base/charset.exp (test_combination): Regression test.
12719 * gdb.base/charset.c (my_wchar_t): New typedef.
12720 (myvar): New global.
12721 (main): Set myvar.
12722
56643c5e
PM
127232009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
12724
12725 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
12726 target.
12727
1fac167a
UW
127282009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12729
12730 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
12731
7ccb0be9
UW
127322009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12733
12734 * gdb.mi/gdb680.exp: Update test for error message.
12735
568d6575
UW
127362009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12737
12738 * gdb.base/annota1.exp: Allow multiple occurrences of the
12739 frames-invalid annotation.
12740 * gdb.cp/annota2.exp: Likewise.
12741
7cd1089b
PM
127422009-06-15 Phil Muldoon <pmuldoon@redhat.com>
12743
12744 * gdb.cp/gdb2495.cc: New file.
12745 * gdb.cp/gdb2495.exp: New file.
12746
72c63395
JK
127472009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 Report error on GDB crash during runto.
12750 * lib/gdb.exp (runto <eof>): New.
12751
3788363d
DJ
127522009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
12753
12754 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
12755 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
12756 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
12757 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
12758 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
12759 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
12760 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
12761 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
12762 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
12763 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
12764 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
12765 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
12766 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
12767 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
12768 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
12769 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
12770 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
12771 gdb.server/server-mon.exp, gdb.server/server-run.exp,
12772 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12773 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
12774 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
12775 gdb.trace/passcount.exp, gdb.trace/report.exp,
12776 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
12777 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
12778 gdb.trace/while-stepping.exp: Use a unique name for the compiled
12779 executable.
12780
17592de3
PA
127812009-06-07 Pedro Alves <pedro@codesourcery.com>
12782
12783 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
12784 defined before referencing it.
12785
701e355d
DE
127862009-06-03 Doug Evans <dje@google.com>
12787
12788 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
12789 * gdb.arch/i386-see.c: Ditto.
12790
f2292c65
PM
127912009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
12792
12793 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
12794 (check_macro): Return 1 if undefined.
12795 If first test fails, check if macro debug information is available,
12796 and report unsupported test if no macro information is found.
12797
5a437975
DE
127982009-05-29 Doug Evans <dje@google.com>
12799
12800 * gdb.threads/hand-call-in-threads.exp: New.
12801 * gdb.threads/hand-call-in-threads.c: New.
12802
c141c696
MS
128032009-05-29 Michael Snyder <msnyder@vmware.com>
12804
12805 * gdb.base/break-always.exp: Change "1" to "on".
12806 Add confirmation check.
12807
b3444185
PA
128082009-05-28 Pedro Alves <pedro@codesourcery.com>
12809
12810 * gdb.threads/threxit-hop-specific.c: New.
12811 * gdb.threads/threxit-hop-specific.exp: New.
12812 * gdb.threads/thread-execl.c: New.
12813 * gdb.threads/thread-execl.exp: New.
12814
b6313243
TT
128152009-05-27 Tom Tromey <tromey@redhat.com>
12816 Thiago Jung Bauermann <bauerman@br.ibm.com>
12817
12818 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
12819 (mi_child_regexp): Likewise.
12820 (mi_list_varobj_children_range): Likewise.
12821 (mi_get_features): Likewise.
12822 (mi_list_varobj_children): Rewrite.
12823 * gdb.python/python-mi.exp: New file.
12824
a6bac58e
TT
128252009-05-27 Tom Tromey <tromey@redhat.com>
12826 Thiago Jung Bauermann <bauerman@br.ibm.com>
12827 Phil Muldoon <pmuldoon@redhat.com>
12828 Paul Pluzhnikov <ppluzhnikov@google.com>
12829
12830 * gdb.python/python-prettyprint.exp: New file.
12831 * gdb.python/python-prettyprint.c: New file.
12832 * gdb.python/python-prettyprint.py: New file.
12833 * gdb.base/display.exp: print/r is now valid.
12834
2c74e833
TT
128352009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
12836 Tom Tromey <tromey@redhat.com>
12837 Pedro Alves <pedro@codesourcery.com>
12838 Paul Pluzhnikov <ppluzhnikov@google.com>
12839
12840 * gdb.python/python-template.exp: New file.
12841 * gdb.python/python-template.cc: New file.
12842 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12843 tests.
12844 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12845 Call it.
12846 (test_value_after_death): New proc.
12847 * gdb.python/python-value.c (PTR): New typedef.
12848 (main): New variable 'x'.
12849
89c73ade
TT
128502009-05-27 Tom Tromey <tromey@redhat.com>
12851
12852 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
12853 tests.
12854 * gdb.python/python-value.exp (py_objfile_tests): New proc.
12855 Call it.
12856
a75724bc
PA
128572009-05-27 Pedro Alves <pedro@codesourcery.com>
12858
12859 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
12860
e58b0e63
PA
128612009-05-24 Pedro Alves <pedro@codesourcery.com>
12862
12863 * gdb.threads/fork-thread-pending.c: New.
12864 * gdb.threads/fork-thread-pending.exp: New.
12865
4ac36638
JK
128662009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12867
12868 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
12869 * gdb.dwarf2/dw2-strp.S (a_string2): New.
12870
889bf7c5 128712009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 12872
889bf7c5 12873 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 12874
b242c3c2
PA
128752009-05-17 Pedro Alves <pedro@codesourcery.com>
12876
12877 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
12878 `gdb_get_line_number'. Call `callee' in both parent and child.
12879 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
12880 `gdb_get_line_number' instead of hardcoding line numbers.
12881 (catch_fork_unpatch_child): New procedure to test detaching
12882 breakpoints from child fork.
12883 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
12884 hardcoding line numbers.
12885 (do_fork_tests): Run `catch_fork_unpatch_child'.
12886
ee342b23
VP
128872009-05-17 Vladimir Prus <vladimir@codesourcery.com>
12888
12889 * gdb.mi/mi-cmd-var.exp: Check that when varobj
12890 of structure type enters or leaves the scope, it
12891 is reported by -var-update.
12892
e2009e98
DE
128932009-05-11 Doug Evans <dje@sebabeach.org>
12894
12895 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 12896 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
12897 * gdb.threads/schedlock.c (main): Fix off-by-one error.
12898
00903456
JK
128992009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12900
12901 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
12902
dc621c35
DE
129032009-04-30 Doug Evans <dje@google.com>
12904
12905 * gdb.threads/watchthreads2.exp: New testcase.
12906 * gdb.threads/watchthreads2.c: New testcase.
12907
9ab4e744
DE
129082009-04-29 Doug Evans <dje@google.com>
12909
12910 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
12911 * gdb.cp/mb-ctor.cc: Ditto.
12912 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
12913 * gdb.cp/mb-inline.h (multi_line_foo): New function.
12914 * gdb.cp/mb-inline1.cc: Call it.
12915 * gdb.cp/mb-inline2.cc: Ditto.
12916 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
12917 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
12918
484086b7
JK
129192009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12920
12921 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
12922 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
12923 Replace all uses of `decimal' by `nonzero'.
12924 (info macro FROM_COMMANDLINE): New test.
12925
379a77b5
TT
129262009-04-27 Tom Tromey <tromey@redhat.com>
12927
12928 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
12929
b92b73c2
DE
129302009-04-27 Doug Evans <dje@google.com>
12931
12932 * gdb.threads/watchthreads.c (main): Initialize args before starting
12933 the threads. Plus formatting cleanup.
12934 * gdb.threads/watchthreads.exp: Avoid errant failures due to
12935 biased scheduling of one thread.
12936
945a118d
JG
129372009-04-27 Jerome Guitton <guitton@adacore.com>
12938
12939 * gdb.cp/templates.cc (GetMax): New template.
12940 (main): Declare two instances of GetMax.
12941 * gdb.cp/templates.exp: Add new test.
12942
d389af10
JK
129432009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12944
12945 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
12946
e7f86de9
JM
129472009-04-22 Joseph Myers <joseph@codesourcery.com>
12948
12949 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
12950
334cc82d
TT
129512009-04-15 Tom Tromey <tromey@redhat.com>
12952
12953 * gdb.base/charset.exp: Add regression test.
12954
d12672cc
JB
129552009-04-14 Joel Brobecker <brobecker@adacore.com>
12956
12957 * gdb.base/exe-lock.exp: New testcase.
12958
18e8c3bc
TT
129592009-04-13 Tom Tromey <tromey@redhat.com>
12960
12961 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
12962 operator on Frame.
12963
5ecd5cbe
UW
129642009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12965
12966 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
12967 * gdb.server/ext-attach.exp: Likewise.
12968
7309f756
VP
129692009-04-03 Vladimir Prus <vladimir@codesourcery.com>
12970
12971 Eliminate some sleep usage.
12972
889bf7c5
PA
12973 * gdb.mi/basics.c (do_nothing): New.
12974 (main): Use do_nothing instead of printf, so that
12975 not to introduce race condition between output of
12976 inferiour and output of gdb. Do not use sleep as it
12977 is not generally available on embedded targets.
7309f756 12978
f4b95f6f
PA
129792009-04-02 Pedro Alves <pedro@codesourcery.com>
12980
12981 * gdb.server/ext-attach.exp: Expect an optional process id after
12982 "Detached from remote process".
12983
de40b933
JK
129842009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12985
12986 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
12987 gdb.dwarf2/dw2-unresolved.exp: New.
12988
2ae101a4
PA
129892009-04-02 Pedro Alves <pedro@codesourcery.com>
12990
12991 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
12992 mi_run_to_main.
12993
56a8e183
PA
129942009-04-02 Pedro Alves <pedro@codesourcery.com>
12995
12996 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
12997 mi_run_to_main. Skip thread exit test on remote targets.
12998 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
12999 mi_run_to_main.
13000 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
13001 mi_run_to_main.
13002 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
13003 when expecting ^connected. Detect when the target doesn't support
13004 non-stop mode.
13005 (mi_run_cmd): Detect if non-stop mode was requested by isn't
13006 supported. Return -1 on error, 0 on success.
13007 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
13008 (mi_runto): Return mi_runto_helper's result explicitly.
13009
c35fafde
PA
130102009-04-01 Pedro Alves <pedro@codesourcery.com>
13011
13012 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
13013
f8a8dce6
JB
130142009-04-01 Tom Tromey <tromey@redhat.com>
13015
13016 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
13017 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
13018 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
13019 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
13020
71c25dea
TT
130212009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
13022 Jan Kratochvil <jan.kratochvil@redhat.com>
13023
13024 PR gdb/931
13025 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
13026 output.
13027 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
13028 for gdb/931.
13029 * dw2-strp.S (DW_AT_language): Change to C++.
13030 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
13031
02d9a9ce
JB
130322009-03-31 Joel Brobecker <brobecker@adacore.com>
13033
13034 * gdb.ada/tasks: New testcase.
13035
1042e4c0
SS
130362009-03-30 Stan Shebs <stan@codesourcery.com>
13037
13038 * gdb.trace/actions.exp: Update to match new info trace format.
13039 * gdb.trace/deltrace.exp: Ditto.
13040 * gdb.trace/infotrace.exp: Ditto.
13041 * gdb.trace/passcount.exp: Ditto.
13042 * gdb.trace/save-trace.exp: Ditto.
13043 * gdb.trace/while-stepping.exp: Ditto.
13044 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
13045
f8f6f20b
TJB
130462009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13047
13048 * gdb.python/python-frame.c: New file.
13049 * gdb.python/python-frame.exp: New file.
13050
c0c6f777
TJB
130512009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
13052
13053 * gdb.python/python-value.exp: Add tests for the address
13054 attribute.
13055
3cb51905
AS
130562009-03-29 Andreas Schwab <schwab@linux-m68k.org>
13057
13058 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
13059
88fc996f
DE
130602009-03-26 Doug Evans <dje@google.com>
13061
13062 * gdb.mi/mi-nonstop-exit.exp: New file.
13063 * gdb.mi/non-stop-exit.c: New file.
13064
56ef84b1
TT
130652009-03-26 Tom Tromey <tromey@redhat.com>
13066
13067 Update for change to prologue skipping:
13068 * gdb.mi/mi2-simplerun.exp: Update.
13069 * gdb.mi/mi2-break.exp: Update.
13070 * gdb.mi/mi-simplerun.exp: Update.
13071 * gdb.mi/mi-break.exp: Update.
13072 * gdb.base/ending-run.exp: Update.
13073
def2b000
TJB
130742009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
13075
13076 * gdb.python/python-value.exp (test_value_in_inferior): Test
13077 gdb.Value.is_optimized_out attribute.
13078
442ddf59
JK
130792009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 * gdb.dwarf2/dw2-noloc-main.c: New file.
13082 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
13083 (.text): Remove.
13084 (.data): New.
13085 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
13086 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
13087 (DW_TAG_subprogram func_cu1, noloc): Remove.
13088 (main): New.
13089 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
13090 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
13091 (file_symbols): New procedure.
13092
a8df5de4
TT
130932009-03-25 Tom Tromey <tromey@redhat.com>
13094
13095 * gdb.base/charset.exp (valid_target_charset): New proc.
13096 Use it to skip tests on invalid charsets.
13097
cc1d7add
PM
130982009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
13099
13100 * gdb.base/completion.exp: Add a test for directory completion.
13101
bcd5727b
JK
131022009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13103
13104 Fix a racy FAIL.
13105 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
13106 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
13107
cc924cad
TJB
131082009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
13109
13110 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
13111 * gdb.python/python-function.exp: Add test for function returning
13112 a GDB value.
13113
bc3b79fd
TJB
131142009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
13115
13116 * gdb.python/python-function.exp: New file.
13117
6c7a06a3
TT
131182009-03-20 Tom Tromey <tromey@redhat.com>
13119
13120 * gdb.base/store.exp: Update for change to escape output.
13121 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
13122 to escape output.
13123 * gdb.base/pointers.exp: Update for change to escape output.
13124 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
13125 to escape output.
13126 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
13127 escape output.
13128 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
13129 to escape output.
13130 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
13131 escape output.
13132 * gdb.base/setvar.exp: Update for change to escape output.
13133 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
13134 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
13135 to escape output.
13136 (test_print_string_constants): Likewise.
13137 * gdb.base/charset.exp (valid_host_charset): Check size of
13138 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
13139 cases. Handle "auto"-related output.
13140 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
13141 (uvar, Uvar): New globals.
13142
c31af87b
JG
131432009-03-19 Jerome Guitton <guitton@adacore.com>
13144
13145 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
13146 deltas.
13147 * gdb.ada/fixed_points.exp: Ditto.
13148
51272cf2
PA
131492009-03-18 Pedro Alves <pedro@codesourcery.com>
13150
13151 * return-nodebug.c: Don't include stdio.h.
13152 (init): Delete.
13153 (func): Delete definition and provide extern declaration.
13154 (t): New.
13155 (main): Don't call printf. Call func and store its result in t.
13156 * return-nodebug1.c: New.
13157 * return-nodebug.exp: Don't expect stdio output. Instead, print
13158 the global variable t. Drop printf formatters and cast types from
13159 foreach loop. Don't use prepare_for_testing. Compile
13160 return-nodebug.c and return-nodebug1.c in separate steps. Don't
13161 define FORMAT or CAST.
13162
d24948ac
PP
131632009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13164
13165 * gdb.base/solib-display.exp: Disable test for remote targers.
13166
61ff14c6
JK
131672009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13168
13169 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
13170
cb4dce93
JK
131712009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13172
13173 Fix a racy FAIL.
13174 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
13175 code from `follow parent, print pids'.
13176 (`follow child, print pids', `follow parent, print pids'): Call it.
13177 Replace `gdb_test "break..."' by gdb_breakpoint.
13178
f7c60c5e
VP
131792009-03-13 Vladimir Prus <vladimir@codesourcery.com>
13180
13181 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 13182 sync and async modes.
f7c60c5e 13183
383ace49
JB
131842009-03-12 Joel Brobecker <brobecker@adacore.com>
13185
13186 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
13187 that was checked in by mistake. Remove loading of ada.exp, since
13188 this is not necessary in this case.
13189
4ce102af
JB
131902009-03-12 Joel Brobecker <brobecker@adacore.com>
13191
13192 * gdb.ada/ptype_arith_binop.exp: New testcase.
13193
529a2aef
JB
131942009-03-12 Joel Brobecker <brobecker@adacore.com>
13195
13196 * gdb.ada/mod_from_name: New testcase.
13197
8a38181c
JB
131982009-03-12 Joel Brobecker <brobecker@adacore.com>
13199
13200 * gdb.ada/tick_last_segv: New testcase.
13201
11436dee
VP
132022009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13203
61ff14c6 13204 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 13205
1f31650a
VP
132062009-03-12 Vladimir Prus <vladimir@codesourcery.com>
13207
61ff14c6
JK
13208 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
13209 include the token in ^running and frame info in *stopped.
1f31650a 13210
a3247a22
PP
132112009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13212
13213 * solib-display.exp: New file.
13214 * solib-display-main.c: New file.
13215 * solib-display-lib.c: New file.
61ff14c6 13216
aae64587
PA
132172009-03-05 Pedro Alves <pedro@codesourcery.com>
13218
13219 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
13220
44aabfbc
JK
132212009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
13222
13223 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
13224 (list_and_check_macro): Use more specific test name.
13225 (next to definition): Make the test names unique.
13226
c087fcd3
PM
132272009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
13228
13229 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 13230
c86cf029
VP
132312009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13232
13233 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
13234 notifications.
13235 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
13236 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
13237 * lib/mi-support.exp (library_loaded_re): New.
13238 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
13239
3ea85240
VP
132402009-02-17 Vladimir Prus <vladimir@codesourcery.com>
13241
13242 * gdb.gdb/observer.exp: Use test_notification observer, not
13243 normal_stop, everywhere.
13244 (test_normal_stop_notifications): Rename to...
13245 (test_notifications): ...this.
13246 (test_observer_normal_stop): Rename to...
13247 (test_observer): ...this.
13248
1903f0e6
DE
132492009-02-16 Doug Evans <dje@google.com>
13250
13251 * gdb.arch/amd64-disp-step.S (test_int3): New test.
13252 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
13253 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
13254 (test_prefixed_syscall,test_int3): New tests.
13255 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
13256 (test_prefixed_syscall,test_int3): New tests.
13257
1d33d6ba
VP
132582009-02-14 Vladimir Prus <vladimir@codesourcery.com>
13259
3cb51905
AS
13260 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
13261 (mi_expect_interrupt): Likewise.
13262 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
13263 response.
1d33d6ba 13264
faafb047
PM
132652009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13266
13267 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
13268 * gdb.base/pc-fp.exp (get_valueofx): Remove.
13269 Replace calls to get_valueofx by get_hexadecimal_valueof.
13270
417e16e2
PM
132712009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
13272
13273 * lib/gdb.exp (get_valueof): Accept anything as a return value.
13274 (get_integer_valueof): New procedure.
13275 (get_sizeof): Use new get_integer_value_of.
13276 * gdb.base/sizeof.exp: Replace all uses of get_valueof
13277 by get_integer_valueof.
13278
7065b901
TT
132792009-02-13 Tom Tromey <tromey@redhat.com>
13280
13281 * gdb.base/remote.exp (get_sizeof): Remove.
13282 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
13283 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
13284 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
13285 * lib/gdb.exp (get_valueof): Move from long_long.exp.
13286 (get_sizeof): Likewise.
13287
5d7cb8df
JK
132882009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
13289
13290 PR fortran/9806
13291 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
13292
b2febfff
PP
132932009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
13294
13295 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
13296
4aa995e1
PA
132972009-02-06 Pedro Alves <pedro@codesourcery.com>
13298
13299 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
13300
d8906c6f
TJB
133012009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
13302
13303 * gdb.python/python-cmd.exp: New file.
13304
ff4ab08d
TG
133052009-02-06 Tristan Gingold <gingold@adacore.com>
13306
13307 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
13308
aacd552b
TG
133092009-02-05 Tristan Gingold <gingold@adacore.com>
13310
13311 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
13312 pointer is dereferenced and use this signal name in regexp.
13313 * gdb.base/signull.exp: Ditto.
13314 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
13315 * gdb.base/signull.c (main): Ditto.
13316
08c637de
TJB
133172009-02-04 Tom Tromey <tromey@redhat.com>
13318 Thiago Jung Bauermann <bauerman@br.ibm.com>
13319
13320 * gdb.python/python-value.exp: Use `gdb.history' instead of
13321 `gdb.value_from_history'.
13322 (test_value_numeric_ops): Add test for conversion of enum constant.
13323 * gdb.python/python-value.c (enum e): New type.
13324 (evalue): New global.
13325 (main): Use argv.
13326
20261af8
JG
133272009-02-04 Jerome Guitton <guitton@adacore.com>
13328
13329 * gdb.ada/uninitialized_vars: New test program.
13330 * gdb.ada/uninitialized_vars.exp: New testcase.
13331
52e44b43
TT
133322009-02-02 Tom Tromey <tromey@redhat.com>
13333
13334 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
13335 * gdb.cp/pr2489.cc: Rename...
13336 * gdb.cp/pr9594.cc: ... to this.
13337
1c71341a
TT
133382009-02-02 Tom Tromey <tromey@redhat.com>
13339
13340 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
13341 * gdb.cp/pr2489.cc: New file.
13342 * gdb.cp/cpcompletion.exp: New file.
13343
a4295225
TT
133442009-02-02 Tom Tromey <tromey@redhat.com>
13345
13346 PR exp/9059:
13347 * gdb.cp/call-c.exp: Add regression test.
13348 * gdb.cp/call-c.cc (FooHandle): New typedef.
13349 (main): New variable 'handle'.
13350
592375cd
VP
133512009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13352
13353 * lib/mi-support.exp (et_mi_thread_list)
13354 (check_mi_and_console_threads): Adjust for current thread in
13355 -thread-list-ids output.
13356
41447f92
VP
133572009-01-30 Vladimir Prus <vladimir@codesourcery.com>
13358
889bf7c5
PA
13359 * gdb.mi/mi-break.exp (test_disabled_creation): New.
13360 Call it.
41447f92 13361
35669430
DE
133622009-01-28 Doug Evans <dje@google.com>
13363
13364 * gdb.arch/amd64-disp-step.S: New file.
13365 * gdb.arch/amd64-disp-step.exp: New file.
13366 * gdb.arch/i386-disp-step.S: New file.
13367 * gdb.arch/i386-disp-step.exp: New file.
13368
09f00d9a
PM
133692009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
13370
13371 * gdb.base/find.exp: Set newline variable
13372 using quotes instead of braces to fix cygwin failures.
13373
1e8fb976
PA
133742009-01-23 Pedro Alves <pedro@codesourcery.com>
13375
13376 * gdb.base/radix.exp: Add tests to ensure that that set
13377 input-radix 0 and set output-radix 0 are really rejected.
13378
da061712
PA
133792009-01-23 Pedro Alves <pedro@codesourcery.com>
13380
13381 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
13382 copyright years.
13383
dd7e2d2b
PA
133842009-01-23 Pedro Alves <pedro@codesourcery.com>
13385
13386 PR gdb/9664:
13387 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
13388
392452f6
PA
133892009-01-22 Pedro Alves <pedro@codesourcery.com>
13390
13391 PR c++/9631:
13392 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
13393
8653e71c
PM
133942009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
13395
13396 * gdb.server/file-transfer.exp: Use EXEEXT variable for
13397 binfile definition to fix Windows OS failure.
13398
a12cc160
DJ
133992009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
13400
13401 PR gdb/9346
13402 * gdb.base/interrupt.c (sigint_handler): New.
13403 (main): Install a SIGINT handler if SIGNALS is defined. Exit
13404 on error.
13405 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
13406 Test "signal SIGINT".
13407
b89667eb
DE
134082009-01-19 Doug Evans <dje@google.com>
13409
13410 * gdb.base/break.exp: Update expected gdb output.
13411 * gdb.base/sepdebug.exp: Ditto.
13412 * gdb.mi/mi-syn-frame.exp: Ditto.
13413 * gdb.mi/mi2-syn-frame.exp: Ditto.
13414 * gdb.base/call-signal-resume.exp: New file.
13415 * gdb.base/call-signals.c: New file.
13416 * gdb.base/unwindonsignal.exp: New file.
13417 * gdb.base/unwindonsignal.c: New file.
13418 * gdb.threads/interrupted-hand-call.exp: New file.
13419 * gdb.threads/interrupted-hand-call.c: New file.
13420 * gdb.threads/thread-unwindonsignal.exp: New file.
13421
adb483fe
DJ
134222009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
13423
13424 * gdb.base/define.exp: Test defining and hooking prefix commands.
13425 * gdb.python/python.exp: Update test for "show user" output.
13426
60023297
JK
134272009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13428
13429 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
13430 now the output exactly, using less wildcards. Expect also the output
13431 of gfortran-4.3. Update for the f-valprint.c modification from
13432 2008-04-22.
13433 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
13434 Remove gdb_test test names where matching the command.
13435
ccc57cf9
PA
134362009-01-01 Pedro Alves <pedro@codesourcery.com>
13437
13438 PR breakpoints/9681:
13439 * gdb.base/watchpoint.exp: Add regression test.
13440
c7a6ca08
PA
134412008-12-31 Pedro Alves <pedro@codesourcery.com>
13442
13443 * gdb.threads/attach-into-signal.exp: Don't use
13444 gdb_suppress_entire_file.
13445 * gdb.threads/attach-stopped.exp: Ditto.
13446 * gdb.threads/attachstop-mt.exp: Ditto.
13447
3a031f65
PA
134482008-12-31 Pedro Alves <pedro@codesourcery.com>
13449
13450 PR gdb/8812:
13451 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
13452
09e6485f
PA
134532008-12-29 Pedro Alves <pedro@codesourcery.com>
13454
13455 PR gdb/7536:
13456 * gdb.base/radix.exp: Add tests to ensure invalid input radices
13457 and unsupported output radices are really rejected.
13458
0cd53049
JK
134592008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13460
13461 * gdb.cp/punctuator.exp: Backslash the '$' signs.
13462
ba163c7e
TT
134632008-12-22 Tom Tromey <tromey@redhat.com>
13464
13465 * gdb.cp/punctuator.exp: New file.
13466
6f4de6c9
JK
134672008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13468
13469 * gdb.base/completion.exp (Completing non-existing component): New test.
13470
0f34d0b4
JK
134712008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13472
13473 Fix for PR gdb/8648.
13474 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
13475 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
13476 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
13477 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
13478
db2ad4c3
JK
134792008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13480
13481 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
13482
bb5ef15e
DP
134832008-12-16 Christophe Lyon <christophe.lyon@st.com>
13484
13485 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
13486 compiler actually generate code at the expected line number.
13487
90142adc
JZ
134882008-12-15 Jie Zhang <jie.zhang@analog.com>
13489
13490 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
13491
fad6eecd
TT
134922008-12-12 Tom Tromey <tromey@redhat.com>
13493
13494 * gdb.base/commands.exp (redefine_hook_test): New proc.
13495 Call it.
13496
17c8aaf5
TT
134972008-12-11 Tom Tromey <tromey@redhat.com>
13498
13499 * gdb.base/macscp.exp: New regression test.
13500
7c8adf68
TT
135012008-12-11 Tom Tromey <tromey@redhat.com>
13502
13503 * gdb.base/macscp.exp: Print "address.addr".
13504 * gdb.base/macscp1.c (struct outer): New struct.
13505 (address): New global.
13506
b05dcbb7
TT
135072008-12-09 Tom Tromey <tromey@redhat.com>
13508
13509 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
13510 Call it.
13511
2d476de1
DE
135122008-12-04 Doug Evans <dje@google.com>
13513
13514 * gdb.server/ext-run.exp: Relax regexp for init program.
13515
87bdc959
TG
135162008-12-03 Tristan Gingold <gingold@adacore.com>
13517
13518 * gdb.base/macscp.exp: Generate an object file during compilation
13519 to work around Darwin dsymutil limitations.
13520
e0740f77
JK
135212008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13522
13523 Test resolving external references to TLS variables.
13524 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
13525 FILE2_THREAD_LOCAL.
13526 (testfile2, srcfile2): New variables.
13527 * gdb.threads/tls.c (file2_thread_local)
13528 (function_referencing_file2_thread_local): New.
13529 * gdb.threads/tls2.c: New file.
13530
67f0aac5
JB
135312008-11-28 Joel Brobecker <brobecker@adacore.com>
13532
13533 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
13534 rather than integer, as integer might not be big enough when
13535 on 64bit targets.
67f0aac5 13536
c332165e
JG
135372008-11-27 Jerome Guitton <guitton@adacore.com>
13538
13539 * gdb.cp/formatted-ref.exp: Add equality test.
13540 * gdb.ada/formatted_ref.exp: Ditto.
13541
fc9b693c
JK
135422008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13543
13544 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
13545 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
13546
a9c64011
AS
135472008-11-20 Andreas Schwab <schwab@suse.de>
13548
13549 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
13550 matching syscall entry point.
13551 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13552 (tcatch_vfork_then_child_follow): Likewise. Finish through
13553 vfork even if we stopped at the syscall trampoline.
13554
e2fd701e
DE
135552008-11-20 Doug Evans <dje@google.com>
13556
13557 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
13558
69abc51c
TJB
135592008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
13560
13561 * gdb.arch/ppc-dfp.exp: New file.
13562 * gdb.arch/ppc-dfp.c: New file.
13563
c14c28ba
PP
135642008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
13565
13566 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 13567
2e74121d
DE
135682008-11-17 Doug Evans <dje@google.com>
13569
13570 * gdb.mi/mi-syn-frame.exp: Update expected output.
13571 * gdb.mi/mi2-syn-frame.exp: Update expected output.
13572
66bb093b
VP
135732008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13574
13575 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
13576 "thread N" results in =thread-selected.
13577 * lib/mi-support (mi_run_cmd, mi_expect_stop)
13578 (mi_send_resuming_command_raw): Be prepared for
13579 =thread-selected.
13580
3d043ef6
VP
135812008-11-17 Vladimir Prus <vladimir@codesourcery.com>
13582
a9c64011
AS
13583 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
13584 * lib/mi-support.exp: Likewise.
3d043ef6 13585
808104c8
JB
135862008-11-16 Joel Brobecker <brobecker@adacore.com>
13587
13588 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
13589 commands from the expected output for "help catch".
13590
00b22944
JB
135912008-11-15 Joel Brobecker <brobecker@adacore.com>
13592
13593 * gdb.ada/int_deref.exp: New testcase.
13594
59669435
TT
135952008-11-14 Nick Roberts <nickrob@snap.net.nz>
13596
13597 * gdb.mi/gdb2549.exp: New file.
13598
de04a248
DE
135992008-11-11 Doug Evans <dje@google.com>
13600
13601 * gdb.base/callexit.exp: New file.
13602 * gdb.base/callexit.c: New file.
13603
6b8ce727
DE
136042008-11-10 Doug Evans <dje@google.com>
13605
13606 * lib/gdb.exp (GDBFLAGS): Move -nx ...
13607 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
13608 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
13609 (default_gdb_start,default_gdb_exit): Ditto.
13610 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
13611 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
13612 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
13613 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
13614 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
13615 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
13616
1b14b8aa
AS
136172008-11-03 Andreas Schwab <schwab@suse.de>
13618
13619 * gdb.base/hashline2.exp: Fix typo.
13620 * gdb.base/hashline3.exp: Likewise.
13621
f3134b88
TT
136222008-10-30 Tom Tromey <tromey@redhat.com>
13623
13624 * gdb.base/pointers.exp: Add test.
13625 * gdb.base/pointers.c (k, S): New typedefs.
13626 (instance): New global.
13627
c2226152
AS
136282008-10-30 Andreas Schwab <schwab@suse.de>
13629
13630 * gdb.base/args.exp: Add tests for newlines.
13631
462f405c
JB
136322008-10-30 Joel Brobecker <brobecker@adacore.com>
13633
13634 gdb.base/foll-exec.exp: Update the expected output of a couple
13635 of "info breakpoints" tests.
13636
79a45b7d
TT
136372008-10-28 Tom Tromey <tromey@redhat.com>
13638
13639 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
13640
adc13a14
PA
136412008-10-24 Pedro Alves <pedro@codesourcery.com>
13642
13643 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
13644 gdb_start_cmd.
13645 Use runto_main before any test that requires execution.
13646
252fbfc8
PA
136472008-10-23 Pedro Alves <pedro@codesourcery.com>
13648
13649 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
13650 instead of SIGINT.
13651
28148e3d
JB
136522008-10-22 Joel Brobecker <brobecker@adacore.com>
13653
13654 * gdb.base/completion.exp: Update expected output following
13655 the addition of the "info tasks" command.
13656
c209f847
TT
136572008-10-22 Tom Tromey <tromey@redhat.com>
13658
13659 * gdb.base/exprs.exp (test_expr): Add test for string
13660 concatenation.
13661
f177e350
PA
136622008-10-19 Pedro Alves <pedro@codesourcery.com>
13663
13664 * configure.ac: Output gdb.python/Makefile.
13665 * configure: Regenerate.
13666 * gdb.python/Makefile.in: New.
13667
cce89356
JB
136682008-10-16 Joel Brobecker <brobecker@adacore.com>
13669
13670 * gdb.base/foll-fork.exp: Adjust the expected output to match
13671 the new description for fork/vfork catchpoints in the "info
13672 breakpoints" output.
13673
176d289d
TJB
136742008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
13675
13676 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
13677
a08702d6
TJB
136782008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13679
13680 * gdb.python/python-value.c: New file.
13681 * gdb.python/python-value.exp: New file.
13682
1c5cfe86
PA
136832008-10-15 Pedro Alves <pedro@codesourcery.com>
13684
13685 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
13686
5a98ad69
DP
136872008-10-15 Denis Pilat <denis.pilat@st.com>
13688
41702f1b 13689 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 13690
dcb1a1e2
TT
136912008-10-09 Tom Tromey <tromey@redhat.com>
13692
13693 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
13694 'fprintf' and 'stderr'.
13695
9124fe48
JB
136962008-10-07 Joel Brobecker <brobecker@adacore.com>
13697
13698 * gdb.ada/ref_tick_size.exp: New testcase.
13699
45452591
DE
137002008-10-06 Doug Evans <dje@google.com>
13701
13702 * gdb.dwarf2/dw2-cu-size.exp: New file.
13703 * gdb.dwarf2/dw2-cu-size.S: New file.
13704
13705 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
13706 .Ltype_int for clarity.
13707
4fc5b208
PP
137082008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13709
13710 PR gdb/2384:
13711 * gdb.cp/gdb2384.exp: Extended to test more cases.
13712 * gdb.cp/gdb2384.cc: Likewise.
13713 * gdb.cp/gdb2384-base.h: Likewise.
13714 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 13715
d78df370
JK
137162008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13717
13718 * gdb.base/maint.exp (maint print type): Remove printing
13719 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
13720
9a044a89
TT
137212008-09-30 Tom Tromey <tromey@redhat.com>
13722
13723 * gdb.base/macscp.exp: Add completion tests.
13724 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
13725 (TWENTY_THREE): Likewise.
13726 (FORTY_EIGHT): Likewise.
13727
506800a9
TT
137282008-09-30 Tom Tromey <tromey@redhat.com>
13729
13730 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
13731 everywhere.
13732 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
13733
1a6f01b5
JK
137342008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13735
13736 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
13737 testcase is derived from. Fix racy dependency on an expected PID
13738 number. No longer support the testcase on Linux kernel 2.4.x.
13739
2fae03e8
TT
137402008-09-27 Tom Tromey <tromey@redhat.com>
13741
13742 * gdb.base/macscp.exp: Add tests for stringification, splicing,
13743 and varargs.
13744
1ad15515
PA
137452008-09-22 Pedro Alves <pedro@codesourcery.com>
13746
13747 * lib/mi-support.exp (mi_expect_interrupt): New.
13748 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
13749 from gdb.mi/mi-nonstop.exp.
13750 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
13751 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
13752 lib/mi-support.exp.
13753 Use mi_check_thread_states throughout. Avoid ".*" and do not
13754 require an anchor after -exec-run.
13755
d0b76dc6
DJ
137562008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
13757
13758 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
13759 stop is pending. Avoid ".*" when two stops are pending.
13760 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
13761 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
13762 newlines in fullnames.
13763 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
13764 (mi_expect_stop): Update comments. Only anchor in sync mode.
13765 Do not match newlines.
13766 (mi_send_resuming_command_raw): Always return status.
13767 (mi_get_stop_line): Do not match more than one line by accident.
13768 Only anchor in sync mode.
13769 (mi_run_inline_test): If -exec-next fails, give up.
13770
9990c830
UW
137712008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13772
13773 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
13774 on SPU.
13775
ebcf6f00
JB
137762008-09-10 Joel Brobecker <brobecker@adacore.com>
13777
13778 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
13779
b6db24e5
JB
137802008-09-10 Joel Brobecker <brobecker@adacore.com>
13781
13782 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
13783 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
13784 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
13785 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
13786 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
13787 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
13788 gdb.ada/interface.exp, gdb.ada/null_array.exp,
13789 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
13790 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
13791 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
13792 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
13793 Include the "= " sequence in the expected output of print tests.
13794
2bf448e0
JB
137952008-09-10 Joel Brobecker <brobecker@adacore.com>
13796
13797 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
13798 description for boolean types.
13799
d51fd4c8
PA
138002008-09-09 Pedro Alves <pedro@codesourcery.com>
13801
13802 * gdb.base/hook-stop-continue.c: New.
13803 * gdb.base/hook-stop-continue.exp: New.
13804
694182d2
DJ
138052008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
13806
13807 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
13808
3b8a7fc0
JG
138092008-09-08 Jerome Guitton <guitton@adacore.com>
13810
13811 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
13812 (stack_check_probe_2, stack_check_probe_loop_1)
13813 (stack_check_probe_loop_2): New functions.
13814 (main): Add call to these new functions.
13815 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
13816 functions, check that the breakpoint is inserted at the appropriate
13817 location.
13818 (insert_breakpoint): Slightly refine this procedure so that it can
13819 be called several times in the test.
13820
96cc0ae8
JG
138212008-09-08 Jerome Guitton <guitton@adacore.com>
13822
13823 * gdb.base/stack-checking.c: New file.
13824 * gdb.base/stack-checking.exp: New file.
13825
1f08b409
TJB
138262008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13827
13828 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
13829 * gdb.arch/altivec-regs.exp: Likewise.
13830 * gdb.arch/vsx-regs.exp: Likewise.
13831
3099e1c4
TJB
138322008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
13833
13834 * gdb.arch/ppc-fp.exp: New file.
13835 * gdb.arch/ppc-fp.c: New file.
13836
cc69bfc1
PP
138372008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
13838
13839 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
13840 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 13841
b02a33db
MS
138422008-09-04 Michael Snyder <msnyder@vmware.com>
13843
13844 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
13845 as "at" (for non-debug functions such as _start).
13846
2992cbe0
UW
138472008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13848
13849 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
13850 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
13851 software watchpoints.
13852 * gdb.base/watch_thread_num.exp: Likewise.
13853
514f746b
AR
138542008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
13855
13856 * gdb.arch/i386-bp_permanent.exp: New test.
13857
876cecd0
TT
138582008-08-24 Tom Tromey <tromey@redhat.com>
13859
13860 * gdb.base/maint.exp: Update "maint print type".
13861
80f73d71
VP
138622008-08-21 Vladimir Prus <vladimir@codesourcery.com>
13863
13864 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
13865 support. Adjust the order of "*running" notifications.
13866 * gdb.mi/non-stop.c: Don't cast from int to void* and
13867 back.
13868
d9c78d7d
MK
138692008-08-20 Mark Kettenis <kettenis@gnu.org>
13870
13871 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
13872 expect to find it in the "info frame" output.
13873
97a2d1d3
DJ
138742008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
13875
13876 * gdb.base/interp.exp: Always consume both prompts.
13877
b96e2927
PA
138782008-08-20 Pedro Alves <pedro@codesourcery.com>
13879
13880 * gdb.base/pending.exp: Test pending breakpoints without symbols
13881 loaded.
13882
8cf6e61a
VP
138832008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13884
13885 * lib/mi-support.exp (mi_expect_stop): Produce
13886 more details on failures.
13887 * gdb.mi/mi-nonstop.exp: New.
13888 * gdb.mi/non-stop.c: New.
13889
c6ebd6cf
VP
138902008-08-19 Vladimir Prus <vladimir@codesourcery.com>
13891
a9c64011
AS
13892 * gdb.mi/mi-async.exp: Use 'set target-async'.
13893 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 13894
46a9b8ed
DJ
138952008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
13896
13897 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
13898
44feb3ce
TT
138992008-08-17 Tom Tromey <tromey@redhat.com>
13900
13901 * gdb.base/help.exp (help catch): Rewrite.
13902
311a4e6b
TJB
139032008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
13904
13905 * gdb.base/define.exp: Test indented command documentation.
13906 * gdb.python/python.exp: Test indented multi-line command.
13907
604c2f83
LM
139082008-08-15 Luis Machado <luisgpm@br.ibm.com>
13909
13910 * testsuite/gdb.arch/vsx-regs.c: New source file.
13911 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
13912 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
13913
886a217c
TT
139142008-08-14 Tom Tromey <tromey@redhat.com>
13915
13916 * gdb.base/macscp.exp: Add regression test for "macro define" or
13917 "macro undef" with no arguments.
13918
c814a4f3
PP
139192008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
13920
13921 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 13922
12ab8a60
UW
139232008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13924
13925 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
13926
d57a3c85
TJB
139272008-08-06 Tom Tromey <tromey@redhat.com>
13928
13929 * gdb.python/python.exp: New file.
13930
c7b778ff
JK
139312008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
13932
13933 Fix for PR gdb/1543.
13934 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
13935 $LOCATION.
13936 (location): New variable.
13937 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
13938 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
13939 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
13940 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
13941 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
13942 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
13943 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
13944 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
13945 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
13946 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
13947 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
13948 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
13949 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
13950 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
13951 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
13952 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
13953 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
13954 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
13955 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
13956 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
13957 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
13958 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
13959 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
13960 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
13961 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
13962 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
13963 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
13964 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
13965 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
13966 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
13967 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
13968 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
13969 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
13970 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
13971 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
13972 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
13973 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
13974 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
13975 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
13976 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
13977 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
13978 gdb.base/type-opaque.exp, gdb.base/until.exp,
13979 gdb.base/value-double-free.c, gdb.base/varargs.exp,
13980 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
13981 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
13982 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
13983 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
13984 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
13985 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
13986 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
13987 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
13988 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
13989 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
13990 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
13991 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
13992 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
13993 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
13994 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
13995 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
13996 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
13997 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
13998 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
13999 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
14000 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
14001 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
14002 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
14003 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
14004 gdb.pascal/types.exp, gdb.stabs/weird.exp,
14005 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
14006 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
14007 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
14008 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
14009 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
14010 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
14011 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14012 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14013 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14014 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14015 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14016 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
14017 lib/mi-support.exp, lib/trace-support.exp: Remove reference
14018 to bug-gdb@prep.ai.mit.edu .
14019
5e06a3d1
VP
140202008-07-31 Vladimir Prus <vladimir@codesourcery.com>
14021
14022 * lib/mi-support.exp (mi_load_shlibs): New.
14023 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
14024
9d81d21b
VP
140252008-07-30 Vladimir Prus <vladimir@codesourcery.com>
14026
14027 * lib/mi-support.exp (get_mi_thread_list)
14028 (check_mi_and_console_threads): New, moved from ...
14029 * gdb.mi/mi-pthread.exp: ...here.
14030 * gdb.mi/gdb669.exp (get_mi_thread_list)
14031 (check_mi_and_console_threads): Delete.
14032 * gdb.mi/mi2-pthread.exp: Likewise.
14033
bae98fe0
TT
140342008-07-28 Tom Tromey <tromey@redhat.com>
14035
14036 * Makefile.in (just-check): Remove. Move body to...
14037 (check): ... here.
14038
57380f4e
DJ
140392008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14040
14041 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
14042 Add a test for duplicated SIGINTs.
14043
e09490f1
DJ
140442008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14045
14046 * gdb.threads/schedlock.exp (get_args): Update to work for any
14047 value of NUM.
14048 (Top level): Report the number of threads that did not resume.
14049
6387b45f
DJ
140502008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14051
14052 * gdb.dwarf2/dw2-compressed.S: Also define __start.
14053
62f64ff2
DJ
140542008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
14055
14056 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
14057 non-MI prompt.
14058
fa8de41e
TT
140592008-07-26 Tom Tromey <tromey@redhat.com>
14060
14061 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
14062 (function_struct, function_struct_ptr): New globals.
14063 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
14064 function pointer in a struct.
14065
ccb3ac8a
TT
140662008-07-26 Tom Tromey <tromey@redhat.com>
14067
14068 * gdb.base/macscp.exp: Add test for macro lexing bug.
14069
d7d9f01e
TT
140702008-07-18 Tom Tromey <tromey@redhat.com>
14071
14072 * gdb.base/macscp.exp: Add macro tests.
14073
9bf07184
PP
140742008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14075
14076 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
14077
becf6477
PP
140782008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14079
14080 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
14081
0709f7d3
PP
140822008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
14083
14084 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 14085
7093c834
PP
140862008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
14087
14088 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 14089
b432ffe3
JK
140902008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14091
14092 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
14093
b1a268e5
VP
140942008-07-12 Vladimir Prus <vladimir@codesourcery.com>
14095
14096 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
14097
e2995f8e
KB
140982008-07-11 Kevin Buettner <kevinb@redhat.com>
14099
14100 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
14101 of regexp to account for changes made to GDB in the printing of
14102 byte vectors.
14103
14032a66
TT
141042008-07-11 Tom Tromey <tromey@redhat.com>
14105
14106 * gdb.base/completion.exp: Add 'help' completion test.
14107
981505ef
JK
141082008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14109
14110 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
14111
10568435
JK
141122008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
14113
14114 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
14115
4487aabf
PA
141162008-07-09 Pedro Alves <pedro@codesourcery.com>
14117
14118 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
14119
a4a9b1c4
PA
141202008-07-09 Pedro Alves <pedro@codesourcery.com>
14121
14122 * gdb.base/fullname.exp: Restore pwd if compiling failed.
14123
3c3185ac
JK
141242008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14125
14126 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
14127
7ebd49dc
VP
141282008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14129
14130 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
14131 previous commit. Add a comment.
14132
84e46146
PA
141332008-06-28 Pedro Alves <pedro@codesourcery.com>
14134
14135 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
14136
0f8d4a2f
VP
141372008-06-28 Vladimir Prus <vladimir@codesourcery.com>
14138
14139 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
14140
f747e0ce
PA
141412008-06-27 Pedro Alves <pedro@codesourcery.com>
14142
14143 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
14144 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
14145 compiling an executable, link in an object that forces unbuffered
14146 output.
14147 * lib/set_unbuffered_mode.c: New file.
14148
734a5c36
JK
141492008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14150
14151 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
14152
a2840c35
VP
141532008-06-25 Vladimir Prus <vladimir@codesourcery.com>
14154
a9c64011
AS
14155 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
14156 mi_expect_stop.
14157 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
14158 Demand that *running is output.
14159 (detect_async): Perform checking every time.
14160 (mi_send_resuming_command): Extract everything into...
14161 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
14162 (mi_expect_stop): Don't accept any output before *stopped.
14163
6ae37fef
VP
141642008-06-13 Vladimir Prus <vladimir@codesourcery.com>
14165
14166 Robustify mi-simplerun.
a9c64011
AS
14167 * gdb.mi/basics.c (main): Add a call to sleep.
14168 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
14169 * gdb.mi/mi2-cli.exp: Likewise.
14170 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 14171
b4aa76f0 141722008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
14173
14174 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
14175
e1ac3328
VP
141762008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14177
a9c64011
AS
14178 * gdb.mi/mi-console.exp: Adjust.
14179 * gdb.mi/mi-syn-frame.exp: Adjust.
14180 * gdb.mi/mi2-console.exp: Adjust.
14181 * gdb.mi/mi2-syn-frame.exp: Adjust.
14182 * lib/mi-support.exp (mi_run_cmd): Adjust.
14183 (mi_send_resuming_command): Adjust.
e1ac3328 14184
f7f9a841
VP
141852008-06-10 Vladimir Prus <vladimir@codesourcery.com>
14186
14187 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
14188 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
14189 testing of stopped.
14190 * gdb.mi/mi2-syn-frame.exp: Likewise.
14191 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
14192 (async, detect_async): New.
14193 (mi_expect_stop, mi_continue_to_line): Adjust expectation
14194 depending on if we're running in sync or async mode.
f7f9a841 14195
37cd5d19
TT
141962008-06-09 Tom Tromey <tromey@redhat.com>
14197
14198 * gdb.base/completion.exp: New tests for field name completion
14199 with spaces, and field name completion with '->'.
14200
65d12d83
TT
142012008-06-06 Tom Tromey <tromey@redhat.com>
14202
14203 * gdb.base/break1.c (struct some_struct): New struct.
14204 (values): New global.
14205 * gdb.base/completion.exp: Add field name completion test.
14206
ebfe2e3f
PP
142072008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14208
14209 * gdb.cp/call-c.exp: Test for incorrect handling of reference
14210 to pointer.
14211 * gdb.cp/call-c.cc: Likewise.
14212
bcf6fc3a
NR
142132008-06-06 Nick Roberts <nickrob@snap.net.nz>
14214
14215 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
14216 annotation.
14217
49fd4a42 142182008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 14219 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
14220
14221 * gdb.threads/execl.c, gdb.threads/execl1.c,
14222 gdb.threads/execl.exp: New tests.
a9c64011 14223
8a34ac3f
AR
142242008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
14225 Daniel Jacobowitz <dan@codesourcery.com>
14226
14227 * gdb.cp/exception.exp: Activate test, make it work with pending
14228 catchpoints.
14229
86ae69ef
JK
142302008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14231
14232 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
14233
f7f9ae2c
VP
142342008-05-28 Vladimir Prus <vladimir@codesourcery.com>
14235
a9c64011
AS
14236 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
14237 now printed.
14238 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 14239
2a2d4dc3
AS
142402008-05-27 Andreas Schwab <schwab@suse.de>
14241
14242 * gdb.base/frame-args.exp: Handle arguments that are optimized
14243 out.
14244
5099e4d9
LM
142452008-05-26 Luis Machado <luisgpm@br.ibm.com>
14246
14247 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
14248 quiet for ppc32 and group options into a single variable.
14249
d9c36a91
JB
142502008-05-23 Joel Brobecker <brobecker@adacore.com>
14251
14252 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
14253 of zero-size elements.
14254 * gdb.ada/null_array.exp: Test printing this new array.
14255
103a8671
JK
142562008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14257
14258 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
14259
07a4cc1a 142602008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
14261
14262 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
14263 of the "finish" command.
14264
55f996a7
NR
142652008-05-21 Nick Roberts <nickrob@snap.net.nz>
14266
14267 * gdb.base/annota1.exp: Test for new annotation.
14268
907fc202
UW
142692008-05-16 Pedro Alves <pedro@codesourcery.com>
14270
14271 * gdb.base/fixsection.exp: New file.
14272 * gdb.base/fixsection0.c: New file.
14273 * gdb.base/fixsection1.c: New file.
14274
e8f97270
UW
142752008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14276
14277 * gdb.base/annota1.exp: Accept printf@... in place of printf.
14278 * gdb.base/annota3.exp: Likewise.
14279
ac0bb574
NF
142802008-05-13 Nathan Froyd <froydnj@codesourcery.com>
14281
14282 * gdb.base/watch_thread_num.exp: Don't run tests that require
14283 watchpoints if the target doesn't support them.
14284
6fadd07a
DE
142852008-05-12 Doug Evans <dje@google.com>
14286
14287 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
14288
6e9a4a30
JB
142892008-05-09 Joel Brobecker <brobecker@adacore.com>
14290
14291 * gdb.ada/assign_1.exp: New testcase.
14292
08388c79
DE
142932008-05-09 Doug Evans <dje@google.com>
14294
a3c83fae
DE
14295 * gdb.base/find.exp: New file.
14296 * gdb.base/find.c: New file.
08388c79 14297
bd5ddfe8
DJ
142982008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
14299
14300 * gdb.base/commands.exp (watchpoint_command_test): Handle
14301 gdb,no_hardware_watchpoints.
14302 * gdb.base/float.exp: Allow ARM targets without floating point.
14303 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
14304
b5dd68e2 143052008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 14306 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
14307
14308 * gdb.ada/lang_switch: New test program.
14309 * gdb.ada/lang_switch.exp: New testcase.
14310
382d13d1
DE
143112008-05-05 Doug Evans <dje@google.com>
14312
14313 * gdb.base/help.exp (disassemble): Update expected help text.
14314
9dd789d0
PA
143152008-05-04 Pedro Alves <pedro@codesourcery.com>
14316
14317 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
14318
611c83ae
PA
143192008-05-04 Pedro Alves <pedro@codesourcery.com>
14320
14321 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
14322 different times.
14323
ff013f42
JK
143242008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14325
14326 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
14327 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
14328 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
14329 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
14330
96dff6a2
VP
143312008-05-04 Vladimir Prus <vladimir@codesourcery.com>
14332
14333 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
14334 notification to appear.
14335
55cd6f92
DJ
143362008-05-04 Daniel Jacobowitz <dan@debian.org>
14337
14338 * gdb.base/fullname.c: New file.
14339 * gdb.base/fullname.exp: New file.
14340 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
14341
d705c43c
PA
143422008-05-03 Pedro Alves <pedro@codesourcery.com>
14343
14344 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
14345 expressions with macros.
14346
333222e1
JK
143472008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14348
14349 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
14350
5ac01682
DJ
143512008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
14352
14353 * gdb.base/completion.exp: Handle lack of other symbols beginning
14354 with "a".
14355
14356 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
14357
237fc4c9
PA
143582008-05-02 Jim Blandy <jimb@codesourcery.com>
14359
14360 * gdb.asm/asmsrc1.s: Add scratch space.
14361
ed5e9466
DJ
143622008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14363 Daniel Jacobowitz <dan@codesourcery.com>
14364
14365 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
14366 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
14367 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
14368
b39cc962
DJ
143692007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
14370
14371 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
14372
36d520f5
JB
143732008-05-01 Joel Brobecker <brobecker@adacore.com>
14374
14375 * gdb.base/info-target.exp: New testcase.
14376
8d4e3071
DJ
143772008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14378
14379 * gdb.cp/hang.exp: Use .cc instead of .C.
14380 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
14381 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
14382
6f3f3097
DJ
143832008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
14384
14385 * gdb.base/gdb1250.exp: Remove perror.
14386 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
14387
5550a914
PA
143882008-04-30 Pedro Alves <pedro@codesourcery.com>
14389
14390 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
14391 .2byte.
14392
d848e687
DJ
143932008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
14394
14395 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
14396 (maybe_kfail): New.
14397
93b5768b
PA
143982008-04-25 Pedro Alves <pedro@codesourcery.com>
14399
14400 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
14401
721c02de
VP
144022008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14403
a9c64011
AS
14404 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
14405 * gdb.mi/mi2-syn-frame.exp: Likewise.
14406 * lib/mi-support.exp: Likewise.
721c02de 14407
74960c60
VP
144082008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14409
14410 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
14411 to specify regexp for the location to stop at.
14412 * gdb.base/break-always.c: New.
14413 * gdb.base/break-always.exp: New.
14414
d24317b4
VP
144152008-04-24 Vladimir Prus <vladimir@codesourcery.com>
14416
14417 * lib/mi-support.exp (mi_runto_helper): Adjust
14418 for the original-location field.
14419 (mi_create_breakpoint, mi_list_breakpoints): New.
14420 * gdb.mi/mi-break.exp: Adjust.
14421 * gdb.mi/mi2-break.exp: Adjust.
14422 * gdb.mi/mi-pending.exp: Adjust.
14423 * gdb.mi/mi-simplerun.exp: Adjust.
14424 * gdb.mi/mi2-simplerun.exp: Adjust.
14425 * gdb.mi/mi-syn-frame.exp: Adjust.
14426 * gdb.mi/mi2-syn-frame.exp: Adjust.
14427 * gdb.mi/mi-until.exp: Adjust.
14428 * gdb.mi/mi2-until.exp: Adjust.
14429 * gdb.mi/mi-var-display.exp: Adjust.
14430 * gdb.mi/mi2-var-display.exp: Adjust.
14431 * gdb.mi/mi-watch.exp: Adjust.
14432 * gdb.mi/mi2-watch.exp: Adjust.
14433
fdc59709 144342008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 14435
a9c64011
AS
14436 * aclocal.m4: Add override.m4.
14437 * configure: Regenerate.
fdc59709 14438
8e91f023
VP
144392008-04-19 Vladimir Prus <vladimir@codesourcery.com>
14440
14441 * gdb.mi/var-cmd.c (do_at_tests): Verify that
14442 '-var-update --all-values' reports new value even the type
14443 of a variable object has changed.
14444
233a11ab
CS
144452008-04-18 Craig Silverstein <csilvers@google.com>
14446
14447 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
14448 files.
d24317b4 14449
9c1137ad
JB
144502008-04-18 Joel Brobecker <brobecker@adacore.com>
14451
14452 * gdb.ada/atomic_enum: New test program.
14453 * gdb.ada/atomic_enum.exp: New testcase.
14454
66d0bbc7
DE
144552008-04-17 Doug Evans <dje@google.com>
14456
14457 * gdb.opt/Makefile.in: Fix whitespace.
14458
100906b0
UW
144592008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
14460
14461 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
14462
4584e32e
DE
144632008-04-17 Doug Evans <dje@google.com>
14464
14465 * gdb.base/hashline1.exp: New testcase.
14466 * gdb.base/hashline2.exp: New testcase.
14467 * gdb.base/hashline2.exp: New testcase.
14468
0a320680
PA
144692008-04-17 Pedro Alves <pedro@codesourcery.com>
14470
14471 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
14472
18ac113b
AR
144732008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
14474
14475 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
14476 temporary breakpoint to match "Temporary breakpoint".
14477 * gdb.base/break.exp (delete_breakpoints): Likewise.
14478 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
14479 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
14480 * gdb.base/display.exp: Likewise.
14481 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
14482 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
14483 * gdb.base/restore.exp (restore_tests): Likewise.
14484 * gdb.base/sepdebug.exp: Likewise.
14485 * gdb.base/watchpoint.exp: Likewise.
14486 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
14487 * gdb.mi/mi-pending.exp: Likewise.
14488 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
14489 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
14490 * gdb.mi/mi-var-cmd.exp: Likewise.
14491 * gdb.mi/mi-var-display.exp: Likewise.
14492 * gdb.mi/mi2-cli.exp: Likewise.
14493 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
14494 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
14495 * gdb.mi/mi2-var-display.exp: Likewise.
14496 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
14497 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
14498 new "disp" field.
a9c64011 14499 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
14500 reason. This is to support fix for PR2424.
14501
add38693
JK
145022008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14503
14504 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
14505
fcacd99f
VP
145062008-04-13 Vladimir Prus <vladimir@codesourcery.com>
14507
14508 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 14509 field. Add more floating varobj tests.
fcacd99f 14510 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
14511 field.
14512 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
14513 (main): Call do_at_tests.
14514 * lib/mi-support.exp (mi_create_floating_varobj)
14515 (mi_varobj_update_with_type_change): New.
fcacd99f 14516
de051565
MK
145172008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
14518
14519 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
14520 option of -var-evaluate-expression.
14521 * gdb.mi/mi2-var-display.exp: Likewise.
14522
dbc52822
VP
145232008-04-07 Vladimir Prus <vladimir@codesourcery.com>
14524
14525 Introduce test setup helpers.
a9c64011
AS
14526 * lib/gdb.exp (build_executable, clean_restart)
14527 (prepare_for_testing): New.
14528 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
14529 * gdb.base/return.exp: Likewise.
14530 * gdb.base/ending-run.exp: Likewise.
dbc52822 14531
473591da
NR
145322008-04-07 Nick Roberts <nickrob@snap.net.nz>
14533
14534 * gdb.mi/mi-async.exp: New test for asynchronous Machine
14535 Interface (MI) responses.
14536
2b2d9e11
VP
145372008-04-06 Vladimir Prus <vladimir@codesourcery.com>
14538
a9c64011
AS
14539 * gdb.cp/breakpoint.cc: New code to test conditions involving
14540 member variables.
14541 * gdb.cp/breakpoint.exp: Test condition involving member
14542 variables.
2b2d9e11 14543
bb378428
VP
145442008-04-05 Vladimir Prus <vladimir@codesourcery.com>
14545
14546 * lib/mi-support.exp (mi_expect_stop): New.
14547 (mi_run_cmd): Change the
14548 token. Use mi_send_resuming_command, use
14549 mi_expect_stop.
14550 (mi_execute_to_helper): Rename to mi_execute_to.
14551 (mi_send_resuming_command): Add more error patterns.
14552 (mi_wait_for_stop): Renamed to...
14553 (mi_get_stop_line): ...this.
14554 (mi_run_inline_test): Adjust.
14555
14556 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
14557 * gdb.mi/mi-console.exp: Likewise.
14558 * gdb.mi/mi-pending.exp: Likewise.
14559 * gdb.mi/mi-simplerun.exp: Likewise.
14560 * gdb.mi/mi-stack.exp: Likewise.
14561 * gdb.mi/mi-stepi.exp: Likewise.
14562 * gdb.mi/mi-syn-frame.exp: Add comment.
14563 * gdb.mi/mi-until.exp: Likewise.
14564 * gdb.mi/mi-var-display.exp: Likewise.
14565 * gdb.mi/mi-watch.exp: Likewise.
14566 * gdb.mi/mi2-cli.exp: Likewise.
14567 * gdb.mi/mi2-console.exp: Likewise.
14568 * gdb.mi/mi2-simplerun.exp: Likewise.
14569 * gdb.mi/mi2-stack.exp: Likewise.
14570 * gdb.mi/mi2-stepi.exp: Likewise.
14571 * gdb.mi/mi2-until.exp: Likewise.
14572 * gdb.mi/mi2-var-display.exp: Likewise.
14573 * gdb.mi/mi2-watch.exp: Likewise.
14574
62172bb9
UW
145752008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14576
14577 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
14578
14579 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
14580
a13e061a
PA
145812008-04-04 Pedro Alves <pedro@codesourcery.com>
14582
14583 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
14584 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
14585 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
14586 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
14587 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
14588 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
14589 expect an mi error duplicated in stderr.
14590
eae06beb
JB
145912008-04-03 Joel Brobecker <brobecker@adacore.com>
14592
14593 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
14594 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
14595 Add a couple of tests that verify the behavior when the new setting
14596 is set to "cancel" and "all".
14597 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
14598 "ask" before we start the testing.
14599
79c6ced6
AR
146002008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
14601
14602 * gdb.cp/casts.cc: Add class reference variables.
14603 * gdb.cp/casts.exp: New test cases for up/down casting references.
14604
6c2d1a6b
MK
146052008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
14606
14607 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
14608 instead of beginning to make an extra test pass.
14609 * gdb.mi/mi2-var-display.exp: Likewise.
14610
55b411d9
MR
146112008-03-31 Maciej W. Rozycki <macro@mips.com>
14612
14613 * gdb.base/break.exp: Mark failures as such. Fix formatting.
14614
c6140da2
MD
146152008-03-31 Markus Deuling <deuling@de.ibm.com>
14616 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14617
14618 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
14619 value. Add xfail for older kernels.
14620
79732189
AR
146212008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
14622
14623 Bring mi-support in line with gdb.exp.
14624 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
14625 (mi_gdb_start): New function.
14626
33c3676e
MR
146272008-03-28 Maciej W. Rozycki <macro@mips.com>
14628
14629 * gdb.mi/mi-var-cmd.exp: Fix a typo.
14630
92e28119
VP
146312008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14632
14633 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
14634 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 14635
9e8e3afe
VP
146362008-03-26 Vladimir Prus <vladimir@codesourcery.com>
14637
14638 * lib/mi-support.exp (mi_create_varobj_checked): New.
14639 (mi_list_varobj_children): Allow to check for a
14640 value.
14641 (mi_list_array_varobj_children): New.
14642
14643 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
14644 and mi_list_varobj_children, as opposed to hardcoding
14645 expected strings.
14646 * gdb.mi/gdb701.exp: Likewise.
14647 * gdb.mi/gdb792.exp: Likewise.
14648 * gdb.mi/mi-var-block.exp: Likewise.
14649 * gdb.mi/mi-var-cmd.exp: Likewise.
14650 * gdb.mi/mi-var-invalidate.exp: Likewise.
14651 * gdb.mi/mi2-var-block.exp: Likewise.
14652 * gdb.mi/mi2-var-child.exp: Likewise.
14653 * gdb.mi/mi2-var-cmd.exp: Likewise.
14654 * gdb.mi/mi2-var-display.exp: Likewise.
14655
9df50351
JK
146562008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14657
14658 Fix random false FAILs on i386.
14659 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
14660
31e5d73a
DJ
146612008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14662
14663 PR gdb/544
14664 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
14665
12f4afab
DJ
146662008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
14667
14668 PR gdb/544
14669 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
14670
b562a0cb
DJ
146712008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14672
14673 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
14674 fixed PR gdb/544.
14675
17faa917
DJ
146762008-03-21 Pedro Alves <pedro@codesourcery.com>
14677
14678 * gdb.threads/fork-child-threads.exp: Test next over fork.
14679
6214f497
DJ
146802008-03-21 Chris Demetriou <cgd@google.com>
14681
14682 * gdb.base/break.exp (rbreak junk): New test for rbreak
14683 "Junk at end of arguments" issue.
14684
63092375
DJ
146852008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14686
14687 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
14688 *& to work on created array elements.
14689 (Top level): Test print $pc with a file. Test string operations
14690 without a target.
14691 * gdb.base/ptype.exp: Do not expect *& to work on created array
14692 elements.
14693
b21991b0
DJ
146942008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
14695
14696 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14697 gdb.threads/staticthreads.exp: Update exit query.
14698
c4b347c7
SL
146992008-03-07 Sandra Loosemore <sandra@codesourcery.com>
14700
14701 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
14702
fa4727a6
DJ
147032008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
14704
14705 * gdb.base/watchpoint.c (global_ptr, func4): New.
14706 (main): Call func4.
14707 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
14708 (test_inaccessible_watchpoint): New.
14709
2f34202f
MR
147102008-02-29 Maciej W. Rozycki <macro@mips.com>
14711
14712 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
14713 select the largest.
14714
0d6ba1b1
DJ
147152008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14716
14717 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
14718 frames-invalid annotations.
14719
e691325a
PM
147202008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
14721
a9c64011 14722 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 14723
f85b5ecc
DE
147242008-02-27 Doug Evans <dje@google.com>
14725
14726 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
14727 for bug 1738.
14728 (breakpoint_to_handler_entry): Ditto.
14729
b40e7bf3
JB
147302008-02-27 Joel Brobecker <brobecker@adacore.com>
14731
14732 * gdb.base/ending-run.exp: Use the first line of code inside
14733 function body to test breakpoints.
14734 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
14735 location where the breakpoint is inserted when using the line
14736 where a function is declared. Fix typo in the description of
14737 one of the tests.
14738 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
14739
2faca73a
PM
147402008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14741
14742 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 14743 tests.
2faca73a 14744
6f439c36
PM
147452008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
14746
14747 * gdb.base/args.exp: avoid same output for tests
14748 with single quotes.
14749
54e52265
VP
147502008-02-26 Vladimir Prus <vladimir@codesourcery.com>
14751
a9c64011
AS
14752 * gdb.base/annota1.exp: Adjust for 'info break'
14753 format changes.
14754 * gdb.base/annota3.exp: Likewise.
14755 * gdb.base/break.exp: Likewise.
14756 * gdb.base/condbreak.exp: Likewise.
14757 * gdb.base/pending.exp: Likewise.
14758 * gdb.base/sepdebug.exp: Likewise.
14759 * gdb.base/unload.exp: Likewise.
14760 * gdb.cp/ovldbreak.exp: Likewise.
14761 * gdb.mi/mi-pending.exp: Likewise.
54e52265 14762
897b09ca
DE
147632008-02-07 Doug Evans <dje@google.com>
14764
14765 * gdb.cp/mb-inline.exp: New.
14766 * gdb.cp/mb-inline.h: New.
14767 * gdb.cp/mb-inline1.cc: New.
14768 * gdb.cp/mb-inline2.cc: New.
14769
b1c32d35
PM
147702008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
14771
14772 * gdb.pascal/floats.pas: New test program.
14773 * gdb.pascal/floats.exp: New testcase.
14774
1a4ca44a
TJB
147752008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
14776
14777 * gdb.base/callfuncs.c (t_float_many_args): New function.
14778 (t_double_many_args): New function.
14779 * gdb.base/callfuncs.exp: Add tests for exceeding float
14780 and double parameters passed through the stack.
14781
439048e8
JB
147822008-02-05 Joel Brobecker <brobecker@adacore.com>
14783
14784 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
14785 gdb.ada/complete/foo.adb: New files.
14786 * gdb.ada/complete.exp: New testcase.
14787
81fe8080
DE
147882008-02-03 Doug Evans <dje@google.com>
14789
301f0ecf
DE
14790 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
14791
81fe8080
DE
14792 * gdb.cp/gdb2384.exp: New file.
14793 * gdb.cp/gdb2384.cc: New file.
14794 * gdb.cp/gdb2384-base.h: New file.
14795 * gdb.cp/gdb2384-base.cc: New file.
14796
4b071aec
DE
147972008-02-02 Doug Evans <dje@google.com>
14798
14799 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
14800
61137ba6
JB
148012007-02-01 Joel Brobecker <brobecker@adacore.com>
14802
14803 * gdb.ada/sym_print_name: New test program.
14804 * gdb.ada/sym_print_name.exp: New testcase.
14805
148062007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
14807
14808 * gdb.ada/nested/hello.adb: New file.
14809 * gdb.ada/nested.exp: New testcase.
14810 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
14811
98deb0da
VP
148122008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14813
14814 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
14815 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
14816 don't cause future evaluations of function to report
14817 creation of internal breakpoints.
98deb0da 14818
723a2275
VP
148192008-02-01 Vladimir Prus <vladimir@codesourcery.com>
14820
14821 * gdb.mi/mi-break.exp (test_error): New.
14822 Call it.
14823
fb546a2f
LM
148242008-01-31 Luis Machado <luisgpm@br.ibm.com>
14825
14826 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
14827 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
14828
2d8fd90a
PM
148292008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14830
14831 * gdb.pascal/integers.pas: New test program.
14832 * gdb.pascal/integers.exp: New testcase.
14833
a7fa0ded
PM
148342008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
14835
14836 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
14837
5e1a1926
TJB
148382008-01-30 Luis Machado <luisgpm@br.ibm.com>
14839
14840 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
14841 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
14842
8d04f9f0
JB
148432008-01-30 Paul Hilfinger <hilfinger@adacore.com>
14844
14845 * gdb.ada/formatted_ref: New test program.
14846 * gdb.ada/formatted_ref.exp: New testcase.
14847
14848 * gdb.cp/formatted-ref.cc: New file.
14849 * gdb.cp/formatted-ref.exp: New testcase.
14850
ce75a98f
JB
148512008-01-30 Joel Brobecker <brobecker@adacore.com>
14852
14853 * gdb.base/ptype.exp: Add testing of "ptype $pc".
14854
e835f6bf
NR
148552008-01-30 Nick Roberts <nickrob@snap.net.nz>
14856
14857 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
14858 (test_file_list_exec_source_file): Update to new macro-info field.
14859
d118ef87
PH
148602008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
14861
14862 * gdb.ada/exprs: New test program.
14863 * gdb.ada/exprs.exp: New testcase.
14864
7d35ab09
TJB
148652008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14866
14867 * dfp-test.c (DELTA, DELTA_B): New definitions.
14868 (double_val1, double_val2, double_val3, double_val4, double_val5,
14869 double_val6, double_val7, double_val8, double_val9, double_val10,
14870 double_val11, double_val12, double_val13, double_val14, dec32_val1,
14871 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
14872 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
14873 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
14874 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
14875 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
14876 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
14877 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
14878 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
14879 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
14880 dec128_val16): New global variables.
14881 (decimal_dec128_align): New function.
14882 (decimal_mixed): Likewise.
14883 (decimal_many_args_dec32): Likewise.
14884 (decimal_many_args_dec64): Likewise.
14885 (decimal_many_args_dec128): Likewise.
14886 (decimal_many_args_mixed): Likewise.
14887 * dfp-test.exp: Add tests calling new inferior functions.
14888
2d717e4f
DJ
148892008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14890
14891 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
14892 gdb.server/ext-run.exp: New files.
14893 * lib/gdbserver-support.exp (gdbserver_download): New.
14894 (gdbserver_start): New. Update gdbserver expected
14895 output.
14896 (gdbserver_spawn): Use them.
14897 (gdbserver_start_extended): New.
14898
e85a822c
DJ
148992008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14900
14901 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
14902 Run on GNU/Linux.
14903 (do_exec_tests): Check for systems which do not support catchpoints.
14904 Do not match START.
14905 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
14906 Run on GNU/Linux. Enable verbose output.
14907 (check_fork_catchpoints): New.
14908 (explicit_fork_child_follow, catch_fork_child_follow)
14909 (tcatch_fork_parent_follow): Update expected messages.
14910 (do_fork_tests): Use check_fork_catchpoints.
14911 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
14912 Run on GNU/Linux. Enable verbose output.
14913 (check_vfork_catchpoints): New.
14914 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
14915 expected messages.
14916 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
14917
401ea829
JB
149182008-01-29 Jim Blandy <jimb@red-bean.com>
14919
14920 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
14921 host' errors.
14922 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
14923
aceaf3ad
JB
149242008-01-29 Jim Blandy <jimb@red-bean.com>
14925
14926 * gdb.threads/sigthread.c: Use barriers to ensure that
14927 child_thread and child_thread_two are always initialized before we
14928 start to use them.
14929
a5606eee
VP
149302008-01-29 Vladimir Prus <vladimir@codesourcery.com>
14931
14932 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
14933 * gdb.base/watchpoint-solib.c: New.
14934 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 14935
c55a82bb
PM
149362008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
14937
14938 * gdb.base/gdb1056.exp: Add unsigned integer test.
14939
0993fe05
DE
149402008-01-28 Doug Evans <dje@google.com>
14941
14942 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
14943
4fe42e7f
JB
149442008-01-27 Jim Blandy <jimb@codesourcery.com>
14945
c7a69933
JB
14946 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
14947
4fe42e7f
JB
14948 * gdb.base/expand-psymtabs.exp: Doc fix.
14949
5def8285
MK
149502008-01-26 Mark Kettenis <kettenis@gnu.org>
14951
14952 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
14953
5313c911
NR
149542008-01-24 Nick Roberts <nickrob@snap.net.nz>
14955
a9c64011 14956 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
14957 -var-set-format.
14958
93815fbf
VP
149592008-01-23 Chris Demetriou <cgd@google.com>
14960
14961 * gdb.threads/thread_events.c: New testcase source file.
14962 * gdb.threads/thread_events.exp: New testcase expect file.
14963
467a88ee
NR
149642008-01-23 Nick Roberts <nickrob@snap.net.nz>
14965
14966 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
14967
14968 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
14969 -var-set-format.
14970
d8f82aba
DJ
149712008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
14972 Vladimir Prus <vladimir@codesourcery.com>
14973
14974 * gdb.base/float.exp: Allow missing floating point for m68k and
14975 PowerPC.
14976
60c46647
VP
149772008-01-22 Vladimir Prus <vladimir@codesourcery.com>
14978
14979 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
14980 ignore count.
14981 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
14982 * gdb.mi/mi-cli.exp: Adjust.
14983 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 14984
c7dd36a1
PA
149852008-01-17 Pedro Alves <pedro@codesourcery.com>
14986
14987 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
14988 and 'dummy_ptr' integer pointer. Initialize struct_declarations
14989 with dummy_ptr's address.
14990 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
14991 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
14992 all targets.
14993 * gdb.mi/mi2-var-child.exp: Likewise.
14994
39d5313e
JB
149952008-01-09 Joel Brobecker <brobecker@adacore.com>
14996
14997 * gdb.ada/null_array: New test program.
14998 * gdb.ada/null_array.exp: New testcase.
14999
0aea4bf3
LM
150002008-01-09 Luis Machado <luisgpm@br.ibm.com>
15001
15002 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
15003 with required float modifiers.
15004
0b354900
JB
150052008-01-08 Joel Brobecker <brobecker@adacore.com>
15006
15007 * gdb.ada/funcall_param: New test program.
15008 * gdb.ada/funcall_param.exp: New testcase.
15009
cdb7f5d4
JB
150102008-01-08 Joel Brobecker <brobecker@adacore.com>
15011
15012 * gdb.ada/arrayparam: New test program.
15013 * gdb.ada/arrayparam.exp: New testcase.
15014
88e2547f
JB
150152008-01-08 Joel Brobecker <brobecker@adacore.com>
15016
15017 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
15018 landed. Should also fix random failures in the test following it.
15019
f6867ce0
TJB
150202008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
15021
15022 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
15023 for expressions with decimal float values.
15024 (test_dfp_conversions): New function to test casts to and from
15025 decimal float types.
15026 Call test_dfp_conversions.
15027 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
15028 elements.
15029 (main): Initialize ds.float4 and ds.double8 elements.
15030 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
15031 string to new error message.
15032 (d64_set_tests): Likewise.
15033 (d128_set_tests): Likewise.
15034 Add tests for expressions with decimal float variables. Add tests for
15035 conversions to and from decimal float types.
15036
f9c11282
JB
150372008-01-05 Joel Brobecker <brobecker@adacore.com>
15038
15039 * gdb.ada/packed_tagged/comp_bug.adb: New file.
15040 * gdb.ada/packed_tagged.exp: New testcase.
15041
0ecbca72
JB
150422008-01-04 Joel Brobecker <brobecker@adacore.com>
15043
15044 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
15045 gdb.ada/homonym/homonym_main.adb: New files.
15046 * gdb.ada/homonym.exp: New testcase.
15047
c18d3d89
JB
150482008-01-04 Joel Brobecker <brobecker@adacore.com>
15049
15050 * gdb.ada/packed_array.exp: Add testing of references to
15051 a packed array.
15052
ecc7085b
JB
150532008-01-04 Joel Brobecker <brobecker@adacore.com>
15054
15055 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
15056 New files.
15057 * gdb.ada/type_coercion.exp: New testcase.
15058
c474c922
JB
150592008-01-04 Joel Brobecker <brobecker@adacore.com>
15060
15061 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
15062 gdb.ada/tagged/foo.adb: New file.
15063 * gdb.ada/tagged.exp: New testcase.
15064
9005b927
JB
150652008-01-04 Joel Brobecker <brobecker@adacore.com>
15066
15067 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
15068 gdb.ada/ptype_field/foo.adb: New files.
15069 * gdb.ada/ptype_field.exp: New testcase.
15070
1a6aaad8
JB
150712008-01-03 Joel Brobecker <brobecker@adacore.com>
15072
15073 * gdb.ada/print_pc.exp: New testcase.
15074
0ef22f53
JB
150752008-01-03 Joel Brobecker <brobecker@adacore.com>
15076
15077 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
15078 gdb.ada/taft_type/p.adb: New files.
15079 * gdb.ada/taft_type.exp: New testcase.
15080
1689ecf8
JB
150812008-01-03 Joel Brobecker <brobecker@adacore.com>
15082
15083 * gdb.ada/array_bounds/bar.adb: New file.
15084 * gdb.ada/array_bounds.exp: New testcase.
15085
a4d0b9c3
JB
150862008-01-03 Joel Brobecker <brobecker@adacore.com>
15087
15088 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
15089 gdb.ada/arrayptr/foo.adb: New files.
15090 * gdb.ada/arrayptr.exp: New testcase.
15091
a31ace00
JB
150922008-01-03 Joel Brobecker <brobecker@adacore.com>
15093
15094 * gdb.base/set-lang-auto.exp: New testcase.
15095
a97fced3
JB
150962008-01-03 Joel Brobecker <brobecker@adacore.com>
15097
15098 * gdb.ada/fun_addr/foo.adb: New file.
15099 * gdb.ada/fun_addr.exp: New testcase.
15100
ef29ce1a
JK
151012008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15102
15103 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
15104 New files
15105
0fafefe3
JB
151062008-01-02 Joel Brobecker <brobecker@adacore.com>
15107
15108 * array_subscript_addr/p.adb: New file.
a9c64011 15109 * array_subscript_addr.exp: New testcase.
0fafefe3 15110
c4359f8d
JB
151112008-01-02 Joel Brobecker <brobecker@adacore.com>
15112
a9c64011 15113 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
15114 New files.
15115 * gdb.ada/str_cmp_ref.exp: New testcase.
15116
1aa1b15b
JB
151172008-01-01 Joel Brobecker <brobecker@adacore.com>
15118
15119 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
15120 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 15121 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 15122
81c9b2cf
JB
151232008-01-01 Joel Brobecker <brobecker@adacore.com>
15124
15125 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
15126 gdb.ada/ref_param/pck.ads: New files.
15127 * gdb.ada/ref_param.exp: New testcase.
15128
319e4674
JB
151292008-01-01 Joel Brobecker <brobecker@adacore.com>
15130
15131 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
15132 gdb.ada/interface/foo.adb: New files.
15133 * gdb.ada/interface.exp: New testcase.
15134
ef682c56
JB
151352007-12-31 Jim Blandy <jimb@codesourcery.com>
15136
15137 * gdb.base/multi-forks.exp: Consume all output from child
15138 processes before proceeding to next test.
15139
f6f3eb6c
JB
151402007-12-29 Jim Blandy <jimb@codesourcery.com>
15141
15142 * configure: Regenerated.
15143
f652e42f
JB
151442007-12-27 Joel Brobecker <brobecker@adacore.com>
15145
15146 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
15147 gdb.ada/fixed_cmp/fixed.adb: New files.
15148 * gdb.ada/fixed_cmp.exp: New testcase.
15149
6943e596
JB
151502007-12-27 Joel Brobecker <brobecker@adacore.com>
15151
15152 * gdb.ada/boolean_expr.exp: New testcase.
15153
aad9a193
JB
151542007-12-26 Jim Blandy <jimb@codesourcery.com>
15155
15156 * gdb.base/multi-forks.exp: Doc fix.
15157
fb5f3683
JB
151582007-12-26 Joel Brobecker <brobecker@adacore.com>
15159
15160 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
15161 * gdb.ada/char_param.exp: Do not compile our test program with
15162 -gnata, this is unnecessary.
15163 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
15164
384e4a9c
JB
151652007-12-24 Joel Brobecker <brobecker@adacore.com>
15166
15167 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
15168 gdb.ada/print_chars/foo.adb: New files.
15169 * gdb.ada/print_chars.exp: New testcase.
15170
01e044f7
JB
151712007-12-24 Joel Brobecker <brobecker@adacore.com>
15172
15173 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
15174 gdb.ada/char_param/foo.adb: New files.
15175 * gdb.ada/char_param.exp: New testcase.
15176
0ce17860
JB
151772007-12-22 Jim Blandy <jimb@codesourcery.com>
15178
15179 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
15180 hard-coding source line numbers into the test.
15181 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
15182 gdb_get_line_number to find.
15183
919809b9
JB
151842007-12-22 Joel Brobecker <brobecker@adacore.com>
15185
15186 * gdb.base/ptype.c (highest): New struct type.
15187 (the_highest): New variable of that type.
15188 (main): Add dummy assignment to a field of variable the_highest.
15189 * gdb.base/ptype.exp: Test type printing of our new variable.
15190
abc8a88d
PM
151912007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
15192
15193 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 15194 and record first explicitly generated thread number.
abc8a88d
PM
15195 Use that thread number for thread specific watchpoint test.
15196 Add iteration number to repetitive tests.
15197
5158f3e3
CES
151982007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
15199 Jim Blandy <jimb@codesourcery.com>
15200
15201 * gdb.base/expand-psymtabs.c: New testcase
15202 source file.
15203 * gdb.base/expand-psymtabs.exp: New testcase
15204 expect file.
15205
37e4754d
LM
152062007-12-17 Luis Machado <luisgpm@br.ibm.com>
15207
15208 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
15209 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
15210
551e5d04
JB
152112007-12-17 Joel Brobecker <brobecker@adacore.com>
15212
15213 * gdb.ada/frame_args/foo.adb: New file.
15214 * gdb.ada/frame_args/pck.ads: New file.
15215 * gdb.ada/frame_args/pck.adb: New file.
15216 * gdb.ada/frame_args.exp: New testcase.
15217
a05ee097
JB
152182007-12-17 Joel Brobecker <brobecker@adacore.com>
15219
15220 * gdb.base/frame-args.c: New file.
15221 * gdb.base/frame-args.exp: New testcase.
15222
c162e8c9 152232007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 15224 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
15225
15226 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
15227
afe8ab22 152282007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15229
afe8ab22
VP
15230 * gdb.mi/mi-pending.exp: New.
15231 * gdb.mi/mi-pending.c: New.
15232 * gdb.mi/mi-pendshr.c: New.
15233
dfdfb3ca
JB
152342007-12-06 Jim Blandy <jimb@codesourcery.com>
15235
15236 * gdb.base/default.exp: Update expected output for 'info catch'.
15237
b7fca990
JK
152382007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15239
15240 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
15241 must be set to binary.
15242
6a1afc1e
PA
152432007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
15244
15245 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
15246
a6b151f1
DJ
152472007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
15248
15249 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
15250 gdb.mi/mi-file-transfer.exp: New.
15251
43039443
JK
152522007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15253
15254 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
15255
0ef2251b
MR
152562007-11-22 Maciej W. Rozycki <macro@mips.com>
15257
15258 * gdb.trace/backtrace.exp: Fix a typo.
15259 * gdb.trace/circ.exp: Likewise.
15260 * gdb.trace/collection.exp: Likewise.
15261 * gdb.trace/limits.exp: Likewise.
15262 * gdb.trace/report.exp: Likewise.
15263 * gdb.trace/tfind.exp: Likewise.
15264 * gdb.trace/while-dyn.exp: Likewise.
15265
5443631e
NR
152662007-11-21 Nick Roberts <nickrob@snap.net.nz>
15267
15268 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
15269 objects of pointers that can't be dereferenced are now
15270 "noneditable".
15271
a4ce5b0d
UW
152722007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15273
15274 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
15275 (target_cpu): Remove.
15276
d6e956e5
VP
152772007-10-15 Vladimir Prus <vladimir@codesourcery.com>
15278
15279 * gdb.base/ending-run.exp: Expect the list of cleared
15280 breakpoint to come in natural order, not the reversed one.
a9c64011 15281
214270ab
VP
152822007-11-07 Vladimir Prus <vladimir@codesourcery.com>
15283
15284 * gdb.mi/mi-var-child.c (do_child_deletion): New.
15285 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 15286
1a619819
LM
152872007-11-05 Luis Machado <luisgpm@br.ibm.com>
15288
15289 * gdb.base/printcmds.exp: New function
15290 test_printf_with_dfp.
15291
5b01a6fa
DE
152922007-11-02 Doug Evans <dje@google.com>
15293
15294 * gdb.disasm/t01_mov.s: Remove carriage returns.
15295 * gdb.disasm/t02_mova.s: Ditto.
15296 * gdb.disasm/t03_add.s: Ditto.
15297 * gdb.disasm/t04_sub.s: Ditto.
15298 * gdb.disasm/t05_cmp.s: Ditto.
15299 * gdb.disasm/t06_ari2.s: Ditto.
15300 * gdb.disasm/t07_ari3.s: Ditto.
15301 * gdb.disasm/t08_or.s: Ditto.
15302 * gdb.disasm/t09_xor.s: Ditto.
15303 * gdb.disasm/t10_and.s: Ditto.
15304 * gdb.disasm/t11_logs.s: Ditto.
15305 * gdb.disasm/t12_bit.s: Ditto.
15306 * gdb.disasm/t13_otr.s: Ditto.
15307
ec33ab7f
JK
153082007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15309
15310 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
15311
ae0d01ff
UW
153122007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15313
15314 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
15315 provide DFP support.
15316
55eddb0f
DJ
153172007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
15318
15319 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
15320 Test "set powerpc vector-abi". Skip auto-detection tests for old
15321 toolchains.
15322
7020f05c
PA
153232007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15324
15325 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
15326 with [string compare].
15327
84bc3db9
PA
153282007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
15329
15330 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
15331 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
15332
5876dc88
LM
153332007-10-25 Luis Machado <luisgpm@br.ibm.com>
15334
15335 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
15336 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
15337 * gdb.opt/Makefile.in: New makefile.
15338 * Makefile.in: Create new directory "gdb.opt".
15339 * configure.ac: Add "gdb.opt" directory.
15340 * configure: Regenerated.
a9c64011 15341
c3ea9a14
DE
153422007-10-25 Doug Evans <dje@google.com>
15343
15344 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
15345 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
15346
a9c64011 153472007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
15348 Thiago Jung Bauermann <bauerman@br.ibm.com>
15349
15350 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
15351 Floating Point expressions.
15352 * gdb.base/dfp-test.exp: new file adding tests for Decimal
15353 Floating Point variables.
15354 * gdb.base/dfp-test.c: new file containing program with Decimal
15355 Floating variables, used by gdb.base/dfp-test.exp.
15356
62a24a2b
DJ
153572007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
15358
15359 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
15360
e7b1eae6
UW
153612007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15362
15363 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
15364 compiling test case with GCC.
15365 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
15366
c641edcc
UW
153672007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15368
15369 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
15370 format changes.
15371
5e5ebfe6
MS
153722007-10-18 Michael Snyder <msnyder@specifix.com>
15373
15374 * gdb.base/dbx.exp: Add missing "-re " operator.
15375
e831e7b6
GM
153762007-10-16 Gaius Mulley <gaius@glam.ac.uk>
15377
15378 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
15379 * configure.ac: Removed trailing spaces after backslash.
15380 * gdb.modula2: New directory.
15381 * gdb.modula2/Makefile.in: New file.
15382 * gdb.modula2/unbounded-array.exp: New file.
15383 * gdb.modula2/unbounded1.c: New file.
15384
7cc46491
DJ
153852007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
15386
15387 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
15388
153892007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
15390
15391 * gdb.base/sigstep.c (main): Add checks for
15392 return values for setitimer call.
15393 Call setitimer again with itimer = ITIMER_REAL
15394 if first call to setitimer fails.
15395
e91528f0
KH
153962007-10-11 Kazu Hirata <kazu@codesourcery.com>
15397
15398 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
15399 of $timeout.
15400
2ec9a4f8
DJ
154012007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
15402
15403 * gdb.server/server-run.exp: Test for dynamic linker symbols.
15404
154052007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
15406
15407 * lib/gdb.exp (gdb_run_cmd): Move comment outside
15408 of gdb_expect call, to avoid interruption.
15409
64b2fa04
PA
154102007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
15411
15412 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
15413 (v_unsigned_long_long, v_long_long_array)
15414 (v_signed_long_long_array, v_unsigned_long_long_array)
15415 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
15416 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
15417 [!NO_LONG_LONG]: New.
15418 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
15419 v_long_long_member.
15420
15421 (v_long_long_func, v_signed_long_long_func)
15422 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
15423 (main) [!NO_LONG_LONG]: Initialize long long variants.
15424
15425 * gdb.base/whatis.exp: If board file requests no_long_long, build
15426 test with NO_LONG_LONG defined. Test long long, signed long long,
15427 and unsigned long long variants but only if board file doesn't
15428 disable it.
15429
a912286e 154302007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 15431 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
15432
15433 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
15434 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
15435 * configure: Regenerated.
15436 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
15437 gdb.pascal/types.exp, lib/pascal.exp: New files.
15438
471ba8c9
DJ
154392007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
15440
15441 * gdb.cp/classes.exp (do_tests): Always step to the line after the
15442 call.
15443 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
15444 to return to the call.
15445 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
15446 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
15447 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
15448 * gdb.mi/mi-until.exp (test_until): Likewise.
15449 * gdb.mi/mi2-until.exp (test_until): Likewise.
15450
fef8a650
DJ
154512007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
15452
15453 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
15454 two-char array.
15455 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
15456
d983da9c
DJ
154572007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
15458
15459 * gdb.threads/watchthreads.c (thread_function): Sleep between
15460 iterations.
15461 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
15462 at once for S/390. Generate matching fails and passes.
15463
17f62551
VP
154642007-09-27 Vladimir Prus <vladimir@codesourcery.com>
15465
15466 * gdb.mi/var-cmd.c (do_children_tests): Initialize
15467 the 'struct_declarations' variable to zeros.
a9c64011 15468
ed0616c6
VP
154692007-09-24 Vladimir Prus <vladimir@codesourcery.com>
15470
15471 * gdb.cp/mb-ctor.cc: New.
15472 * gdb.cp/mb-ctor.exp: New.
15473 * gdb.cp/mb-templates.cc: New.
15474 * gdb.cp/mb-templates.exp: New.
15475
41f1b697
DJ
154762007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
15477
15478 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
15479
3f213f78
PA
154802007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
15481
15482 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
15483 targets.
15484 * configure: Regenerate.
15485
0d381245 154862007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15487
0d381245
VP
15488 * gdb.base/annota1.exp: Adjust for 'info break'
15489 format changes.
15490 * gdb.base/annota3.exp: Likewise.
15491 * gdb.base/break.exp: Likewise.
15492 * gdb.base/condbreak.exp: Likewise.
15493 * gdb.base/pending.exp: Likewise.
15494 * gdb.base/sepdebug.exp: Likewise.
15495 * gdb.base/unload.exp: Likewise.
15496 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 15497
fe3f5fa8
VP
154982007-09-22 Vladimir Prus <vladimir@codesourcery.com>
15499
15500 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
15501 messages.
15502 * gdb.base/chng-syms.exp: Likewise.
15503 * gdb.base/unload.exp: Likewise.
a9c64011 15504
a75cf6c0
DJ
155052007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
15506
15507 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
15508
18ecae38
DJ
155092007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
15510
15511 * schedlock.c (NUM): Change to 1.
15512 (main): Use args[0] for the main thread.
15513 * schedlock.exp: Only expect two threads. Only issue one pass or fail
15514 regardless of the number of threads.
15515
5509918f
MR
155162007-09-14 Maciej W. Rozycki <macro@mips.com>
15517
4a543daf
MR
15518 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
15519 type down.
15520 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15521 test.
15522 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
15523 watchpoint type down.
15524 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
15525 test.
15526
155272007-09-14 Maciej W. Rozycki <macro@mips.com>
15528
5509918f
MR
15529 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
15530 Move all the tests here and run them twice, once using software
15531 watchpoints and once using hardware watchpoints.
15532 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
15533
40b53987
DJ
155342007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
15535
15536 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
15537 test.
15538
695e2681
MK
155392007-09-10 Mark Kettenis <kettenis@gnu.org>
15540
8b3fc8d8
MK
15541 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
15542 build-id.
15543
695e2681
MK
15544 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
15545 know about $ORIGIN. Calculate output dir from $dest instead of
15546 using ${objdir}/{$subdir}.
15547
58d69f29
MK
155482007-09-09 Mark Kettenis <kettenis@gnu.org>
15549
15550 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
15551 gcore, before continuing with the test.
15552
3e347599
DJ
155532007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
15554
15555 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
15556 * gdb.mi/mi-watch.exp: Likewise.
15557
ea37ba09
DJ
155582007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15559 Jim Blandy <jimb@codesourcery.com>
15560
15561 * gdb.arch/i386-sse.exp: Do not expect character constants.
15562 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
15563 * gdb.base/display.exp: Allow print/s.
15564 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
15565 and unsigned char array changes.
15566
2025a643
DJ
155672007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
15568
15569 * gdb.base/display.exp: Add tests for printf %p.
15570
26669a27
PA
155712007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
15572
15573 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
15574 the dll name to unicode.
15575
c8f021f8
JK
155762007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15577
15578 * gdb.base/default.exp (show version): Update the version text.
15579 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
15580
4cf31eea
JK
155812007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15582
15583 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
15584 New files.
15585
4935890f
JK
155862007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15587
15588 * lib/gdb.exp (build_id_debug_filename_get): New function.
15589 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
15590 Remove the generate DEBUG file for the future testcase runs.
15591 New testcase for the NT_GNU_BUILD_ID retrieval.
15592 Move the final testing step to ...
15593 (test_different_dir): ... a new function.
15594 New parameter XFAIL to XFAIL all the tests performed.
15595 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
15596 New parameter TYPE to PF_PREFIX all the tests performed.
15597
02142340
VP
155982007-08-31 Vladimir Prus <vladimir@codesourcery.com>
15599
15600 * gdb.mi/mi-var-cp.cc (path_expression): New
15601 function.
15602 * gdb.mi/mi-var-cp.exp: Run path exression tests.
15603
36acd84e
UW
156042007-08-27 Markus Deuling <deuling@de.ibm.com>
15605
15606 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
15607 to fit into SPU Local Store memory.
15608
a896d121
JB
156092007-08-23 Joel Brobecker <brobecker@adacore.com>
15610
15611 * gdb.base/default.exp: Adjust the expected output of "info
15612 warranty" after the switch to GPLv3.
15613
7b433602
JB
156142007-08-23 Joel Brobecker <brobecker@adacore.com>
15615
15616 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
15617 to 30000 (from 20000).
15618
e22f8b7c
JB
156192007-08-23 Joel Brobecker <brobecker@adacore.com>
15620
15621 Switch the license of all .exp files to GPLv3.
15622 Switch the license of all .f and .f90 files to GPLv3.
15623 Switch the license of all .s and .S files to GPLv3.
15624
5a0e3bd0
JB
156252007-08-23 Joel Brobecker <brobecker@adacore.com>
15626
15627 * configure.ac: Switch license to GPLv3.
15628
cc00619d
JB
156292007-08-23 Joel Brobecker <brobecker@adacore.com>
15630
15631 Switch the licensing to GPLv3 for all .ads and .adb files.
15632
8d26208a
DJ
156332007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
15634
15635 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
15636 and t_int_double.
15637 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
15638
4fcb9948
JB
156392007-08-17 Joel Brobecker <brobecker@adacore.com>
15640
15641 * gdb.base/step-line.c: Switch license to GPL version 3, and
15642 update copyright year.
15643 * gdb.base/step-line.inp: Likewise.
15644
b9c34f67
JB
156452007-08-17 Joel Brobecker <brobecker@adacore.com>
15646
15647 * gdb.base/gdb1555.exp: Make expected output immune to formatting
15648 changes inside gdb1555.c.
15649 * gdb.base/pending.exp: Likewise.
15650
2cc17678
DJ
156512007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
15652
15653 * config/default.exp: New file.
15654
e48883f7
DJ
156552007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15656
15657 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
15658 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
15659
1ab80e5b
MR
156602007-07-30 Maciej W. Rozycki <macro@mips.com>
15661
15662 * gdb.base/dump.exp: Force the correct endianness for binary
15663 formats not carrying this information.
15664
aba471f5
DJ
156652007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15666
15667 * gdb.threads/staticthreads.exp: Match .*sem_post.
15668
d4e07204
DJ
156692007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15670
15671 * gdb.base/readline.exp (operate_and_get_next): Match the final
15672 prompt.
15673
2b97317d
KB
156742007-07-23 Kevin Buettner <kevinb@redhat.com>
15675
15676 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
15677 to restarting SID.
15678
44efa07a
KB
156792007-07-18 Kevin Buettner <kevinb@redhat.com>
15680
15681 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
15682 prior to `gdb_start'.
15683
7b5ebade
KB
156842007-07-18 Kevin Buettner <kevinb@redhat.com>
15685
15686 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
15687 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
15688 Remove call to gdb_unload.
15689
255e7678
DJ
156902007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
15691 Daniel Jacobowitz <dan@codesourcery.com>
15692
15693 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
15694 for __WIN32__.
15695 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
15696 * gdb.base/unload.exp: Use shared library test routines.
15697
3a40aaa0
UW
156982007-07-03 Markus Deuling <deuling@de.ibm.com>
15699
15700 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
15701 * gdb.base/solib-symbol-lib.c: Likewise.
15702 * gdb.base/solib-symbol-main.c: Likewise.
15703
b0f4b84b
DJ
157042007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
15705
15706 * config/gdbserver.exp (gdb_reconnect): New.
15707 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
15708 gdb.base/solib-disc.exp: New files.
15709 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
15710 remote debugging".
15711 (gdb_compile): Add shlib_load flag.
15712 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
15713 port.
15714 (gdbserver_reconnect): New.
15715
1b05479a
DJ
157162007-07-01 Nick Roberts <nickrob@snap.net.nz>
15717 Daniel Jacobowitz <dan@codesourcery.com>
15718
15719 * gdb.base/annota3.exp: Test for if construct.
15720
86f78eb2
DJ
157212007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
15722
15723 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
15724
6a2eb474 157252007-06-21 Chris Dearman <chris@mips.com>
a9c64011 15726 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
15727
15728 * gdb.base/display.exp: Allow a newline after display/i.
15729 * gdb.base/pc-fp.exp: Likewise.
15730 * gdb.base/sigbpt.exp: Likewise.
15731
f8b73d13
DJ
157322007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15733
15734 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
15735 required features to be included.
15736
4339e69e
DJ
157372007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15738
15739 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
15740 in info threads output.
15741
23d964e7
UW
157422007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15743 Markus Deuling <deuling@de.ibm.com>
15744
15745 * gdb.arch/spu-info.exp: New testcase.
15746 * gdb.arch/spu-info.c: New file.
15747
fd20f75b
DJ
157482007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
15749
15750 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
15751 tpcs_offset. Restore lr after the call.
15752 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
15753
2226f861
DJ
157542007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
15755
15756 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
15757 (gdbserver_run): Kill any running gdbserver.
15758 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
15759
d12371a9
MR
157602007-05-17 Maciej W. Rozycki <macro@mips.com>
15761
15762 * gdb.base/sigbpt.exp: Preset segv_addr.
15763
93f02886
DJ
157642007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
15765
15766 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
15767 (gdb_compile_shlib): Likewise.
15768 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
15769 (default_gdb_init): Clear cleanfiles.
15770 (gdb_finish): Delete recorded cleanfiles.
15771 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
15772
15773 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
15774 Do not use isnative.
15775 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
15776 gdb.base/so-impl-ld.exp: Likewise.
15777 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
15778 * gdb.base/unload.exp: Likewise. Do not pass empty option to
15779 gdb_compile.
15780
b04e06d7
VP
157812007-05-15 Vladimir Prus <vladimir@codesourcery.com>
15782
15783 * config/unknown.exp: Remove.
15784
069ed931
UW
157852007-05-15 Markus Deuling <deuling@de.ibm.com>
15786
15787 * gdb.base/info-proc.exp: Check is_remote.
15788
09db0d03
UW
157892007-05-14 Markus Deuling <deuling@de.ibm.com>
15790
15791 * gdb.base/gcore.exp: Initialize variable core_supported.
15792
af2cbe8c
DJ
157932007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15794
15795 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
15796
027c0295
DJ
157972007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15798
15799 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
15800 * gdb.threads/print-threads.exp (test_all_threads): Allow
15801 negative and hexadecimal thread IDs.
15802
dc5000e7
DJ
158032007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
15804
15805 * gdb.java/jprint.java (public): Avoid invalid call to static
15806 method.
15807
2e74ed18
DP
158082007-05-14 Denis Pilat <denis.pilat@st.com>
15809
15810 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
15811 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
15812 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
15813 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
15814 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
15815
83547f02
UW
158162007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15817
15818 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 15819 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
15820 this mode.
15821 * gdb.base/ovlymgr.c: Provide stubs for spu target.
15822 * gdb.base/spu.ld: New file.
15823
b18be20d
DJ
158242007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
15825
15826 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
15827
be444858
DJ
158282007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
15829
15830 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
15831
b1d53152
DJ
158322007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15833
15834 * gdb.java/jmain.exp: Handle demangled names with and without method
15835 signatures.
15836
d084b331
DJ
158372007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
15838
15839 * gdb.mi/mi-syn-frame.c (main, foo, bar)
15840 (have_a_very_merry_interrupt): Remove calls to puts.
15841 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
15842 inferior output.
15843 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
15844 test names.
15845
db9d7fc5
DJ
158462007-04-29 Markus Deuling <deuling@de.ibm.com>
15847 Daniel Jacobowitz <dan@codesourcery.com>
15848
15849 * gdb.base/auxv.exp (core_works): Also check is_remote.
15850 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
15851
ef783a7d 158522007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 15853
ef783a7d
VP
15854 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
15855 message, not the undefined 'module' variable.
15856 * gdb.base/siginfo.exp: Likewise.
15857 * gdb.base/sigstep.exp: Likewise.
15858 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
15859 serialport.
15860 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
15861
b7b73cae
CV
158622007-04-25 Corinna Vinschen <vinschen@redhat.com>
15863
15864 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
15865 target sim fails. Return 0 otherwise.
15866 (gdb_load): Return prematurely if gdb_target_sim fails.
15867
7d90fdfa
DP
158682007-04-16 Denis Pilat <denis.pilat@st.com>
15869
15870 * gdb.base/setshow.exp: Reset height after having set it to 100.
15871
5d3e9c85
DP
158722007-04-16 Denis Pilat <denis.pilat@st.com>
15873
15874 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
15875
18e75969
DP
158762007-04-16 Denis Pilat <denis.pilat@st.com>
15877
15878 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
15879
25d5ea92
VP
158802007-04-14 Vladimir Prus <vladimir@codesourcery.com>
15881
15882 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
15883 tests. Run the frozen varobjs test.
15884 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 15885 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 15886
0b49cb80
JK
158872007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15888
15889 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
15890 gdb.base/type-opaque.exp: New files.
15891
a73bafbc 158922007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
15893
15894 * gdb.mi/mi-var-child.c
a73bafbc
VP
15895 (do_children_tests): User char[2] instead of
15896 char so that automatic printing of pointers to char
15897 don't give unpredicable result.
15898 * gdb.mi/var-cmd.c (do_locals_test): Initialize
15899 local variables.
15900 * gdb.mi/mi-var-child.exp: Step to right line
15901 of do_children_tests.
15902 * gdb.mi/mi2-var-child.exp: Likewise.
15903 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 15904 do_locals_tests.
a73bafbc
VP
15905 (do_children_tests): User char[2] instead of
15906 char so that automatic printing of pointers to char
a9c64011 15907 don't give unpredicable result.
a73bafbc 15908 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 15909 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
15910 Pass test name to mi_wait_for_stop.
15911
7ce59000
DJ
159122007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15913
15914 * gdb.asm/asm-source.exp: Remove d10v case.
15915 * lib/gdb.exp (skip_cplus_tests): Likewise.
15916 * gdb.asm/d10v.inc: Deleted.
15917
20389057
DJ
159182007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15919
15920 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
15921
8807d78b
DJ
159222007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15923
15924 * config/netware.exp: Delete file.
15925
aa3edb8e
JB
159262007-03-29 Joel Brobecker <brobecker@adacore.com>
15927
15928 * gdb.dwarf2/dw2-noloc.S: New file.
15929 * gdb.dwarf2/dw2-noloc.exp: New file.
15930
297561ac
PA
159312007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
15932
15933 * gdb.cp/method2.cc: New test.
15934 * gdb.cp/method2.exp: New test.
15935 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
15936
1f81bd39
DJ
159372007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
15938
15939 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
15940
9453113a
DJ
159412007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
15942
15943 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
15944
b741e217
DJ
159452007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
15946
15947 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
15948 (gdb_load): Delete, replace with...
15949 (gdb_reload): ...this.
15950 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
15951 * gdb.server/server-mon.exp: Likewise.
15952 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
15953 (gdb_start_cmd): New.
15954 (gdb_file_cmd): Save the last loaded file.
15955 (gdb_reload): New.
15956 (gdb_gnu_strip_debug): Use transform.
15957 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
15958 support here. Use new $last_loaded_file. Check mtime.
15959 (gdb_target_cmd): Handle ObjC failure case.
15960 (infer_host_exec): Delete.
15961 (gdbserver_load): Rename to...
15962 (gdbserver_run): ...this. Simplify.
15963 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
15964 (mi_gdb_load): Move most contents to a new function...
15965 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
15966 (mi_run_cmd): Use mi_gdb_target_load.
15967 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
15968 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
15969 Use gdb_run_cmd.
15970 * gdb.base/charsign.exp: Remove incorrect comment.
15971 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
15972 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
15973 gdb.base/start.exp: Use gdb_start_cmd.
15974
446ab585 159752007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 15976 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
15977
15978 * gdb.base/sigbpt.exp: Fix the message when skipping test.
15979 * gdb.base/signull.exp: Similarly.
15980
bbb88ebf
UW
159812007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15982
15983 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
15984 messages available to test cases (like chng-sym.exp).
15985
cb8c4a99
AS
159862007-03-14 Andreas Schwab <schwab@suse.de>
15987
15988 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
15989 format changes.
15990
4e463ff5
DJ
159912007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
15992
15993 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
15994 (optimized_1): New.
15995 (main): Call optimized_1.
15996 (gdb2029): Correct typos. Call gdb2029_marker.
15997 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
15998 for gdb2029.
15999
b6db2c47
MK
160002007-03-12 Mark Kettenis <kettenis@gnu.org>
16001
16002 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
16003 as tabs. Remove redundant test pattern.
16004
70ed3737
UW
160052007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16006
16007 * gdb.base/long_long.exp: Accept optional symbol name in <...>
16008 for /a format output.
16009
47b67b60
DJ
160102007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
16011
16012 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
16013 collect output incrementally.
16014
b8953b0e
UW
160152007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16016
16017 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
16018 for -var-create lpcharacter test.
16019 * gdb.mi/mi2-var-cmd.exp: Likewise.
16020
7acd5c40
UW
160212007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16022
16023 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
16024 pass on targets where address zero is readable.
16025
9c6759c1
UW
160262007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16027
16028 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
16029 just a single architecture.
16030
a2f1aeb4
UW
160312007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16032
16033 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
16034 (fetch_all_registers): New function, uses gdb_test_multiple and
16035 exp_continue to fetch inferior output line-by-line.
16036 Replace all uses of do_get_all_registers by fetch_all_registers.
16037
46579ac2
UW
160382007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16039
16040 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
16041 in target_info.
16042
fc133f24
MS
160432007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16044
a9c64011 16045 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
16046 consistancy; add a default (timeout) case.
16047
7646a51d
MS
160482007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16049
16050 * gdb.base/watchpoint.exp: Fix truncated comment.
16051
dcfff61f
MS
160522007-03-02 Michael Snyder <michael.snyder@palmsource.com>
16053
16054 * Makefile.in: Remove spurious single-quotes from sed command.
16055
664e3ee9
DJ
160562007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16057
16058 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
16059 func.
16060 * gdb.mi/mi2-var-cmd.exp: Likewise.
16061
d7cc6f2f
JB
160622007-02-27 Joel Brobecker <brobecker@adacore.com>
16063
a9c64011
AS
16064 * gdb.dwarf2/dw2-producer.S: New file.
16065 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
16066
160672007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
16068
16069 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16070 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16071 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16072 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16073 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
16074 Revert tests to use mi_gdb_test and include value field in output
16075 of -var-create.
16076
93d42b30
DJ
160772007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16078
16079 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
16080
c499ed39
DJ
160812007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
16082
16083 * gdb.base/maint.exp: Remove full paths from test names.
16084 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
16085 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
16086
9836f81b
JB
160872007-02-27 Joel Brobecker <brobecker@adacore.com>
16088
16089 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
16090
c74d0ad8
DJ
160912007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16092
16093 * gdb.server/server-mon.exp: New test.
16094
2711e456
DJ
160952007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16096
16097 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
16098
ff6f572f
DJ
160992007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
16100
16101 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
16102 register capitalization.
16103
fada3feb
DP
161042007-02-13 Denis Pilat <denis.pilat@st.com>
16105
16106 * gdb.mi/mi-var-invalidate.exp: New file.
16107
fb1e4ffc
DJ
161082007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16109
16110 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
16111
3da939d7
DJ
161122007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16113
16114 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
16115
123dc839
DJ
161162007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
16117
16118 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
16119 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
16120
877e3645 161212007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
16122
16123 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
16124 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
16125 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
16126 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
16127 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 16128 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 16129 Update tests to include value field in output of -var-create.
a9c64011 16130
3c0a2960
AS
161312007-02-08 Andreas Schwab <schwab@suse.de>
16132
16133 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
16134
108546a0
DJ
161352007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
16136
16137 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
16138 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
16139
d701dcab
DP
161402007-02-02 Denis Pilat <denis.pilat@st.com>
16141
16142 * gdb.threads/threadapply.exp: check that frame is not changed by
16143 the thread apply all command.
16144
783e3e2f
AS
161452007-01-31 Andreas Schwab <schwab@suse.de>
16146
6d9c3a87
AS
16147 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16148
3c50d7b9
AS
16149 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
16150 in the dwarf sections.
16151 * gdb.dwarf2/mac-fileno.S: Likewise.
16152
783e3e2f
AS
16153 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
16154 bspstore register on ia64.
16155
78ff580e
AS
161562007-01-29 Andreas Schwab <schwab@suse.de>
16157
cc8e9b12
AS
16158 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
16159 "frame-begin" annotation.
16160
78ff580e
AS
16161 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
16162 number of "frames-invalid" annotations.
16163
704a4f78
DJ
161642007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16165
16166 * gdb.base/commands.exp: Call if_commands_test.
16167 (gdb_test_no_prompt, if_commands_test): New.
16168
e741bf94
MK
161692007-01-28 Mark Kettenis <kettenis@gnu.org>
16170
16171 * gdb.threads/sigthread.c (NSIGS): Make bigger.
16172
474d0ad3
AS
161732007-01-27 Andreas Schwab <schwab@suse.de>
16174
16175 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
16176 .short/.int/.quad in the dwarf sections.
16177 * gdb.dwarf2/dw2-intercu.S: Likewise.
16178 * gdb.dwarf2/dw2-intermix.S: Likewise.
16179
e784b426
JK
161802007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16181
16182 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
16183 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
16184 array.
e784b426
JK
16185 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
16186 * gdb.base/setvar.exp: Likewise.
16187
37f08e04
AS
161882007-01-26 Andreas Schwab <schwab@suse.de>
16189
9a01813a
AS
16190 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
16191 test.
16192
37f08e04
AS
16193 * gdb.base/multi-forks.exp ("restart $i"): Also match
16194 __kernel_syscall_via_break.
16195
6e2a9270
VP
161962007-01-24 Vladimir Prus <vladimir@codesourcery.com>
16197
16198 * lib/mi-support.exp (mi_delete_varobj): New.
16199 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
16200 testcase.
16201 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
16202 (main): Call the above.
16203 (reference_update_test, base_in_reference_test)
16204 (reference_to_pointer): Delete the created varobjs.
a9c64011 16205
e515b470
DJ
162062007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
16207
16208 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
16209 * configure: Regenerated.
16210 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
16211 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
16212 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
16213 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
16214 * lib/gdb.exp (gdb_skip_xml_test): New function.
16215
08d8bcd7
DJ
162162007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
16217
16218 * gdb.base/sigrepeat.exp: Correct error message.
16219
162202007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
16221 Daniel Jacobowitz <dan@codesourcery.com>
16222
16223 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
16224 gdb.arch/i386-gnu-cfi-asm.S: New files.
16225
97c3f1f3
JK
162262007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16227
16228 * lib/gdb.exp: Abort on missing `site.exp'.
16229
cb1df416
DJ
162302007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16231 Daniel Jacobowitz <dan@codesourcery.com>
16232
16233 * gdb.base/included.c, gdb.base/included.exp,
16234 gdb.base/included.h: New files.
16235
35990120
DJ
162362007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16237
16238 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
16239 (maximize_rlimit): Reduce limits on 64-bit systems.
16240
6e81a116 162412007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
16242
16243 From Marcus Deuling <deuling@de.ibm.com>:
16244 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
16245 every case.
16246
6c3c41f3
NR
162472007-01-13 Nick Roberts <nickrob@snap.net.nz>
16248
16249 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
16250 (test_path_specification): Use objdir instead of srcdir to always
16251 get an absolute filename.
16252
2f12c312
DJ
162532007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
16254
16255 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
16256
81121995
VP
162572007-01-11 Vladimir Prus <vladimir@codesourcery.com>
16258
16259 * gdb.mi/mi-var-cp.cc (reference_update_tests):
16260 Make sure the variable we're using is in scope.
16261 (reference_to_pointer): Likewise.
16262
4741b737
DJ
162632007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16264
16265 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
16266 has no debug information.
16267
054410c3
DJ
162682007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
16269
16270 * gdb.base/annota1.exp: Remove extra send_gdb.
16271
818f79f6
DJ
162722007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16273
16274 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
16275
f7a6bb70
DJ
162762007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16277
16278 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
16279
57e66780
DJ
162802007-01-08 Nick Roberts <nickrob@snap.net.nz>
16281 Daniel Jacobowitz <dan@codesourcery.com>
16282
16283 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
16284 lcharacter or linteger change. Correct duplicated test name.
16285 * gdb.mi/mi2-var-cmd.exp: Likewise.
16286
3d799a95
DJ
162872007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
16288
16289 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
16290
162912007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 16292
a9c64011
AS
16293 * gdb.base/nofield.c: New file.
16294 * gdb.base/nofield.exp: New testcase.
51679ba9 16295
eafb94e8
NR
162962007-01-05 Nick Roberts <nickrob@snap.net.nz>
16297
16298 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
16299
16300 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
16301 test.
16302
5e572bb4
DJ
163032007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16304
16305 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
16306
74a44383
DJ
163072007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
16308
16309 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
16310 when continuing.
16311
1b572db9
DJ
163122007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16313
16314 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
16315 Expect ".exe" extension.
16316
381bc39b
DJ
163172007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16318
16319 * gdb.base/charset.exp: Add explicit filename to break.
16320 * gdb.base/dbx.exp: Add explicit filename to breaks.
16321
2b70e4c6
DJ
163222007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
16323
16324 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
16325 * gdb.mi/mi2-file.exp: Likewise.
16326
303b6f5d
DJ
163272007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16328
16329 Implement specification of MI tests as comments
16330 in C and C++ sources.
16331 * lib/mi-support.exp (mi_autotest_data): New variable.
16332 (mi_autotest_source): New variable.
16333 (count_newlines, mi_prepare_inline_tests)
16334 (mi_get_inline_test, mi_continue_to_line)
16335 (mi_run_inline_test, mi_tbreak)
16336 (mi_send_resuming_command, mi_wait_for_stop): New functions.
16337 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
16338 Run inline tests.
16339 * gdb.mi/mi-var-cp.cc: Define tests here.
16340
23da0d94
VP
163412007-01-04 Vladimir Prus <vladimir@codesourcery.com>
16342
16343 Simplify usage of mi_continue_to.
16344 * lib/mi-support.exp (mi_runto_helper): Renamed
16345 from mi_runto, added new parameter 'run_or_continue'.
16346 (mi_runto): Use mi_runto_helper.
16347 (mi_continue_to): Accept just function name as parameter.
16348 Use mi_runto_helper.
16349 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
16350 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 16351
f9e18282
JB
163522006-01-04 Joel Brobecker <brobecker@adacore.com>
16353
16354 Make this testcase a bit more realistic. The current code
16355 is too simplistic, and allows the compiler to optimize out
16356 some of the entities we need for this testcase.
16357 * gdb.ada/null_record/bar.ads (Void_Star): New type.
16358 (Do_Nothing): Add extra parameter.
16359 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
16360 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
16361 by using a variable of type Void_Star.
16362
fd678c65
JB
163632006-01-04 Joel Brobecker <brobecker@adacore.com>
16364
16365 * gdb.ada/catch_ex/foo.adb: New file.
16366 * gdb.ada/catch_ex.exp: New testcase.
16367
05cfdb42
DJ
163682007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
16369
16370 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
16371 pass --image-base to linker.
16372
2e03ee74
DJ
163732007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16374 Daniel Jacobowitz <dan@codesourcery.com>
16375
16376 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
16377 secondary prompts.
16378
0d5de010
DJ
163792007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16380
16381 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
16382 output. Test the types of members and member pointers.
16383 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
16384 gdb/2092.
16385 * gdb.cp/member-ptr.exp: Search for a comment instead of a
16386 statement. Enable for GCC. Update expected output for some tests
16387 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
16388 layout.
16389 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
16390 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
16391 (Diamond::vget_base): New.
16392 (main): Add new tests.
16393 * gdb.cp/printmethod.exp: Update expected output for member functions.
16394 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
16395 print pEe->D::vg().
16396
61a771aa
DJ
163972007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
16398
16399 * gdb.threads/tls.exp: Allow stops in sem_post.
16400
2fa63963
DJ
164012006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
16402
16403 * gdb.base/annota1.exp: Allow .*printf in backtraces.
16404 * gdb.base/annota3.exp: Likewise.
16405 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
16406 again (instead of timing out).
16407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
16408 GCC bug 26475.
16409 * gdb.java/jmisc.exp: Adjust to work with method signatures including
16410 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
16411 test from jmisc1.exp.
16412 * gdb.java/jmisc1.exp: Delete.
16413 * gdb.java/jprint.exp: Adjust to work with method signatures including
16414 return types.
16415 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
16416 * gdb.threads/linux-dp.exp: Don't be confused by program output.
16417 * lib/java.exp (compile_java_from_source): Pass the correct type
16418 to target_compile.
16419
5eefc2b7
JB
164202006-12-31 Joel Brobecker <brobecker@adacore.com>
16421
16422 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
16423 (stack_align_edx): New function.
16424 (stack_align_eax): New function.
16425 (main): Add calls to stack_align_edx and stack_align_eax.
16426 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
16427 Add testing for the cases where the register used during a stack
16428 realignment is edx. Same for eax.
16429
227c54da
DJ
164302006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
16431
16432 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
16433 and generic PE targets.
16434
cab8ac94
JB
164352006-12-29 Joel Brobecker <brobecker@adacore.com>
16436
16437 * gdb.ada/array_return.exp: Update copyright date list.
16438
ba54f318
JB
164392006-12-27 Joel Brobecker <brobecker@adacore.com>
16440
16441 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
16442 (Create_Small_Float_Vector): New function.
16443 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
16444 function body.
16445 * gdb.ada/array_return/p.adb: Use new type and function from
16446 package Pck.
16447 * gdb.ada/array_return.exp: Add a test verifying that GDB is
16448 able to print the value returned by a function returning an
16449 array of float.
16450
6b7a35dd
JB
164512006-12-20 Joel Brobecker <brobecker@adacore.com>
16452
16453 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
16454 The associated tests should be PASSing.
16455
038224f6
VP
164562006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16457
16458 Test for base in references.
16459 * gdb.mi/mi-var-cp.cc: Add test code.
16460 * gdb.mi/mi-var-cp.exp: Test for bases in references.
16461 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
16462 * gdb.mi/mi2-watch.exp: Likewise.
16463 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
16464 (mi_list_varobj_children): New function.
16465
b26ed50d
VP
164662006-12-08 Vladimir Prus <vladimir@codesourcery.com>
16467
16468 * lib/mi-support.exp
16469 (mi_runto): Accept "()" after function name.
16470 (mi_create_varobj): New function.
16471 (mi_varobj_update): New function.
16472 (mi_Check_varobj_value): New function.
16473 * gdb.mi/mi-var-cp.exp: New file.
16474 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 16475
08232497
DJ
164762006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
16477
16478 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
16479 gdb.base/weaklib2.c: New files.
16480
d394c993 164812006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 16482
ac6c2fba
NS
16483 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
16484 info. Adjust test names.
16485
8ec659a0 16486 * gdb.base/break.c (main): Move position of malloc.
d394c993 16487 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 16488
acd65feb
VP
164892006-11-28 Vladimir Prus <vladimir@codesourcery.com>
16490
16491 * gdb.mi/mi-var-cmd.exp: Check -var-update after
16492 assignement of arrays and function pointers.
16493 * gdb.mi/var-cmd.c: Add declaration necessary for above
16494 tests.
16495
f556d5e5
NS
164962006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16497
16498 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
16499
16500 * gdb.threads/linux-dp.exp: Read thread table before and after
16501 creating each philosopher and verify it.
16502
697bc68d
NS
165032006-11-27 Nathan Sidwell <nathan@codesourcery.com>
16504 Paul Brook <paul@codesourcery.com>
16505 Daniel Jacobowitz <dan@codesourcery.com>
16506
16507 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 16508 main to remove duplication. Add start function of the form
697bc68d
NS
16509 '_*start[1-9]*'. Add RVDS start function.
16510
29d73ae4
DJ
165112006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16512
16513 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
16514
c1d88655
UW
165152006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16516
16517 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
16518 * gdb.asm/spu.inc: New file.
16519 * gdb.base/term.exp: Disable if [target_info exists noargs].
16520 * gdb.gdb/complaints.exp: Disable if ![isnative].
16521 * gdb.gdb/selftest.exp: Likewise.
16522 * gdb.gdb/observer.exp: Likewise.
16523 * gdb.gdb/xfullpath.exp: Likewise.
16524 * gdb.base/attach.exp: Disable on SPU target.
16525 * gdb.cp/bs145503.exp: Likewise.
16526 * gdb.cp/exception.exp: Likewise.
16527 * gdb.cp/userdef.exp: Likewise.
16528
32a13b1a
DJ
165292006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
16530
16531 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
16532
d8295fe9
VP
165332006-11-10 Vladimir Prus <vladimir@codesourcery.com>
16534
16535 * gdb.base/completion.exp: Fix completion tests for
16536 'info' and 'info '.
16537 * gdb.base/help.exp (help_test_raw, test_class_help)
16538 (test_prefix_command_help): Move...
16539 * lib/gdb.exp: Here.
16540 * gdb.base/main.exp: Adjust.
16541 * gdb.cp/maint.exp: Adjust.
16542 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 16543
8c394015
VP
165442006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16545
16546 * gdb.stabs/weird.exp (print_weird_var): Use
16547 gdb_test_multiple instead of gdb_expect.
16548
027fc1bc
VP
165492006-11-09 Vladimir Prus <vladimir@codesourcery.com>
16550
16551 * gdb.base/help.exp (help_test_raw): New.
16552 (test_class_help): New.
16553 (test_prefix_command_help): New.
16554 Adjust testcases.
16555
67609209
FR
165562006-11-09 Christophe Lyon <christophe.lyon@st.com>
16557
16558 * gdb.base/constvars.c (main): Write to crass and crips, so that
16559 they are allocated by the compiler.
16560
f73adfeb
AS
165612006-10-27 Andreas Schwab <schwab@suse.de>
16562
16563 * gdb.base/multi-forks.exp: Use "detach fork" instead of
16564 "detach-fork".
16565
2f83a18e
DJ
165662006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
16567
16568 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
16569 of patterns.
16570
94277a38
DJ
165712006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16572
16573 * gdb.base/sepdebug.exp: Remove debug format test.
16574 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
16575 Handle no-symtab.
16576 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
16577
5bd2f6e2
DJ
165782006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
16579
16580 * gdb.threads/manythreads.c (thread_function, main): Don't cast
16581 int to pointer or pointer to int.
16582 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
16583
8c008720
DJ
165842006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
16585
16586 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
16587
9e35dae4
DJ
165882006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16589
16590 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
16591
d9639e13
DJ
165922006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
16593
16594 PR c++/2116
16595 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
16596
390a1bd0
JB
165972006-10-06 Joel Brobecker <brobecker@adacore.com>
16598
16599 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
16600 the corresponding bug has been fixed in GDB (PR/2018).
16601
dd920c33
JB
166022006-10-06 Joel Brobecker <brobecker@adacore.com>
16603
16604 * gdb.base/subst.exp: New testcase.
16605
53bbefe9
JB
166062006-10-06 Joel Brobecker <brobecker@adacore.com>
16607
16608 * gdb.ada/array_return/pck.ads: Add copyright notice.
16609 * gdb.ada/array_return/pck.adb: Likewise.
16610 * gdb.ada/array_return/p.adb: Likewise.
16611 * gdb.ada/exec_changed/first.adb: Likewise.
16612 * gdb.ada/exec_changed/second.adb: Likewise.
16613
09851417
JB
166142006-10-06 Joel Brobecker <brobecker@adacore.com>
16615
16616 * gdb.ada/watch_arg/watch.adb: New file.
16617 * gdb.ada/watch_arg.exp: New testcase.
16618
041bf30d
VP
166192006-10-02 Vladimir Prus <vladimir@codesourcery.com>
16620
16621 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 16622 via string_to_regexp.
041bf30d 16623 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 16624
f286fbdd 166252006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
16626
16627 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
16628 Remove unused / obsolete files.
16629
7c07f349
NR
166302006-09-19 Nick Roberts <nickrob@snap.net.nz>
16631
16632 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
16633
cd5ff84a
VP
166342006-09-17 Vladimir Prus <vladimir@codesourcery.com>
16635
16636 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
16637 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 16638 the number of frames.
cd5ff84a 16639
ae018d1a
DJ
166402006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
16641
16642 * gdb.base/args.c (main): Add breakpoint marker.
16643 * gdb.base/args.exp: Use args_test for tests. Add new tests which
16644 really test empty arguments.
16645 (args_load): Delete.
16646 (args_test): New.
16647
b399c549
NR
166482006-09-13 Nick Roberts <nickrob@snap.net.nz>
16649
16650 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 16651 check for one file.
b399c549 16652
2ab1eb7a
VP
166532006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
16654
16655 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
16656 HIGH_FRAME argument to -stack-list-locals can be larger than
16657 the number of frames.
a9c64011 16658
476308bf
FF
166592006-08-18 Fred Fish <fnf@specifix.com>
16660
16661 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
16662 '$' in front of skip_vmx_tests_saved when setting that.
16663
8625200f
AS
166642006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
16665
16666 * gdb.base/trace-commands.exp: New file.
16667
089ec8f1
DJ
166682006-08-10 Joel Brobecker <brobecker@adacore.com>
16669 Daniel Jacobowitz <dan@codesourcery.com>
16670
16671 * gdb.base/step-bt.exp: Make hexadecimal address optional in
16672 expected output of the backtrace commands.
16673
b60f0898
JB
166742006-08-09 Joel Brobecker <brobecker@adacore.com>
16675
16676 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
16677 untested followed by return combination.
16678 * gdb.arch/altivec-regs.exp: Likewise.
16679 * gdb.arch/e500-abi.exp: Likewise.
16680 * gdb.arch/e500-regs.exp: Likewise.
16681 * gdb.arch/gdb1291.exp: Likewise.
16682 * gdb.arch/gdb1431.exp: Likewise.
16683 * gdb.arch/gdb1558.exp: Likewise.
16684 * gdb.arch/i386-prologue.exp: Likewise.
16685 * gdb.arch/i386-unwind.exp: Likewise.
16686 * gdb.asm/asm-source.exp: Likewise.
16687 * gdb.base/a2-run.exp: Likewise.
16688 * gdb.base/advance.exp: Likewise.
16689 * gdb.base/all-bin.exp: Likewise.
16690 * gdb.base/annota1.exp: Likewise.
16691 * gdb.base/annota3.exp: Likewise.
16692 * gdb.base/args.exp: Likewise.
16693 * gdb.base/arithmet.exp: Likewise.
16694 * gdb.base/assign.exp: Likewise.
16695 * gdb.base/async.exp: Likewise.
16696 * gdb.base/attach.exp: Likewise.
16697 * gdb.base/bang.exp: Likewise.
16698 * gdb.base/bigcore.exp: Likewise.
16699 * gdb.base/bitfields.exp: Likewise.
16700 * gdb.base/bitfields2.exp: Likewise.
16701 * gdb.base/break.exp: Likewise.
16702 * gdb.base/call-sc.exp: Likewise.
16703 * gdb.base/call-strs.exp: Likewise.
16704 * gdb.base/callfuncs.exp: Likewise.
16705 * gdb.base/checkpoint.exp: Likewise.
16706 * gdb.base/chng-syms.exp: Likewise.
16707 * gdb.base/code-expr.exp: Likewise.
16708 * gdb.base/commands.exp: Likewise.
16709 * gdb.base/completion.exp: Likewise.
16710 * gdb.base/cond-expr.exp: Likewise.
16711 * gdb.base/condbreak.exp: Likewise.
16712 * gdb.base/consecutive.exp: Likewise.
16713 * gdb.base/constvars.exp: Likewise.
16714 * gdb.base/corefile.exp: Likewise.
16715 * gdb.base/cvexpr.exp: Likewise.
16716 * gdb.base/dbx.exp: Likewise.
16717 * gdb.base/define.exp: Likewise.
16718 * gdb.base/detach.exp: Likewise.
16719 * gdb.base/display.exp: Likewise.
16720 * gdb.base/dump.exp: Likewise.
16721 * gdb.base/ena-dis-br.exp: Likewise.
16722 * gdb.base/ending-run.exp: Likewise.
16723 * gdb.base/environ.exp: Likewise.
16724 * gdb.base/eval-skip.exp: Likewise.
16725 * gdb.base/exprs.exp: Likewise.
16726 * gdb.base/fileio.exp: Likewise.
16727 * gdb.base/finish.exp: Likewise.
16728 * gdb.base/float.exp: Likewise.
16729 * gdb.base/foll-exec.exp: Likewise.
16730 * gdb.base/foll-fork.exp: Likewise.
16731 * gdb.base/foll-vfork.exp: Likewise.
16732 * gdb.base/freebpcmd.exp: Likewise.
16733 * gdb.base/funcargs.exp: Likewise.
16734 * gdb.base/gcore.exp: Likewise.
16735 * gdb.base/gdb1090.exp: Likewise.
16736 * gdb.base/gdb1250.exp: Likewise.
16737 * gdb.base/huge.exp: Likewise.
16738 * gdb.base/info-proc.exp: Likewise.
16739 * gdb.base/interrupt.exp: Likewise.
16740 * gdb.base/jump.exp: Likewise.
16741 * gdb.base/langs.exp: Likewise.
16742 * gdb.base/lineinc.exp: Likewise.
16743 * gdb.base/list.exp: Likewise.
16744 * gdb.base/logical.exp: Likewise.
16745 * gdb.base/long_long.exp: Likewise.
16746 * gdb.base/macscp.exp: Likewise.
16747 * gdb.base/maint.exp: Likewise.
16748 * gdb.base/mips_pro.exp: Likewise.
16749 * gdb.base/miscexprs.exp: Likewise.
16750 * gdb.base/multi-forks.exp: Likewise.
16751 * gdb.base/opaque.exp: Likewise.
16752 * gdb.base/overlays.exp: Likewise.
16753 * gdb.base/pc-fp.exp: Likewise.
16754 * gdb.base/pointers.exp: Likewise.
16755 * gdb.base/printcmds.exp: Likewise.
16756 * gdb.base/psymtab.exp: Likewise.
16757 * gdb.base/ptype.exp: Likewise.
16758 * gdb.base/recurse.exp: Likewise.
16759 * gdb.base/relational.exp: Likewise.
16760 * gdb.base/relocate.exp: Likewise.
16761 * gdb.base/remote.exp: Likewise.
16762 * gdb.base/reread.exp: Likewise.
16763 * gdb.base/restore.exp: Likewise.
16764 * gdb.base/return.exp: Likewise.
16765 * gdb.base/return2.exp: Likewise.
16766 * gdb.base/scope.exp: Likewise.
16767 * gdb.base/sect-cmd.exp: Likewise.
16768 * gdb.base/sep.exp: Likewise.
16769 * gdb.base/sepdebug.exp: Likewise.
16770 * gdb.base/setshow.exp: Likewise.
16771 * gdb.base/setvar.exp: Likewise.
16772 * gdb.base/sigall.exp: Likewise.
16773 * gdb.base/sigbpt.exp: Likewise.
16774 * gdb.base/signals.exp: Likewise.
16775 * gdb.base/signull.exp: Likewise.
16776 * gdb.base/sizeof.exp: Likewise.
16777 * gdb.base/solib.exp: Likewise.
16778 * gdb.base/step-line.exp: Likewise.
16779 * gdb.base/step-test.exp: Likewise.
16780 * gdb.base/structs.exp: Likewise.
16781 * gdb.base/structs2.exp: Likewise.
16782 * gdb.base/term.exp: Likewise.
16783 * gdb.base/twice.exp: Likewise.
16784 * gdb.base/until.exp: Likewise.
16785 * gdb.base/varargs.exp: Likewise.
16786 * gdb.base/volatile.exp: Likewise.
16787 * gdb.base/watchpoint.exp: Likewise.
16788 * gdb.base/whatis-exp.exp: Likewise.
16789 * gdb.base/whatis.exp: Likewise.
16790 * gdb.cp/ambiguous.exp: Likewise.
16791 * gdb.cp/annota2.exp: Likewise.
16792 * gdb.cp/annota3.exp: Likewise.
16793 * gdb.cp/bool.exp: Likewise.
16794 * gdb.cp/breakpoint.exp: Likewise.
16795 * gdb.cp/casts.exp: Likewise.
16796 * gdb.cp/class2.exp: Likewise.
16797 * gdb.cp/classes.exp: Likewise.
16798 * gdb.cp/cplusfuncs.exp: Likewise.
16799 * gdb.cp/ctti.exp: Likewise.
16800 * gdb.cp/derivation.exp: Likewise.
16801 * gdb.cp/exception.exp: Likewise.
16802 * gdb.cp/gdb1355.exp: Likewise.
16803 * gdb.cp/hang.exp: Likewise.
16804 * gdb.cp/inherit.exp: Likewise.
16805 * gdb.cp/local.exp: Likewise.
16806 * gdb.cp/m-data.exp: Likewise.
16807 * gdb.cp/m-static.exp: Likewise.
16808 * gdb.cp/member-ptr.exp: Likewise.
16809 * gdb.cp/method.exp: Likewise.
16810 * gdb.cp/misc.exp: Likewise.
16811 * gdb.cp/namespace.exp: Likewise.
16812 * gdb.cp/overload.exp: Likewise.
16813 * gdb.cp/ovldbreak.exp: Likewise.
16814 * gdb.cp/pr-1023.exp: Likewise.
16815 * gdb.cp/pr-1210.exp: Likewise.
16816 * gdb.cp/pr-574.exp: Likewise.
16817 * gdb.cp/printmethod.exp: Likewise.
16818 * gdb.cp/psmang.exp: Likewise.
16819 * gdb.cp/ref-params.exp: Likewise.
16820 * gdb.cp/ref-types.exp: Likewise.
16821 * gdb.cp/rtti.exp: Likewise.
16822 * gdb.cp/templates.exp: Likewise.
16823 * gdb.cp/try_catch.exp: Likewise.
16824 * gdb.cp/userdef.exp: Likewise.
16825 * gdb.cp/virtfunc.exp: Likewise.
16826 * gdb.disasm/am33.exp: Likewise.
16827 * gdb.disasm/h8300s.exp: Likewise.
16828 * gdb.disasm/mn10300.exp: Likewise.
16829 * gdb.disasm/sh3.exp: Likewise.
16830 * gdb.disasm/t01_mov.exp: Likewise.
16831 * gdb.disasm/t02_mova.exp: Likewise.
16832 * gdb.disasm/t03_add.exp: Likewise.
16833 * gdb.disasm/t04_sub.exp: Likewise.
16834 * gdb.disasm/t05_cmp.exp: Likewise.
16835 * gdb.disasm/t06_ari2.exp: Likewise.
16836 * gdb.disasm/t07_ari3.exp: Likewise.
16837 * gdb.disasm/t08_or.exp: Likewise.
16838 * gdb.disasm/t09_xor.exp: Likewise.
16839 * gdb.disasm/t10_and.exp: Likewise.
16840 * gdb.disasm/t11_logs.exp: Likewise.
16841 * gdb.disasm/t12_bit.exp: Likewise.
16842 * gdb.disasm/t13_otr.exp: Likewise.
16843 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
16844 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
16845 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
16846 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
16847 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
16848 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
16849 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
16850 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
16851 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
16852 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
16853 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
16854 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
16855 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
16856 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
16857 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
16858 * gdb.mi/gdb701.exp: Likewise.
16859 * gdb.mi/gdb792.exp: Likewise.
16860 * gdb.mi/mi-basics.exp: Likewise.
16861 * gdb.mi/mi-break.exp: Likewise.
16862 * gdb.mi/mi-cli.exp: Likewise.
16863 * gdb.mi/mi-console.exp: Likewise.
16864 * gdb.mi/mi-disassemble.exp: Likewise.
16865 * gdb.mi/mi-eval.exp: Likewise.
16866 * gdb.mi/mi-file.exp: Likewise.
16867 * gdb.mi/mi-read-memory.exp: Likewise.
16868 * gdb.mi/mi-regs.exp: Likewise.
16869 * gdb.mi/mi-return.exp: Likewise.
16870 * gdb.mi/mi-simplerun.exp: Likewise.
16871 * gdb.mi/mi-stack.exp: Likewise.
16872 * gdb.mi/mi-stepi.exp: Likewise.
16873 * gdb.mi/mi-syn-frame.exp: Likewise.
16874 * gdb.mi/mi-until.exp: Likewise.
16875 * gdb.mi/mi-var-block.exp: Likewise.
16876 * gdb.mi/mi-var-child.exp: Likewise.
16877 * gdb.mi/mi-var-cmd.exp: Likewise.
16878 * gdb.mi/mi-var-display.exp: Likewise.
16879 * gdb.mi/mi-watch.exp: Likewise.
16880 * gdb.mi/mi2-basics.exp: Likewise.
16881 * gdb.mi/mi2-break.exp: Likewise.
16882 * gdb.mi/mi2-cli.exp: Likewise.
16883 * gdb.mi/mi2-console.exp: Likewise.
16884 * gdb.mi/mi2-disassemble.exp: Likewise.
16885 * gdb.mi/mi2-eval.exp: Likewise.
16886 * gdb.mi/mi2-file.exp: Likewise.
16887 * gdb.mi/mi2-read-memory.exp: Likewise.
16888 * gdb.mi/mi2-regs.exp: Likewise.
16889 * gdb.mi/mi2-return.exp: Likewise.
16890 * gdb.mi/mi2-simplerun.exp: Likewise.
16891 * gdb.mi/mi2-stack.exp: Likewise.
16892 * gdb.mi/mi2-stepi.exp: Likewise.
16893 * gdb.mi/mi2-syn-frame.exp: Likewise.
16894 * gdb.mi/mi2-until.exp: Likewise.
16895 * gdb.mi/mi2-var-block.exp: Likewise.
16896 * gdb.mi/mi2-var-child.exp: Likewise.
16897 * gdb.mi/mi2-var-cmd.exp: Likewise.
16898 * gdb.mi/mi2-var-display.exp: Likewise.
16899 * gdb.mi/mi2-watch.exp: Likewise.
16900 * gdb.stabs/exclfwd.exp: Likewise.
16901 * gdb.stabs/weird.exp: Likewise.
16902 * gdb.threads/gcore-thread.exp: Likewise.
16903 * gdb.trace/actions.exp: Likewise.
16904 * gdb.trace/backtrace.exp: Likewise.
16905 * gdb.trace/circ.exp: Likewise.
16906 * gdb.trace/collection.exp: Likewise.
16907 * gdb.trace/deltrace.exp: Likewise.
16908 * gdb.trace/infotrace.exp: Likewise.
16909 * gdb.trace/limits.exp: Likewise.
16910 * gdb.trace/packetlen.exp: Likewise.
16911 * gdb.trace/passc-dyn.exp: Likewise.
16912 * gdb.trace/passcount.exp: Likewise.
16913 * gdb.trace/report.exp: Likewise.
16914 * gdb.trace/save-trace.exp: Likewise.
16915 * gdb.trace/tfind.exp: Likewise.
16916 * gdb.trace/tracecmd.exp: Likewise.
16917 * gdb.trace/while-dyn.exp: Likewise.
16918 * gdb.trace/while-stepping.exp: Likewise.
16919
f4b618d1
JB
169202006-08-08 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.base/step-bt.c: New file.
16923 * gdb.base/step-bt.exp: New testcase.
16924
3d00d119
DJ
169252006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
16926
16927 * config/monitor.exp (gdb_load): Remove support for obsolete
16928 download-write-size.
16929 * gdb.base/remote.exp: Likewise. Update all callers of
16930 gdb_timed_load.
16931
017b5bd4
DJ
169322006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
16933
16934 * cursal.exp: Pass binfile to gdb_load.
16935
837c599d
DJ
169362006-08-01 Nathan Sidwell <nathan@codesourcery.com>
16937
16938 * gdb.base/cursal.exp: Add "" to gdb_load call.
16939
8dd4540b
MK
169402006-07-29 Mark Kettenis <kettenis@gnu.org>
16941
16942 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
16943 NetBSD/ELF targets.
16944
ab5c9f60
DJ
169452006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
16946
16947 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
16948 operator*.
16949
4c42eaff
DJ
169502006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
16951
16952 * gdb.base/completion.exp: Update for change in "file" behavior.
16953 * gdb.stabs/weird.exp: Likewise.
16954 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
16955 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
16956
0155cc76
NS
169572006-07-24 Nathan Sidwell <nathan@codesourcery.com>
16958
16959 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
16960 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
16961
16026cd7
AS
169622006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
16963
16964 * gdb.base/default.exp: Update source command error message.
16965 * gdb.base/help.exp: Update 'help source' message.
16966
16963cb6
DJ
169672006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
16968
16969 * gdb.cp/bs15503.exp: Update comment for no longer crashing
16970 test.
16971
6d7fd486
AS
169722006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
16973
16974 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
16975
29e8a844
DJ
169762006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
16977
16978 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
16979
6afcfa39
DJ
169802006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
16981
16982 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
16983
267a692b
MK
169842006-07-17 Mark Kettenis <kettenis@gnu.org>
16985
16986 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
16987 *-*-openbsd* from targets for wich we expect ARM FPA floating
16988 point format.
16989
85d2fec4
NR
169902006-07-17 Nick Roberts <nickrob@snap.net.nz>
16991
16992 * gdb.cp/annota3.exp: Expect frame-begin annotation.
16993
169942006-07-17 Mark Kettenis <kettenis@gnu.org>
16995
16996 * gdb.base/annota3.exp: Expect frame-begin annotation.
16997
85b4c6e8
JB
169982006-07-14 Joel Brobecker <brobecker@adacore.com>
16999
17000 * gdb.base/help.exp: Adjust "help unset" test to accept
17001 any list of unset commands.
17002
fb933624
DJ
170032006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
17004 Daniel Jacobowitz <dan@codesourcery.com>
17005
17006 * gdb.cp/ref-params.exp: New test.
17007 * gdb.cp/ref-params.cc: New source file.
17008 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
17009
1dff4b64
MK
170102006-07-08 Mark Kettenis <kettenis@gnu.org>
17011
17012 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
17013 spaces/tabs in regular expressions since they might not be there.
17014
40d2e0e3
AS
170152006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
17016
17017 * gdb.base/ifelse.exp: New file.
17018
f6c957d2
NS
170192006-07-04 Nathan Sidwell <nathan@codesourcery.com>
17020
17021 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
17022 line.
17023 * gdb.base/huge.exp: Loop over compilation to find a size that
17024 is acceptable.
17025 * gdb.base/remote.exp: Correct expected strings.
17026 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
17027
b9c5a23d
DJ
170282006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17029
17030 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
17031
9af2e58d
DJ
170322006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17033
17034 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
17035 native.
17036
30930ca5
DJ
170372006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17038
17039 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
17040 enable stabs testing.
17041
aa32fa1d
DJ
170422006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17043
bd4a4c80 17044 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
17045 gdb_test_multiple does.
17046
321fef15
DJ
170472006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
17048
17049 * Makefile.in (host_alias): Remove.
17050 (target_alias): Use @target_noncanonical@.
17051 (site.exp): Don't set host_alias.
17052 * aclocal.m4: Remove contents. Include acx.m4.
17053 * configure: Regenerated.
17054 * configure.ac: Use ACX_NONCANONICAL_TARGET.
17055
e1c2defa
NS
170562006-06-13 Nathan Sidwell <nathan@codesourcery.com>
17057
e63b55d1
NS
17058 * lib/gdb.exp (gdb_load_cmd): New.
17059
5600ea19
NS
17060 * gdb.base/fileio.c: Add system(NULL) test.
17061 * gdb.base/fileio.exp: Check it.
17062
e1c2defa
NS
17063 * gdb.base/break.c: Add 10a breakpoint at }
17064 * gdb.base/break.exp: Add test for breakpoint at }
17065 * gdb.cp/anon-union.cc: Add code at end of function.
17066 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
17067 * gdb.mi/var-cmd.c: Add code at end of function.
17068 * gdb.mi/mi-var-display.exp: Adjust end of next.
17069 * gdb.mi/mi2-var-display.exp: Likewise.
17070 * gdb.base/fileio.c: Add stop function and insert calls at
17071 stopping places.
17072 * gdb.base/fileio.exp: Breakpoint stop function and remove
17073 explicit line number references.
17074
6c0112ec
JB
170752006-05-19 Joel Brobecker <brobecker@adacore.com>
17076
a9c64011
AS
17077 * gdb.base/del.exp (test_delete_alias): New function.
17078 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 17079
154189a4
FF
170802006-05-18 Fred Fish <fnf@specifix.com>
17081
17082 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
17083 required. Check for spurious output after program exits normally.
17084
582e64c2
FF
170852006-05-17 Fred Fish <fnf@specifix.com>
17086
17087 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
17088 gdb_load, so it works in the simulator.
17089
8ef6493a
FF
170902006-05-11 Fred Fish <fnf@specifix.com>
17091
17092 * gdb.base/bang.exp: Ignore unexpected output between the
17093 "program exited normally" and the gdb prompt, as many other
17094 tests do.
17095
692b141c
MK
170962006-05-07 Mark Kettenis <kettenis@gnu.org>
17097
17098 * gdb.base/help.exp: Make "delete checkpoint" part option for
17099 "help d" and "help delete" tests.
17100
540b8a30
UW
171012006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17102
a9c64011 17103 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
17104 expected output in some mi_gdb_test statements.
17105 * gdb.mi/mi2-basics.exp: Likewise.
17106
9b6462d9
JB
171072006-05-05 Joel Brobecker <brobecker@adacore.com>
17108
17109 * gdb.base/del.c: New file.
17110 * gdb.base/del.exp: New testcase.
17111
954de43b
DM
171122006-05-05 David S. Miller <davem@sunset.davemloft.net>
17113
17114 * gdb.base/break.exp: Do not assume a breakpoint on
17115 main will actually be in $srcfile when optimizing.
1303f75e
DM
17116 * gdb.base/savedregs.exp: Do not require that the dummy
17117 frame location match up to a symbol and source file location.
c3242428
DM
17118 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
17119 will get printed without a mi_cmd_data_list_register_values prefix.
17120 (*-data-list-register-*): Correct regular expressions to expect the new
17121 pseudo d? floating point registers.
17122 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 17123
c7e64c9a
DJ
171242006-05-05 Christophe Lyon <christophe.lyon@st.com>
17125
17126 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
17127 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
17128 is allocated by the compiler.
17129 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
17130 anons, e, anone to force their allocation by the compiler.
17131
171322006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
17133
17134 * gdb.base/help.exp: Update expected text for help d and
17135 help delete.
17136
27ce9a6d
MK
171372006-05-02 Mark Kettenis <kettenis@gnu.org>
17138
17139 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
17140 NetBSD/ELF targets.
17141
8608915f
MK
171422006-04-30 Mark Kettenis <kettenis@gnu.org>
17143
17144 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
17145 single-step breakpoint fails; make this a KFAIL on
17146 sparc*-*-openbsd*.
17147 * gdb.base/siginfo.exp: Likewise.
17148 * gdb.base/sigstep.exp (advance, advancei): Likewise.
17149
b8db102d
MS
171502006-04-26 Michael Snyder <msnyder@redhat.com>
17151
17152 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
17153 which may have to consume output from other forks.
17154 Add tests to make sure that "delete fork" succeeded.
17155
c702009a
MS
171562006-04-20 Michael Snyder <msnyder@redhat.com>
17157
17158 * 2006-03-22 Jim Blandy <jimb@redhat.com>
17159 Add support for the Renesas M32C and M16C.
17160
17161 * gdb.asm/asm-source.exp: Add m32c target.
17162 * gdb.asm/m32c.inc: Support for m32c target.
17163
e28493f2
AS
171642006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
17165
17166 * gdb.base/commands.exp (recursive_source_test): New test.
17167
880da185
DM
171682006-04-04 David S. Miller <davem@sunset.davemloft.net>
17169
17170 * gdb.base/float.exp: Add pattern for sparc targets.
17171
61d9b92f
DJ
171722006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17173
17174 * gdb.base/commands.exp (stray_arg0_test): New test.
17175
bd717df8
PB
171762006-03-30 Paul Brook <paul@codesourcery.com>
17177
17178 * gdb.mi/mi-until.exp: kfail broken until command.
17179 * gdb.mi/mi2-until.exp: Ditto.
17180
ec793d3c
NR
171812006-03-27 Nick Roberts <nickrob@snap.net.nz>
17182
17183 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
17184
831004b7
AO
171852006-03-08 Alexandre Oliva <aoliva@redhat.com>
17186
17187 * gdb.base/prelink.exp: Anchor tested-for regular expression
17188 on gdb prompt.
17189
effe49a0
PB
171902006-03-07 Paul Brook <paul@codesourcery.com>
17191
17192 * gdb.base/assign.exp: Correct fail message.
17193
e5461016
PB
171942006-03-07 Paul Brook <paul@codesourcery.com>
17195
17196 * lib/compiler.c: Extract armcc version number.
17197 * lib/compiler.cc: Ditto.
17198
fc91c6c2
PB
171992006-03-07 Paul Brook <paul@codesourcery.com>
17200
17201 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
17202 additional_flags=-w.
17203 * gdb.arch/altivec-regs.exp: Ditto.
17204 * gdb.arch/e500-abi.exp: Ditto.
17205 * gdb.arch/e500-regs.exp: Ditto.
17206 * gdb.base/all-bin.exp: Ditto.
17207 * gdb.base/annota1.exp: Ditto.
17208 * gdb.base/annota3.exp: Ditto.
17209 * gdb.base/args.exp: Ditto.
17210 * gdb.base/arithmet.exp: Ditto.
17211 * gdb.base/assign.exp: Ditto.
17212 * gdb.base/async.exp: Ditto.
17213 * gdb.base/bang.exp: Ditto.
17214 * gdb.base/break.exp: Ditto.
17215 * gdb.base/call-rt-st.exp: Ditto.
17216 * gdb.base/completion.exp: Ditto.
17217 * gdb.base/cond-expr.exp: Ditto.
17218 * gdb.base/condbreak.exp: Ditto.
17219 * gdb.base/consecutive.exp: Ditto.
17220 * gdb.base/define.exp: Ditto.
17221 * gdb.base/display.exp: Ditto.
17222 * gdb.base/ena-dis-br.exp: Ditto.
17223 * gdb.base/environ.exp: Ditto.
17224 * gdb.base/eval-skip.exp: Ditto.
17225 * gdb.base/info-proc.exp: Ditto.
17226 * gdb.base/jump.exp: Ditto.
17227 * gdb.base/logical.exp: Ditto.
17228 * gdb.base/long_long.exp: Ditto.
17229 * gdb.base/maint.exp: Ditto.
17230 * gdb.base/miscexprs.exp: Ditto.
17231 * gdb.base/pc-fp.exp: Ditto.
17232 * gdb.base/pointers.exp: Ditto.
17233 * gdb.base/relational.exp: Ditto.
17234 * gdb.base/reread.exp: Ditto.
17235 * gdb.base/sect-cmd.exp: Ditto.
17236 * gdb.base/sep.exp: Ditto.
17237 * gdb.base/sepdebug.exp: Ditto.
17238 * gdb.base/until.exp: Ditto.
17239 * gdb.base/whatis-exp.exp: Ditto.
17240 * gdb.cp/annota2.exp: Ditto.
17241 * gdb.cp/annota3.exp: Ditto.
17242 * gdb.trace/actions.exp: Ditto.
17243 * gdb.trace/backtrace.exp: Ditto.
17244 * gdb.trace/circ.exp: Ditto.
17245 * gdb.trace/collection.exp: Ditto.
17246 * gdb.trace/deltrace.exp: Ditto.
17247 * gdb.trace/infotrace.exp: Ditto.
17248 * gdb.trace/limits.exp: Ditto.
17249 * gdb.trace/packetlen.exp: Ditto.
17250 * gdb.trace/passc-dyn.exp: Ditto.
17251 * gdb.trace/passcount.exp: Ditto.
17252 * gdb.trace/report.exp: Ditto.
17253 * gdb.trace/save-trace.exp: Ditto.
17254 * gdb.trace/tfind.exp: Ditto.
17255 * gdb.trace/tracecmd.exp: Ditto.
17256 * gdb.trace/while-dyn.exp: Ditto.
17257 * gdb.trace/while-stepping.exp: Ditto.
17258 * lib/gdb.exp: Ditto.
17259 (gdb_compile): Handle nowarning option.
17260
5f4a23d9
AO
172612006-03-07 Alexandre Oliva <aoliva@redhat.com>
17262
17263 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
17264 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
17265 Rename executable to prelinkt. Don't re-prelink if we didn't
17266 get a core file. Test prelink -u exit status to tell whether
17267 prelinking failed. Use gdb_test_multiple.
17268
9733fc94
DJ
172692006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
17270
17271 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
17272 (do_tests): Call it.
17273
cc10cae3
AO
172742006-02-28 Alexandre Oliva <aoliva@redhat.com>
17275
17276 * gdb.base/prelink.exp: New test.
17277 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
17278
15c46491
WZ
172792006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
17280
17281 * gdb.fortran/derived-type.f90: New file.
17282 * gdb.fortran/derived-type.exp: New testcase.
17283
5c9f7ded
DJ
172842006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
17285
17286 * gdb.base/default.exp: Allow ';' as a directory separator.
17287
5b96932b
AS
172882006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17289
17290 * gdb.base/help.exp (help add-symbol-file): Update.
17291
1986bccd
AS
172922006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
17293
17294 * gdb.base/help.exp (help load): Update expected results.
17295
a8b7528f
FF
172962006-02-19 Fred Fish <fnf@specifix.com>
17297
17298 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
17299 specifix hex value as part of results.
17300 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 17301
f8261448
FF
173022006-02-16 Fred Fish <fnf@specifix.com>
17303
17304 * gdb.base/whatis.c: Define variables using typedefs char_addr,
17305 ushort_addr, and slong_addr, so the typedefs are not optimized
17306 away.
17307 * gdb.base/whatis.exp: Add tests using type name for struct type,
17308 union type, enum type, and typedef.
a9c64011 17309
31d8bdd2
MK
173102006-02-13 Mark Kettenis <kettenis@gnu.org>
17311
17312 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
17313
34e41e63
JB
173142006-02-13 Jim Blandy <jimb@redhat.com>
17315
17316 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
17317 case where it takes two "next" commands to skip past the init
17318 call.
17319
ac6e4f31
FF
173202006-02-12 Fred Fish <fnf@specifix.com>
17321
17322 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
17323 to handle cases where it takes two "next" commands to skip
17324 past the init call.
17325
2db2d571
JB
173262006-02-07 Joel Brobecker <brobecker@adacore.com>
17327
17328 * gdb.ada/array_return.exp: Mark the last test as expected to fail
17329 on hppa32 targets.
17330
38fcd64c
DJ
173312006-02-06 Vladimir Prus <ghost@cs.msu.su>
17332
17333 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
17334 field.
17335
1315ad46
MK
173362006-01-29 Mark Kettenis <kettenis@gnu.org>
17337
17338 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
17339
5625b943
DJ
173402006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17341
17342 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
17343 files.
17344
80df1bbe
DJ
173452006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17346
17347 * gdb.cp/maint.exp: Set complaints to a positive value.
17348
9078e690
DJ
173492006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17350
17351 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
17352 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
17353 function name.
17354
9c903399
DJ
173552006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
17356
17357 * gdb.base/checkpoint.c: Update copyright notice. Include
17358 <stdlib.h>.
17359
761ae4d6
JB
173602006-01-04 Jim Blandy <jimb@redhat.com>
17361
17362 * gdb.asm/asm-source.exp: Independently provide default values for
17363 asm-flags and debug-flags. Use 'string equal' to do the
17364 comparison, not the implicit expr's '==' operator. Remove
17365 now-unneeded assignments to asm-flags. In h8300 case, place
17366 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
17367
099ac3dd
MS
173682006-01-04 Michael Snyder <msnyder@redhat.com>
17369
17370 * gdb.base/checkpoint.c: New file.
17371 * gdb.base/checkpoint.exp: New file.
17372 * gdb.base/multi-fork.c: New file.
17373 * gdb.base/multi-fork.exp: New file.
17374 * gdb.base/pi.txt: New file (data for checkpoint.c test).
17375
f4d85314
FF
173762006-01-04 Fred Fish <fnf@specifix.com>
17377
17378 * gdb.base/ptype.c (foo): Add typedef.
17379 (intfoo): Add function.
17380 * gdb.base/ptype1.c: New file.
17381 * gdb.base/ptype.exp: Handle compilation and linking with two
17382 source files. Test that proper type for "foo" is found based
17383 on source context rather than first match found in symtabs.
17384
a1b06f35
MK
173852005-12-28 Mark Kettenis <kettenis@gnu.org>
17386
17387 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
17388 * gdb.asm/openbsd.inc: Indent commands.
17389
d082a1e2
MK
173902005-12-26 Mark Kettenis <kettenis@gnu.org>
17391
c65016bd
MK
17392 * gdb.base/freebpcmd.exp: Increase timeout.
17393
d082a1e2
MK
17394 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
17395
d3c32a0e
DJ
173962005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
17397
17398 * gdb.base/default.exp: Update check for "show version".
17399
9fdb1f50
RC
174002005-12-09 Randolph Chung <tausq@debian.org>
17401
17402 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
17403 * gdb.asm/pa64.inc: New file.
17404
5f2c56f7
RC
174052005-12-09 Randolph Chung <tausq@debian.org>
17406
17407 * gdb.asm/common.inc: Indent commands.
17408 * gdb.asm/asmsrc1.s: Likewise.
17409 * gdb.asm/asmsrc2.s: Likewise.
17410
8117349c
RC
174112005-12-09 Randolph Chung <tausq@debian.org>
17412
17413 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
17414 (get_addr_of_sym): Remove duplicate print.
17415 (gen_core): xfail hppa*-*-hpux*, update expected output.
17416 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
17417 * gdb.arch/pa64-nullify.s: New file.
17418
8f07f25a
RC
174192005-12-09 Randolph Chung <tausq@debian.org>
17420
17421 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
17422
55b39184
DJ
174232005-12-07 Christophe Lyon <christophe.lyon@st.com>
17424
17425 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
17426 code generation for these functions.
17427 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
17428 error message.
17429
31e2b00f
AS
174302005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
17431
17432 * gdb.base/help.exp (help b, help br, help bre, help brea)
17433 (help break): Update the expected message.
17434
c3d0b56e
SC
174352005-11-11 Stephane Carrez <stcarrez@nerim.fr>
17436
17437 * gdb.asm/m68hc11.inc: Setup the data section.
17438 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
17439 script for this test.
17440 (m6812-*-*): Likewise.
17441
36ae0ea9
RC
174422005-11-09 Randolph Chung <tausq@debian.org>
17443
17444 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
17445
9d6f42e9
WZ
174462005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
17447
17448 * gdb.base/break.exp: Fix a comment typo.
17449
e2126a14
EZ
174502005-11-03 Jim Blandy <jimb@redhat.com>
17451
a9c64011
AS
17452 Checked in by Elena Zannoni <ezannoni@redhat.com>
17453
889bf7c5 17454 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 17455
e0ac7199
CV
174562005-11-02 Corinna Vinschen <vinschen@redhat.com>
17457
17458 * gdb.arch/gdb1558.c: Include stdio.h.
17459
31d3fb18
MK
174602005-10-31 Mark Kettenis <kettenis@gnu.org>
17461
17462 * gdb.asm/asm-source.exp: Use -e instead of --entry.
17463
e52b687c
MK
174642005-10-31 Mark Kettenis <kettenis@gnu.org>
17465
17466 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
17467
f4711d79
PG
174682005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
17469
a9c64011
AS
17470 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17471 vscr" tests to better match output.
f4711d79 17472
987a9106
JB
174732005-10-12 Jim Blandy <jimb@redhat.com>
17474
17475 * gdb.base/structs.exp (any): New function.
17476 (test_struct_returns): Don't make any assumptions at all about
17477 what value the function returns when GDB can't set the return
17478 value.
17479
2336bb58
JB
174802005-10-09 Joel Brobecker <brobecker@adacore.com>
17481
17482 * gdb.ada/arrayidx/p.adb: New file.
17483 * gdb.ada/arrayidx.exp: New testcase
17484
174852005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
17486
17487 * gdb.ada/array_return/pck.ads: New file.
17488 * gdb.ada/array_return/pck.adb: New file.
17489 * gdb.ada/array_return/p.adb: New file.
17490 * gdb.ada/array_return.exp: New testcase.
17491
705335ea
JB
174922005-10-03 Joel Brobecker <brobecker@adacore.com>
17493
a9c64011
AS
17494 * gdb.base/arrayidx.c: New file.
17495 * gdb.base/arrayidx.exp: New testcase.
705335ea 17496
11ee9940
NR
174972005-09-29 Nick Roberts <nickrob@snap.net.nz>
17498
17499 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
17500 frames-invalid and breakpoints-invalid are no longer generated
17501 with level 3 so don't expect them in the output.
17502
39fb8e9e
BR
175032005-09-27 Bob Rossi <bob@brasko.net>
17504
a9c64011 17505 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
17506 from test. Escape the | in mi_gdb_test call.
17507 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
17508 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
17509 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
17510 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
17511 expected regex's in mi_gdb_test calls.
17512 * lib/mi-support.exp: Remove arbitrary .* from tests.
17513 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
17514 Fully anchor GDB/MI expected results in mi_gdb_test.
17515 * lib/gdb.exp (string_to_regexp): Escape the ] character.
17516 * gdb.base/sizeof.exp: Remove escape character. Correct test.
17517
2af48f68
PB
175182005-09-26 Paul Brook <paul@codesourcery.com>
17519
17520 * long_long.exp: Exclude eabi targets from arm FPA float format test.
17521
f34502bc
WZ
175222005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17523
17524 * bfp-test.c: New file.
17525 * bfp-test.exp: New testcase.
17526
ca929517
WZ
175272005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
17528
17529 * gdb.fortran/subarray.exp: New testcase to test the evaluation
17530 of subarray and substring variable.
17531 * gdb.fortran/subarray.f: New source file for the test of subarray
17532 and substring variable evaluation.
17533 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
17534 of string constant.
17535
c761af65
DJ
175362005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
17537
17538 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
17539 copyright dates.
17540
561d7a1d
PG
175412005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
17542
17543 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
17544 powerpc altivec' test with an almost identical 'info vector' test.
17545
b2b64cc9
PG
175462005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17547
a9c64011
AS
17548 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
17549 vscr" tests to match output.
b2b64cc9 17550
6ac4d15a
PG
175512005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
17552
a9c64011
AS
17553 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
17554 output.
6ac4d15a 17555
40e55bef
BR
175562005-09-11 Bob Rossi <bob@brasko.net>
17557
889bf7c5
PA
17558 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
17559 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
17560 commands that return an MI output command and an asyncronous MI output
17561 command.
40e55bef
BR
17562 * gdb.mi/mi-console.exp: Ditto.
17563
3c7385ec
BR
175642005-09-11 Bob Rossi <bob@brasko.net>
17565
17566 * gdb.mi/mi-var-child.c: Include <string.h>.
17567
a6cd0eb3
DJ
175682005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
17569
17570 * killed.exp: Correct gdb_expect syntax.
17571
2f168eed
CV
175722005-08-09 Corinna Vinschen <vinschen@redhat.com>
17573
17574 * lib/mi-support.exp (mi_gdb_load): Fix typo.
17575
ecd3fd0f
BR
175762005-08-02 Bob Rossi <bob@brasko.net>
17577
17578 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
17579 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
17580 Change tests to inferior-tty-set/show.
17581 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
17582 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
17583 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
17584 inferior. Use mi_gdb_test to get GDB and Inferior output.
17585 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
17586 descriptor.
17587 (mi_inferior_tty_name): Add inferior PTY file name.
17588 (mi_gdb_start): Add INFERIOR_PTY parameter.
17589 (mi_gdb_test): Add IPATTERN parameter.
17590
f1ea48cb 175912005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 17592
f1ea48cb
BR
17593 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
17594 parameter to mi_gdb_test.
17595 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
17596
6e650a67
DJ
175972005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17598
17599 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
17600 struct_declarations.
17601 * gdb.mi/mi-var-child.exp: Step over the initialization of
17602 struct_declarations.
17603
8be260b6
DJ
176042005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17605
17606 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
17607 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
17608 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
17609 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
17610 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
17611 file.
17612
4e660f07
NR
176132005-07-27 Nick Roberts <nickrob@snap.net.nz>
17614
17615 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
17616 (do_children_tests): Assign values to the extra elements.
17617
17618 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
17619 them for tests for "-var-update --no-values" and
a9c64011 17620 "-var-update --all-values".
4e660f07
NR
17621 Add test for "-var-list-children --simple-values".
17622
17623 * gdb.mi/basics.c (callee4): Add integer array D[3]...
17624
17625 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
17626 "-stack-list-locals --simple-values" Improve doc strings and
17627 comments.
17628
6bdae935
MK
176292005-07-18 Mark Kettenis <kettenis@gnu.org>
17630
598b7a6f
MK
17631 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
17632 *-*-openbsd*.
17633 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
17634
6bdae935
MK
17635 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
17636 sigaltsatck'.
17637
1323e929 176382005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 17639
1323e929
BR
17640 * gdb.base/default.exp (tty): Changed output of command.
17641 * gdb.base/help.exp (help tty): Ditto.
17642
b1a9c082
MK
176432005-07-12 Mark Kettenis <kettenis@gnu.org>
17644
17645 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
17646
10a844a2
MK
176472005-07-10 Mark Kettenis <kettenis@gnu.org>
17648
17649 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
17650 -stack-select-frame without arguments.
17651 (test_stack_frame_listing): Add test for newly implemented command
17652 -stack-info-frame.
17653
3cb3b8df
BR
176542005-07-06 Bob Rossi <bob@brasko.net>
17655
17656 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
17657 command.
17658 (Copyright): Update copyright.
17659
a0c5fbcf
WZ
176602005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
17661
17662 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
17663 tests to evaluate exponentiation expression.
17664
984971d0
AS
176652005-06-29 Andreas Schwab <schwab@suse.de>
17666
17667 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
17668 main to avoid warnings.
17669
17670 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
17671
fe03833f
NR
176722005-06-20 Nick Roberts <nickrob@snap.net.nz>
17673
17674 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
17675 -stack-select-frame without arguments.
17676 (test_stack_frame_listing): Add test for newly implemented command
17677 -stack-info-frame.
a9c64011 17678
7a55f279
WZ
176792005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
17680
0ffa0ea5
DJ
17681 * gdb.fortran/array-element.f: New file.
17682 * gdb.fortran/array-element.exp: New testcase.
7a55f279 17683
26585198
DJ
176842005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17685
17686 * gdb.base/bigcore.exp: Correct checks for systems which can
17687 not dump a large core file.
17688
c1bd25fd
DJ
176892005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17690
17691 * gdb.base/relocate.c: Add a copyright notice.
17692 (dummy): Remove.
17693 * gdb.base/relocate.exp: Test printing the values of variables
17694 from a relocatable file.
17695
589e074d
DJ
176962005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17697
17698 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
17699 excess MI output after an error.
17700
0915f927
JB
177012005-05-29 Joel Brobecker <brobecker@adacore.com>
17702
17703 * gdb.arch/alpha-step.c: New file.
17704 * gdb.arch/alpha-step.exp: New testcase.
17705
76ff342d
DJ
177062005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
17707 Dennis Brueni <dennis@slickedit.com>
17708
17709 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
17710 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
17711 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
17712 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
17713 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17714 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
17715 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
17716
96b0c7ac
DJ
177172005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
17718 Wu Zhou <woodzltc@cn.ibm.com>
17719
17720 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
17721 IBM's xlc compiler.
17722 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
17723 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
17724
f21565d2
JB
177252005-05-13 Jim Blandy <jimb@redhat.com>
17726
17727 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
17728 calling gdb_suppress_entire_file.
17729 * gdb.base/charset.exp: Same.
17730 * gdb.base/call-rt-st.exp: Same.
17731
6006a3a1
BR
177322005-05-05 Bob Rossi <bob_rossi@cox.net>
17733
17734 * lib/gdb.exp (fullname_syntax): Added global regex.
17735 (fullname_syntax_POSIX): Ditto.
17736 (fullname_syntax_UNC): Ditto.
17737 (fullname_syntax_DOS_CASE): Ditto.
17738 (fullname_syntax_DOS): Ditto.
17739 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
17740 fullname_syntax variable to scope and use it.
17741 (test_file_list_exec_source_files): Ditto.
17742 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
17743
c3b69c04
DJ
177442005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
17745
17746 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
17747
3c95e6af
PG
177482004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
17749
a9c64011
AS
17750 * lib/gdb.exp (skip_altivec_tests): New function, based on
17751 check_vmx_hw_available from the GCC testsuite.
17752 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
17753 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 17754
78df6c56
JB
177552005-05-02 Jim Blandy <jimb@redhat.com>
17756
17757 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
17758 calling gdb_suppress_entire_file.
17759
1690f9cf
DJ
177602005-04-30 Randolph Chung <tausq@debian.org>
17761
17762 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
17763 Slightly relax "sem_post" name checking.
17764
5ea106f7
PG
177652005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17766
17767 * gdb.base/unload.exp: Use new shared library infrastructure.
17768
bf7234cf
PG
177692005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
17770
17771 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 17772 infrastructure.
bf7234cf 17773
547b869a
CV
177742005-04-29 Corinna Vinschen <vinschen@redhat.com>
17775
17776 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
17777 * gdb.asm/h8300.inc: New file.
17778
f07e55f0
PG
177792005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17780
17781 * gdb.base/shlib-call.exp: Change to use new shared library
17782 infrastructure.
17783
3cbba3d1
PG
177842005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17785
a9c64011
AS
17786 * gdb.base/pending.exp: Change to use new shared library
17787 infrastructure.
3cbba3d1 17788
ed6df200
PG
177892005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
17790
a9c64011
AS
17791 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
17792 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 17793
8c8f4ebe
PG
177942005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
17795
a9c64011
AS
17796 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
17797 shared objects being adjusted and update copyright years.
8c8f4ebe 17798
607fbc54
DJ
177992005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
17800
17801 * ChangeLog: Correct some 2003-01-13 dates.
17802 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
17803 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
17804 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
17805 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
17806 gdb.trace/tfind.exp: Update copyright years.
17807
57bf0e56
DJ
178082005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
17809 Daniel Jacobowitz <dan@codesourcery.com>
17810
17811 * lib/gdb.exp (gdb_compile): Handle shlib=.
17812 (gdb_compile_shlib): New function.
17813
9b593790
PG
178142005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
17815
a9c64011 17816 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 17817
9494c6a5
DJ
178182005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17819
17820 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
17821 gdb.server.
17822 * configure.ac: Likewise.
17823 * configure: Regenerated.
17824 * gdb.gdbserver/Makefile.in: Moved to...
17825 * gdb.server/Makefile.in: ... here.
17826 * gdb.gdbserver/server.c: Moved to...
17827 * gdb.server/server.c: ... here.
17828 * gdb.gdbserver/server-run.exp: Moved to...
17829 * gdb.server/server-run.exp: ... here.
17830
6f8eac0e
DJ
178312005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
17832
17833 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
17834 * configure.ac: Create gdb.gdbserver/Makefile.
17835 * configure: Regenerated.
17836 * lib/gdbserver-support.exp: New file, derived from
17837 config/gdbserver.exp.
17838 * config/gdbserver.exp: Use gdbserver-support.exp.
17839 * gdb.gdbserver/Makefile.in: New file.
17840 * gdb.gdbserver/server.c: New file.
17841 * gdb.gdbserver/server-run.exp: New file.
17842
6e87504d
PG
178432005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
17844
a9c64011
AS
17845 * lib/gdb.exp (test_compiler_info): Return compiler_info
17846 if no arguments are given.
6e87504d 17847
d1779be4
PG
178482005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
17849
17850 * gdb.arch/altivec-abi.exp: Check for compiler and set
17851 use altivec' flag accordingly.
17852 * gdb.arch/altivec-regs.exp: Likewise.
17853
88750304
DJ
178542005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
17855
17856 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
17857
f3fb768d
AS
178582005-03-27 Andreas Schwab <schwab@suse.de>
17859
17860 * gdb.base/bigcore.c (main): Add missing mode argument in open
17861 call.
17862
7e813ac5
DJ
178632005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
17864
17865 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
17866 downloads.
17867 * config/gdbserver.exp (gdb_load): Likewise.
17868
8e3049aa
PB
178692005-03-14 Paul Brook <paul@codesourcery.com>
17870
17871 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
17872 targets.
17873
a9df7c44
JB
178742005-03-09 Joel Brobecker <brobecker@adacore.com>
17875
17876 * gdb.dwarf2/dup-psym.S: New file.
17877 * gdb.dwarf2/dup-psym.exp: New testcase.
17878
9f0d94e8
JB
178792005-03-09 Joel Brobecker <brobecker@adacore.com>
17880
17881 * gdb.ada/exec_changed/first.adb: New file.
17882 * gdb.ada/exec_changed/second.adb: New file.
17883 * gdb.ada/exec_changed.exp: New testcase.
17884
5f579bc5
NS
178852005-03-08 Nathan Sidwell <nathan@codesourcery.com>
17886
36e9969c
NS
17887 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
17888 (A2): New class.
17889 (main): Test operator+.
17890 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
17891 breakpoint test.
17892
5f579bc5
NS
17893 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
17894 * gdb.base/signull.exp: Disable if gdb,nosignals.
17895 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
17896 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
17897 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
17898 * gdb.mi/mi2-console.exp: Likewise.
17899 * gdb.trace/collection.exp (run_trace_experiment): Consume the
17900 continue output at start.
17901 (gdb_collect_locals_test): Robustify regexp.
17902 * gdb.trace/passc-dyn.exp: Fix comment typo.
17903 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
17904
be46087e
CV
179052005-03-08 Corinna Vinschen <vinschen@redhat.com>
17906
17907 * gdb.asm/asm-source.exp: Add iq2000 case.
17908 * gdb.asm/iq2000.inc: New file.
17909
384e1a61 179102005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 17911
384e1a61
MI
17912 * gdb.base/command.exp: Change hardcoded value to regular expression.
17913 * gdb.base/float.exp: Add powerpc to the list of targets checked.
17914
584b6e9e
DJ
179152005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
17918 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
17919 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
17920 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
17921 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
17922
ab5b5d61
MK
179232005-03-05 Mark Kettenis <kettenis@gnu.org>
17924
17925 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
17926 changes.
17927
ae051c1b
PG
179282004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
17929
a9c64011
AS
17930 * lib/compiler.c: Add test for IBM's xlc compiler.
17931 * lib/compiler.cc: Likewise.
ae051c1b 17932
3f0f6ed2
JB
179332004-02-24 Joel Brobecker <brobecker@adacore.com>
17934
17935 * gdb.ada/fixed_points.exp: Create compilation object directory
17936 before running the test.
17937 * gdb.ada/null_record.exp: Likewise.
17938 * gdb.ada/packed_array.exp: Likewise.
17939 * gdb.ada/start.exp: Likewise.
17940
724f452b
JB
179412005-02-15 Joel Brobecker <brobecker@adacore.com>
17942
17943 * gdb.ada/packed_array/pa.adb: New file.
17944 * gdb.ada/packed_array.exp: New testcase.
17945
57f5cdfb 179462005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 17947
1f393151
MK
17948 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
17949 files.
17950
ebdda337
MK
17951 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
17952 on *-*-openbsd*. Correctly match whitespace in regukar
17953 expressions.
17954
cf309262
DJ
179552005-02-10 Daniel Jacobowitz <dan@debian.org>
17956
17957 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
17958 PR exp/1821
17959 * gdb.base/gdb1821.c: New test file.
17960 * gdb.base/gdb1821.exp: New test file.
17961
3be49e7a
JB
179622005-02-09 Joel Brobecker <brobecker@adacore.com>
17963
17964 * gdb.base/start.c: New file.
17965 * gdb.base/start.exp: New testcase.
17966
e292e67d
JB
179672005-02-09 Joel Brobecker <brobecker@adacore.com>
17968
17969 * gdb.ada/start/dummy.adb: New file.
17970 * gdb.ada/start.exp: New testcase.
17971
dbdfa66c
CV
179722005-02-09 Corinna Vinschen <vinschen@redhat.com>
17973
17974 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
17975 for printing symbols and statistics.
17976 Add test for using relative pathnames in "maint print msymbols" test.
17977 Mark "maint info sections DATA" XFAIL on Cygwin.
17978 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
17979 tests.
17980
d7941671
AC
179812005-02-09 Andreas Schwab <schwab@suse.de>
17982
17983 Committed by Andrew Cagney <cagney@gnu.org>
17984 * gdb.base/remotetimeout.exp: New file.
17985
74e5ef44
MK
179862005-02-07 Mark Kettenis <kettenis@gnu.org>
17987
17988 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
17989
464dd14d
JB
179902005-02-03 Joel Brobecker <brobecker@adacore.com>
17991
17992 * gdb.ada/gnat_ada.gpr: New file.
17993 * gdb.ada/gnat_ada.gin: Delete, no longer used.
17994 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
17995 * configure.ac: No longer generate gnat_ada.gpr.
17996 * configure: Regenerate.
17997 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
17998 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
17999 * gdb.ada/null_record/bar.ads: Likewise.
18000 * gdb.ada/null_record/bar.adb: Likewise.
18001 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
18002 * gdb.ada/null_record.exp (testdir): New variable.
18003 (testfile): executable is now in testdir subdirectory.
18004 (srcfile): Use full path to the main compilation unit.
18005 * gdb.ada/fixed_points.exp: Same changes as above.
18006
30d756ae
NR
180072005-02-03 Nick Roberts <nickrob@snap.net.nz>
18008
18009 * gdb.base/interp.exp: New test.
18010
9d799f85
AC
180112005-01-24 Andrew Cagney <cagney@gnu.org>
18012
18013 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
18014
15656118
AC
180152005-01-19 Andrew Cagney <cagney@gnu.org>
18016
a892c31b
AC
18017 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
18018 configure.ac not configure.in.
18019
15656118
AC
18020 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
18021 of powerpc*-*-*.
18022 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 18023 * gdb.base/list.exp (test_list_function)
15656118
AC
18024 (test_list_filename_and_function): Ditto.
18025 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
18026
a7b01baf
AC
180272005-01-16 Andrew Cagney <cagney@gnu.org>
18028
17d92a02
AC
18029 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
18030
a7b01baf
AC
18031 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
18032
bc8332bb
AC
180332005-01-14 Andrew Cagney <cagney@gnu.org>
18034
18035 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
18036 * gdb.mi/mi2-var-cmd.exp: Ditto.
18037
4d074752
CV
180382005-01-10 Corinna Vinschen <vinschen@redhat.com>
18039
18040 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
18041
bec39cab
AC
180422005-01-07 Andrew Cagney <cagney@gnu.org>
18043
18044 * configure.ac: Rename configure.in, require autoconf 2.59.
18045 * configure: Re-generate.
18046 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
18047 * gdb.stabs/configure: Re-generate.
18048 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
18049 * gdb.hp/configure: Re-generate.
18050 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
18051 autoconf 2.59.
18052 * gdb.hp/gdb.objdbg/configure: Re-generate.
18053 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
18054 autoconf 2.59.
18055 * gdb.hp/gdb.defects/configure: Re-generate.
18056 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
18057 autoconf 2.59.
18058 * gdb.hp/gdb.compat/configure: Re-generate.
18059 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
18060 autoconf 2.59.
18061 * gdb.hp/gdb.base-hp/configure: Re-generate.
18062 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
18063 autoconf 2.59.
18064 * gdb.hp/gdb.aCC/configure: Re-generate.
18065
f10b16d4
JB
180662004-12-15 Jim Blandy <jimb@redhat.com>
18067
18068 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
18069 under NPTL when there is debugging info available for libpthread.
18070
fb6e1814
JG
180712004-12-13 Jerome Guitton <guitton@gnat.com>
18072
18073 * gdb.ada/fixed_points.c: New file.
18074 * gdb.ada/fixed_points.exp: New file.
18075
fe46cd3a
RC
180762004-12-03 Randolph Chung <tausq@debian.org>
18077
18078 * gdb.arch/pa-nullify.exp: New file.
18079 * gdb.arch/pa-nullify.s: New file.
18080
8de0841b
RC
180812004-11-30 Randolph Chung <tausq@debian.org>
18082
18083 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
18084 instead of "tbug". Fix regexp to work properly with gdb_test.
18085
c8170782
PH
180862004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
18087
18088 * gdb.base/bitfields2.exp: New test.
18089 * gdb.base/bitfields2.c: New file.
18090
954269c2
RE
180912004-11-28 Richard Earnshaw <rearnsha@arm.com>
18092
18093 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
18094
0107feed
RC
180952004-11-16 Randolph Chung <tausq@debian.org>
18096
18097 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
18098
f073ae8c
DJ
180992004-11-14 Daniel Jacobowitz <dan@debian.org>
18100
18101 * gdb.threads/threadapply.exp: Correct "macro details" test.
18102
19ad59e7
JJ
181032004-11-11 Jeff Johnston <jjohnstn@redhat.com>
18104
18105 * gdb.threads/threadapply.exp: New test.
18106 * gdb.threads/threadapply.c: New file.
18107
9cf0961b
MK
181082004-11-07 Mark Kettenis <kettenis@gnu.org>
18109
18110 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
18111 frames.
18112
c789492a
FL
181132004-11-05 Felix Lee <felix+log1@specifixinc.com>
18114
18115 * gdb.base/cursal.exp: New file.
18116 * gdb.base/cursal.c: New file.
18117
a1e167bb
AC
181182004-11-03 Andrew Cagney <cagney@gnu.org>
18119
18120 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
18121
b7cbf173
MK
181222004-10-30 Mark Kettenis <kettenis@gnu.org>
18123
18124 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
18125 NetBSD/ELF targets.
18126
88f9d34f
JB
181272004-10-29 Joel Brobecker <brobecker@gnat.com>
18128
18129 * gdb.threads/bp_in_thread.c: New file, copied from
18130 pthread_cond_wait.c.
18131 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
18132 file, rather than reusing the .c file from another testcase.
18133
ca7d6a0c
JB
181342004-10-20 Joel Brobecker <brobecker@gnat.com>
18135
18136 * gdb.ada/null_record.exp: Check where we stopped after
18137 sending the start command, instead of where the associated
18138 temporary breakpoint was inserted.
18139
0d863d03
AC
181402004-10-14 Andrew Cagney <cagney@gnu.org>
18141
18142 * gdb.mi/gdb701.c (main): Return 0.
18143
d11e72cb
DJ
181442004-10-13 Daniel Jacobowitz <dan@debian.org>
18145
d40539a4 18146 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 18147
e1923096
JJ
181482004-10-12 Jeff Johnston <jjohnstn@redhat.com>
18149
18150 * gdb.threads/schedlock.c: Add comment markers to use to find
18151 line numbers.
18152 * gdb.threads/schedlock.exp: Adjust regex to handle the new
18153 comments.
18154 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
18155 breakpoint lines.
18156
ec8ba2c9
DJ
181572004-10-12 Daniel Jacobowitz <dan@debian.org>
18158
18159 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
18160
0eb3658b
DJ
181612004-10-12 Daniel Jacobowitz <dan@debian.org>
18162
18163 * configure.in: Add gdb.dwarf2.
18164 * configure: Regenerated.
18165 * Makefile.in: Add gdb.dwarf2.
18166 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
18167 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
18168 gdb.dwarf2/file1.txt: New files.
18169
a271cc33
OF
181702004-10-11 Orjan Friberg <orjanf@axis.com>
18171
a9c64011 18172 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
18173 of "run", since the latter doesn't work with remote targets. Adjust
18174 the breakpoint numbering accordingly.
18175 * gdb.threads/pthread_cond_wait.exp: Ditto.
18176
895ce074
MC
181772004-10-08 Michael Chastain <mec.gnu@mindspring.com>
18178
18179 * gdb.base/overlays.exp: Update copyright years.
18180
6be3092d
KI
181812004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
18182
18183 * gdb.base/overlays.exp: Disable if target is Linux.
18184
e05389b8
FL
181852004-10-06 Felix Lee <felix+log1@specifixinc.com>
18186
18187 * config/gdbserver.exp (gdb_load): Use right filename on remote.
18188
73cb587d
KI
181892004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
18190
18191 * gdb.asm/asm-source.exp: Add m32r-linux target.
18192 * gdb.asm/m32r-linux.inc: New file.
18193
3c0edcdc
AC
181942004-09-24 Andrew Cagney <cagney@redhat.com>
18195 David Anderson <anderson@redhat.com>
18196
18197 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
18198 command fails, assume things will work.
18199 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
18200 (_GNU_SOURCE): Define.
18201 (print_unsigned, print_hex): Change parameter to "long long".
18202 (print_byte_count): New function, use to print byte counts.
18203 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
18204 O_LARGEFILE.
18205 (main): Compute an upper bound on a corefile in max_core_size.
18206 Limit memory chunk size to max_core_size. Limit total memory
18207 allocated to max_core_size.
18208
4bb3667f
AC
182092004-09-23 Andrew Cagney <cagney@gnu.org>
18210
18211 * gdb.base/bigcore.exp: Replace the code that creates a corefile
18212 from a separate process with code that creates a corefile by
18213 making the inferior dump core.
18214
60fe1a51
MK
182152004-09-23 Mark Kettenis <kettenis@gnu.org>
18216
18217 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
18218 block.
18219
8e937346
MC
182202004-09-23 Michael Chastain <mec.gnu@mindspring.com>
18221
18222 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
18223 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
18224 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
18225 Likewise.
18226
7213f6d6
JJ
182272004-09-20 Jeff Johnston <jjohnstn@redhat.com>
18228
18229 * gdb.java/jprint.exp: New test case for java inferior call.
18230 * gdb.java/jprint.java: Ditto.
18231
eac69dca
JB
182322004-09-15 Joel Brobecker <brobecker@gnat.com>
18233
18234 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
18235
22227696
MC
182362004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18237
18238 * gdb.threads/killed.c: Include <stdlib.h>.
18239 * gdb.threads/pthreads.c: Likewise.
18240
7dd403a4
MC
182412004-09-14 Michael Chastain <mec.gnu@mindspring.com>
18242
18243 * gdb.threads/killed.c: Add copyright notice.
18244
33f2d567
JM
182452004-09-10 Jason Molenda (jmolenda@apple.com)
18246
a9c64011
AS
18247 * gdb.base/define.exp: Two new tests to verify zero space chars
18248 after 'if' and 'while' commands in a user-defined command is correctly
18249 parsed.
33f2d567 18250
e05b62ac
AC
182512004-09-08 Andrew Cagney <cagney@gnu.org>
18252
18253 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
18254 delivery test with duplicate at end of file.
18255
9cbe82da
MK
182562004-09-06 Mark Kettenis <kettenis@jive.nl>
18257
18258 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
18259
564803d9
MC
182602004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18261
18262 * config/hppro.exp: Removed.
18263
7c6807ce
MC
182642004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18265
18266 * config/sparclet.exp: Removed.
18267
bf7e26dd
MC
182682004-09-05 Michael Chastain <mec.gnu@mindspring.com>
18269
18270 * config/udi.exp: Removed.
18271
714e341b
MC
182722004-09-02 Michael Chastain <mec.gnu@mindspring.com>
18273
18274 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
18275 of "exp_continue".
18276 (advancei): Likewise.
18277
1236e623
JJ
182782004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18279
18280 * gdb.base/unload.exp: Fix so messages aren't duplicated.
18281
3bdcad15
MI
182822004-09-01 Manoj Iyer <manjo@austin.ibm.com>
18283
228af206 18284 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
18285 to check for nodebug in executable.
18286 * gdb.gdb/observer.exp (setup_test): Likewise.
18287 * gdb.gdb/selftest.exp (test_with_self): Likewise.
18288 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
18289
c72b934c
AC
182902004-09-01 Andrew Cagney <cagney@gnu.org>
18291
18292 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18293 files.
18294
edd9b715
JJ
182952004-09-01 Jeff Johnston <jjohnstn@redhat.com>
18296
18297 * gdb.base/unload.exp: Fix expected warning message to match
18298 latest format.
18299
fb4ce06b
CV
183002004-09-01 Corinna Vinschen <vinschen@redhat.com>
18301
18302 * gdb.base/call-rt-st.exp: Fix typos.
18303
ce78e7c3
MI
183042004-08-31 Manoj Iyer <manjo@austin.ibm.com>
18305
18306 * gdb.threads/thread_check.exp: New testcase.
18307 * gdb.threads/thread_check.c: New testcase.
18308
2dedb159
AC
183092004-08-31 Andrew Cagney <cagney@gnu.org>
18310
18311 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
18312 (skip_to_handler_entry): New procedures. Test stepping into a
18313 handler when the breakpoint is at the handler's entry point.
18314
68f53502
AC
183152004-08-30 Andrew Cagney <cagney@gnu.org>
18316
18317 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
18318 gdb/1757.
18319
3e3ffd2b
MC
183202004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18321
18322 With code from Manoj Iyer <manjo@austin.ibm.com>:
18323 * lib/gdb.exp (gdb_file_cmd): Return more information in the
18324 return value. Add an arm for "no debugging symbols found".
18325 Change a stray "error" to "perror".
18326 (gdb_run_cmd): Adapt to new return value.
18327 * gdb.base/remote.exp: Adapt to new return value.
18328 * gdb.gdb/complaints.exp: Likewise.
18329 * gdb.gdb/observer.exp: Likewise.
18330 * gdb.gdb/selftest.exp: Likewise.
18331 * gdb.gdb/xfullpath.exp: Likewise.
18332
4b6f5fd2
JB
183332004-08-27 Joel Brobecker <brobecker@gnat.com>
18334
18335 * gdb.threads/bp_in_thread.exp: New testcase.
18336
e5b25496
MC
183372004-08-27 Michael Chastain <mec.gnu@mindspring.com>
18338
18339 Fix PR testsuite/1735.
18340 * gdb.threads/schedlock.c (thread_function): Add a cast
18341 to suppress a gcc warning.
18342 * gdb.threads/thread-specific.c (thread_function): Likewise.
18343
934353d6
MC
183442004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18345
18346 * gdb.base/unload.c: Include <stdlib.h>.
18347
f98a0aef 183482004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 18349
f98a0aef 18350 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
18351 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
18352 synchronized after the "return".
18353
5a2e8882
MC
183542004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18355
18356 * gdb.mi/basics.c: Include <stdio.h>.
18357 * gdb.mi/pthreads.c: Include <stdlib.h>.
18358 * gdb.mi/var-cmd.c: Include <stdlib.h>.
18359
a9640423
MC
183602004-08-26 Michael Chastain <mec.gnu@mindspring.com>
18361
18362 * gdb.threads/schedlock.c: Add copyright notice.
18363
b04e311d
AC
183642004-08-25 Andrew Cagney <cagney@gnu.org>
18365
18366 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
18367 (skip_over_handler, breakpoint_over_hander): New test procedures.
18368 (advance, advancei): Add a proper prefix, do not use
18369 rerun_to_main.
18370 * gdb.base/sigstep.c (main): Change to use an infinite loop.
18371
7c27f15b
MC
183722004-08-24 Michael Chastain <mec.gnu@mindspring.com>
18373
18374 * gdb.mi/basics.c: Add copyright notice.
18375 * gdb.mi/var-cmd.c: Add copyright notice.
18376
fffc87ae
MC
183772004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18378
18379 * lib/gdb.exp: Remove signed_keyword_not_used.
18380 * lib/compiler.c: Likewise.
18381 * lib/compiler.cc: Likewise.
18382
d782e0bf
MC
183832004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18384
18385 * gdb.base/whatis.c: Remove conditional disabling of "signed".
18386 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
18387
96033e83
MC
183882004-08-23 Michael Chastain <mec.gnu@mindspring.com>
18389
18390 * gdb.base/whatis.c: Add copyright notice.
18391
cf38c229
MK
183922004-08-20 Mark Kettenis <kettenis@gnu.org>
18393
18394 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
18395 it to skip the breakpoints encoded in the inline assembly.
18396
f4b49756
MC
183972004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18398
18399 * Makefile.in: Add gdb.fortran.
18400
2f193b69
MC
184012004-08-20 Michael Chastain <mec.gnu@mindspring.com>
18402
18403 * gdb.base/call-sc.exp (test_scalar_returns):
18404 Fix cut-and-paste glitch in "Make fun return now".
18405
89a237cb
MC
184062004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18407
18408 * configure.in: Add gdb.fortran.
18409 * configure: Regenerate.
18410 * gdb.fortran/Makefile.in: New file.
18411 * lib/gdb.exp (skip_fortran_tests): New procedure.
18412
469aff8e
MC
184132004-08-17 Michael Chastain <mec.gnu@mindspring.com>
18414
18415 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
18416 reference to bug-gnu@prep.ai.mit.edu.
18417 * gdb.mi/mi-var-child.exp: Likewise.
18418 * gdb.mi/mi-var-cmd.exp: Likewise.
18419 * gdb.mi/mi-var-display.exp: Likewise.
18420 * gdb.mi/mi2-var-block.exp: Likewise.
18421 * gdb.mi/mi2-var-child.exp: Likewise.
18422 * gdb.mi/mi2-var-cmd.exp: Likewise.
18423 * gdb.mi/mi2-var-display.exp: Likewise.
18424
00b51b9f
MK
184252004-08-15 Mark Kettenis <kettenis@gnu.org>
18426
18427 * gdb.base/unload.c (main): Make local variable msg const.
18428
45f07fef
MC
184292004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18430
18431 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
18432 to bug-gnu@prep.ai.mit.edu.
18433 * gdb.mi/mi-disassemble.exp: Likewise.
18434 * gdb.mi/mi-eval.exp: Likewise.
18435 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
18436 default line number.
18437 * gdb.mi/mi-return.exp: Likewise.
18438 * gdb.mi/mi-simplerun.exp: Likewise.
18439 * gdb.mi/mi-stack.exp: Likewise.
18440 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
18441 number with explicit range test.
18442 * gdb.mi/mi-watch.exp: Likewise.
18443 * gdb.mi/mi2-break.exp: Likewise.
18444 * gdb.mi/mi2-cli.exp: Likewise.
18445 * gdb.mi/mi2-disassemble.exp: Likewise.
18446 * gdb.mi/mi2-eval.exp: Likewise.
18447 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
18448 default line number.
18449 * gdb.mi/mi2-return.exp: Likewise.
18450 * gdb.mi/mi2-simplerun.exp: Likewise.
18451 * gdb.mi/mi2-stack.exp: Likewise.
18452 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
18453 number with explicit range test.
18454 * gdb.mi/mi2-watch.exp: Likewise.
18455
dd8c8ee7
MC
184562004-08-15 Michael Chastain <mec.gnu@mindspring.com>
18457
18458 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
18459 * gdb.cp/m-static.exp: Likewise.
18460 * gdb.cp/rtti.exp: Likewise.
18461
4e838464
MK
184622004-08-14 Mark Kettenis <kettenis@gnu.org>
18463
18464 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
18465
8d8cb839
EZ
184662004-08-14 Eli Zaretskii <eliz@gnu.org>
18467
18468 * ChangeLog: Prefix Local Variables with semi-colons and indent
18469 the reference to older ChangeLog files, to fix fontification in
18470 Emacs.
18471
deea8bb0
MC
184722004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18473
18474 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
18475 * gdb.mi/mi2-break.exp: Likewise.
18476
c3297504
MC
184772004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18478
18479 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
18480
25808999
MC
184812004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18482
18483 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
18484
226a8d71
MC
184852004-08-13 Michael Chastain <mec.gnu@mindspring.com>
18486
18487 * gdb.cp/classes.exp: Remove unused declarations. Just let
18488 test names default instead of providing special names. Remove
18489 extraneous demangler test.
18490
37fdf854
JJ
184912004-08-12 Jeff Johnston <jjohnstn@redhat.com>
18492
18493 * gdb.base/unload.exp: New test for breakpoints in dynamically
18494 loaded libraries.
18495 * gdb.base/unload.c: Ditto.
18496 * gdb.base/unloadshr.c: Ditto.
18497
2d3a7986
MC
184982004-08-12 Michael Chastain <mec.gnu@mindspring.com>
18499
18500 * gdb.cp/classes.exp (test_ptype_class_objects): Call
18501 cp_test_ptype_class.
18502 (test_enums): Likewise.
18503
c72b934c
AC
185042004-08-10 Andrew Cagney <cagney@gnu.org>
18505
18506 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
18507 files.
18508
cc503c8a
AC
185092004-08-10 Andrew Cagney <cagney@gnu.org>
18510
18511 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
18512 init_malloc call.
18513
902f2ccb
MC
185142004-08-10 Michael Chastain <mec.gnu@mindspring.com>
18515
18516 * ChangeLog: Add copyright notice. The notice is copied
18517 from emacs 21.3 top level ChangeLog.
18518
78c90502
MC
185192004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18520
18521 * lib/cp-support.exp: New file.
18522 * lib/cp-support.exp (cp_test_type_class): New function.
18523 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
18524 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
18525 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
18526 cp_test_ptype_class.
18527
88e5ea78
MC
185282004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18529
18530 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
18531 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18532 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
18533 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
18534 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
18535 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
18536 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
18537 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
18538 gdb.mi/mi2-watch.exp: Update copyright years.
18539
6a89fc9c
MK
185402004-08-09 Mark Kettenis <kettenis@gnu.org>
18541
18542 * gdb.base/sigaltstack.exp: Provide proper anchoring.
18543
1482e0de
MC
185442004-08-09 Michael Chastain <mec.gnu@mindspring.com>
18545
18546 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
18547 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
18548 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
18549 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
18550 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
18551 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
18552 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
18553 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18554 gdb.mi/mi-watch.exp: Update copyright years.
18555
1a5ce3f3
DJ
185562004-08-08 Daniel Jacobowitz <dan@debian.org>
18557
18558 PR gdb/1738
18559 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
18560 from a breakpoint with a pending signal.
18561
04f6ecf2
DJ
185622004-08-08 Daniel Jacobowitz <dan@debian.org>
18563
18564 PR gdb/1736
18565 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
18566 * gdb.base/sigaltstack.exp (finish_test): Consume output until
18567 the prompt.
18568 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
18569
54d90d35
DJ
185702004-08-08 Daniel Jacobowitz <dan@debian.org>
18571
18572 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
18573
d2f6abb0
DJ
185742004-08-08 Daniel Jacobowitz <dan@debian.org>
18575
18576 PR gdb/1736
18577 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
18578 for i?86-*-linux*.
18579
5598c03d
DJ
185802004-08-08 Daniel Jacobowitz <dan@debian.org>
18581
18582 * gdb.arch/i386-prologue.exp: Compile without debug information.
18583
c6fee705
MC
185842004-08-08 Michael Chastain <mec.gnu@mindspring.com>
18585
18586 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
18587 rather than asking gdb to search.
18588
dd90efdb
MC
185892004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18590
18591 * gdb.base/gcore.c: Include <string.h>.
18592
1e84bec1
MC
185932004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18594
18595 * gdb.base/gcore.c: Add copyright notice.
18596
e425eb2b
MC
185972004-08-05 Michael Chastain <mec.gnu@mindspring.com>
18598
18599 * gdb.base/freebpcmd.c: Include <stdio.h>.
18600 * gdb.base/long_long.c: Include <string.h>.
18601 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
18602 * gdb.base/siginfo.c: Include <string.h>.
18603 * gdb.base/sigstep.c: Include <string.h>.
18604
cb9aaed5
MC
186052004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18606
18607 * gdb.base/complex.c: Include <stdlib.h>.
18608
55944f3d
MC
186092004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18610
18611 * gdb.base/complex.c: Add copyright notice.
18612
7b2953d9
MC
186132004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18614
18615 * gdb.base/charset.c: Include <stdlib.h>.
18616
c9133d23
MC
186172004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18618
18619 * gdb.base/auxv.c: Include <stdlib.h>.
18620
0a8490ad
MC
186212004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18622
18623 * gdb.base/auxv.c: Add copyright notice.
18624
3426d5ec
MC
186252004-08-04 Michael Chastain <mec.gnu@mindspring.com>
18626
18627 * gdb.base/coremaker.c: Add copyright notice.
18628 * gdb.base/coremaker2.c: Add copyright notice.
18629
8da195dd
AC
186302004-08-04 Andrew Cagney <cagney@gnu.org>
18631
18632 * gdb.base/store.exp: Update copyright.
18633 (check_set, up_set, check_struct, up_struct): Add a prefix to test
18634 names, do not import gdb_prompt.
18635
8d394f98
AC
186362004-08-01 Andrew Cagney <cagney@gnu.org>
18637
18638 Fix PR testsuite/1729.
18639 * gdb.base/dump.exp: Add test name to callers of capture_value, do
18640 not use capture_value with value 4.
18641 (capture_value): Add optional test name parameter.
18642 (test_reload_saved_value, test_restore_saved_value): Use $msg as
18643 the prefix, pass to capture_value.
18644
b6702b23
MK
186452004-08-01 Mark Kettenis <kettenis@gnu.org>
18646
18647 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
18648 * gdb.arch/i386-prologue.c (standard): New prototype and function.
18649 (main): Call new function.
18650
c203e0ca
MC
186512004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18652
18653 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
18654
a7995a30
MC
186552004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18656
18657 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
18658
9366563b
MC
186592004-07-31 Michael Chastain <mec.gnu@mindspring.com>
18660
b6eeaf26 18661 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
18662 Accept more values of vtbl pointer. Remove some messages
18663 about "obsolete gcc or gdb".
18664
2fc1f950
MC
186652004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18666
18667 * gdb.cp/classes.exp: Accept more varieties of ptype output.
18668
c724d49b
MC
186692004-07-30 Michael Chastain <mec.gnu@mindspring.com>
18670
18671 * gdb.base/asm-source.exp: Properly convert target board
18672 debug flags from gcc format to binutils format.
18673
736b0fce
MK
186742004-07-28 Mark Kettenis <kettenis@gnu.org>
18675
18676 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
18677 gdb1718". PR backtrace/1718 partially fixed.
18678
5633ea5c
JJ
186792004-07-27 Jeff Johnston <jjohnstn@redhat.com>
18680
18681 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
18682
575eebb1
NC
186832004-07-26 Nick Clifton <nickc@redhat.com>
18684
18685 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
18686 good default value for a specific architecture is available then
18687 set it to that value. Otherwise default to the -gstabs switch.
18688 Remove the -g... switches from the asm-flags variable. Allow the
18689 target board info to override the value if it wants to. Pass the
18690 switch on the assembler command line.
18691
62104619
MK
186922004-07-23 Mark Kettenis <kettenis@gnu.org>
18693
18694 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
18695 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
18696 (main): Call new function.
18697
4a1135b8
MC
186982004-07-22 Michael Chastain <mec.gnu@mindspring.com>
18699
18700 Test for PR exp/1715.
18701 * gdb.base/radix.exp: Refactor common procedures. Make all
18702 test names unique. Change XFAIL to KFAIL.
18703
8a12c1f0
MC
187042004-07-20 Michael Chastain <mec.gnu@mindspring.com>
18705
18706 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
18707 * gdb.ada/gnat_ada.gin: ... to here.
18708 * configure.in: Use gnat_ada.gin.
18709 * configure: Regenerate.
18710
23b451cf
AC
187112004-07-20 Andrew Cagney <cagney@gnu.org>
18712
18713 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
18714 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
18715 XFAILs. Clean up test messages and comments. Check backtraces.
18716 Delete re-sync code.
18717
ab618a02
MC
187182004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18719
18720 Fix PR cli/740.
18721 * gdb.base/annota1.exp: Honor gdb,nosignals.
18722 * gdb.base/annota3.exp: Likewise.
18723
46dad340
MC
187242004-07-19 Michael Chastain <mec.gnu@mindspring.com>
18725
18726 * lib/java.exp: Update copyright notice.
18727
756d8c70
AC
187282004-07-19 Andrew Cagney <cagney@gnu.org>
18729
18730 * gdb.base/selftest.exp: Copy file from here ...
18731 * gdb.gdb/selftest.exp: ... to here.
18732
586027e6
AC
187332004-07-16 Andrew Cagney <cagney@redhat.com>
18734
18735 * lib/insight-support.exp: Delete file.
18736 * lib/java.exp (java_init): Fix copyright.
18737
029d2200
AC
187382004-07-16 Andrew Cagney <cagney@gnu.org>
18739
18740 * gdb.base/restore.c: Append "prologue" to comments marking the a
18741 function's prologue.
18742 * gdb.base/restore.exp: Update copyright, re-indent.
18743 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
18744 callerN" prefix where needed. Update patterns that match a
18745 function's prologue.
18746
653b62c5
MC
187472004-07-16 Michael Chastain <mec.gnu@mindspring.com>
18748
18749 * gdb.base/restore.c: Add copyright notice.
18750
f7d690e5
AC
187512004-07-16 Andrew Cagney <cagney@gnu.org>
18752
18753 * gdb.base/logical.exp: Update copyright.
18754 (evaluate): New procedure. Use to re-implement tests using
18755 several tables.
18756
d629a7cb
MH
187572004-07-14 Martin Hunt <hunt@redhat.com>
18758
18759 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
18760 which fixes some problems where init.tcl was not found.
18761
9c7bb332
AC
187622004-07-13 Andrew Cagney <cagney@gnu.org>
18763
6bf46641
AC
18764 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
18765 (check_sizeof, check_valueof): Do not include the output in the
18766 test name. Use gdb_test.
18767 (get_valueof): Use gdb_test_multiple.
18768
c4ffd4c0
AC
18769 * gdb.base/step-test.exp: Update copyright. Use
18770 gdb_test_multiple. Ensure that test names do not include
18771 architecture dependent output.
18772
ab89363a
AC
18773 * gdb.gdb/observer.exp: Update copyright.
18774 (setup_test): Use gdb_test_multiple.
18775 (attach_first_observer, attach_second_observer)
18776 (attach_third_observer, detach_first_observer)
18777 (detach_second_observer, detach_third_observer)
18778 (reset_counters, check_counters): Make $message a prefix.
18779 (test_normal_stop_notifications): Add "args" parameter - a list of
18780 init functions to be called. Make $message a prefix,
18781 (test_observer_normal_stop): Change the message prefixes so that
18782 they are unique, pass the attach / detach procedures to
18783 test_normal_stop_notifications.
18784
ec58997a
AC
18785 * gdb.base/signull.exp (test_segv): Prefix all tests with
18786 "${name}". Clean up test messages.
18787
b475183b
AC
18788 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
18789
9c7bb332
AC
18790 * gdb.base/ena-dis-br.exp: Update copyright.
18791 (break_at): New function. Replace send_gdb with gdb_test,
18792 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
18793 ignore count, not stopped at bpt", with KFAIL.
18794
2dd95497
CV
187952004-07-13 Corinna Vinschen <vinschen@redhat.com>
18796
18797 * gdb.base/attach.exp: Remove cleanupfile handling.
18798
419e626b
AC
187992004-07-12 Andrew Cagney <cagney@gnu.org>
18800
18801 * gdb.base/annota1.exp: Cleanup corefile test name.
18802 * gdb.base/annota3.exp: Ditto.
18803
8b1b3228
AC
188042004-07-12 Andrew Cagney <cagney@gnu.org>
18805
78650829
AC
18806 * gdb.base/signals.exp: Clean up copyright, re-indent.
18807
8b1b3228
AC
18808 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
18809 gdb_test and gdb_test_multiple.
18810
935c2760
JJ
188112004-07-08 Jeff Johnston <jjohnstn@redhat.com>
18812
18813 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 18814 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
18815 provide line number info for first statement in main.
18816
1544280f
AC
188172004-07-08 Andrew Cagney <cagney@gnu.org>
18818
1279f4ff
AC
18819 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
18820
1544280f
AC
18821 * gdb.base/sigbpt.exp: Make the common part of each test name a
18822 prefix instead of suffix.
18823
bcc82369
BR
188242004-07-07 Bob Rossi <bob_rossi@cox.net>
18825
18826 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
18827 test from test_tbreak_creation_and_listing to
18828 test_file_list_exec_source_file
18829 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
18830 Changed name of test from test_tbreak_creation_and_listing to
18831 test_file_list_exec_source_file
18832
23f4b0aa
JJ
188332004-07-07 Jeff Johnston <jjohnstn@redhat.com>
18834
18835 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
18836 the jmisc() constructor instead of <init>.
18837 * gdb.java/jmisc1.exp: Ditto.
18838
56401cd5
AC
188392004-07-07 Andrew Cagney <cagney@gnu.org>
18840
18841 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
18842 corrupting the PC.
18843
44ae2f6a
MC
188442004-07-06 Michael Chastain <mec.gnu@mindspring.com>
18845
18846 * gdb.cp/templates.exp: Accept whitespace change in demangler
18847 output.
18848
45a83408
AC
188492004-07-06 Andrew Cagney <cagney@gnu.org>
18850
18851 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
18852
d205ad70
MC
188532004-07-02 Michael Chastain <mec.gnu@mindspring.com>
18854
18855 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
18856 * lib/compiler.cc: Likewise.
18857
06ea1a61
MC
188582004-06-30 Michael Chastain <mec.gnu@mindspring.com>
18859
18860 * lib/compiler.cc: Work around string preprocessing problem
18861 with old hp c++ compiler.
18862 * lib/compiler.c: Likewise.
18863
daab1251
CV
188642004-06-29 Corinna Vinschen <vinschen@redhat.com>
18865
18866 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
18867 directives to conditionalize symbol prefixing.
18868 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
18869 additional_flags handling. Add underscore prefix for Cygwin.
18870 * gdb.arch/i386-unwind.c: Use preprocessor directives to
18871 conditionalize symbol prefixing.
18872 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
18873 additional_flags handling. Add underscore prefix for Cygwin.
18874
cc984116
CV
188752004-06-29 Corinna Vinschen <vinschen@redhat.com>
18876
18877 * gdb.base/bigcore.exp: Skip test on Cygwin.
18878
c279b077
MC
188792004-06-28 Michael Chastain <mec.gnu@mindspring.com>
18880
18881 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
18882 formats for "info register". Use gdb_test_multiple. Fix
18883 the "invalid register" test.
18884
0e915747
CV
188852004-06-28 Corinna Vinschen <vinschen@redhat.com>
18886
18887 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
18888 PID for Cygwin. Add Cygwin specific strings to check for in some
18889 tests.
18890 (do_attach_tests): Add a test for user interaction when attaching
18891 to a process with no matching symbol table already loaded.
18892
11422c86
AC
188932004-06-26 Andrew Cagney <cagney@gnu.org>
18894
18895 Test PR java/1567 and PR java/1565.
18896 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
18897 * gdb.java/jmisc2.exp: Delete file.
18898
cefbce26
MC
188992004-06-26 Michael Chastain <mec.gnu@mindspring.com>
18900
18901 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
18902
e19f872c
CV
189032004-06-25 Corinna Vinschen <vinschen@redhat.com>
18904
18905 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
18906 attach process.
18907
d931ba3b
MC
189082004-06-23 Michael Chastain <mec.gnu@mindspring.com>
18909
18910 * gdb.cp/pr-1553.exp: Remove.
18911
aef68c48
MC
189122004-06-22 Michael Chastain <mec.gnu@mindspring.com>
18913
18914 * gdb.cp/pr-1553.cc: Remove.
18915 * gdb.cp/pr-1553.exp: Disable this test.
18916
8d5df71a
JB
189172004-06-20 Jim Blandy <jimb@redhat.com>
18918
a9c64011 18919 Fix PR testsuite/1680.
8d5df71a
JB
18920 * gdb.arch/i386-sse.exp: Properly quote curly braces in
18921 regular expressions.
18922
4ac6f39d
MC
189232004-06-19 Michael Chastain <mec.gnu@mindspring.com>
18924
18925 Fix PR testsuite/1679.
18926 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
18927 Issue an UNSUPPORTED result instead.
18928
1b413552
JB
189292004-06-18 Jim Blandy <jimb@redhat.com>
18930
18931 * gdb.base/charset.exp: Only send a control-C if we see a new
18932 prompt and incomplete command.
18933
6daa6ebd
MC
189342004-06-18 Michael Chastain <mec.gnu@mindspring.com>
18935
18936 * gdb.cp/pr-574.cc: Add copyright notice.
18937
51fa4ae0
JB
189382004-06-17 Jim Blandy <jimb@redhat.com>
18939
18940 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
18941 cases where the regexp has no groups; this grabs random text from
18942 the previous test suite, whatever that was.
18943
8fea26c5
MC
189442004-06-17 Michael Chastain <mec.gnu@mindspring.com>
18945
18946 * gdb.cp/printmethod.cc: Add copyright notice.
18947
1e3aeb41
MC
189482004-06-16 Michael Chastain <mec.gnu@mindspring.com>
18949
18950 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
18951
9d9030bc
AC
189522004-06-16 Andrew Cagney <cagney@gnu.org>
18953
18954 * gdb.base/signull.c: Update copyright. Include <string.h>.
18955 (bowler): Replace data_pointer with data_read
18956 and data_write cases. Add code_descriptor case.
18957 (zero, desc): New array and pointer.
18958 (data, code): Change to simple pointers.
18959 * gdb.base/signull.exp: Fix probe pattern matching a function
18960 descriptor SIGSEGV. Replace data_pointer with data_read and
18961 data_write tests.
18962
acd4ad44
AC
189632004-06-16 Andrew Cagney <cagney@gnu.org>
18964
18965 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
18966
08fd625c
MC
189672004-06-15 Michael Chastain <mec.gnu@mindspring.com>
18968
18969 * gdb.base/long_long.c: Add copyright notice.
18970
1903502c
MC
189712004-06-15 Michael Chastain <mec.gnu@mindspring.com>
18972
18973 * gdb.base/long_long.exp: Remove reference to
18974 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
18975 to gdb_breakpoint and gdb_continue_to_breakpoint.
18976
83313cb1
JB
189772004-06-14 Jim Blandy <jimb@redhat.com>
18978
18979 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
18980 endian case.
18981
1bf404ef
AC
189822004-06-14 Andrew Cagney <cagney@gnu.org>
18983
18984 * gdb.base/gcore.exp (capture_command_output): Delete the always
18985 passing tests containing inferior values.
18986 * gdb.base/ending-run.exp: Do not include the breakpoint address
18987 in the test message. Update copyright.
18988 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
18989 size in the test name, use gdb_test_multiple. Update copyright.
18990
ef220b33
MC
189912004-06-14 Michael Chastain <mec.gnu@mindspring.com>
18992
18993 * gdb.cp/ref-types.cc: Add copyright notice.
18994
4f70a4c9
MC
189952004-06-14 Michael Chastain <mec.gnu@mindspring.com>
18996
18997 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
18998 hp_aCC_compiler.
18999 * lib/compiler.cc: Likewise.
19000 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
19001 'set' commands. Log diagnostics for other lines. Set
19002 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
19003
335928ac
MC
190042004-06-13 Michael Chastain <mec.gnu@mindspring.com>
19005
19006 * gdb.cp/try_catch.cc: Add copyright notice.
19007
2efb12e8
MC
190082004-06-12 Michael Chastain <mec.gnu@mindspring.com>
19009
19010 * gdb.cp/userdef.cc: Add copyright notice.
19011
0bbed51a
MC
190122004-06-11 Michael Chastain <mec.gnu@mindspring.com>
19013
19014 * gdb.cp/virtfunc.cc: Add copyright notice.
19015
e12a46c9
RC
190162004-06-11 Randolph Chung <tausq@debian.org>
19017
19018 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
19019 problem.
19020
338e05af
AC
190212004-06-10 Andrew Cagney <cagney@gnu.org>
19022
19023 * lib/compiler.cc, lib/compiler.c: Append either
19024 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
19025 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
19026 instead of gcc-3-3.
19027
dc3f10cb
AC
190282004-06-09 Andrew Cagney <cagney@gnu.org>
19029
b4d946af
AC
19030 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
19031 gdb/1455, bug is specific to "long long" and "double".
a9c64011 19032
dc3f10cb
AC
19033 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
19034 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
19035 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
19036 fixed.
19037
b5c0bfa2
AC
190382004-06-09 Andrew Cagney <cagney@gnu.org>
19039
19040 * gdb.base/structs.exp (test_struct_returns): Replace
19041 "return_value_unknown" and "finish_value_unknown" by
19042 "return_value_known" and "finish_value_known". Instead of
19043 "return_value_unknown" iff "finish_value_unknown", check
19044 "return_value_known" implies "finish_value_known".
19045
caeb605f
MH
190462004-06-08 Martin Hunt <hunt@redhat.com>
19047
19048 * gdb.base/float.exp: Add pattern for mips targets.
19049
c892bb64
RC
190502004-06-08 Randolph Chung <tausq@debian.org>
19051
19052 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
19053 message for unknown architectures more clear.
19054
48306d3e
JB
190552004-06-08 Joel Brobecker <brobecker@gnat.com>
19056
19057 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
19058 start the execution of the program.
19059
83ecb59f
JB
190602004-06-07 Jim Blandy <jimb@redhat.com>
19061
19062 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
19063 * gdb.arch/i386-cpuid.h: New helper file.
19064
55264cb4
RC
190652004-06-07 Randolph Chung <tausq@debian.org>
19066
19067 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
19068 has started.
19069
23cadb28
RM
190702004-06-04 Roland McGrath <roland@redhat.com>
19071
19072 Fix PR gdb/1647.
19073 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
19074 differently to be robust to output buffering differences.
19075
51d01eda
MC
190762004-06-04 Michael Chastain <mec.gnu@mindspring.com>
19077
19078 * gdb.threads/pthreads.exp: Update copyright years.
19079 (check_control_c): Change asynchronous 'after' to synchronous.
19080
f4fc3b93
RM
190812004-06-04 Roland McGrath <roland@redhat.com>
19082
19083 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
19084 next gdb prompt.
19085
4013522b
MC
190862004-06-02 Michael Chastain <mec.gnu@mindspring.com>
19087
19088 Fix PR gdb/1636.
19089 * gdb.threads/manythreads.exp: Change asynchronous 'after'
19090 calls to synchronous.
19091
7a8f1e6b
JB
190922004-05-26 Jim Blandy <jimb@redhat.com>
19093
19094 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
19095
81bb3443
RC
190962004-05-24 Randolph Chung <tausq@debian.org>
19097
19098 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
19099 * gdb.asm/pa.inc: New file.
19100
8f5a3103
MK
191012004-05-22 Mark Kettenis <kettenis@gnu.org>
19102
19103 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
19104
734b8fe8 191052004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 19106 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
19107
19108 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
19109 GDB prompt.
19110
725603e1
UW
191112004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19112
f4fc3b93 19113 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
19114 setjmp/longjmp. Use sigaction instead of signal.
19115
8b923272 191162004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 19117 Michael Snyder <msnyder@redhat.com>
8b923272
JB
19118
19119 * gdb.threads/pthread_cond_wait.c: New file.
19120 * gdb.threads/pthread_cond_wait.exp: New testcase.
19121
8bfabb04
AC
191222004-05-13 Andrew Cagney <cagney@redhat.com>
19123
19124 * gdb.base/signull.exp, gdb.base/signull.c: New files.
19125 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
19126
42edda50
AC
191272004-05-11 Andrew Cagney <cagney@redhat.com>
19128
19129 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
19130 fixed but revealed gdb/1639.
19131
d303a6c7
AC
191322004-05-10 Andrew Cagney <cagney@redhat.com>
19133
19134 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
19135 func1" and "next to 2nd alarm", kernel bug avoided.
19136
bf08c2a1
DJ
191372004-05-10 Daniel Jacobowitz <dan@debian.org>
19138
19139 PR external/1568
19140 * gdb.base/bigcore.exp: Check the size of the dumped core file.
19141 XFAIL if it is smaller than bytes_allocated.
19142 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
19143 (main): Make chunks_allocated unsigned. Correct comment.
19144
c0586a34
JB
191452004-05-07 Joel Brobecker <brobecker@gnat.com>
19146
19147 * gdb.arch/powerpc-aix-prologue.c: New file.
19148 * gdb.arch/powerpc-aix-prologue.exp: New file.
19149
f2785d12
JB
191502004-05-07 Jim Blandy <jimb@redhat.com>
19151
19152 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
19153 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
19154
bd7f6e30
JB
191552004-05-06 Joel Brobecker <brobecker@gnat.com>
19156
19157 * gdb.base/sep.exp: No longer setup_kfail when the program was
19158 built with dwarf2.
19159
0a5e7efe
JI
191602004-05-05 Jim Ingham <jingham@apple.com>
19161
19162 * gdb.base/pending.exp: Make sure pending breakpoints
19163 preserve the ignore count.
f4fc3b93 19164
a8958849
MK
191652004-04-27 Jerome Guitton <guitton@gnat.com>
19166
19167 * i386-prologue.exp: Add testcase for jump instruction as first
19168 instruction of the real code.
19169 * i386-prologue.c (jump_at_beginning): New function.
19170
7e103f5b
MK
191712004-04-28 Mark Kettenis <kettenis@gnu.org>
19172
19173 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
19174 x86_64-*-*.
19175
5d38b224
MK
191762004-04-28 Mark Kettenis <kettenis@gnu.org>
19177
19178 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
19179 i*86-*-*.
19180
0ef32fd9
MK
191812004-04-25 Mark Kettenis <kettenis@gnu.org>
19182
19183 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
19184 expression that checks the return type.
19185
71d7dd7c
AC
191862004-04-23 Andrew Cagney <cagney@redhat.com>
19187
19188 * gdb.base/call-sc.exp: New test of scalar call/return values.
19189 * gdb.base/call-sc.c: Ditto.
19190
1e9f977e
JJ
191912004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19192
19193 * gdb.threads/manythreads.c: Reduce thread stack size.
19194
899d9e3a
JJ
191952004-04-23 Jeff Johnston <jjohnstn@redhat.com>
19196
19197 * gdb.threads/manythreads.c: Add copyright notice.
19198
61bcae62
AC
191992004-04-23 Andrew Cagney <cagney@redhat.com>
19200
19201 * gdb.base/siginfo.exp: Better handle step out of signal.
19202 * gdb.base/sigstep.exp: Ditto.
19203
7339a42e 192042004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 19205 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
19206
19207 * gdb.threads/manythreads.c: New testcase.
19208 * gdb.threads/manythreads.exp: Ditto.
19209
5c98409b
JB
192102004-04-22 Jim Blandy <jimb@redhat.com>
19211
19212 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
19213 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
19214
3b611f1a
MC
192152004-04-21 Michael Chastain <mec.gnu@mindspring.com>
19216
19217 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
19218
f0fd9238
AC
192192004-04-21 Andrew Cagney <cagney@redhat.com>
19220
19221 * gdb.base/sigstep.c: New file.
19222 * gdb.base/sigstep.exp: New file.
19223
90990674
JB
192242004-04-16 Joel Brobecker <brobecker@gnat.com>
19225
19226 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
19227 call to observer_notify_normal_stop.
19228
78cef34b
AC
192292004-04-15 Andrew Cagney <cagney@redhat.com>
19230
19231 * gdb.base/siginfo.c: New file.
19232 * gdb.base/siginfo.exp: New file.
19233
d2343407
JB
192342004-04-12 J. Brobecker <brobecker@gnat.com>
19235
19236 * gdb.base/sep.exp: Fix typo in comment.
19237
a2dba3c8
JB
192382004-04-12 J. Brobecker <brobecker@gnat.com>
19239
19240 * gdb.base/sep.c: New file.
19241 * gdb.base/sep-proc.c: New file.
19242 * gdb.base/sep.exp: New testcase.
19243
15f7b60e
MK
192442004-04-09 Mark Kettenis <kettenis@gnu.org>
19245
19246 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
19247 support.
19248
44f4de1a
AC
192492004-04-05 Andrew Cagney <cagney@redhat.com>
19250
19251 * gdb.base/sigaltstack.c: New file.
19252 * gdb.base/sigaltstack.exp: New file.
19253
ef04f396
JB
192542004-04-04 Joel Brobecker <brobecker@gnat.com>
19255
19256 * gdb.base/foll-fork.exp: Update the expected output for
19257 "help set follow-fork-mode", to match a change that was made
19258 to the help of this variable on 2004-01-13.
19259
d40d2c92
JB
192602004-04-01 Joel Brobecker <brobecker@gnat.com>
19261
19262 * lib/ada.exp: Add copyright notice.
19263 * bar.ads: Likewise.
19264 * bar.adb: Likewise.
19265 * null_record.adb: Likewise.
19266 * null_record.exp: Likewise.
19267 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
19268
f86ef5a3
JB
192692004-04-01 Joel Brobecker <brobecker@gnat.com>
19270
19271 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
19272 * configure: Regenerate.
19273
414e70e3
JB
192742004-04-01 Joel Brobecker <brobecker@gnat.com>
19275
19276 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
19277 to build the application. Remove the message printed when in
19278 verbose mode, redundant with the UNSUPPORTED message above.
19279
f0aaee49
JB
192802004-03-31 Joel Brobecker <brobecker@gnat.com>
19281
19282 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
19283 * gdb.ada (null_record.exp): New testcase.
19284
ac81cb54
JB
192852004-03-31 Joel Brobecker <brobecker@gnat.com>
19286
19287 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
19288
854af2f7
JB
192892004-03-31 Joel Brobecker <brobecker@gnat.com>
19290
19291 * gdb.ada: New subdirectory.
19292 * gdb.ada/Makefile.in: New file.
19293 * gdb.ada/gnat_ada.gpr.in: New file.
19294
034cb681
JB
192952004-03-31 Joel Brobecker <brobecker@gnat.com>
19296
19297 * lib/ada.exp: New file.
19298
78a1a894
DJ
192992004-03-24 Daniel Jacobowitz <drow@mvista.com>
19300
19301 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
19302 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
19303
4b2b3b3e
AC
193042004-03-22 Andrew Cagney <cagney@redhat.com>
19305
19306 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
19307 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
19308 Problem identified by Ulrich Weigand.
19309
23c73aa3
DC
193102004-03-17 David Carlton <carlton@kealia.com>
19311
19312 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
19313 PR c++/826.
19314
d63a86f8
RM
193152004-03-16 Roland McGrath <roland@redhat.com>
19316
19317 * gdb.base/auxv.exp: New file.
19318 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
19319
0e02aa50
DC
193202004-03-12 David Carlton <carlton@kealia.com>
19321
19322 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
19323 * gdb.cp/pr-1553.cc: Ditto.
19324 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
19325 pass branch.
19326
c20b71be
MC
193272004-03-12 Michael Chastain <mec.gnu@mindspring.com>
19328
19329 * gdb.cp/templates.exp: Accept more template types.
19330
c7414a01
MC
193312004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19332
19333 From Corinna Vinschen with modifications.
19334 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
19335 local variable obj_with_enum.
19336 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
19337 results with obj_with_enum.
19338
ed69573c
MC
193392004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19340
19341 * gdb.cp/classes.cc: New file, copied from misc.cc.
19342 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
19343
28301461
MC
193442004-03-09 Michael Chastain <mec.gnu@mindspring.com>
19345
19346 * gdb.cp/misc.cc: Add copyright notice.
19347
1198ecbe
DC
193482004-03-05 David Carlton <carlton@kealia.com>
19349
19350 * gdb.cp/rtti.exp: Add 'print *obj3' test.
19351 * gdb.cp/rtti.h: Update copyright.
19352 (namespace n2::n3): New.
19353 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
19354 (n2::n3::func3): New.
19355 (main): Call n2::n3::func3.
19356 * gdb.cp/rtti2.cc: Update copyright.
19357 (n2::create3): New.
19358
9e08c470
MK
193592004-03-04 Mark Kettenis <kettenis@gnu.org>
19360
19361 * gdb.asm/openbsd.inc: Fix typo.
19362
4bebc3aa
FF
193632004-03-03 Fred Fish <fnf@redhat.com>
19364
19365 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
19366 "val" instead of unused "size". Update copyright year.
19367
6ea9fb37
DJ
193682004-02-29 Daniel Jacobowitz <drow@mvista.com>
19369
19370 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
19371 to use unsigned char.
19372 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
19373 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
19374
23b23974
DJ
193752004-02-29 Daniel Jacobowitz <drow@mvista.com>
19376
19377 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
19378 line of output.
19379
7574fd53
DJ
193802004-02-28 Daniel Jacobowitz <drow@mvista.com>
19381
19382 * gdb.base/relocate.c (dummy): Initialize.
19383
a195357f
DJ
193842004-02-28 Daniel Jacobowitz <drow@mvista.com>
19385
19386 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
19387 a breakpoint at exit.
19388
72fd54a9
FF
193892004-02-27 Fred Fish <fnf@redhat.com>
19390
19391 * gdb.base/chng-syms.exp: Add expect condition to match failing
19392 case that isn't a timeout.
19393
b9d23137
AC
193942004-02-27 Andrew Cagney <cagney@redhat.com>
19395
19396 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
19397 support.
19398
15d208f6 193992004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 19400
15d208f6
FF
19401 * gdb.arch/gdb1431.c: Remove.
19402 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
19403 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
19404 of "until" incorrectly.
19405
98f9cd2d
JB
194062004-02-26 J. Brobecker <brobecker@gnat.com>
19407
19408 * gdb.cp/class2.cc (empty): New class.
19409 (refer): New function.
19410 (main): Declare an object of type empty and use it.
19411 * gdb.cp/class2.exp: Print the value of an object of type empty.
19412
9b50c11b
JJ
194132004-02-26 Jeff Johnston <jjohnstn@redhat.com>
19414
19415 * gdb.base/langs.exp: Update query string to match the
19416 new nquery format used for pending breakpoints.
19417
0dcd613f
AC
194182004-02-26 Andrew Cagney <cagney@redhat.com>
19419
19420 Fix PR i18n/1570.
19421 * gdb.base/charset.c: Update copyright notice.
19422 (main, init_string): Remove the escape character '\e' tests.
19423 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
19424 * gdb.base/charset.exp (valid_host_charset): Ditto.
19425 * gdb.base/setvar.exp: Ditto.
19426
b8a56647
AC
194272004-02-24 Andrew Cagney <cagney@redhat.com>
19428
90d59e34
AC
19429 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
19430 mmapped data in core file" PASS and FAIL messages consistent.
19431
b8a56647
AC
19432 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
19433 setting a breakpoint. Work around PR java/1565.
19434
9f27c604
JJ
194352004-02-23 Jeff Johnston <jjohnstn@redhat.com>
19436
19437 * lib/gdb.exp (gdb_breakpoint): Update query string to match
19438 new nquery format.
19439 * gdb.base/pending.exp: Ditto.
19440
3224a706
MK
194412004-02-22 Mark Kettenis <kettenis@gnu.org>
19442
19443 * configure.in: Run stabs tests on *BSD.
19444 * configure: Regenerated.
19445
41e0a9ca
MK
194462004-02-21 Mark Kettenis <kettenis@gnu.org>
19447
19448 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
19449
1e1b3428
FF
194502004-02-20 Fred Fish <fnf@redhat.com>
19451
19452 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
19453 blank in test for "returns short", for consistency with other
19454 "returns xxx" tests. Update copyright year.
19455
f9a7572a
FF
194562004-02-19 Fred Fish <fnf@redhat.com>
19457
19458 New testcase for PR breakpoint/1558.
19459 * gdb.arch/gdb1558.exp: New file.
19460 * gdb.arch/gdb1558.c: New file.
19461
b2ce2854
EZ
194622004-02-19 Elena Zannoni <ezannoni@redhat.com>
19463
19464 * gdb.base/nodebug.exp: Fix typo.
19465
e7c9ff01
JB
194662004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19467
19468 Committed by Jim Blandy <jimb@redhat.com>.
19469
62f4b920
JB
19470 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
19471
2db536a1
JB
19472 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
19473
e7c9ff01
JB
19474 * gdb.base/float.exp: Support s390*-*-* targets.
19475
f3205b34
AF
194762004-02-17 Adam Fedor <fedor@gnu.org>
19477
19478 * gdb.base/gdb1555.exp: New file.
19479 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
19480
9d62932d
EZ
194812004-02-17 Elena Zannoni <ezannoni@redhat.com>
19482
19483 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
19484
344c9711
FF
194852004-02-16 Fred Fish <fnf@redhat.com>
19486
19487 * gdb.arch/gdb1291.c: Remove
19488 * gdb.arch/gdb1291.s: New test input file.
19489 * gdb.arch/gdb1291.exp: Expand test to check case that should not
19490 fail. Test for correct result, known incorrect result, other
19491 failures and timeouts.
19492
2d822687
AC
194932004-02-16 Andrew Cagney <cagney@redhat.com>
19494
19495 * gdb.base/bigcore.exp: New file.
19496 * gdb.base/bigcore.c: New file.
19497
dac15b66
AC
194982004-02-13 Andrew Cagney <cagney@redhat.com>
19499
19500 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
19501 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
19502 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
19503 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
19504 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
19505 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
19506 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
19507 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
19508 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
19509 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
19510
6bdfc2c4
JJ
195112004-02-11 Jeff Johnston <jjohnstn@redhat.com>
19512
19513 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
19514 executed is an alloc instruction.
19515
87b3ede8
DC
195162004-02-11 David Carlton <carlton@kealia.com>
19517
19518 * gdb.cp/breakpoint.exp: New.
19519 * gdb.cp/breakpoint.cc: New.
19520
6e19e2bf
MC
195212004-02-11 Michael Chastain <mec.gnu@mindspring.com>
19522
19523 Partial fix for PR gdb/1543.
19524 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
19525 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
19526 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
19527 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
19528 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
19529 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
19530 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
19531 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
19532 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
19533 to bug-gdb@prep.ai.mit.edu .
19534 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
19535 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
19536 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
19537 Likewise.
19538
5c5455dc
AC
195392004-02-10 Andrew Cagney <cagney@redhat.com>
19540
19541 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
19542 using gdb_internal_error_resync.
19543
9cf689d7
DJ
195442004-02-09 Daniel Jacobowitz <drow@mvista.com>
19545
19546 * gdb.threads/thread-specific.exp: Stop early if no threads are
19547 found.
19548
d2dc51db
MC
195492004-02-09 Michael Chastain <mec.gnu@mindspring.com>
19550
19551 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
19552
14b1a056
DJ
195532004-02-08 Daniel Jacobowitz <drow@mvista.com>
19554
19555 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
19556 breakpoints.
19557
83f66e8f
DJ
195582004-02-07 Daniel Jacobowitz <drow@mvista.com>
19559
19560 * config/sim.exp (gdb_load): Handle $arg == "".
19561 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
19562 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
19563
30fc0091
EZ
195642004-02-07 Elena Zannoni <ezannoni@redhat.com>
19565
a9c64011
AS
19566 * gdb.base/maint.exp: Update test to reflect
19567 obstack changes.
30fc0091 19568
4d806929
JJ
195692004-02-04 Jeff Johnston <jjohnstn@redhat.com>
19570
19571 * gdb.base/pendshr.c (pendfunc): New function that calls
19572 pendfunc1.
19573 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
19574
7bfdd688
FF
195752004-02-04 Fred Fish <fnf@redhat.com>
19576
19577 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
19578 function symbols and update copyright years.
19579 * gdb.arch/gdb1291.c: Ditto.
19580
aaa08ee4
MC
195812004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19582
19583 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
19584
dbad7755
MC
195852004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19586
19587 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
19588
ec4646ef
MC
195892004-02-03 Michael Chastain <mec.gnu@mindspring.com>
19590
19591 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
19592
1b802196
FF
195932004-02-02 Fred Fish <fnf@redhat.com>
19594
19595 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
19596 remote targets. Update copyright years.
19597
18fe2033
JJ
195982004-02-02 Jeff Johnston <jjohnstn@redhat.com>
19599
19600 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
19601 support.
19602 * gdb.base/langs.exp: Fix test which attempts to create
19603 breakpoint on non-existent function to handle new pending
19604 support.
19605 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
19606 a breakpoint.
19607 * gdb.base/pending.exp: New test.
19608 * gdb.base/pending.c: New file.
19609 * gdb.base/pendshr.c: Ditto.
19610
8d577d32
DC
196112004-02-02 David Carlton <carlton@kealia.com>
19612
19613 * gdb.cp/overload.exp: Add overloadNamespace tests.
19614 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
19615 (overloadNamespace, XXX): New.
19616 (main): Call XXX::marker2.
19617
3ad13771
FF
196182004-02-01 Fred Fish <fnf@redhat.com>
19619
19620 * gdb.base/dump.exp: Use runto_main instead of "runto main".
19621 * gdb.base/finish.exp: Ditto.
19622 * gdb.base/gcore.exp: Ditto.
19623 * gdb.base/huge.exp: Ditto.
19624 * gdb.base/info-proc.exp: Ditto.
19625 * gdb.base/return2.exp: Ditto.
19626 * gdb.threads/gcore-thread.exp: Ditto.
19627
44c75849
DJ
196282004-02-01 Daniel Jacobowitz <drow@mvista.com>
19629
19630 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
19631
005bc093
MK
196322004-02-01 Mark Kettenis <kettenis@gnu.org>
19633
19634 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
19635 that opening the file succeeds on OpenBSD.
19636
c47cebdb
DJ
196372004-02-01 Daniel Jacobowitz <drow@mvista.com>
19638
19639 * gdb.threads/thread-specific.c: New file.
19640 * gdb.threads/threads-specific.exp: New test script.
19641 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
19642 to expect_out.
19643
5a01311c
MK
196442004-02-01 Mark Kettenis <kettenis@gnu.org>
19645
19646 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
19647 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
19648 only on the "print_small_structs from print_long_arg_list" test.
19649
ce22a4f1
DJ
196502004-02-01 Daniel Jacobowitz <drow@mvista.com>
19651
19652 * gdb.base/completion.exp: Kill a stray backslash.
19653
19654 From Jim Ingham <jingham@apple.com>:
19655 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
19656 agrees with the result from sending a tab.
19657
abbab9d3
DJ
196582004-01-31 Daniel Jacobowitz <drow@mvista.com>
19659
19660 * gdb.base/chng-syms.exp: Remove stray newline.
19661
53904d1e
MK
196622004-01-31 Mark Kettenis <kettenis@gnu.org>
19663
19664 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
19665 *-*-openbsd*.
19666 * gdb.asm/openbsd.inc: New file.
19667
3a4b3aac
MK
196682004-01-30 Mark Kettenis <kettenis@gnu.org>
19669
19670 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
19671 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
19672 *-*solaris2*. Remove commented out default settings for
19673 asm-flags. Replace gdb_compile with target_link.
19674
ebac27b4
MC
196752004-01-29 Michael Chastain <mec.gnu@mindspring.com>
19676
19677 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
19678 for all tests. Remove old hp-ux and cygnus xfail cases.
19679
d8679d84
PH
196802004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
19681
19682 * gdb.base/chng-syms.exp: New file.
19683 * gdb.base/chng-syms.c: New file.
19684
0a55bc22
MC
196852004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19686
19687 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
19688 Provide arms for current output in all my configurations.
19689
94b8e876
MC
196902004-01-24 Michael Chastain <mec.gnu@mindspring.com>
19691
19692 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
19693 * lib/compiler.cc: Likewise.
19694 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
19695 get the right preprocessor. Eval the output directly. Remove
19696 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
19697 hp_f77_compiler and hp_f90_compiler completely.
19698 (gdb_preprocess): Delete.
19699 (get_compiler): Delete.
19700
7cf03d44
MK
197012004-01-24 Mark Kettenis <kettenis@gnu.org>
19702
19703 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
19704 <string.h>.
19705
68b6dce9
NR
197062004-01-24 Nick Roberts <nick@nick.uklinux.net>
19707
19708 * gdb.mi/mi-stack.exp: Update copyright.
19709
b368761e
DC
197102004-01-23 David Carlton <carlton@kealia.com>
19711
19712 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
19713 test for cp_lookup_transparent_type.
19714 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
19715 call them.
19716
f2061b53
DJ
197172004-01-23 Daniel Jacobowitz <drow@mvista.com>
19718
19719 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
19720 after -var-update.
19721
37fc574a
DC
197222004-01-23 David Carlton <carlton@kealia.com>
19723
19724 * gdb.cp/namespace.cc (C::ensureRefs): New.
19725 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
19726
8e94b928
NR
197272004-01-20 Nick Roberts <nick@nick.uklinux.net>
19728
19729 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
19730 case "-stack-list-locals 2".
19731 * gdb.mi/mi-var-child.exp: Test for case
19732 "-var-list-children --all-values NAME".
19733
997b0952
MC
197342004-01-18 Michael Chastain <mec.gnu@mindspring.com>
19735
19736 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
19737
52470da3
MK
197382004-01-18 Mark Kettenis <kettenis@gnu.org>
19739
7049b4b8
MK
19740 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
19741 used with gdb_test_multiple.
19742
52470da3
MK
19743 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
19744 read at address 0. This fixes PR testsuite/1504.
19745
da6012e5
DJ
197462004-01-18 Daniel Jacobowitz <drow@mvista.com>
19747
19748 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
19749 Remove downloading, guessing the host executable, the calls to
19750 gdb_file_cmd and gdb_target_cmd, and "load" support.
19751 (infer_host_exec): New function broken out from gdb_load.
19752 (gdb_load): New wrapper for gdbserver_gdb_load.
19753 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
19754 gdb_target_cmd. Use -target-select.
19755 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
19756 Download binaries to the host. Clear last_mi_remote_file when
19757 we load a new binary.
19758 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
19759 call gdbserver_gdb_load and mi_gdb_target_cmd.
19760
32c70722
MC
197612004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19762
19763 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
19764 type patterns.
19765
b0cecf36
MC
197662004-01-17 Michael Chastain <mec.gnu@mindspring.com>
19767
19768 * gdb.cp/templates.exp: Fix typo in test name of
19769 "print Foo<volatile char*>::foo".
19770
4120d7e6
MC
197712004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19772
19773 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
19774
f679e530
BE
197752004-01-16 Ben Elliston <bje@wasabisystems.com>
19776
19777 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
19778 (clean mostlyclean): Remove empty rm.
19779
091c48f6
MC
197802004-01-15 Michael Chastain <mec.gnu@mindspring.com>
19781
19782 * gdb.base/setvar.exp: Add copyright years.
19783
3e5fc8d2
DC
197842004-01-14 David Carlton <carlton@bactrian.org>
19785
19786 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
19787 PR c++/1511 and update coment.
19788 * gdb.cp/templates.exp: Update patterns to match current output.
19789 If changes involve something other than whitespace, KFAIL
19790 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
19791
63d06c5c
DC
197922004-01-14 David Carlton <carlton@kealia.com>
19793
19794 * gdb.cp/namespace.exp: Add tests involving classes defined within
19795 namespaces.
19796 * gdb.cp/namespace.cc (C::CClass): New.
19797 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
19798
a51dab88
EZ
197992004-01-14 Elena Zannoni <ezannoni@redhat.com>
19800
19801 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
19802 what debug info we have. Print a better message if something goes
19803 wrong while producing the separate debug info file.
19804
a476ccc9
MC
198052004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19806
19807 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
19808
f453692c
MC
198092004-01-14 Michael Chastain <mec.gnu@mindspring.com>
19810
19811 * gdb.base/callfuncs.c: Add copyright notice.
19812
f40063a5
MC
198132004-01-13 Michael Chastain <mec.gnu@mindspring.com>
19814
19815 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
19816 inheritance. PR gdb/1498, PR gcc/13539.
19817
19ac3974
EZ
198182004-01-13 Elena Zannoni <ezannoni@redhat.com>
19819
a9c64011
AS
19820 * gdb.threads/gcore-thread.exp: Prefix name of binary with
19821 test specific name.
19822 * gdb.mi/gdb669.exp: Ditto.
19823 * gdb.mi/mi-pthreads.exp: Ditto.
19824 * gdb.mi/mi1-pthreads.exp: Ditto.
19825 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 19826
56c97c6e
MC
198272004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19828
19829 * gdb.cp/member-ptr.cc: Add copyright notice.
19830
a0644324
MC
198312004-01-12 Michael Chastain <mec.gnu@mindspring.com>
19832
19833 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
19834 some patterns for recent versions of gcc and hpacc. Delete
19835 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
19836 Delete tests that access a NULL pointer-to-member-data. This
19837 script is still disabled for gcc.
19838
32fabe09
EZ
198392004-01-12 Elena Zannoni <ezannoni@redhat.com>
19840
19841 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 19842 escaped correctly.
32fabe09 19843
1f8a6abb
EZ
198442004-01-12 Elena Zannoni <ezannoni@redhat.com>
19845
19846 * gdb.base/sepdebug.exp: New file.
19847 * gdb.base/sepdebug.c: New file.
19848 * lib/gdb.exp (separate_debug_filename): New procedure.
19849 (gdb_gnu_strip_debug): New procedure.
19850
48efe704
AC
198512004-01-12 Andrew Cagney <cagney@redhat.com>
19852
19853 * gdb.mi/ChangeLog: Delete file. Renamed to ...
19854 * gdb.mi/ChangeLog-1999-2003: New file.
19855
a9415475
AC
198562004-01-12 Andrew Cagney <cagney@redhat.com>
19857
19858 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
19859 "Renaming a directory to a non-empty directory returns ENOTEMPTY
19860 or EEXIST", treat EBUSY as an XFAIL.
19861
83b8cf9d
MC
198622004-01-11 Michael Chastain <mec.gnu@mindspring.com>
19863
19864 * gdb.base/scope.exp: Remove obsolete setup_xfail for
19865 hp_cc_compiler.
19866
9939d2a8
MC
198672004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19868
19869 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
19870 decorations.
19871
1ff8cadf
MC
198722004-01-10 Michael Chastain <mec.gnu@mindspring.com>
19873
19874 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
19875 and "(aCC)" decorations. Remove obsolete doco about old
19876 test results.
19877
6fa9022e
MC
198782004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19879
19880 * gdb.cp/exception.exp: Fix typo in doco.
19881
209721fe
MK
198822004-01-09 Mark Kettenis <kettenis@gnu.org>
19883
19884 * gdb.base/gdb1476.exp: Fix typo.
19885
ef11303e
MC
198862004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19887
19888 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
19889 file.
19890
041ab88c
MC
198912004-01-09 Michael Chastain <mec.gnu@mindspring.com>
19892
19893 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
19894 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
19895 Use gdb_compile. Remove restriction on gcc. Add some patterns
19896 for recent version of gdb. Delete second half, which was a copy
19897 of the first half with different build flags. This test is
19898 still disabled because it is still not ready for production.
19899
e36d075a
MC
199002004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19901
19902 * gdb.cp/exception.cc: Add copyright notice.
19903 * gdb.cp/exception.exp: Add a notice that this file is broken
19904 because of line number changes caused by addition of copyright
19905 notice.
19906
42b190ad
MC
199072004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19908
19909 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
19910 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
19911
8f25f06b
MC
199122004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19913
19914 * gdb.cp/classes.exp: Accept gnu abi 2.
19915 * gdb.cp/derivation.exp: Likewise.
19916 * gdb.cp/overload.exp: Likewise.
19917 * gdb.cp/virtfunc.exp: Likewise.
19918
06ded8b8
MC
199192004-01-08 Michael Chastain <mec.gnu@mindspring.com>
19920
19921 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
19922 semicolon after end of function.
19923
77c26ae3
MC
199242004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19925
19926 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
19927 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
19928 boilerplate code for compiling and running the program under
19929 test. Add some string method tests.
19930
20757486
MC
199312004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19932
19933 * gdb.cp/bs15503.cc: Add copyright notice.
19934 * gdb.cp/bs15503.exp: Adjust line number.
19935
0fd3b503
MC
199362004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19937
19938 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
19939 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
19940
10d1bea8
MC
199412004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19942
19943 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
19944 hp_cc_compiler.
19945
2789202a
MC
199462004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19947
19948 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
19949 * gdb.cp/ctti.exp: Use the marker instead of "next".
19950 With gcc, run further before bailing.
19951
b862f14c
MC
199522004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19953
19954 * gdb.cp/cttiadd.cc: Add copyright notice.
19955 * gdb.cp/cttiadd1.cc: Likewise.
19956 * gdb.cp/cttiadd2.cc: Likewise.
19957 * gdb.cp/cttiadd3.cc: Likewise.
19958
96da2469
MC
199592004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19960
19961 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
19962 Use gdb_test, gdb_test_multiple. Use floating-point values that
19963 have exact representations in IEEE-ish formats.
19964
053248ff
MC
199652004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19966
19967 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
19968 compilers. Delete duplicate call to get_compiler_info.
19969 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
19970 * gdb.base/volatile.exp: Likewise.
19971
84acecdd
MK
199722004-01-07 Mark Kettenis <kettenis@gnu.org>
19973
19974 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
19975 memory at address 0.
19976
fe11a27f
MC
199772004-01-07 Michael Chastain <mec.gnu@mindspring.com>
19978
19979 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
19980 to test for hp-ux assembler. Fix copyright years.
19981
60ad077b
AC
199822004-01-07 Andrew Cagney <cagney@redhat.com>
19983
19984 * gdb.base/fileio.c (strerrno): Add "EBUSY".
19985
1c9b8f33
AC
199862004-01-07 Andrew Cagney <cagney@redhat.com>
19987
19988 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
19989 when creating the read-only file. From analysis by Roland McGrath
19990 and Elena Zannoni.
19991
753ccc7a
MC
199922004-01-06 Michael Chastain <mec.gnu@mindspring.com>
19993
19994 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
19995
eca3e36b
MC
199962004-01-06 Michael Chastain <mec.gnu@mindspring.com>
19997
19998 * gdb.base/cvexpr.c: Be type-safe with function pointers and
19999 data pointers.
20000
f8d4bac4
MC
200012004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20002
20003 * gdb.cp/m-static.exp: Compile one source file at a time.
20004 Delete unused call to get_compiler_info.
20005
9b4e0f94
MC
200062004-01-06 Michael Chastain <mec.gnu@mindspring.com>
20007
20008 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
20009 * gdb.base/call-rt-st.exp: Likewise.
20010 * gdb.base/nodebug.exp: Likewise.
20011 * gdb.base/volatile.exp: Likewise.
20012 * gdb.cp/ref-types.exp: Likewise.
20013 * gdb.cp/templates.exp: Likewise.
20014
023c1024
MK
200152004-01-05 Mark Kettenis <kettenis@gnu.org>
20016
20017 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
20018
19703c4a
MC
200192004-01-05 Michael Chastain <mec.gnu@mindspring.com>
20020
20021 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
20022 hppa*-hp-hpux*.
20023
18b67037
MK
200242004-01-04 Mark Kettenis <kettenis@gnu.org>
20025
ba6219c8
MK
20026 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20027 x86_64-*-*.
20028
18b67037
MK
20029 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
20030 sparc64-*-* and sparc*-solaris2*.
20031
1bfbbb9d
MK
200322004-01-04 Mark Kettenis <kettenis@gnu.org>
20033
20034 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
20035 return ${tests}" test. The ${tests} already mentions the
20036 filename.
20037
06846494
MC
200382004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20039
20040 * gdb.cp/local.exp: Accept gcc abi 2.
20041
3b0cb202
MC
200422004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20043
20044 * gdb.cp/templates.exp: Accept gcc abi 2.
20045
0643ec3f
MC
200462004-01-02 Michael Chastain <mec.gnu@mindspring.com>
20047
20048 * lib/compiler.cc: Remove supports_template_debugging.
20049 * gdb.cp/templates.exp: Do not test supports_template_debugging.
20050
d231d0b1
MC
200512004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20052
20053 * gdb.cp/namespace.exp: Accept gcc abi 2.
20054
44ffb27c
MC
200552004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20056
20057 * gdb.cp/method.exp: Accept gcc abi 2.
20058
184ad485
MC
200592004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20060
20061 * gdb.cp/classes.exp: Generate identical results as old version.
20062 * gdb.cp/derivation.exp: Likewise.
20063 * gdb.cp/overload.exp: Likewise.
20064 * gdb.cp/virtfunc.exp: Likewise.
20065
116f09e7
MC
200662004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20067
20068 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
20069 mysterious bug with sourceware version of expect.
20070
b1379776
MC
200712004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20072
20073 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
20074 current versions of gcc, including gcc abi 2. Remove gratuitous
20075 restart of test program. Use gdb_test_multiple and gdb_test for
20076 all tests. Add patterns to xfail missing "const" in "const char *"
20077 and kfail PR gdb/1155.
20078
6b7a4c0e
MC
200792004-01-01 Michael Chastain <mec.gnu@mindspring.com>
20080
20081 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
20082 current versions of gcc, including gcc abi 2. Remove gratuitous
20083 restart of test program. Use gdb_test_multiple and gdb_test for
20084 all tests. Add patterns to kfail PR gdb/1498.
20085
51615d72
MC
200862003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20087
20088 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
20089 current versions of gcc, including gcc abi 2. Use "breakpoint"
20090 and "continue" instead of restarting the target program. Use
20091 gdb_test_multiple and gdb_test for all tests.
20092
7b79a9d7
MK
200932004-01-01 Mark Kettenis <kettenis@gnu.org>
20094
20095 * gdb.asm/asm-source.exp: Update copyright year. Link statically
20096 for *-*-solaris2*.
20097
1cd3489f
MC
200982003-12-31 Michael Chastain <mec.gnu@mindspring.com>
20099
20100 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
20101 current versions of gcc, including gcc abi 2. Use "breakpoint"
20102 and "continue" instead of restarting the target program several
20103 times. Use gdb_test_multiple and gdb_test for all tests.
20104
850742db
MC
201052003-12-18 Michael Chastain <mec.gnu@mindspring.com>
20106
20107 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
20108 source files.
20109
eb4bbda8
MC
201102003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20111
20112 * gdb.base/environ.exp: Handle compiling test case from multiple
20113 source files.
20114
e42c7771
MC
201152003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20116
20117 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
20118
80e4b428
JB
201192003-12-17 Jim Blandy <jimb@redhat.com>
20120
5f06973a
JB
20121 * gdb.base/freebpcmd.c: Add copyright notice.
20122
80e4b428
JB
20123 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
20124
0ab84fb7
MC
201252003-12-16 Michael Chastain <mec.gnu@mindspring.com>
20126
20127 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
20128
1b3bb3d0
JB
201292003-12-13 Jim Blandy <jimb@redhat.com>
20130
20131 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
20132
3a4c9371
KB
201332003-12-12 Kevin Buettner <kevinb@redhat.com>
20134
20135 * gdb.asm/frv.inc: New file.
20136 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
20137
a1dea79a
FF
201382003-12-09 Fred Fish <fnf@redhat.com>
20139
20140 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
20141 functions to break1.c and leave prototypes behind. Add more
20142 "set breakpoint NN here" comments.
20143 * gdb.base/break1.c: New file.
20144
20145 * gdb.base/break.exp: Handle compiling test case from multiple
20146 source files and change source file references as needed.
20147 * gdb.base/completion.exp: Ditto.
20148 * gdb.base/condbreak.exp: Ditto.
20149 * gdb.base/define.exp: Ditto.
20150 * gdb.base/ena-dis-br.exp: Ditto.
20151 * gdb.base/info-proc.exp: Ditto.
20152 * gdb.base/maint.exp: Ditto.
20153 * gdb.base/until.exp: Ditto.
20154
20155 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
20156 hardcoded line numbers.
20157 * gdb.base/define.exp: Ditto.
20158 * gdb.base/ena-dis-br.exp: Ditto.
20159 * gdb.base/maint.exp: Ditto.
20160 * gdb.base/until.exp: Ditto.
20161
20162 * gdb.base/completion.exp: Use "break1" for completion tests since
20163 "break" is no longer a unique prefix.
20164
5266b69c
AC
201652003-12-06 Andrew Cagney <cagney@redhat.com>
20166
20167 * gdb.base/structs.exp (test_struct_returns): When applicable, set
20168 "return_value_unimplemented". When an unimplemented struct return
20169 architecture, report incorrect values as a KFAIL
20170
374451f0
MC
201712003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20172
20173 * gdb.cp/rtti.exp: Accept new wording of warning from
20174 cp_lookup_rtti_type.
20175
ba9b20a7
MC
201762003-12-05 Michael Chastain <mec.gnu@mindspring.com>
20177
20178 Partial fix for PR testsuite/1456.
20179 * gdb.base/scope.exp (test_at_main): Replace references to
20180 gcc_compiled with calls to test_compiler_info.
20181 (test_at_foo): Likewise.
20182 (test_at_bar): Likewise.
20183
b74b6d0b
MC
201842003-12-04 Michael Chastain <mec.gnu@mindspring.com>
20185
20186 Partial fix for PR testsuite/1456.
20187 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
20188 to test_compiler_info.
20189
ccfa3402
MC
201902003-12-03 Michael Chastain <mec.gnu@mindspring.com>
20191
20192 * gdb.base/so-impl-ld.exp: Update copyright notice.
20193
f6246aba
MC
201942003-12-02 Michael Chastain <mec.gnu@mindspring.com>
20195
20196 Partial fix for PR testsuite/1456.
20197 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
20198 to test_compiler_info.
20199
13ae734a
MC
202002003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20201
20202 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
20203 from current versions of gdb. Clean up regular expressions.
20204 Delete redundant timeout case.
20205
d8e1cdee
MC
202062003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20207
20208 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
20209 from current versions of gdb. Clean up regular expressions.
20210 Delete redundant timeout case.
20211
96457b64
MC
202122003-12-01 Michael Chastain <mec.gnu@mindspring.com>
20213
20214 Partial fix for PR testsuite/1456.
20215 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
20216 gcc_compiled with call to test_compiler_info.
20217
f35309fc
MC
202182003-11-30 Michael Chastain <mec.gnu@mindspring.com>
20219
20220 Partial fix for PR testsuite/1456.
20221 * gdb.base/list.exp (test_list_function): Delete unused declaration
20222 of gcc_compiled.
20223
d7afdf9b
MC
202242003-11-29 Michael Chastain <mec.gnu@mindspring.com>
20225
20226 Partial fix for PR testsuite/1456.
20227 * gdb.base/complex.exp: Replace reference to gcc_compiled with
20228 call to test_compiler_info.
20229
71507b56
MK
202302003-11-29 Mark Kettenis <kettenis@gnu.org>
20231
20232 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
20233 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
20234 it to create the appropriate note.inc.
20235 * gdb.asm/asmsrc1.s: Include "note.inc".
20236 * gdb.asm/netbsd.inc: New file.
20237 * gdb.asm/empty.inc: New file.
20238
f81f93f7
MC
202392003-11-28 Michael Chastain <mec.gnu@mindspring.com>
20240
20241 Partial fix for PR testsuite/1456.
20242 * gdb.base/constvars.exp: Replace references to gcc_compiled with
20243 calls to test_compiler_info.
20244
9a77938e
MC
202452003-11-27 Michael Chastain <mec.gnu@mindspring.com>
20246
20247 Partial fix for PR testsuite/1456.
20248 * gdb.base/volatile.exp: Replace references to gcc_compiled with
20249 calls to test_compiler_info.
20250
e8367dc7
MK
202512003-11-27 Mark Kettenis <kettenis@gnu.org>
20252
20253 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
20254 pattern for the KFAILs.
20255
526c61ee
AF
202562003-11-25 Adam Fedor <fedor@gnu.org>
20257
20258 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
20259 * gdb.objc/objcdecode.m: New file.
20260
28f2d600
AF
202612003-11-25 Adam Fedor <fedor@gnu.org>
20262
20263 * gdb.objc/nondebug.exp: Test for PR objc/1236.
20264 * gdb.objc/nondebug.m: New file.
20265
a3895cee
BE
202662003-11-26 Ben Elliston <bje@wasabisystems.com>
20267
20268 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20269 NetBSD as it does on FreeBSD. Modelled on a similar change by
20270 Mark Kettenis on 2003-05-30.
20271 (link-flags): Set to "--entry _start" regardless of target.
20272 Special linker flags are to be appended to $link-flags.
20273 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
20274
c9f2c8a3
MC
202752003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20276
20277 * gdb.cp/method.exp: Accept output of new demangler.
20278
15a0587a 202792003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
20280
20281 * gdb/class2.exp: New file.
20282 * gdb/class2.cc: New file.
20283
3c00b570
MC
202842003-11-25 Michael Chastain <mec.gnu@mindspring.com>
20285
20286 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
20287 of new demangler.
20288
7027acc7
MK
202892003-11-23 Mark Kettenis <kettenis@gnu.org>
20290
20291 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
20292 of gdb_test "run".
20293
b0e1598a
MK
202942003-11-23 Mark Kettenis <kettenis@gnu.org>
20295
20296 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
20297 "continue" into "run".
20298
4d9eda44
MC
202992003-11-23 Michael Chastain <mec.gnu@mindspring.com>
20300
20301 Partial fix for PR testsuite/1456.
20302 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
20303 call to test_compiler_info.
20304 * gdb.cp/ctti.exp: Likewise.
20305 * gdb.cp/derivation.exp: Likewise.
20306 * gdb.cp/member-ptr.exp: Likewise.
20307 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
20308 reference to gcc_compiled.
20309
203102003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
20311
20312 Fix PR testsuite/1463.
20313 * gdb.base/structs.exp (start_structs_test): Call
20314 get_debug_format before using the debug format.
20315
d422fe19
AC
203162003-11-22 Andrew Cagney <cagney@redhat.com>
20317
20318 * lib/gdb.exp (gdb_test_multiple): Add simple example.
20319 * gdb.base/structs.exp: Use gdb_test_multiple.
20320
039cf96d
AC
203212003-11-20 Andrew Cagney <cagney@redhat.com>
20322
6882279b
AC
20323 * gdb.base/structs.exp: Handle and recover from internal errors.
20324 Replace "foo${n}" with "foo<n>" in test messages.
20325
e53890ae
AC
20326 * gdb.base/structs.exp: Update copyright. Rewrite.
20327 * gdb.base/structs.c: Update copyright. Rewrite.
20328
2b211c59
AC
20329 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
20330 resync count exceeded.
d63a86f8 20331
039cf96d
AC
20332 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
20333 from the internal error.
20334 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
20335 Original from Jim Blandy.
20336 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 20337
eac98b22
AC
203382003-11-19 Andrew Cagney <cagney@redhat.com>
20339
20340 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
20341 KFAIL.
20342
67455b2a
MK
203432003-11-17 Mark Kettenis <kettenis@gnu.org>
20344
20345 New testcase for PR backtrace/1435.
20346 * gdb.arch/i386-unwind.exp: New file.
20347 * gdb.arch/i386-unwind.c: New file.
20348
853d6e5b
AC
203492003-11-17 Andrew Cagney <cagney@redhat.com>
20350
20351 * lib/gdb.exp (compiler_info): New global.
20352 (test_compiler_info): New function.
20353 (get_compiler_info): Set compiler_info.
20354 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
20355 "compiler_info" to gcc-<major>-<minor>.
20356
38cf6e11
MC
203572003-11-15 Michael Chastain <mec.gnu@mindspring.com>
20358
20359 * gdb.trace/configure: Remove.
20360
a50d3602
EZ
203612003-11-13 Elena Zannoni <ezannoni@redhat.com>
20362
20363 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 20364 breakpoints.
a50d3602
EZ
20365 * gdb.base/break.exp: Remove all references to explicit line
20366 numbers.
20367
d9407aaa
NC
203682003-11-11 Nick Clifton <nickc@redhat.com>
20369
20370 * gdb.base/shreloc.exp: Do not run for targets which do not
20371 support shared objects.
20372
db488fc1
CV
203732003-11-10 Corinna Vinschen <vinschen@redhat.com>
20374
20375 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
20376 Don't run tests if nofileio flag is given.
20377
6a90a18e
EZ
203782003-11-07 Elena Zannoni <ezannoni@redhat.com>
20379
20380 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 20381 as well as 'Watchpoint'.
6a90a18e 20382
0b915e9c
EZ
203832003-11-06 Elena Zannoni <ezannoni@redhat.com>
20384
20385 Reported by Jim Ingham <jingham@apple.com>:
20386 * gdb.base/annota1.exp: Match at least one occurrence of the
20387 signal handler annotation.
20388
d7e4b55f
EZ
203892003-11-06 Elena Zannoni <ezannoni@redhat.com>
20390
a9c64011
AS
20391 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
20392 as well as 'Watchpoint'.
d7e4b55f 20393
2fe4e8d0
MC
203942003-11-05 Michael Chastain <mec@shout.net>
20395
20396 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
20397
6ef88553
KW
203982003-11-03 Kris Warkentin <kewarken@qnx.com>
20399
20400 * gdb.arch/gdb1291.c: New test file.
20401 * gdb.arch/gdb1291.exp: New test script.
20402 * gdb.arch/gdb1431.c: New test file.
20403 * gdb.arch/gdb1431.exp: New test script.
20404
ae7dc4d8
MC
204052003-10-22 Michael Chastain <mec@shout.net>
20406
20407 * gdb.mi/pthreads.c: Add copyright notice.
20408
c39d7427
MC
204092003-10-22 Michael Chastain <mec@shout.net>
20410
20411 * gdb.threads/pthreads.c: Add copyright notice.
20412
8b7d96c1
MC
204132003-10-20 Michael Chastain <mec@shout.net>
20414
20415 * gdb.base/gdb1056.exp: New test script.
20416
d1d69fdd
DJ
204172003-10-13 Daniel Jacobowitz <drow@mvista.com>
20418
20419 * gdb.threads/killed.exp: Use gdb_run_cmd.
20420
7d605576
DJ
204212003-10-13 Daniel Jacobowitz <drow@mvista.com>
20422
20423 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
20424 create a core file.
20425 * gdb.threads/gcore-thread.exp: Likewise.
20426
618ec112
CV
204272003-10-13 Corinna Vinschen <vinschen@redhat.com>
20428
20429 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
20430 type, based on char type.
20431 (struct bit_flags_short_t): New bitfield type, based on short type.
20432 (init_bit_flags_char): New fuction.
20433 (init_bit_flags_short): Ditto.
20434 (print_bit_flags_char): Ditto.
20435 (print_bit_flags_short): Ditto.
20436 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
20437
9367a73c
MC
204382003-10-11 Michael Chastain <mec@shout.net>
20439
20440 * gdb.base/call-rt-st.exp: Update copyright year.
20441
1decf120
KI
204422003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
20443
20444 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
20445 * gdb.disasm/sh3.s: Ditto.
20446
5445b2ae
DJ
204472003-10-07 Daniel Jacobowitz <drow@mvista.com>
20448
20449 * gdb.threads/switch-threads.exp: New test.
20450 * gdb.threads/switch-threads.c: New source file.
20451
aec24853
CV
204522003-10-07 Corinna Vinschen <vinschen@redhat.com>
20453
20454 * gdb.base/ending-run.exp: Add sh specific case.
20455
adc7428d
AC
204562003-10-06 Andrew Cagney <cagney@redhat.com>
20457
20458 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
20459 * gdb.disasm/mn10200.exp: Delete obsolete file.
20460
c9d37158
DJ
204612003-09-29 Daniel Jacobowitz <drow@mvista.com>
20462
20463 * ChangeLog: Correct an entry command.exp -> commands.exp.
20464 * gdb.base/commands.exp (bp_deleted_in_command_test)
20465 (temporary_breakpoint_commands): Check noargs.
20466
79c2c32d
DC
204672003-09-25 David Carlton <carlton@kealia.com>
20468
20469 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
20470 of some print tests, where appropriate. Add tests for C::D::cd,
20471 E::ce, F::cXfX, G::XgX.
20472 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
20473
594e6d67
RE
204742003-09-25 Richard Earnshaw <rearnsha@arm.com>
20475
20476 * lib/java.exp (java_init): Import target_alias before using it.
20477
10f0d451
DC
204782003-09-25 David Carlton <carlton@kealia.com>
20479
20480 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
20481
274bcba0
EZ
204822003-09-23 Elena Zannoni <ezannoni@redhat.com>
20483
d63a86f8 20484 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 20485 weirdness.
274bcba0 20486
cdbf20f7
MC
204872003-09-17 Michael Chastain <mec@shout.net>
20488
20489 * gdb.cp/gdb1355.exp: New file.
20490 * gdb.cp/gdb1355.c: New file.
20491
71e06f80
CV
204922003-09-15 Corinna Vinschen <vinschen@redhat.com>
20493
20494 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
20495 * gdb.asm/sh.inc: New file.
20496
5c4e30ca
DC
204972003-09-11 David Carlton <carlton@kealia.com>
20498
bd45b7af
DC
20499 * gdb.cp/namespace.exp: Add tests for namespace types.
20500 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
20501 (test_namespace): New.
20502
1c199746
EZ
205032003-09-11 Elena Zannoni <ezannoni@redhat.com>
20504
a9c64011 20505 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 20506 * gdb.stabs/weird.exp: Ditto.
1c199746 20507
04ed252f
MC
205082003-09-08 Michael Chastain <mec@shout.net>
20509
20510 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
20511
d8a2d9e7
MC
205122003-09-07 Michael Chastain <mec@shout.net>
20513
20514 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
20515 'parse error'.
20516
161afb24
MK
205172003-09-07 Mark Kettenis <m.kettenis@osp.nl>
20518
20519 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
20520
49f2741a
MC
205212003-08-30 Michael Chastain <mec@shout.net>
20522
20523 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
20524 * gdb.gdb/observer.exp: Ditto.
20525 * gdb.gdb/xfullpath.exp: Ditto.
20526
8afa723e
MK
205272003-08-29 Mark Kettenis <kettenis@gnu.org>
20528
20529 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
20530 *-*-*bsd*.
20531
f31dfe3b
JJ
205322003-08-28 Jeff Johnston <jjohnstn@redhat.com>
20533
20534 * gdb.base/dump.exp: Skip for ia64.
20535
4630e498
JJ
205362003-08-25 Jeff Johnston <jjohnstn@redhat.com>
20537
20538 * gdb.asm/asm-source.exp: Add ia64 support.
20539 * gdb.asm/ia64.inc: New file.
20540
1105b7ef
MC
205412003-08-22 Michael Chastain <mec@shout.net>
20542
20543 * gdb.cp: New directory.
20544 * gdb.cp/*: Copy from gdb.c++/*.
20545 * gdb.c++/*: Remove.
20546 * Makefile.in: Change gdb.c++ to gdb.cp.
20547 * configure.in: Ditto.
20548 * configure: Regnerate.
20549
c945b932
MK
205502003-08-18 Mark Kettenis <kettenis@gnu.org>
20551
20552 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
20553 * gdb.arch/i386-prologue.c (gdb1338): Add function.
20554
2b66634b
DJ
205552003-08-17 Daniel Jacobowitz <drow@mvista.com>
20556
20557 * mi-var-display.exp (-var-list-children weird): Accept function
20558 pointers with argument types.
20559 * mi1-var-display.exp (-var-list-children weird): Likewise.
20560 * mi2-var-display.exp (-var-list-children weird): Likewise.
20561
a356f73b
DJ
205622003-08-17 Daniel Jacobowitz <drow@mvista.com>
20563
20564 * gdb.base/annota3.exp: Add missing newline.
20565
483417b8
MC
205662003-08-06 Michael Chastain <mec@shout.net>
20567
20568 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
20569
c99c59c3
MS
205702003-08-12 Michael Snyder <msnyder@redhat.com>
20571
20572 * gdb.base/float.exp: Add test for SH.
20573
55ed7501
MK
205742003-08-10 Mark Kettenis <kettenis@gnu.org>
20575
20576 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
20577
1a371f2e
EZ
205782003-08-07 Elena Zannoni <ezannoni@redhat.com>
20579
20580 * gdb.base/completion.exp: Remove reduntant completion test
20581 on filename.
20582
e0f353ce
EZ
205832003-08-07 Elena Zannoni <ezannoni@redhat.com>
20584
a9c64011
AS
20585 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
20586 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
20587 gdb.trace/save-trace.exp: Make sure that full pathnames are
20588 escaped correctly.
e0f353ce 20589
5710a1af 205902003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 20591
a9c64011
AS
20592 * configure.in: Don't generate config.h from config.hin.
20593 * configure: Regenerate.
20594 * config.hin: Remove file.
20595 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
20596 * gdb.threads/pthreads.c: Ditto.
5710a1af 20597
dcd81ce9
DJ
205982003-08-07 Daniel Jacobowitz <drow@mvista.com>
20599
20600 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20601 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
20602 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
20603 Replace ld24 with seth/add3.
20604
6009d884
AC
206052003-08-02 Andrew Cagney <cagney@redhat.com>
20606
20607 * gdb.base/annota3.exp: New file.
20608 * gdb.base/annota3.c: New file.
20609 * gdb.c++/annota3.exp: New file.
20610 * gdb.c++/annota3.cc: New file.
20611
51514e06
MC
206122003-07-29 Michael Chastain <mec@shout.net>
20613
20614 * gdb.threads/tls.c (spin): Check errno only if sem_wait
20615 actually failed.
20616 (do_pass): Likewise.
20617 * gdb.threads/tls.exp: Always initialize no_of_threads.
20618
4ee6625b
DJ
206192003-07-27 Daniel Jacobowitz <drow@mvista.com>
20620
20621 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
20622 pattern.
20623 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
20624 * gdb.threads/tls.exp: Recognize one case of the host library not
20625 supporting TLS.
20626
225f2bf6
AC
206272003-07-27 Andrew Cagney <cagney@redhat.com>
20628
20629 * gdb.base/fileio.exp: Use SH when running commands using
20630 remote_exec.
20631
bcb27c9f
DJ
206322003-07-24 Daniel Jacobowitz <drow@mvista.com>
20633
20634 From Kei Sakamoto <sakamoto.kei@renesas.com>:
20635 * gdb.base/relocate.c (dummy): New padding array.
20636
3d67be83
MS
206372003-07-22 Michael Snyder <msnyder@redhat.com>
20638
d63a86f8 20639 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
20640
20641 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
20642 patterns to be more general, accepting old and new output.
20643 Some output chars (such as '+') also must be quoted.
d63a86f8 20644 Some addresses are displayed numerically instead of
3d67be83
MS
20645 symbolically.
20646
57ba3b85
MS
206472003-07-23 Michael Snyder <msnyder@redhat.com>
20648
686d097c
MS
20649 * gdb.base/return2.exp: Don't test long-long return.
20650
57ba3b85
MS
20651 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
20652 * gdb.disasm/t01_mov.exp: Ditto.
20653 * gdb.disasm/t02_mova.s: Ditto.
20654 * gdb.disasm/t02_mova.exp: Ditto.
20655 * gdb.disasm/t03_add.s: Ditto.
20656 * gdb.disasm/t03_add.exp: Ditto.
20657 * gdb.disasm/t04_sub.s: Ditto.
20658 * gdb.disasm/t04_sub.exp: Ditto.
20659 * gdb.disasm/t05_cmp.s: Ditto.
20660 * gdb.disasm/t05_cmp.exp: Ditto.
20661 * gdb.disasm/t06_ari2.s: Ditto.
20662 * gdb.disasm/t06_ari2.exp: Ditto.
20663 * gdb.disasm/t07_ari3.s: Ditto.
20664 * gdb.disasm/t07_ari3.exp: Ditto.
20665 * gdb.disasm/t08_or.s: Ditto.
20666 * gdb.disasm/t08_or.exp: Ditto.
20667 * gdb.disasm/t09_xor.s: Ditto.
20668 * gdb.disasm/t09_xor.exp: Ditto.
20669 * gdb.disasm/t10_and.s: Ditto.
20670 * gdb.disasm/t10_and.exp: Ditto.
20671 * gdb.disasm/t11_logs.s: Ditto.
20672 * gdb.disasm/t11_logs.exp: Ditto.
20673 * gdb.disasm/t12_bit.s: Ditto.
20674 * gdb.disasm/t12_bit.exp: Ditto.
20675 * gdb.disasm/t13_otr.s: Ditto.
20676 * gdb.disasm/t13_otr.exp: Ditto.
20677
e00759ef
EZ
206782003-07-22 Elena Zannoni <ezannoni@redhat.com>
20679
20680 * gdb.threads/tls.exp :Add kfail for 'info address' case.
20681
8bc2021f
EZ
206822003-07-22 Elena Zannoni <ezannoni@redhat.com>
20683
a9c64011
AS
20684 * gdb.threads/tls.c : New file.
20685 * gdb.threads/tls.exp : New file.
20686 * gdb.threads/tls-main.c : New file.
20687 * gdb.threads/tls-shared.c : New file.
20688 * gdb.threads/tls-shared.exp : New file.
8bc2021f 20689
89320c4c
AS
206902003-07-22 Andreas Schwab <schwab@suse.de>
20691
20692 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
20693
180dea7c
AS
206942003-07-20 Andreas Schwab <schwab@suse.de>
20695
20696 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
20697 due to insn reordering.
20698
0714963c
AC
206992003-07-15 Andrew Cagney <cagney@redhat.com>
20700
20701 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
20702
98a23b3f
MC
207032003-07-15 Michael Chastain <mec@shout.net>
20704
20705 * gdb.base/gdb1250.exp: New file.
20706 * gdb.base/gdb1250.c: New file.
20707
27e417a2
ML
207082003-07-09 Michal Ludvig <mludvig@suse.cz>
20709
20710 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
20711 expansion of size_t to 'unsigned long', not only to 'unsigned'.
20712
8bc2021f
EZ
207132003-07-09 Elena Zannoni <ezannoni@redhat.com>
20714
a9c64011
AS
20715 * gdb.threads/tls.c: New file.
20716 * gdb.threads/tls.exp: New file.
20717 * gdb.threads/tls-main.c: New file.
20718 * gdb.threads/tls-shared.c: New file.
20719 * gdb.threads/tls-shared.exp: New file.
8bc2021f 20720
d99968dc
EZ
207212003-07-09 Elena Zannoni <ezannoni@redhat.com>
20722
20723 * gdb.base/annota1.exp: Make sure that we properly escape the
20724 full path of the source file. Xfail more permissive patterns,
d63a86f8 20725 due to a compiler debug info problem.
d99968dc 20726
83876b3b
AS
207272003-07-07 Andreas Schwab <schwab@suse.de>
20728
2705e972
AS
20729 * gdb.asm/m68k.inc: New file.
20730 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
20731
83876b3b
AS
20732 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
20733 arguments"): Also match negative number.
20734
20735 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
20736
3a871b37
DJ
207372003-07-03 Daniel Jacobowitz <drow@mvista.com>
20738
20739 * gdb.base/store.c (charest): New typedef.
20740 (add_char): Rename to add_charest, update.
20741 (wack_char): Rename to wack_charest, update types. Return l + r
20742 to keep r live across the call.
20743 (wack_short, wack_int, wack_long, wack_longest, wack_float)
20744 (wack_double, wack_doublest): Return l + r to keep r live across
20745 the call.
20746 * gdb.base/store.exp: Accomodate store.c changes.
20747
b2a7f303
DC
207482003-06-30 David Carlton <carlton@kealia.com>
20749
20750 * gdb.c++/maint.exp (test_invalid_name): New.
20751 (test_first_component): Add tests for invalid names.
20752
3c6cb4a1
MC
207532003-06-29 Michael Chastain <mec@shout.net>
20754
20755 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
20756 output of '<VTT for class>' for virtual base classes.
20757
f1c2644b
DJ
207582003-06-29 Daniel Jacobowitz <drow@mvista.com>
20759
20760 * gdb.base/completion.exp: Tab-complete "complet" instead of
20761 "compl".
20762 * gdb.base/complex.exp, gdb.base/complex.c: New files.
20763
18080350
DJ
207642003-06-29 Daniel Jacobowitz <drow@mvista.com>
20765
20766 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
20767 * gdb.base/volatile.exp: Likewise.
20768
f56973f8
DJ
207692003-06-29 Daniel Jacobowitz <drow@mvista.com>
20770
20771 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
20772 gdb/1265.
20773
207742003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
20775 Daniel Jacobowitz <drow@mvista.com>
20776
20777 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
20778 initial line count of 'captured_main' from 26 to 32.
20779 (test_with_self): Allow xmalloc call to be interleaved with the
20780 preceding two lines.
20781
e766d4d6
JB
207822003-06-24 Joel Brobecker <brobecker@gnat.com>
20783
20784 * gdb.base/bang.exp: New testcase.
20785
f125c9a4
JB
207862003-06-23 Joel Brobecker <brobecker@gnat.com>
20787
20788 * gdb.base/langs.exp: Add some tests for the "minimal" language
20789 support.
20790
6e25beaf
EZ
207912003-06-23 Elena Zannoni <ezannoni@redhat.com>
20792
20793 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
20794 the testcase.
20795
2f816dda
DJ
207962003-06-22 Daniel Jacobowitz <drow@mvista.com>
20797
20798 * gdb.base/relocate.exp: Test add-symbol-file with a variable
20799 offset.
20800
db5a5748
DJ
208012003-06-22 Daniel Jacobowitz <drow@mvista.com>
20802
20803 * gdb.c++/pr-1210.cc: New file.
20804 * gdb.c++/pr-1210.exp: New file.
20805
1df0c130
DJ
208062003-06-21 Daniel Jacobowitz <drow@mvista.com>
20807
20808 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
20809 000-exec-continue.
20810
a92feac0
MK
208112003-06-15 Mark Kettenis <kettenis@gnu.org>
20812
20813 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
20814 on *-*-*bsd* instead of *-*-freebsd*.
20815
81a58f5b
AC
208162003-06-14 Andrew Cagney <cagney@redhat.com>
20817
20818 * gdb.base/store.exp: Test longest and doublest. Test all
20819 parameters. Weaken return statement match.
20820 * gdb.base/store.c: Add longest and doublest - aka long long and
20821 long double functions. Put all parameters into local register
20822 variables. Use negative values.
20823
b257a0d3
AC
208242003-06-14 Andrew Cagney <cagney@redhat.com>
20825
20826 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
20827 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
20828 exit status.
20829 * gdb.base/fileio.exp: Disable target when nointerrupts and
20830 noinferiorio, instead of limiting it to remote. Use remote_exec
20831 instead of system.
d63a86f8 20832
21c38304
JJ
208332003-06-12 Jeff Johnston <jjohnstn@redhat.com>
20834
20835 * gdb.base/float.exp: Add ia64 support.
20836
1bcdb424
CV
208372003-06-12 Corinna Vinschen <vinschen@redhat.com>
20838
20839 * gdb.base/fileio.exp: Run only on remote targets.
20840
6aeb981f
CV
208412003-06-10 Corinna Vinschen <vinschen@redhat.com>
20842
20843 * gdb.base/fileio.c: New file, testing File-I/O.
20844 * gdb.base/fileio.exp: Ditto.
20845
53df362e
RG
208462003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
20847
20848 * gdb.base/shreloc.exp: New file, check symbol values obtained from
20849 shared objects after relocation at load time (gdb PR/1132).
20850 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 20851 as above, part of the shared object relocation test.
53df362e 20852
ffee1b46
MK
208532003-06-08 Mark Kettenis <kettenis@gnu.org>
20854
b5ca3722
MK
20855 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
20856 fully filled history list.
20857 * gdb.base/gdb_history: New file.
20858
03ed860d
MK
20859 * gdb.base/signals.exp: XFAIL "continue to func1" on
20860 i*86-*-freebsd*.
20861
ffee1b46
MK
20862 * gdb.base/attach.exp: When trying to attach to a nonexistent
20863 process, make it possible to specify the PID based on the target,
20864 and do so for *-*-freebsd*.
20865
d80dbb52
RH
208662003-06-02 Richard Henderson <rth@redhat.com>
20867
20868 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
20869
6dd77b81
RH
208702003-06-02 Richard Henderson <rth@redhat.com>
20871
20872 * gdb.base/selftest.exp: Next over lim_at_start initialization.
20873
f6347e16
RH
208742003-06-02 Richard Henderson <rth@redhat.com>
20875
20876 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
20877
2c161407
DJ
208782003-06-01 Daniel Jacobowitz <drow@mvista.com>
20879
20880 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
20881 of globalvar.
20882
572eb746
MK
208832003-06-01 Mark Kettenis <kettenis@gnu.org>
20884
20885 * gdb.asm/asm-source.exp: Check for memory read errors in
20886 disassembler test on *BSD too.
20887
9e9617a5
RH
208882003-06-01 Richard Henderson <rth@redhat.com>
20889
20890 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
20891 for .frame.
20892 (gdbasm_call): Lose ldgp.
20893 (gdbasm_startup): Add frame information.
20894 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
20895
7b34ad4e
MK
208962003-05-31 Mark Kettenis <kettenis@gnu.org>
20897
20898 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
20899 i?86-*-*.
20900
10059fdf
MK
209012003-05-30 Mark Kettenis <kettenis@gnu.org>
20902
20903 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
20904 FreeBSD.
20905
acf4b816
RH
209062003-05-29 Richard Henderson <rth@redhat.com>
20907
20908 * gdb.asm/alpha.inc: New file.
20909 * gdb.asm/asm-source.exp: Use it.
20910
e9ecd949
JB
209112003-05-29 Jim Blandy <jimb@redhat.com>
20912
20913 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
20914 'core.PID'.
20915
e3e5a4f3
JB
209162003-05-22 Jim Blandy <jimb@redhat.com>
20917
20918 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
20919 backtrace.
d63a86f8 20920
72fe3d25
DC
209212003-05-20 David Carlton <carlton@math.stanford.edu>
20922
20923 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
20924 this time.
20925
58da2eb2
DC
209262003-05-19 David Carlton <carlton@bactrian.org>
20927
20928 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
20929 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
20930
1fcb5155
DC
209312003-05-19 David Carlton <carlton@bactrian.org>
20932
20933 * gdb.c++/namespace.exp: Add namespace scope and anonymous
20934 namespace tests.
20935 Bump copyright date.
20936 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
20937 (main): Call C::D::marker2.
20938 * gdb.c++/namespace1.cc: New file.
20939
85e85163
JJ
209402003-05-14 Jeff Johnston <jjohnstn@redhat.com>
20941
20942 Roland McGrath <roland@redhat.com>
d63a86f8 20943 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
20944 there is no manager thread.
20945
a25fbfec
JJ
209462003-05-08 Jeff Johnston <jjohnstn@redhat.com>
20947
d63a86f8
RM
20948 * gdb.threads/schedlock.exp: Remove assumption that all threads
20949 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
20950 in one of the child threads rather than the main thread.
20951
be375bae
JB
209522003-05-07 Jim Blandy <jimb@redhat.com>
20953
09bf6082
JB
20954 Add support for assembly source testing on the s390x.
20955 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
20956 architecture.
20957 * gdb.asm/s390x.inc: New file.
20958
be375bae
JB
20959 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
20960 succession of 'if' statements.
20961
00905d52
AC
209622003-05-05 Andrew Cagney <cagney@redhat.com>
20963
20964 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
20965
b1e29e33
AC
209662003-05-05 Andrew Cagney <cagney@redhat.com>
20967
20968 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
20969 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
20970
e33d66ec
EZ
209712003-05-02 Elena Zannoni <ezannoni@redhat.com>
20972
20973 * gdb.base/charset.exp: Update based on new behavior of set/show
20974 charset commands.
20975
2b6fd0d8
AC
209762003-05-01 Andrew Cagney <cagney@redhat.com>
20977
20978 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
20979 variable do not give memory errors.
20980
130cacce
AF
209812003-04-30 Adam Fedor <fedor@gnu.org>
20982
20983 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
20984 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
20985 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
20986 gdb.objc/basicclass.m: : New files
20987
20988 * lib/gdb.exp (gdb_compile_objc): New procedure.
20989
bea71854
DJ
209902003-04-27 Daniel Jacobowitz <drow@mvista.com>
20991
20992 * gdb.base/signals.exp: Make backtrace tests more specific.
20993
0f20eeea
DC
209942003-04-23 David Carlton <carlton@bactrian.org>
20995
20996 * gdb.c++/maint.exp (test_first_component): Add tests for
20997 'operator' in more locations.
20998
c8c4d8dc
KB
209992003-04-16 Kevin Buettner <kevinb@redhat.com>
21000
21001 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
21002
3fe60e3c
EZ
210032003-04-16 Elena Zannoni <ezannoni@redhat.com>
21004
21005 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 21006 func marke' instead. Update test name.
3fe60e3c 21007
9219021c
DC
210082003-04-15 David Carlton <carlton@math.stanford.edu>
21009
21010 * gdb.c++/maint.exp: New file.
21011
5dd55bdd
EZ
210122003-04-14 Elena Zannoni <ezannoni@redhat.com>
21013
21014 * gdb.threads/schedlock.c: Change type of thread function argument
21015 to long, to avoid warnings on 64-bit platforms.
21016
00890572
EZ
210172003-04-14 Elena Zannoni <ezannoni@redhat.com>
21018
a9c64011
AS
21019 * gdb.base/attach.exp: Add new message from ptrace in case of
21020 attaching to nonexistent process.
d63a86f8 21021
93201743
JB
210222003-04-11 Jim Blandy <jimb@redhat.com>
21023
21024 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21025 gdb.c++/userdef.cc: Place comments on the lines to which the
21026 marker function might return.
21027 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21028 gdb.c++/userdef.exp: Look for those comments to check that we've
21029 returned to the right place, instead of checking line numbers.
21030
2a11c64d
EZ
210312003-04-11 Elena Zannoni <ezannoni@redhat.com>
21032
a9c64011
AS
21033 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
21034 match on sourcefile name, instead of directory name.
2a11c64d 21035
68ab8fc5
EZ
210362003-04-10 Elena Zannoni <ezannoni@redhat.com>
21037
d63a86f8 21038 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
21039 working directory name.
21040
5624293a
JB
210412003-04-09 Jim Blandy <jimb@redhat.com>
21042
21043 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
21044 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
21045 after an inferior function call, report the failure, but allow the
21046 test to continue.
21047
f1f02ee4
SC
210482003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21049
21050 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21051 with -DPROTOTYPES.
21052
6eb79af0
SC
210532003-04-05 Stephane Carrez <stcarrez@nerim.fr>
21054
21055 * gdb.base/break.exp: Revert last patch.
21056
8dfb4cf0
SC
210572003-04-04 Stephane Carrez <stcarrez@nerim.fr>
21058
21059 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
21060 with -DPROTOTYPES.
21061
ed4c619a
AC
210622003-04-02 Andrew Cagney <cagney@redhat.com>
21063
21064 * gdb.base/callfuncs.exp: Make "print add" messages unique.
21065 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
21066 matching directories by the name breakpoint.
21067 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
21068 Make "continue to marker1" consistent.
21069 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
21070 message consistent.
21071 * lib/gdb.exp: Put "the program is no longer running", and "the
21072 program exited" in parenthesis.
21073 * lib/mi-support.exp: Ditto.
d63a86f8 21074
4e35d5f0 210752003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 21076
4e35d5f0
BR
21077 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
21078
71900fe8
AC
210792003-03-29 Andrew Cagney <cagney@redhat.com>
21080
21081 * gdb.base/sizeof.c (main): Print the value of '\377'.
21082 * gdb.base/sizeof.exp: Check the sign of '\377'.
21083
c0655a16
MC
210842003-03-27 Michael Chastain <mec@shout.net>
21085
21086 * gdb.base/gdb1090.exp: New file.
21087 * gdb.base/gdb1090.cc: New file.
21088
5b2a3989
JB
210892003-03-27 J. Brobecker <brobecker@gnat.com>
21090
21091 * gdb.gdb/observer.exp: New regression test.
21092
79876890
MC
210932003-03-27 Michael Chastain <mec@shout.net>
21094
21095 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
21096 * gdb.base/ptype.exp: Likewise.
21097
6eac95e3
CV
210982003-03-27 Corinna Vinschen <vinschen@redhat.com>
21099
21100 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
21101
e8c71839
MC
211022003-03-26 Michael Chastain <mec@shout.net>
21103
21104 * gdb.base/ptype.exp: Actually use some typedef'd types.
21105
71b10041
SC
211062003-03-21 Stephane Carrez <stcarrez@nerim.fr>
21107
21108 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
21109 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
21110
2512cf80
CV
211112003-03-20 Corinna Vinschen <vinschen@redhat.com>
21112
21113 * gdb.base/default.exp: Fix regular expression.
21114
0d195a4f
CV
211152003-03-20 Corinna Vinschen <vinschen@redhat.com>
21116
21117 * gdb.base/args.exp: Fix regular expression.
21118
8a2dbca8
CV
211192003-03-20 Corinna Vinschen <vinschen@redhat.com>
21120
21121 * gdb.base/help.exp: Allow Win32 child process.
21122
bf028682
CV
211232003-03-20 Corinna Vinschen <vinschen@redhat.com>
21124
21125 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
21126 when stepping out of main().
21127
182dbe85
CV
211282003-03-20 Corinna Vinschen <vinschen@redhat.com>
21129
21130 * gdb.base/default.exp: Check for win32 specific message when calling
21131 "run" without executable.
21132
d67a6ba5
CV
211332003-03-20 Corinna Vinschen <vinschen@redhat.com>
21134
21135 * gdb.base/args.exp: Expect .exe in output.
21136
a955b5bb
CV
211372003-03-20 Corinna Vinschen <vinschen@redhat.com>
21138
21139 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
21140 Cygwin native.
21141
bf6bad4b
AC
211422003-03-17 Andrew Cagney <cagney@redhat.com>
21143
21144 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
21145 vector registes.
21146 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
21147 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
21148
293e9a31
DC
211492003-03-17 David Carlton <carlton@math.stanford.edu>
21150
21151 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
21152 test, for PR breakpoints/38.
21153 Call test_watchpoint_and_breakpoint.
21154 * gdb.base/watchpoint.c (func3): New function.
21155 (main): Call func3.
21156
5330f2db
DC
211572003-03-04 David Carlton <carlton@math.stanford.edu>
21158
21159 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
21160 Garply<Garply<char> >:: garply".
21161 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
21162 with respect to PR c++/1111; note also PR c++/1113.
21163 (test_template_breakpoints): KFAIL "constructor breakpoint" with
21164 respect to PR c++/1062.
21165 KFAIL "destructor breakpoint" with respect to PR c++/1112.
21166
6ece72da
DC
211672003-03-03 David Carlton <carlton@math.stanford.edu>
21168
21169 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
21170 with respect to PR c++/57.
21171 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
21172 c++/826.
21173 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
21174 respect to PR c++/57.
21175
85ca1584
DC
211762003-03-03 David Carlton <carlton@math.stanford.edu>
21177
21178 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
21179 respect to PR c++/33 into FAILs.
21180
98e9c5b8
MC
211812003-03-03 Michael Chastain <mec@shout.net>
21182
7bedbf27
MC
21183 * configure.in: Update copyright years.
21184
211852003-03-03 Michael Chastain <mec@shout.net>
21186
21187 * Makefile.in: Update copyright years.
98e9c5b8 21188
f683e100
DC
211892003-02-28 David Carlton <carlton@math.stanford.edu>
21190
21191 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
21192 print class instead of struct and/or superfluous protection
21193 specifiers, as long as the resulting output is equivalent to the
21194 source code.
21195 Delete FIXME from end of messages on tests that don't need
21196 fixing.
21197
a9e0cf2c
DC
211982003-02-28 David Carlton <carlton@math.stanford.edu>
21199
21200 * gdb.c++/templates.exp (do_tests): Allow const in the two
21201 Foo<volatile char *>::foo tests.
21202
e8d359df
MS
212032003-02-27 Michael Snyder <msnyder@redhat.com>
21204
d63a86f8 21205 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
21206 will be consistant.
21207
0b71dc91
DC
212082003-02-26 David Carlton <carlton@math.stanford.edu>
21209
21210 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
21211 char *>::foo" test with respect to PR c++/33. Create a new test
21212 which is identical to that one except that it doesn't put the
21213 space between the "char" and the "*"; KFAIL it, too.
21214
dd14ab43
DC
212152003-02-26 David Carlton <carlton@math.stanford.edu>
21216
21217 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
21218 template types into either PASSes or KFAILs (corresponding to PR
21219 c++/57). Tweak indentation. Update copyright.
21220
1146c7f1
SC
212212003-02-23 Stephane Carrez <stcarrez@nerim.fr>
21222
21223 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
21224
74641dfb
MC
212252003-02-13 Michael Chastain <mec@shout.net>
21226
21227 * gdb.base/exprs.exp: Remove i960 remnants.
21228 * gdb.base/funcargs.exp: Likewise.
21229 * gdb.base/list.exp: Likewise.
21230 * gdb.base/ptype.exp: Likewise.
21231
559cd2d0
DC
212322003-02-14 David Carlton <carlton@math.stanford.edu>
21233
21234 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
21235 pEe->D::vg()" from XFAIL to KFAIL.
21236
c4f90d87
JM
212372003-02-13 Jason Molenda (jmolenda@apple.com)
21238
21239 * gdb.base/maint.exp: Update maint print statistics regexp to include
21240 new entries.
21241
cbc4d97c
MC
212422003-02-13 Michael Chastain <mec@shout.net>
21243
21244 * gdb.c++/inherit.exp: Remove call to get_debug_format.
21245
40f235b7
MC
212462003-02-12 Michael Chastain <mec@shout.net>
21247
21248 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
21249 * gdb.c++/inherit.exp: Likewise.
21250 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
21251 * gdb.c++/templates.exp: Likewise.
21252 * gdb.c++/virtfunc.exp: Likewise.
21253
c56716b0
JM
212542003-02-06 Jason Molenda (jason-cl@molenda.com)
21255
21256 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
21257 why the code is written that way.
21258
070afcf8
MC
212592003-02-05 Michael Chastain <mec@shout.net>
21260
21261 * gdb.base/dump.exp: Add missing copyright line.
21262
5d0331e5
JM
212632003-02-05 Jason Molenda (jason-cl@molenda.com)
21264
f7ae6d3e 21265 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
21266 at the beginning so the breakpoint doesn't get set on the loop.
21267
92851186
MC
212682003-02-05 Michael Chastain <mec@shout.net>
21269
21270 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
21271 output for configurations with gcc 2.95.3.
21272
cbf1e085
AC
212732003-02-05 Keith Seitz <keiths@redhat.com>
21274 Andrew Cagney <ac131313@redhat.com>
21275
21276 * gdb.mi/mi-cli.exp: New file.
d63a86f8 21277
29518e1e
MC
212782003-02-04 Michael Chastain <mec@shout.net>
21279
21280 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
21281 Call perror and then continue.
21282
5af1d5f3
MC
212832003-02-03 Michael Chastain <mec@shout.net>
21284
21285 * gdb.c++/pr-1023.cc: New file.
21286 * gdb.c++/pr-1023.exp: New file.
21287
6b549786
JB
212882003-02-05 Jim Blandy <jimb@redhat.com>
21289
21290 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
21291 it's local to foobar. Check for it there, and check that it's not
21292 present in main.
21293 * gdb.c++/local.cc (marker2): New function.
21294 (foobar): Call marker1.
21295 (main): Call marker2 instead of marker1.
21296
67f16606
AC
212972003-02-04 Andrew Cagney <ac131313@redhat.com>
21298
21299 * gdb.disasm/mn10200.exp: Obsolete file.
21300 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
21301 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
21302 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
21303
1c5cb38e
DC
213042003-02-04 David Carlton <carlton@math.stanford.edu>
21305
21306 * gdb.c++/overload.exp: Test intToChar(1).
21307 * gdb.c++/overload.cc (intToChar): New.
21308 (main): Call intToChar.
21309
d1fe6965
DC
213102003-02-03 David Carlton <carlton@math.stanford.edu>
21311
21312 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
21313 'might_kfail' arg.
21314 KFAIL some of the continue_to_bp_overloaded calls, according to
21315 PR c++/1025.
21316
9ba61c5d
MC
213172003-02-01 Michael Chastain <mec@shout.net>
21318
21319 * gdb.base/advance.c (marker1): New marker function.
21320 * gdb.base/advance.exp: When the 'advance' command lands on the
21321 return breakpoint, it can legitimately stop on either the
21322 current line or the next line. Accommodate both outcomes.
21323 * gdb.base/until.exp: Likewise.
21324
e7494ffb
AC
213252003-02-02 Andrew Cagney <ac131313@redhat.com>
21326
21327 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
21328 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
21329 now a list, not a tuple.
21330 * gdb.mi/mi-var-display.exp: Ditto.
21331 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 21332
075559bc
AC
213332003-02-01 Andrew Cagney <ac131313@redhat.com>
21334
21335 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
21336 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
21337 stack backtraces.
21338 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 21339
2bd4c7b1
MK
213402003-02-01 Mark Kettenis <kettenis@gnu.org>
21341
21342 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21343 gdb.mi/mi1-pthreads.exp: Return instead of calling
21344 gdb_suppress_entire_file.
21345
eabd8992
MS
213462003-02-01 Mark Salter <msalter@redhat.com>
21347
21348 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
21349
71469e2f
MS
213502003-01-31 Mark Salter <msalter@redhat.com>
21351
21352 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
21353 Support empty arg.
21354
38a94d44
MC
213552003-01-30 Michael Chastain <mec@shout.net>
21356
21357 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
21358 This was a workaround for a UTF-8 bug in readline 4.3. The bug
21359 has been fixed in gdb/readline on 2003-01-09.
21360
19ea9e73
MS
213612003-01-29 Michael Snyder <msnyder@redhat.com>
21362
e8d359df
MS
21363 * gdb.base/maint.exp: Allow for leading underscore in symbol.
21364 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
21365 * gdb.base/args.exp: Skip if target does not support args passing.
21366
2307bd6a
DJ
213672003-01-22 Daniel Jacobowitz <drow@mvista.com>
21368
19ea9e73 21369 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
21370 gdb_test. Accept a list of expect arguments as the third
21371 parameter.
21372 (gdb_test): Use it.
21373
f2dd3617
EZ
213742003-01-20 Elena Zannoni <ezannoni@redhat.com>
21375
21376 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
21377 allow for different test tree configurations. Update some
21378 tescases accordingly.
21379 * gdb.arch/altivec-regs.exp: Ditto.
21380 * gdb.asm/asm-source.exp: Ditto.
21381 * gdb.base/advance.exp: Ditto.
21382 * gdb.base/display.exp: Ditto.
d63a86f8 21383 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
21384 * gdb.base/mips_pro.exp: Ditto.
21385 * gdb.base/overlays.exp: Ditto.
21386 * gdb.base/relocate.exp: Ditto.
21387 * gdb.base/setshow.exp: Ditto.
21388 * gdb.base/step-line.exp: Ditto.
21389 * gdb.base/step-test.exp: Ditto.
21390 * gdb.base/until.exp: Ditto.
21391 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
21392
c71cdefd
DC
213932003-01-17 David Carlton <carlton@math.stanford.edu>
21394
21395 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
21396 corresponding to PR c++/945.
21397 Update copyright.
21398
fdba05d7
DC
213992003-01-17 David Carlton <carlton@math.stanford.edu>
21400
21401 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
21402 corresponding to PR c++/68.
21403
214042003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
21405
21406 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
21407 (test_paddr_hairy_functions): Call print_addr_2_kfail for
21408 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
21409
c362c33a
EZ
214102003-01-15 Elena Zannoni <ezannoni@redhat.com>
21411
0fbc361c
EZ
21412 * gdb.base/break.exp: Fix change of default location, because of
21413 removal of until tests.
21414 * gdb.base/help.exp: Update test for new 'until' help message.
21415 Add test for help on 'advance'.
a9c64011 21416 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 21417
dabf8a35
MK
214182003-01-15 Mark Kettenis <kettenis@gnu.org>
21419
21420 * gdb.base/default.exp: Adapt "info float" test for recent changes
21421 to that command. Add test for "info vector".
21422 * gdb.base/float.exp: New file. Add test for "info float" that
21423 resembles the old test in gdb.base/default.exp.
21424
a1769aca
DC
214252003-01-15 David Carlton <carlton@math.stanford.edu>
21426
21427 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
21428
82025e13
EZ
214292003-01-15 Elena Zannoni <ezannoni@redhat.com>
21430
21431 * gdb.base/break.exp: Move the tests of until command from here...
21432 * gdb.base/until.exp: ... to here. New file. Add other tests.
21433 * gdb.base/advance.c: New file.
21434 * gdb.base/advance.exp: New file.
21435
8f9ab801
EZ
214362003-01-14 Elena Zannoni <ezannoni@redhat.com>
21437
a9c64011
AS
21438 * gdb.base/args.c: New file.
21439 * gdb.base/args.exp: New file.
8f9ab801 21440
9ae66589
DJ
214412003-01-14 Daniel Jacobowitz <drow@mvista.com>
21442
21443 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
21444
8d77e5c3
DJ
214452003-01-14 Daniel Jacobowitz <drow@mvista.com>
21446
21447 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
21448
12d2f0a1
DJ
214492003-01-14 Daniel Jacobowitz <drow@mvista.com>
21450
21451 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
21452 dates.
21453
6ca37014
DJ
214542003-01-13 Daniel Jacobowitz <drow@mvista.com>
21455
21456 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
21457
b0023472
DJ
214582003-01-13 Daniel Jacobowitz <drow@mvista.com>
21459
21460 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
21461 (ptype &*"foo").
21462 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
21463
607fbc54 214642003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
21465
21466 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
21467 * gdb.mi/mi1-console.exp: Likewise.
21468
607fbc54 214692003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
21470
21471 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
21472 * gdb.mi/mi1-console.exp: Likewise.
21473
a1fb14a2
DJ
214742003-01-13 Daniel Jacobowitz <drow@mvista.com>
21475
21476 * gdb.c++/overload.exp: Remove some fixed XFAILs.
21477
c4cf40b7
DJ
214782003-01-09 Daniel Jacobowitz <drow@mvista.com>
21479
21480 * gdb.base/detach.exp: New test.
21481
696d5a5b
DJ
214822003-01-09 Daniel Jacobowitz <drow@mvista.com>
21483
21484 * Makefile.in (ALL_SUBDIRS): New variable.
21485 (subdirs, clean, distclean): Use it.
21486 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
21487 regenerating Makefile, since it is generated from the top level.
21488 * gdb.asm/Makefile.in: Likewise.
21489 * gdb.base/Makefile.in: Likewise.
21490 * gdb.c++/Makefile.in: Likewise.
21491 * gdb.disasm/Makefile.in: Likewise.
21492 * gdb.java/Makefile.in: Likewise.
21493 * gdb.mi/Makefile.in: Likewise.
21494 * gdb.threads/Makefile.in: Likewise.
21495 * gdb.trace/Makefile.in: Likewise.
21496
754533e4
DC
214972003-01-09 David Carlton <carlton@math.stanford.edu>
21498
21499 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
21500 Add copyright year 2003.
21501
d8b3e9ee
MC
215022003-01-06 Michael Chastain <mec@shout.net>
21503
21504 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
21505 When selecting a thread, 'line' and 'file' are optional.
21506 * gdb.mi/mi1-pthreads.exp: Likewise.
21507
8e9e0fe6
AS
215082003-01-06 Andreas Schwab <schwab@suse.de>
21509
21510 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
21511 failures.
21512
b5ab8ff3
DJ
215132003-01-04 Daniel Jacobowitz <drow@mvista.com>
21514
21515 Fix PR gdb/844
21516 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
21517 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
21518
21519 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
21520 instead of calling gdb_suppress_entire_file.
21521 * gdb.threads/print-threads.exp: Likewise.
21522 * gdb.threads/schedlock.exp: Likewise.
21523
21524 * gdb.threads/killed.exp: Return instead of calling
21525 gdb_suppress_entire_file.
21526 * gdb.threads/linux-dp.exp: Likewise.
21527 * gdb.threads/pthreads.exp: Likewise.
21528
1e698235
DJ
215292003-01-04 Daniel Jacobowitz <drow@mvista.com>
21530
21531 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
21532 stabs.
21533 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
21534 * gdb.base/whatis.exp: Always allow (void) after function names.
21535
147ff08c
DJ
215362003-01-04 Daniel Jacobowitz <drow@mvista.com>
21537
21538 * gdb.c++/casts.exp: Correct regexp.
21539
dc62bfc2
MK
215402003-01-04 Mark Kettenis <kettenis@gnu.org>
21541
21542 * configure.in: Call AC_CONFIG_HEADER. Don't call
21543 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
21544 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
21545 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
21546 aforementioned directories in the AC_OUPUT call.
21547 * config.hin: New file.
21548 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
21549 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
21550 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
21551 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
21552 pass -I$objdir instead of -I$objdir/$subdir in compilation.
21553 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
21554 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
21555 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
21556 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
21557 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
21558 gdb.threads/configure.in, gdb.threads/configure,
21559 gdb.threads/config.in, gdb.trace/configure.in,
21560 gdb.trace/configure: Removed.
21561
77afa639
MC
215622003-01-03 Michael Chastain <mec@shout.net>
21563
21564 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
21565 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
21566
7634bb6e
DJ
215672003-01-03 Daniel Jacobowitz <drow@mvista.com>
21568
21569 * gdb.base/store.exp: Fix regular expressions.
21570
b39c905e
MK
215712002-12-28 Mark Kettenis <kettenis@gnu.org>
21572
21573 * configure.in: Rewrite.
21574 * configure: Regenerated.
21575
0a8551dd
DC
215762003-01-03 David Carlton <carlton@math.stanford.edu>
21577
21578 * gdb.base/psymtab.exp: New file.
21579 * gdb.base/psymtab1.c: Ditto.
21580 * gdb.base/psymtab2.c: Ditto.
21581
c60b7188
AF
215822002-12-23 Adam Fedor <fedor@gnu.org>
21583
21584 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
21585
ee73db83
DC
215862002-12-23 David Carlton <carlton@math.stanford.edu>
21587
21588 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
21589 and current_directory initialization.
21590
d6c1774e
JB
215912002-12-22 Jim Blandy <jimb@redhat.com>
21592
f0a847b8
JB
21593 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
21594 rather than as part of the output file name.
21595
d6c1774e
JB
21596 * gdb.base/attach.exp: There's no need to copy the test program to
21597 /tmp; that was only ever necessary on HP/UX, and this test is
21598 entirely disabled there anyway.
21599
f0708dbb
JB
216002002-12-21 Jim Blandy <jimb@redhat.com>
21601
4c2acfea
JB
21602 * gdb.c++/psmang.exp: Doc fix.
21603
f0708dbb
JB
21604 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
21605 test.
21606
9579e000
DC
216072002-12-20 David Carlton <carlton@math.stanford.edu>
21608
21609 * gdb.c++/annota2.exp: KFAIL annotate-quit.
21610
d1810171
MC
216112002-12-18 Michael Chastain <mec@shout.net>
21612
21613 * gdb.c++/annota2.exp: Add copyright year 2002.
21614
76565097
DC
216152002-12-17 David Carlton <carlton@math.stanford.edu>
21616
21617 * gdb.c++/try_catch.cc: Add marker comments.
21618 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
21619 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
21620 * gdb.c++/m-static.cc: Ditto.
21621 * gdb.c++/m-static1.cc: Ditto.
21622 * gdb.c++/try_catch.cc: Ditto.
21623
da81390b
JJ
216242002-12-16 Jeff Johnston <jjohnstn@redhat.com>
21625
21626 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
21627 to see whether we are using the new -environment-directory
21628 command which resets via -r or the old version of the command
21629 which may prompt the user. Part of fix for gdb/741.
21630
b304d130
AC
216312002-12-13 Andrew Cagney <ac131313@redhat.com>
21632
21633 * gdb.fortran/types.exp: Update obsolete comment.
21634 * gdb.fortran/exprs.exp: Ditto.
21635 * lib/gdb.exp: Delete obsolete code.
21636 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
21637 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
21638 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
21639 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
21640 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
21641 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
21642 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
21643 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
21644 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
21645 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
21646 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
21647 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
21648 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
21649 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
21650 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
21651 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
21652 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
21653 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
21654 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
21655 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
21656 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
21657 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
21658 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
21659 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
21660 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
21661 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
21662 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
21663 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
21664 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
21665 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
21666 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
21667 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
21668 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
21669 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
21670 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
21671 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
21672 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
21673
a23b6e6a
DC
216742002-12-11 David Carlton <carlton@math.stanford.edu>
21675
21676 * gdb.c++/m-data.exp: Add test for members that shadow global
21677 variables: see PR gdb/804.
21678 * gdb.c++/m-data.cc: Ditto.
21679
6604731b
DJ
216802002-12-10 Daniel Jacobowitz <drow@mvista.com>
21681
21682 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
21683
de46ecd7
DC
216842002-12-06 David Carlton <carlton@math.stanford.edu>
21685
21686 * gdb.base/store.c: Don't declare functions static.
21687
27e829d0
AC
216882002-12-04 Andrew Cagney <ac131313@redhat.com>
21689
21690 * gdb.base/store.exp, gdb.base/store.c: New files.
21691
92806416
DJ
216922002-12-03 Daniel Jacobowitz <drow@mvista.com>
21693
21694 * gdb.base/selftest.exp: Update for current gdb.
21695
3bcbaac5
DJ
216962002-12-03 Daniel Jacobowitz <drow@mvista.com>
21697
21698 * gdb.base/maint.exp: Only dump symbols from one source file
21699 or objfile.
21700
f4f00b1f
DJ
217012002-12-03 Daniel Jacobowitz <drow@mvista.com>
21702
21703 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
21704 function call.
21705
f1c8a949
JB
217062002-11-25 Jim Blandy <jimb@redhat.com>
21707
21708 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
21709 function appearing in error message.
21710
9e297a97
DJ
217112002-11-21 Daniel Jacobowitz <drow@mvista.com>
21712
21713 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
21714
1f312e79
JJ
217152002-11-08 Jeff Johnston <jjohnstn@redhat.com>
21716
d63a86f8
RM
21717 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
21718 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
21719 should be in mi console format. This is part of fix for PR gdb/604.
21720
83c31e7d
FN
217212002-09-18 Fernando Nasser <fnasser@redhat.com>
21722
21723 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
21724 which explicitly prints the zero offset as "+0".
21725
322b3f65
DJ
217262002-10-22 Daniel Jacobowitz <drow@mvista.com>
21727
21728 * gdb.threads/schedlock.c (args): Make unsigned.
21729
217302002-10-21 Daniel Jacobowitz <drow@mvista.com>
21731
21732 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
21733 numbers. Allow "foo2|selected stack frame".
21734 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
21735 * gdb.asm/asmsrc2.s: Likewise.
21736 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
21737 comments.
21738 * gdb.asm/mips.inc: New file.
21739
5e2fe5b8
AF
217402002-10-18 Adam Fedor <fedor@gnu.org>
21741
21742 * gdb.base/default.exp: Update expected output to include 'ObjC'.
21743 * gdb.base/help.exp: Likewise.
21744
abe1a5d0
KB
217452002-10-17 Kevin Buettner <kevinb@redhat.com>
21746
21747 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
21748 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
21749
10abb1d4
JB
217502002-10-02 Jim Blandy <jimb@redhat.com>
21751
21752 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
21753
1f609b42
AC
217542002-10-01 Andrew Cagney <ac131313@redhat.com>
21755
21756 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
21757 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
21758 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
21759 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
21760 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
21761 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
21762 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
21763
0aee02e4
AC
217642002-09-29 Andrew Cagney <ac131313@redhat.com>
21765
21766 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
21767 * mi0-disassemble.exp, mi0-eval.exp: Delete.
21768 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
21769 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
21770 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
21771 * mi0-var-block.exp, mi0-var-child.exp: Delete.
21772 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 21773
6fde09ad
KB
217742002-09-27 Kevin Buettner <kevinb@redhat.com>
21775
21776 * gdb.base/annota1.exp (info break): Make directory components of
21777 path optional since not all compilers emit this debug information.
21778
889bf7c5
PA
21779 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
21780 step ends up stepping out of the function instead of stopping on
21781 the epilogue.
6fde09ad 21782
9e8aab75
KS
217832002-09-26 Keith Seitz <keiths@redhat.com>
21784
21785 * lib/insight-support.exp (gdbtk_start): Figure out where
21786 the insight executable is based on where gdb is. Use this
21787 executable to start insight instead of gdb.
21788
e36180d7
AC
217892002-09-25 Andrew Cagney <cagney@redhat.com>
21790
21791 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
21792
9dd34b2b
AC
217932002-09-24 Andrew Cagney <ac131313@redhat.com>
21794
21795 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
21796 test_isolated_complaints.
21797 (test_empty_complaint): New function.
21798 (test_empty_complaints): New function. Check no output when no
21799 complaints.
d63a86f8 21800
dea97812
KB
218012002-09-19 Jim Blandy <jimb@redhat.com>
21802
a9c64011 21803 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 21804
54951bd7
AC
218052002-09-19 Andrew Cagney <ac131313@redhat.com>
21806
21807 * gdb.gdb/complaints.exp: New file.
21808
dec43320
AC
218092002-09-18 Andrew Cagney <ac131313@redhat.com>
21810
21811 * gdb.base/maint.exp: Check `help maint internal-warning'.
21812
e70d6e3f
DC
218132002-09-18 David Carlton <carlton@math.stanford.edu>
21814
21815 * gdb.c++/m-static.exp: Remove breakpoints depending on line
21816 numbers, and replace them by a single breakpoint after the
21817 constructors are all finished.
21818 Add test 4.
21819 * gdb.c++/m-static.cc: Add test 4.
21820 * gdb.c++/m-static.h: New file.
21821 * gdb.c++/m-static1.cc: New file.
21822
21823 * gdb.c++/printmethod.exp: New file.
21824 * gdb.c++/printmethod.cc: New file.
21825
21826 * gdb.c++/pr-574.exp: New file.
21827 * gdb.c++/pr-574.cc: New file.
21828
afb5c968
CV
218292002-09-18 Corinna Vinschen <vinschen@redhat.com>
21830
21831 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
21832 embedded targets which never actually exit.
21833
31e45dee
FN
218342002-09-18 Fernando Nasser <fnasser@redhat.com>
21835
21836 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
21837 "don't step after run" as unresolved or unsupported, instead of xfail.
21838
a283c5a1
CV
218392002-09-18 Corinna Vinschen <vinschen@redhat.com>
21840
21841 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
21842 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
21843 Add newline to expected string in "step out of main (status wrapper)"
21844 case.
21845
11350d2a
CV
218462002-09-18 Corinna Vinschen <vinschen@redhat.com>
21847
21848 * lib/gdb.exp (rerun_to_main): Allow restarting application.
21849 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
21850
0deec7d6
TT
218512002-09-17 Tom Tromey <tromey@redhat.com>
21852
21853 * gdb.base/printcmds.exp (test_print_string_constants): Expect
21854 \000, not \0, in double-quoted string.
21855
b2b4a1b5
CV
218562002-09-14 Corinna Vinschen <vinschen@redhat.com>
21857
c9d37158 21858 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
21859 string after running the commands execution on breakpoint tests.
21860
1c56143a
CV
218612002-09-13 Corinna Vinschen <vinschen@redhat.com>
21862
21863 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
21864
37f8da45
JB
218652002-09-12 Joel Brobecker <brobecker@gnat.com>
21866
21867 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
21868
08b468e0
KS
218692002-09-10 Keith Seitz <keiths@redhat.com>
21870
21871 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
21872 runto proc.
21873 (mi_run_to_main): Use mi_runto.
21874 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
21875
dc360f58
KS
218762002-09-10 Keith Seitz <keiths@redhat.com>
21877
21878 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
21879 regexp for stopping at main. Could have multiple event notifications.
21880 Don't assume that main was declared with no parameters.
21881 (mi_next): Use mi_step_to.
21882 (mi_step): Use mi_next_to.
21883
ce3abcfb
CV
218842002-09-09 Corinna Vinschen <vinschen@redhat.com>
21885
21886 * gdb.base/default.exp: Fix expected string in `info float' test.
21887
d1f5b980
BE
218882002-09-09 Ben Elliston <bje@redhat.com>
21889
21890 * config/mips.exp: Update comments.
21891 * config/mips-idt.exp: Likewise.
21892 * config/nind.exp: Likewise.
21893 * config/slite.exp: Likewise.
21894 * config/sparclet.exp: Likewise.
21895 * config/udi.exp: Likewise.
21896 * config/vx.exp: Likewise.
21897 * config/vxworks29k.exp: Likewise.
21898
2f71430b
JB
218992002-09-05 Jim Blandy <jimb@redhat.com>
21900
21901 * gdb.threads/killed.exp: Fix test failure message.
21902
7ddebc7e
KS
219032002-09-04 Keith Seitz <keiths@redhat.com>
21904
21905 * lib/mi-support.exp: Update copyright.
21906 (mi_gdb_test): Increase the priority of the expected pattern
21907 so that it matches gdb_test.
21908
0ae67eb3
KS
219092002-09-03 Keith Seitz <keiths@redhat.com>
21910
21911 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
21912 Use integer comparison instead of string comparison for testing
21913 whether binary was built.
21914
38fc42c8
JB
219152002-09-03 Jim Blandy <jimb@redhat.com>
21916
21917 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
21918
b6ff0e81
JB
219192002-08-29 Jim Blandy <jimb@redhat.com>
21920
21921 * gdb.threads/pthreads.exp: Move the portable thread compilation
21922 code into a function in lib/gdb.exp, and call that from here.
21923 * lib/gdb.exp (gdb_compile_pthreads): New function.
21924
07c98896
KS
219252002-08-29 Keith Seitz <keiths@redhat.com>
21926
21927 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
21928 expect_out so that callers can get at it.
21929
0312286c
DJ
219302002-08-23 Daniel Jacobowitz <drow@mvista.com>
21931
21932 * gdb.threads/print-threads.c: New file.
21933 * gdb.threads/print-threads.exp: New file.
21934 * gdb.threads/schedlock.c: New file.
21935 * gdb.threads/schedlock.exp: New file.
21936
dd039bc4
EZ
219372002-08-22 Elena Zannoni <ezannoni@redhat.com>
21938
a9c64011
AS
21939 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
21940 not altivec.c.
dd039bc4 21941
1f36144c
MK
219422002-08-17 Mark Kettenis <kettenis@gnu.org>
21943
21944 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
21945 targets. The problem should be fixed now.
21946
16057ec7 219472002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
21948
21949 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
21950 2002-07-24 change that removes final dots from error messages.
21951
3c1499ad
TT
219522002-08-13 Tom Tromey <tromey@redhat.com>
21953
21954 * gdb.base/readline.exp: New file.
21955
a20ce2c3
AC
219562002-08-01 Andrew Cagney <ac131313@redhat.com>
21957
21958 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
21959 supress message.
21960
db034ac5
AC
219612002-08-01 Andrew Cagney <cagney@redhat.com>
21962
21963 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
21964 CHILL_FOR_TARGET and CHILL_LIB.
21965 * configure.in (configdirs): Remove gdb.chill.
21966 * configure: Regenerate.
21967 * lib/gdb.exp: Obsolete references to chill.
21968 * gdb.fortran/types.exp: Ditto.
21969 * gdb.fortran/exprs.exp: Ditto.
21970
3e000b18
KB
219712002-07-30 Kevin Buettner <kevinb@redhat.com>
21972
21973 * gdb.base/shlib-call.exp (additional_flags): Conditionally
21974 set Irix-specific compile and link flags.
21975
28f4966b
KB
219762002-07-29 Kevin Buettner <kevinb@redhat.com>
21977
21978 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
21979 source files. The ``-o'' option doesn't work with the ``-E'' option
21980 when using the Irix compiler.
21981
46c0d5a6
DJ
219822002-07-19 Daniel Jacobowitz <drow@mvista.com>
21983
21984 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
21985 Improve support for reusing an exec file. Copy exec file
21986 to target, and run gdbserver on the target instead of on the host.
21987
eecf4bed
JB
219882002-07-18 Jim Blandy <jimb@redhat.com>
21989
0f815cdf
JB
21990 * gdb.base/ending-run.exp: Don't expect to see the program end in
21991 some orderly fashion when we're running on a real stand-alone
21992 board.
21993
eecf4bed
JB
21994 * gdb.base/interrupt.exp: Correct logic for skipping tests on
21995 targets that don't support interrupts.
21996
52d309e4
JB
219972002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
21998
21999 * gdb.base/attach.exp: Add patterns to match output from /proc-based
22000 systems.
22001 Move comments in expect statements to inside the actions, so that they
22002 don't get matched against.
22003
ff683d9e
MK
220042002-07-10 Mark Kettenis <kettenis@gnu.org>
22005
22006 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
22007 function when asleep" test.
22008
b5356753
AC
220092002-07-10 Andrew Cagney <ac131313@redhat.com>
22010
22011 * gdb.base/page.exp: Rewrite to handle problems with very long
22012 `info set' output. Update copyright.
22013
6aa4d13a
AC
220142002-06-26 Andrew Cagney <ac131313@redhat.com>
22015
22016 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
22017 gdb.threads-hp.
22018 * gdb.hp/configure: Regenerate.
22019 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
22020 * gdb.hp/gdb.threads-hp/configure: Delete file.
22021 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
22022
8cf8c2b8
AC
220232002-06-22 Andrew Cagney <ac131313@redhat.com>
22024
22025 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
22026 setlocale, bindtextdomain and textdomain.
22027
6827a8f8
JB
220282002-06-11 Jim Blandy <jimb@redhat.com>
22029
919d772c
JB
22030 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
22031 preprocessor macro information is present.
22032
6827a8f8
JB
22033 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
22034 tests.
22035
c15b0d21
MS
220362002-06-06 Michael Snyder <msnyder@redhat.com>
22037
c5984d70
MS
22038 * gdb.base/overlays.exp: Record addresses of overlay
22039 functions in TCL variables rather than in GDB variables,
22040 to avoid having GDB convert them to pointers (with loss
22041 of information).
22042
d63a86f8 22043 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 22044 default linker script changes.
c15b0d21
MS
22045 * gdb.base/long_long.exp: Add check for sizeof (long double).
22046
be26fe0d
ML
220472002-06-06 Michal Ludvig <mludvig@suse.cz>
22048
22049 * gdb.asm/asm-source.exp: Add x86-64 target.
22050 * gdb.asm/x86_64.inc: New.
d63a86f8 22051
258093ca 220522002-05-30 Michael Chastain <mec@shout.net>
258093ca 22053
4b3153f1 22054 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
22055 * gdb.c++/m-static.cc: New file.
22056 * gdb.c++/m-static.exp: New file.
22057
241264c6
MS
220582002-05-28 Michael Snyder <msnyder@redhat.com>
22059
22060 * gdb.base/call-ar-st.exp: Allow for reduced floating point
22061 precision.
22062
9bba8c8f 220632002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 22064
4b3153f1 22065 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
22066 * gdb.c++/m-data.cc: New file.
22067 * gdb.c++/m-data.exp: New file.
22068
220692002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 22070
4b3153f1 22071 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 22072 * gdb.c++/try_catch.cc: New file.
d63a86f8 22073 * gdb.c++/try_catch.exp: New file.
9bba8c8f 22074
def1b996
MC
220752002-05-27 Michael Chastain <mec@shout.net>
22076
22077 * gdb.c++/local.exp: Accept more nested types in output.
22078
522ba268
MC
220792002-05-26 Michael Chastain <mec@shout.net>
22080
22081 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
22082
277254ba
MS
220832002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
22084
22085 * lib/gdb.exp (gdb_wrapper_init): Just because
22086 gdb_wrapper_file exists, this does not mean that the file
22087 should not be rebuilt. That is what gdb_wrapper_initialized
22088 is for.
22089 (default_gdb_init): Reset gdb_wrapper_initialized.
22090
b61a8733
MS
220912002-05-23 Michael Snyder <msnyder@redhat.com>
22092
d63a86f8 22093 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
22094 the precision of the floating point test results.
22095 * gdb.base/call-rt-st.exp: Ditto.
22096
b61a8733
MS
22097 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
22098 * gdb.base/call-rt-st.exp: Ditto.
22099
56f6e910
MC
221002002-05-19 Michael Chastain <mec@shout.net>
22101
22102 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
22103
ad0b0016
EZ
221042002-05-19 Elena Zannoni <ezannoni@redhat.com>
22105
a9c64011
AS
22106 * configure.in (configdirs): Add gdb.arch.
22107 * configure: Regenerate.
ad0b0016 22108
f617d2b6
JB
221092002-05-17 Jim Blandy <jimb@redhat.com>
22110
22111 * gdb.base/completion.exp: Recognize the more detailed error
22112 messages produced by the macro expander's lexical analyzer.
22113
eac2a696
EZ
221142002-05-14 Elena Zannoni <ezannoni@redhat.com>
22115
a9c64011
AS
22116 * gdb.arch/altivec-abi.c: New file.
22117 * gdb.arch/altivec-abi.exp: New file.
22118 * gdb.arch/altivec-regs.c: New file.
22119 * gdb.arch/altivec-regs.exp: New file.
eac2a696 22120
2fdde8f8
DJ
221212002-05-14 Daniel Jacobowitz <drow@mvista.com>
22122
22123 * gdb.base/maint.exp (maint print type): Update for new type
22124 structure.
d63a86f8 22125
e31f1a7c
EZ
221262002-05-14 Elena Zannoni <ezannoni@redhat.com>
22127
22128 * gdb.arch: New directory.
22129 * gdb.arch/configure.in: New file.
22130 * gdb.arch/configure: New file.
22131 * gdb.arch/Makefile.in: New file.
22132
db589741
CV
221332002-05-13 Corinna Vinschen <vinschen@redhat.com>
22134
22135 * gdb.asm/asm-source.exp: Add v850 as supported target.
22136 * gdb.asm/v850.inc: New file.
22137
8ce2a7dc
DJ
221382002-05-13 Daniel Jacobowitz <drow@mvista.com>
22139
22140 * gdb.c++/annota2.exp (annotate-quit): Add comment.
22141
df763c7f
DJ
221422002-05-12 Daniel Jacobowitz <drow@mvista.com>
22143
22144 * gdb.base/break.exp: Check 'break "marker2"'.
22145
377daeed
MS
221462002-05-10 Michael Snyder <msnyder@redhat.com>
22147
22148 * gdb.base/long_long.exp: Fix typo.
22149
c4b7bc2b
JB
221502002-05-10 Jim Blandy <jimb@redhat.com>
22151
ecac9a4e
JB
22152 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
22153 a bug.
22154
c4b7bc2b
JB
22155 * gdb.base/printcmds.exp (test_integer_literals_rejected):
22156 Recognize more detailed error message produced by the macro
22157 expander's lexical analyzer.
22158 * lib/gdb.exp (test_print_reject): Same.
22159
e71019a1
MK
221602002-05-09 Mark Kettenis <kettenis@gnu.org>
22161
22162 * gdb.c++/method.exp: Fix typo.
22163
fedfc8e6
MS
221642002-05-08 Michael Snyder <msnyder@redhat.com>
22165
166a1957
MS
22166 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
22167 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 22168 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
22169 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
22170 Add iftarget clause for strongarm.
d63a86f8 22171
f1c47eb2
MS
221722002-05-06 Michael Snyder <msnyder@redhat.com>
22173
cb9a9d3e
MS
22174 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
22175 (gdb_continue_to_end): Accept output from status wrapper.
22176 * gdb.base/ending-run.exp: Add case for output from status wrapper.
22177 Clean up fail messages to match pass messages.
22178
f1c47eb2
MS
22179 Enable the "needs_status_wrapper" testsuite feature.
22180 * lib/gdb.exp (gdb_wrapper_init): New procedure.
22181 (gdb_compile): Conditionally call gdb_wrapper_init.
22182 * gdb.base/a2-run.exp: Recognize output from status wrapper.
22183 * gdb.c++/method.exp: Recognize output from status wrapper.
22184
6079c749
BE
221852002-05-06 Ben Elliston <bje@redhat.com>
22186From Graydon Hoare <graydon@redhat.com>
22187
22188 * config/sid.exp: Include support for "rawsid" protocol.
22189
188baff3
JB
221902002-05-03 Jim Blandy <jimb@redhat.com>
22191
22192 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
22193 * gdb.c++/hang3.C: New file.
22194
b9c07f0f
AC
221952002-05-04 Andrew Cagney <ac131313@redhat.com>
22196
22197 * gdb.base/default.exp: Remove obsolete code.
22198 * gdb.c++/misc.exp: Ditto. Update copyright.
22199 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
22200 * gdb.base/whatis.exp: Ditto. Update copyright.
22201 * gdb.base/scope.exp: Ditto. Update copyright.
22202 * gdb.base/ptype.exp: Ditto. Update copyright.
22203 * gdb.base/printcmds.exp: Ditto. Update copyright.
22204 * gdb.base/opaque.exp: Ditto. Update copyright.
22205 * gdb.base/list.exp: Ditto.
22206 * gdb.base/funcargs.exp: Ditto. Update copyright.
22207 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
22208 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
22209 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
22210 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
22211 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
22212 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
22213
5c7a0397
MS
222142002-05-02 Michael Snyder <msnyder@redhat.com>
22215
d6dcc264 22216 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
22217 * gdb.base/long_long.exp: Add xscale target.
22218 * gdb.base/default.exp: Add xscale target.
22219
eb7f1c48
JB
222202002-05-01 Jim Blandy <jimb@redhat.com>
22221
22222 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
22223 gdb.c++/hang.exp: New test.
22224
a6befae8
FF
222252002-05-01 Fred Fish <fnf@redhat.com>
22226
22227 * gdb.base/completion.exp: Handle completions of "./Make" for
22228 more than one completion possibility, as is the case when we
22229 build and test in the source tree.
22230
0a310277
AG
222312002-04-29 Anthony Green <green@redhat.com>
22232
22233 * gdb.java/jmisc1.exp: New file.
22234 * gdb.java/jmisc2.exp: New file.
22235
6ff9af88
DJ
222362002-04-24 Daniel Jacobowitz <drow@mvista.com>
22237
22238 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
22239
96b3d632
EZ
222402002-04-23 Elena Zannoni <ezannoni@redhat.com>
22241
22242 * gdb.base/help.exp: Change 'help status' to allow for target
22243 dependent output differences.
22244
5019bb54
MC
222452002-04-22 Michael Chastain <mec@shout.net>
22246
22247 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
22248
a805a116
MC
222492002-04-22 Michael Chastain <mec@shout.net>
22250
22251 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
22252
a1706bfd
DM
222532002-04-17 David S. Miller <davem@redhat.com>
22254
22255 * gdb.asm/sparc64.inc: New file.
22256 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
22257
a73a20a2
EZ
222582002-04-19 Elena Zannoni <ezannoni@redhat.com>
22259
22260 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
22261 instruction file directly into the build tree. Clean up at end of
22262 test.
22263
ba678339
DM
222642002-04-18 David S. Miller <davem@redhat.com>
22265
22266 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
22267 handle 64-bit platforms correctly.
22268 * gdb.base/maint.exp: Likewise.
22269
b03399da
KB
222702002-04-18 Kevin Buettner <kevinb@redhat.com>
22271
22272 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
22273 ``-fpic'' when compiling files comprising a shared library, but
22274 it does need additional linker flags in order to find shared
22275 libraries at run time.
22276
e2004992
KB
222772002-04-18 Kevin Buettner <kevinb@redhat.com>
22278
22279 * gdb.base/cvexpr.c (use): New function.
22280 (main): Invoke use() on all global variables to prevent
22281 some linkers from deleting these otherwise unused symbols.
22282
d8937120
MC
222832002-04-17 Michael Chastain <mec@shout.net>
22284From David S. Miller <davem@redhat.com>
22285
22286 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
22287 handle 64-bit platforms correctly.
22288
ffd61a58
MS
222892002-04-12 Michael Snyder <msnyder@redhat.com>
22290From Jim Blandy <jimb@redhat.com>
a9c64011 22291 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
22292 script can handle this instead.
22293 * gdb.base/bar.c (barx): Same.
22294 * gdb.base/baz.c (bazx): Same.
22295 * gdb.base/grbx.c (grbxx): Same.
22296
22297 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
22298 manager doesn't automatically unmap overlays unnecessarily.
22299
6b8426a6
MH
223002002-04-10 Martin M. Hunt <hunt@redhat.com>
22301
22302 * gdb.base/ending-run.exp: Fix pattern for Mips targets
22303 stepping out of main.
22304
34af4875
MC
223052002-04-09 Michael Chastain <mec@shout.net>
22306
22307 * gdb.c++/local.cc (main): Move call to marker1() inside nested
22308 scope so that the nested scope tests will make sense.
22309 * gdb.c++/local.exp: Write patterns that actually work with gcc
22310 (the HP patterns "were never known to work with gcc").
22311 Keep the old aCC patterns too.
22312
2d1676a0
DJ
223132002-04-09 Daniel Jacobowitz <drow@mvista.com>
22314
22315 * gdb.base/attach.exp: Correct target board test.
22316
3a63e3f9
MC
223172002-04-08 Michael Chastain <mec@shout.net>
22318
22319 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
22320 in a const method. Add some xfail and fail cases for configurations
22321 that do not emit the "const ...".
22322
f18dabd2
MC
223232002-04-07 Michael Chastain <mec@shout.net>
22324
22325 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
22326 Accept "A * const" and "const A * const" as type of "this".
22327 Fix spelling of getFunky throughout. Make messages uniform.
22328
0fcddd82
EZ
223292002-04-07 Elena Zannoni <ezannoni@redhat.com>
22330
a9c64011 22331 Work around for PR gdb/285:
0fcddd82
EZ
22332 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
22333
16a8534a
EZ
223342002-04-07 Elena Zannoni <ezannoni@redhat.com>
22335
22336 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
22337 instructions file at run time instead of configure time.
22338 Sometimes we run the test in a directory that is not the one we
22339 configured in.
22340 * gdb.asm/configure.in: Delete creation of symlink.
22341 * gdb.asm/configure: Regenerate.
22342
24181d81
JB
223432002-04-05 J. Brobecker <brobecker@gnat.com>
22344
22345 * gdb.gdb/xfullpath.exp: New test, to exercise the new
22346 xfullpath () function.
22347
7cdb7107
DJ
223482002-04-04 Daniel Jacobowitz <drow@mvista.com>
22349
22350 * gdb.asm/Makefile.in: Correct dependencies.
22351
22352 * gdb.asm/powerpc.inc: New file.
22353 * gdb.asm/asm-source.exp: Add PowerPC.
22354 * gdb.asm/configure.in: Likewise.
22355 * gdb.asm/configure: Regenerated.
22356
a7d17088
DJ
223572002-04-04 Daniel Jacobowitz <drow@mvista.com>
22358
22359 * gdb.base/relocate.exp: New file.
22360 * gdb.base/relocate.c: New file.
22361
cd721503
FF
223622002-04-04 Fred Fish <fnf@redhat.com>
22363
22364 * gdb.base/step-test.exp: Update comment regarding stopping in
22365 memcpy/bcopy calls inserted as part of the compiler runtime.
22366
b22ad7a7
MS
223672002-04-04 Michael Snyder <msnyder@redhat.com>
22368
22369 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
22370
5f279fa6
DJ
223712002-04-03 Daniel Jacobowitz <drow@mvista.com>
22372
22373 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
22374 (gdb_expect): Remove $notransfer hack.
22375
dd0fd3ce
DJ
223762002-04-02 Daniel Jacobowitz <drow@mvista.com>
22377
22378 * gdb.c++/classes.exp ("calling method for small class"): Match
22379 updated register output.
22380
1e50cda1
DJ
223812002-03-30 Daniel Jacobowitz <drow@mvista.com>
22382
22383 Fix PR gdb/452
22384 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
22385 when finished. Make gdb_file_cmd send "exec-file" when
22386 appropriate.
22387
24015922
DJ
223882002-03-30 Daniel Jacobowitz <drow@mvista.com>
22389
22390 * gdb.base/attach.exp: Remove extra setup_xfail.
22391
dd7dfd64
MS
223922002-03-26 Michael Snyder <msnyder@redhat.com>
22393
22394 * gdb.base/default.exp: Add tests for dump, append, and restore.
22395 * gdb.base/help.exp: Add tests for dump, append, and restore.
22396 * gdb.base/dump.exp: New file, test dump, append and restore.
22397 * gdb.base/dump.c: New file.
22398
48b2f8d7
MS
223992002-03-27 Michael Snyder <msnyder@redhat.com>
22400
d63a86f8 22401 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
22402 clean-ups in help messages.
22403
05b4d525
FF
224042002-03-26 Fred Fish <fnf@redhat.com>
22405
22406 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
22407 have debugging info for those functions and the compiler uses them
22408 internally to copy structs around.
22409
d7679631
FF
224102002-03-26 Fred Fish <fnf@redhat.com>
22411
22412 * gdb.base/list.exp: Revert the change made yesterday and add note
22413 about why we don't list the default lines for remote targets.
22414
523ac3f9
MS
224152002-03-25 Michael Snyder <msnyder@redhat.com>
22416
22417 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
22418
754b2b8d
FF
224192002-03-25 Fred Fish <fnf@redhat.com>
22420
22421 * gdb.base/list.exp: This test works on remote targets so remove
22422 the short circuit for remote targets. Update copyright.
22423
33c3e192
FF
224242002-03-25 Fred Fish <fnf@redhat.com>
22425
22426 * gdb.base/attach.exp: Fix logic error that was suppressing this
22427 test for all non hppa*-*-hpux* targets, instead of the hp target.
22428 Move comments closer to the suppression point. Also now need to
22429 check that we are running natively.
22430
d43e73ee
MS
224312002-03-22 Michael Snyder <msnyder@redhat.com>
22432
882c8f02
MS
22433 * gdb.base/default.exp: Add test for gcore. Update copyright.
22434 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 22435
04c12f60
FF
224362002-03-06 Fred Fish <fnf@redhat.com>
22437
22438 * gdb.base/funcargs.c: Remove extraneous ';' character.
22439 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
22440
b43df995
MC
224412002-03-04 Michael Chastain <mec@shout.net>
22442
22443 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
22444 accommodate gcc v3 function signature.
22445 * gdb.mi/mi0-var-cmd-exp: Ditto.
22446
92362027
AC
224472002-02-24 Andrew Cagney <ac131313@redhat.com>
22448
22449 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
22450 ``GNU/Linux'' or ``Linux kernel''
22451 * testsuite/gdb.threads/pthreads.c: Ditto.
22452
258ad32d
MC
224532002-02-24 Michael Chastain <mec@shout.net>
22454
22455 * gdb.threads/pthreads.c (thread1): Add a return statement.
22456 (thread2): Likewise.
22457 (foo): Likewise.
22458
04c3b3d4
MC
224592002-02-23 Michael Chastain <mec@shout.net>
22460
22461 * gdb.threads/linux-dp.c (philosopher): Add a return statement
22462 to placate gcc.
22463
5a2a0a20
MC
224642002-02-23 Michael Chastain <mec@shout.net>
22465
22466 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
22467 test "ptype bint". The test passes on all my stabs configurations.
22468
a640f7fc
JB
224692002-02-21 Jim Blandy <jimb@redhat.com>
22470
27924826
JB
22471 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
22472 filename at a time, and watch for the ones we want to see.
22473
a640f7fc
JB
22474 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
22475 types of pointers to prototyped functions.
22476
edcc8c75
AC
224772002-02-20 Andrew Cagney <ac131313@redhat.com>
22478
22479 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
22480 signed, unsigned and straight char.
22481 (padding_char, padding_short, padding_int, padding_long,
22482 padding_long_long, padding_float, padding_double,
22483 padding_long_double): New global variables.
22484 (fill, fill_structs): New functions.
22485
22486 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
22487 for correctly sized writes. Update copyright.
22488 (get_valueof): New procedure.
22489 (get_sizeof): Call get_valueof.
22490 (check_valueof): New procedure.
22491 (check_padding): New procedure.
22492
ac57ea44
MC
224932002-02-20 Michael Chastain <mec@shout.net>
22494
22495 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
22496 to setup_xfail. Document some of the remaining calls.
22497
7a10c941
MC
224982002-02-18 Michael Chastain <mec@shout.net>
22499
22500 * gdb.c++/userdef.exp: Update copyright year.
22501
fb8acdcc
DJ
225022002-02-18 Daniel Jacobowitz <drow@mvista.com>
22503
22504 * gdb.c++/userdef.exp: Test overloaded operators properly.
22505 Remove xfails.
22506
fda6ae12
MS
225072002-02-14 Michael Snyder <msnyder@redhat.com>
22508
22509 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
22510
676a0442
DJ
225112002-02-14 Daniel Jacobowitz <drow@mvista.com>
22512
22513 * gdb.base/a2-run.exp: Check for a remote target properly.
22514 * gdb.base/annota1.exp: Likewise.
22515 * gdb.base/list.exp: Likewise.
22516 * gdb.base/reread.exp: Likewise.
22517 * gdb.base/scope.exp: Likewise.
22518 * gdb.base/shlib-call.exp: Likewise.
22519 * gdb.base/term.exp: Likewise.
22520 * gdb.c++/annota2.exp: Likewise.
22521
78b4f468
RE
225222002-02-13 Richard Earnshaw <rearnsha@arm.com>
22523
22524 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
22525
9a81ba51
MC
225262002-02-10 Michael Chastain <mec@shout.net>
22527
22528 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
22529 (call_after_alloca): Ditto.
22530
004af6c7
DJ
225312002-02-10 Daniel Jacobowitz <drow@mvista.com>
22532
22533 * gdb.base/ending-run.exp: Guard "cont" test with
22534 gdb_skip_stdio_test.
22535
37225f62
JB
225362002-02-06 Jim Blandy <jimb@redhat.com>
22537
22538 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
22539 from here...
22540 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
22541 To here. Disable this test on non-HP platforms. Add big comment.
22542
fe6fdd96
MS
225432002-02-04 Michael Snyder <msnyder@redhat.com>
22544
22545 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
22546 other than d10v and m32r.
22547
036fad3f
RE
225482002-02-02 Richard Earnshaw <rearnsha@arm.com>
22549
22550 * gdb.base/default.exp: Rewrite test patterns to reduce time
22551 taken to match them.
22552
7148ab62
DJ
225532002-01-30 Daniel Jacobowitz <drow@mvista.com>
22554
22555 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
22556 Allow a start function above main.
22557 * gdb.threads/linux-dp.exp: Fix copyright date.
22558
396cc255
DJ
225592002-01-30 Daniel Jacobowitz <drow@mvista.com>
22560
a9c64011
AS
22561 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
22562 (check_philosopher_stack): Check for manager thread before checking
22563 for a just-starting thread.
396cc255 22564
f038d31b
DJ
225652002-01-30 Daniel Jacobowitz <drow@mvista.com>
22566
22567 From Neil Booth <neil@daikokuya.demon.co.uk>:
22568 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
22569 warnings.
22570
b3ff9d9a
FF
225712002-01-21 Fred Fish <fnf@redhat.com>
22572
22573 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
22574 not caller.
22575
39ad761d
JB
225762002-01-21 Jim Blandy <jimb@redhat.com>
22577
22578 * gdb.base/reread.exp: Check that GDB properly re-reads the
22579 executable file when it changes while no inferior is running.
22580
aaf320fa
FF
225812002-01-21 Fred Fish <fnf@redhat.com>
22582
a9c64011
AS
22583 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
22584 optionally accept the "shlib events" variation.
aaf320fa 22585
808a31f5
JB
225862002-01-21 Jim Blandy <jimb@redhat.com>
22587
22588 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
22589 call `fflush' after every `printf', so that the output is produced
22590 at predictable points, regardless of whatever buffering does (or
22591 doesn't) take place.
22592 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
22593 at different points.
22594
4420d5e2
DJ
225952002-01-20 Daniel Jacobowitz <drow@mvista.com>
22596
22597 * gdb.c++/inherit.exp: Update copyright years.
22598 * gdb.c++/method.exp: Likewise.
22599
3e36a0f4
DJ
226002002-01-20 Daniel Jacobowitz <drow@mvista.com>
22601
22602 * gdb.c++/classes.exp: Update for improved v3 support and skipping
22603 artificial methods/arguments.
22604 * gdb.c++/derivation.exp: Likewise.
22605 * gdb.c++/inherit.exp: Likewise.
22606 * gdb.c++/method.exp: Likewise.
22607 * gdb.c++/virtfunc.exp: Likewise.
22608
b4ceaee6
AC
226092002-01-18 Andrew Cagney <ac131313@redhat.com>
22610
22611 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
22612 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
22613 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
22614 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
22615 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
22616 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
22617
ecace851
JB
226182002-01-17 Jim Blandy <jimb@redhat.com>
22619
22620 * gdb.asm/asm-source.exp (info symbol): Take another shot at
22621 anchoring the pattern matching the entry point symbol's name.
22622
375fc983
AC
226232002-01-17 Andrew Cagney <ac131313@redhat.com>
22624
22625 * gdb.base/maint.exp: Update ``maint internal-error'' to match
22626 continue/quit query. Update copyright.
22627
fe6fdd96
MS
226282002-01-14 Michael Snyder <msnyder@redhat.com>
22629
22630 * gdb.base/gcore.exp: Remove extra debugging output.
22631
e017c81f
DJ
226322002-01-13 Daniel Jacobowitz <drow@mvista.com>
22633
22634 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
22635 for slightly dubious v2 mangled string.
22636
37ab3bf8
DJ
226372002-01-13 Daniel Jacobowitz <drow@mvista.com>
22638
22639 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
22640
1bc05c3a 226412002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 22642
1bc05c3a 22643 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 22644
1bc05c3a
JM
22645 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
22646 constructors.
22647 * gdb.c++/derivation.exp: Likewise.
22648 * gdb.c++/templates.exp: Likewise.
22649 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 22650
1bc05c3a
JM
226512002-01-10 Michael Snyder <msnyder@redhat.com>
22652
22653 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 22654
a911c360
MS
226552002-01-08 Michael Snyder <msnyder@redhat.com>
22656
22657 * gdb.base/gcore.exp: New test for generate-core-file command.
22658 * gdb.base/gcore.c: Testcase for above.
22659 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
22660
ea2119ec
JM
226612002-01-08 Jason Merrill <jason@redhat.com>
22662
22663 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
22664
68203136
FF
226652002-01-07 Fred Fish <fnf@redhat.com>
22666
22667 * gdb.c++/overload.exp: Remove unconditional xfails for:
22668 print foo_instance1.overloadargs(1)
22669 print foo_instance1.overloadargs(1, 2)
22670 print foo_instance1.overloadargs(1, 2, 3)
22671 print foo_instance1.overloadargs(1, 2, 3, 4)
22672 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
22673 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
22674 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
22675 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
22676 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
22677 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
22678 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
22679 print foo_instance1.overload1arg()
22680 print foo_instance1.overload1arg((char)arg2)
22681 print foo_instance1.overload1arg((signed char)arg3)
22682 print foo_instance1.overload1arg((unsigned char)arg4)
22683 print foo_instance1.overload1arg((int)arg7)
22684 print foo_instance1.overload1arg((unsigned int)arg8)
22685 print foo_instance1.overload1arg((float)arg11)
22686 print foo_instance1.overload1arg((double)arg12)
d63a86f8 22687
21b9b5b1
MS
226882002-01-07 Michael Snyder <msnyder@redhat.com>
22689
22690 * gdb.base/huge.exp: New test. Print a very large target data object.
22691 (skip_huge_test): New test variable. Define if you want to skip this
22692 test. The test reads an 8 megabyte data object from the target, so it
22693 might be very time consuming on remote targets with a slow connection.
22694 * gdb.base/huge.c: New file. Test case for above.
22695
725f922e
FF
226962002-01-07 Fred Fish <fnf@redhat.com>
22697
22698 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
22699 g_instance.bfoo, and g_instance.cfoo.
22700
889bf7c5 227012002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 22702
889bf7c5
PA
22703 * gdb.base/break.c (multi_line_if_conditional): New function.
22704 (multi_ilne_while_conditional): Likewise.
22705 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
22706 IF or WHILE condition puts the breakpoint at the start of
22707 the condition.
f286b2c3 22708
634d57ec
JL
22709 * gdb.base/selftest.exp (backtrace through signal handler): Remove
22710 hppa*-*-hpux* expected failure.
22711 * gdb.base/structs.exp (do_function_calls): Similarly.
22712
22713 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
22714 watchpoints.
22715
9fbfe2dc
AC
227162002-01-06 Andrew Cagney <ac131313@redhat.com>
22717
22718 Fix PR gdb/66.
22719 * gdb.base/structs.exp: Replace skip for a29k with skip for
22720 gdb,cannot_call_functions.
22721 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
22722 * gdb.base/callfuncs.exp: Ditto.
22723 * gdb.base/call-rt-st.exp: Ditto.
22724 * gdb.base/call-strs.exp: Ditto.
22725 * gdb.base/callfwmall.exp: Ditto.
22726 * gdb.base/scope.exp: Obsolete xfail a29k.
22727 * gdb.c++/misc.exp: Ditto.
22728 * gdb.c++/cplusfuncs.exp: Ditto.
22729 * gdb.base/ptype.exp: Ditto.
22730 * gdb.base/printcmds.exp: Ditto.
22731 * gdb.base/opaque.exp: Ditto.
22732 * gdb.base/list.exp: Ditto.
22733 * gdb.base/funcargs.exp: Ditto.
22734 * gdb.base/default.exp: Ditto.
22735
8ddad156
MS
227362002-01-04 Michael Snyder <msnyder@redhat.com>
22737
ca4976a6 22738 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
22739 * gdb.base/maint.exp: Add tests for maint info sections options.
22740
1b074332
JL
22741Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
22742
22743 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
22744
7d159115
CV
227452001-12-20 Corinna Vinschen <vinschen@redhat.com>
22746
22747 * gdb.asm/arm.inc: New file.
22748 * gdb.asm/asm-source.exp: Add arm targets.
22749 * gdb.asm/configure.in: Ditto.
22750 * gdb.asm/configure: Recreated from configure.in.
22751
8fb87725
JL
22752Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
22753
afabe08c
JL
22754 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
22755 with HP's compiler.
22756 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
22757 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
22758 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
22759 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
22760
22761 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
22762 either HP's compilers or GCC.
22763
db521deb
JL
22764 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
22765 a SIGBUS or SIGSEGV.
22766
22767 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
22768
22769 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
22770 can be compiled with either HP's compiler or GCC.
22771
cfa88ab7
JL
22772 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
22773 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
22774 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
22775
ca344dff
JL
22776 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
22777 to match current gdb output. Update due to using auto-solib-limit
22778 for limiting instead of overloading auto-solib-add.
22779 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
22780 test program.
22781
3f3c6e55 22782 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
22783 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
22784 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
22785 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
22786 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
22787 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
22788 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
22789 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
22790 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
22791 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
22792 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
22793 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
22794 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 22795
8fb87725
JL
22796 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
22797 a SIGTRAP to the inferior.
22798
cf599fa7
CV
227992001-12-19 Corinna Vinschen <vinschen@redhat.com>
22800
22801 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
22802 Substitute call to target_link by call to gdb_compile.
22803
2cd045cd
JL
22804Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
22805
a9c64011
AS
22806 * gdb.base/break.exp: Fix HP specific search string when testing
22807 backtracing in a called function.
2cd045cd 22808
a9c64011
AS
22809 * gdb.base/constvars.exp: Only set lang to C++ if we're
22810 compiling the test with HP's compilers.
22811 * gdb.base/volatile.exp: Similarly.
2cd045cd 22812
99ebe9ac
JB
228132001-12-19 Jim Blandy <jimb@redhat.com>
22814
22815 * gdb.base/printcmds.exp: Expect the null character to be printed
22816 as '\0', and the '\013' to be printed as '\v'.
22817 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
22818 * gdb.base/setvar.exp: Same.
22819
b9891b29
JB
228202001-12-17 Jim Blandy <jimb@redhat.com>
22821
0eba65ab
JB
22822 * gdb.base/completion.exp: Rather than completing very long
22823 filenames, which can make the readline library produce output we
22824 don't recognize, cd to the directory first, and then complete
22825 using nice, short relative paths.
22826
6970b5b1
JB
22827 * gdb.base/completion.exp: On some systems, there is, in fact, a
22828 variable named `b' in scope, since GDB treats all static
a9c64011
AS
22829 variables as being in scope. So use `no_var_named_this'
22830 instead of `b'.
6970b5b1 22831
b9891b29 22832 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 22833 can't find the core file's registers as a failure.
b9891b29 22834
e6ccd35f
JSC
228352001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
22836
a9c64011
AS
22837 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
22838 test expect string more specific.
e6ccd35f 22839
105ba819
CV
228402001-12-13 Corinna Vinschen <vinschen@redhat.com>
22841
22842 * gdb.asm/asm-source.exp: Add support for xstormy16.
22843 * gdb.asm/configure.in: Ditto.
22844 * gdb.asm/configure: Rebuild.
22845 * gdb.asm/xstormy16.inc: New file.
22846
e9e79dd9
FF
228472001-12-10 Fred Fish <fnf@redhat.com>
22848
22849 * gdb.base/maint.exp: Update to match changes in type dumping code.
22850
347dc97d
JB
228512001-12-10 Jim Blandy <jimb@redhat.com>
22852
22853 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
22854 matching the entry point symbol's name at the beginning of the
22855 line.
347dc97d 22856
5178b9d6
DJ
228572001-12-07 Daniel Jacobowitz <drow@mvista.com>
22858
22859 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
22860 gdb.c++/inherit.exp, gdb.c++/method.exp,
22861 gdb.c++/namespace.exp, gdb.c++/templates.exp,
22862 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
22863 and class layout support.
22864
af890c52
DJ
228652001-12-07 Daniel Jacobowitz <drow@mvista.com>
22866
22867 * gdb.c++/classes.exp: Add test for static member function.
22868 * gdb.c++/misc.cc: Add class with static member function.
22869
7a345fb3
JB
228702001-12-07 Jim Blandy <jimb@redhat.com>
22871
f2e54a80 22872 If GDB says it can't find the struct the function returned, report
8032bf31
JB
22873 those tests as `unsupported'.
22874 * gdb.base/call-rt-st.exp (print_struct_call): New function.
22875 Rewrite subsequent tests to use it.
22876
22877 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
22878 those tests as `unsupported'.
22879 * gdb.base/structs.exp (call_struct_func): New function.
22880 (do_function_calls): Use call_struct_func to call the functions
22881 returning structs.
22882
0bc69509
JB
22883 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
22884 whether functions are prototyped or not, so we can't possibly pass
22885 arguments to t_float_values2 properly.
22886
7a345fb3
JB
22887 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
22888 value of `timeout' for targets other than the mips*tx39-*.
22889
edb6ede1
MS
228902001-12-06 Michael Snyder <msnyder@redhat.com>
22891
d63a86f8 22892 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
22893 and detect whether the start symbol has a leading underscore.
22894
2d842f13
JB
228952001-12-04 Jim Blandy <jimb@redhat.com>
22896
22897 * gdb.base/completion.exp: Clarify indentation.
22898
68550daf
JB
228992001-12-03 Jim Blandy <jimb@redhat.com>
22900
22901 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
22902 variables on the S/390, not `.word'.
22903
cd5195a8
JB
229042001-11-30 Jim Blandy <jimb@redhat.com>
22905
22906 Add assembly-source tests for s390-ibm-linux.
22907 * gdb.asm/s390.inc: New file.
22908 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
22909 the S/390 architecture.
a9c64011 22910 * gdb.asm/configure: Regenerated.
cd5195a8 22911
ca9efc90
MS
229122001-11-30 Michael Snyder <msnyder@redhat.com>
22913
22914 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
22915 next, info source, info sources, info line, global and static
22916 variables, and static functions.
22917 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
22918 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
22919 * gdb.asm/asmsrc1.s: Add a static function and some variables.
22920 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
22921 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
22922 (gdbasm_leave): Restore frame pointer.
22923 (gdbasm_startup): Copy stack set-up from crt0.S.
22924
d0e66976
FN
229252001-11-26 Fernando Nasser <fnasser@redhat.com>
22926
22927 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
22928 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
22929 to a local (non-static) variable. Copy tstruct.a to a static buffer
22930 and return a pointer to that buffer.
22931 * gdb.base/callfwmall.c (t_structs_a): Ditto.
22932
e2334072
MK
229332001-11-24 Mark Kettenis <kettenis@gnu.org>
22934
22935 * gdb.asm/configure.in: Fix recognition of ix86 target.
22936 * gdb.asm/configure: Regenerate.
22937
756caa3d
MS
229382001-11-21 Michael Snyder <msnyder@redhat.com>
22939
22940 * gdb.asm/sparc.inc: New file.
22941 * gdb.asm/asm-source.exp: Recognize sparc target.
22942 * gdb.asm/configure.in: Recognize sparc target.
22943 * gdb.asm/configure: Regenerate.
d63a86f8 22944
9a4d72d5
MS
229452001-11-21 Michael Snyder <msnyder@redhat.com>
22946
22947 * gdb.asm/m32r.inc: New file.
22948 * gdb.asm/asm-source.exp: Recognize m32r target.
22949 * gdb.asm/configure.in: Recognize m32r target.
22950 * gdb.asm/configure: Regenerate.
22951
a773d1cd
MS
229522001-11-20 Michael Snyder <msnyder@redhat.com>
22953
017ac23d
MS
22954 * gdb.asm/i386.inc: New file.
22955 * gdb.asm/asm-source.exp: Recognize ix86 target.
22956 * gdb.asm/configure.in: Recognize ix86 target.
22957 * gdb.asm/configure: Regenerate.
22958
a773d1cd
MS
22959 * gdb.c++/namespace.exp: Fix quotes in output messages.
22960
bb632afb
MS
229612001-11-14 Michael Snyder <msnyder@redhat.com>
22962
25d559ca 22963 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
22964 qualifier in a type cast expression, to designate an address
22965 in the instruction space (Harvard architecture).
22966
4749e309
MS
229672001-11-13 Michael Snyder <msnyder@redhat.com>
22968
22969 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
22970 Tests for expressions using 'const' and 'volatile'.
22971
25050984
CV
229722001-11-13 Corinna Vinschen <vinschen@redhat.com>
22973
22974 * gdb.asm/asm-sources.exp: Allow defining linker flags.
22975
1902c51f
DJ
229762001-11-12 Daniel Jacobowitz <drow@mvista.com>
22977
22978 * lib/mi-support.exp (mi_run_to_helper): Move comments
22979 outside of gdb_expect.
22980
dcf95b47
DJ
229812001-11-11 Daniel Jacobowitz <drow@mvista.com>
22982
22983 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
22984 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
22985 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
22986 mi0_run_to): New functions.
22987 * gdb.mi/mi-simplerun.exp: Use them.
22988 * gdb.mi/mi0-simplerun.exp: Likewise.
22989 * gdb.mi/mi-var-cmd.exp: Likewise.
22990 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 22991
45b074e1
AC
229922001-11-10 Andrew Cagney <ac131313@redhat.com>
22993
22994 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
22995 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
22996
bf50d346
AC
229972001-11-09 Andrew Cagney <ac131313@redhat.com>
22998
22999 * gdb.base/restore.exp: Include $expected value in restored test
23000 message.
23001
9383332c
AC
230022001-11-09 Andrew Cagney <ac131313@redhat.com>
23003
23004 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
23005 implemented.
23006
db62520a
MS
230072001-11-08 Michael Snyder <msnyder@redhat.com>
23008
23009 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
23010 Add pass/fail message for stop at breakpoint in call dummy function.
23011
b5703437
MS
230122001-11-07 Michael Snyder <msnyder@redhat.com>
23013
d63a86f8
RM
23014 * gdb.c++/templates.exp (test_template_breakpoints):
23015 If we get an overload menu, but it does not match what
760f6330 23016 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
23017 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
23018 making the whitespace optional. Argument for "new" may be
23019 "unsigned" as well as "unsigned int/long".
d63a86f8 23020 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
23021 making the whitespace optional. Also replace "(void) with
23022 "((void|)), making the keyword "void" optional.
d63a86f8 23023 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
23024 making the whitespace optional. Also replace "(void) with
23025 "((void|)), making the keyword "void" optional.
3bf40917
MS
23026 * gdb.base/callfuncs.c (t_float_values): This function must
23027 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 23028 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
23029 can be tested against both cases. Usually one case involves
23030 promotion of float to double, while the other does not.
23031 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
23032 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
23033 includes a stack frame for "start".
23034
c8ab4e6d
JB
230352001-11-05 Jim Blandy <jimb@redhat.com>
23036
23037 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
23038 pointers are 32 bits long, and that offsets of relocs are always
23039 stored in the data (REL-style), and not in the reloc entry itself
23040 (RELA-style).
23041 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
23042 stabs.
23043
3f08ced9
MS
230442001-11-01 Michael Snyder <msnyder@redhat.com>
23045
23046 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
23047 and regular expression operators by using quoting.
23048
cbfa24cd
MS
230492001-10-31 Michael Snyder <msnyder@redhat.com>
23050
23051 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
23052 depending on what the symbol table contains.
23053 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
23054 the output of the ptype command. Similarly, accept both "const &"
23055 and "const&".
23056
aaa68313
CV
230572001-10-31 Corinna Vinschen <vinschen@redhat.com>
23058
23059 * gdb.base/miscexprs.c (main): Add usage of preprocessor
23060 symbol `STORAGE' to allow to choose the storage class of
23061 the local datastructures.
23062 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
23063 compiler directive.
23064
91740388
MS
230652001-10-30 Michael Snyder <msnyder@redhat.com>
23066
23067 * gdb.base/jump.exp: Allow it to run for all targets.
23068
1b7c05e7
CV
230692001-10-29 Corinna Vinschen <vinschen@redhat.com>
23070
23071 * gdb.base/call-ar-st.c (print_double_array): Match for loop
23072 with new double_array size.
23073 (main): Change storage class of all local variables to static.
23074 Reduce size of double_array to 9.
23075 * gdb.base/call-ar-st.exp: Increase timeout value.
23076 Change expected output for double array to match new size in
23077 call-ar-st.c.
23078
36a22261
CV
230792001-10-29 Corinna Vinschen <vinschen@redhat.com>
23080
23081 * gdb.base/ending-run.exp: Create identical output when passing
23082 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 23083 Stormy16 target.
36a22261 23084
92b8ae91
MK
230852001-10-28 Mark Kettenis <kettenis@gnu.org>
23086
23087 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
23088 that we catch the expected failure under Linux/x86.
23089
cb135b83
OF
230902001-10-29 Orjan Friberg <orjanf@axis.com>
23091
23092 * gdb.base/setvar.exp: Escape curly braces.
23093 * gdb.stabs/weird.exp: Ditto.
23094
6884aa54
DJ
230952001-10-27 Daniel Jacobowitz <drow@mvista.com>
23096
23097 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
23098 * gdm.mi/mi0-hack-cli.exp: Likewise.
23099
0398c9aa
AC
231002001-10-25 Andrew Cagney <ac131313@redhat.com>
23101
23102 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
23103 messages.
23104
d20bf2e8
AC
231052001-10-21 Andrew Cagney <ac131313@redhat.com>
23106
23107 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
23108 checking MI enabled.
23109
03dd63aa
CV
231102001-10-09 Corinna Vinschen <vinschen@redhat.com>
23111
23112 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
23113
1d9d99f3
FCE
231142001-10-04 Frank Ch. Eigler <fche@redhat.com>
23115
23116 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
23117 if gdb child process crashes, just signal an error.
23118
838ae6c4
JB
231192001-10-02 Jim Blandy <jimb@redhat.com>
23120
23121 * lib/gdb.exp (test_xfail_format): Simplify.
23122
23123 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
23124 front of the variable name `format'. Simplify `if'.
23125
8f0cbc1c
DJ
231262001-10-01 Daniel Jacobowitz <drow@mvista.com>
23127
23128 * gdb.threads/pthreads.exp: Wait for output and delay
23129 before sending ^C.
23130
1f08dafd
DJ
231312001-10-01 Daniel Jacobowitz <drow@mvista.com>
23132
23133 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
23134 some incorrect output instead of timing out.
23135 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
23136
674f90ff
CV
231372001-09-28 Corinna Vinschen <vinschen@redhat.com>
23138
23139 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
23140 check to allow additional `int'.
23141
9b284272
DJ
231422001-09-27 Daniel Jacobowitz <drow@mvista.com>
23143
23144 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
23145 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
23146
b55a4771
MS
231472001-09-27 Michael Snyder <msnyder@redhat.com>
23148
23149 * lib/gdb.exp (test_debug_format): New proc.
23150 (setup_xfail_format): Use new proc test_debug_format.
23151 * gdb.base/constvars.exp (local_compiler_xfail_check): New
23152 proc; use new service proc test_debug_format.
23153 Replace all other "gcc_compiled" tests with this test.
23154 * gdb.base/volatile.exp (local_compiler_xfail_check): New
23155 proc; use new service proc test_debug_format.
23156 Replace all other "gcc_compiled" tests with this test.
23157
231582001-09-27 Michael Snyder <msnyder@redhat.com>
23159
23160 * gdb.base/cvexpr.exp: New file.
23161 * gdb.base/cvexpr.c: New file
23162 Test for expressions using const and volatile keywords.
23163
4e6667ac
CV
231642001-09-26 Corinna Vinschen <vinschen@redhat.com>
23165
23166 * gdb.base/constvars.exp: Check for different orders of keywords
23167 and additional "int" strings in output.
23168
4f337972
AC
231692001-09-22 Andrew Cagney <ac131313@redhat.com>
23170
23171 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
23172 responses from "help maint".
23173
2015650d
FCE
231742001-09-19 Frank Ch. Eigler <fche@redhat.com>
23175
23176 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
23177 to localhost:NNN instead of :NNN, in case Xvfb is listening
23178 only on TCP.
23179
f3bcedc1
CV
231802001-09-19 Corinna Vinschen <vinschen@redhat.com>
23181
23182 * gdb.base/recurse.exp: When checking leaving the watchpoint
23183 scope, recognize when gdb is in function's epilogue and pass.
23184
6b819c92
KS
231852001-09-18 Keith Seitz <keiths@redhat.com>
23186
23187 * lib/insight-support.exp (_gdbtk_export_target_info): Add
23188 support for running tests against sid targets.
23189 (gdbtk_done): Ditto.
23190
a10c9419
CV
231912001-09-18 Corinna Vinschen <vinschen@redhat.com>
23192
23193 * gdb.base/ending-run.c (main): Set stdout buffersize
23194 to the same reasonable value for any target.
23195 * gdb.base/ending-run.exp: Add a regular expression
23196 to make testsuite happy on Sanyo Stormy16 target.
23197
739d0d99
CV
231982001-09-17 Corinna Vinschen <vinschen@redhat.com>
23199
23200 * gdb.base/display.c (do_loops): Add float variable `f'.
23201 Increment f in loop.
23202 * gdb.base/display.exp: Increment timeout by 60 seconds.
23203 Change float display test to use variable `f'.
23204
1b8947f0
JB
232052001-09-17 Jim Blandy <jimb@redhat.com>
23206
23207 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
23208 overflowing the limited breakpoint tables on some ROM monitors
23209 (like the ROM68K).
23210
9890ac81
FCE
232112001-09-15 Frank Ch. Eigler <fche@redhat.com>
23212
23213 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
23214 the "-ac" (disable access control) flag.
23215
6db765ea
JH
232162001-08-30 Jeff Holcomb <jeffh@redhat.com>
23217
23218 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
23219 ints.
23220
4c32cc04
KS
232212001-08-30 Keith Seitz <keiths@redhat.com>
23222
23223 * lib/gdb.exp: Move all insight-related functionality into
23224 separate file.
23225 * lib/insight-support.exp: New file.
23226
8d6e6f81
FCE
232272001-08-29 Frank Ch. Eigler <fche@redhat.com>
23228
23229 * config/sid.exp (sid_start): Never set sid verbosity; disable
23230 expect_background {} that consumed its stdout; tolerate </dev/null.
23231 Attempt to set endianness override in "sid" protocol mode. Cleanup.
23232
6a90e1d0
AC
232332001-08-18 Andrew Cagney <ac131313@redhat.com>
23234
23235 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
23236 CLI jump command to start it.
23237 (mi_run_to_main): Fail immediatly when unexpected output.
23238
1759b3c3
AC
232392001-08-18 Andrew Cagney <ac131313@redhat.com>
23240
23241 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
23242 beginning of function. Fix PR gdb/191.
23243
61d11d80
FCE
232442001-08-16 Frank Ch. Eigler <fche@redhat.com>
23245
23246 * config/sid.exp (sid_start): Don't warn if we cannot figure out
23247 what to force sid endianness to.
23248
942a4df2
KS
232492001-08-15 Keith Seitz <keiths@redhat.com>
23250
23251 * lib/gdb.exp (gdbtk_start): Don't set environment
23252 variables for TCL_LIBRARY and friends. Insight will
23253 now figure these out for itself.
23254
0521c418
MS
232552001-08-02 Michael Snyder <msnyder@redhat.com>
23256
23257 * gdb.base/completion.exp: Remove the symbol "a64l" from
23258 the expect string; this is target-specific, and not related
23259 to what is being tested.
23260
74a9a58a
DB
232612001-08-02 Dave Brolley <brolley@redhat.com>
23262
23263 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
23264
c70819fa
MS
232652001-07-25 Michael Snyder <msnyder@redhat.com>
23266
c2b8fa57
MS
23267 * gdb.base/consecutive.exp: New file. Test stepping over
23268 breakpoints on consecutive instructions.
23269 * gdb.base/consecutive.c: New file.
23270
c70819fa
MS
23271 * gdb.base/call-rt-st.exp: Use double-backslash to quote
23272 curly braces in regular expressions.
23273
2b1a1355
MS
232742001-07-25 Michael Snyder <msnyder@redhat.com>
23275
23276 * gdb.base/ending-run.exp: Accept "Program exited normally" as
23277 legitimate output from stepping out of main.
23278
413eca6f
KS
232792001-07-22 Keith Seitz <keiths@redhat.com>
23280
23281 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
23282 the empty string, do not run the tests.
23283
7e5a9322
SC
232842001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23285
23286 * gdb.base/long_long.exp: Detect size of pointer. Take into
23287 account 2-byte pointers when testing for p/a results.
23288
de58f10f
SC
232892001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23290
d63a86f8 23291 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
23292 and defined to 1K for m68hc11.
23293 (random_data): Reduce table to 1K for embedded platforms (68hc11).
23294 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
23295 (sizeof_random_data): New variable to tell the size of the data table;
23296 don't test past this size; always run to main.
23297
d6f5fea1
SC
232982001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23299
23300 * gdb.base/return2.exp: return of long long and double fails for
23301 68HC11; don't execute these tests on that platform.
23302 * gdb.base/return.exp: Return of a double fails for 68hc11.
23303
c477543d
SC
233042001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
23305
23306 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
23307 tests that print a float.
23308 * call-rt-st.exp: Likewise.
23309
63cf1c79
MK
233102001-07-12 Mark Kettenis <kettenis@gnu.org>
23311
23312 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
23313 running this test on Linux.
23314
112f9ab5
MC
233152001-06-24 Michael Chastain <chastain@redhat.com>
23316
23317 * gdb.base/arithmet.exp: Remove some tests to make all test names
23318 unique.
23319
4970cb0f
MS
233202001-07-03 Michael Snyder <msnyder@redhat.com>
23321
23322 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
23323 the output of the ptype command.
23324
d85da69f
MS
233252001-07-02 Michael Snyder <msnyder@redhat.com>
23326
4c8a82de
MS
23327 * gdb.base/completion.exp: Don't assume that break.c is the only
23328 source file that may contain functions named "marker".
d85da69f
MS
23329 * gdb.base/corefile.exp: Quote the curly braces in regexp.
23330
8afc772b
AC
233312001-06-28 Andrew Cagney <ac131313@redhat.com>
23332
23333 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
23334 of files to delete.
23335
23336 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
23337 * gdb.disasm/h8300s.exp: New file.
23338 gdb.disasm/h8300s.s: Likewise.
23339
cff22675
AC
233402001-06-27 Andrew Cagney <ac131313@redhat.com>
23341
23342 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
23343 empty breakpoint tables.
23344
68c81b54
AC
233452001-06-25 Andrew Cagney <ac131313@redhat.com>
23346
23347 * lib/mi-support.exp: Update args=... part of stop-reason
23348 patterns. Accept either a list or a tuple.
23349
2dd62704
AC
233502001-06-23 Andrew Cagney <ac131313@redhat.com>
23351
23352 * lib/mi-support.exp: Remove local emacs variable defining
23353 change-log-default-name.
23354
b4127474
MC
233552001-06-22 Michael Chastain <chastain@redhat.com>
23356
23357 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
23358 This is operationally compatible with the previous version.
23359
8dbfb380
JB
233602001-06-13 Jim Blandy <jimb@redhat.com>
23361
23362 * lib/gdb.exp (gdb_test): Doc fix.
23363
f2d8c86d
MC
233642001-06-10 Michael Chastain <chastain@redhat.com>
23365
23366 * gdb.base/exprs.exp: Remove a duplicate test.
23367
81564d34
JB
233682001-06-06 Jim Blandy <jimb@redhat.com>
23369
23370 * gdb.base/return2.exp (main): Use values to test float and double
23371 returns that are not NaN's, to avoid being confused by IEEE
23372 comparison rules.
23373
da55addb
MS
233742001-06-04 Michael Snyder <msnyder@redhat.com>
23375
23376 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 23377 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
23378 rather than wait for 12 more tests to time out.
23379
42c65987
JB
233802001-06-06 Jim Blandy <jimb@redhat.com>
23381
b18bced9 23382 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 23383 Don't forget to match the GDB prompt.
b18bced9 23384
42c65987
JB
23385 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
23386
5b41e5f0
JB
233872001-06-04 Jim Blandy <jimb@redhat.com>
23388
23389 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
23390 command.
23391
015e046f
KB
233922001-05-31 Kevin Buettner <kevinb@redhat.com>
23393
23394 * gdb.base/annota1.exp (info break): Match four or more spaces
23395 after "Address".
23396
fb1ffbbe
MC
233972001-05-31 Michael Chastain <chastain@redhat.com>
23398
23399 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
23400 (dm_type_int_star): Likewise.
23401 (dm_type_long_star): Likewise.
23402 (dm_type_void_star): Likewise.
23403
5ea2a32c
KB
234042001-05-29 Kevin Buettner <kevinb@redhat.com>
23405
23406 * gdb.base/completion.exp (INPUTRC): Set this environment variable
23407 to a known value in order to get consistent results regardless
23408 of the setting of INPUTRC or the presence or contents of .inputrc.
23409
ae23c492
MS
234102001-05-24 Michael Snyder <msnyder@redhat.com>
23411
ac55707e
MS
23412 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
23413 Don't require that the main thread and the manager thread are the
23414 first in the list.
23415
ae23c492
MS
23416 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
23417 debugging. If test fails, issue an "unsupported" not a "fail".
23418
400071f1
JB
234192001-05-24 Jim Blandy <jimb@redhat.com>
23420
23421 Don't assume that short is shorter than int.
23422 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
23423 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 23424 this isn't true.
400071f1
JB
23425 ("print unsigned char == (~0)"): Add test that verifies that ~0,
23426 an int, is not equal to ~0 stored in an unsigned char. This tests
23427 the same thing that the previous test meant to, but works on
23428 16-bit machines, too.
23429 ("print unsigned char != (~0)"): Same test, complemented.
23430
0816a3e5
MS
234312001-05-24 Michael Snyder <msnyder@redhat.com>
23432
23433 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 23434 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
23435 and prevents dejagnu getting out of step.
23436
f6dc23a9
KB
234372001-05-23 Kevin Buettner <kevinb@redhat.com>
23438
23439 * gdb.base/finish.exp (finish_void): Revise pattern for
23440 stopping on the call statement to not permit stopping at
23441 the start of the instructions comprising the call sequence.
23442
7dbd117d
MC
234432001-05-19 Michael Chastain <chastain@redhat.com>
23444
23445 * gdb.base/callfuncs.exp: Make all test names unique.
23446 * gdb.base/commands.exp: Make all test names unique.
23447 * gdb.base/condbreak.exp: Make all test names unique.
23448 * gdb.base/dbx.exp: Make all test names unique.
23449 * gdb.base/default.exp: Make all test names unique.
23450 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
23451 and TIMEOUT messages to their corresponding PASS message.
23452 * gdb.base/ending-run.exp: Make all test names unique.
23453 * gdb.base/long_long.exp: Remove duplicate test.
23454
6b0b0a9e
KB
234552001-05-21 Kevin Buettner <kevinb@redhat.com>
23456
23457 * gdb.base/finish.exp (finish_void): Allow "finish" command to
23458 stop on the call statement as well as the statement after the
23459 call.
23460
2caa35cb
MS
234612001-05-21 Michael Snyder <msnyder@redhat.com>
23462
23463 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
23464
40713331
EZ
234652001-05-10 Elena Zannoni <ezannoni@redhat.com>
23466
a9c64011
AS
23467 * gdb.base/completion.exp: Revamp test. Make it execute on all
23468 platforms.
40713331 23469
c2c1be8d
EZ
234702001-05-10 Elena Zannoni <ezannoni@redhat.com>
23471
a9c64011
AS
23472 * config/gdbserver.exp (gdb_load): Handle the case
23473 in which the arguments to gdbserver are given in the
23474 baseboard configuration file.
23475 Also handle the case in which the server needs to do a
23476 load.
2c9cd303 23477
9671de48
KS
234782001-05-07 Keith Seitz <keiths@cygnus.com>
23479
a9c64011
AS
23480 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
23481 set up the display for testing.
23482 (gdbtk_start): Convert all paths to paths that tcl will like.
23483 Export target information to environment.
23484 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
23485 necessary.
23486 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
23487 (to_tcl_path): New proc to convert a given pathname into
23488 a path acceptible as an argument to a tcl command.
23489 (_gdbtk_export_target_info): New proc to export target info
23490 into the environment for gdbtk testing.
23491 (gdbtk_done): New proc to signal end-of-test.
9671de48 23492
5a360f47
JB
234932001-05-06 Jim Blandy <jimb@redhat.com>
23494
23495 * restore.c: Make the code of caller0 correspond to its comment.
23496
66c756c6
MS
234972001-05-03 Michael Snyder <msnyder@redhat.com>
23498
23499 * config/sid.exp (gdb_target_sid): Check for error messages.
23500 On error or timeout, don't make expect exit (which will terminate
23501 all subsequent tests); instead just make gdb exit.
d63a86f8 23502 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
23503 return a negative value.
23504
a966fde5
JB
235052001-04-24 Jim Blandy <jimb@redhat.com>
23506
851c18e0
JB
23507 * gdb.c++/templates.exp: If we see the prompt for the overload
23508 list, but we haven't recognized any of the longer patterns,
23509 arrange for this test to fail, not hang.
23510
a966fde5
JB
23511 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
23512 variations.
23513
db144853
MC
235142001-04-22 Michael Chastain <chastain@redhat.com>
23515
23516 * gdb.c++/local.exp: Use the 'runto' library function.
23517 * gdb.c++/namespace.exp: Likewise.
23518 * gdb.c++/overload.exp: Likewise.
23519
3207ec21
KB
235202001-03-26 Kevin Buettner <kevinb@redhat.com>
23521
23522 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
23523 * gdb.base/step-line.exp: New file. Test step/next in presence of
23524 #line directives.
23525 * gdb.base/step-line.c: New file. Test program for the above.
23526 * gdb.base/step-line.inp: New file. We pretend that this file has
23527 been transformed by some other tool into step-line.c.
23528
13b57657
JB
235292001-03-21 Jim Blandy <jimb@redhat.com>
23530
23531 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
23532 unmangled operator names.
23533
754cbe1c
JB
235342001-03-20 Jim Blandy <jimb@redhat.com>
23535
23536 * gdb.threads/linux-dp.exp: Recognize an additional message
23537 generated by GDB when it doesn't understand how to debug threads
23538 on the target system.
23539
177495c9
AC
235402001-03-19 Andrew Cagney <ac131313@redhat.com>
23541
23542 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
23543
f266096b
MC
235442001-03-12 Michael Chastain <chastain@redhat.com>
23545
23546 * gdb.c++/derivation.exp: Use the 'runto' library function.
23547
cac3c2ff
MC
235482001-03-12 Michael Chastain <chastain@redhat.com>
23549
23550 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
23551
b6c11a24
MC
235522001-02-24 Michael Chastain <chastain@redhat.com>
23553
23554 * gdb.c++/ref-types.exp: Change handwritten code to library
23555 function 'runto'.
23556
6bae5bce
OF
235572001-03-16 Orjan Friberg <orjanf@axis.com>
23558
23559 * gdb.base/signals.exp: Set count to 0 explicitly.
23560
0015fd9a
MS
235612001-03-15 Mark Salter <msalter@redhat.com>
23562
23563 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
23564 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
23565 (gdb_load): Add support for additional target_info: gdb_download_size
23566 and gdb_load_timeout.
0015fd9a 23567
fc33412a
DT
23568Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
23569
23570 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
23571 file -- to prevent failing when the compile fails but we have no
23572 intention of running the tests anyway.
fc33412a
DT
23573
23574 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
23575 tests if set.
23576
23577 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 23578 integers.
fc33412a
DT
23579
23580 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
23581 * gdb.c++/namespace.exp: Ditto.
23582
115f06de
OF
235832001-03-07 Orjan Friberg <orjanf@axis.com>
23584
23585 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
23586 * gdb.base/pointers.exp: Relax pattern match of decimals.
23587
b6ba6518
KB
235882001-03-06 Kevin Buettner <kevinb@redhat.com>
23589
23590 * Makefile.in, config/abug.exp, config/cfdbug.exp,
23591 config/cpu32bug.exp, config/dve.exp, config/est.exp,
23592 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
23593 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
23594 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
23595 config/sh.exp, config/sid.exp, config/slite.exp,
23596 config/sparclet.exp, config/udi.exp, config/unknown.exp,
23597 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
23598 config/vxworks.exp, config/vxworks29k.exp,
23599 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
23600 gdb.base/all-bin.exp, gdb.base/annota1.exp,
23601 gdb.base/arithmet.exp, gdb.base/assign.exp,
23602 gdb.base/async.exp, gdb.base/attach.exp,
23603 gdb.base/bitfields.exp, gdb.base/bitops.exp,
23604 gdb.base/break.exp, gdb.base/call-ar-st.exp,
23605 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
23606 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
23607 gdb.base/commands.exp, gdb.base/completion.exp,
23608 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
23609 gdb.base/constvars.exp, gdb.base/corefile.exp,
23610 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
23611 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
23612 gdb.base/ending-run.exp, gdb.base/environ.exp,
23613 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
23614 gdb.base/finish.exp, gdb.base/foll-exec.exp,
23615 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
23616 gdb.base/funcargs.exp, gdb.base/help.exp,
23617 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
23618 gdb.base/logical.exp, gdb.base/long_long.exp,
23619 gdb.base/maint.exp, gdb.base/mips_pro.exp,
23620 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
23621 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
23622 gdb.base/pointers.exp, gdb.base/printcmds.exp,
23623 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
23624 gdb.base/regs.exp, gdb.base/relational.exp,
23625 gdb.base/remote.exp, gdb.base/reread.exp,
23626 gdb.base/restore.exp, gdb.base/return2.exp,
23627 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
23628 gdb.base/selftest.exp, gdb.base/setshow.exp,
23629 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
23630 gdb.base/sigall.exp, gdb.base/signals.exp,
23631 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
23632 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
23633 gdb.base/step-test.exp, gdb.base/structs.c,
23634 gdb.base/structs.exp, gdb.base/structs2.exp,
23635 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
23636 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
23637 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
23638 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
23639 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
23640 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
23641 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
23642 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
23643 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
23644 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
23645 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
23646 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
23647 gdb.fortran/types.exp, gdb.java/jmisc.exp,
23648 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
23649 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
23650 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
23651 gdb.trace/circ.exp, gdb.trace/collection.exp,
23652 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
23653 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
23654 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
23655 gdb.trace/report.exp, gdb.trace/save-trace.exp,
23656 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
23657 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
23658 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
23659 notices.
23660
dc96c6c7 236612001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
23662
23663 * gdb.base/varargs.c (find_max_double): Fix printf format string:
23664 first arg is int not float.
23665
dc96c6c7 236662001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
23667
23668 * gdb.base/reread.exp: Unsupported for non-native targets;
23669 doesn't work for remote debugging.
23670
9b0c4aeb
FN
236712001-02-19 Fernando Nasser <fnasser@redhat.com>
23672
23673 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
23674 * gdb.base/ending-run.exp: Properly handle the BSP state when
23675 stepping past the end of main.
9b0c4aeb 23676
02aa71d5
MC
236772001-02-19 John Moore <jmoore@redhat.com>
23678
23679 * gdb.base/commands.exp (infrun_breakpoint_command_test):
23680 Converted HPUX fix for non-expected items following multiple
23681 step commands into general solution for all platforms.
23682
1fa449a4
MC
236832001-02-18 Michael Chastain <chastain@redhat.com>
23684
23685 * gdb.c++/classes.exp (do_tests): Change runto statements
23686 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23687 statements demangler agnostic.
23688 * gdb.c++/virtfunc.exp (do_tests): Likewise.
23689 (gdb_virtfunc_restart): Likewise.
23690
b2f9ec70
MC
236912001-02-14 Michael Chastain <chastain@redhat.com>
23692
23693 * gdb.c++/inherit.exp (do_tests): Change runto statements
23694 from "runto 'foo(void)'" to "runto 'foo'". This makes the
23695 statements demangler agnostic.
23696
cf74b8ca
AC
23697Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
23698
23699 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
23700 ``continue to bkpt at common_routine in thread 2'' and ``stopped
23701 before calling common_routine 15 times'' tests.
cf74b8ca 23702
99f78f56
MC
237032001-02-11 Michael Chastain <chastain@redhat.com>
23704
23705 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
23706 Helps the test script figure out which demangler is in use.
23707 (dm_type_foo_ref): Ditto.
23708 (dm_type_int_star): Ditto.
23709 (dm_type_long_star): Ditto.
23710 (dm_type_unsigned_int): Ditto.
23711 (dm_type_void): Ditto.
23712 (dm_type_void_star): Ditto.
99707966 23713 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
23714 Probe the gdb demangler and set variables to accommodate
23715 formatting differences.
23716 (info_func_regexp): New function. Same as info_func, but
23717 matches against a regexp.
23718 (info_func): Match against a literal string.
23719 (print_addr_2): New function. Match against a literal string,
23720 which can be different from the input to gdb.
23721 (print_addr): Simply call print_addr_2 with the same argument twice.
23722 (test_lookup_operator_functions): Use demangler formatting variables.
23723 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
23724 the tests in the same order as the C++ class declaration.
23725 (test_paddr_operator_functions): Ditto.
23726 (test_paddr_overloaded_functions): Ditto.
23727 (test_paddr_hairy_functions): Use demangler formatting variables.
23728 Add reference to gdb/19 for related tests.
23729 (do_tests): Call probe_demangler.
23730
1de8f023
KB
237312001-01-30 Kevin Buettner <kevinb@redhat.com>
23732
23733 * gdb.c++/templates.cc (printf): Remove unused function definition.
23734
ca3f91ed
MS
237352001-01-26 Felix Lee <flee@redhat.com>
23736
23737 * sid.exp (sid_exit): Pass host, not target, to remote_close.
23738
237392001-01-25 matthew green <mrg@redhat.com>
23740
23741 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
23742 up sid.
23743 (sid_exit): Call `remote_pop_conn' after GDB is gone.
23744
237452001-01-25 matthew green <mrg@redhat.com>
23746
23747 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 23748 Deprecate $sid_spawn_id.
ca3f91ed
MS
23749 (sid_exit): Remove code necessary only for `spawn.'
23750
237512001-01-25 matthew green <mrg@redhat.com>
23752
23753 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
23754
fb18ec4a
MC
237552001-01-28 Michael Chastain <chastain@redhat.com>
23756
23757 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
23758 to call when tests fail. It takes gdb out of the overloaded
23759 function choice menu back to the main prompt, so that the test
23760 program stays synchronized.
23761 (set_bp_overloaded): New proc to collect all the common
23762 code for setting a breakpoint on an overloaded name. Calls
23763 take_gdb_out_of_choice_menu when needed.
23764 (menu_overload1arg): New variable to collect the repeated
23765 instances of the expected menu for an overloaded name. Change
23766 the regular expression to handle changes in g++ type encoding:
23767 "void" can be either "void" or "", and "unsigned int" can be
23768 either "unsigned int" or "unsigned".
23769 (continue_to_bp_overloaded): Change regular expressions to handle
23770 changes in g++ type encoding.
23771 (no proc): Call take_gdb_out_of_choice_menu when needed.
23772 Remove redundant calls to "info break". Accept either "canceled"
23773 or "cancelled". Change regular expressions in "info break"
23774 calls to handle changes in g++ type encoding. Give all tests
23775 unique strings.
23776
9c646a6e
BE
237772001-01-17 Ben Elliston <bje@redhat.com>
23778
23779 * config/sid.exp: New file.
23780
9549d9c1
AC
23781Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
23782
23783 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
23784
dc96c6c7 237852000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
23786
23787 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
23788 Add a RE to accept a non-ascii char if one is ever presented.
23789
b4df4f68
FN
237902000-12-20 Fernando Nasser <fnasser@redhat.com>
23791
297dd0fd 23792 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 23793
dc96c6c7 237942000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 23795
d63a86f8 23796 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
23797 in regexp. One '\' does not suffice on Linux.
23798
4a7bddb6
MC
237992000-12-09 Michael Chastain <chastain@redhat.com>
23800
23801 * gdb.base/break.exp (test_clear_command): Use a marker function
23802 rather than 'main' for the test function. Also move this
23803 test to an execution point where the marker function names are
23804 guaranteed to be bound to functions. (Executing tests after a
23805 'finish' from main runs into name conflicts with local names
23806 in __libc_start_main).
23807
dc96c6c7 238082000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
23809
23810 * gdb.base/finish.exp: New test for gdb's "finish" command.
23811 * gdb.base/return2.exp: New test for gdb's "return" command.
23812 * gdb.base/return2.c: New source file for above.
23813
dc96c6c7 238142000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
23815
23816 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
23817 * gdb.base/miscexprs.exp: Ditto.
23818 * gdb.base/pointers.exp: Ditto.
23819 * gdb.c++/derivation.exp: Ditto.
23820 * gdb.c++/local.exp: Ditto.
23821 * gdb.c++/namespace.exp: Ditto.
23822 * gdb.c++/overload.exp: Ditto.
23823 * gdb.c++/ref-types.exp: Ditto.
23824
dc96c6c7 238252000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
23826
23827 * gdb.base/constvars.exp: Test result of "up" command.
23828 * gdb.base/miscexprs.exp: Ditto.
23829 * gdb.base/pointers.exp: Ditto.
23830 * gdb.base/scope.exp: Ditto.
23831 * gdb.c++/derivation.exp: Ditto.
23832 * gdb.c++/local.exp: Ditto.
23833 * gdb.c++/namespace.exp: Ditto.
23834 * gdb.c++/overload.exp: Ditto.
23835 * gdb.c++/ref-types.exp: Ditto.
23836
44097287
FN
238372000-11-22 Michael Chastain <chastain@redhat.com>
23838
23839 * mips_pro.exp: Accept either "middle -> top -> main" or
23840 "middle -> main" in the backtrace, because gcc can optimize
23841 tail calls to jumps. Remove setup_xfail for the hppa case.
23842 Add a comment with the original warning messages from PR 3016,
23843 which was filed in 1993, to preserve them for posterity.
23844
9d2e1bab
ND
238452000-11-17 Nick Duffek <nsd@redhat.com>
23846
23847 * lib/gdb.exp (gdb_test): Override timeout with board info.
23848
1aca8eb7
ND
238492000-11-17 Nick Duffek <nsd@redhat.com>
23850
23851 * gdb.base/display.exp: Don't kill running stub. Add "again" to
23852 the second kill and detach messages.
23853
93076499
ND
238542000-11-17 Nick Duffek <nsd@redhat.com>
23855
23856 * configure.in: Add AC_EXEEXT.
23857 * configure: Regenerate.
23858 * Makefile.in (just-check): Export EXEEXT.
23859 * lib/gdb.exp ($EXEEXT): Import from environment.
23860 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
23861 expect "maint dump-me" on Cygwin.
23862 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
23863 $EXEEXT.
23864
30e87cd3
ND
238652000-11-17 Nick Duffek <nsd@redhat.com>
23866
23867 * gdb.base/break.exp: Test backtrace and finish from called
23868 function on all platforms, not just HP-UX.
23869
dc96c6c7 238702000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
23871
23872 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
23873 code from gdb_target_monitor, so it can be used independantly
23874 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 23875
dc96c6c7 238762000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
23877
23878 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
23879 * gdb.base/corefile.exp: Expect the message "Program is being
23880 debugged already" when we send the "corefile" command, since
23881 the preceeding gdb_load may have connected gdb to a remote target.
23882 * gdb.base/display.exp: Disable hardware watchpoints if new
23883 board info variable "no_hardware_watchpoints" is true.
23884 Replace single-letter commands with more readable ones.
23885 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
23886 if new board info variable "no_hardware_watchpoints" is true.
23887 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
23888 to see if stdio (printf) testing is possible.
23889 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
23890 board info variable "no_hardware_watchpoints" is true. Use new
23891 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
23892
39124dea
FN
238932000-11-13 Fernando Nasser <fnasser@redhat.com>
23894
23895 From Orjan Friberg <orjanf@axis.com>:
23896 * gdb.base/printcmds.exp: Escape curly braces followed by a number
23897 in array print pattern match.
23898
a9e2e984
FN
238992000-11-09 Fernando Nasser <fnasser@redhat.com>
23900
23901 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
23902 spelling "cancelled" to U.S. spelling "canceled" to match changes
23903 made to gdb.
23904 * gdb.c++/ovldbreak.exp: Ditto.
23905
c7db355b
PS
239062000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23907
23908 * gdb.base/callfuncs.c (main): Moved to end of file, call
23909 t_double_values to initialize the FPU before inferior calls are made.
23910 * gdb.base/callfuncs.exp: Test for register preservation after calling
23911 inferior functions. Add tests for continuining, finishing and
23912 returning from a stop in a call dummy.
23913
dc96c6c7 239142000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
23915
23916 * gdb.base/commands.exp: Break up long lines, and re-indent.
23917
dc96c6c7 239182000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
23919
23920 * config/gdbserver.exp: Rewritten from the ground up, to make it
23921 compatible with the current dejagnu tree, and to make it work with
23922 the new "gdbserver" in libremote.
23923
dc96c6c7 239242000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
23925
23926 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
23927 * gdb.base/varargs.exp: Skip entire test if no printf support.
23928 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
23929 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
23930
dc96c6c7 239312000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
23932
23933 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
23934 no floating point support.
23935 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
23936 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
23937 * gdb.base/call-rt-st.exp: Ditto.
23938 * gdb.base/call-strs.exp: Ditto.
23939
bac5fc66
JG
239402000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
23941
23942 * gdb.base/sizeof.c: include <stdio.h>.
23943
23944 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
23945 'finish', otherwise uncaptured gdb_prompt would potentially
23946 throw remaining test points out of sync.
bac5fc66 23947
b22a6027
SB
239482000-07-26 Scott Bambrough <scottb@netwinder.org>
23949
23950 * gdb.base/recurse.exp: Run tests for all targets.
23951 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
23952 gnu-oldld case on ARM.
23953 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
23954 for ARM targets.
d63a86f8 23955
d8231941
AG
23956Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
23957
23958 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
23959 * gdb.java/configure: Rebuild.
23960
8caabe69
AG
23961Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
23962
23963 * gdb.java/jv-exp.exp: New file.
23964
9d273ca3
AG
23965Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
23966
23967 * configure: Rebuilt.
23968 * configure.in (configdirs): Add gdb.java.
23969 * gdb.java/jmisc.java: New file.
23970 * gdb.java/jmisc.exp: New file.
23971 * gdb.java/Makefile.in: New file.
23972 * gdb.java/configure: Rebuilt.
23973 * gdb.java/configure.in: New file.
23974 * lib/java.exp: New file.
23975
4f823a66
AC
23976Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
23977
23978 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 23979 underflow.
4f823a66 23980
2391e11d
AC
23981Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
23982
23983 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 23984 and the compilers sizes.
2391e11d 23985
54602222
ND
239862000-07-09 Nick Duffek <nsd@redhat.com>
23987
23988 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
23989 (use_methods): New function.
23990 (main): Call use_methods().
23991 * gdb.c++/classes.exp (test_method_param_class): New procedure.
23992 (do_tests): Call test_method_param_class.
23993
2bec0572
ND
239942000-07-09 Nick Duffek <nsd@redhat.com>
23995
23996 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
23997 spelling.
23998 (test_enums): New procedure. Move enum tests from end of script
23999 to here. Set breakpoint on function name instead of line number.
24000 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
24001 (enums2): New marker function.
24002 (enums1): New function.
24003 (main): Call enums1(). Move enum tests to enums1().
24004
78492fde
AC
24005Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
24006
24007 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 24008 compile/link program. Update line numbers.
78492fde
AC
24009 * gdb.asm/d10v.inc: Define ``startup''.
24010 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 24011
49a2cef8
AC
24012Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
24013
24014 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
24015
3e6c8688
EZ
240162000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24017
24018 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 24019 of 'help maint print' command.
3e6c8688 24020
9ff5cbe9
AC
24021Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
24022
24023 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 24024 they use gdb_expect_list.
9ff5cbe9 24025
17c579bd
AC
24026Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
24027
24028 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
24029 memory-read-packet-size'' instead of ``set endian big'' to test
24030 long commands.
17c579bd 24031
e6d71bf3
DB
240322000-06-03 Daniel Berlin <dan@cgsoftware.com>
24033
24034 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 24035 g++, and stop skipping them.
e6d71bf3
DB
24036
24037 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
24038 work under g++.
24039
d63a86f8 24040 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
24041 initialization.
24042
dc96c6c7 240432000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
24044
24045 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
24046 the regular expression: accept an (almost) arbitrary sequence of
24047 "frames-invalid" and "breakpoints-invalid" messages both before
24048 and after the "starting" message.
24049
dc96c6c7 240502000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
24051
24052 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 24053
dc96c6c7 240542000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
24055
24056 * gdb.base/annota1.exp (annotate-signal-handler-caller):
24057 Relax the regular expression a little, make it pass on Solaris 8.
24058
8216cda9
KB
240592000-05-12 Kevin Buettner <kevinb@redhat.com>
24060
24061 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 24062 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
24063 Instead, it is permissible for gdb to stop on the line of the
24064 call itself.
24065
1a570b2f
MS
240662000-05-12 Michael Snyder <msnyder@.cygnus.com>
24067
24068 * gdb.base/break.exp (bp on small function, optimized file):
24069 Add a second pass pattern. The behavior differs here between stabs
24070 and dwarf for one-line functions. Stabs preserves two line symbols
24071 (one before the prologue and one after) with the same line number,
24072 but dwarf regards these as duplicates and discards one of them.
24073 Therefore the address after the prologue (where the breakpoint is)
24074 has no exactly matching line symbol, and GDB reports the breakpoint
24075 as if it were in the middle of a line rather than at the beginning.
24076
dc96c6c7 240772000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 24078
d63a86f8 24079 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
24080 rather than "send_gdb" (for consistancy).
24081
7d418785
AC
24082Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
24083
24084 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
24085 * gdb.c++/templates.cc: Properly check for GCC version number.
24086 * lib/compiler.cc: Likewise
24087
dc96c6c7 240882000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 24089
d63a86f8 24090 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
24091 gdb may not stop at the first line of main, due to code motion.
24092
dc96c6c7 240932000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
24094
24095 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
24096 This test depends on parsing the printf output from the target.
24097 Since the sparclet stub doesn't do stdio, this will never work.
24098 * gdb.base/call-rt-st.exp: ditto.
24099 * gdb.base/call-strs: ditto.
24100
dc96c6c7 241012000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
24102
24103 * gdb.base/miscexprs.exp: make sizeof long array test portable.
24104
24105 * gdb.base/ending-run.exp: After connecting to a remote target,
24106 but before running, the target will appear to be in a random
24107 location. Specify both a file and a line for breakpoints.
24108 Also, the function that calls main may be called 'init'
24109 rather than 'start'.
24110
a5a51225
EZ
241112000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24112
24113 * gdb.base/help.exp: Update output for add-symbol-file command.
24114
7930cc7c
FN
241152000-04-10 Fernando Nasser <fnasser@cygnus.com>
24116
24117 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24118 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
24119
23e37ab1
C
241202000-04-07 J.T. Conklin <jtc@redback.com>
24121
e93c542c
C
24122 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
24123
23e37ab1
C
24124 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
24125
591b8fa3
PDM
24126Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
24127
24128 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 24129 values that can be represented exactly.
591b8fa3
PDM
24130 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
24131 above change, and to not check against the directory part of the source
24132 file name.
24133 (step into print_long_arg_list): Likewise.
24134 (print print_small_structs from print_long_arg_list): Likewise.
24135 (print print_long_arg_list): Likewise.
24136
7a495180
EZ
241372000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24138
30b53638 24139 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 24140
beb998c6
AC
24141Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
24142
24143 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
24144
1c689132
DB
241452000-03-25 Daniel Berlin <dan@cgsoftware.com>
24146
24147 * gdb.base/commands.exp (deprecated_command_test): Add test for
24148 deprecate with no arguments.
24149
c1790a9d
JL
241502000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
24151
24152 * gdb.base/break.exp: Add new test for setting breakpoints on
24153 optimized code so we can test breakpoints work even when function
24154 prologues may be optimized away
24155
003ba290
FN
241562000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
24157
24158 From David Whedon <dwhedon@gordian.com>
a9c64011 24159 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 24160
6837a0a2
DB
241612000-03-22 Daniel Berlin <dan@cgsoftware.com>
24162
24163 * gdb.base/help.exp: Added test for new apropos command.
24164
b9593231
KB
241652000-03-21 Kevin Buettner <kevinb@redhat.com>
24166
24167 * gdb.base/pointers.c (usevar): New function.
24168 (main): Make sure that global variables v_int_pointer2, rptr,
24169 and y are all referenced someplace in the program by calling
24170 usevar() on them. [Some linkers delete symbols which are
24171 never referenced. The space remains, but there's no way to
24172 get a (symbolic) handle on the variable from the debugger.]
24173
751a959b
EZ
241742000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24175
24176 * gdb.base/printcmds.c: Add typedeffed arrays.
24177
24178 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 24179 procedure to test arrays that are typedef'd.
751a959b 24180
73a93a32
JI
241812000-03-13 James Ingham <jingham@leda.cygnus.com>
24182
24183 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 24184 the library directories.
73a93a32 24185
fb40c209
AC
24186Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
24187
24188 * configure.in (configdirs): Add sub directory gdb.mi.
24189 * configure: Re-generate.
24190
24191 * gdb.mi: New directory.
d63a86f8 24192
ee4dd2c9
AC
241932000-02-25 Scott Bambrough <scottb@netwinder.org>
24194
24195 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 24196 a long long value as a double on ARM platforms.
ee4dd2c9 24197
70f0cc22
JB
241982000-02-16 Jim Blandy <jimb@redhat.com>
24199
24200 * gdb.base/break.exp ("breakpoint line number"): Make sure the
24201 default source file is set properly before running this test.
24202
853819b8
EZ
242032000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24204
24205 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 24206 gdbtk/library directory, not in gdbtcl2.
853819b8 24207
dfcd3bfb
JM
242082000-02-04 Jim Blandy <jimb@redhat.com>
24209
24210 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
24211 backslash from regexp pattern.
24212
24213 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
24214 procedure. Use it to run all the "continue to bp overloaded"
24215 tests. Note that this changes the names of the tests slightly.
24216 If the breakpoint hit message includes a hex PC value, because
24217 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
24218 from the real source code, still consider that a pass.
24219
24220 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
24221 XFAIL here if the breakpoint message contains a hex address. Note
24222 similar change on 1999-11-02.
24223
24224 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
24225
24226 * gdb.base/ptype.exp: Establish a default source file before
24227 calling get_debug_format.
24228
242292000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
24230
24231 * gdb.base/watchpoint.exp: Remove duplication of test messages.
24232
8b93c638
JM
242332000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24234
24235 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
24236 of successive stepi commands -- while in the prologue we should see
24237 the function entry bracket.
24238
242392000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
24240
24241 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
24242 reach __change_mode() when stepping through the end of main().
24243
c5394b80
JM
242442000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
24245
24246 * gdb.base/default.exp: Fix expected pattern.
24247 * gdb.base/help.exp: Same.
24248
0d06e24b
JM
242492000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24250
24251 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 24252 Don't use xfail's because that affects only the following test.
d63a86f8 24253
0d06e24b 24254 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 24255 solaris or linux.
0d06e24b
JM
24256
24257 * gdb.base/selftest.exp: Update to reflect changes to main.c.
24258
dc96c6c7 242592000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 24260
d63a86f8 24261 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
24262 "A syntax error" rather than "A parse error". Accept both.
24263
242642000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
24265
24266 * gdb.base/default.exp: Remove OS dependent string from "target
24267 remote" test.
24268 * gdb.base/help.exp: Same for "help target remote" test.
24269
c3f6f71d
JM
242702000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24271
24272 From Jim Kingdon <kingdon@redhat.com>:
24273
24274 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
24275 prompt (cleanup rather than necessity, but still might keep output
24276 from spilling to next test).
c3f6f71d
JM
24277
242782000-01-02 Fred Fish <fnf@cygnus.com>
24279
24280 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
24281 AIX, which defines them in <sys/types.h>.
24282
ed9a39eb 242831999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 24284
ed9a39eb 24285 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 24286 float" test.
ed9a39eb
JM
24287
242881999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 24289
ed9a39eb 24290 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
24291
24292 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
24293 outermost frame disallowed".
24294
242951999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
24296
24297 * gdb.base/setvar.exp: New tests for setting the value of a struct
24298 with a constant list.
24299
243001999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24301
24302 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
24303 require the user to type a cast before setting the value of a struct.
24304
de57eccd
JM
243051999-12-06 Jim Blandy <jimb@cygnus.com>
24306
24307 * gdb.base/default.exp: Expect the new 'info float' command on
24308 all i386 platforms.
24309
24310 * gdb.threads/linux-dp.exp: Expand our ability to recognize
24311 LinuxThreads libraries that don't support debugging.
24312
c2d11a7d
JM
24313Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24314
24315 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
24316 Change the buffer type to ``unsigned char'' to simplify size
24317 arithmetic.
c2d11a7d
JM
24318
24319 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
24320 stub only handles 400-1 byte packets. Verify that the download
24321 worked.
c2d11a7d
JM
24322
243231999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
24324
24325 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
24326 tests, using UNRESOLVED for the untested cases. Also, does not wait
24327 for a timeout if the prompt was received before a recognizable pattern.
24328
243291999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
24330
24331 * lib/gdb.exp (gdb_expect_list): Fix spelling.
24332
243331999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24334
24335 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 24336 watchpoints.
c2d11a7d
JM
24337
243381999-11-24 Jason Merrill <jason@casey.cygnus.com>
24339
24340 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
24341
24342 * gdb.c++/local.exp: Be more flexible in recognizing local class
24343 name mangling. Don't allow horribly truncated method names.
24344 * gdb.c++/derivation.exp: Expect protected inheritance.
24345 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
24346 * gdb.c++/virtfunc.exp: Likewise.
24347 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
24348 when printing a nested enum.
24349
243501999-11-22 Jim Blandy <jimb@cygnus.com>
24351
24352 * gdb.base/step-test.exp: Properly await GDB's response to setting
24353 a breakpoint on the call to large_struct_by_value.
24354
24355 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
24356 just because we have debug info for the `start' function.
24357
243581999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
24359
24360 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
24361 "Unknown signal" messages, which indicate (on LinuxThreads) that
24362 GDB doesn't know how to debug threads on this system. This is
24363 better than hanging while philosopher 0 dumps chatter into gdb.log.
24364
243651999-11-18 Tom Tromey <tromey@cygnus.com>
24366
24367 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
24368
243691999-11-18 Fred Fish <fnf@cygnus.com>
24370
24371 * gdb.base/coremaker2.c: Add sample program for generating
24372 cores that is more self contained than coremaker.c. Eventually
24373 I'll add more code to this and tie it into the testsuite.
24374
4ce44c66
JM
243751999-11-12 Stan Shebs <shebs@andros.cygnus.com>
24376
24377 * gdb.base/dollar.exp: Remove, now in gdb.hp.
24378
243791999-11-10 Jimmy Guo <guo@cup.hp.com>
24380
24381 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 24382 from $srcdir/lib/.
4ce44c66 24383 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 24384 and gdb.c++/.
4ce44c66
JM
24385
24386 * gdb.c++/derivation.exp: remove redundant get compiler info code.
24387
d63a86f8 24388 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
24389 'continue with watch' test point.
24390
243911999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
24392
24393 Merged from p2linux-990323-branch:
d63a86f8 24394
4ce44c66
JM
24395 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
24396
11cf8741
JM
24397Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
24398
24399 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 24400 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
24401
24402Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
24403
24404 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 24405 gdb_expect_list.
11cf8741
JM
24406
24407Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
24408
24409 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
24410
244111999-11-03 Mark Salter <msalter@cygnus.com>
24412
24413 * gdb.base/break.exp: Fix "stub continue" pattern.
24414
244151999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
24416
24417 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
24418
244191999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
24420
24421 * gdb.base/display.exp ("finish"): Add timeout clause.
24422
24423 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
24424 plain prompt clause, so this doesn't have to time out in order to
24425 fail.
24426
24427 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 24428 breakpoint hit messages include an address.
11cf8741
JM
24429
24430 * gdb.base/display.exp: Don't forget to escape parens in regular
24431 expressions. Unix regexp notatation sucks.
24432
244331999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24434
24435 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 24436 order for 'signalled' message.
11cf8741 24437
5c44784c
JM
244381999-11-01 Stan Shebs <shebs@andros.cygnus.com>
24439
24440 From Jimmy Guo <guo@cup.hp.com>:
24441 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
24442 * gdb.base/annota1.c: Add code for tests to work with.
24443
244441999-10-26 Frank Ch. Eigler <fche@cygnus.com>
24445
24446 * gdb.base/remote.exp: New test for remote downloading settings.
24447 * gdb.base/remote.c: New file with large .data.
24448
917317f4
JM
244491999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
24450
24451 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
24452 for LinuxThreads support, merged from the Code Fusion branch.
24453
24454Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
24455
24456 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
24457 containing exp_continue into a while within an expect. Don't
24458 attempt a start more than three times. Check return value from
24459 gdb_load.
d63a86f8 24460
2df3850c
JM
24461Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
24462
24463 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 24464 a pass case.
2df3850c 24465
2acceee2
JM
244661999-10-01 Kevin Buettner <kevinb@cygnus.com>
24467
24468 * gdb.base/break.c (main): Added a statement that we can step
24469 off of.
24470 * gdb.base/break.exp: Added tests for setting a breakpoint
24471 at an offset and stepping onto a breakpoint.
24472
244731999-10-01 Fred Fish <fnf@cygnus.com>
24474
d63a86f8 24475 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
24476 gdb output.
24477
c2c6d25f
JM
244781999-09-18 Jim Blandy <jimb@cris.red-bean.com>
24479
24480 * gdb.base/break.exp: Code locations are in hex, don't forget!
24481 (For HP-UX.)
24482
244831999-09-17 Stan Shebs <shebs@andros.cygnus.com>
24484
24485 * condbreak.exp: Use break.c as test program.
24486 * condbreak.c: Remove, redundant with break.c.
24487
244881999-09-15 Stan Shebs <shebs@andros.cygnus.com>
24489
24490 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 24491 Z-packets if the target needs it.
c2c6d25f
JM
24492
244931999-09-13 James Ingham <jingham@leda.cygnus.com>
24494
24495 * gdb.c++/overload.exp: Added tests for listing overloaded
24496 functions with function pointers in the arg, explicitly calling
24497 out the version you want.
24498
cff3e48b
JM
244991999-09-09 Stan Shebs <shebs@andros.cygnus.com>
24500
24501 * long_long.exp: Add variations of test cases that work for
24502 targets with 16-bit ints and 32-bit doubles.
24503
d4f3574e
SS
245041999-09-08 Stan Shebs <shebs@andros.cygnus.com>
24505
24506 * break.c (main): Compare a possibly-uninitialized argc with an
24507 unlikely value that fits in 16 bits.
24508
245091999-09-07 Stan Shebs <shebs@andros.cygnus.com>
24510
24511 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
24512 0xfeeb, don't want negative numbers if ints are 16 bits.
24513
24514 * lib/gdb.exp (skip_cplus_tests): New proc.
24515 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
24516 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
24517 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
24518 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
24519 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
24520 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
24521 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
24522 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
24523
24524 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
24525
24526Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
24527
24528 * gdb.base/corefile.exp (up): Allow a parameter to appear
24529 in the frame that we're going up to.
24530
24531 From Jim Blandy <jimb@cygnus.com>:
24532
24533 * gdb.base/default.exp (info float): Expect some output now.
24534
24535 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
24536 returning floating-point values to fail on the x86.
24537 * gdb.base/callfwmall.exp (do_function_calls): Same.
24538
24539 * gdb.base/list.exp (test_listsize): Correct expectations for
24540 listing line 1 with listsize 2. Also, listing a single line
24541 works now, as does listing three lines. [Kevin's note: There
24542 were a number of other cases fixed too where the expectations
24543 differed...]
24544
245451999-09-02 Stan Shebs <shebs@andros.cygnus.com>
24546
24547 * gdb.base/selftest.exp: Add case for when version prints as
24548 constant string instead of char pointer.
24549
104c1213
JM
245501999-08-25 Stan Shebs <shebs@andros.cygnus.com>
24551
24552 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 24553 stepping out of main.
104c1213
JM
24554
24555 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
24556 G++ used.
24557
24558 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 24559 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
24560
24561 * gdb.c++/ovldbreak.exp: Update match string in test that
24562 includes a warning of multiple breakpoints.
24563
245641999-08-24 Stan Shebs <shebs@andros.cygnus.com>
24565
24566 * gdb.base/display.exp: Improve precision of step-after-finish
24567 added yesterday.
24568
24569 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 24570 test.
104c1213
JM
24571
24572 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
24573 configs when using G++, not just hppa*.
24574
245751999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24576
24577 * gdb.base/async.c: New file.
24578 * gdb.base/async.exp: New file.
24579
24580Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
24581
24582 * gdb.base/break.exp: Tweak PA specific tests to properly handle
24583 PA64.
24584
53a5351d
JM
24585Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
24586
104c1213
JM
24587 * gdb.base/display.exp: "finish" can leave us mid-line on many
24588 targets, deal with it. Add a small constant to main, instead of
24589 1000 since main+1000 may not be a valid address in the target.
24590
53a5351d
JM
24591 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
24592 on hpux11.
24593
24594 * gdb.base/attach.exp: Handle another hpux11 error message variant
24595 when attaching to a process that does not exist.
24596
245971999-08-19 J.T. Conklin <jtc@redback.com>
24598
24599 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 24600 characters in 'continue to 1241' test.
53a5351d
JM
24601
246021999-08-17 Stan Shebs <shebs@andros.cygnus.com>
24603
24604 * gdb.base/call-ar-st.exp: Add a shorter match case for the
24605 stop in print_long_arg_list, define and use a whitespace
24606 variable in print_small_structs test, add an XFAIL for Solaris.
24607 * gdb.base/dbx.exp: XFAIL func commands until somebody is
24608 interested enough to fix.
24609
7be570e7
JM
246101999-08-13 Keith Seitz <keiths@cygnus.com>
24611
24612 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
24613 (dbx_gdb_load): Remove. Use gdb_load instead, since that
24614 proc knows about targets other than the natives.
24615 (test_assign): Use "gdb_run_cmd" to "run" the target.
24616 Check that we've actually hit the breakpoint at main.
24617 When we attempt to assign a value to a local variable, check
24618 that the variable is in the current scope, i.e., don't use
24619 a test with an empty result.
24620
24621Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
24622
24623 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 24624 command.
7be570e7
JM
24625
246261999-08-09 Stan Shebs <shebs@andros.cygnus.com>
24627
24628 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24629 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
24630 gdb.compat, gdb.threads-hp.
24631 gdb.hp/configure, gdb.hp/configure.in: New files.
24632 gdb.hp/Makefile.in: Recurse into new subdirs.
24633 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
24634 gdb.hp/gdb.objdbg: New directory, tests for debugging info
24635 in object files.
24636 gdb.hp/tools: New directory, aux tools for HP-specific tests.
24637
96baa820
JM
246381999-08-05 Stan Shebs <shebs@andros.cygnus.com>
24639
24640 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 24641 funky printf, remove a bogus p/a test.
96baa820
JM
24642
246431999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24644
24645 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
24646 connected to the target. This is necessary when running not
24647 natively.
96baa820
JM
24648
246491999-08-03 Stan Shebs <shebs@andros.cygnus.com>
24650
24651 * gdb.base/step-test.exp: Removed some extraneous messages.
24652
24653 * gdb.base/long_long.exp: Don't run memory examination tests
24654 on little-endian targets (they will need a different set of
24655 results to match).
24656
246571999-08-02 Stan Shebs <shebs@andros.cygnus.com>
24658
24659 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
24660 until somebody decides to fix GDB.
24661
24662 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 24663 constant as "ULL".
96baa820
JM
24664 * gdb.base/long_long.exp: Loosen x/c test, add partial result
24665 matches for a couple x/2 commands.
24666
a0b3c4fd
JM
246671999-07-30 Stan Shebs <shebs@andros.cygnus.com>
24668
24669 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
24670 by merging in ref-types2 tests.
24671 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
24672
24673 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24674 * gdb.c++/Makefile.in: Add standard actions.
24675 (EXECUTABLES): Rename from PROGS, update list.
24676 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
24677 from gdb.hp.
24678 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
24679 foo and bar locals.
24680 * gdb.c++/anon-union.exp: Fix tests to match.
24681 * gdb.c++/classes.exp: Run if HP compiler used, add extra
24682 expect matches to handle output variations.
24683 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
24684 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 24685 output, add HP alternatives for new and delete prints.
a0b3c4fd 24686 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 24687 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
24688 * gdb.c++/demangle.exp: Use $style when reporting failure.
24689 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
24690 * gdb.c++/inherit.exp: Run if HP compiler used, add some
24691 match alternatives.
24692 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 24693 compilers.
a0b3c4fd
JM
24694 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
24695 * gdb.c++/method.exp: Add match alternatives.
24696 * gdb.c++/misc.cc: Add bool types.
24697 * gdb.c++/misc.exp: Add tests for bool types.
24698 * gdb.c++/overload.exp: Add xfails.
24699 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
24700 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
24701 add some more template parameter tests (only for HP currently).
24702 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
24703 * gdb.c++/virtfunc.cc: Add return type and value for main.
24704 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
24705 match alternatives.
d63a86f8 24706
a0b3c4fd
JM
247071999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24708
24709 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
24710
247111999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
24712
24713 * gdb.base/signals.exp: Don't expect getting a backtrace from
24714 within a signal handler to fail on Linux.
24715
247161999-07-29 Stan Shebs <shebs@andros.cygnus.com>
24717
24718 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24719 * lib/gdb.exp: Remove some gratuitious semicolons.
24720 (delete_breakpoints): Increase timeout.
24721 (gdb_expect): Add -notransfer option.
24722 (gdb_test): Use -notransfer option.
24723 (get_compiler_info): Add f77 case.
24724 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 24725 case.
a0b3c4fd
JM
24726 (gdb_preprocess): Call get_compiler.
24727
24728 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
24729 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
24730 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
24731 gdb.base/long_long.exp, gdb.base/printcmds.exp,
24732 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
24733 third arg to gdb_test.
a0b3c4fd
JM
24734 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
24735 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 24736 HP-UX xfails, add others.
a0b3c4fd
JM
24737 * gdb.base/completion.exp: Reflect name change of self-test.
24738 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
24739 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
24740 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
24741 HP failure number.
a0b3c4fd
JM
24742 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
24743 useless HP-UX 10.30 references.
24744 * gdb.base/maint.exp: Loosen matches.
24745 * gdb.base/pointers.c (main): Declare more_code.
24746 * gdb.base/pointers.exp: Match on output of a `next'.
24747 * gdb.base/structs.c: Add prototypes.
24748 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
24749 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
24750
247511999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24752
24753 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 24754 command.
a0b3c4fd
JM
24755
247561999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24757
24758 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
24759 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
24760
24761 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
24762 debug info. Deal with lack of signal hanlder info in stack.
24763
a9c64011 24764 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
24765 * gdb.base/annota1.exp: If printf has debug info, deal with it.
24766
5a2468f5
JM
247671999-07-19 Stan Shebs <shebs@andros.cygnus.com>
24768
24769 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 24770 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 24771
adf40b2e
JM
24772Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
24773
24774 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 24775 a1-selftest.exp.
adf40b2e
JM
24776 * gdb.base/configure: Re-generate.
24777
247781999-07-12 Stan Shebs <shebs@andros.cygnus.com>
24779
24780 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
24781 in trying to run first and name is too long.
24782
24783 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
24784 pointers2.c and pointers2.exp, respectively.
24785 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
24786 doschk happier.
24787
43e526b9
JM
247881999-07-08 Stan Shebs <shebs@andros.cygnus.com>
24789
24790 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
24791 callfuncs2.c and callfuncs2.exp.
24792
24793 * gdb.base/list.exp: Remove mistaken xfails.
24794 * gdb.base/list0.h: Add optional prototypes.
24795
9846de1b
JM
24796Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
24797
a9c64011 24798 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 24799 calling malloc.
a9c64011
AS
24800 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
24801 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 24802 use.
9846de1b
JM
24803
248041999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24805
24806 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
24807 * gdb.base/annota2.cc, annota2.exp: Move from here.
24808 * gdb.c++/annota2.cc, annota2.exp: To here.
24809 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
24810
43ff13b4
JM
24811Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
24812
24813 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 24814 a consistent format.
43ff13b4 24815
085dd6e6
JM
248161999-06-25 Stan Shebs <shebs@andros.cygnus.com>
24817
24818 From Jimmy Guo <guo@cup.hp.com> and others at HP:
24819 * lib/gdb.exp (get_compiler_info): Add detection for assorted
24820 HP compilers, also set the globals $true and $false.
24821
24822 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
24823 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
24824 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
24825 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
24826 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
24827 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
24828 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
24829 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
24830 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
24831 whatis.c} Add C++ compatible function definitions and return
24832 types, add includes for library functions.
085dd6e6
JM
24833 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
24834 * gdb.base/step-test.c (myglob): Rename from glob.
24835 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
24836 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
24837 files, move here from gdb.hp.
085dd6e6 24838 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
24839 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
24840 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
24841 Adjust line numbers in regexps.
085dd6e6
JM
24842
24843 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
24844 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
24845 instead of 0/1.
24846
24847 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
24848 foll-vfork.exp: New files, move here from gdb.hp.
24849 * gdb.base/page.exp: New file, test of pagination command.
24850
24851 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
24852 recursion test.
24853 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
24854
24855 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 24856 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
24857
24858 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 24859 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 24860 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 24861 watchpoint test.
085dd6e6
JM
24862 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
24863 them work.
24864 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
24865 expressions properly.
24866 * gdb.base/corefile.exp: Loosen the match slightly.
24867 * gdb.base/default.exp: Allow "Error accessing memory" message
24868 also.
24869 * gdb.base/display.exp: Skip over x/0 j if PA64.
24870 * gdb.base/funcargs.exp: Add xfails for HP-UX.
24871 * gdb.base/interrupt.exp: Ditto.
24872 * gdb.base/langs.exp: Add symbolic matches governed by compiler
24873 in use.
24874 * gdb.base/list.exp: Add xfails for HP-UX.
24875 * gdb.base/long_long.exp: Refine some of the numeric matches.
24876 * gdb.base/mips_pro.exp: Xfail on HP-UX.
24877 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
24878 * gdb.base/nodebug.exp: Succeed on more varieties of output.
24879 * gdb.base/opaque.exp: Remove some HP-UX xfails.
24880 * gdb.base/ptype.exp: Succeed on more varieties of output.
24881 * gdb.base/scope.exp: Add xfails for HP-UX.
24882 * gdb.base/sect-cmd.exp: Add more cases.
24883 * gdb.base/setvar.exp: Add xfails for HP-UX.
24884 * gdb.base/shlib-call.exp: Loosen some matches slightly.
24885 * gdb.base/signals.exp: Match on void symbolically.
24886 * gdb.base/step-test.exp: Add case for PA64.
24887 * gdb.base/term.exp: Add exit and restart.
24888 * gdb.base/twice.exp: Clean up after self.
24889 * gdb.base/varargs.exp: Disable overload resolution explicitly.
24890 * gdb.base/whatis.exp: Allow more ways to pass tests.
24891
24892 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 24893 no longer useful.
085dd6e6
JM
24894
24895Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
24896
24897 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 24898 list of patterns.
085dd6e6 24899 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
24900 print_double_array(double_array)", "continuing to breakpoint
24901 1018", "print print_double_array(array_d)" and "continuing to
24902 1034" tests.
d63a86f8 24903
085dd6e6
JM
249041999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
24905
a9c64011 24906 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
24907
249081999-06-24 Stan Shebs <shebs@andros.cygnus.com>
24909
24910 * config/mt-*: Remove, these haven't been used since 1996.
24911
249121999-06-22 Stan Shebs <shebs@andros.cygnus.com>
24913
24914 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 24915 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
24916 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
24917
9e0b60a8
JM
249181999-06-18 Stan Shebs <shebs@andros.cygnus.com>
24919
24920 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
24921 simpler match case for the ptype of the big class.
24922
249231999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24924
24925 * gdb.exp: Fix test for gdb_prompt existence.
24926
249271999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24928
24929 * gdb.exp (gdb_test): Add fail after calls to perror.
24930
249311999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24932
24933 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
24934
249351999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
24936
24937 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
24938
0f71a2f6
JM
24939Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
24940
24941 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 24942 malloc() is linked in.
0f71a2f6
JM
24943
249441999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
24945
24946 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
24947 step at end.
24948
24949 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
24950
249511999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
24952
24953 * gdb.java/jv-print.exp: New file. (Our first Java test!)
24954
cce74817
JM
24955Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
24956
24957 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
24958 * gdb.base/mips_pro.exp: Likewise.
24959
249601999-06-02 Keith Seitz <keiths@cygnus.com>
24961
24962 * gdb.c++/templates.cc: Change all "new" operators to throw
24963 an exception.
24964 * gdb.c++/cplusfuncs.cc: Likewise.
24965
24966 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
24967
24968Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
24969
24970 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
24971 * gdb.base/ending-run.exp: When stepping out of main, accept a
24972 step into an arbitrary assembler file.
cce74817 24973
392a587b
JM
249741999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
24975
d63a86f8 24976 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 24977 "breakpoint-invalid" to be printed.
6fdff2c5
PA
24978 * gdb.base/annota2.exp: Revise line number for main
24979 breakpoint. Allow any number of "frames-invalid" and
24980 "breakpoint-invalid" to be printed.
392a587b
JM
24981 * gdb.base/annota2.cc: Initialize a.x to 0.
24982
9e086581
JM
249831999-05-17 Keith Seitz <keiths@cygnus.com>
24984
6fdff2c5
PA
24985 * gdb.base/call-ar-st.exp: Skip
24986 "print print_double_array (double_array)" when "skip_float_tests" set.
24987 Ditto for "print print_double_array(array_d)",
24988 "print print_small_structs", "print print_ten_doubles", and
24989 "step into print_long_arg_list".
24990 Don't assume we can step into "print_long_arg_list": we could step
24991 into memcpy.
24992 * gdb.base/call-rt-st.exp: Don't run float-related tests when
24993 "skip_float_tests" is set: "print print_one_double(*d1)"
24994 and "print print_two_floats(*f3)".
9e086581
JM
24995 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
24996 "skip_float_tests" is set.
6fdff2c5
PA
24997 * gdb.base/varargs.exp: Skip
24998 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
24999 "skip_float_tests" set.
d63a86f8 25000
cd0fc7c3
SS
250011999-05-06 Keith Seitz <keiths@cygnus.com>
25002
25003 * gdb.base/annota2.cc: Include stdio.h.
25004
25005Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
25006
25007 * gdb.base/crossload.exp: Remove, this has been disabled ever
25008 since BFD stopped including all targets, and cross-GDB gets
25009 plenty of testing anyway.
25010 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
25011 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
25012 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
25013 * gdb.base/README: Remove, was doc for this.
25014 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 25015 needed.
cd0fc7c3 25016
b83266a0
SS
250171999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25018
25019 * gdb.base/call-ar-st.exp: Fix one regular expression in test
25020 output.
25021
25022 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
25023 * gdb.base/annota2.exp: New file. More annotation tests.
25024 * gdb.base/annota1.c: New file. Source file for annota1.exp.
25025 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
25026
250271999-04-23 Angela Marie Thomas <angela@cygnus.com>
25028
25029 * config/cfdbug.exp: New file.
25030
7a292a7a
SS
250311999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
25032
25033 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
25034 Marcus Daniel's and Dale Hawkins's demangler crashes.
25035
25036 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
25037 test_lucid_style_demangling, test_arm_style_demangling,
25038 test_hp_style_demangling): Try Tom Tromey's core-dumping
25039 identifier under each demangling style.
7a292a7a
SS
25040
250411999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
25042
25043 * gdb.c++/demangle.exp: Include the current demangling style
25044 in all test names.
25045 (current_demangling_style): New global variable.
25046 (set_demangling_style, test_demangling_core, test_demangling,
25047 test_demangling_exact): New functions.
25048 (test_gnu_style_demangling, test_lucid_style_demangling,
25049 test_arm_style_demangling, test_hp_style_demangling): Use those,
25050 instead of calling gdb_test and gdb_test_exact directly.
25051 (catch_demangling_errors): New function, which reports errors
25052 signalled by the demangling test functions in an orderly way.
25053 (do_tests): Use catch_demangling_errors.
25054
250551999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
25056
25057 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 25058 grouping in expressions, not {}.
7a292a7a
SS
25059
25060 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 25061 initialized yet.
7a292a7a
SS
25062
250631999-04-01 Stan Shebs <shebs@andros.cygnus.com>
25064
25065 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
25066 are listed.
25067
250681999-03-26 Stan Shebs <shebs@andros.cygnus.com>
25069
25070 * gdb.stabs/weird.exp: Test for CC being defined before
25071 looking at its value.
25072
250731999-03-25 Stan Shebs <shebs@andros.cygnus.com>
25074
25075 * gdb.base/call-ar-st.exp: Remove stray '#'.
25076 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
25077 "short int" and "long int".
25078 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 25079 change, to mollify finicky HP compiler.
7a292a7a
SS
25080 * gdb.hp/reg-test.exp (testfile): Fix file name.
25081 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 25082
7a292a7a
SS
25083 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
25084 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
25085 alternate form of enum ptype.
25086
c906108c
SS
250871999-03-23 Stan Shebs <shebs@andros.cygnus.com>
25088
7a292a7a
SS
25089 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
25090 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
25091 passing skip_hp_tests, so as not to waste time on guaranteed
25092 failure.
7a292a7a 25093
c906108c
SS
25094 * gdb.c++/overload.cc: Pass string instead of char addr, always
25095 init ccpfoo.
25096 * gdb.c++/templates.cc: Fix syntax error.
25097
7a292a7a
SS
25098Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25099
25100 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 25101 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
25102 command.
25103
251041999-03-18 James Ingham <jingham@cygnus.com>
25105
25106 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
25107
25108 * gdb.c++/method.exp: It was testing an uninitialized int on the
25109 stack and assuming it was positive.
25110
25111 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
25112
25113 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 25114 keep it from killing the rest of the tests.
7a292a7a
SS
25115 Use gdb_continue_to_end.
25116
25117 * gdb.base/sigall.exp: use gdb_continue_to_end.
25118
25119 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
25120
25121 * gdb.base/display.exp: use runto_main, not run.
25122
d63a86f8
RM
25123 * gdb.base/default.exp: Check for the current error message in the
25124 r abbreviation test.
7a292a7a
SS
25125 Add strongarm to the targets that know info float.
25126
d63a86f8 25127 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
25128 run which doesn't work with monitors.
25129
6fdff2c5
PA
25130 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
25131 1034 test.
7a292a7a
SS
25132
25133 * gdb.base/break.exp: use the gdb_continue_to_end proc.
25134
6fdff2c5
PA
25135 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
25136 end of a program. Traps the case (in Cygmon) when the program
25137 never really exits. Same as Mark's continue_to_exit, but I had
25138 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
25139
25140 * config/monitor.exp (gdb_target_monitor): added another
25141 target_info parameter: remotebinarydownload. This will set the
25142 remotebinarydownload flag if this is causing some boards trouble.
25143
251441999-03-18 Mark Salter <msalter@cygnus.com>
25145
25146 * lib/gdb.exp (continue_to_exit): New function.
25147
25148 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
25149 * gdb.base/ending-run.exp: Ditto.
25150 * gdb.base/step-test.exp: Ditto.
25151
251521999-03-16 Stan Shebs <shebs@andros.cygnus.com>
25153
25154 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
25155 (suggested by Art Haas <ahaas@neosoft.com>).
25156
251571999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
25158
889bf7c5 25159 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
25160
25161Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
25162
25163 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 25164 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
25165
251661999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
25167
25168 * gdb.base/call-strs.exp: Don't assume that `step' will step over
25169 a call to strlen; sometimes we do have sources.
25170
251711999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
25172
25173 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 25174 character, so GDB won't print garbage after its end.
d63a86f8 25175
c906108c
SS
25176 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
25177 breakpoint there instead. Sometimes GCC emits memcpy to handle
25178 the large structures being passed by value, so we step into that
25179 instead of sum_array_print, which obscures what we're really testing.
25180 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
25181 the bizarre steps into memcpy, so do that here. Add check for
25182 stepping into function calls that pass large structures by value.
25183 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
25184 Remove all references to specific line numbers.
25185 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
25186 New type and function.
25187 (main): Call large_struct_by_value, passing it a large struct by value.
25188 * lib/gdb.exp (gdb_get_line_number): New function.
25189
25190 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
25191 more portable.
25192
7a292a7a
SS
251931999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
25194
c906108c
SS
25195 * lib/gdb.exp: Doc fixes.
25196
7a292a7a
SS
251971999-03-05 Nick Clifton <nickc@cygnus.com>
25198
d63a86f8 25199 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
25200
252011999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
25202
c906108c 25203 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
25204 commands. They're not germane to this test, and they don't work
25205 that way on remote targets.
c906108c 25206
3fc11d3e
JM
252071999-03-01 James Ingham <jingham@cygnus.com>
25208
25209 * Changelog entries merged over from gdb development branch.
25210
3fc11d3e
JM
25211 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
25212
25213 * lib/gdb.exp (gdbtk_analyze_results): Generic function
25214 for outputting results of test run.
25215
2d4a1622 25216 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
25217
25218 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 25219
7a292a7a
SS
252201999-02-25 Felix Lee <flee@cygnus.com>
25221
25222 * lib/gdb.exp (debug_format): initialize
25223
c906108c
SS
252241999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
25225
25226 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
25227 * gdb.base/call-rt-st.c: Ditto.
25228
c906108c
SS
252291999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
25230
25231 * gdb.threads/pthreads.exp (horiz): New variable.
25232 (test_startup): Fix regexps that capture thread numbers.
25233
252341999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
25235
25236 * gdb.base/smoke.exp: Disambiguate two test case names (both
25237 called ``print'').
25238
25239Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25240
25241 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 25242 compilation.
c906108c
SS
25243
252441999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25245
25246 * gdb.base/miscexprs.exp: Change patterns to match GDB's
25247 actual output formatting.
25248 * gdb.base/smoke.exp: GDB removes leading 0's.
25249 * gdb.base/volatile.exp: Don't check type of remuneration;
25250 that variable is no longer defined in constvars.c.
25251 * gdb.base/step-test.c (main): Exit with explicit exit code.
25252 * gdb.base/step-test.exp: Remove two nexti checks--they are
25253 not portable.
25254
252551999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
25256
25257 * gdb.base/help.exp ("help delete display"): Fix test to match
25258 gdb's output.
25259
25260 * gdb.base/long_long.c (known_types): Initialize values to zero.
25261 * gdb.base/long_long.exp: Step one more line
25262 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
25263 leading zeros. Explicitly ask for hex formatting. Use
25264 unique test case names.
c906108c
SS
25265
25266Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25267
d63a86f8 25268 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
25269
25270 * gdb.c++/method.exp: Add missing close brace.
25271
252721999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
25273
25274 * gdb.base/maint.exp: Use 'set height 0' to disable page
25275 prompting, not 'set height 400'.
25276
25277 Fix a bunch of timeouts.
25278 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
25279 four separate tests, so expect doesn't take forever to match a ton
25280 of text against a regexp with lots of .* forms.
25281 ("maint print psymbols", "maint print symbols"): Make some of
25282 these greps more selective, so that expect doesn't try to wade
25283 through huge piles of output and time out.
25284
25285 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
25286
25287 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
25288 tests: one which doesn't expect shlib events to be reported, and
25289 another which does, but is XFAIL for all platforms other than
25290 HP/UX.
c906108c
SS
25291
25292 * gdb.base/break.exp: Teach the test suite that the `catch
25293 fork', `catch vfork', and `catch exec' commands produce error
25294 messages on platforms that don't provide these features.
25295
25296Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
25297
25298 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
25299 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
25300 (shortening names from solib_threshold.exp etc), won't run on
25301 anything but HP-UX for the foreseeable future.
c906108c 25302 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 25303 reflect move.
c906108c
SS
25304
25305Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
25306
25307 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 25308 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
25309
25310Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
25311
25312 * gdb.base/shlib-call.exp: add test cases to verify that gdb
25313 successfully re-sets breakpoints in shared libraries.
25314 * gdb.base/shmain.c (main): return 0, don't fall off the end.
25315
25316Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25317
d63a86f8
RM
25318 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
25319 and compiled w/o GCC.
c906108c
SS
25320
25321 * gdb.hp/watch-cmd.exp: ditto.
25322
25323 * gdb.hp/watch-hp.exp: ditto.
25324
25325 * gdb.hp/xdb1.exp: ditto.
25326
25327 * gdb.hp/xdb2.exp: ditto.
25328
25329 * gdb.hp/dbx.exp: ditto.
25330
25331Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
25332
25333 * constvars.c: Remove C++-isms.
25334 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 25335 with GCC.
c906108c
SS
25336
25337Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
25338
25339 The following changes are part of the HP merge.
25340
25341 * gdb.base/break.exp: new tests to verify that catchpoints for
25342 fork, vfork, and exec don't trigger inappropriately.
25343
25344 * gdb.base/opaque.exp: compile one file at a time, then link.
25345
25346 * gdb.base/signals.exp: be more restrictive about which hppa
25347 systems receive a setup_xfail. new tests.
25348
25349 * gdb.base/solib_threshold.build: new file.
25350 * gdb.base/solib_threshold.exp: new file.
25351 * gdb.base/solib_threshold.link_opts: new file.
25352 * gdb.base/solib_threshold.mk: new file.
25353 * gdb.base/gen_solib_threshold.c: new file.
25354
25355 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
25356 tests. New tests for enums inside classes.
25357
25358 * gdb.c++/compiler.cc: indicate support of template debugging.
25359
25360 * gdb.c++/demangle.exp: run hp style demangling tests.
25361
25362 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
25363 tests.
25364
25365 * gdb.c++/misc.cc: changes to support new tests.
25366
25367 * gdb.c++/templates.cc: changes to support HP's compiler; changes
25368 to support new tests.
25369
25370 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
25371 gcc, then skip these tests.
25372
25373Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
25374
25375 The following files are part of the HP merge; some had longer
25376 names at HP, but have been renamed to be no more than 14
25377 characters in length.
25378
25379 * gdb.hp/ambiguous.cc: new file.
25380 * gdb.hp/ambiguous.exp: new file.
25381 * gdb.hp/attach.exp: new file.
25382 * gdb.hp/attach2.exp: new file.
25383 * gdb.hp/classes-hp.exp: new file.
25384 * gdb.hp/ctti.exp: new file.
25385 * gdb.hp/ctti-add.cc: new file.
25386 * gdb.hp/ctti-add1.cc: new file.
25387 * gdb.hp/ctti-add2.cc: new file.
25388 * gdb.hp/ctti-add3.cc: new file.
25389 * gdb.hp/dbx.exp: new file.
25390 * gdb.hp/exception.cc: new file.
25391 * gdb.hp/exception.exp: new file.
25392 * gdb.hp/foll-exec.c: new file.
25393 * gdb.hp/foll-exec.exp: new file.
25394 * gdb.hp/foll-fork.c: new file.
25395 * gdb.hp/foll-fork.exp: new file.
25396 * gdb.hp/foll-vfork.c: new file.
25397 * gdb.hp/foll-vfork.exp: new file.
25398 * gdb.hp/inherit-hp.exp: new file.
25399 * gdb.hp/more-steps.exp: new file.
25400 * gdb.hp/namespace.cc: new file.
25401 * gdb.hp/namespace.exp: new file.
25402 * gdb.hp/optimize.exp: new file.
25403 * gdb.hp/pxdb.c: new file.
25404 * gdb.hp/pxdb.exp: new file.
25405 * gdb.hp/quicksort.exp: new file.
25406 * gdb.hp/reg-test.exp: new file.
25407 * gdb.hp/reg-test.s: new file.
25408 * gdb.hp/sized-enum.c: new file.
25409 * gdb.hp/sized-enum.exp: new file.
25410 * gdb.hp/start-stop.exp: new file.
25411 * gdb.hp/templ-hp.cc: new file.
25412 * gdb.hp/templ-hp.exp: new file.
25413 * gdb.hp/thr-lib.c: new file.
25414 * gdb.hp/thr-lib.exp: new file.
25415 * gdb.hp/thr-lib.h: new file.
25416 * gdb.hp/thr-liblib.c: new file.
25417 * gdb.hp/virtfun-hp.c: new file.
25418 * gdb.hp/virtfun-hp.exp: new file.
25419 * gdb.hp/watch-cmd.exp: new file.
25420 * gdb.hp/watch-hp.exp: new file.
25421 * gdb.hp/xdb1.exp: new file.
25422 * gdb.hp/xdb2.exp: new file.
25423 * gdb.hp/xdb3.exp: new file.
25424
25425Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
25426
25427 The following files are part of the HP merge; some had longer
25428 names at HP, but have been renamed to be no more than 14
25429 characters in length.
25430
25431 * gdb.base/ss.h: new file.
25432 * gdb.base/call-ar-st.c: new file.
25433 * gdb.base/call-ar-st.exp: new file.
25434 * gdb.base/call-rt-st.c: new file.
25435 * gdb.base/call-rt-st-exp: new file.
25436 * gdb.base/call-strs.exp: new file.
25437 * gdb.base/ena-dis-br.exp: new file.
25438 * gdb.base/environ.exp: new file.
25439 * gdb.base/long_long.exp: new file.
25440 * gdb.base/sect-cmd.exp: new file.
25441 * gdb.base/shlib-cl2.exp: new file.
25442 * gdb.base/smoke.exp: new file.
25443 * gdb.base/so-impl-ld.c: new file.
25444 * gdb.base/so-impl-ld.exp: new file.
25445 * gdb.base/so-indr-cl.c: new file.
25446 * gdb.base/so-indr-cl.exp: new file.
25447 * gdb.base/varargs.exp: new file.
25448 * gdb.base/volatile.exp: new file.
25449 * gdb.base/whatis-exp.exp: new file.
7a292a7a 25450 * gdb.base/display.exp: new file.
c906108c
SS
25451 * gdb.c++/derivation.exp: new file.
25452 * gdb.c++/local.exp: new file.
25453 * gdb.c++/member-ptr.exp: new file.
25454 * gdb.c++/overload.exp: new file.
25455 * gdb.c++/ovldbreak.exp: new file.
25456 * gdb.c++/ref-types.exp: new file.
25457 * gdb.c++/ref-types2.exp: new file.
25458 * gdb.c++/userdef.exp: new file.
d63a86f8 25459
c906108c
SS
25460Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
25461
25462 * gdb.base/default.exp: Reflect wording change in remote.c.
25463
dc96c6c7 25464Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25465
25466 * gdb.base/help.exp: Update to reflect current text.
25467
25468Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
25469
25470 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
25471 they're stack variables and contain garbage.
25472 * gdb.c++/anon-union.exp: new file.
25473
25474 The following changes were made by David Taylor
889bf7c5
PA
25475 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25476 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25477 in changes by HP.
c906108c
SS
25478
25479 * gdb.base/bitops.exp: new file.
25480 * gdb.base/default.exp: change expected messages for catch and
25481 info catch tests to reflect HP merge changes.
25482 * gdb.base/enable-disable-break.exp
25483 * gdb.base/ending-run.c: new file.
25484 * gdb.base/long_long.c: new file.
25485 * gdb.base/maint.exp: new file.
25486 * gdb.base/pointers2.exp: new file.
25487 * gdb.base/shlib-call2.exp: new file.
25488 * gdb.base/solib.exp: new file.
25489 * gdb.base/step-test.c: new file.
25490 * gdb.c++/anon-union.cc: new file.
25491 * gdb.c++/local.cc: new file.
25492 * gdb.c++/member-pointer.cc: new file.
25493 * gdb.c++/method.cc: new file.
25494 * gdb.c++/ref-types.cc: new file.
25495 * gdb.c++/ref-types2.cc: new file.
25496 * gdb.c++/userdef.cc: new file.
d63a86f8 25497
c906108c
SS
25498 * gdb.base/scope.exp: compile one file at a time, then link.
25499 * gdb.base/langs.exp: ditto.
25500 * gdb.base/list.exp: ditto.
d63a86f8 25501
c906108c
SS
25502Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
25503
25504 The following changes were made by David Taylor
889bf7c5
PA
25505 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
25506 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
25507 in changes by HP.
d63a86f8 25508
c906108c
SS
25509 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
25510 skip tests. When compiling pass c++ flag to gdb_compile.
25511 * gdb.c++/
d63a86f8 25512
c906108c
SS
25513 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
25514 test for on hppa*-*-hpux*; use args to see if c++ was specified.
25515 (skip_hp_tests): new function.
25516 (gdb_preprocess): new function.
25517
25518 * configure.in (hpdir): decide whether to configure gdb.hp.
25519 * configure: regenerated.
25520
25521 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
25522 to delete on clean.
25523 (EXECUTABLES): update to reflect new additions.
25524 * gdb.base/commands.exp: update message expected.
25525 * gdb.base/default.exp: add copyright notice.
25526 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
25527 * gdb.base/help.exp: update messages to reflect current text.
25528 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
25529 targets for recurse tests.
25530 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
25531 skip this file.
25532
25533 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
25534 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
25535 compilation.
25536 * gdb.c++/misc.exp: ditto.
25537 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
25538 run the tests. tell gdb_compile that it's a c++ compilation.
25539
25540 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 25541
c906108c
SS
25542 * gdb.base/all-bin.exp: new file.
25543 * gdb.base/arithmet.exp: new file.
25544 * gdb.base/assign.exp: new file.
25545 * gdb.base/completion.exp: new file.
25546 * gdb.base/cond-expr.exp: new file.
25547 * gdb.base/condbreak.exp: new file.
25548 * gdb.base/define.exp: new file.
25549 * gdb.base/dollar.exp: new file.
25550 * gdb.base/environment.exp: new file.
25551 * gdb.base/eval-skip.exp: new file.
25552 * gdb.base/jump.exp: new file.
25553 * gdb.base/logical.exp: new file.
25554 * gdb.base/pointers.exp: new file.
25555 * gdb.base/relational.exp: new file.
25556 * gdb.base/section_command.exp: new file.
25557 * gdb.base/whatis-expr.exp: new file.
25558
25559 * gdb.base/all-types.c: new file.
25560 * gdb.base/call-array-struct.c: new file.
25561 * gdb.base/call-return-struct.c: new file.
25562 * gdb.base/call-strings.c: new file.
25563 * gdb.base/callfuncs2.c: new file.
25564 * gdb.base/condbreak.c: new file.
25565 * gdb.base/constvars.c: new file.
25566 * gdb.base/display.c: new file.
25567 * gdb.base/int-type.c: new file.
25568 * gdb.base/jump.c: new file.
25569 * gdb.base/miscexprs.c: new file.
25570 * gdb.base/pointers.c: new file.
25571 * gdb.base/pointers2.c: new file.
25572 * gdb.base/shmain.c: new file.
25573 * gdb.base/shr1.c: new file.
25574 * gdb.base/shr2.c: new file.
25575 * gdb.base/solib.c: new file.
25576 * gdb.base/solib1.c: new file.
25577 * gdb.base/solib2.c: new file.
25578 * gdb.base/varargs.c: new file.
25579 * gdb.c++/derivation.cc: new file.
25580 * gdb.c++/overload.cc: new file.
25581 * gdb.c++/ovldbreak.cc: new file.
25582 * gdb.hp/attach.c: new file.
25583 * gdb.hp/attach2.c: new file.
25584 * gdb.hp/average.c: new file.
25585 * gdb.hp/compiler.c: new file.
25586 * gdb.hp/compiler.cc: new file.
25587 * gdb.hp/execd-program.c: new file.
25588 * gdb.hp/follow-exec.c: new file.
25589 * gdb.hp/follow-fork.c: new file.
25590 * gdb.hp/follow-vfork-and-exec.c: new file.
25591 * gdb.hp/misc-hp.cc: new file.
25592 * gdb.hp/more-steps.c: new file.
25593 * gdb.hp/optimize.c: new file.
25594 * gdb.hp/quicksort.c: new file.
25595 * gdb.hp/run-hp.c: new file.
25596 * gdb.hp/start-stop.c: new file.
25597 * gdb.hp/sum.c: new file.
25598 * gdb.hp/templates-hp.cc: new file.
25599 * gdb.hp/thread-local-in-lib.c: new file.
25600 * gdb.hp/thread-local-in-lib.h: new file.
25601 * gdb.hp/thread-local-in-lib.lib.c: new file.
25602 * gdb.hp/vforked-program.c: new file.
25603 * gdb.hp/virtfunc-hp.cc: new file.
25604 * gdb.hp/watchpoint-hp.c: new file.
25605 * gdb.hp/xdb.c: new file.
25606 * gdb.hp/xdb0.c: new file.
25607 * gdb.hp/xdb0.h: new file.
25608 * gdb.hp/xdb1.c: new file.
25609
25610Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
25611
25612 The following change was made by Edith Epstein
889bf7c5
PA
25613 <eepstein@cygnus.com> as part of a project to merge in changes
25614 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
25615
25616 * gdb.c++/demangle.exp: changed the expected output for some
25617 ARM-style mangling -- removed second reference to datatype.
889bf7c5 25618 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 25619 T1<char>::~T1<char>(void)
c906108c 25620 becomes,
a9c64011
AS
25621 maint demangle __dt__11T1__pt__2_cFv
25622 T1<char>::~T1(void)
c906108c 25623
889bf7c5 25624 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 25625
c906108c
SS
25626Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
25627
25628 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
25629 * gdb.trace/backtrace.exp: Likewise.
25630 * gdb.trace/circ.exp: Likewise.
25631 * gdb.trace/collection.exp: Likewise.
25632 * gdb.trace/deltrace.exp: Likewise.
25633 * gdb.trace/infotrace.exp: Likewise.
25634 * gdb.trace/limits.exp: Likewise.
25635 * gdb.trace/packetlen.exp: Likewise.
25636 * gdb.trace/passc-dyn.exp: Likewise.
25637 * gdb.trace/passcount.exp: Likewise.
25638 * gdb.trace/report.exp: Likewise.
25639 * gdb.trace/save-trace.exp: Likewise.
25640 * gdb.trace/tfind.exp: Likewise.
25641 * gdb.trace/tracecmd.exp: Likewise.
25642 * gdb.trace/while-dyn.exp: Likewise.
25643 * gdb.trace/while-stepping.exp: Likewise.
25644
256451998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
25646
25647 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
25648
25649Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
25650
25651 From Brendan Kehoe:
25652 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
25653 int return types.
25654
25655Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
25656
25657 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 25658 remote dos host testing right.
c906108c
SS
25659
25660Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
25661
25662 * gdb.base/corefile.exp: remove some xfails.
25663
25664Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
25665
25666 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 25667 have different timestamps.
c906108c
SS
25668
25669Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
25670
25671 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 25672 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
25673
25674Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
25675
25676 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 25677 delta.
c906108c
SS
25678
25679Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
25680
25681 * gdb.base/default.exp: Add brace missing from previous delta.
25682
25683Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
25684
25685 * gdb.base/default.exp: Support test for info float for all
25686 varieties of arm toolchain.
25687
dc96c6c7 25688Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25689
25690 * gdb.trace/*.exp: remove "remote_download" command.
25691
dc96c6c7 25692Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25693
25694 * gdb.trace/*.exp: remove -gdwarf from compile.
25695
25696Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
25697
25698 * gdb.trace/configure.in(AC_INIT): typo
25699 * gdb.trace/configure: regenerated
25700
dc96c6c7 25701Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25702
25703 * config/m68k-emc.exp: New file.
25704 * lib/<emc-support.exp trace-support.exp}: New files.
25705 * configure.in: add new test directory gdb.trace.
25706 * gdb.trace/{configure configure.in Makefile.in}: New files.
25707 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
25708 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
25709 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
25710 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
25711 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
25712 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
25713 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 25714
dc96c6c7 25715Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25716
25717 * gdb.c++/classes.exp: Change all regular expressions to match
25718 arbitrary combinations of newline/carriage-return, so that they
25719 will work equally well on Unix and Windows.
25720 * gdb.c++/inherit.exp: ditto.
25721 * gdb.c++/virtfunc.exp: ditto.
25722
257231998-08-11 Dawn Perchik <dawn@cygnus.com>
25724
25725 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
25726
c2d11a7d
JM
25727Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
25728
25729 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
25730 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
25731 to use a0-a3/d0-d3 as needed.
25732
25733Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
25734
25735 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
25736 * gdb.disasm/am33.exp: Corresponding changes.
25737
c906108c
SS
257381998-07-11 Felix Lee <flee@cygnus.com>
25739
25740 * gdb.base/callfuncs.exp: add cmp10 test.
25741 * gdb.base/callfuncs.c (cmp10): new function.
25742
25743Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
25744
d63a86f8 25745 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
25746 into two parts to get around a synchronization problem in expect.
25747
3fc11d3e
JM
25748Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
25749
25750 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
25751
25752 * configure.in: Add options for gdbtk testsuite.
25753
25754 * configure: Regenerate.
25755
25756 * gdb.gdbtk: New directory to hold gdbtk tests.
25757
c906108c
SS
25758Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25759
25760 * gdb.fortran/types.exp: Escape brackets in expect patterns
25761 for test_float_literal_types_accepted tests.
25762 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
25763 before run test.
25764
c2d11a7d
JM
25765Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
25766
25767 * am33.exp: Just compile, do not link the testcase.
25768 * am33.s: Add ".am33" pseudoop to force am33 mode.
25769
c906108c
SS
257701998-06-25 Felix Lee <flee@cygnus.com>
25771
25772 * gdb.base/setshow.exp: make sure $pc is sane.
25773
25774 * gdb.stabs/weird.exp: split expect patterns properly.
25775
c2d11a7d
JM
25776Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
25777
25778 * gdb.disasm/am33.s: New disassembler testfile for the am33.
25779 * gdb.disasm/am33.exp: Run it.
25780
dc96c6c7 25781Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25782
25783 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
25784 match processing (and eliminate spurious timeouts when running).
25785
dc96c6c7 25786Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25787
25788 * gdb.base/signals.exp (test_handle_all_print): put back Mach
25789 exception test, but conditionalize it on target [mach | gnu].
25790
dc96c6c7 25791Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
25792
25793 * gdb.base/overlays.exp: fixup compile line for linker script.
25794
25795Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
25796
25797 * gdb.fortran/types.exp: don't guess at float size.
25798
25799Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
25800
25801 * gdb.base/exprs.exp: delete test that depends on int size.
25802
25803Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
25804
25805 * config/sim.exp: Removed checks for target triplets.
25806 (gdb_target_sim): Use gdb,target_sim_options.
25807
25808Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
25809
25810 * gdb.base/reread.exp: New file.
25811 * gdb.base/reread1.c: New file.
25812 * gdb.base/reread2.c: New file.
25813
25814Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
25815
25816 * config/sim.exp: Use 'target sim -sparclite' when running
25817 SPARClite programs.
25818
25819Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
25820
25821 * gdb.base/structs2.exp: New file.
25822 * gdb.base/structs2.c: New file.
25823
25824Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
25825
25826 * gdb.asm/common.inc: New file.
25827 * gdb.asm/d10v.inc: New file.
25828 * asm-source.exp: Pass -I's to gas to find .inc files.
25829 Update line numbers in expected output.
25830 * asmsrc1.s: Rewrite.
25831 * asmsrc2.s: Rewrite.
25832 * configure.in: Create arch.inc symlink.
25833 * configure: Regenerate.
25834 * Makefile.in (distclean): Delete arch.inc.
25835
25836Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
25837
25838 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
25839 (t_enum_value2): ditto
25840 (t_enum_value3): ditto
25841 (main): ditto
c906108c
SS
25842Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25843
25844 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
25845 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
25846 change.
25847 Use gdb_test instead of send_gdb/gdb_expect sequences.
25848
25849Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
25850
25851 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
25852 not void.
25853
25854Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
25855
25856 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
25857 subroutines. Used to test gdbs ability to single step through PC
25858 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
25859
25860Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
25861
25862 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
25863 more rigorous EGCS C++ error checking.
25864
25865Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25866
a9c64011
AS
25867 * gdb.base/help.exp: Clean up `help set args' and `help show args'
25868 tests.
25869 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
25870 function when asleep.
25871 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
25872 for i*86 Linux and SVR4 signal handling problems.
25873 Remove linux xfail for `next to handler in signals_tests_1', fixed
25874 by recent infrun.c change.
25875 Limit backtrace to 10 frames to avoid timeout problems with infinite
25876 stack backtraces.
25877 Adjust expect pattern in `handle all print' test to match Apr 28 1997
25878 target.[ch] change.
c906108c
SS
25879
25880Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
25881
25882 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
25883 for a newline from gdb before continuing.
25884 (default_gdb_exit): Just look for y or n.
25885 (gdb_test): Detect abnormal exit from GDB running on DOS; if
25886 it does, fail the rests of the tests in the file.
25887
25888Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
25889
25890 * config/cygmon.exp: New file.
25891
25892Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
25893
25894 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 25895 main" test on remote targets.
c906108c
SS
25896
25897 * gdb.base/scope.exp: Fix problem with filelocal_bss before
25898 run test on remote targets.
25899
25900Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
25901
25902 * gdb.asm: New directory.
25903 * configure.in: Configure it.
25904 * configure: Regenerate.
25905 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
25906 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
25907
25908Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
25909
25910 * config/mn10300-eval.exp: New file to support MN10300 eval board.
25911
dc96c6c7 25912Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 25913
a9c64011
AS
25914 * gdb.base/overlays (several files): Merge the two overlay
25915 managers into one. Change variables (foox, barx, bazx, grbxx)
25916 back into ints but force them to load in their proper sections.
c906108c
SS
25917
25918Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
25919
25920 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 25921 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
25922 (D10VCopy): Handle memory regions crossing 16k boundaries.
25923 (D10VCopy): Transfer data in 32 bit chunks.
25924
25925Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
25926
25927 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 25928 correct.
c906108c
SS
25929
25930 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 25931 map. Include space for printf in .text segment.
c906108c
SS
25932
25933 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 25934 updated d10v memory VMA/LMA map.
c906108c 25935 (D10VCopy): Call D10VTranslate.
d63a86f8 25936
c906108c
SS
25937Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
25938
25939 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
25940
25941 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
25942 that it won't be put into the .sdata - small data -
25943 section. Update reference.
c906108c
SS
25944 * gdb.base/baz.c (bazx, baz): Ditto.
25945 * gdb.base/foo.c (foox, foo): Ditto.
25946 * gdb.base/grbx.c (grbxx, grbx): Ditto.
25947
25948 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 25949 to be arrays.
d63a86f8 25950
dc96c6c7 25951Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 25952
a9c64011
AS
25953 * gdb.base/overlays.exp: fix up and get working again.
25954 Add tests for backtraces from an overlay function.
d63a86f8 25955
c906108c
SS
25956Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
25957
25958 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
25959 "calling function with watchpoint enabled".
25960
25961Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
25962
25963 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 25964 gdb_suppress_tests for d10v-*-*.
c906108c
SS
25965 * lib/gdb.exp (gdb_suppress_tests): Disable this function
25966 pending review of whether it is useful or not.
25967
25968Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
25969
25970 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
25971
25972Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
25973
25974 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
25975 * config/dve.exp: New file to support Densan boards.
25976
25977Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
25978
25979 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 25980 reads and BSD.
c906108c
SS
25981
25982Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
25983
25984 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
25985 response.
25986
25987 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
25988
25989Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
25990
25991 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 25992 test.
c906108c
SS
25993
25994 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 25995 target_sizeof_long and target_bigendian_p.
c906108c 25996 (structs_by_value, structs_by_reference): Check values according
889bf7c5 25997 to targets word size and endianess.
d63a86f8 25998
c906108c
SS
25999Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
26000
26001 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 26002 output.
c906108c
SS
26003
26004Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
26005
26006 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 26007 Update test of set args help to match source change.
c906108c
SS
26008
26009Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
26010
26011 * gdb.base/default.exp: Expect help system output to be in
26012 alphabetical order.
26013 * gdb.base/help.exp: Ditto.
26014
26015Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
26016
26017 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
26018 "i*86-pc-linux-gnu*".
26019 * gdb.base/interrupt.exp: Ditto.
26020 * gdb.base/corefile.exp: Ditto.
26021
26022 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 26023 define vxworks when building the testcase.
c906108c
SS
26024
26025 * gdb.base/ptype.exp: Fix testnames to be unique.
26026 * gdb.base/radix.exp: Ditto.
26027 * gdb.base/term.exp: Ditto.
26028 * gdb.base/whatis.exp: Ditto.
26029 * gdb.c++/classes.exp: Ditto.
26030
26031Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
26032
26033 * gdb.base/callfuncs.exp: Fix indentation.
26034
26035 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
26036 suppress_flag has been set.
26037 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
26038 target feature.
26039
26040Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
26041
26042 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
26043 the testcase.
26044
26045 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 26046 set_debug_traps() and breakpoint().
c906108c
SS
26047 * gdb.c++/misc.cc (main): Ditto.
26048 * gdb.c++/templates.cc (main): Ditto.
26049 * gdb.c++/virtfunc.cc (main): Ditto.
26050
26051Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
26052
26053 * lib/gdb.exp(gdb_step_for_stub): New function.
26054 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
26055 exists, reload the executable and do a "continue" instead of
26056 doing a jump.
26057 (runto_main): Use gdb_step_for_stub.
d63a86f8 26058
c906108c 26059 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 26060 tests to have unique names.
c906108c
SS
26061 * gdb.base/callfuncs.exp: Ditto.
26062 * gdb.base/commands.exp: Ditto.
26063 * gdb.base/default.exp: Ditto.
26064 * gdb.base/help.exp: Ditto.
26065 * gdb.base/list.exp: Ditto.
26066 * gdb.base/opaque.exp: Ditto.
26067 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
26068 similar tests.
d63a86f8 26069
c906108c
SS
26070 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
26071 * gdb.c++/cplusfuncs.cc: Ditto.
26072 * gdb.c++/virtfunc.cc: Ditto.
26073
26074 * config/monitor.exp: Keep track of the last file we saw, rather
26075 than trying to get the info from gdb.
26076
26077 * gdb.fortran/types.exp: Move comment to previous line.
26078
26079Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
26080
26081 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 26082 target mode.
c906108c
SS
26083
26084Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
26085
26086 From Bob Manson:
26087 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 26088 string from GDB when it connects.
c906108c
SS
26089
26090 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
26091
26092Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
26093
26094 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
26095 if we can't get a debug format from GDB (we may be testing an
26096 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
26097
26098 * gdb.stabs/weird.exp: Fix quoting.
26099
26100 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
26101
26102Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
26103
26104 * config/arm-ice.exp: New file.
26105
26106Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
26107
26108 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 26109 until it has been modified to work with the new testsuite.
c906108c 26110
99707966 26111 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
26112 testcase won't compile, cause all of the testcases in the file to
26113 fail instead.
c906108c
SS
26114
26115 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
26116 (gdb_clear_suppressed): New procedure.
26117 (gdb_stop_suppressing_tests): Only clear suppress_flag if
26118 it contains a positive value.
26119
26120Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
26121
26122 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
26123
26124 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
26125
26126Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
26127
26128 * lib/gdb.exp (setup_xfail_format): New function.
26129 (get_debug_format): New function to get debug format.
26130 (debug_format): New global variable to hold last value set
26131 by get_debug_format.
26132 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 26133 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
26134 * gdb.c++/ptype.exp: Ditto.
26135 * gdb.c++/classes.exp: Ditto.
26136 * gdb.c++/cplusfuncs.exp: Ditto.
26137 * gdb.c++/inherit.exp: Ditto.
26138 * gdb.c++/templates.exp: Ditto.
26139 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 26140
c906108c
SS
26141Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
26142
26143 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
26144 host doesn't have a currently-open connection.
26145
26146 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
26147 any gdb stub target. Handle cases where gdb doesn't respond when
26148 interrupted in a sane fashion.
c906108c
SS
26149
26150 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 26151 same thing in a totally different way.
c906108c
SS
26152
26153 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 26154 setting "timeout".
c906108c 26155 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 26156 default_gdb_init now.
c906108c
SS
26157
26158Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
26159
26160 * gdb.base/printcmds.exp: Fix "check for floating addition"
26161 regexp to accept results within approx +/- .01 of exact value.
26162 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
26163
26164Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
26165
26166 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 26167 properly.
c906108c
SS
26168 (gdb_expect): Add optional timeout parameter, and add timeout
26169 value to various calls.
26170 (gdb_suppress_tests): Only give one warning message per group.
26171
26172Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
26173
26174 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
26175 global variables. Handle getting a value for $timeout more
26176 gracefully.
c906108c
SS
26177
26178Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26179
26180 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 26181 initialize.
c906108c 26182 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 26183 by a target configuration file.
c906108c
SS
26184 (gdb_expect): Pass the timeout to remote_expect.
26185
26186 * config/monitor.exp(gdb_load): Fix typo in regexp.
26187
26188Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
26189
26190 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
26191
26192Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
26193
26194 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
26195 here. Call gdb_target_exec before rebooting the target, to make
26196 sure the connection to the target is closed.
c906108c
SS
26197 (gdb_load): Pass the name of the executable to gdb_target_monitor.
26198 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
26199 Also detect "Timeout reading from remote" error.
26200
26201 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
26202 gdb_target_monitor. Don't call gdb_file_cmd here; let
26203 gdb_target_monitor do it.
c906108c
SS
26204
26205 * gdb.disasm/hppa.exp: Don't use exec_output.
26206
26207Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
26208
26209 * gdb.base/list.exp: If we're debugging a non-native target,
26210 try to set the pc register to point to the start of the
26211 program before doing the first list command.
26212
26213 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 26214 test_calls after restarting.
c906108c
SS
26215
26216 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 26217 reloading.
c906108c
SS
26218
26219 * gdb.base/watchpoint.exp: Fix typo.
26220
26221 * gdb.base/setshow.exp: Check for use_gdb_stub.
26222
26223 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 26224 stub case.
c906108c
SS
26225 * gdb.base/langs.exp: Ditto.
26226
26227 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
26228 gdb_load_offset. If we weren't given a file to load, figure out
26229 what the current file is and use it.
c906108c
SS
26230
26231 * config/i386-bozo.exp: New file.
26232
26233Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
26234
26235 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
26236 feature.
26237
26238 * config/proelf.exp: New entry.
26239
26240Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
26241
26242 * lib/gdb.exp: Remove spurious .* patterns at the beginning
26243 of regexps.
26244
26245 * gdb.base/watchpoint.exp: Don't run the test_stepping
26246 tests if gdb can't call functions on the target.
26247
26248 * gdb.base/setshow.exp: Don't run the set prompt tests if
26249 the board has gdb_prompt set.
26250
26251Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
26252
26253 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
26254 * gdb.base/commands.exp: Likewise.
26255 * gdb.base/setshow.exp: Likewise.
26256
26257Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
26258
26259 * config/monitor.exp(gdb_start): Look for gdb_prompt target
26260 feature.
26261
26262 * config/i960.exp: New file.
26263
26264Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
26265
26266 * gdb.base/funcargs.exp: Check for gdb,short_int target
26267 feature instead of looking for explicit target triplets.
26268
dc96c6c7 26269Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 26270
d63a86f8 26271 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
26272 "p 123DEADBEEF", to check parse_number.
26273 * top.c: change "to enable to enable" to "to enable" in a couple
26274 of help strings.
26275
26276Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
26277
26278 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
26279 on the mn10300.
d63a86f8 26280
c906108c
SS
26281Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
26282
26283 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
26284 where the test executable is run with explicit args.
26285 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
26286
26287Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
26288
26289 * gdb.base/run.c: Use FAKEARGV to build test executable that
26290 does not require a command line arg, since most simulators
26291 don't currently support passing such an arg into the simulated
26292 program.
26293 * gdb.base/commands.exp: Change tests to insert the proper
26294 value as the arg to the first recursive factorial call. Change
26295 compilation line to define FAKEARGV at compile time.
26296
26297Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
26298
26299 * gdb.base/recurse.exp: Enable these tests for the mn10300.
26300 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
26301 function with watchpoint enabled" test.
26302
26303Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
26304
26305 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 26306 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
26307
26308 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 26309 "Tests restarted" messages.
c906108c
SS
26310
26311Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
26312
26313 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
26314
dc96c6c7 26315Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26316
26317 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
26318 for INFO SYMBOL; add help tests for OVERLAY commands.
26319 * gdb.base/default.exp: add tests for INFO SYMBOL command;
26320 add tests for OVERLAY commands
26321 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
26322 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
26323 * gdb.base/sigall.c: add usestubs code frag
26324 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 26325
c906108c
SS
26326Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
26327
26328 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
26329 failures.
26330 (gdb_stop_suppressing_tests): Note that tests have restarted.
26331
26332Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
26333
26334 * config/h8300.exp: New file.
26335
26336Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
26337
26338 * gdb.base/setshow.exp: Check for the existence of a
26339 feature, not its value.
26340
26341Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
26342
26343 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
26344
26345 * gdb.base/scope.exp: It's now init0(), not init().
26346
26347 * gdb.base/scope0.c: For now, change init() to be init0().
26348
26349 * config/monitor.exp: Use gdb_serial in preference to serial
26350 or netport.
26351
26352 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 26353 and it's not already set.
c906108c
SS
26354
26355Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
26356
26357 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 26358 isn't using a stub and if it supports argument passing.
c906108c
SS
26359
26360Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
26361
26362 * config/udi.exp(gdb_start): Make sure UDICONF is set
26363 properly before starting gdb.
26364
26365Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
26366
26367 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
26368 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
26369 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
26370
26371Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
26372
26373 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 26374 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
26375
26376 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
26377
26378 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
26379
26380 * config/monitor.exp: Make sure we disconnect from the target.
26381 Also, try a reboot/reload cycle instead of failing if the
26382 load fails.
26383
26384Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
26385
26386 * gdb.base/default.exp: Don't set match_max.
26387 * gdb.base/help.exp: Ditto.
26388 * gdb.base/list.exp: Ditto.
26389 * gdb.base/signals.exp: Ditto.
26390
26391 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
26392 set, use remote_ld to download the testcase instead of
26393 the GDB loader.
26394
26395Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
26396
26397 * config/vr5000.exp: New file.
26398
26399 * config/monitor.exp(gdb_target_monitor): Add pattern for
26400 "Ending remote" to detect errors in connecting.
26401
26402 * gdb.base/setshow.exp: Add .* within auto language test.
26403
26404 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
26405 target feature.
26406
26407 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 26408 and reboot the board if necessary.
c906108c
SS
26409
26410 * gdb.base/setvar.exp(test_set): Handle multiple prints within
26411 a set of tests. Remove print.* from the patterns being checked.
26412
26413Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
26414
26415 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
26416 refer to gdb_spawn_id.
26417
26418 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
26419 longer used.
26420 * config/sparclet.exp: Ditto.
26421 * config/sparclet-old.exp: Ditto.
26422 * config/slite.exp: Ditto.
26423 * config/sim.exp: Ditto.
26424 * gdb.base/funcargs.exp: Ditto.
26425
26426 * lib/gdb.exp:Remove references to gdb_spawn_id.
26427 (gdb_expect): Move to remote.exp.
26428
26429Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
26430
26431 * config/monitor.exp: Detect the "Couldn't establish connection"
26432 message from GDB.
26433
26434Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
26435
26436 * gdb.base/bitfields.exp: Use runto instead of explicit
26437 gdb_run_cmd/gdb_expect sequences.
26438
26439 * gdb.base/break.exp(text_next_with_recursion): Add match for
26440 gdb_expect call.
26441
26442 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
26443 We also need to handle the "A program is being debugged already"
26444 prompt from gdb. Use gdb_test to set the baud rate.
26445
26446 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
26447 to 20000. Really. I mean it.
26448
26449Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
26450
26451 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
26452 fails. If suppress_flag is set, skip perror message about not
26453 being able to send to GDB.
c906108c 26454 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 26455 GDB.
c906108c
SS
26456 (gdb_expect): If suppress_flag is set, always fail immediately.
26457 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
26458 (gdb_init): Call gdb_stop_suppressing_tests.
26459 (default_gdb_exit): Ditto.
26460 (default_gdb_start): Ditto.
26461
26462 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 26463 gdb_stop_suppressing_tests as appropriate.
c906108c 26464 * gdb.base/break.exp: Ditto.
889bf7c5 26465 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
26466 * gdb.base/commands.exp: Ditto.
26467 * gdb.base/exprs.exp: Ditto.
889bf7c5 26468 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
26469 * gdb.base/list.exp: Ditto.
26470 * gdb.base/recurse.exp: Ditto.
889bf7c5 26471 * gdb.base/scope.exp: Ditto.
c906108c
SS
26472 * gdb.base/structs.exp: Ditto.
26473 * gdb.c++/inherit.exp: Ditto.
26474
26475Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
26476
26477 * config/vr4300.exp: New file.
26478
99707966 26479 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 26480
99707966 26481 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
26482
26483Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
26484
26485 * lib/gdb.exp(gdb_init): New function.
26486
26487 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 26488 for each individual variable set.
c906108c
SS
26489
26490 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
26491 name.
26492
26493 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
26494
26495 * gdb.base/scope.exp: Use gdb_test.
26496
26497 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
26498 aborting; the testsuite driver will do that for us (see
26499 gdb_finish). Also, use gdb_test in a few more places.
26500
26501Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
26502
26503 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
26504
26505Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
26506
26507 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
26508 and "add_tests" are not at the same address.
26509
26510Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
26511
26512 * gdb.base/ptype.exp: Use gdb_test.
26513
26514Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
26515
26516 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
26517 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
26518 left in. No longer expect them to fail.
26519
26520 * gdb.stabs/*.mt; Deleted, no longer used.
26521 * gdb.stabs/configure.in: Remove references to target makefile
26522 frags.
26523 * gdb.stabs/configure: Rebuilt.
26524
26525 * gdb.disasm/*.mt: Deleted, no longer used.
26526 * gdb.disasm/configure.in: Remove references to target makefile
26527 frags. Use "sh3.s" as the unique filename for this directory.
26528 * gdb.disasm/configure: Rebuilt.
26529
26530 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
26531 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
26532 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
26533
26534Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
26535
26536 * config/udi.exp: Use mondfe,name instead of remote_host.
26537
26538Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
26539
26540 * gdb.base/watchpoint.exp: Don't expect a failure when calling
26541 a function with a watchpoint enabled on the mn10200.
26542
26543 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
26544 before trying to create it!
26545
26546Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
26547
26548 * config/vx.exp: Use hostname instead of netport.
26549
26550 * config/vxworks.exp: New file.
26551
26552 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
26553
26554 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 26555 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
26556 occurs.
26557
26558 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
26559 $gdb_spawn_id directly.
26560 (gdb_run_cmd): Try _start as well as start. Use the target feature
26561 gdb,start_symbol as the symbol to start from when jumping.
26562
26563Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
26564
26565 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
26566 redundant) test.
26567
26568 * gdb.base/recurse.exp: Relax final value test for 'b' so that
26569 it doesn't lose for 16bit integer systems.
26570
26571Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
26572
26573 * gdb.fortran/types.exp: If the target doesn't support "double"
26574 data types, then expect "real" types to only be 4 bytes.
26575
26576 * gdb.c++/virtfunc.exp: Expect failure for virtual function
26577 call tests if the target doesn't support inferior function calls.
26578
26579 * gdb.base/printcmds.exp: Allow minor deviation in FP values
26580 in printf tests.
26581
26582Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
26583
26584 * gdb.base/help.exp: Disable "help set", "help show", and
26585 "help support". Simplify regexp for "help stack".
26586
26587 * gdb.base/default.exp: Set match_max to 5000 and the timeout
26588 to 60 seconds. Temporarily set match_max to 15000 around the
26589 "info copying" test.
26590
26591 * gdb.base/nodebug.exp: Don't try to do an inferior function
26592 call if the target doesn't support them.
26593 * gdb.base/printcmds.exp: Likewise.
26594 * gdb.base/setvar.exp: Likewise.
26595 * gdb.base/structs.exp: Likewise.
26596 * gdb.c++/templates.exp: Likewise.
26597 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
26598
26599 * gdb.base/recurse.exp: Enable for the mn10200.
26600
26601 * configure.in: Do configure gdb.stabs directory for *-*-elf
26602 targets.
26603 * configure: Rebuilt.
26604
26605 * gdb.base/break.exp: Check for gdb,noresults before testing
26606 exit status and/or results from the target.
26607 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
26608 * lib/gdb.exp: Remove old (now bogus) initialization of
26609 noinferior, noargs, noresults and nosignals.
26610
26611Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
26612
26613 * config/sh.exp: New file.
26614
26615 * config/slite.exp: Try to connect multiple times to the board
26616 before rebooting. Only send a "monitor run" if need_monitor_run
26617 is set.
26618
26619 * gdb.base/break.exp: Don't do the "stub continue" test if
26620 the target has gdb_stub set.
26621
26622 * gdb.base/callfuncs.exp: Increase the timeout.
26623
26624 * gdb.base/interrupt.exp: Don't even try to compile the testcase
26625 if the target has gdb,noinferiorio set.
26626
26627 * gdb.base/list.exp: Increase match_max to 10000 characters.
26628
26629 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
26630
26631 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
26632 target.
26633
26634 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
26635
26636Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
26637
26638 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
26639 trying to delete the copy of gdb. Catch the file delete so we
26640 don't die if the delete fails; also, the file should be copied to
26641 the host, not to the build.
c906108c
SS
26642
26643Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
26644
26645 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 26646 parenthesis in case it contains multiple regexps separated
c906108c
SS
26647 with |.
26648
26649 * gdb.base/watchpoint.exp: Use gdb_test.
26650 * gdb.base/default.exp: Ditto.
26651
26652Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
26653
99707966 26654 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 26655
c906108c
SS
26656 * gdb.base/scope.exp: Use gdb_test.
26657 * gdb.c++/classes.exp: Ditto.
26658 * gdb.c++/inherit.exp: Ditto.
26659
26660Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
26661
26662 * gdb.base/crossload.exp: Don't use execute_anywhere, use
26663 remote_exec instead.
26664 * gdb.base/corefile.exp: Don't be ridiculous.
26665 * gdb.base/*.c: Add missing stub invocations.
26666
26667Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
26668
26669 * config/slite.exp: Miscellaneous fixes.
26670
26671 * lib/gdb.exp: Fix runto.
26672
26673 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
26674 the target.
26675
26676 * gdb.base/watchpoint.exp: Fix regexp.
26677
26678 * lib/gdb.exp(default_gdb_exit): Add a catch to the
26679 close and wait commands, as the descriptor may now be
26680 invalid. Always call "remote_close host".
26681
26682Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
26683
26684 Major rewrite for testsuite revision.
d63a86f8 26685
c906108c
SS
26686 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
26687 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
26688 instead of relying on spawn_id to always contain a valid
26689 spawn id.
26690 (get_compiler_info): New procedure to build the ${binfile}.ci
26691 file, instead of replicating this in N different places.
26692 (gdb_compile): New procedure.
d63a86f8 26693
c906108c 26694 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
26695 appropriate arguments) instead of compile. Use gdb_test in a lot
26696 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
26697 at the start of a testcase, as this is no longer done magically.
26698
26699 config/*-gdb.exp: Rename without the -gdb suffix.
26700
26701 config/mips.exp: Use remote_close instead of exit_remote_shell.
26702 config/monitor.exp: Use target_info instead of looking at
26703 baud, timeout, etc.
26704 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
26705
26706Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26707
26708 * gdb.c++/templates.exp (test_ptype_of_templates),
26709 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
26710 Update expect patterns for destructors and assignment operators
26711 to match corresponding c-typeprint.c changes.
26712 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
26713 to destructor breakpoint test, GDB should be able to set the
26714 destructor breakpoint without specifying arguments.
26715
26716Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
26717
26718 * gdb.threads/pthreads.exp: Change result for failure to compile due
26719 to lack of pthreads runtime support from an error to simply an
26720 unsupported test, per dejagnu standards.
26721
26722Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26723
26724 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
26725 where GDB exits to reduce pattern match time.
26726 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
26727
26728 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
26729
dc96c6c7 26730Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26731
26732 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
26733 * gdb.base/default.exp: ditto.
26734 * gdb.base/nodebug.exp: ditto.
26735 * gdb.base/printcmds.exp: ditto.
26736 * gdb.base/ptype.exp: ditto.
26737 * gdb.base/setvar.exp: ditto.
26738 * gdb.base/structs.exp: ditto.
26739 * gdb.base/setshow.c: Guard against uninitialized values of argc.
26740
26741Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
26742
26743 * configure, */configure: Rebuild with autoconf 2.12.
26744
26745Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
26746
26747 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
26748 use new i*86-pc-linux*-gnu quads.
26749 * gdb.base/corefile.exp: Ditto.
26750 * gdb.base/signals.exp: Ditto.
26751 * gdb.base/sigall.exp: Ditto.
26752 * gdb.base/interrupt.exp: Ditto.
26753
26754 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
26755 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
26756 RedHat 4.0.
d63a86f8 26757
c906108c 26758 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
26759 linux. This allows the test case to at least compile on latest
26760 linux, but still not run due to missing the threads runtime library.
c906108c
SS
26761
26762Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26763
26764 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
26765 directory to search gdb directory. Accept and step over conditional
26766 stack alignment code. Consume $prompt in failure cases.
26767 Reset timeout to $oldtimeout instead of some arbitrary value.
26768 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
26769 timeout problems with infinite stack backtraces.
26770 * gdb.base/ptype.exp (ptype struct link, union tu_link):
26771 Accept function parameters for linkfunc member.
26772
26773Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
26774
26775 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
26776 (CXXFLAGS): Remove, unreferenced.
26777 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
26778 previous -B options and also add -B option to pick up cross compiled
26779 runtime.
c906108c
SS
26780 (TARGET_INCLUDES): Add for -I options and add code to initialize when
26781 doing cross compiles.
26782 (target_alias): Declare global.
26783 (xgcc): Set variable to full path of gcc in build tree. Use findfile
26784 to verify that gcc exists in build tree, and if so set CC to that
26785 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 26786
c906108c
SS
26787Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
26788
26789 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
26790 ptype test for anonymous union. Fixup testcase to match
26791 current gcc debug output.
26792
26793Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
26794
26795 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
26796 force argument to an unsigned long type.
26797
26798Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
26799
26800 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 26801 tests and anonymous union print/ptype tests.
c906108c
SS
26802 * gdb.base/list.exp (test_forward-search): Increase timeout by
26803 5 minutes for the "search extremely long line" case.
26804 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
26805 completely optional and that the pass/fail messages use the command as
26806 the message if that third arg is a null string.
26807 (gdb_test_exact): Arrange that a null string pattern means match a
26808 null string output rather than any output, which might include random
889bf7c5 26809 errors.
c906108c
SS
26810 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
26811 backtrace test.
26812 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
26813 always failing and failure is now exposed by gdb.exp changes.
26814
26815Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
26816
26817 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
26818 weren't being noted.
26819
26820Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26821
26822 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
26823 * gdb.stabs/weird.exp: Remove v_comb xfails.
26824
dc96c6c7 26825Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26826
26827 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 26828 list.exp scope.exp watchpoint.exp]
c906108c 26829 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 26830
dc96c6c7 26831Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26832
26833 * config/monitor.exp: Increase download timeout to 1000 seconds.
26834
dc96c6c7 26835Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26836
26837 * config/m32r.exp: Increase timeout to 120 seconds.
26838
26839Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
26840
26841 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
26842 and accept older ordering as obsolescent gcc or gdb.
26843 * gdb.c++/templates.exp: Ditto.
26844 * gdb.c++/virtfunc.exp: Ditto.
26845
26846Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
26847
26848 * gdb.base/coremaker.c: Add code to mmap some data so we
26849 can check that it ends up in the core file.
26850 * gdb.base/corefile.exp: Add test to read mmapped data
26851 from core file.
26852
dc96c6c7 26853Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26854
26855 * config/m32r.exp: New file.
26856
26857Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
26858
26859 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
26860 that cflags can contains -gstabs, and work correctly for other tests.
26861
dc96c6c7 26862Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
26863
26864 * gdb.base/setshow.exp: New file, tests show and set.
26865 * gdb.base/setshow.c: New file, tests show and set.
26866 * gdb.base/help.exp: Add test for help set|show annotate.
26867 * gdb.base/default.exp: Add test for set|show annotate.
26868
26869Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
26870
26871 * testsuite/gdb.base/break.exp: Make backtrace from factorial
26872 errors unique.
26873 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
26874 explicitly.
26875
26876Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
26877
26878 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
26879 and width commands. This is done elsewhere.
26880 * (gdb_start): Don't call gdb_start_sim here. That's already
26881 done in gdb_load. This fixes lots of failures in default.exp.
26882
26883Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
26884
26885 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
26886 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
26887 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
26888 in the same we we treat other failures (since it may be an expected
889bf7c5 26889 condition), rather than as an error.
c906108c
SS
26890 * gdb.base/signals.exp (test_handle_all_print): Revert back to
26891 old test format.
26892
26893Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
26894
26895 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
26896 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 26897 twice. Nuke the duplicates.
c906108c 26898 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 26899 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
26900 Remove config.h along with other config files.
26901
26902Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
26903
26904 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
26905 "p func1 ()" and note that rests of tests are skipped.
26906 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 26907 setup_xfails for "print func2::coremaker_local".
c906108c
SS
26908 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
26909 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
26910 affected by the previous run test.
26911 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
26912 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
26913 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
26914 "pass int powerset tuple" and "pass modeless int powerset tuple".
26915 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
26916 "real write 4" and "real write 8".
26917 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 26918 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
26919 "print \$i after tuple assign 2", and
26920 "print vs2 after tuple assign 2".
26921 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
26922 meaningful error message and return -1 so the caller can
26923 suppress further tests and avoid a cascade of errors.
d63a86f8 26924
c906108c
SS
26925Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
26926
26927 * gdb.base/a1-selftest.exp: Tweak tests to account for new
26928 format for printing version.
26929 * gdb.base/default.exp: Ditto.
26930 * gdb.base/interrupt.exp: Fix problem with cascade of
26931 errors if child process dies while calling a function.
d63a86f8 26932
c906108c
SS
26933Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
26934
26935 * Makefile.in (VPATH): Add
26936 * Makefile.in (Makefile, config.status): Fix rules so things get
26937 remade when necessary.
26938
26939Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
26940
26941 * Makefile.in (just-check): Add path to sibling expect dir
26942 to environment variable specified by RPATH_ENVVAR.
26943
26944Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
26945
26946 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
26947 (just-check): Add shared library paths for libstdc++, tk,
26948 tcl, bfd, and opcodes to the environment variable specified
26949 in RPATH_ENVVAR.
26950 * configure.in: Add support to recognize --enable-shared flag
26951 and generate correct value for RPATH_ENVVAR.
26952 * configure: Regenerated with autoconf.
26953
26954Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
26955
26956 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 26957 include all osf versions.
c906108c
SS
26958 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
26959 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
26960 when target is linux. When failing to build pthreads test
26961 executable, give more meaningful message.
26962 * gdb.threads/pthreads.c: Hpux also uses old definition of second
26963 arg for pthread_create.
d63a86f8 26964
c906108c
SS
26965Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
26966
26967 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 26968 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 26969 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 26970 and -lpthreads (everybody else).
c906108c
SS
26971 (test_startup): Fail gracefully if threads are not supported.
26972 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
26973 "p/c array_index("abcdef",2)" when not gcc compiled.
26974 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
26975 "print func2::coremaker_local" when not gcc compiled.
26976 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
26977 "ptype on opaque struct tagname (statically)",
26978 "ptype on opaque struct tagname (dynamically) 1", and
26979 "ptype on opaque struct tagname (dynamically) 2"
26980 for not compiled with gcc.
26981 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
26982 backtrace when compiled with gcc.
d63a86f8 26983 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
26984 than always return success.
26985
26986Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
26987
26988 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
26989
26990Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
26991
26992 * gdb.base/structs.exp: Undo last change.
26993
26994Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
26995
26996 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
26997 encapsulate all the steps/nexts done during self test, starting
26998 at main, and makes them less sensitive to optimization issues.
26999 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
27000 signal handler" test.
27001 * gdb.threads/pthreads.exp: Only run this for native configs.
27002 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
27003 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
27004 tests.
27005 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
27006 for "runto test_calls(void)" test.
d63a86f8 27007
c906108c
SS
27008Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
27009
27010 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
27011 and don't expect address info in breakpoint confirmations.
27012
27013Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
27014
27015 * gdb.base/list.exp (test_forward_search): Increase timeout
27016 temporarily by 60 seconds for searching extremely long line,
889bf7c5 27017 and then reset to old value when done. Increase expect input
c906108c
SS
27018 buffer to 10000.
27019
27020Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
27021
27022 * gdb.base/list.exp (test_forward_search): Fix to handle very
27023 long source line without overflowing expect's input buffer.
27024
27025Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
27026
27027 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
27028 "buffer_full".
27029
27030 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
27031 "buffer_full".
27032
27033 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
27034 "buffer_full".
27035
27036 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
27037 "buffer_full".
27038
27039Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
27040
27041 * configure.in (configdirs): Add gdb.threads.
27042 * configure: Regenerated with autoconf.
27043 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
27044 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
27045 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 27046
c906108c
SS
27047Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
27048
27049 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
27050
27051Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
27052
27053 * gdb.base/signals.exp (test_handle_all_print): Test separately for
27054 each signal's status in the output of "handle all print".
27055 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
27056 the \r\n sequence that immediately precedes the gdb prompt.
27057 * gdb.base/a1-selftest.exp: Save original timeout and restore
27058 after test.
27059
27060Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
27061
27062 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
27063 symbol.
27064
27065Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
27066
27067 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
27068
27069Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
27070
27071 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
27072 timeout by 60 seconds.
27073
27074Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
27075
27076 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
27077 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
27078 error return.
27079
27080Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
27081
27082 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
27083 gdb initialization, also report how long dejagnu waited. Restore
27084 old timeout before doing error return. Temporarily increase timeout
889bf7c5 27085 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
27086
27087Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
27088
27089 * lib/gdb.exp: Report timeout value for verbosity level 2.
27090 * config/gdbserver.exp: Ditto.
27091 * config/hppro.exp: Ditto.
27092 * config/mips-gdb.exp: Ditto.
27093 * config/monitor.exp: Ditto.
27094 * config/netware.exp: Ditto.
27095 * config/sim-gdb.exp: Ditto.
27096 * config/slite-gdb.exp: Ditto.
27097 * config/udi-gdb.exp: Ditto.
27098 * config/unix-gdb.exp: Ditto.
27099 * config/vx-gdb.exp: Ditto.
27100 * gdb.base/a1-selftest.exp: Ditto.
27101 * gdb.base/a2-run.exp: Ditto.
27102 * gdb.base/break.exp: Ditto.
27103 * gdb.base/corefile.exp: Ditto.
27104 * gdb.base/list.exp: Ditto.
27105 * gdb.base/recurse.exp: Ditto.
27106 * gdb.base/scope.exp: Ditto.
27107 * gdb.base/signals.exp: Ditto.
27108
27109Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27110
27111 * gdb.threads/Makefile.in (docdir): Removed.
27112
27113Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
27114
27115 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 27116 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 27117 @srcdir@.
d63a86f8 27118 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
27119 autoconf 2.5 or higher.
27120 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
27121
27122Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
27123
27124 * configure: Regenerated.
27125 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
27126 avoid name clashes with SunOS headers.
27127
27128Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
27129
27130 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
27131
27132Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
27133
27134 * gdb.base/callfuncs.exp: Finish last change -- make sure the
27135 prototype information ends up in the compiler info file.
27136
27137Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
27138
27139 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
27140 attempting to regenerate it. Eliminate use of a temporary file
27141 and just generate the info file directly. Source it immediately,
27142 for consistency of use.
27143 * gdb.base/corefile.exp: Ditto
27144 * gdb.base/exprs.exp: Ditto.
27145 * gdb.base/funcargs.exp: Ditto.
27146 * gdb.base/langs.exp: Ditto.
27147 * gdb.base/list.exp: Ditto.
27148 * gdb.base/mips_pro.exp: Ditto.
27149 * gdb.base/nodebug.exp: Ditto.
27150 * gdb.base/opaque.exp: Ditto.
27151 * gdb.base/ptype.exp: Ditto.
27152 * gdb.base/scope.exp: Ditto.
27153 * gdb.base/setvar.exp: Ditto.
27154 * gdb.base/signals.exp: Ditto.
27155 * gdb.base/whatis.exp: Ditto.
27156 * gdb.c++/templates.exp: Ditto.
27157 * gdb.c++/virtfunc.exp: Ditto.
27158 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 27159 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
27160
27161Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27162
27163 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
27164 it got fixed by the recent lookup_minimal_symbol_by_pc change.
27165 Increase timeout, a lot of single stepping might be needed if the
27166 target has no hardware watchpoints.
27167
27168Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
27169
27170 * gdb.base/break.exp: Ignore compiler warnings when compiling
27171 break.c.
27172 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
27173 * gdb.base/default.exp: Add h8300 xfails. Handle messages
27174 from remote-sim.
27175 * gdb.base/exprs.exp: Add h8300 xfails.
27176 * gdb.base/funcargs.exp: Likewise.
27177 * gdb.base/nodebug.exp: Likewise.
27178 * gdb.base/printcmds.exp: Likewise.
27179 * gdb.base/ptype.exp: Likewise.
27180 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
27181 h8300 xfails.
d63a86f8 27182 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
27183 on the h8300.
27184 * gdb.base/funcargs.c: Explicitly make last constant argument to
27185 call_after_alloca_subr an unsigned long type.
27186 * gdb.base/return.c: Include stdio.h.
27187
27188Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
27189
27190 * config/abug.exp: New file for the older Motorola Bug monitor
27191 that runs on the mvme13x series VME boards.
27192 * config/monitor.exp: Use the new config array for target settings
27193 if they exist.
27194
27195Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
27196
27197 * sim-gdb.exp: Make the SH simulator allocate less space when
27198 it is targeted.
27199
27200Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
27201
27202 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
27203 test.
27204
27205Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
27206
27207 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
27208 "rs6000-*-*" for "list function in include file" when gcc compiled.
27209 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
27210 for "p ctable1[120]".
27211 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
27212 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
27213 Remove setup_xfail for "rs6000-*-*" for
27214 "print 'scope0.c'::filelocal before run".
27215 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
27216 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
27217 since some compilers don't allow both options to be given
27218 on the same command line. Create object file and move it.
d63a86f8 27219
c906108c
SS
27220Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
27221
27222 * gdb.base/corefile.exp: Always regenerate the core file, since
27223 we always regenerate the coremaker program. Detect special case
27224 where registers cannot be read from core file.
d63a86f8 27225
c906108c
SS
27226Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
27227
27228 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
27229 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
27230 * gdb.c++/templates.exp: Only match on basename of file since
27231 some formats like xcoff don't encode directory information.
27232 * gdb.stabs/weird.exp: Use the right sed script for powerpc
27233 and rs6000 AIX xcoff targets.
27234 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
27235 * configure: Regenerate.
27236 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
27237 here, rather than in distclean.
d63a86f8 27238
c906108c
SS
27239Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
27240
27241 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
27242 defined, and use it to compile the test case with -O2. The
27243 native compilation still uses no optimization.
27244 * gdb.base/mips_pro.c: Remove inline assembly code since
27245 it is compiled PIC by default, which results in assembler
27246 warnings that make the testsuite think the compilation
27247 was unsuccessful.
27248
27249Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
27250
27251 * gdb.c++/misc.exp: Add note to message for
27252 "print s.a for foo struct" that this is a known gcc 2.7.2
27253 and earlier bug.
27254
27255Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
27256
27257 * gdb.base/break.exp: Fix pattern for matching "Delete all
27258 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
27259 setup_xfail for deleting all breakpoints test. Fix various
27260 timeout messages to include "(timeout)".
27261 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
27262 for "p t_float_values2(3.14159,float_val2)".
27263 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
27264 for "continue to call2g" when gcc compiled.
27265 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
27266 "up to foo in langs.exp", "show language at foo in langs.exp",
27267 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
27268 and "show language at fsub in langs.exp".
27269 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
27270 "list line 1 in include file", "list message for lines past EOF",
27271 "list function in include file", "list list0.h:foo", and
27272 "list filename:function; nonexistant function".
27273 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
27274 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
27275 and "ptype t_char_array" to be for native cc only.
d63a86f8 27276
c906108c
SS
27277Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
27278
d63a86f8 27279 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 27280 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 27281 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
27282
27283Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
27284
27285 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
27286 "bt in signals.exp". This problem only appears when running
27287 the testsuite, and then only intermittently.
27288
27289Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
27290
27291 * gdb.base/return.exp (return_tests): Differentiate between
27292 two tests of continuing.
27293
27294Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
27295
27296 * */Makefile.in (maintainer-clean): Remove config.log.
27297 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
27298 * gdb.c++/Makefile.in (PROGS): Add inherit.
27299 (clean): Remove *.ci.
27300
27301Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
27302
27303 * gdb.c++/misc.cc: Add test code from Mike Stump.
27304 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
27305
27306Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
27307
27308 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
27309 to "alpha-*-osf2*" and add comment.
27310 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
27311 setup_xfail for "step over execarg initialization" and
27312 "step over corearg initialization".
c906108c
SS
27313 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
27314 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
27315 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 27316 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
27317 "print func2::coremaker_local", and "backtrace in corefile.exp".
27318 * gdb.base/signals.exp: Build and source signals.ci.
27319 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
27320 to be for gcc only.
27321 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 27322
c906108c
SS
27323Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27324
27325 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
27326 Feb 3 procfs.c change.
27327
27328Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
27329
27330 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
27331
27332Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
27333
27334 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
27335 from dejagnu's apparent default of 10 seconds, which gives random
27336 results when running the tests over NFS on moderately loaded systems.
27337 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
27338
27339Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
27340
27341 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
27342 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 27343 result reports.
c906108c
SS
27344
27345Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
27346
27347 * configure.in (CY_AC_PATH_TCLH): Remove.
27348 * configure: Regenerate.
27349
27350Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
27351
27352 * gdb.c++/Makefile.in (clean): Add missing '{'.
27353
27354Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
27355
27356 * lib/gdb.exp: Provide a default value for noinferior.
27357
27358 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
27359 Load libgloss.exp.
27360
27361Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
27362
27363 * gdb.disasm/hppa.exp: Compile directly into an executable, use
27364 the executable, not the .o to run the tests from.
27365
27366Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
27367
27368 * gdb.base/break.exp: Don't test for program exit or exit status
27369 if $noresults if nonzero.
27370 * gdb.base/langs.exp: Likewise.
27371 * gdb.base/watchpoint.exp: Likewise.
27372
27373 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
27374 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
27375 trying to compile the testcase.
27376
27377Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
27378
27379 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
27380 * gdb.base/signals.exp (continue to handler): Likewise.
27381
27382Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
27383
27384 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
27385
27386 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
27387
27388Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
27389
27390 * gdb.base/corefile.exp: Recognize "not found" as failure
27391 when trying to determine if a core file was generated.
27392 If no core file was generate the first time, try again without
27393 the ulimit -c to work around braindamaged shells.
27394
27395Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
27396
27397 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
27398 [] tests with "test" and enclose string in quotes.
27399 * gdb.stabs/configure: Rebuild
d63a86f8 27400
c906108c
SS
27401Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
27402
27403 Changes in sync with expect:
27404 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
27405 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
27406 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
27407 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
27408 argument to AC_REQUIRE.
27409 * configure: Regenerated.
27410
27411Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
27412
27413 * gdb.base/corefile.exp: When generating a core, discard any
27414 error messages about ulimit not found and the "core dumped"
27415 message from the shell that runs the coredumper.
27416
27417Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
27418
27419 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
27420
27421 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
27422 which sed script to run. Expect failure for v_comb test
27423 on PA targets too.
d63a86f8 27424
c906108c
SS
27425Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
27426
27427 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 27428 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
27429
27430Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
27431
27432 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
27433 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 27434 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
27435 * lib/gdb.exp (default_gdb_start): Fix typo.
27436 * gdb.base/corefile.exp: Allow "Core was generated by ..."
27437 messages to not include the full program name that caused
27438 the core dump since some systems (such as solaris) apparently
27439 truncate this path to about 80 characters.
27440 When generating a core file first try increasing the core file
27441 size limit to unlimited since some systems may default it to
27442 zero, and it is harmless to try it. Move the test for failing
27443 to generate a core file to where it will actually get executed.
27444 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
27445 new gdb result from g++ debug info improvements and make old
27446 pattern obsolescent. Also account for size_t differences
27447 (may be int or long).
27448 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
27449 initialization before function call is placed in the delay slot
27450 and thus appears to be skipped over by commands such as "next".
27451
27452Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
27453
27454 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
27455
27456Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
27457
27458 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
27459 input source file; fix code to compile test to deal with this
27460 convention.
27461 * gdb.c++/*.exp: Likewise.
27462
27463Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
27464
27465 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
27466 "bt in signals.exp".
27467
27468Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
27469
27470 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
27471 "step over execarg initialization" and
889bf7c5 27472 "step over corearg initialization".
c906108c
SS
27473
27474Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
27475
27476 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
27477 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
27478
27479Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
27480
27481 From Rob Savoye (rob@poseidon.cygnus.com)
27482 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
27483 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
27484 configure.in}, gdb.disasm/{Makefile.in, configure.in},
27485 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
27486 configure.in}: Major reworking for autoconfig.
c906108c
SS
27487 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
27488 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 27489 New files.
c906108c
SS
27490 * config/unix-gdb.exp: Make GDB global.
27491 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
27492 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
27493 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
27494 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
27495 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
27496 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 27497 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
27498 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
27499 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
27500 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
27501 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 27502 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
27503 to returns as necessary, arrange for test to compile own testcase
27504 executable.
c906108c 27505 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 27506
c906108c
SS
27507Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
27508
27509 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 27510 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
27511 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
27512 "backtrace through signal handler".
27513
27514Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27515
27516 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
27517 continuing from a job control stop signal.
27518 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
27519
27520Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
27521
27522 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
27523 * gdb.base/corefile.exp: Likewise.
27524 * gdb.base/funcargs.exp: Likewise.
27525
27526Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
27527
27528 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
27529 * config/monitor.exp: Add support for setting baud rate.
27530
27531Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
27532
27533 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
27534 i*86-*-linux* xfails for "backtrace through signal handler".
27535 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
27536 "print func2::coremaker_local".
27537 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 27538 alpha-dec-osf2* xfail for
c906108c
SS
27539 "delete all breakpoints when none".
27540
27541Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
27542
27543 * gdb.base/break.exp: Change test that deletes all breakpoints
27544 when no user breakpoints are installed. A post 4.15 change
27545 causes gdb to no longer prompt in this case.
27546
27547Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
27548
27549 * gdb.base/return.exp (return_tests): Change xfail for test
27550 "correct value returned double test" to stop xfailing at
27551 Solaris 2.5. Apparently the bug has been fixed.
27552
27553Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
27554
27555 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
27556 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
27557
27558Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
27559
27560 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
27561 * gdb.disasm/hppa.s: Corresponding changes.
27562
27563Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
27564
27565 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
27566 makefile fragment.
27567 * config/mt-hpux: Deleted.
27568
27569Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
27570
d63a86f8 27571 * Many files: When warning about suppressed tests due to a
c906108c
SS
27572 nonexistant test binary, avoid incrementing the warning count.
27573
27574Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
27575
27576 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 27577
c906108c
SS
27578Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27579
27580 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
27581 "sparc-*-solaris2*".
27582
27583Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27584
27585 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
27586 Add global and local variables and initialize them.
27587 * gdb.base/corefile.exp: Test correct mapping of corefile sections
27588 by printing variables. Remove rs6000 and powerpc xfails, BFD now
27589 extracts the file name and terminating signal from the core file.
27590 * TODO: Remove note about tests for correct mapping of corefile.
27591 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
27592 from optimizing it away.
27593 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
27594 handles common blocks.
27595
27596Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
27597
27598 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
27599 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
27600
27601Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
27602
27603 * Makefile.in (maintainer-clean): New target, synonym for
27604 realclean.
27605 * gdb.base/Makefile.in (maintainer-clean): Likewise.
27606 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
27607 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
27608 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
27609 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
27610 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
27611
27612Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
27613
27614 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
27615 xfails when not gcc compiled for "print foo::funclocal".
27616 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
27617 "print foo::funclocal at foo",
27618 "print 'scope1.c'::foo::funclocal at foo",
27619 "print foo::funclocal_bss at foo",
27620 "print 'scope1.c'::foo::funclocal_bss at foo",
27621 "print foo::funclocal_ro at foo",
27622 "print 'scope1.c'::foo::funclocal_ro at foo",
27623 "print bar::funclocal at foo" and
27624 "print 'scope1.c'::bar::funclocal at foo".
27625 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
27626 gcc compiled for "print foo::funclocal at bar".
27627 Expand all messages to ensure that they identify that
27628 the test is at bar().
27629 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
27630 gcc compiled for:
27631 "ptype on opaque struct pointer (statically)",
27632 "ptype on opaque struct tagname (statically)",
27633 "ptype on opaque struct pointer (dynamically) 1",
27634 "ptype on opaque struct tagname (dynamically) 1",
27635 "ptype on opaque struct pointer (dynamically) 2" and
27636 "ptype on opaque struct tagname (dynamically) 2
27637 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
27638 gcc compiled for:
27639 "p datalocal"
27640 "whatis datalocal",
27641 "ptype datalocal",
27642 "p bsslocal",
27643 "whatis bsslocal", and
27644 "ptype bsslocal".
27645 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
27646 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
27647 when not gcc compiled.
27648 * gdb.base/funcargs.exp (float_and_integral_args): Add
27649 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
27650 compiled.
27651 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
27652 "backtrace from call6a" when not gcc compiled.
27653 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
27654 "backtrace from call7a" when not gcc compiled.
27655 * gdb.base/callfuncs.exp (do_function_calls):
27656 Add "hppa*-*-hpux*" xfail when not gcc compiled for
27657 "p t_char_array_values(char_array_val2,char_array_val1)",
27658 "p t_char_array_values(char_array_val1,char_array_val2)",
27659 "p t_char_array_values("carray 1","carray 2")",
27660 "p t_char_array_values("carray 1",char_array_val2)",
27661 "p t_char_array_values(char_array_val1,"carray 2")",
27662 "p sum_args(1,{2})",
27663 "p sum_args(2,{2,3})",
27664 "p sum_args(3,{2,3,4})",
27665 "p sum_args(4,{2,3,4,5})"
27666 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
27667 "backtrace in corefile.exp" when not gcc compiled.
27668
27669Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27670
27671 * gdb.base/signals.exp: Rewrite `handle all print' test as
27672 a procedure. Accept blanks or TABs as whitespace, increase
27673 timeout and expect input buffer size for the large output
27674 from the command. Remove "i*86-*-bsdi2.0" xfail.
27675
27676Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27677
27678 * gdb.base/setvar.exp: Add new testcases for truncation when
27679 assigning invalid values to bitfields.
27680
27681Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
27682
d63a86f8 27683 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
27684 mips-sgi-irix* xfail for
27685 "call inferior func with struct - returns char *"
27686 and fix test so that an optional (unsigned char *) cast is
889bf7c5 27687 accepted in the result.
c906108c
SS
27688
27689Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
27690
27691 * gdb.base/funcargs.exp (float_and_integral_args): Remove
27692 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
27693 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
27694 * gdb.base/signals.exp: Remove duplicate "handle all print" test
27695 that accidentally got checked in.
27696
27697Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
27698
d63a86f8 27699 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
27700 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
27701 compiled test.
27702 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
27703 Add mips-sgi-irix5* xfail for not gcc compiled.
27704 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
27705 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
27706 compiled for "p top", "whatis top", "p middle", and "whatis
27707 middle".
c906108c
SS
27708 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
27709 "whatis signed char" for not gcc compiled.
27710 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
27711 "set variable signed char=-1 (-1)" and
27712 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
27713 * gdb.base/funcargs.exp (float_and_integral_args):
27714 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
27715 Add mips-sgi-irix* xfail when not gcc compiled for
27716 "continue to call2b".
27717 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
27718 "continue to call2g".
6fdff2c5
PA
27719 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
27720 compiled for "backtrace from call6a"
27721 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
27722 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
27723 when not gcc compiled for "backtrace from call7a".
c906108c
SS
27724 (localvars_after_alloca): Fix gdb_test cmds for
27725 "print * after runto ...".
27726 Remove rs6000-*-* xfails for
27727 "print i after runto localvars_after_alloca" and
27728 "print l after runto localvars_after_alloca"
27729 for all compilers.
27730 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 27731 when not compiled with gcc, for:
c906108c
SS
27732 "print signed char == (minus)",
27733 "print signed char != (minus)",
27734 "print signed char < (minus)",
27735 "print signed char > (minus)".
27736 * gdb.base/callfuncs.exp (do_function_calls):
27737 Add mips-sgi-irix* xfail, when compiled with native compiler, for
27738 "call inferior func with struct - returns char *".
d63a86f8 27739 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
27740 "correct value returned double test" to include Solaris 2.4.
27741 * gdb.base/funcargs.exp (float_and_integral_args):
27742 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 27743
c906108c
SS
27744Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27745
27746 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
27747 enumeration bitfields if compiling with GNU C.
27748 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
27749 to empty' prompt.
27750
27751Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
27752
27753 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
27754 test for PRO targets.
27755
27756 * gdb.base/funcargs.exp: Avoid ever setting more than 8
27757 breakpoints in the inferior at any given time by making
27758 two groups of breakpoints for call2*, call6* and call7*
27759 tests.
27760
27761Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27762
27763 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
27764 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
27765 from optimizing it away.
27766 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
27767 "call inferior func with struct".
27768
27769Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
27770
27771 * configure.in: Only configure gdb.chill for particular targets.
27772
27773Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
27774
27775 * gdb.base/Makefile.in: Add action to .c.o transformation
27776 rule that generates a .ci file for each .o file and remove
27777 explicit .c.o rules except for callfuncs.o.
27778 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
27779 generates a .ci file for each .o file and remove explicit
27780 .cc.o rules.
27781 (clean): Remove *.tmp *.ci files.
27782 (EXECUTABLES): Remove templ-info.exp.
27783 * gdb.base/compiler.c: New file.
27784 * gdb.c++/compiler.cc: New file
27785 * gdb.base/scope.exp: Source gdb.base/scope.ci.
27786 Change rs6000-*-* xfail for
27787 "print 'scope0.c'::filelocal_ro" and
27788 "print 'scope1.c'::filelocal" and
27789 "print 'scope1.c'::filelocal_bss" and
27790 "print 'scope1.c'::filelocal_ro" and
27791 "print 'scope1.c'::foo::funclocal" and
27792 "print 'scope1.c'::foo::funclocal_ro" and
27793 "print 'scope1.c'::bar::funclocal" and
27794 "print 'scope0.c'::filelocal_ro" and
27795 "print 'scope1.c'::filelocal at foo" and
27796 "print 'scope1.c'::filelocal_bss at foo" and
27797 "print 'scope1.c'::filelocal_ro at foo" and
27798 "print 'scope1.c'::foo::funclocal at foo" and
27799 "print 'scope1.c'::foo::funclocal_bss at foo" and
27800 "print 'scope1.c'::foo::funclocal_ro at foo" and
27801 "print 'scope1.c'::bar::funclocal at foo" and
27802 "print 'scope0.c'::filelocal_ro" and
27803 "print 'scope1.c'::filelocal" and
27804 "print 'scope1.c'::filelocal_bss" and
27805 "print 'scope1.c'::filelocal_ro" and
27806 "print 'scope1.c'::foo::funclocal" and
27807 "print 'scope1.c'::foo::funclocal_bss" and
27808 "print 'scope1.c'::foo::funclocal_ro" and
27809 "print 'scope1.c'::bar::funclocal" and
27810 "print 'scope1.c'::bar::funclocal_bss"
27811 to only be xfail'd when not compiled with gcc.
d63a86f8 27812 Add rs6000-*-* xfail for
c906108c
SS
27813 "print 'scope0.c'::filelocal_bss before run"
27814 when compiled with gcc.
27815 (test_at_main): Add rs6000-*-* xfail for
27816 "print filelocal_ro in test_at_main"
27817 when compiled with gcc.
27818 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 27819 Add rs6000-*-aix* xfail for
c906108c
SS
27820 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
27821 "ptype t_char_array", not compiled with gcc.
27822 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
27823 xfail for "list foo (in include file)" when gcc compiled.
27824 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 27825 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
27826 "run to call0a" if not compiled with gcc.
27827 (unsigned_integral_args): Add rs6000-*-* xfail for
27828 "run to call1a" if not compiled with gcc.
27829 (float_and_integral_args): Add rs6000-*-* xfail for
27830 "run to call2a" if not compiled with gcc and for
27831 "continue to call2b" for any compiler.
27832 Add rs6000-*-* xfail to
27833 "print f1 after run to call2a" for gcc compiled.
27834 (discard_and_shuffle): Add rs6000-*-* xfail for
27835 "run to call6a".
27836 (shuffle_round_robin): Add rs6000-*-* xfail for
27837 "backtrace from call7a" if not compiled with gcc.
27838 Add rs6000-*-* xfail for
27839 "backtrace from call7b" if compiled with gcc.
27840 (call_after_alloca): Add rs6000-*-* xfail for
27841 "print c in call_after_alloca" and
27842 "print s in call_after_alloca" and
27843 "backtrace from call_after_alloca_subr"
27844 if not compiled with gcc.
27845 (localvars_in_indirect_call): Add rs6000-*-* xfail for
27846 "print c in localvars_in_indirect_call" and
27847 "print c in localvars_in_indirect_call" and
27848 "backtrace in indirectly called function" and
27849 "stepping into indirectly called function"
27850 if not compiled with gcc.
27851 (localvars_after_alloca): Add rs6000-*-* xfail for
27852 "print c after runto localvars_after_alloca" and
27853 "print s after runto localvars_after_alloca" and
27854 "print i after runto localvars_after_alloca" and
27855 "print l after runto localvars_after_alloca"
27856 for all compilers.
27857 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
27858 than whatis-info.exp.
27859 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
27860 than opaque-info.exp.
27861 Setup rs6000-*-* xfail for
d63a86f8 27862 "ptype on opaque struct pointer (statically)" and
c906108c
SS
27863 "ptype on opaque struct pointer (dynamically)" when
27864 not compiled with gcc.
27865 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
27866 rather than callf-info.exp.
27867 (do_function_calls): Add clear_xfail for rs6000-*-* for
27868 "p t_float_values2(3.14159,float_val2)". Seems to work
27869 fine there, both with xlc and gcc. Need to find out what
27870 it is doing right and fix other platforms.
27871 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
27872 "call inferior func with struct - returns int",
27873 "call inferior func with struct - returns long",
27874 "call inferior func with struct - returns float",
27875 "call inferior func with struct - returns double",
27876 "call inferior func with struct - returns char *",
27877 but only if not gcc compiled (presumes xlc compiled).
27878 Change rs6000-*-* xfails for
27879 "call inferior func with struct - returns char" and
27880 " call inferior func with struct - returns short" to only
27881 xfail if not using gcc.
27882 (clean mostlyclean): Remove *.ci and *.tmp files.
27883 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
27884 than templ-info.exp.
27885 * gdb.base/langs.exp: Source gdb.base/langs.ci.
27886 Add rs6000-*-* xfail for "up to foo in langs.exp"
27887 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 27888 when not gcc compiled.
d63a86f8 27889
c906108c
SS
27890Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
27891
27892 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
27893 * gdb.base/corefile.exp: Likewise.
27894 * gdb.base/list.exp: Likewise.
27895 * gdb.base/scope.exp: Likewise.
27896 * gdb.base/siganls.exp: Likewise.
27897
27898 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
27899 compiler output.
27900 * gdb.base/whatis.exp: Likewise.
27901
27902Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
27903
27904 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
27905 failure (opcode table has been fixed to match reality).
27906
27907Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
27908
27909 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
27910 "call inferior func with struct - returns char",
27911 "call inferior func with struct - returns short"
27912
27913 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
27914 "print 'scope0.c'::filelocal at main",
27915 "print 'scope0.c'::filelocal_bss in test_at_main",
27916 "print 'scope0.c'::filelocal at foo",
27917 "print 'scope0.c'::filelocal_bss in test_at_foo",
27918 "print 'scope0.c'::filelocal at bar",
27919 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 27920
c906108c
SS
27921 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
27922 in source file 1". This bug seems to have been fixed with both
27923 gcc and native cc (was native assembler bug?).
27924
27925Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
27926
27927 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
27928 "backtrace through signal handler" to "i*86-*-sysv4*".
27929 * gdb.base/signals.exp: Add xfail for "'next' behaved as
27930 continue" case. Add "known SVR4 bug" to fail message.
27931 Add "i*86-*-bsdi2.0" xfail for "handle all print".
27932 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
27933 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
27934 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
27935 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
27936 "up to foo in langs.exp", "show language at foo in
27937 langs.exp", "up to cppsub_ in langs.exp", "show
27938 language at cppsub_ in langs.exp", "up to fsub in
27939 langs.exp", and "show language at fsub in langs.exp".
27940 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
27941 "bactrace in corefile.exp".
27942 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
27943 "call inferior function with struct - returns float" and
27944 "call inferior function with struct - returns double".
d63a86f8 27945
c906108c
SS
27946Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
27947
27948 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
27949 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
27950 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
27951 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
27952
27953Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
27954
27955 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
27956 (or overriden) "CHILL" macro rather then bare "gcc".
27957 Also look for ../../gcc/xgcc since that is what we will
27958 actually need, not "Makefile". Remove following assignment
27959 of CHILL to CHILL_FOR_TARGET because that results in
27960 recursive definition.
27961
27962Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
27963
27964 * gdb.base/corefile.exp: Change xfail for backtrace in
27965 corefile.exp from linuxaout to all linux.
27966 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
27967 cases where we miss the breakpoint at the signal handler
27968 for some reason. Setup xfail for linuxoldld/linuxaout and
27969 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
27970 hitting SIGURG breakpoint.
27971 * gdb.base/signals.exp: Setup xfail for "next" acting like
27972 continue to add linuxoldld. Setup xfail for all linux for
27973 "next to handler in signals_tests_1", "backtrace in
27974 signals_tests_1", "continue to func1", "pass SIGUSR1",
27975 and continue to handler".
27976
27977Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
27978
27979 * Update all FSF addresses except those in COPYING* files.
27980
27981Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
27982
27983 * gdb.base/a2-run.exp: Change messages to be more explicit about
27984 the status of args, and quote binfile in results.
27985
27986Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
27987
27988 * gdb.base/callfuncs.exp: Add tests for passing structs to
27989 inferior functions and return various types.
27990 * gdb.base/callfuncs.c: Add functions to receive a struct
27991 and return a member of the struct, in various types.
27992
27993Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27994
27995 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
27996
27997Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
27998
27999 * config/vxworks29k.exp: New file, sources vxworks.exp.
28000
28001Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28002
28003 * config/gdbremote.exp: New file. Testing framework using
28004 gdbserver.
28005
28006Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
28007
28008 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
28009 "call function when asleep" and "send end of file".
28010 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
28011 for "backtrace in corefile.exp".
28012 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
28013 for "backtrace through signal handler".
28014 * gdb.base/corefile.exp: Make sure we actually generate a core file
28015 before trying the core tests. Some systems allow the user to suppress
28016 generation of core files and default to that (linux for example).
28017 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
28018 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
28019
28020Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28021
28022 * gdb.threads: New directory with some crude multi-threaded
28023 gdb tests (step.exp and step2.exp).
28024 * config/mt-lynx (STEP_EXECUTABLE): Define.
28025 (THREADFLAGS): Define.
28026
28027Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
28028
28029 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
28030
28031 * gdb.base/signals.exp: Disable whole file for lynx until
28032 further notice.
28033
28034 * gdb.base/signals.exp: xfail test where "next" acts like
28035 "continue" for lynx.
28036
28037 * gdb.base/interrupt.exp: xfail test for calling function while
28038 inferior is asleep for lynx.
28039
28040 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
28041 than one cr-lf after each command.
28042
28043Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28044
28045 * configure.in: Reinstate setting of stabsdirs variable, fix
28046 typo in setting up configdirs for native builds.
28047
28048 * gdb.base/return.exp: Fix typo in return double test.
28049 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
28050 compiler from optimizing them away.
28051
28052Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
28053
28054 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
28055 sequences to be echo'd by gdb when using gdb_test.
28056 * gdb.chill/chexp.exp: Likewise.
28057 * gdb.fortran/exprs.exp: Likewise
28058
28059Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
28060
28061 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
28062 after the inferior gdb has started.
28063
28064 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
28065 after each command.
28066 * gdb.base/funcargs.exp: Likewise.
28067 * gdb.base/gdbvars.exp: Likewise.
28068 * gdb.base/interrupt.exp: Likewise.
28069 * gdb.base/list.exp: Likewise.
28070 * gdb.base/watchpoint.exp: Likewise.
28071 * gdb.c++/demangle.exp: Likewise.
28072 * gdb.c++/inherit.exp: Likewise.
28073 * gdb.chill/chexp.exp: Likewise.
28074 * gdb.fortran/exprs.exp: Likewise.
28075
28076 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
28077 test if we can't handle IO to/from the inferior.
28078
28079 * gdb.c++/misc.exp: Always check for a program already being
28080 started after sending a "run" command to gdb.
28081
28082 * gdb.base/twice.exp: Start with a fresh gdb.
28083
28084 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
28085 only depend on gdb's expression code, not the chill runtime.
28086
28087 * gdb.base/return.c: Put return values into variables so we
28088 can have gdb print them rather than depending on the program
28089 to print them.
28090 * gdb.base/return.exp: Corresponding changes.
28091
28092 * lib/gdb.exp: Provide default value for noinferiorio.
28093 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
28094 the inferior.
28095
28096 * gdb.base/break.exp: Always check for a program already being
28097 started after sending a "run" command to gdb.
28098 (text_next_with_recursion): Don't check the output from the
28099 program's printf statement. Instead just make sure the program
28100 exited.
28101
28102 * gdb.base/commands.exp: Protect tests which need arguments with
28103 $noargs conditionals.
28104
28105Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28106
28107 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
28108 of structure member arrays to match gdb/valops.c:value_addr change.
28109
28110Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
28111
28112 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
28113 cases.
28114
28115Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
28116
28117 * configure.in (configdirs): Remove gdb.chill from default list
28118 of subdirs and then add it back in only if doing a native build.
28119 The current chill compiler does not yet work in any cross build.
28120 * Revert all signal changes from Jul 6.
28121 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
28122 for sh-hms targets, allowing these tests to link, with no other
28123 changes. Testing is suppressed by setting "nosignals" in site.exp.
28124
28125Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
28126
28127 * configure.in (signaldirs): Define and add to configdirs for all
28128 targets except some specific ones that are known to not support signals.
28129 Also clean up formatting.
28130 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
28131 (signals, sigall): Remove rules to build.
28132 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
28133 Moved to new gdb.signals directory.
28134 * gdb.signals: New test directory.
28135 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
28136 signals.c signals.exp}: New or moved files.
28137
28138Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
28139
28140 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
28141
28142Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
28143
28144 * gdb.base/return.exp: Xfail `return double' test failure
28145 on at least Solaris 2.3 and handle future/past versions on
28146 a case by case basis as appropriate. Also update message
28147 to include i*86 failures.
28148
28149Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28150
28151 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
28152
28153 * lib/gdb.exp: Fix comment which erroneously identified
28154 gdb_file_cmd as gdb_load (the 19 May change was in fact to
28155 gdb_file_cmd not gdb_load).
28156 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
28157
28158 * gdb.base/setvar.exp: Make test names consistent between pass and
28159 fail cases. Use gdb_test more.
28160
28161Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28162
28163 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
28164
28165Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28166
28167 * gdb.base/help.exp: Fix expected help string for `show commands'.
28168
28169Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
28170
28171 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
28172
28173 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
28174 of a text section.
28175
28176Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
28177
28178 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
28179 that loop eventually terminates. Fix Connection refused logic so
28180 that testsuite will expire nicely.
28181
28182Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
28183
28184 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
28185 config/rom68k.exp: New tcl glue for the appropriate monitors.
28186 These all just end up calling monitor.exp.
28187 * config/monitor.exp (gdb_target_monitor): Handle `Connection
28188 refused' by retrying. Cleanup some timeout issues.
28189 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
28190 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
28191 callers don't have to set/restore global timeout variable.
28192
28193 * The following set of changes centralizes management of the global
28194 timeout variable. This way, it can be set in one target dependent
28195 place instead of dozens of places scattered throughout the test suite.
28196 If you need to lengthen a timeout, then you should either set timeout
28197 in one of the config/{target}.exp files, or multiply it by a factor.
28198 Setting it to an absolute value is always going to lose for some
28199 targets.
28200 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
28201 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
28202 * gdb.base/funcargs.exp: Don't set timeout.
28203 * gdb.base/list.exp (test_forward_search): Only use local timeout.
28204 * gdb.base/printcmds.exp (test_print_string_constants
28205 test_print_array_constants): Don't set timeout.
28206 * gdb.base/ptype.exp: Don't set timeout.
28207 * gdb.base/recurse.exp: Don't set timeout.
28208 * gdb.base/return.exp: Don't set timeout.
28209 * gdb.base/watchpoint.exp: Don't set timeout.
28210 * gdb.c++/classes.exp (do_tests): Don't set timeout.
28211 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
28212
28213Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
28214
28215 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
28216
28217Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28218
28219 * lib/gdb.exp: Disable chill tests for irix5.
28220
28221Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28222
28223 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
28224 each test pass or fail.
28225
28226Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28227
28228 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
28229 xlc not gcc.
28230
28231Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
28232
28233 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
28234
28235Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
28236
28237 * config/est.exp: Fix copyright and comments. Remove dead code.
28238 Use targetname, serialport and baud variables instead of fixed
28239 constants.
28240 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
28241 * config/cpu32bug.exp: New file to support cpu32bug monitors.
28242
28243Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28244
28245 * gdb.base/watchpoint.exp: Don't run
28246 test_watchpoint_triggered_in_syscall for sunos.
28247
28248Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28249
28250 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
28251 they don't seem to exist. Do include stdio.h.
28252
28253Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28254
28255 * gdb.base/a1-selftest.exp: Add alpha xfail.
28256
28257Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28258
28259 * gdb.base/watchpoint.c (main): Prompt before calling read().
28260 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
28261 Revise accordingly. Remove cruft about sending "123" several
28262 times, until it gets noticed. Clean up the "print buf[0]" stuff
28263 so that it passes or fails, and waits for prompts in the usual way.
28264
28265Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28266
28267 * gdb.base/recurse.exp: Fix comment.
28268
28269 * TODO: Remove item about printing variables in nodebug.exp. Add
28270 item about enabling tests which are only run on some targets.
28271
28272 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
28273 fail, make test names unique, use new gdb_test convention
28274 regarding pattern, use gdb_test more, etc.).
28275
28276 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
28277 fail, make test names unique, etc.).
28278
28279Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28280
28281 * gdb.base/nodebug.c: Change return type of top and middle to
28282 short.
28283 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
28284 are fixed by the recent mdebugread.c changes. Allow `short ()'
28285 as type for top and middle.
28286
28287Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28288
28289 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
28290 nearly as I can tell, the whole thing was an accident in Stu's
28291 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
28292 to replace a send/expect pair with gdb_test, but ended up only
28293 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
28294 of 30 Mar 1995 took care of it, but left this vestigial comment
28295 which I am now nuking.
28296
28297Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28298
28299 * gdb.base/break.exp: Look for different line number for
28300 breakpoint at main depending on usestubs.
28301
28302Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28303
28304 * gdb.base/list.exp: Adjust some alternate expect patterns to
28305 match recent list0.c change. Add alternate expect pattern for
28306 output from `list default lines around main' for optimizing
28307 compilers.
28308
28309Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28310
28311 * lib/gdb.exp: If nosignals is not set, set it to 0.
28312
28313Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
28314
28315 * config/slite-gdb.exp: Responds to load symbol table prompt.
28316 * gdb.base/break.exp: Adjust line number, fix rerun.
28317 * gdb.base/langs0.c: Add #ifdef usestubs.
28318
28319Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
28320
28321 * gdb.base/list.exp: Adjust line contents after adding new lines in
28322 list0.c. Also fix a syntax error.
28323
28324 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
28325 * gdb.base/break.exp: ditto.
28326 * gdb.base/list.exp: ditto.
28327 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
28328 * gdb.base/run.c: ditto.
28329 * gdb.base/list0.c: ditto.
28330 * gdb.base/funcargs.c: ditto.
28331
28332Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
28333
28334 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
28335 $targetname, $serialport and $baud instead of hardwired variables.
28336 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
28337 target doesn't support signals.
28338
28339Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
28340
28341 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
28342
28343Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28344
28345 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
28346 Don't rely on the value of an auto variable before it has been
28347 initialized. Use gdb_test more.
28348
28349Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28350
28351 * lib/gdb.exp (default_gdb_version): A version number must start
28352 with a digit, but other than that contains all characters up to
28353 the first whitespace character.
28354
28355Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28356
28357 * gdb.base/commands.exp (breakpoint_command_test): New tests.
28358
28359Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28360
28361 * gdb.c++/*.exp: Warn if executable does not exist. The original
28362 reason for skipping the warning was that configure.in sometimes
28363 intentionally skipped building the executables but the tcl code
28364 had no way of knowing. That (a) was always bogus with respect to
28365 error handling, (b) is no longer true (right now there is no way
28366 to skip C++ tests).
28367
28368 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
28369
28370Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28371
28372 * gdb.base/list.exp: Add expect patterns for output from
28373 SunPRO compiled executables.
28374 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
28375 types.
28376
28377Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28378
28379 * gdb.base/break.exp (test_next_with_recursion): Accept any line
28380 number (we are already testing that the correct source line text
28381 gets printed).
28382
28383 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
28384 that is what is intended, but something needed to be done to get
28385 sunos4 native working again.
28386
28387 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
28388
28389 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
28390 apparently went with a (very) old xfail.
28391
28392Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
28393
28394 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
28395 runto_main is a proc in gdb.exp that will do 'step' for target use
28396 stubs.
28397 * gdb.base/exprs.exp: ditto.
28398 * gdb.base/interrupt.exp: ditto.
28399 * gdb.base/opaque.exp: ditto.
28400 * gdb.base/printcmds.exp: ditto.
28401 * gdb.base/ptype.exp: ditto.
28402 * gdb.base/scope.exp: ditto.
28403 * gdb.base/setvar.exp: ditto.
28404 * gdb.base/signals.exp: ditto.
28405 * gdb.base/twice.exp: ditto.
28406 * gdb.c++/classes.exp: ditto.
28407 * gdb.c++/inherit.exp: ditto.
28408 * gdb.c++/templates.exp: ditto.
28409 * gdb.base/break.exp: no run and hit main for stubs. Change line
28410 numbers for breakpoints and info breakpoint.
28411 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
28412 breakpoint().
28413 * gdb.base/callfuncs.c: ditto.
28414 * gdb.base/exprs: ditto.
28415 * gdb.base/interrupt.c: ditto.
28416 * gdb.base/opaque0.c: ditto.
28417 * gdb.base/printcmds.c: ditto.
28418 * gdb.base/ptype.c: ditto.
28419 * gdb.base/scope0.c: ditto.
28420 * gdb.base/setvar.c: ditto.
28421 * gdb.base/signals.c: ditto.
28422 * gdb.base/twice.c: ditto.
28423 * gdb.c++/misc.cc: ditto.
28424 * gdb.c++/templates.cc: ditto.
28425
28426Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28427
28428 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
28429
28430 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
28431 somewhere between `read' and `main.c'. I'm pretty sure the
28432 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
28433 and it isn't particularly useful.
28434
28435 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
28436
28437Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28438
28439 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
28440
28441Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
28442
28443 * config/mt-slite: add LIBS and -nostdlib.
28444 * config/slite-gdb.exp: add this new file to support sparclite target.
28445
28446Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
28447
28448 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
28449
28450 * gdb.base/a2-run.exp: Change argument to istarget from
28451 "*-*-vxworks" to "*-*-vxworks*".
28452 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
28453
28454Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
28455
28456 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
28457 will not runto main but do a 'step' to step out of breakpoint().
28458 * config/mt-slite: add -Dusestubs.
28459
28460Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28461
28462 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
28463 instead of just @.
28464
28465 * gdb.base/signals.exp: Add test for "handle all print".
28466 * TODO: Remove "handle all print". Also remove item about
28467 checking copyright date (I don't like the idea of a spurious FAIL
28468 based on when we run the tests).
28469
28470 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
28471 for SunOS4 (reason for failure not investigated). Remove
28472 redundant test for $binfile.
28473
28474 * gdb.base/nodebug.c (array_index): Call malloc.
28475
28476 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
28477
28478Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
28479
28480 * gdb.base/recurse.exp: Update gdb_test invocation to use new
28481 conventions and slightly simplify the matching regexp.
28482
28483Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28484
28485 * gdb.base/break.exp: Update gdb_test invocation to use new
28486 convention.
28487
28488 * lib/gdb.exp: If noargs is not set, set it to 0.
28489
28490 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
28491 tests unique.
28492
28493 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
28494
28495Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28496
28497 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
28498 one argument of type "<non-float parameter>".
28499
28500Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
28501
28502 * config/rom68k.exp: New file to support Motorola IDP board.
28503 * gdb.base/a2-run.exp: Skip this file if noargs is set.
28504 * gdb.base/break.c: Change things around so that this program
28505 doesn't depend upon args. This is necessary to make remote
28506 targets work (in general, they can't take args).
28507 * gdb.base/break.exp: Don't try to send args to program. Don't
28508 expect output. Also, replace lots of code with gdb_test.
28509
28510Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28511
28512 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
28513 printing of '\'' (which is what the comment says we are testing,
28514 even though we were not), not '''.
28515 (test_integer_literals_rejected): Test that printing ''' is an error.
28516
28517 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28518 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
28519 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
28520 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
28521 Use gdb_test not test_print_accept.
28522 * lib/gdb.exp: Remove test_print_accept.
28523
28524 * gdb.base/signals.exp (signal_tests_1): Make pass message
28525 consistent with fail message.
28526
28527 * gdb.base/whatis.exp: Remove xfails for printing char vs.
28528 unsigned char; the bug (PR 1821) is fixed.
28529
28530 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
28531
28532 * gdb.base/scope.exp (test_at_localscopes): Call pass for
28533 successful tests--makes xfailing them work right.
28534
28535Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28536
28537 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
28538 only \r\n, not .*. The test can pass .* as the last thing in
28539 $pattern if that is what it wants. In addition to providing this
28540 flexibility, this change should speed up pattern matching in cases
28541 where the pattern already ended with .* (there were a number of
28542 them). This change also helps catch bad patterns--in the old
28543 scheme the typo "char \*" instead of "char \\*" would pass. Now
28544 it is caught.
28545 * Many .exp files: Update callers.
28546
28547 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
28548 clearer and does not spuriously match multiple ('s. Likewise for
28549 ) and *.
28550
28551 * gdb.base/nodebug.exp: Test ability to call a function and pass
28552 it a string (even with no debugging info).
28553
28554 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
28555 "p '\'", which is the same as "p ''" once tcl gets done with
28556 quoting, to "p '\\'", which I suspect is what is intended (one
28557 backslash gets sent to GDB).
28558
28559 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
28560
28561Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28562
28563 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
28564 1817) was fixed literally years ago.
28565
28566Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28567
28568 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
28569 test, it causes stepping out of call_after_alloca_subr with
28570 optimizing compilers.
28571 (localvars_in_indirect_call): Consume GDB prompt if `finish'
28572 fails.
28573
28574 * gdb.c++/templates.exp: Source templ-info.exp only if
28575 the templates executable exists.
28576
28577 * gdb.c++/misc.cc (class Contains_static_instance,
28578 class Contains_nested_static_instance),
28579 gdb.c++/classes.exp (test_static_members): Test printing of
28580 a class that contains a static instance of the class.
28581
28582Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28583
28584 * gdb.base/langs2.c (cppsub_): Don't prototype.
28585 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
28586 only, I believe).
28587
28588Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28589
28590 * lib/gdb.exp (skip_chill_tests): New procedure.
28591
28592 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
28593
28594Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
28595
28596 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
28597 each expect pattern. Cuts runtime from 12 to about 4 seconds.
28598
28599Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28600
28601 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
28602
28603 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
28604 disassemble 8, not 16, instructions for part 4.
28605
28606 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
28607 support the latter anymore.
28608
28609 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
28610 -DNO_PROTOTYPES.
28611 * gdb.base/callfuncs.c: Control use of prototypes based on
28612 NO_PROTOTYPES, not __STDC__.
28613 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
28614 t_float_values2 tests if prototypes in use.
28615
28616 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
28617 t_double_values): When checking differences against DELTA, check
28618 that difference is within the range (-DELTA,DELTA), not just
28619 (-infinity,DELTA).
28620
28621Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
28622
28623 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
28624 'file' command firts, then 'target', then 'load', this is due to gdb
28625 target set up.
28626 * config/mips-gdb.exp: Fix a couple regular exp bugs.
28627
28628Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
28629
28630 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
28631 FP load/store variants.
28632 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
28633
28634Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28635
28636 * gdb.base/term.exp: Do not give a warning if not native, it is
28637 not an abnormal condition.
28638
28639Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
28640
28641 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
28642 t_char_array".
28643
28644Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
28645
28646 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
28647 are getting the version number.
28648
28649 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
28650 if not native, it is not an abnormal condition.
28651
28652Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28653
28654 * lib/gdb.exp: Just use "file exists", rather than undocumented
28655 dejagnu procedure "findfile".
28656
28657Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28658
28659 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
28660 (LDFLAGS): Set to -Xlinker -Ur.
28661
28662 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
28663 Removed, these values are set by lib/gdb.exp.
28664
28665 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
28666
28667Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
28668
28669 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
28670 of replicating gdb startup code.
28671
28672 * config/mt-vxworks (LDFLAGS): Set to -r.
28673 (CFLAGS_FOR_TARGET): Removed.
28674
28675 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
28676 (gdb) and gdb for vxworks uses (vxgdb).
28677
28678 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
28679 executable is not in the tree and host != target, use sed and
28680 program_transform_name to determine the gdb name used by the
28681 target.
28682
28683 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
28684 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
28685
28686Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28687
28688 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
28689 floats, chars, and shorts where there are ANSI-style function
28690 definitions.
28691
28692 * gdb.base/langs.exp, gdb.base/langs*: New test.
28693 * gdb.base/Makefile.in: Build it.
28694 * TODO: Remove item about checking that C names don't get C++
28695 demangling applied; this test tests it.
28696
28697Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28698
28699 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
28700 went with the const70 xfail. The xfail went away a year ago.
28701
28702 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
28703
28704 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
28705 for hp300.
28706
28707 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
28708
28709 * gdb.base/a1-selftest.exp: Don't run on hp300.
28710
28711Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28712
28713 * Makefile.in (site.exp): Set host_alias and target_alias as well
28714 as host_triplet and target_triplet.
28715
28716Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28717
28718 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
28719
28720 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
28721 places as other ecoff systems).
28722
28723 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
28724 ultrix.
28725
28726Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28727
28728 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
28729 remove them.
28730 * gdb.base/nodebug.exp: Accept "function" in addition to "text
28731 variable and "variable" in addition to "data variable".
28732 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
28733
28734 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
28735 2.
28736 * gdb.base/list1.c (long_line): Add additional statement at start
28737 of function.
28738 * gdb.base/list.exp (test_forward_search): Update line number to
28739 reflect new statement.
28740
28741Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28742
28743 * gdb.base/signals.exp: Reinitialize searched source directories
28744 after gdb_start call.
28745
28746Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
28747
28748 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
28749 * gdb.stabs/Makefile.in: Likewise.
28750
28751 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
28752 change. Instead split the tests into smaller pieces.
28753 * gdb.disasm/hppa.s: Corresponding changes.
28754
28755Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28756
28757 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28758 Quote ^C when passing it to stty. For some shells ^ is a pipe.
28759
28760 * gdb.base/funcargs.exp: Modify many tests so that every test
28761 either passes or fails. Make some test names unique.
28762
28763Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28764
28765 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
28766 Call stty to set interrupt character.
28767
28768 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
28769 for HP assembler versus GNU assembler based on actual behavior of
28770 $(CC), rather than assuming that $(AS) is always the GNU assembler.
28771
28772 * TODO: Suggest a few more stepping tests.
28773
28774Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
28775
28776 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
28777 restart GDB for h8300 after a continue.
28778 (return): Add pattern to match a29k-udi behavior.
28779 * gdb.base/nodebug.exp: Remove obsolete comment.
28780 * gdb.base/regs.exp: New file, testing of register displays.
28781 * gdb.base/return.exp: Fix typo in reference to $objdir.
28782 * gdb.base/whatis.exp: Always start with a fresh GDB.
28783
28784Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28785
28786 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
28787 higher, these tests generate a lot of output.
28788
28789Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28790
28791 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
28792 code following the catch silently ignored some errors; without the
28793 catch they should be thrown like any other tcl error. Also, the
28794 catch used "" instead of {} which meant all the callers who wanted
28795 to include one of the characters "[]$ had to quote it an extra time.
28796 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
28797 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
28798 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
28799 Remove extra quoting.
28800
28801Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
28802
28803 * gdb.base/commands.exp: Make test names unique; every test either
28804 passes or fails. Update some comments.
28805
28806 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
28807
28808Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28809
28810 The following fixes a FAIL caused by the fact that the alpha stabs
28811 configuration didn't use the ".if alpha" code in weird.def.
28812 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
28813 bit pointer, so the 32 bit version works even on the alpha.
28814 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
28815 Remove the stuff which allowed us to have separate versions for
28816 alpha and everything else.
28817
28818 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
28819 regexp which "info func operator\[\](" is supposed to match. Fix
28820 string to send to GDB. Note that GDB still doesn't work right. Add a
28821 new test for "info func .perator\[\](" which GDB does handle correctly.
28822
28823 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
28824
28825Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28826
28827 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
28828 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
28829 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
28830 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
28831 it makes the tests harder to understand and confuses test-o-matic.
28832 The preferred style is that each test provides a PASS or a FAIL,
28833 and has a unique message (e.g. "continue #54" not just "continue")
28834 which is the same for the pass and the fail.
28835 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
28836 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
28837 to lib/gdb.exp.
28838 * gdb.base/printcmds.exp: Use test_print_accept. Remove
28839 prt_accept which was basically the same thing. Likewise for
28840 test_print_reject and prt_reject.
28841 * lib/gdb.exp (test_print_reject): Add some more error message
28842 patterns to match from the former printcmds.exp (prt_reject).
28843 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
28844 One defect of the passcount stuff is that some of it failed to
28845 report XPASS where appropriate.
28846 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
28847 stuff before and after arg in expected pattern.
28848 (test_paddr_operator_functions): Re-do test without print_addr_of;
28849 this is the only test which seems to want extra stuff there.
28850
28851Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28852
28853 * gdb.base/nodebug.exp: Update new tests to reflect improved
28854 wording of gdb output.
28855
28856 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
28857 and "ptype" work on variables in files compiled without -g.
28858 Replaces commented out "maint print msymbol" tests.
28859
28860Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28861
28862 * gdb.base/setvar.c (dummy): Call malloc.
28863
28864 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
28865 losing with the irix4 sed.
28866
28867 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
28868 ALRM" on irix4.
28869
28870Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28871
28872 * TODO: Remove items about corefile.exp testing new exec-file and
28873 backtrace; both are now done. Add items about printing enums.
28874
28875Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28876
28877 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
28878 "get signal $thissig" test fails.
28879
28880 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
28881
28882Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28883
28884 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
28885 compiler warning with dec alpha compiler.
28886
28887 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
28888 extra \n from gdb_test call (this explains why the prompt test
28889 that I removed yesterday was there).
28890 (user_defined_command_test): Remove extra \n and prompt test.
28891
28892 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
28893 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
28894 doesn't exist.
28895 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
28896 Also remove alpha workaround, which turns out to be because
28897 SIGABRT == SIGLOST.
28898
28899 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
28900
28901 * gdb.base/help.exp: Don't test "help show".
28902
28903Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28904
28905 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
28906 "set print address" is on.
28907 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
28908 pass prompt to gdb_test; gdb_test already looks for the prompt.
28909
28910 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
28911
28912 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
28913 was a vestige of the manual TESTSTRATEGY, and the purpose of it
28914 was to make sure that gdb can read a core file. But (a) the "read
28915 the corefile" part didn't make it to a1-selftest.exp, we just
28916 delete the corefile after creating it, and (b) we test reading
28917 corefiles in corefile.exp anyway. Also, this test left around a
28918 xgdb process on Solaris.
28919
28920 * gdb.base/corefile.exp: Also test backtrace.
28921
28922Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
28923
28924 * gdb.base/commands.exp: Test a simple user defined command with
28925 arguments and if/while statements; verify the full user command is
28926 printed by "show user".
28927
28928 * gdb.base/commands.exp: Test if/while commands as part of a
28929 breakpoint command list; verify they appear in breakpoint
28930 information.
28931
28932Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28933
28934 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
28935 than by dividing by zero.
28936
28937Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
28938
28939 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
28940 performing an inferior call with watchpoints enabled.
28941 * gdb.base/watchpoint.c (main): Delete second unnecessary read
28942 call.
28943
28944Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28945
28946 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
28947 of "file" command.
28948
28949 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
28950 Add additional pattern for when "int operator int(void);" appears
28951 in a different order.
28952
28953Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
28954
28955 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
28956
28957 * gdb.base/help.exp: Replace most of docstrings for "info signals"
28958 and "signal" with ".*".
28959
28960Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
28961
28962 * TODO: Add note about "handle all nostop".
28963
28964 * gdb.base/{sigall.c, sigall.exp}: New test.
28965 * gdb.base/Makefile.in: Add it.
28966
28967Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
28968
28969 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
28970 when invoking GDB, suppresses any windowing interface.
28971
28972Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
28973
28974 * config/sim-gdb: New file, simulator testing support.
28975
28976Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
28977
28978 * gdb.base/interrupt.exp: Test calling func1 twice.
28979
28980Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
28981
28982 * gdb.base/list.exp (test_forward_search): Set timeout higher
28983 when we'll be getting lots of output from gdb.
28984
28985 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
28986 "init_malloc" to after the expect statement. Run it if that
28987 regexp is taken, but also for two others which happen if source
28988 cannot be found.
28989
28990Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
28991
28992 * gdb.base/printcmds.exp: New test, for printing register before
28993 program is running.
28994
28995Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28996
28997 * gdb.base/list.exp: Correct some alternate expect patterns
28998 to reflect changes in list1.c.
28999
29000Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29001
29002 * TODO: Add item regarding large frames.
29003
29004 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
29005
29006 * TODO: Remove item about enabling return.exp; it
29007 is enabled. Suggest a few more "return" tests.
29008
29009Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29010
29011 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
29012 anonymous unions.
29013
29014Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29015
29016 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
29017 and pr-5646.o, so "make" is the same as "make all", not "make
29018 pr-4975.o".
29019
29020Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
29021
29022 * gdb.base/list.exp: Adjust expectations to reflect changes in
29023 list1.c.
29024 (test_forward_search): New test proc.
29025 * gdb.base/list1.c (long_line): New function, has long source line.
29026
29027Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
29028
29029 * gdb.base/a1-selftest.exp: Change initial stepping to know about
29030 additional line of code that was added.
29031
29032Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
29033
29034 * gdb.disasm/hppa.s: Break the large branching tests into smaller
29035 tests so as not to overflow expect's input buffers.
29036 * gdb.disasm/hppa.exp: Corresponding changes.
29037
29038Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29039
29040 Beginnings of template debugging tests.
29041 * gdb.c++/templ-info.cc: New file to test for template
29042 debugging capability of the compiler.
29043 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
29044 templ-info.cc.
29045 * gdb.c++/templates.cc: Add explicit template instantiations
29046 to enable compiling with -fno-implicit-templates. Add destructor
29047 and 'value' method to T5 class for template tests.
29048 * gdb.c++/templates.exp: Add testcases for printing of template
29049 types, setting breakpoints on template methods and calling a
d63a86f8 29050 template method.
c906108c
SS
29051
29052Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
29053
29054 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
29055 branch target since some assemblers (gas-2.5) may emit a
29056 relocation for the branch instead of resolving it in the
29057 assembler.
29058
29059Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29060
29061 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
29062 through signal handler.
29063
29064Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29065
29066 * configure.in (*-*-netware): Use config/mt-netware.
29067
29068 * config/mt-netware: New file.
29069 * config/mt-i386-netware: Removed, separate configs for different
29070 netware architectures are no longer needed now that we have
29071 --with-headers.
29072
29073Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29074
29075 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
29076 by the recent changes to use ANSI C arithmetic conversions.
29077
29078Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29079
29080 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
29081 bug involving using inferior_pid to figure out whether to select a
29082 frame.
29083
29084Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
29085
29086 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
29087 match the current disassembler output.
29088
29089Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
29090
29091 * gdb.fortran/exprs.exp: Expect VOID instead of void.
29092 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
29093 types, expect "int" as type of integer values (for now).
29094
29095Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
29096
29097 * gdb.base/commands.exp: New tests for if/while commands.
29098
29099Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
29100
29101 * lib/gdb.exp (runto): Replace sub-pattern for hex value
29102 by .*, since hex values have different syntax in Chill mode.
29103
29104Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29105
29106 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
29107 linefeed from expect pattern for repeated types with indices > 9.
29108
29109Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
29110
29111 First part of Fortran test suite.
29112 * gdb.fortran: New directory.
29113 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
29114
29115Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29116
29117 * gdb.base/default.exp: Update expect pattern for load command
29118 without arguments.
29119
29120Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
29121
29122 * configure.in: Change i386 to i[345]86.
29123 * gdb.base/configure.in: Likewise.
29124 * gdb.c++/configure.in: Likewise.
29125 * gdb.chill/configure.in: Likewise.
29126
29127Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
29128
29129 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
29130 patterns, since that is not a valid context for comments.
29131
29132Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
29133
29134 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
29135 repeated types and repeated types with indices > 9.
29136
29137Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
29138
29139 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
29140 2417; old bug has been fixed.
29141
29142Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
29143
29144 * gdb.base/interrupt.exp: When trying to wake up the inferior,
29145 send the newline ourselves instead of assuming gdb_test will do
29146 so when passed an empty input string.
29147
29148 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
29149 stabs testcode.
29150
29151Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29152
29153 * lib/gdb.exp (gdb_test): Don't send anything if the first
29154 argument is an empty string. This makes cases where we want to
29155 match output that is already in expect's buffers (for example,
29156 matching a breakpoint after gdb_run_cmd has been called) work
29157 reliably.
29158
29159Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29160
29161 * config/netware.exp: New file.
29162
29163Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29164
29165 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
29166 the -B and -L prefixes so we can find the debugging stub.
29167
29168 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
29169 there and we are using the gcc from the tree.
29170
29171 * gdb.base/types.c: Removed.
29172
29173 * gdb.base/configure.in: Look for makefile fragments in ../config.
29174 Recognize i386-*-netware.
29175 * gdb.c++/configure.in: Likewise.
29176
29177Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29178
29179 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
29180 the correct TCL syntax.
29181
29182Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29183
29184 * gdb.base/opaque.exp: use runto instead of messing around with
29185 breakpoints. Simplify by using gdb_test.
29186
29187 * gdb.base/bitfields.exp: restart between tests on netware targets
29188 because breakpoints aren't relocated after target death. Run
29189 processes to completion.
29190
29191 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
29192
29193Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
29194
29195 * Makefile.in: Remove extra tabs that confuse some versions
29196 of "make". Use the newly built gdb to test with by default,
29197 rather than the first one in the tester's search path.
29198
29199Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
29200
29201 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
29202
29203 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
29204 condition help.
29205
29206Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29207
29208 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
29209
29210 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
29211 running.
29212 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
29213 * gdb.base/funcargs.exp: Likewise.
29214
29215 * gdb.base/bitfields.exp: Simplify by using gdb_test.
29216 * gdb.base/funcargs.exp: Likewise.
29217
29218 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
29219 message is "".
29220
29221Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29222
29223 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
29224 return,signals,twice}.exp: Handle non-existant binaries
29225 consistantly.
29226
29227 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
29228 * gdb.base/Makefile.in: Don't try to generate a core dump, we
29229 might testing a cross development system.
29230
29231Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29232
29233 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
29234 runtest script is relative to ${srcdir}, not ${rootdir}.
29235
29236Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
29237
29238 * gdb.base/signals.exp: Allow for optionality of breakpoint
29239 address.
29240
29241Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29242
29243 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
29244
29245Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
29246
29247 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
29248 for size_t definition.
29249 * gdb.c++/templates.cc: Likewise
29250
29251 * config/mt-i386-netware: New file.
29252
29253 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
29254 defined.
29255
29256 * gdb.base/Makefile.in: Added support for systems that name core
29257 files by appending "core" to the program name.
29258 * gdb.base/a1-selftest.exp: Likewise.
29259
29260Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29261
29262 * gdb.base/return.exp: Add comment and message for `return double'
29263 test failure on Sparc Solaris.
29264
29265Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
29266
29267 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
29268
29269Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29270
29271 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
29272 from optimizing them away.
29273 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
29274 patterns to include default constructors and assignment operators,
29275 to match gcc versions beyond 2.5.8. Accept any cplus demangling
29276 character in the output of the virtual base pointer.
29277
29278Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29279
29280 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
29281 expression match in print_addr_of to avoid unintented matches.
29282 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
29283 versions up to 2.5.8.
29284
29285Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29286
29287 * gdb.base/list.exp: Tweak alternate pattern for listing of an
29288 included file to run under newer versions of expect.
29289 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
29290 consecutive >'s in templates to accomodate recent cplus-dem.c change.
29291 Remove xfail for the virtual table of BDDHookV.
29292
29293Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
29294
29295 * lib/gdb.exp (string_to_regexp): Set a default result.
29296 (default_gdb_start): Fix misleading message.
29297
29298Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
29299
29300 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
29301 Remove all CC, etc definitions.
29302 * config/mt-hpux: New file.
29303 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
29304 (CFLAGS, LDFLAGS): Define.
29305 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
29306
29307 * Makefile.in (site.exp): Don't insert host_os, etc.
29308 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
29309 (distclean): Check existence of subdir.
29310 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
29311 * gdb.base/Makefile.in: General cleanup and simplification.
29312 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29313 to build executables. Use default rule to build .o files.
29314 (EXPECT, RUNTEST, CC): Fix relative pathname.
29315 (site.exp): Don't insert host_os, etc.
29316 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
29317 and/or SIGUSR1 defined.
29318 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
29319 * gdb.c++/Makefile.in: General cleanup and simplification.
29320 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
29321 (CFLAGS): Remove.
29322 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
29323
29324Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
29325
29326 * gdb.base/recurse.exp: Misc changes to get tests running again
29327 after Kung's changes to the watchpoint code.
29328 * gdb.base/watchpoint.exp: Likewise.
29329
29330Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
29331
29332 * lib/gdb.exp (string_to_regexp): Convert {\} also.
29333
29334Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
29335
29336 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
29337 * lib/gdb.exp (default_gdb_start): Define.
29338 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
29339 gdb.base/funcargs.exp, gdb.base/opaque.exp,
29340 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
29341 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
29342 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
29343 Don't call gdb_target_udi in between tests.
29344
29345Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29346
29347 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
29348 (which was basically just a local version of the same thing). In
29349 addition to avoiding duplication, gdb_test_exact is faster.
29350 * lib/gdb.exp (gdb_test_exact): Fix typo.
29351
29352 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
29353 don't give an error.
29354
29355 * gdb.base/term.exp: Call delete_breakpoints before starting.
29356
29357 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
29358 (t10): Add comment.
29359
29360Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29361
29362 Reorganization of the GDB Test Suite.
29363
29364 * gdb.base: New directory, contains all the basic tests.
29365 * gdb.c++: New directory, tests specific to C++.
29366 * gdb.chill: New directory, tests specific to Chill.
29367 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
29368 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
29369 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
29370 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
29371 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
29372 t30-31 to chill).
29373 * */gdbme.*: Rename to match appropriate expect scripts.
29374 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
29375 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
29376 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
29377 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
29378 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
29379 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
29380 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
29381 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
29382 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
29383 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
29384 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
29385 gdb.c++/virtfunc.cc: New names of C++ files.
29386 * gdb.chill/chillvars.ch: New name of Chill file.
29387 * gdb.base/configure.in, gdb.c++/configure.in,
29388 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
29389 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
29390 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
29391 * configure.in (configdirs): Update to reflect directory changes.
29392 (target_abbrev): No longer define for any configuration.
29393 * Makefile.in: Cosmetic improvements to header comments.
29394
29395Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
29396
29397 Various changes to gdb.t31:
29398
29399 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
29400 * gdbme.ch: Make all key-words and predefineds be upper-case.
29401 * chillvars.exp: Expect key-words and predefinds in upper-case.
29402
29403 * chillvars.exp: Use gdb_test_exact many places.
29404 Change expected output for arrays (which now includes index labels).
29405
29406 * pr-5020.exp, gdme.ch (module PR_5020):
29407 New test, for PR-5020.
29408
29409Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
29410
29411 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
29412 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
29413
29414Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
29415
29416 * Makefile.in: Fix bit-rot in definitions of CHILL,
29417 CHILL_FOR_TARGET and Chill_LIB.
29418 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
29419 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
29420 CHILL, and CHILL_LIB.
29421
29422Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
29423
29424 * Revert the previous changes. Please see Rob's directory
29425 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
29426
29427Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
29428
29429 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
29430 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
29431 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
29432 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
29433 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
29434 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
29435 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
29436 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
29437 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
29438 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
29439 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
29440 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
29441 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
29442 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
29443 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
29444 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
29445 changes from 94Q1.
29446
29447Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
29448
29449 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
29450 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
29451 Rob's new testing fragments.
29452
29453Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
29454
29455 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 29456 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
29457
29458Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
29459
29460 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
29461 version also, match on casted version strings, and match on
29462 gdb startup case where the line numbers might be messed up.
29463
29464Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
29465
29466 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 29467 (CFLAGS): Delete it from here.
c906108c
SS
29468
29469Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
29470
29471 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
29472
29473Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
29474
29475 * Makefile.in (RUNTEST): Default to just "runtest".
29476
29477Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29478
29479 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
29480 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
29481 the code has been restructured.
29482
29483Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29484
29485 * gdb.t00/default.exp (set write): Allow any number of \r and/or
29486 \n, not just one of each.
29487
29488 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
29489 /bin/cc gives a warning if you do.
29490
29491Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
29492
d63a86f8 29493 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
29494 __t10ListS_link1ZUiRCUiPT0
29495
29496Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29497
29498 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
29499 on local variables in recursive functions.
29500
29501 * gdb.t07/Makefile.in: Build the new test.
29502
29503Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29504
29505 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
29506 directly. Instead compare the return values from actual calls.
29507
29508Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
29509
29510 * Makefile.in (check): Set TCL_LIBRARY for runtest.
29511
29512Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29513
29514 * From Peter Schauer with minor modifications.
a9c64011
AS
29515 * gdb.t15/return.exp (return_tests): Handle targets where "return"
29516 stops in mid-line in the caller. Add xfail for returning a float
29517 value on X86 targets.
c906108c
SS
29518
29519Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29520
29521 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
29522 to avoid expect lossage.
29523 (fmem_LRbug_tests): Likewise.
29524 * gdb.disasm/hppa.s: Corresponding changes.
29525
29526 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
29527 conditions to work with latest dejagnu/expect.
29528
29529 * gdb.t15/funcargs.exp (finish from indirect call): No longer
29530 expected to fail on the PA.
29531 (backtrace in call with trampolines): Explicitly require main
29532 to be frame #1 (no trampolines should show up in backtrace).
29533
29534 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
29535 "continue -expect".
29536 * gdb.t06/break.exp: Likewise.
29537 * gdb.t07/watchpoint.exp: Likewise.
29538 * gdb.t13/bitfields.exp: Likewise.
29539 * gdb.t15/{funcargs,return}.exp: Likewise.
29540 * gdb.stabs/weird.exp: Likewise.
29541 * config/{mips,udi}-gdb.exp: Likewise.
29542
29543 * hppa.sed: Enclose comments within a sed command to avoid
29544 losing with the old OSF1 sed.
29545
29546Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29547
29548 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
29549 sequent dynix.
29550 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
29551 * gdb.t15/funcargs.exp: Conditionally step again to really
29552 finish from marker_call_with_trampolines. Handle the case where
29553 the first step from within call_with_trampolines already steps
29554 us back to main.
29555 * gdb.t15/gdbme.c: Add comment to closing brace of
29556 call_with_trampolines for funcargs.exp.
29557
29558Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29559
d63a86f8 29560 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
29561 Fix typo(s).
29562
29563Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29564
29565 * gdb.t07/gdbme.c: More code for watchpoint testing.
29566
29567 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
29568 "Hardware watchpoint" throughout file.
29569 (test_watchpoint_triggered_in_syscall): New test.
29570 (test_complex_watchpoint): New test.
29571
29572Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29573
29574 * gdbme.c (call_with_trampolines): New function to try and step
29575 into. Tests trampoline problems on the PA.
29576
29577 * funcargs.exp (localvars_in_indirect_call): No longer expect
29578 stepping into indirect call to fail on PAs.
29579 (test_stepping_over_trampolines): New test.
29580
29581Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29582
29583 * TODO: Add suggestions for static member function tests, and
29584 completion tests.
29585
29586Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29587
29588 * TODO: Add suggestions for "p/a" tests.
29589
29590 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
29591 (default_gdb_exit): Replace all the hair with sending "quit" to
29592 the process with a simple close.
29593
29594Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29595
29596 * TODO: Add suggestions for shared library tests.
29597
29598Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29599
29600 * TODO: Add suggestions for x/s tests.
29601
29602Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29603
29604 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
29605 "enable once", and "enable breakpoints once" with ".*".
29606
29607Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29608
29609 * TODO: Add suggestions about structure passing tests.
29610
29611Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29612
29613 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
29614 the primary1 test, use work around if __GNUC__ < 2.
29615 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
29616 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
29617 Test for bad output rather than waiting for timeout. Issue
29618 second continue only if first continue failed.
29619
29620Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29621
29622 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
29623 operator[] test with gdb_test because the old code didn't seem to
29624 be getting the quoting right with the new dejagnu.
29625
29626Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
29627
29628 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
29629 one from the path.
29630 * Makefile.in: Use a fresh expect if there is one, use runtest
29631 from the src tree if there is one.
d63a86f8 29632
c906108c
SS
29633Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29634
29635 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
29636 next over recursive call. Revise the tests from that point on
29637 (which had been skipped) to match GDB's actual (correct) output.
29638
29639 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
29640 with next over a breakpoint whose condition is false.
29641
29642 * gdb.t00/help.exp: Comment out "help set print" tests just like
29643 (and for same reason as) "help set" test.
29644
29645Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29646
29647 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
29648 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
29649
29650Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29651
29652 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
29653 necessary gdb_target_udi.
29654
29655 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
29656
29657 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
29658 1838 and 2417; they are fixed.
29659
29660 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
29661 gdb.t03/ptype.exp (ptype structure, ptype union):
29662 Remove xfails; the test is looser than when the xfails were added.
29663
29664 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
29665 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
29666
29667 * gdb.t01/run.exp: Only run shell test if isnative.
29668
29669 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
29670 since "run" automatically loads if necessary. Call gdb_target_udi
29671 after the "file" since "file" kills any execution target.
29672
29673 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
29674 GDB. GDB doesn't work that way (not anymore at least) on UDI.
29675 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
29676 argument for UDI.
29677
29678Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
29679
29680 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
29681
29682 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
29683
29684Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29685
29686 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
29687 properly quoting regexps. This makes the second argument to
29688 demangle a fixed string, which matches the callers, instead of a
29689 shell-style pattern which is what the previous implementation
29690 used. Update some of the callers.
29691
29692Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29693
29694 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
29695 (comib_nullified_tests): Fix typo.
29696 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
29697 strings. No longer expected to fail.
29698
29699 * gdb.disasm/hppa.s (addib_tests): Fix typo.
29700 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
29701 strings. No longer expected to fail.
29702
29703 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
29704 string. No longer expected to fail.
29705
29706Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29707
29708 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
29709 No longer expected to fail.
29710
29711 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
29712 string. No longer expected to fail.
29713
29714Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29715
29716 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
29717 only in the names (I probably got most of them). I was even
29718 generous with some which differed in underscores in names, and
29719 probably missed a few, and I *still* was able to remove almost a
29720 third of the file with almost no impact on testsuite coverage.
29721
29722Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29723
29724 * gdb.t00/default.exp: Match udi_attach error message as well as
29725 the one from child_attach.
29726
29727 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
29728
29729 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
29730
29731 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
29732 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
29733
29734 * Move test with enums and partial symbols back to
29735 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
29736 Reverts the change of 26 May 93. Per today's change to
29737 stabs.texinfo, the behavior that weird.exp was expecting was
29738 unreasonable; what is important is that the compiler+gdb get
29739 things right, which happens with a recent gcc. Also fix the test
29740 to deal with native compilers which put out the stab gdb can't
29741 deal with.
29742
29743Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29744
29745 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
29746 in the names. The main thing these accomplish is to slow things down.
29747 Many more such duplicates surely remain.
29748
29749 * gdb.t00/help.exp: Comment out "help support" test just like
29750 (and for same reason as) "help set" test.
29751
29752Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
29753
29754 * gdb.t06/break.exp: Remove setup_xfails for
29755 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
29756 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
29757 about known bug in gcc to include up through 2.5.8.
29758 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
29759 well as "_vb$".
29760 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
29761 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
29762 with latest gcc and gdb.
29763 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
29764 well as "_vb$".
29765
29766Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29767
29768 * configure.in (hppa*-*-*): Also configure and build stabs-only
29769 tests.
29770
29771Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29772
29773 * gdb.t10/hppa.mt: A makefile fragment for the PA.
29774 * gdb.t10/configure.in (hppa*-*-*): Use it.
29775
29776Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29777
29778 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
29779
29780Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29781
29782 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
29783 versions prior to 1.13.5.
29784
29785Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29786
29787 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
29788 the prompt is at the start of a line.
29789
29790Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
29791
29792 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
29793 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
29794 in the copr tests now.
29795 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
29796 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
29797 expected to fail.
29798
29799Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
29800
29801 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
29802 gdb.t31/chillvars.exp, lib/gdb.exp:
29803 Tweak to run under either version of expect.
29804 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
29805 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
29806 * gdb.t11/list.exp: Remove extraneous whitespace.
29807
29808Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29809
29810 * gdb.t16/printcmds.exp (test_print_strings): Accept
29811 "(unsigned char *) " before the string.
29812
29813 * TODO: Add notes about printing of fancy types and GDB expressions.
29814
29815Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
29816
29817 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
29818 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 29819 if doing mips-idt-ecoff.
c906108c
SS
29820
29821Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
29822
29823 * Most .exp files: Tweak to run under either version of expect.
29824
29825Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29826
29827 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
29828 xfails; I'm not sure why they are failing, but not because of PR 1806.
29829
29830Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
29831
29832 * config/unix-gdb.exp: Remove gdb_unload cause it's already
29833 defined in lib/gdb.exp.
29834
29835Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29836
29837 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
29838 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
29839 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
29840 have to be typeless.
29841
29842Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
29843
29844 * TODO: Add suggestion for copyright year test.
29845
29846Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
29847
29848 * configure.in (*-*-lynxos*): Add stabs tests.
29849
29850Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29851
29852 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
29853 so insert a tab before any assembler directive in column zero.
29854
29855 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
29856 stores.
29857 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
29858 stores.
29859 (fpu_short_memory_tests): Likewise.
29860
29861Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29862
29863 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
29864 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
29865 .stabs directives in comments.
29866
29867Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29868
29869 * TODO: New file, describing tests we could write.
29870 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
29871
29872Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29873
29874 * gdb.t06/signals.exp: Add kludge to force re-sync.
29875
29876 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
29877 to xgdb instead of gdb, get out of gdb.
29878
29879Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
29880
29881 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
29882 for info.
29883
29884Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
29885
29886 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
29887 * gdb.stabs/configure.in (hppa*-*-*): Use it.
29888 * gdb.stabs/hppa.sed: New sed script for the PA.
29889
29890Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29891
29892 * gdb.stabs: Re-write weird.def and configuration to use sed
29893 instead of cpp. sed is portable and POSIX; cpp is neither.
29894
29895Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29896
29897 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
29898
29899Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29900
29901 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
29902
29903Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29904
29905 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
29906 "_vb$".
29907 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
29908 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
29909
29910Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29911
29912 * lib/gdb.exp: Comment out code which depends on non-existent
29913 `transform' procedure.
29914
29915Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
29916
29917 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
29918 * lib/gdb.exp: Transform tool name.
29919 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
29920 1.1's new error handling system.
29921
29922Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29923
29924 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
29925
29926Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29927
29928 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
29929 They made pattern matching so slow that timeouts happened on
29930 heavily loaded systems. Now any output from "show print" which
29931 gets us back to the GDB prompt is a PASS.
29932
29933Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
29934
29935 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
29936
29937Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29938
29939 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
29940
29941 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
29942 It is not from PR 3220.
29943
29944Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29945
29946 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
29947 just started failing because they depended on the order the
29948 subcommands are presented, or exact docstring text. This kind of
29949 test is a pain and has minimal benefit.
29950
29951Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29952
29953 * gdb.t09/corefile.exp: At end of test, use "core" command with
29954 no arguments.
29955
29956Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
29957
29958 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
29959 17}/Makefile.in: Make it possible to run the testsuite with Sun
29960 make and CC = cross gcc by adding explicit build rules for .o
29961 files.
29962
29963Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29964
29965 * gdb.t15/funcargs.exp: Don't put comments on same line as
29966 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 29967
c906108c
SS
29968Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29969
29970 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
29971
29972Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
29973
29974 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
29975 * gdb.t20/inherit.exp: remove three dumplicate entries.
29976
29977Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29978
29979 * gdb.t06/break.exp: For "next over recursive call", fail on any
29980 incorrect output, not just on "factorial (value=2)".
29981
29982Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29983
29984 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
29985 working now. Add an xfail if accesing a bss variable causes
29986 a memory error if the target is not yet run.
29987
29988Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
29989
29990 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
29991 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
29992 name of __st* demangling (2 strings). Did Kung really get the
29993 more than 95 others right without testing them?
29994
29995Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
29996
29997 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
29998
29999Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
30000
30001 * configure.in (configdirs): Add gdb.disasm
30002 * gdb.disasm: New directory for GDB disassembler tests.
30003 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
30004
30005Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30006
30007 * gdb.t00/help.exp: Don't test "help set".
30008
30009 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
30010 from within expect statements. None of these happen anymore and
30011 they cause regressions to be silently unnoticed.
30012
30013 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
30014 messages) about known failures with gcc cygnus-2.4.5-930417.
30015
30016 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
30017 comp-info.exp so it gets built if it doesn't exist.
30018
30019 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
30020 it is no longer used.
30021 * gdb.t13/comp-info.c: Removed.
30022
30023Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30024
30025 * gdb.t06/signals.exp: Add xfail for sun3.
30026
30027Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30028
30029 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
30030 relevant because ^C doesn't get sent but failure can be reproduced
30031 interactively).
30032
30033Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30034
30035 * gdb.stabs/alpha.mt: New configuration file for alpha.
30036 * gdb.stabs/configure.in: Use it.
30037 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
30038 sharing with alpha.mt, redefine long to word via preprocessor.
30039 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
30040 for alpha.
30041 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
30042 native cc.
30043 * gdb.t00/teststrategy.exp: Change expect string so that we
30044 consume the `(xgdb)' from the command echo and from the gdb prompt.
30045 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
30046 gdb currently compares all values as long, so this failure probably
30047 applies to any configuration where LONGEST is bigger than a target int.
30048 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
30049 with gcc.
30050 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
30051 to handle opaque pointers, gcc is.
30052 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
30053 as first argument. Include <sys/types.h> and change all operator
30054 new definitions to use size_t.
30055 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
30056 now that we use size_t.
30057
30058Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30059
a9c64011 30060 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 30061 a long or float array cast all array members to the same type.
a9c64011 30062 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 30063 with 64 bit longs.
a9c64011 30064 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 30065 on alpha.
a9c64011 30066 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
30067
30068Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30069
30070 * gdb.t24 (demangle.exp): Constructors of templates have names like
30071 vector<int>::vector(int) not vector<int>::vector<int>(int). See
30072 section 14.6 of the ARM.
30073
30074 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
30075 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
30076 accomplish little and slow down the testsuite.
30077
30078 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
30079 Accept spaces various places.
30080
30081Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30082
30083 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
30084 with watchpoint enabled.
30085
30086 * Makefile.in: Remove definition of CC and remove the second
30087 definition of CXX (the "CXX = gcc" one remains). These definitions
30088 were causing backquotes to be expanded within backquotes, which
30089 doesn't work.
30090
30091Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
30092
30093 * gdb.t17/callfuncs.exp: Add "return 0" to end.
30094
30095Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30096
a9c64011
AS
30097 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
30098 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
30099 by mips cc and contains no stabs entries.
30100
30101Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
30102
30103 * config/vx-gdb.exp: Use fake device to load files rather than
30104 NFS.
30105 * lib/gdb.exp: New proc to do "file" command.
30106 * config/unix-gdb.exp: Use new "file" proc.
30107
30108Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
30109
30110 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
30111 Rework board rebooting slightly.
30112 (gdb_exit): Don't exit from the remote shell; there isn't one.
30113 * gdb.stabs/weird.exp: If a program is being debugged already,
30114 kill it.
30115 * gdb.t04/setvar.exp: Stop and restart gdb.
30116 * gdb.t05/expr.exp: Likewise.
30117 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
30118 restart gdb and reload the program.
30119 * gdb.t08/opaque.exp: Likewise.
30120 * gdb.t12/scope.exp: Likewise.
30121 * gdb.t13/bitfields.exp: Likewise.
30122 * gdb.t15/funcargs.exp: Likewise.
30123 * gdb.t20/classes.exp: Likewise.
30124 * gdb.t03/ptype.exp: Increase timeout.
30125 * gdb.t16/printcmds.exp (test_print_string_constants,
30126 test_print_array_constants): Likewise.
30127 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
30128 * gdb.t20/classes.exp (do_tests): Likewise.
30129 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
30130
30131Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
30132
30133 * gdb.stabs: Renamed *wierd* to *weird*.
30134
30135Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30136
30137 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
30138 for timeout. Add "known gcc 2.4.5 bug" to failure message.
30139
30140Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
30141
30142 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
30143 (do_tests): Remove xfail for whatis on one_var and two_var.
30144
30145Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
30146
30147 * Makefile.in: Made cross building work better by adding
30148 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
30149
30150Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30151
30152 * gdb.t15/{return.c,return.exp,Makefile.in}:
30153 New test, currently commented out.
30154
30155Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
30156
30157 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
30158 still running and removes the leftover named socket so GDb can do
30159 clean restarts.
30160
30161Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
30162
30163 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
30164 console, not GDB.
30165 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
30166 cross testing works better with "make check"
30167 * config/unix-gdb: Use default procedures for exit and version.
30168 * config/vx-gdb.exp: Cleaned up and massaged back to working order
30169 with the newest VxWorks.
30170
30171Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30172
30173 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
30174 old form.
30175
30176 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
30177 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
30178
30179 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
30180
30181 * config/unix-gdb.exp: Remove this version of gdb_exit
30182 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
30183 Rob says he'll look at it when he gets back to testing boards.
30184
30185Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
30186
30187 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
30188 an expected fail for certain ptype commands.
30189
30190 * gdb.t20/classes.exp: Update expected results of "ptype class
30191 Base1" to account for the constructor that now appears in the type.
30192
30193Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
30194
30195 * configure.in (configdirs): Restore gdb.t04, which mysteriously
30196 disappeared from list.
30197 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
30198 "alldone" proc with call to cleanup and exit.
30199 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
30200 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
30201 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
30202 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
30203 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
30204 "alldone" proc with simple returns that suppress remaining
30205 tests. The alldone proc went away many months ago.
30206
30207Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30208
30209 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
30210
30211 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
30212
30213Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30214
30215 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
30216 as vax gdb will display them.
30217
30218Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30219
30220 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
30221 optimizers.
30222
30223 * scope.exp: Change "bad value for localval" messages so each one
30224 is unique.
30225
30226 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
30227 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
30228
30229 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
30230
30231Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30232
30233 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
30234 doesn't exist (due to optimization).
30235
30236Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30237
30238 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
30239 contains \r because the filename is long.
30240
30241 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
30242 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
30243
30244Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30245
30246 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
30247 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
30248 Ultrix.
30249 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
30250 int tests.
30251 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
30252
30253Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
30254
30255 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
30256
30257 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 30258 to match does not match the passing case but still matches the
c906108c
SS
30259 failing case.
30260
30261Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30262
30263 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
30264
30265Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
30266
30267 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
30268 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
30269 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
30270 Remove various versions of gdb_exit.
30271 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
30272 gdb_exit.
30273 * config/unix-gdb.exp: gdb_exit remains here, and should override
30274 the generic version, since it's doing a lot of wierd stuff that
30275 the other versions aren't. FIXME, fold it in, or abandon this
30276 version.
30277
30278Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30279
30280 * gdb.t24/demangle.exp: Add tests for PR 3220.
30281
30282Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30283
30284 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
30285
30286Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
30287
30288 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
30289 "i386-*-*". Works for i486 as well.
30290
30291 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
30292 bug, and expand domain of xfail to all SVR4 systems, since the
30293 actual problem is likely to be in generic SVR4 /proc support.
30294
30295Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30296
30297 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
30298
30299Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
30300
30301 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
30302 xfails for other systems. Match a missing 'Continuing.' as an
30303 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
30304
30305 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
30306 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
30307 Only issue warning for missing executables if -all option is used.
30308
30309 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
30310 file if -all option is used. It's like an unpredictable XFAIL.
30311
30312Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30313
30314 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
30315 for dynamically linked binaries.
30316
30317 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
30318
30319Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30320
30321 * gdb.t20/inherit.exp: Change message for "print tagless struct"
30322 to state that this is a known bug in old versions of g++.
30323
30324Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30325
30326 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
30327 while waiting for `Continuing'.
30328
30329Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
30330
30331 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
30332 in text, data, and bss.
30333 * gdb.t10/nodebug.c: Add local and global test variables for
30334 initialized and uninitialized data.
30335
30336Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30337
30338 * config/unix-gdb.exp (gdb_exit): Add "wait".
30339
30340Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30341
30342 * gdb.t06/signals.exp: xfail the continue from the handler for all
30343 targets.
30344
30345 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
30346 function with watchpoints enabled, the i386 call dummy starts with
30347 a call.
30348
30349 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
30350 386 bsd names its corefiles.
30351
30352Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
30353
30354 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
30355 compilers don't grok it.
30356 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
30357 with small octal ints rather than character constants, which
30358 are signed and might not fit if first promoted to int.
30359
30360Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
30361
30362 * gdb.t09/Makefile.in (clean): Remove corefile.
30363
30364Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30365
30366 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
30367
30368Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30369 and Jim Kingdon (kingdon@cygnus.com)
30370
30371 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
30372 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
30373 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
30374
30375Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30376
30377 * gdb.t17/interrupt.exp: Add xfail for hppa.
30378
30379Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30380
30381 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
30382 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
30383 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
30384 to determine signed-ness of bitfields and use the result to setup
30385 the xfail.
30386 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
30387 * gdb.t15/funcargs.exp: Use them to step until the second indirect
30388 call line is reached if necessary.
30389
30390Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30391
30392 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
30393
30394Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30395
30396 * gdb.t06/break.exp: Also test `clear' command.
30397
30398Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30399
30400 * gdb.t00/teststrategy.exp: Remove extra quote.
30401
30402 * gdb.t07/watchpoint.exp: Change xfail for calling function with
30403 watchpoint enabled to be for all non-68k machines.
30404
30405 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
30406
30407Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30408
30409 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
30410 targets use aout.mt instead of ecoff.mt as gas understands
30411 standard aout format.
30412
30413Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
30414
30415 * lib/gdb.exp (runto): Don't insist that function we are running to
30416 was compiled with -g.
30417
30418 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
30419
30420 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
30421 to get back into the read system call.
30422 Accept leading newline in case where we woke it up.
30423
30424Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30425
30426 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
30427 to make the stabs test work on ecoff systems using gcc and -with-stabs.
30428 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
30429 enable ecoff configuration.
30430
30431Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30432
30433 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
30434
30435Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30436
30437 * gdb.t16/printcmds.exp: Add another printf test.
30438
30439Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
30440
30441 * configure.in: If configured -with-stabs on any target, add
30442 stabsdirs to configdirs.
30443
30444Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30445
30446 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
30447 fun" so pattern does not match the command itself.
30448
30449Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30450
30451 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
30452
30453Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30454
30455 * gdb.t17/interrupt.exp: Test for more things.
30456
30457Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30458
30459 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
30460 compiler arranges the code and line numbers.
30461
30462 * gdb.t17/interrupt.exp: Don't send \n after ^C.
30463
30464Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30465
30466 * gdb.t00/help.exp: Increase expect input buffer size.
30467
30468Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30469
30470 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
30471
30472 * gdb.t07/watchpoint.exp: Add xfail for hppa.
30473
30474 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
30475
30476 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
30477 [0-9]*, not just [0-9].
30478
30479Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30480
30481 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
30482
30483 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
30484
30485Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30486
30487 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
30488
30489Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30490
30491 * gdb.t06/signals.c: Add xfails for sun3.
30492
30493 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
30494
30495 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
30496 test_stepping tests.
30497
30498Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30499
30500 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
30501
30502 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
30503
30504 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
30505 rather than actually putting it through cpp twice.
30506
30507 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
30508
30509Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
30510
30511 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
30512 no longer needed.
30513
30514Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30515
30516 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
30517
30518 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
30519 C++ features prints as "struct", make it a pass, not an xfail.
30520
30521Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30522
30523 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
30524 Don't require VA to print as "class" rather than "struct".
30525
30526Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
30527
30528 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
30529
30530Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30531
30532 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
30533
30534Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30535
30536 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
30537 order.
30538
30539Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30540
30541 * gdb.t16/printcmds.exp: Add printf tests.
30542
30543 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
30544
30545 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
30546
30547Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
30548
30549 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
30550 pass counts, to counteract any existing or future setup_xfails.
30551
30552Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30553
30554 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
30555 {BEGIN,END}_COMMON for common block instead of STAB.
30556 * gdb.stabs/wierd.exp: Add xfail for rs6000.
30557
30558 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
30559 intp_var should be N_GSYM not N_LSYM.
30560 wierd-aout.S: Use a label for the value of the N_SO.
30561 wierd.def: Remove all backslashes.
30562 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
30563
30564Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30565
30566 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
30567 get the expected next to inheritance3.
30568
30569Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30570
30571 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
30572 now that gcc-2.4 gets it right.
30573
30574Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30575
30576 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
30577
30578 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
30579 generating comp-info.exp which works for cross-compilation.
30580
30581Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
30582
30583 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
30584 "*-*-sysv4.*".
30585
30586Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
30587
30588 * gdb.t01/run.exp: Start with a fresh gdb.
30589 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
30590 SVR4.x.
30591
30592Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
30593
30594 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
30595 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
30596 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
30597 Makefile.in (distclean, realclean): Remove gdbme.c from list of
30598 things to remove.
30599
30600Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
30601
30602 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
30603 test cases from bug reports.
30604
30605Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
30606
30607 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
30608 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
30609 avoid spurious xfails.
30610 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
30611 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
30612 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
30613
30614Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
30615
30616 * gdb.t00/teststrategy.exp: Rework to provide more useful
30617 description of each test, fix problem with systems that define
30618 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
30619 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
30620 results for "next over recursive call" so timeouts aren't taken
30621 by error.
30622
30623Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
30624
30625 * gdb.t12/scope.exp: Test printing of variables before run.
30626
30627 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
30628 printed in wrong order due to sorting.
30629
30630Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
30631
30632 * gdb.t00/teststrategy.exp: Fix expected results for printing
30633 user entered string constant. Is array of char, prints with no
30634 address.
30635
30636 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
30637 commands.
30638 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
30639 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
30640 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
30641 of struct of char arrays.
30642 * gdb.t00/radix.exp: New tests for radix commands.
30643
30644Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
30645
30646 * gdb.t16/printcmd.exp: Print a variable before running program
30647 (with xfail for AIX).
30648
30649Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
30650
30651 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
30652
30653 * gdb.t16/printcmd.exp: Don't print variables before running program.
30654
30655 * gdb.t06/break.exp: Don't require envp argument to main.
30656
30657 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
30658
30659 * gdb.t02/whatis.exp, gdb.t11/list.exp:
30660 Add xfails for rs6000.
30661
30662 * gdb.t02/whatis.exp: Change other tests not to re-test something
30663 we already tested.
30664
30665 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
30666 each type used has a variable of that type.
30667
30668Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
30669
30670 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
30671
30672Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
30673
30674 * configure.in: change srctrigger to be a file, not a directory
30675
30676Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
30677
30678 * configure.in (mips-idt-ecoff*): Added trailing '*'.
30679
30680 * gdb.t11/list.exp: Fixed a couple of typos.
30681
30682Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
30683
30684 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
30685 is fixed and PR is closed.
30686 * gdb.t16 (gdbme.c): Add simple test string variable.
30687 * gdb.t16 (printcmds.exp): Add tests with simple test string
30688 variable, primarily for boundaries on "set print elements".
30689
30690Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
30691
30692 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
30693 Make leading 0's optional and don't expect a tab in the middle
30694 of the number.
30695
30696 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
30697
30698 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
30699 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
30700 don't end command passed to gdb_test with newline.
30701
30702 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
30703 signed keyword away, don't expect signed bitfields to be signed.
30704
30705 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
30706 printing with only as many 1's as are in the field as well as printing
30707 with 32 1's (see comment).
30708
30709Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
30710
30711 * gdb.t00/default.exp: Start with a fresh gdb.
30712 * configure.in (configdirs): Remove gdb.t31 until the chill
30713 compiler works again. It no longer is able to find chillrt0
30714 since it isn't in libchill.a anymore.
30715 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
30716 wierd.o, make more modular.
30717 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
30718 spurious newlines that caused problems.
30719
30720Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30721
30722 * Move test with enums and partial symbols from gdb.t03/ptype.exp
30723 to gdb.stabs/wierd.exp since GCC has worked around the bug.
30724 gdb.stabs/wierd.{exp,def}: Many new tests.
30725
30726 * gdb.t00/default.exp: update info line for new message.
30727
30728 * gdb.t02/{whatis.exp,gdbme.c}:
30729 Test that "char *" doesn't print as "caddr_t".
30730
30731Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30732
30733 * gdb.t00/help.exp: Use .* in place of some help messages which
30734 just changed.
30735 gdb.t00/default.exp: Update "info frame" test for new message.
30736 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
30737 Remove some xfails
30738
30739Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30740
30741 * gdb.t03/{gdbme.c,ptype.exp}:
30742 Add tests for typedef'd struct and union without tags.
30743 Also check "whatis" on a variable of a typedef'd enum without a tag.
30744
30745 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
30746 PRMS 1823; the bug still exists but isn't reproduced by this test
30747 anymore), and remove rs6000 XFAIL (the bug is fixed).
30748
30749 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
30750 duplicated from whatis.exp. For those that are left, accept
30751 "long", "long int", or "int" for long variables (whatis.exp already
30752 has an XFAIL for "int", so no need to fail it here).
30753
30754 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
30755 Deal with GCC's names for types now that GDB uses the compiler's names.
30756
30757 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
30758 setup_xfail's for sunos4. If we #defined the signed keyword away,
30759 don't expect GDB to know that char it is signed.
30760
30761 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
30762
30763Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
30764
30765 * configure.in (configdirs): Add gdb.t24 for C++ tests that
30766 should work on any system, regardless of debugging format.
30767 * gdb.t21/demangle.exp: Move to gdb.t24.
30768 * gdb.t24/demangle.exp: Move from gdb.t21.
30769 * gdb.t24/{Makefile.in, configure.in}: New files.
30770
30771Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30772
30773 * configure.in: Do gdb.stabs and C++ tests only for stabs.
30774 * gdb.stabs: New directory.
30775
30776Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
30777
30778 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
30779 not just "Quit anyway?".
30780
30781Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
30782
30783 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
30784 that all setup_xfails are immediately followed by clear_xfails.
30785
30786Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
30787
30788 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
30789 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
30790 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
30791 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
30792 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
30793 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30794 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30795 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
30796 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
30797 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
30798 gdb.t31/chillvars.exp, lib/gdb.exp:
30799 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
30800 bug-gdb@prep.ai.mit.edu.
30801
30802Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
30803
30804 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
30805 with 0.0, not integer 0.
30806
30807Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
30808
30809 * gdb.t06/break.exp: Update for "Kill the program" message change.
30810
30811Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
30812
30813 * Makefile.in (GDBFLAGS): Set to -nx.
30814 * Makefile.in (site.exp): Use GDBFLAGS.
30815
30816Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30817
30818 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
30819 Makefiles.
30820 (check): depend on just-check.
30821 (just-check): added so that tests can be run without a noop
30822 build pass.
30823
30824Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
30825
30826 Switch to using configure's configdirs.
30827 * Makefile.in (Makefile): add configure.in dependency.
30828 (SUBDIRS): removed redundant assignment.
30829 * configure.in: switch subdirs assignment to configdirs.
30830 * gdb.t*/configure.in: new files.
30831
30832Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
30833
30834 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
30835 works.
30836
30837Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
30838
30839 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
30840 in explicit rules. Apparently this is not supported by some makes.
30841
30842Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
30843
30844 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
30845
30846Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30847
30848 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
30849 disappeared.
30850
30851Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
30852
30853 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
30854
30855Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
30856
30857 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
30858 watchpoint problem that is now fixed.
30859 * gdb.t30/chexp.exp: Remove setup_xfail for printing
30860 uninitialized convenience variables.
30861 * gdb.t31/chillvars.exp: Fix expected patterns for printing
30862 structures.
30863
30864Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30865
30866 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
30867 which causes expect to get out of sync with gdb on long output
30868 from help set.
30869 * gdb.t09/corefile.exp: Make expected pattern for core file
30870 failing signal and frame output format less sun specific.
30871
30872Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
30873
30874 * gdb.t31/chillvars.exp: Add and remove initial dummy
30875 breakpoint, so that symbol table is forced in.
30876 (Needed at least on Sunos4, though it seems not SVR4.)
30877 * gdb.t31/chillvars.exp: Update for changed output format.
30878
30879Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
30880
a9c64011 30881 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
30882
30883Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
30884
30885 * Makefile.in: Added --srcdir when invoking runtest, removed the
30886 need for a local config file. (optional now)
30887
30888Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
30889
30890 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
30891 failure count used to force early termination. Add some more
30892 expected failures for gnu style demangling.
30893
30894Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30895
30896 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
30897 pmi variable from gdb.t20/gdbme to get optimized away.
30898 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
30899 Check for written corefile upon timeout _and_ eof.
30900
30901Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30902
30903 * config/unix-gdb.exp: Add missing return 0.
30904
30905Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30906
30907 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
30908 test termination.
30909
30910Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
30911
30912 * configure.in (subdirs): Put back gdb.t17 which mysteriously
30913 disappeared.
30914
30915Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
30916
30917 * gdb.t10/crossload.exp: Disable the i860-elf test until such
30918 time as i860 support works.
30919
d63a86f8 30920 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
30921 "backtrace 100\r" rather than just "backtrace\r", to match last
30922 change.
30923
30924Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
30925
30926 * config/udi-gdb.exp (gdb_exit): Remove close command.
30927 (gdb_target_udi): New procedure to set the UDI target.
30928 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
30929 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
30930 Added waits for prompts after several question responses. Added
30931 some more responses used by a29k-amd-udi-gdb.
30932 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
30933 pass different arguments, restart UDI connection after program
30934 completion.
30935 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
30936 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
30937 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
30938 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
30939 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
30940 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
30941 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
30942 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
30943 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
30944 after program completion.
30945 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
30946 compiled with a SELECT_VECS setting.
30947 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
30948 infinite recursion.
30949
30950 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
30951 Added checks for COFF results, and made them expected failures for
30952 all targets. It would be better to make them expected failures
30953 for COFF targets only.
30954
30955Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
30956
30957 * Makefile.in: add null dvi target, don't bother to recurse
30958 through test directories for info and install-info; rename
30959 $(datadir) to be dejagnu instead of deja-gnu
30960
30961Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
30962
30963 * gdb.t31/gdbme.ch: Re-enable code that previously caused
30964 compiler to coredump.
30965 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
30966 code.
30967
30968Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
30969
30970 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
30971 coredump.
30972 * gdb.t31/chillvars.exp: Comment out tests that depend on that
30973 code.
30974
30975Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
30976
30977 * gdb.t03/ptype.exp: tests for return code from gdb_test.
30978 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
30979 which in a shell. Deletes xgdb when done.
30980 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
30981 Tests the return from the "set height" or "set width" commands.
30982 Added a few return codes where needed.
30983
30984Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
30985
30986 * Makefile.in (SUBDIRS): Add gdb.t17.
30987 * configure.in (subdirs): Add gdb.t17.
30988 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
30989 files to test gdb's calling of functions in the inferior with
30990 the correct arguments and gdb's ability to retrieve any
30991 result returned.
30992
30993Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
30994
30995 * config/unix-gdb.exp (gdb_exit): Remove close commands that
30996 may be called after gdb goes away. Previous versions of expect
30997 needed these to avoid file descriptor leaks, but they cause
30998 errors with the current revision of expect.
30999 * gdb.t00/gdbvars.exp: Use -re on expected output after
31000 setting sevenbit-strings.
31001 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
31002 to set sevenbit-strings consistent across tests.
31003 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
31004 set sevenbit-strings consistent across tests.
31005
31006Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
31007
31008 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
31009 expected output to match current "expect" expectations.
31010
31011Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
31012
31013 * gdb.t00/default.exp: Change expected output for default "source"
31014 command, to match new gdb behavior which requires a filename to
31015 source.
31016
31017Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
31018
31019 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
31020 expected fail for i486-*-* that misses the marker2 function.
31021 * gdb.t10/crossload.exp (bfddefault): Allow successful
31022 recognition of a format to pass even if no symbols are found.
31023 Explicitly catch failures where the format is not recognized
31024 or is ambiguous, and add the reason to the fail message.
31025 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
31026 the cause is and invalid target and add reason to failure message.
31027 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
31028 elf32-i386, elf32-sparc, and elf32-i860.
31029 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
31030 Set up expected failure for 'filename'::variable scope resolution,
31031 which is now apparently broken on all targets.
31032 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
31033 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
31034 gdb.t23/templates.exp: Change failure for missing binfile into
31035 just a warning.
31036 gdb.t21/demangle.exp: Change all cfront references to 'arm'
31037 references.
31038
31039Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
31040
31041 * gdb.t00/default.exp: Add expected output for default "source"
31042 command, to match new gdb behavior.
31043 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
31044
31045Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
31046
31047 * config/*-gdb.exp: returns an error, rather than exiting on
31048 internal errors.
31049
31050Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
31051
31052 * gdb.t03/gdbme.c: Add pointer to struct variable.
31053 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
31054 referencing struct members.
31055
31056Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
31057
31058 * configure.in (mips-idt-ecoff): New target.
31059 * config/mips-gdb.exp: New file for remote board using MIPS remote
31060 debugging protocol.
31061
31062 * Redid configuration scheme. Removed gdb.t*/configure.in.
31063 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
31064 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
31065 distclean targets. Built executables via .o files. Adjusted
31066 tests to account for source files in $(srcdir) rather than
31067 $(objdir).
31068 * lib/gdb.exp (runto): Don't expect () after the function name,
31069 because it may have arguments.
31070
31071Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
31072
31073 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
31074 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
31075 expected failures for mips-idt-* and mips-sgi-*.
31076 * gdb.t00/default.exp (attach): Kill process if requested.
31077 * gdb.t00/help.exp (help target core, help target): Accept a gdb
31078 that does not read core files.
31079 * gdb.t01/run.exp: Removed checks for exit status code.
31080 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
31081 it is linked in.
31082 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
31083 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
31084 appropriate, rather than doing it by hand.
31085 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
31086 execution.
31087 * gdb.t10/crossload.exp: Kill existing program if needed.
31088 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
31089 appropriate, rather than doing it by hand. Always increase
31090 timeout for this test, not just for VxWorks.
31091
31092Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
31093
31094 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
31095 of Chill STRUCT types and STRUCT values.
31096 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
31097 than "char".
31098 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 31099 struct2): New struct definitions and initializations to test
c906108c
SS
31100 simple Chill STRUCT types.
31101
31102Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
31103
31104 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
31105 the null byte at the end of strings.
31106 * gdb.t00/default.exp: Make show version insensitive to copyright
31107 date.
31108 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
31109 to avoid dependencies on target char signedness.
31110 * gdb.t16/printcmds.exp: Update expected results for explicitly
31111 unsigned char.
31112 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
31113 now work.
31114 * gdb.t21/demangle.exp: Add many more patterns for template
31115 demangling, most of them being expected failures.
31116 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
31117 string we are matching for, to match on the whole string.
31118 * gdb.t21/demangle.exp: Add many new test strings to demangle,
31119 and fix a whole bunch that had incorrect expected output but were
31120 passing anyway because of the bug in "proc demangle".
31121 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
31122 type.
31123 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
31124
31125Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
31126
a9c64011
AS
31127 * gdb/testsuite: made modifications to testcases, etc., to allow
31128 them to work properly given the reorganization of deja-gnu and the
31129 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
31130
31131Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
31132
31133 * gdb/testsuite: Initial creation of gdb/testsuite.
31134 Migrated dejagnu testcases and support files for testing nm to
31135 gdb/testsuite from deja-gnu. These files were moved "as is"
31136 with no modifications. This migration is part of a major overhaul
31137 of dejagnu. The modifications to these testcases, etc., which
31138 will allow them to work with the new version of dejagnu will be
31139 made in a future update.
48efe704 31140
8d8cb839 31141 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 31142\f
8d8cb839
EZ
31143;; Local Variables:
31144;; mode: change-log
31145;; left-margin: 8
31146;; fill-column: 74
31147;; version-control: never
31148;; End:
902f2ccb 31149
28e7fd62 31150 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
31151 Copying and distribution of this file, with or without modification,
31152 are permitted provided the copyright notice and this notice are preserved.