]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
testsuite: tcl exec& -> 'kill -9 $pid' is racy (attach-many-short-lived-thread.exp...
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-07-31 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
4 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5 kill_wait_spawned_process instead of explicit "kill -9".
6 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
7 returning a spawn id instead of a pid. Use spawn_id_get_pid and
8 kill_wait_spawned_process.
9 * gdb.base/attach-twice.exp: Likewise.
10 * gdb.base/attach.exp: Likewise.
11 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12 gdb_test_multiple.
13 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15 kill_wait_spawned_process.
16 * gdb.base/valgrind-infcall.exp: Likewise.
17 * gdb.multi/multi-attach.exp: Likewise.
18 * gdb.python/py-prompt.exp: Likewise.
19 * gdb.python/py-sync-interp.exp: Likewise.
20 * gdb.server/ext-attach.exp: Likewise.
21 * gdb.threads/attach-into-signal.exp (corefunc): Use
22 spawn_wait_for_attach, spawn_id_get_pid and
23 kill_wait_spawned_process.
24 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
25 spawn_wait_for_attach returning a spawn id instead of a pid. Use
26 spawn_id_get_pid and kill_wait_spawned_process.
27 * gdb.threads/attach-stopped.exp (corefunc): Use
28 spawn_wait_for_attach, spawn_id_get_pid and
29 kill_wait_spawned_process.
30 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
31 Use spawn_id_get_pid. Wait for spawn id after eof. Use
32 kill_wait_spawned_process instead of explicit "kill -9".
33 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
34 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
35 (spawn_wait_for_attach): Use spawn instead of exec to spawn
36 processes. Don't map cygwin/windows pids here. Now returns a
37 spawn id list.
38
39 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
40
41 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
42 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
43 correct patch.
44
45 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
46
47 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
48
49 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
50
51 Reapply:
52 2014-05-21 Mark Wielaard <mjw@redhat.com>
53
54 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
55
56 2015-07-30 Pedro Alves <palves@redhat.com>
57
58 * linux-low.c (handle_extended_wait): Set the child's last
59 reported status to TARGET_WAITKIND_STOPPED.
60
61 2015-07-30 Pedro Alves <palves@redhat.com>
62
63 PR threads/18600
64 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
65 only shows inferior 1.
66
67 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
68 Pedro Alves <palves@redhat.com>
69
70 PR threads/18600
71 * gdb.threads/fork-plus-threads.c: New file.
72 * gdb.threads/fork-plus-threads.exp: New file.
73
74 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
75
76 * gdb.base/batch-preserve-term-settings.exp
77 (test_terminal_settings_preserved_after_cli_exit): Use
78 send_quit_command.
79
80 2015-07-29 Pedro Alves <palves@redhat.com>
81 Don Breazeal <donb@codesourcery.com>
82
83 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
84 output from both inferior_spawn_id and gdb_spawn_id.
85
86 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
87
88 * gdb.threads/attach-into-signal.exp (corefunc): Use
89 with_test_prefix on nested loops, uniquefying the test messages.
90
91 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
92
93 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
94 commit.
95
96 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
97
98 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
99 New proc.
100 (test_terminal_settings_preserved_after_sigterm): New test.
101
102 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
103
104 * gdb.base/batch-preserve-term-settings.exp
105 (test_terminal_settings_preserved_after_cli_exit): New test.
106
107 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
108
109 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
110 manipulation of saved_gdbflags.
111 (test_terminal_settings_preserved): Remove global declaration of
112 the unused variable pagination_prompt. Remove manipulation of
113 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
114 GDBFLAGS.
115
116 2015-07-29 Pedro Alves <palves@redhat.com>
117
118 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
119
120 2015-07-29 Pedro Alves <palves@redhat.com>
121
122 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
123 at the top.
124
125 2015-07-29 Pedro Alves <palves@redhat.com>
126
127 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
128 (main): Call gdb_unbuffer_output.
129 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
130 (main): Call gdb_unbuffer_output.
131 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
132 (main): Call gdb_unbuffer_output.
133 * gdb.base/call-strs.exp: Adjust to step over the
134 gdb_unbuffer_output call.
135 * gdb.base/catch-gdb-caused-signals.c: Include
136 "../lib/unbuffer_output.c".
137 (main): Call gdb_unbuffer_output.
138 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
139 (main): Call gdb_unbuffer_output.
140 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
141 (main): Call gdb_unbuffer_output.
142 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
143 (main): Call gdb_unbuffer_output.
144 * gdb.base/shlib-call.exp: Adjust to step over the
145 gdb_unbuffer_output call.
146 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
147 (main): Call gdb_unbuffer_output.
148 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
149 (main): Call gdb_unbuffer_output.
150 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
151 (main): Rename to ...
152 (test): ... this.
153 (main): Reimplement.
154 * gdb.base/varargs.exp: Run to test instead of to main.
155 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
156 (main): Call gdb_unbuffer_output.
157
158 2015-07-29 Pedro Alves <palves@redhat.com>
159
160 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
161 factore out from mi_continue_dprintf. For call-style dprintfs,
162 expect dprintf output out of $inferior_spawn_id.
163 (mi_continue_dprintf): Use mi_expect_dprintf.
164 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
165 (main): Call gdb_unbuffer_output.
166
167 2015-07-29 Pedro Alves <palves@redhat.com>
168
169 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
170 (default_mi_gdb_start): Set inferior_spawn_id instead of
171 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
172 gdb_spawn_id.
173 (mi_gdb_test): Always expect inferior output from both
174 $inferior_spawn_id and $gdb_spawn_id.
175
176 2015-07-29 Pedro Alves <palves@redhat.com>
177
178 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
179 send_inferior and $inferior_spawn_id.
180
181 2015-07-29 Pedro Alves <palves@redhat.com>
182
183 * gdb.gdb/complaints.exp (test_initial_complaints)
184 (test_serial_complaints, test_short_complaints): Use
185 gdb_test_stdio.
186 (test_empty_complaint): Handle $inferior_spawn_id !=
187 $gdb_spawn_id.
188
189 2015-07-29 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/varargs.exp: Use gdb_test_stdio.
192
193 2015-07-29 Pedro Alves <palves@redhat.com>
194
195 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
196
197 2015-07-29 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/ending-run.exp: Use gdb_test_stdio.
200
201 2015-07-29 Pedro Alves <palves@redhat.com>
202
203 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
204 parameter into two new parameters, "inf_result" and "gdb_result".
205 Expect inferior output and gdb output from $inferior_spawn_id and
206 $gdb_spawn_id, respectively. Adjust all callers.
207
208 2015-07-29 Pedro Alves <palves@redhat.com>
209
210 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
211 of gdb_test_sequence.
212
213 2015-07-29 Pedro Alves <palves@redhat.com>
214
215 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
216 (saw_spurious_output): Expect inferior output from
217 $inferior_spawn_id. Use gdb_test_stdio.
218
219 2015-07-29 Pedro Alves <palves@redhat.com>
220
221 * gdb.base/dprintf.exp: Use standard_testfile. Change
222 prepare_for_testing call.
223 (srcfile): Don't set.
224 (restart): New procedure.
225 (test_dprintf): New procecure, use to continue over dprintfs.
226 (test_call, test_agent): New procedures, tests moved here.
227 Restart gdb and recreate dprintfs. Adjust expected output.
228
229 2015-07-29 Pedro Alves <palves@redhat.com>
230
231 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
232
233 2015-07-29 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
236
237 2015-07-29 Pedro Alves <palves@redhat.com>
238
239 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
240 gdb_test_stdio.
241
242 2015-07-29 Pedro Alves <palves@redhat.com>
243
244 * lib/gdb.exp (gdb_test_stdio): New procedure.
245
246 2015-07-29 Pedro Alves <palves@redhat.com>
247
248 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
249
250 2015-07-29 Pedro Alves <palves@redhat.com>
251
252 * gdb.base/call-signal-resume.exp: Remove check for
253 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
254 * gdb.base/unwindonsignal.exp: Likewise.
255 * gdb.base/call-signals.c (gen_signal): Remove printf call.
256 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
257
258 2015-07-29 Pedro Alves <palves@redhat.com>
259
260 * gdb.base/siginfo-addr.c (pass): New function.
261 (handler): Call it iff si_addr is correct.
262 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
263 Set a breakpoint at "pass" and continue to it.
264
265 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
266
267 * gdb.python/py-objfile.exp: Make some tests have unique names.
268 * gdb.python/py-pp-registration.exp: Likewise.
269
270 2015-07-28 Pedro Alves <palves@redhat.com>
271
272 * gdb.server/server-exec-info.exp: Issue a "disconnect".
273
274 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
275
276 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
277
278 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
279
280 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
281
282 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
283
284 * gdb.base/gdb-sigterm-2.exp: New test.
285
286 2015-07-25 Doug Evans <xdje42@gmail.com>
287
288 Revert:
289 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
290 (workers/%.worker, build-perf): New rule.
291 (GDB_PERFTEST_MODE): New variable.
292 (check-perf): Use it.
293 (clean): Clean up gdb.perf parallel build subdirs.
294 * lib/build-piece.exp: New file.
295 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
296 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
297 name.
298 (standard_temp_file): Ditto.
299 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
300 of $GDB_PARALLEL.
301
302 2015-07-24 Doug Evans <dje@google.com>
303
304 * gdb.perf/README: New file.
305 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
306 * lib/gen-perf-test.exp: New file.
307
308 2015-07-24 Doug Evans <dje@google.com>
309
310 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
311 (PerfTest::startup): New function.
312 (PerfTest::run): Return result of calling body.
313 (PerfTest::assemble): Rewrite.
314 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
315 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
316 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
317 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
318 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
319
320 2015-07-24 Doug Evans <dje@google.com>
321
322 * lib/gdb.exp (clean_restart): Make executable optional.
323
324 2015-07-24 Doug Evans <dje@google.com>
325
326 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
327 compiler_info references.
328 * gdb.cp/temargs.exp: Ditto.
329 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
330 (get_compiler_info): Early exit if already computed. Set compiler_info
331 to "unknown" if there was a problem.
332 (test_compiler_info): Add function comment. Call get_compiler_info.
333
334 2015-07-24 Doug Evans <dje@google.com>
335
336 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
337 (workers/%.worker, build-perf): New rule.
338 (GDB_PERFTEST_MODE): New variable.
339 (check-perf): Use it.
340 (clean): Clean up gdb.perf parallel build subdirs.
341 * lib/build-piece.exp: New file.
342 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
343 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
344 name.
345 (standard_temp_file): Ditto.
346 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
347 of $GDB_PARALLEL.
348
349 2015-07-24 Doug Evans <dje@google.com>
350
351 * lib/future.exp (gdb_default_target_compile): New option
352 "early_flags".
353 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
354 --as-needed.
355
356 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
357
358 * gdb.base/catch-syscall.exp: Call gdb_exit before
359 gdb_skip_xml_test.
360
361 2015-07-24 Pedro Alves <palves@redhat.com>
362
363 * gdb.python/py-events.exp: Accept output between the stop event
364 and the prompt.
365 * gdb.python/py-evsignal.exp: Likewise.
366 * gdb.python/py-evthreads.exp: Likewise.
367
368 2015-07-24 Pedro Alves <palves@redhat.com>
369
370 PR gdb/18717
371 * gdb.threads/non-ldr-exit.c: New file.
372 * gdb.threads/non-ldr-exit.exp: New file.
373
374 2015-07-24 Yao Qi <yao.qi@linaro.org>
375
376 * gdb.server/ext-wrapper.exp: Test --wrapper option when
377 restarting process.
378
379 2015-07-24 Yao Qi <yao.qi@linaro.org>
380
381 * gdb.server/ext-restart.exp: New file.
382
383 2015-07-24 Yao Qi <yao.qi@linaro.org>
384
385 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
386 argument options.
387 * gdb.server/ext-wrapper.exp: New file.
388
389 2015-07-23 Doug Evans <dje@google.com>
390
391 * gdb.dwarf2/dw2-dummy-cu.S: New file.
392 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
393
394 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
395
396 * gdb.ada/var_arr_typedef.exp: New testcase.
397 * gdb.ada/var_arr_typedef/pack.adb: New file.
398 * gdb.ada/var_arr_typedef/pack.ads: New file.
399 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
400
401 2015-07-20 Joel Brobecker <brobecker@adacore.com>
402
403 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
404
405 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
406
407 * gdb.arch/i386-biarch-core.exp: Replace istarget
408 by "complete set gnutarget". Remove expectation for the "core-file"
409 command.
410
411 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 Revert the previous commit:
414 Tests for validate symbol file using build-id.
415
416 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
417
418 Tests for validate symbol file using build-id.
419 * gdb.base/solib-mismatch-lib.c: New file.
420 * gdb.base/solib-mismatch-libmod.c: New file.
421 * gdb.base/solib-mismatch.c: New file.
422 * gdb.base/solib-mismatch.exp: New file.
423
424 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
425
426 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
427 nios2-*-linux*.
428 * gdb.base/sigbpt.exp (stepi_out): Likewise.
429 * gdb.base/siginfo.exp: Likewise.
430 * gdb.base/sigstep.exp (advance, advancei): Likewise.
431
432 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
433
434 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
435 Move it to ...
436 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
437 ... here.
438 * gdb.trace/range-stepping.exp: Check that the target supports
439 range stepping.
440
441 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
442
443 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
444
445 2015-07-14 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/killed-outside.exp: New file.
448 * gdb.base/killed-outside.c: New file.
449
450 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
451
452 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
453 (n at main): New.
454 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
455
456 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
457
458 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
459 infcall tests instead of setting up for KFAIL.
460
461 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
462
463 * gdb.btrace/record_goto-step.exp: New.
464
465 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
466
467 PR compile/18484
468 * gdb.compile/compile.c (struct struct_type): Add volatile to
469 selffield's type.
470 * gdb.compile/compile.exp
471 (compile code struct_object.selffield = &struct_object): Skip further
472 struct_object tests if this one xfails.
473
474 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
475
476 PR exp/18617
477 * gdb.trace/ax.exp: Add test.
478
479 2015-07-07 Yao Qi <yao.qi@linaro.org>
480
481 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
482 instead of istarget "aarch64*-*-*".
483 * gdb.arch/aarch64-fp.exp: Likewise.
484 * gdb.base/float.exp: Likewise.
485 * gdb.reverse/aarch64.exp: Likewise.
486 * lib/gdb.exp (is_aarch64_target): New proc.
487
488 2015-07-07 Yao Qi <yao.qi@linaro.org>
489
490 * lib/gdb.exp (is_aarch32_target): New proc.
491 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
492 instead of "istarget "arm*-*-*"".
493 * gdb.arch/arm-disp-step.exp: Likewise.
494 * gdb.arch/thumb-bx-pc.exp: Likewise.
495 * gdb.arch/thumb-prologue.exp: Likewise.
496 * gdb.arch/thumb-singlestep.exp: Likewise.
497 * gdb.base/disp-step-syscall.exp: Likewise.
498 * gdb.base/float.exp: Likewise.
499
500 2015-07-07 Yao Qi <yao.qi@linaro.org>
501
502 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
503 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
504
505 2015-07-07 Yao Qi <yao.qi@linaro.org>
506
507 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
508 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
509 if it exists.
510 * gdb.multi/multi-arch.exp: Likewise.
511
512 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
513
514 * gdb.python/py-lazy-string.exp: Add missing parentheses to
515 print.
516
517 2015-07-07 Yao Qi <yao.qi@linaro.org>
518
519 * gdb.arch/thumb-singlestep.exp: Do one more single step.
520
521 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
522
523 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
524 '[' and ']' characters.
525
526 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
527
528 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
529
530 2015-06-29 Pedro Alves <palves@redhat.com>
531
532 PR threads/18127
533 * gdb.threads/hand-call-new-thread.c: New file.
534 * gdb.threads/hand-call-new-thread.c: New file.
535
536 2015-06-26 Keith Seitz <keiths@redhat.com>
537 Doug Evans <dje@google.com>
538
539 PR 16253
540 * gdb.cp/var-tag-2.cc: New file.
541 * gdb.cp/var-tag-3.cc: New file.
542 * gdb.cp/var-tag-4.cc: New file.
543 * gdb.cp/var-tag.cc: New file.
544 * gdb.cp/var-tag.exp: New file.
545
546 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
547
548 * gdb.base/history-duplicates.exp: New test.
549
550 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
551
552 * gdb.base/completion.exp: Test the completion of the "focus"
553 command.
554
555 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
556
557 * gdb.arch/amd64-prologue-skip.S: New file.
558 * gdb.arch/amd64-prologue-skip.exp: New file.
559
560 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
561
562 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
563 is_address_zero_readable check.
564
565 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
566
567 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
568 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
569
570 2015-06-24 Yao Qi <yao.qi@linaro.org>
571
572 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
573 linux targets.
574
575 2015-06-24 Yao Qi <yao.qi@linaro.org>
576
577 * lib/gdb.exp (supports_get_siginfo_type): New proc.
578 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
579 * gdb.base/siginfo-thread.exp: Likewise.
580
581 2015-06-22 Yao Qi <yao.qi@linaro.org>
582
583 * boards/remote-gdbserver-on-localhost.exp: Add comments.
584
585 2015-06-22 Yao Qi <yao.qi@linaro.org>
586
587 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
588 aarch64*-*-*.
589 (skip_hw_watchpoint_tests): Likewise.
590
591 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
592
593 * gdb.base/gdbinit-history.exp: Test the interaction between
594 setting GDBHISTSIZE and setting the history size via .gdbinit.
595
596 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
597
598 PR gdb/16999
599 * gdb.base/gdbhistsize-history.exp: New test.
600
601 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
602
603 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
604 with GDBHISTSIZE.
605 * gdb.base/readline.exp: Likewise.
606
607 2015-06-17 Yao Qi <yao.qi@linaro.org>
608
609 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
610 line.
611
612 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
613
614 * gdb.base/gdbinit-history.exp: Add test case to check that
615 an unlimited history file does not get truncated on exit.
616
617 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
618
619 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
620 (VECTOR): New macro. Use it...
621 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
622 ...for these typedefs.
623 (int8, char1, int1, double1): New typedefs.
624 (struct just_int2, struct two_int2): New structures.
625 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
626 (add_structvecs, add_singlevecs): New functions.
627 (main): Call add_some_intvecs twice.
628 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
629 the compile and exit upon failure. Try compiling for the "native"
630 architecture. Test inferior function calls with vector arguments
631 and vector return value handling with "finish" and "return".
632
633 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
634
635 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
636 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
637 PE file.
638 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
639
640 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
641
642 PR breakpoints/16465
643 * gdb.mi/mi-dprintf-pending.c: New file.
644 * gdb.mi/mi-dprintf-pending.exp: New test.
645 * gdb.mi/mi-dprintf-pendshr.c: New file.
646
647 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
648 Mircea Gherzan <mircea.gherzan@intel.com>
649
650 * gdb.arch/i386-mpx-map.c: New file.
651 * gdb.arch/i386-mpx-map.exp: New File.
652
653 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
654
655 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
656 * gdb.arch/i386-mpx.exp: Indentation fixed.
657
658 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
659
660 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
661 function and improved indentation.
662 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
663 gdb_test_multiple. Added additional tests to skip the test.
664
665 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
666
667 * gdb.arch/i386-avx512.c: Change path in include file.
668 * gdb.arch/i386-avx512.exp: Change include dir path
669 compilation flag.
670 * gdb.arch/i386-mpx.c: Change path in include file.
671 * gdb.arch/i386-mpx.exp: Change include dir path compilation
672 flag.
673
674 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * gdb.compile/compile-print.exp (compile print *vararray@3)
677 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
678
679 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
680
681 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
682 (do not keep jit in memory): ... this.
683 (expect 5): Change it to ...
684 (expect no 5): ... this.
685
686 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
687
688 PR gdb/15564
689 * gdb.mi/mi-detach.exp: New file.
690
691 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
692
693 PR symtab/18392
694 * gdb.arch/amd64-tailcall-self.S: New file.
695 * gdb.arch/amd64-tailcall-self.c: New file.
696 * gdb.arch/amd64-tailcall-self.exp: New file.
697
698 2015-05-28 Don Breazeal <donb@codesourcery.com>
699
700 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
701 tests for remote targets by checking is_target_gdbserver.
702
703 2015-05-27 Doug Evans <dje@google.com>
704
705 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
706 * gdb.dwarf2/opaque-type-lookup.c: New file.
707 * gdb.dwarf2/opaque-type-lookup.exp: New file.
708
709 2015-05-26 Doug Evans <dje@google.com>
710
711 * gdb.cp/iostream.cc: New file.
712 * gdb.cp/iostream.exp: New file.
713
714 2015-05-26 Doug Evans <dje@google.com>
715
716 * gdb.dwarf2/dw2-op-call.exp: Update.
717 * gdb.dwarf2/dw4-sig-types.exp: Update.
718 * gdb.dwarf2/implptr.exp: Update.
719 * gdb.mi/mi-cmd-param-changed.exp: Update.
720
721 2015-05-26 Doug Evans <dje@google.com>
722
723 * gdb.python/py-lazy-string.c: New file.
724 * gdb.python/py-lazy-string.exp: New file.
725 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
726 (main): Update. Add estring3.
727 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
728 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
729
730 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
731 Yao Qi <yao.qi@linaro.org>
732
733 * gdb.reverse/aarch64.c: New.
734 * gdb.reverse/aarch64.exp: New.
735
736 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
737
738 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
739 (supports_reverse): Likewise.
740
741 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
742
743 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
744 Use with_test_prefix.
745
746 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
747
748 * gdb.base/completion.exp: Add test for completion of layout
749 names.
750
751 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * lib/gdb.exp (skip_tui_tests): New proc.
754 * gdb.base/tui-layout.exp: Check skip_tui_tests.
755
756 2015-05-19 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
759 Save the whole env array instead of just HOME. Unset HISTSIZE in
760 the environment while testing. Restore whole environment
761 afterwards.
762
763 2015-05-16 Doug Evans <xdje42@gmail.com>
764
765 * gdb.guile/scm-ports.c: New file.
766 * gdb.guile/scm-ports.exp: Add memory port tests.
767
768 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
769
770 * gdb.compile/compile-print.c: New file.
771 * gdb.compile/compile-print.exp: New file.
772
773 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 * gdb.compile/compile-ops.exp: Cast param to void.
776 * gdb.compile/compile.exp: Complete type for _gdb_expr.
777 (compile code struct_object.selffield = &struct_object): Add xfail.
778
779 2015-05-15 Joel Brobecker <brobecker@adacore.com>
780
781 * gdb.ada/arr_enum_with_gap: New testcase.
782
783 2015-05-15 Joel Brobecker <brobecker@adacore.com>
784
785 * gdb.ada/byte_packed_arr: New testcase.
786
787 2015-05-15 Joel Brobecker <brobecker@adacore.com>
788
789 * gdb.ada/pckd_neg: New testcase.
790
791 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
792
793 PR gdb/17820
794 * gdb.base/gdbinit-history.exp: New test.
795 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
796 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
797
798 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
799
800 * gdb.python/py-xmethods.cc: Enhance test case.
801 * gdb.python/py-xmethods.exp: New tests.
802 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
803 function.
804 (B_indexoper): Likewise.
805 (global_dm_list) : Add new xmethod worker functions.
806
807 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
808
809 * gdb.base/coredump-filter.exp: Correctly unset
810 "coredump_var_addr" array.
811
812 2015-05-08 Pedro Alves <palves@redhat.com>
813
814 * gdb.server/non-existing-program.exp: Unset spawn_id.
815
816 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
817
818 PR python/18291
819 * gdb.python/py-xmethods.exp: Add tests.
820
821 2015-05-08 Yao Qi <yao.qi@linaro.org>
822
823 PR gdb/18208
824 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
825 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
826 function set_coredump_filter, and remove remote_exec call.
827 Remove argument ipid. Callers update.
828 (top level): Don't get inferior's PID.
829
830 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
831
832 * gdb.base/watch_thread_num.exp: Skip test on targets without
833 access watchpoints.
834
835 2015-05-06 Pedro Alves <palves@redhat.com>
836
837 PR server/18081
838 * gdb.server/non-existing-program.exp: New file.
839
840 2015-05-05 Joel Brobecker <brobecker@adacore.com>
841
842 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
843
844 2015-05-05 Joel Brobecker <brobecker@adacore.com>
845
846 * gdb.ada/out_of_line_in_inlined: New testcase.
847
848 2015-05-05 Joel Brobecker <brobecker@adacore.com>
849
850 * gdb.ada/var_rec_arr: New testcase.
851
852 2015-04-30 Yao Qi <yao.qi@linaro.org>
853
854 * gdb.base/break-idempotent.exp: If
855 skip_hw_watchpoint_multi_tests returns true, skip the tests
856 on "rwatch" and "awatch".
857
858 2015-04-30 Yao Qi <yao.qi@linaro.org>
859
860 * gdb.base/relativedebug.exp: Invoke gdb command
861 "info sharedlibrary", and if libc.so doesn't have debug info,
862 skip the test.
863
864 2015-04-29 Doug Evans <dje@google.com>
865
866 * gdb.python/py-xmethods.exp: Add ptype tests.
867 * gdb.python/py-xmethods.py (E_method_char_worker): Add
868 get_result_type method.
869
870 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
871
872 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
873 the target does not support hardware watchpoints.
874
875 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
876
877 * gdb.base/break-always.exp: Abort testing if writing to memory
878 causes an error.
879
880 2015-04-28 Doug Evans <dje@google.com>
881
882 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
883 * gdb.python/py-pp-registration.exp: ... here. New file.
884 * gdb.python/py-pp-registration.c: New file.
885 * gdb.python/py-pp-registration.py: New file.
886
887 2015-04-28 Doug Evans <dje@google.com>
888
889 * gdb.python/py-bad-printers.c: New file.
890 * gdb.python/py-bad-printers.py: New file.
891 * gdb.python/py-bad-printers.exp: New file.
892
893 2015-04-28 Sasha Smundak <asmundak@google.com>
894
895 * gdb.python/py-type.exp: New test.
896
897 2015-04-28 Andy Wingo <wingo@igalia.com>
898
899 * gdb.python/py-parameter.exp:
900 * gdb.guile/scm-parameter.exp: Escape the path that we are
901 matching against, as it might contain characters that are special
902 to regular expressions.
903
904 2015-04-27 Joel Brobecker <brobecker@adacore.com>
905
906 * gdb.ada/rec_comp: New testcase.
907
908 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
909
910 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
911 before using it.
912
913 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
916 new tests for verilog output.
917
918 2015-04-24 Yao Qi <yao.qi@linaro.org>
919
920 * boards/remote-gdbserver-on-localhost.exp: New file.
921
922 2015-04-23 Pedro Alves <palves@redhat.com>
923
924 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
925 $inferior_spawn_id instead of $inferior_spawn_id directly. On
926 "end of file", remove $inferior_spawn_id from the indirect list.
927
928 2015-04-23 Pedro Alves <palves@redhat.com>
929
930 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
931
932 2015-04-23 Pedro Alves <palves@redhat.com>
933
934 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
935 on $any_spawn_id instead of only on $gdb_spawn_id.
936
937 2015-04-21 Pierre Muller <muller@sourceware.org>
938
939 PR pascal/17815
940 * lib/pascal.exp (gpc_compile): Add new option "class".
941 (fpc_compile): Likewise.
942 * gdb.pascal/case-insensitive-symbols.pas: New file.
943 * gdb.pascal/case-insensitive-symbols.exp: New file.
944
945 2015-04-20 Gary Benson <gbenson@redhat.com>
946
947 * gdb.base/attach.exp: Fix three extended remote failures.
948
949 2015-04-17 Gary Benson <gbenson@redhat.com>
950
951 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
952 the main executable over the remote protocol.
953
954 2015-04-16 Pedro Alves <palves@redhat.com>
955
956 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
957 a new gdbserver if gdbserver_reconnect_p is set.
958
959 2015-04-16 Pedro Alves <palves@redhat.com>
960
961 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
962 is set, don't exit gdbserver.
963
964 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
965
966 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
967 appropriate .insn, such that an older assembler can be used.
968 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
969 the z/Architecture instruction set on 31-bit targets as well.
970
971 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
972
973 * gdb.go/handcall.exp: Remove all logic related to the first
974 breakpoint and rely on go_runto_main instead.
975 * gdb.go/strings.exp: Likewise.
976 * gdb.go/unsafe.exp: Likewise.
977 * gdb.go/hello.exp: Likewise. Also rename the remaining
978 breakpoint marker to "breakpoint 1".
979 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
980 * gdb.go/strings.go: Likewise.
981 * gdb.go/unsafe.go: Likewise.
982 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
983 "set breakpoint 2 here" and rename the remaining breakpoint marker
984 to "breakpoint 1".
985
986 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
987
988 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
989 if itertools.imap is not present.
990 * gdb.python/py-objfile.exp: Add parentheses.
991 * gdb.python/py-type.exp: Same.
992 * gdb.python/py-unwind-maint.py: Same.
993
994 2015-04-15 Yao Qi <yao.qi@linaro.org>
995
996 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
997 of ":$ptr_size" and set its form explicitly.
998
999 2015-04-15 Pedro Alves <palves@redhat.com>
1000 Yao Qi <yao.qi@linaro.org>
1001
1002 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1003 timeout by factor of 4.
1004 (test_regular_watch): Likewise.
1005 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
1006 * gdb.reverse/sigall-reverse.exp: Likewise.
1007 * gdb.reverse/until-precsave.exp: Likewise.
1008 * lib/gdb.exp (with_timeout_factor): New proc.
1009 (gdb_expect): Move some code to ...
1010 (get_largest_timeout): ... here. New procedure.
1011
1012 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
1013
1014 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
1015
1016 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1017
1018 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
1019 to write to the .text section.
1020
1021 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
1022
1023 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
1024 Handle the case of targets that do not provide PID information.
1025
1026 2015-04-13 Yao Qi <yao.qi@linaro.org>
1027
1028 * lib/gdbserver-support.exp (gdb_exit): Catch exception
1029 and use expect instead of gdb_expect.
1030
1031 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
1032
1033 * gdb.base/coredump-filter.exp: Rename variable "addr" to
1034 "coredump_var_addr" to avoid naming conflict with other testcases.
1035
1036 2015-04-10 Pedro Alves <palves@redhat.com>
1037
1038 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
1039 gdb_test_sequence and gdb_assert.
1040
1041 2015-04-10 Pedro Alves <palves@redhat.com>
1042
1043 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
1044 test messages that don't include the breakpoint address.
1045
1046 2015-04-10 Yao Qi <yao.qi@linaro.org>
1047
1048 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1049 false for some offset and width combinations which aren't
1050 supported by linux kernel.
1051
1052 2015-04-10 Pedro Alves <palves@redhat.com>
1053
1054 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1055 procedure, factored out from ...
1056 (top level): ... here. Add "set displaced-stepping" testing axis.
1057 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1058 parameter "displaced". Use it.
1059 (top level): Use foreach and add "set displaced-stepping" testing
1060 axis.
1061
1062 2015-04-10 Pedro Alves <palves@redhat.com>
1063
1064 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1065 Remove comment.
1066 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1067 both the address of the instruction that triggers the watchpoint
1068 and the address of the instruction immediately after, and use
1069 those addresses for the test. Fix comment.
1070
1071 2015-04-10 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.base/sigstep.exp (breakpoint_to_handler)
1074 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1075 Test "backtrace" in handler.
1076 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1077 (top level): Add new "displaced" test axis to
1078 breakpoint_to_handler, breakpoint_to_handler_entry and
1079 breakpoint_over_handler.
1080
1081 2015-04-10 Pedro Alves <palves@redhat.com>
1082
1083 PR gdb/18216
1084 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1085
1086 2015-04-10 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1089 (test_add_rn_pc): New function.
1090 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1091 (top level): Invoke test_add_rn_pc.
1092
1093 2015-04-10 Pedro Alves <palves@redhat.com>
1094
1095 PR gdb/13858
1096 * gdb.base/step-over-no-symbols.exp: New file.
1097
1098 2015-04-09 Andy Wingo <wingo@igalia.com>
1099
1100 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1101 after the Python tests.
1102
1103 2015-04-08 Keith Seitz <keiths@redhat.com>
1104
1105 PR python/16699
1106 * gdb.python/py-completion.exp: New tests for completion.
1107 * gdb.python/py-completion.py (CompleteLimit1): New class.
1108 (CompleteLimit2): Likewise.
1109 (CompleteLimit3): Likewise.
1110 (CompleteLimit4): Likewise.
1111 (CompleteLimit5): Likewise.
1112 (CompleteLimit6): Likewise.
1113 (CompleteLimit7): Likewise.
1114
1115 2015-04-08 Pedro Alves <palves@redhat.com>
1116
1117 PR gdb/18214
1118 PR gdb/18216
1119 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1120 function.
1121 (main): Install it as SIGUSR1 handler.
1122 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1123 parameter. Always use "setup" as prefix. Toggle "set
1124 displaced-stepping" off/on depending on global. Don't switch to
1125 thread 1 here.
1126 (top level): Add displaced stepping "off/on" test axis. Update
1127 "setup" calls. Wrap each subtest with with_test_prefix. Test
1128 continuing with a queued signal in each thread.
1129
1130 2015-04-08 Pedro Alves <palves@redhat.com>
1131
1132 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1133 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1134 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1135 Return early if running to main fails.
1136 * gdb.trace/while-stepping.exp: Likewise.
1137
1138 2015-04-07 Pedro Alves <palves@redhat.com>
1139
1140 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1141 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1142 interact with inferior program.
1143
1144 2015-04-07 Pedro Alves <palves@redhat.com>
1145
1146 * lib/gdb.exp (inferior_spawn_id): New global.
1147 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1148 spawn id after processing the user code.
1149 (default_gdb_start): Set inferior_spawn_id.
1150 (send_inferior): New procedure.
1151 * lib/gdbserver-support.exp (gdbserver_start): Set
1152 inferior_spawn_id.
1153 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1154
1155 2015-04-07 Pedro Alves <palves@redhat.com>
1156
1157 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1158 * lib/gdbserver-support.exp (gdbserver_start): Make
1159 $server_spawn_id global.
1160 (gdbserver_start): Don't wait for gdbserver's spawn id with
1161 expect_background.
1162 (close_gdbserver): New procedure.
1163 (gdb_exit): Rename the default version and reimplement.
1164
1165 2015-04-07 Pedro Alves <palves@redhat.com>
1166
1167 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1168 append the substituted item, not the original item.
1169
1170 2015-04-07 Pedro Alves <palves@redhat.com>
1171
1172 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1173 gdb_expect.
1174
1175 2015-04-07 Pedro Alves <palves@redhat.com>
1176
1177 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1178 output appearing once only.
1179
1180 2015-04-07 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1183 that doesn't expect anything. Return early if running to main
1184 fails.
1185
1186 2015-04-07 Yao Qi <yao.qi@linaro.org>
1187
1188 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1189 (child_function): Call alarm.
1190 (main): Move call to alarm into the loop.
1191 * gdb.threads/non-stop-fair-events.exp: Build program with
1192 -DTIMEOUT=$timeout.
1193
1194 2015-04-06 Doug Evans <xdje42@gmail.com>
1195
1196 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1197 Fix dest parameter to board_info.
1198 (fpc_compile): Ditto.
1199 (gdb_compile_pascal): Rename dest arg to destfile.
1200
1201 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1202
1203 * gdb.ada/funcall_ref.exp: New file.
1204 * gdb.ada/funcall_ref/foo.adb: New file.
1205
1206 2015-04-02 Yao Qi <yao.qi@linaro.org>
1207
1208 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1209 is remote.
1210
1211 2015-04-02 Gary Benson <gbenson@redhat.com>
1212
1213 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1214
1215 2015-04-01 Sasha Smundak <asmundak@google.com>
1216
1217 * gdb.python/py-unwind-maint.c: New file.
1218 * gdb.python/py-unwind-maint.exp: New test.
1219 * gdb.python/py-unwind-maint.py: New file.
1220 * gdb.python/py-unwind.c: New file.
1221 * gdb.python/py-unwind.exp: New test.
1222 * gdb.python/py-unwind.py: New test.
1223
1224 2015-04-01 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1227 to fail instead of non-existent $test.
1228
1229 2015-04-01 Pedro Alves <palves@redhat.com>
1230
1231 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1232 GDBFLAGS if not empty.
1233
1234 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1235
1236 * gdb.ada/complete.exp: Remove "multi_line".
1237 * gdb.ada/info_exc.exp: Remove "multi_line".
1238 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1239 * gdb.ada/ptype_field.exp: Remove "multi_line".
1240 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1241 * gdb.ada/tagged.exp: Remove "multi_line".
1242 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1243 [multi_line ...]
1244 * gdb.btrace/delta.exp: Likewise.
1245 * gdb.btrace/exception.exp: Likewise.
1246 * gdb.btrace/function_call_history.exp: Likewise.
1247 * gdb.btrace/instruction_history.exp: Likewise.
1248 * gdb.btrace/nohist.exp: Likewise.
1249 * gdb.btrace/record_goto.exp: Likewise.
1250 * gdb.btrace/segv.exp: Likewise.
1251 * gdb.btrace/stepi.exp: Likewise.
1252 * gdb.btrace/tailcall.exp: Likewise.
1253 * gdb.btrace/unknown_functions.exp: Likewise.
1254 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1255 * lib/gdb.exp: Add the "multi_line" helper.
1256
1257 2015-04-01 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.threads/tid-reuse.c: New file.
1260 * gdb.threads/tid-reuse.exp: New file.
1261
1262 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1263
1264 PR corefiles/16092
1265 * gdb.base/coredump-filter.c: New file.
1266 * gdb.base/coredump-filter.exp: Likewise.
1267
1268 2015-03-27 Petr Machata <pmachata@redhat.com>
1269
1270 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1271 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1272 (Dwarf::assemble): Initialize them.
1273 (Dwarf::lines): New function.
1274
1275 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1276
1277 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1278 SYMBOL_PREFIX for x86_64-*-cygwin.
1279
1280 2015-03-26 Andy Wingo <wingo@igalia.com>
1281
1282 PR symtab/18148
1283 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1284 const_value but not a location.
1285 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1286 location defined in non-main CUs are visible.
1287
1288 2015-03-26 Yao Qi <yao.qi@linaro.org>
1289
1290 PR testsuite/18139
1291 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1292 Add a line number entry for the same line.
1293 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1294 Add a line number entry for the same line.
1295
1296 2015-03-26 Yao Qi <yao.qi@linaro.org>
1297
1298 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1299 .int 0.
1300 (func): Likewise. Add .Lfunc_1 label.
1301 Use .Lfunc_1 label.
1302 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1303 .int 0.
1304 (func): Likewise.
1305 Use .Lfunc_1 label.
1306
1307 2015-03-26 Yao Qi <yao.qi@linaro.org>
1308
1309 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1310 Call gdb_compile instead to compile each .s files without debug
1311 information.
1312
1313 2015-03-26 Yao Qi <yao.qi@linaro.org>
1314
1315 * gdb.base/savedregs.exp (process_saved_regs): Make
1316 "Saved registers:" optional in the pattern.
1317
1318 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1319
1320 * gdb.btrace/next.exp: Merged into step.exp.
1321 * gdb.btrace/finish.exp: Merged into step.exp.
1322 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1323 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1324 "record goto" and checking the exact replay position.
1325 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1326 check for "Recording format" in "info record" output.
1327 * gdb.btrace/record_goto.exp: Choose test file based on target.
1328 * gdb.btrace/x86-record_goto.S: Renamed into ...
1329 * gdb.btrace/x86_64-record_goto.S: ... this.
1330 * gdb.btrace/i686-record_goto.S: New.
1331 * gdb.btrace/x86-tailcall.S: Renamed into ...
1332 * gdb.btrace/x86_64-tailcall.S: ... this.
1333 * gdb.btrace/i686-tailcall.S: New.
1334 * gdb.btrace/x86-tailcall.c: Renamed into ...
1335 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1336 separate statements. Update test.
1337 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1338 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1339 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1340 * gdb.btrace/tailcall.exp: Choose test file based on target.
1341 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1342
1343 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1344
1345 * gdb.btrace/exception.exp: Increase BTS buffer size.
1346
1347 2015-03-24 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1350
1351 2015-03-24 Pedro Alves <palves@redhat.com>
1352
1353 * gdb.threads/schedlock.exp (test_step): No longer expect that
1354 "set scheduler-locking step" with "next" over a function call runs
1355 threads unlocked.
1356
1357 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1358
1359 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1360
1361 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1362
1363 PR breakpoints/16466
1364 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1365 * gdb.mi/mi-pending.c (thread_func): New function.
1366 (int main): Add threading support required.
1367 * gdb.mi/mi-pending.exp: Add tests for this issue.
1368 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1369 (pendfunc2): Remove stdio dependency.
1370 * gdb.mi/mi-pendshr2.c: New file.
1371
1372 2015-03-23 Keith Seitz <keiths@redhat.com>
1373
1374 * gdb.linespec/keywords.c: New file.
1375 * gdb.linespec/keywords.exp: New file.
1376
1377 2015-03-23 Keith Seitz <keiths@redhat.com>
1378
1379 PR gdb/18021
1380 * gdb.dwarf2/staticvirtual.exp: New test.
1381
1382 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1383
1384 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1385 * README: Remove HP-UX and gdb.hp.
1386 (configuration):
1387 * configure: Regenerate.
1388 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1389 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1390 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1391 gdb.hp/gdb.defects/Makefile.
1392 * gdb.hp/Makefile.in: File deleted.
1393 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1394 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1395 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1396 * gdb.hp/gdb.aCC/run.c: File deleted.
1397 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1398 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1399 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1400 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1401 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1402 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1403 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1404 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1405 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1406 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1407 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1408 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1409 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1410 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1411 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1412 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1413 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1414 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1415 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1416 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1417 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1418 * gdb.hp/gdb.compat/average.c: File deleted.
1419 * gdb.hp/gdb.compat/sum.c: File deleted.
1420 * gdb.hp/gdb.compat/xdb.c: File deleted.
1421 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1422 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1423 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1424 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1425 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1426 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1427 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1428 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1429 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1430 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1431 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1432 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1433 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1434 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1435 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1436 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1437 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1438 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1439 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1440 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1441 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1442 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1443 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1444 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1445 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1446 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1447 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1448 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1449 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1450 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1451 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1452 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1453 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1454 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1455 * gdb.hp/tools/odump: File deleted.
1456
1457 2015-03-19 Pedro Alves <palves@redhat.com>
1458
1459 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1460 (saw_thread_3): New globals.
1461 (top level): Increment them when an event for the corresponding
1462 thread is seen.
1463 (no thread starvation): New test.
1464
1465 2015-03-19 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.threads/continue-pending-status.c: New file.
1468 * gdb.threads/continue-pending-status.exp: New file.
1469
1470 2015-03-18 Pedro Alves <palves@redhat.com>
1471
1472 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1473 Use gdb_is_target_remote instead of is_remote. Use
1474 gdb_test_multiple instead of gdb_expect. Exit early if
1475 gdb_test_multiple hits its internal matches. Tighten stepi tests
1476 expected output. Fail on exit with any signal, instead of just
1477 SIGILL.
1478
1479 2015-03-18 Yao Qi <yao.qi@linaro.org>
1480
1481 PR tdep/18107
1482 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1483 variable.
1484 * gdb.base/catch-syscall.exp: Don't skip it on
1485 aarch64*-*-linux* target. Remove elements in all_syscalls.
1486 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1487 target.
1488 (setup_all_syscalls): New proc.
1489
1490 2015-03-16 Yao Qi <yao.qi@linaro.org>
1491
1492 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1493 (top level): Skip tests if valid_addr_p returns false for
1494 $cmd1 or $cmd2.
1495
1496 2015-03-11 Andy Wingo <wingo@igalia.com>
1497
1498 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1499
1500 2015-03-11 Yao Qi <yao.qi@linaro.org>
1501
1502 * gdb.base/catch-syscall.exp: Fix typo in comments.
1503
1504 2015-03-11 Yao Qi <yao.qi@linaro.org>
1505
1506 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1507
1508 2015-03-09 Pedro Alves <palves@redhat.com>
1509
1510 * dg-extract-results.py: Delete.
1511
1512 2015-03-09 Pedro Alves <palves@redhat.com>
1513
1514 Merge dg-extract-results.sh from GCC upstream (r218843).
1515
1516 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1517 * dg-extract-results.sh: Use --text with grep to avoid issues with
1518 binary files. Fall back to cat -v, if that doesn't work.
1519
1520 2015-03-05 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1523
1524 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1525
1526 * lib/mi-support.exp (mi_expect_interrupt): Accept
1527 alternative event for when in all-stop mode.
1528
1529 2015-03-04 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1532
1533 2015-03-04 Mark Kettenis <kettenis@gnu.org>
1534
1535 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1536
1537 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1538
1539 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1540 regexps for GDB's current line display, accept a hex address
1541 preceding the line number.
1542
1543 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1544
1545 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1546 the 'arch1' variable for "s390*-linux*" targets.
1547
1548 2015-03-04 Pedro Alves <palves@redhat.com>
1549
1550 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1551 (main): Pass missing retval argument to pthread_join call.
1552
1553 2015-03-02 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1556 (top level): Call do_test with non-stop as well.
1557
1558 2015-03-02 Pedro Alves <palves@redhat.com>
1559
1560 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1561 -1.
1562
1563 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1564
1565 * gdb.arch/s390-vregs.exp: New test.
1566 * gdb.arch/s390-vregs.S: New file.
1567
1568 2015-02-27 Pedro Alves <palves@redhat.com>
1569
1570 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1571 call to catch_command_errors.
1572 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1573 catch_command_errors.
1574
1575 2015-02-27 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1578 "true" for boolean result.
1579 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1580 prototype of main.
1581
1582 2015-02-27 Pedro Alves <palves@redhat.com>
1583
1584 * lib/unbuffer_output.c: New file.
1585 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1586 (main): Call gdb_unbuffer_output.
1587
1588 2015-02-27 Yao Qi <yao.qi@linaro.org>
1589
1590 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1591 target.
1592
1593 2015-02-26 Doug Evans <dje@google.com>
1594
1595 * gdb.cp/class2.cc (Dbase, D): New classes.
1596 (main): New local delta.
1597 * gdb.cp/class2.exp: Test printing delta.
1598 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1599 (dynbar): New global.
1600 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1601
1602 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1603
1604 * gdb.compile/compile-ifunc.c: New file.
1605 * gdb.compile/compile-ifunc.exp: New file.
1606
1607 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1608
1609 * gdb.base/structs.exp: Check for correct struct on finish.
1610
1611 2015-02-26 Yao Qi <yao.qi@linaro.org>
1612
1613 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1614 is zero.
1615
1616 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1617
1618 * gdb.arch/cordic.ko.bz2: New file.
1619 * gdb.arch/cordic.ko.debug.bz2: New file.
1620 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1621
1622 2015-02-25 Yao Qi <yao.qi@linaro.org>
1623
1624 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1625 aarch64*-*-* target.
1626
1627 2015-02-23 Pedro Alves <palves@redhat.com>
1628
1629 * lib/gdb.exp (delete_breakpoints): Rewrite using
1630 gdb_test_multiple.
1631
1632 2015-02-23 Pedro Alves <palves@redhat.com>
1633
1634 * gdb.base/info-os.c: Include stdlib.h.
1635
1636 2015-02-22 Doug Evans <xdje42@gmail.com>
1637
1638 PR symtab/17855
1639 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1640 is read after symbols have been re-read.
1641 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1642 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1643
1644 2015-02-21 Doug Evans <dje@google.com>
1645
1646 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1647
1648 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1649
1650 PR corefiles/17808
1651 * gdb.arch/i386-biarch-core.core.bz2: New file.
1652 * gdb.arch/i386-biarch-core.exp: New file.
1653
1654 2015-02-21 Pedro Alves <palves@redhat.com>
1655
1656 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1657 runto_main fails.
1658
1659 2015-02-20 Pedro Alves <palves@redhat.com>
1660
1661 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1662 info probes.
1663
1664 2015-02-20 Pedro Alves <palves@redhat.com>
1665
1666 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1667
1668 2015-02-20 Pedro Alves <palves@redhat.com>
1669
1670 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1671 clean_restart before gdb_target_supports_trace.
1672
1673 2015-02-20 Pedro Alves <palves@redhat.com>
1674
1675 PR threads/18006
1676 * gdb.threads/clone-thread_db.c: New file.
1677 * gdb.threads/clone-thread_db.exp: New file.
1678
1679 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1680
1681 PR breakpoints/16812
1682 * gdb.base/catch-gdb-caused-signals.c: New file.
1683 * gdb.base/catch-gdb-caused-signals.exp: New file.
1684
1685 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1686
1687 * configure: Regenerated.
1688 * configure.ac: Use GDB_AC_TRANSFORM.
1689 * aclocal.m4: sinclude ../transform.m4.
1690
1691 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1692
1693 * lib/dtrace.exp: New file.
1694 * gdb.base/dtrace-probe.exp: Likewise.
1695 * gdb.base/dtrace-probe.d: Likewise.
1696 * gdb.base/dtrace-probe.c: Likewise.
1697 * lib/pdtrace.in: Likewise.
1698 * configure.ac: Output variables with the transformed names of
1699 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1700 * configure: Regenerated.
1701
1702 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1703
1704 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1705 expected message when trying to access $_probe_* convenience
1706 variables while not on a probe.
1707
1708 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1709
1710 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1711
1712 2015-02-11 Pedro Alves <pedro@codesourcery.com>
1713
1714 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1715 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1716
1717 2015-02-10 Doug Evans <xdje42@gmail.com>
1718
1719 * lib/gdb.exp (gdb_load): Always return a result.
1720
1721 2015-02-10 Pedro Alves <palves@redhat.com>
1722
1723 * gdb.threads/signal-sigtrap.c: New file.
1724 * gdb.threads/signal-sigtrap.exp: New file.
1725
1726 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1727
1728 * gdb.trace/no-attach-trace.c: New file.
1729 * gdb.trace/no-attach-trace.exp: New file.
1730
1731 2015-02-09 Mark Wielaard <mjw@redhat.com>
1732
1733 * gdb.dwarf2/atomic.c: New file.
1734 * gdb.dwarf2/atomic-type.exp: Likewise.
1735
1736 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1737
1738 * gdb.btrace/buffer-size.exp: Update "info record" output.
1739 * gdb.btrace/delta.exp: Update "info record" output.
1740 * gdb.btrace/enable.exp: Update "info record" output.
1741 * gdb.btrace/finish.exp: Update "info record" output.
1742 * gdb.btrace/instruction_history.exp: Update "info record" output.
1743 * gdb.btrace/next.exp: Update "info record" output.
1744 * gdb.btrace/nexti.exp: Update "info record" output.
1745 * gdb.btrace/step.exp: Update "info record" output.
1746 * gdb.btrace/stepi.exp: Update "info record" output.
1747 * gdb.btrace/nohist.exp: Update "info record" output.
1748
1749 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1750
1751 * gdb.btrace/buffer-size: New.
1752
1753 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1754
1755 * gdb.btrace/delta.exp: Update "info record" output.
1756 * gdb.btrace/enable.exp: Update "info record" output.
1757 * gdb.btrace/finish.exp: Update "info record" output.
1758 * gdb.btrace/instruction_history.exp: Update "info record" output.
1759 * gdb.btrace/next.exp: Update "info record" output.
1760 * gdb.btrace/nexti.exp: Update "info record" output.
1761 * gdb.btrace/step.exp: Update "info record" output.
1762 * gdb.btrace/stepi.exp: Update "info record" output.
1763 * gdb.btrace/nohist.exp: Update "info record" output.
1764
1765 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1766
1767 PR gdb/15678
1768 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1769
1770 2015-02-06 Pedro Alves <palves@redhat.com>
1771
1772 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1773 macro.
1774 (seconds_left, again): New globals.
1775 (main): Wait seconds_left in a 1-second sleep loop instead of
1776 sleeping 180 seconds. If 'again' is set, reset the seconds
1777 counter.
1778 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1779 'again' in the inferior before detaching. Print the seconds left.
1780 (options): New global.
1781 (top level): Build program with -DTIMEOUT=$timeout.
1782
1783 2015-02-06 Pedro Alves <palves@redhat.com>
1784
1785 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1786 determine how many seconds to pass to 'alarm'.
1787 * gdb.base/gdb-sigterm.exp (top level): Build program with
1788 -DTIMEOUT=$timeout.
1789 (do_test): Return success/failure indication. Add more verbose
1790 logging. Don't fail if 200 single steps are seen. Instead, fail
1791 when the test times out.
1792 (passes): New global.
1793 (top level): Break the testing loop if testing fails on any
1794 iteration. Use gdb_assert.
1795
1796 2015-02-04 Don Breazeal <donb@codesourcery.com>
1797
1798 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1799 and initialize them.
1800 (ipc_cleanup): New function.
1801 (main): Don't declare shmid, semid, and msqid. Add a call to
1802 atexit so that we call ipc_cleanup on exit.
1803
1804 2015-02-04 Pedro Alves <palves@redhat.com>
1805
1806 * boards/native-extended-gdbserver.exp: Remove any target variant
1807 specifications from the board name before clearing the isremote
1808 flag from board_info.
1809
1810 2015-01-31 Doug Evans <xdje42@gmail.com>
1811
1812 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1813
1814 2015-01-31 Gary Benson <gbenson@redhat.com>
1815
1816 * gdb.base/completion.exp: Disable completion limiting for
1817 existing tests. Add new tests to check completion limiting.
1818 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1819
1820 2015-01-31 Doug Evans <xdje42@gmail.com>
1821
1822 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1823
1824 2015-01-31 Doug Evans <xdje42@gmail.com>
1825
1826 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1827 entries. Duplicate file section script entries.
1828 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1829 inlined entries. Add test for safe-path rejection.
1830 * gdb.python/py-section-script.c: Add duplicate inlined section script
1831 entries. Duplicate file section script entries.
1832 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1833 inlined entries. Add test for safe-path rejection.
1834
1835 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1836
1837 * gdb.ada/disc_arr_bound: New testcase.
1838
1839 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.ada/mi_var_array: New testcase.
1842
1843 2015-01-27 Doug Evans <dje@google.com>
1844
1845 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1846 Add test for objfile.filename, objfile.username after objfile
1847 has been unloaded.
1848
1849 2015-01-26 Joel Brobecker <brobecker@adacore.com>
1850
1851 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1852 the second test to print the name attribute of value
1853 returned by the call to gdb.lookup_type, and adjust
1854 the expected output accordingly.
1855
1856 2015-01-25 Mark Wielaard <mjw@redhat.com>
1857
1858 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1859 * gdb.base/disp-step-fork.c: Include unistd.h.
1860 * gdb.base/siginfo-obj.c: Include stdio.h.
1861 * gdb.base/siginfo-thread.c: Likewise.
1862 * gdb.mi/non-stop.c: Include unistd.h.
1863 * gdb.mi/nsthrexec.c: Include stdio.h.
1864 * gdb.mi/pthreads.c: Include unistd.h.
1865 * gdb.modula2/unbounded1.c (main): Declare returns int.
1866 * gdb.reverse/consecutive-reverse.c: Likewise.
1867 * gdb.threads/create-fail.c: Include unistd.h.
1868 * gdb.threads/killed.c: Likewise.
1869 * gdb.threads/linux-dp.c: Likewise.
1870 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1871 * gdb.threads/non-ldr-exc-2.c: Likewise.
1872 * gdb.threads/non-ldr-exc-3.c: Likewise.
1873 * gdb.threads/non-ldr-exc-4.c: Likewise.
1874 * gdb.threads/pthreads.c: Include unistd.h.
1875 (main): Declare returns int.
1876 * gdb.threads/tls-main.c (foo): New declaration.
1877 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1878
1879 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1880
1881 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1882 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1883
1884 2015-01-15 Mark Wielaard <mjw@redhat.com>
1885
1886 * gdb.base/noreturn-return.c: New file.
1887 * gdb.base/noreturn-return.exp: New file.
1888 * gdb.base/noreturn-finish.c: New file.
1889 * gdb.base/noreturn-finish.exp: New file.
1890
1891 2015-01-23 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.threads/continue-pending-after-query.c: New file.
1894 * gdb.threads/continue-pending-after-query.exp: New file.
1895
1896 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1897 Simon Marchi <simon.marchi@ericsson.com>
1898
1899 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1900 * gdb.base/valgrind-db-attach.exp: Same.
1901 * gdb.base/valgrind-infcall.exp: Same.
1902 * lib/mi-support.exp (default_mi_gdb_start): Same.
1903 * lib/prompt.exp (default_prompt_gdb_start): Same.
1904 * lib/gdb.exp (default_gdb_spawn): Same.
1905 (gdb_interact): New.
1906
1907
1908 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1909
1910 * gdb.compile/compile.exp (pointer to jit function): New test.
1911
1912 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
1913
1914 * lib/gdb.exp (supports_process_record): Return true for
1915 powerpc*-*-linux*.
1916 (supports_reverse): Likewise.
1917
1918 2015-01-15 Don Breazeal <donb@codesourcery.com>
1919
1920 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1921 instead of checking whether the target board is remote and
1922 use spawn_wait_for_attach instead of exec/sleep.
1923 * gdb.base/attach-twice.exp: Likewise.
1924
1925 2015-01-15 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/var_arr_attrs: New testcase.
1928
1929 2015-01-14 Pedro Alves <palves@redhat.com>
1930 Joel Brobecker <brobecker@adacore.com>
1931
1932 PR gdb/17525
1933 * gdb.base/bp-cmds-execution-x-script.c: New file.
1934 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1935 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1936
1937 2015-01-14 Pedro Alves <palves@redhat.com>
1938
1939 PR cli/17828
1940 * gdb.base/batch-preserve-term-settings.c: New file.
1941 * gdb.base/batch-preserve-term-settings.exp: New file.
1942
1943 2015-01-13 Doug Evans <dje@google.com>
1944
1945 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1946 binary.
1947
1948 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1949
1950 * Makefile.in (clean mostlyclean): Do not delete *.py.
1951
1952 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1953
1954 * gdb.python/py-lookup-type.exp: New file.
1955
1956 2015-01-12 Pedro Alves <palves@redhat.com>
1957
1958 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1959 restore GDBFLAGS before returning.
1960
1961 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1962
1963 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1964 is_amd64_regs_target and is_x86_like_target.
1965
1966 2015-01-11 Doug Evans <xdje42@gmail.com>
1967
1968 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1969 is given without an explicit form.
1970 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1971 attributes.
1972 * gdb.dwarf/corrupt.exp: Ditto.
1973 * gdb.dwarf2/enum-type.exp: Ditto.
1974 * gdb.trace/entry-values.exp: Ditto.
1975 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1976
1977 2015-01-11 Doug Evans <xdje42@gmail.com>
1978
1979 PR gdb/15830
1980 * gdb.base/maint.exp: Remove references to "maint demangle".
1981 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1982 Add tests for explicitly specifying language to demangle.
1983 * gdb.dlang/demangle.exp: Ditto.
1984
1985 2015-01-09 Pedro Alves <palves@redhat.com>
1986
1987 * gdb.threads/non-stop-fair-events.c: New file.
1988 * gdb.threads/non-stop-fair-events.exp: New file.
1989
1990 2015-01-09 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1993 the global scope. Set a breakpoint after all threads are started
1994 rather than stepping over two source lines. Expect the prompt.
1995 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1996 global.
1997 (NUM): Now 15.
1998 (main): Use threads_started_barrier to wait for all threads to
1999 start. Main thread no longer calls thread_function. Exit after
2000 180 seconds.
2001 (loop): New function.
2002 (thread_function): Wait on threads_started_barrier barrier. Call
2003 'loop' at each iteration.
2004 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
2005 threads have started, instead of hardcoding number of "next"
2006 steps. Use an access watchpoint instead of a write watchpoint.
2007
2008 2015-01-09 Pedro Alves <palves@redhat.com>
2009
2010 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
2011 (thread_func): Wait on barrier.
2012 (main): Wait for all threads to start before stopping GDB.
2013 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
2014 global.
2015 (thread1_func, thread2_func): Wait on barrier.
2016 (main): Wait for all threads to start before stopping GDB.
2017 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
2018 New global.
2019 (thread1_func, thread2_func): Wait on barrier.
2020 (main): Wait for all threads to start before stopping GDB.
2021
2022 2015-01-09 Pedro Alves <palves@redhat.com>
2023
2024 * gdb.threads/attach-many-short-lived-threads.c: New file.
2025 * gdb.threads/attach-many-short-lived-threads.exp: New file.
2026
2027 2014-01-09 Pedro Alves <palves@redhat.com>
2028
2029 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
2030 instead of to thread 2.
2031 * gdb.threads/signal-command-multiple-signals-pending.c (main):
2032 Add barrier around each pthread_create call instead of around all
2033 calls.
2034 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
2035 Set a break on thread_function and have the child threads hit it
2036 one at at a time.
2037
2038 2015-01-09 Pedro Alves <palves@redhat.com>
2039
2040 * lib/gdb.exp (can_spawn_for_attach): New procedure.
2041 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
2042 false.
2043 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
2044 checking whether the target board is remote.
2045 * gdb.multi/multi-attach.exp: Likewise.
2046 * gdb.python/py-sync-interp.exp: Likewise.
2047 * gdb.server/ext-attach.exp: Likewise.
2048 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2049 tests that need to attach, instead of checking whether the target
2050 board is remote at the top of the file.
2051
2052 2015-01-08 Yao Qi <yao@codesourcery.com>
2053
2054 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2055
2056 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 Fix testcase compilation.
2059 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2060
2061 2015-01-06 Joel Brobecker <brobecker@adacore.com>
2062
2063 * gdb.python/py-type.exp: Add a couple test about empty
2064 array creation, and negative-length array creation.
2065
2066 2015-01-02 Doug Evans <xdje42@gmail.com>
2067
2068 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2069
2070 2015-01-02 Doug Evans <dje@google.com>
2071
2072 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2073
2074 2014-12-29 Yao Qi <yao@codesourcery.com>
2075
2076 * gdb.trace/entry-values.exp: Update comments. Rename variable
2077 bar_call_foo to returned_from_foo.
2078
2079 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2080
2081 PR gdb/17394
2082 * gdb.linespec/break-asm-file.c: New file.
2083 * gdb.linespec/break-asm-file.exp: New file.
2084 * gdb.linespec/break-asm-file0.s: New file.
2085 * gdb.linespec/break-asm-file1.s: New file.
2086
2087 2014-12-18 Nigel Stephens <nigel@mips.com>
2088 Maciej W. Rozycki <macro@codesourcery.com>
2089
2090 * gdb.base/float.exp: Handle the new output from "info float" on
2091 MIPS targets.
2092
2093 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2094
2095 Fix MinGW compilation.
2096 * gdb.compile/compile-ops.exp: Update untested message if
2097 !skip_compile_feature_tests.
2098 * gdb.compile/compile-setjmp.exp: Likewise.
2099 * gdb.compile/compile-tls.exp: Likewise.
2100 * gdb.compile/compile.exp: Likewise.
2101 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2102 supported on this host".
2103
2104 2014-12-16 Doug Evans <xdje42@gmail.com>
2105
2106 * boards/stabs.exp: New file.
2107
2108 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2109
2110 * gdb.base/completion.exp: Adjust to format changes of "maint
2111 print user-registers".
2112
2113 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
2114
2115 PR server/17457
2116 * gdb.arch/aarch64-fp.c: New file.
2117 * gdb.arch/aarch64-fp.exp: New file.
2118
2119 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2120
2121 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2122 r210637, r210913, r211666, r215400, r215817).
2123
2124 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2125 * dg-extract-results.py: New file.
2126 * dg-extract-results.sh: Use it if the environment seems
2127 suitable.
2128
2129 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2130
2131 * dg-extract-results.py (parse_run): Handle warnings that
2132 are printed before a test harness is run.
2133
2134 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2135
2136 * dg-extract-results.py (Named): Remove __cmp__ method.
2137 (output_variation): Use a key to sort variation.harnesses.
2138
2139 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2140
2141 * dg-extract-results.py: For Python 3, force sys.stdout to
2142 handle surrogate escape sequences.
2143 (safe_open): New function.
2144 (output_segment, main): Use it.
2145
2146 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2147
2148 * dg-extract-results.py (Prog.result_re): Include options
2149 in test name.
2150
2151 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2152
2153 * dg-extract-results.py (output_variation): Always sort if
2154 do_sum.
2155
2156 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2157
2158 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2159 as long as we get pagination notifications.
2160
2161 2014-12-15 Jason Merrill <jason@redhat.com>
2162
2163 * Makefile.in (check-gdb.%): Restore.
2164 * README: Mention it.
2165
2166 2014-12-13 Joel Brobecker <brobecker@adacore.com>
2167
2168 * gdb.ada/str_uninit: New testcase.
2169
2170 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 PR symtab/17642
2173 * gdb.base/vla-stub-define.c: New file.
2174 * gdb.base/vla-stub.c: New file.
2175 * gdb.base/vla-stub.exp: New file.
2176
2177 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2178 Jan Kratochvil <jan.kratochvil@redhat.com>
2179 Tom Tromey <tromey@redhat.com>
2180
2181 * configure.ac: Add gdb.compile/.
2182 * configure: Regenerate.
2183 * gdb.compile/Makefile.in: New file.
2184 * gdb.compile/compile-ops.exp: New file.
2185 * gdb.compile/compile-ops.c: New file.
2186 * gdb.compile/compile-tls.c: New file.
2187 * gdb.compile/compile-tls.exp: New file.
2188 * gdb.compile/compile-constvar.S: New file.
2189 * gdb.compile/compile-constvar.c: New file.
2190 * gdb.compile/compile-mod.c: New file.
2191 * gdb.compile/compile-nodebug.c: New file.
2192 * gdb.compile/compile-setjmp-mod.c: New file.
2193 * gdb.compile/compile-setjmp.c: New file.
2194 * gdb.compile/compile-setjmp.exp: New file.
2195 * gdb.compile/compile-shlib.c: New file.
2196 * gdb.compile/compile.c: New file.
2197 * gdb.compile/compile.exp: New file.
2198 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2199
2200 2014-12-12 Tom Tromey <tromey@redhat.com>
2201
2202 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2203 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2204
2205 2014-12-12 Doug Evans <dje@google.com>
2206
2207 * lib/gdb-python.exp (get_python_valueof): New function.
2208 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2209
2210 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2211
2212 * gdb.base/completion.exp: Add test for completion of "info
2213 registers ".
2214
2215 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2216
2217 * gdb.base/func-ptrs.c: New file.
2218 * gdb.base/func-ptrs.exp: New file.
2219
2220 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2221
2222 PR breakpoints/17012
2223 * gdb.base/dprintf-detach.c: New file.
2224 * gdb.base/dprintf-detach.exp: New file.
2225
2226 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2227
2228 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2229 * lib/gdb.exp (target_is_gdbserver): New procedure.
2230
2231 2014-12-08 Doug Evans <dje@google.com>
2232
2233 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2234
2235 2014-12-05 Yao Qi <yao@codesourcery.com>
2236
2237 * gdb.guile/scm-error.exp: Remove the third argument to
2238 gdb_remote_download.
2239 * gdb.guile/scm-frame-args.exp: Likewise.
2240 * gdb.guile/scm-section-script.exp: Likewise.
2241
2242 2014-12-05 Yao Qi <yao@codesourcery.com>
2243
2244 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2245
2246 2014-12-04 Doug Evans <dje@google.com>
2247
2248 * gdb.python/py-objfile.exp: Add tests for
2249 objfile.add_separate_debug_file.
2250
2251 2014-12-04 Doug Evans <dje@google.com>
2252
2253 * lib/gdb.exp (get_build_id): New function.
2254 (build_id_debug_filename_get): Rewrite to use it.
2255 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2256
2257 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2258
2259 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2260 `method(long)', not just 0x0.
2261 * gdb.cp/nsalias.exp: Align code labels to 4.
2262 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2263 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2264 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2265 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2266 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2267 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2268
2269 2014-12-02 Doug Evans <dje@google.com>
2270
2271 PR symtab/17602
2272 * gdb.cp/anon-ns.cc: Move guts of this file to ...
2273 * gdb.cp/anon-ns2.cc: ... here. New file.
2274 * gdb.cp/anon-ns.exp: Update.
2275
2276 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2277
2278 * gdb.python/py-events.py (inferior_call_handler): New.
2279 (register_changed_handler, memory_changed_handler): New.
2280 (test_events.invoke): Register new handlers.
2281 * gdb.python/py-events.exp: Add tests for inferior call,
2282 memory_changed and register_changed events.
2283
2284 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2285
2286 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2287 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2288 if the linker doesn't understand this.
2289
2290 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2291
2292 * gdb.python/python.exp: Change expected reply to help().
2293
2294 2014-12-01 Yao Qi <yao@codesourcery.com>
2295
2296 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2297 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2298 * configure: Re-generated.
2299
2300 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2301
2302 * gdb.cp/chained-calls.cc: New file.
2303 * gdb.cp/chained-calls.exp: New file.
2304 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2305
2306 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2307
2308 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2309 * gdb.dwarf2/symtab-producer.exp: Same.
2310 * gdb.gdb/python-interrupts.exp: Same.
2311 * gdb.gdb/python-selftest.exp: Same.
2312 * gdb.python/py-linetable.exp: Same.
2313 * gdb.python/py-type.exp: Same.
2314 * gdb.python/py-value-cc.exp: Same.
2315 * gdb.python/py-value.exp: Same.
2316
2317 2014-11-28 Yao Qi <yao@codesourcery.com>
2318
2319 * gdb.base/break-probes.exp: Match library name prefixed with
2320 sysroot.
2321
2322 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2323
2324 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2325 test expected output. Add parentheses for the call to print.
2326 Remove L suffix from integers.
2327
2328 2014-11-26 Doug Evans <dje@google.com>
2329
2330 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2331
2332 2014-11-22 Yao Qi <yao@codesourcery.com>
2333
2334 * gdb.trace/entry-values.c: Remove asms.
2335 (foo): Add foo_label.
2336 (bar): Add bar_label.
2337 * gdb.trace/entry-values.exp: Remove code computing foo's
2338 length and bar's length.
2339 (Dwarf::assemble): Invoke function_range for bar and use
2340 MACRO_AT_func for foo.
2341
2342 2014-11-22 Yao Qi <yao@codesourcery.com>
2343
2344 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2345 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2346 Use .Lgcc43_procstart instead of gcc43.
2347
2348 2014-11-21 Joel Brobecker <brobecker@adacore.com>
2349
2350 * gdb.ada/n_arr_bound: New testcase.
2351
2352 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2353
2354 PR breakpoints/10737
2355 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2356 test_catch_syscall_multi_arch.
2357 (test_catch_syscall_multi_arch): New function.
2358
2359 2014-11-20 Doug Evans <xdje42@gmail.com>
2360
2361 * gdb.base/maint.exp: Update expected output.
2362
2363 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2364
2365 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2366 4-byte instruction on S390.
2367
2368 2014-11-19 Joel Brobecker <brobecker@adacore.com>
2369
2370 * gdb.ada/arr_arr: New testcase.
2371
2372 2014-11-19 Joel Brobecker <brobecker@adacore.com>
2373
2374 * gdb.ada/pkd_arr_elem: New Testcase.
2375
2376 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
2377
2378 * gdb.reverse/break-precsave: Expect completion message for
2379 core file reads.
2380 * gdb.reverse/consecutive-precsave.exp: Likewise.
2381 * gdb.reverse/finish-precsave.exp: Likewise.
2382 * gdb.reverse/i386-precsave.exp: Likewise.
2383 * gdb.reverse/machinestate-precsave.exp: Likewise.
2384 * gdb.reverse/sigall-precsave.exp: Likewise.
2385 * gdb.reverse/solib-precsave.exp: Likewise.
2386 * gdb.reverse/step-precsave.exp: Likewise.
2387 * gdb.reverse/until-precsave.exp: Likewise.
2388 * gdb.reverse/watch-precsave.exp: Likewise.
2389
2390 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2391
2392 * gdb.base/bp-permanent.c: Include unistd.h.
2393 * gdb.python/py-framefilter-mi.c (main): Add return type.
2394 * gdb.python/py-framefilter.c (main): Likewise.
2395 * gdb.trace/actions-changed.c (main): Likewise.
2396
2397 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2398
2399 * gdb.mi/until.c: Add eye-catchers.
2400 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2401 line numbers.
2402
2403 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2404
2405 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2406 function header variants in break1.c.
2407 * gdb.base/ena-dis-br.exp: Likewise.
2408 * gdb.base/hbreak2.exp: Likewise.
2409 * gdb.reverse/until-precsave.exp: Drop references to removed
2410 non-prototype function header variants in ur1.c.
2411 * gdb.reverse/until-reverse.exp: Likewise.
2412
2413 2014-11-17 Petr Machata <pmachata@redhat.com>
2414
2415 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2416 ${_cu_offset_size} bytes abbrev offset.
2417
2418 2014-11-15 Doug Evans <xdje42@gmail.com>
2419
2420 PR symtab/17559
2421 * gdb.base/line-symtabs.exp: New file.
2422 * gdb.base/line-symtabs.c: New file.
2423 * gdb.base/line-symtabs.h: New file.
2424
2425 2014-11-14 Yao Qi <yao@codesourcery.com>
2426
2427 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2428 (func): Add label func_label.
2429 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2430 Replace low_pc and high_pc with MACRO_AT_range.
2431 Replace name, low_pc and high_pc with MACRO_AT_func.
2432
2433 2014-11-14 Yao Qi <yao@codesourcery.com>
2434
2435 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2436 Replace name, low_pc and high_pc with MACRO_AT_func.
2437
2438 2014-11-14 Yao Qi <yao@codesourcery.com>
2439
2440 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2441 produce debug information.
2442 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2443
2444 2014-11-14 Yao Qi <yao@codesourcery.com>
2445
2446 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2447 object and get function length.
2448 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2449 with MACRO_AT_func.
2450 (top-level): Replace gdb_compile and clean_restart with
2451 prepare_for_testing.
2452 * gdb.dwarf2/main.c (main): Add label main_label.
2453
2454 2014-11-14 Yao Qi <yao@codesourcery.com>
2455
2456 * lib/dwarf.exp (function_range): New procedure.
2457 (Dwarf::_handle_macro_at_func): New procedure.
2458 (Dwarf::_handle_macro_at_range): New procedure.
2459 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2460
2461 2014-11-14 Yao Qi <yao@codesourcery.com>
2462
2463 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2464 (_handle_attribute): New procedure.
2465
2466 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2467
2468 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2469 * gdb.base/call-sc.c (zed): Likewise.
2470 * gdb.base/checkpoint.c (main): Likewise.
2471 * gdb.base/dump.c (main): Likewise.
2472 * gdb.base/gcore.c (main): Likewise.
2473 * gdb.base/huge.c (main): Likewise.
2474 * gdb.base/multi-forks.c (main): Likewise.
2475 * gdb.base/pr10179-a.c (main): Likewise.
2476 * gdb.base/savedregs.c (main): Likewise.
2477 * gdb.base/sigaltstack.c (main): Likewise.
2478 * gdb.base/siginfo.c (main): Likewise.
2479 * gdb.base/structs.c (zed): Likewise.
2480 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2481 * gdb.mi/mi-syn-frame.c (main): Likewise.
2482 * gdb.mi/until.c (foo, main): Likewise.
2483 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2484 * gdb.base/solib-weak.c (foo): Declare.
2485 * gdb.base/attach-twice.c: Include stdio.h.
2486 * gdb.base/weaklib1.c: Likewise.
2487 * gdb.base/weaklib2.c: Likewise.
2488 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2489 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2490 unistd.h.
2491 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2492 * gdb.mi/mi-exit-code.c: Likewise.
2493 * gdb.base/break-interp-lib.c: Include string.h.
2494 * gdb.base/coremaker.c: Likewise.
2495 * gdb.base/testenv.c: Likewise.
2496 * gdb.python/py-finish-breakpoint.c: Likewise.
2497 * gdb.base/inferior-died.c: Include sys/wait.h.
2498 * gdb.base/fileio.c: Include time.h.
2499 * gdb.base/async-shell.c: Include unistd.h.
2500 * gdb.base/dprintf-non-stop.c: Likewise.
2501 * gdb.base/info-os.c: Likewise.
2502 * gdb.mi/mi-console.c: Likewise.
2503 * gdb.mi/watch-nonstop.c: Likewise.
2504 * gdb.python/py-events.c: Likewise.
2505 * gdb.base/async.c (baz): Move up before its invocation.
2506 * gdb.base/code_elim2.c (my_global_func): Likewise.
2507 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2508 * gdb.base/advance.c (func2): Likewise.
2509
2510 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2511
2512 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2513 variant.
2514 * gdb.base/annota3.c: Likewise.
2515 * gdb.base/async.c: Likewise.
2516 * gdb.base/average.c: Likewise.
2517 * gdb.base/call-ar-st.c: Likewise.
2518 * gdb.base/call-rt-st.c: Likewise.
2519 * gdb.base/call-sc.c: Likewise.
2520 * gdb.base/call-strs.c: Likewise.
2521 * gdb.base/ending-run.c: Likewise.
2522 * gdb.base/execd-prog.c: Likewise.
2523 * gdb.base/exprs.c: Likewise.
2524 * gdb.base/foll-exec.c: Likewise.
2525 * gdb.base/foll-fork.c: Likewise.
2526 * gdb.base/foll-vfork.c: Likewise.
2527 * gdb.base/funcargs.c: Likewise.
2528 * gdb.base/gcore.c: Likewise.
2529 * gdb.base/jump.c: Likewise.
2530 * gdb.base/langs0.c: Likewise.
2531 * gdb.base/langs1.c: Likewise.
2532 * gdb.base/langs2.c: Likewise.
2533 * gdb.base/mips_pro.c: Likewise.
2534 * gdb.base/nodebug.c: Likewise.
2535 * gdb.base/opaque0.c: Likewise.
2536 * gdb.base/opaque1.c: Likewise.
2537 * gdb.base/recurse.c: Likewise.
2538 * gdb.base/run.c: Likewise.
2539 * gdb.base/scope0.c: Likewise.
2540 * gdb.base/scope1.c: Likewise.
2541 * gdb.base/setshow.c: Likewise.
2542 * gdb.base/setvar.c: Likewise.
2543 * gdb.base/shmain.c: Likewise.
2544 * gdb.base/shr1.c: Likewise.
2545 * gdb.base/shr2.c: Likewise.
2546 * gdb.base/sigall.c: Likewise.
2547 * gdb.base/signals.c: Likewise.
2548 * gdb.base/so-indr-cl.c: Likewise.
2549 * gdb.base/solib2.c: Likewise.
2550 * gdb.base/structs.c: Likewise.
2551 * gdb.base/sum.c: Likewise.
2552 * gdb.base/vforked-prog.c: Likewise.
2553 * gdb.base/watchpoint.c: Likewise.
2554 * gdb.reverse/shr2.c: Likewise.
2555 * gdb.reverse/until-reverse.c: Likewise.
2556 * gdb.reverse/ur1.c: Likewise.
2557 * gdb.reverse/watch-reverse.c: Likewise.
2558
2559 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2560
2561 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2562 variant.
2563 * gdb.base/sepdebug.exp: Drop references to removed code.
2564
2565 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2566
2567 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2568 variant. Preserve original line numbering.
2569 * gdb.base/list1.c: Likewise.
2570
2571 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2572
2573 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2574 variant.
2575 * gdb.base/break1.c: Likewise.
2576 * gdb.base/break.exp: Drop references to removed code.
2577
2578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2579
2580 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2581 variant.
2582
2583 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2584
2585 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2586
2587 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2588
2589 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2590 logic into perform_all_tests() and invoke it with and without
2591 function header prototypes.
2592 (do_function_calls): Remove conditional XFAIL for PR 5318.
2593 (rerun_and_prepare): Remove duplicate code.
2594 (perform_all_tests): New. Main logic moved here.
2595
2596 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2597
2598 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2599 code guarded by #ifdef NO_PROTOTYPES.
2600 (t_double_many_args): Likewise.
2601 (DEF_FUNC_MANY_ARGS_1): Likewise.
2602 (DEF_FUNC_VALUES_1): Likewise.
2603 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2604 guarded by #ifdef PROTOTYPES.
2605
2606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2607
2608 * gdb.mi/mi-console.c: Add eye-catcher.
2609 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2610 instead of literal line number.
2611
2612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2613
2614 * gdb.base/shr2.c: Add eye-catcher.
2615 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2616 line number.
2617
2618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2619
2620 * gdb.base/jump.c: Add eye-catchers.
2621 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2622 numbers.
2623
2624 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2625
2626 * gdb.base/execd-prog.c: Add eye-catchers.
2627 * gdb.base/foll-exec.c: Likewise.
2628 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2629 line numbers.
2630
2631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2632
2633 * gdb.base/ending-run.c: Add eye-catchers.
2634 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2635 literal line numbers.
2636
2637 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2638
2639 * gdb.base/call-rt-st.c: Add eye-catchers.
2640 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2641 literal line numbers.
2642
2643 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2644
2645 * gdb.base/call-ar-st.c: Add eye-catchers.
2646 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2647 literal line numbers.
2648
2649 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2650
2651 * gdb.base/average.c: Add eye-catchers.
2652 * gdb.base/sum.c: Likewise.
2653 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2654 regexps dynamically.
2655
2656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2657
2658 * gdb.base/solib1.c: Add eye-catchers.
2659 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2660 literal line numbers.
2661
2662 2014-11-12 Pedro Alves <palves@redhat.com>
2663
2664 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2665 leader has exited.
2666
2667 2014-11-12 Pedro Alves <palves@redhat.com>
2668
2669 * gdb.arch/i386-bp_permanent.c: New file.
2670 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2671 (srcfile): Set to i386-bp_permanent.c.
2672 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2673 that stepi does not execute the 'leave' instruction, instead of
2674 testing it does execute.
2675 * gdb.base/bp-permanent.c: New file.
2676 * gdb.base/bp-permanent.exp: New file.
2677
2678 2014-11-10 Doug Evans <xdje42@gmail.com>
2679
2680 PR symtab/17564
2681 * gdb.base/symtab-search-order.exp: New file.
2682 * gdb.base/symtab-search-order.c: New file.
2683 * gdb.base/symtab-search-order-1.c: New file.
2684 * gdb.base/symtab-search-order-shlib-1.c: New file.
2685
2686 2014-11-07 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/17511
2689 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2690 i?86-*-linux*.
2691
2692 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2693
2694 PR c++/17494
2695 * gdb.cp/pr17494.cc: New file.
2696 * gdb.cp/pr17494.exp: New file.
2697
2698 2014-11-02 Yao Qi <yao@codesourcery.com>
2699
2700 * gdb.python/python.exp: Get working directory and match the
2701 output of "set extended-prompt \\w " with it.
2702
2703 2014-10-30 Doug Evans <dje@google.com>
2704
2705 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2706 in objfiles.
2707 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2708 in progspaces.
2709
2710 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
2711
2712 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2713 * gdb.base/realname-expand.exp: Likewise.
2714 * gdb.linespec/macro-relative.exp: Likewise.
2715
2716 2014-10-29 Pedro Alves <palves@redhat.com>
2717
2718 PR gdb/17408
2719 * gdb.threads/schedlock.c (some_function): New function.
2720 (call_function): New global.
2721 (MAYBE_CALL_SOME_FUNCTION): New macro.
2722 (thread_function): Call it.
2723 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2724 and use it instead of a global counter. Adjust all callers.
2725 (get_current_thread): Use "find current thread" for test message
2726 here rather than having all callers pass down the same string.
2727 (goto_loop): New procedure, factored out from ...
2728 (my_continue): ... this.
2729 (step_ten_loops): Change parameter from test message to command to
2730 use. Adjust.
2731 (list_count): Delete global.
2732 (check_result): New procedure, factored out from duplicate top
2733 level code.
2734 (continue tests): Wrap in with_test_prefix.
2735 (test_step): New procedure, factored out from duplicate top level
2736 code.
2737 (top level): Test "step" in combination with all scheduler-locking
2738 modes. Test "next" in combination with all scheduler-locking
2739 modes, and in combination with stepping over a function call or
2740 not.
2741 * gdb.threads/next-bp-other-thread.c: New file.
2742 * gdb.threads/next-bp-other-thread.exp: New file.
2743
2744 2014-10-29 Pedro Alves <palves@redhat.com>
2745
2746 PR python/17372
2747 * gdb.python/python.exp: Test a multi-line command that spawns
2748 interactive Python.
2749 * gdb.base/multi-line-starts-subshell.exp: New file.
2750
2751 2014-10-29 Yao Qi <yao@codesourcery.com>
2752
2753 * gdb.base/fileio.exp: Make directories on host.
2754
2755 2014-10-29 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.base/fileio.c (test_write): Close the file.
2758
2759 2014-10-28 Pedro Alves <palves@redhat.com>
2760
2761 PR gdb/12623
2762 * gdb.base/sigstep.c (no_handler): New global.
2763 (main): If 'no_handler is true, set the signal handlers to
2764 SIG_IGN.
2765 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2766 with_sw_watch and no_handler parameters. Handle them.
2767 (top level) <stepping over handler when stopped at a breakpoint
2768 test>: Add a test axis for testing with a software watchpoint, and
2769 another for testing with the signal handler set to SIG_IGN.
2770 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2771 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2772
2773 2014-10-28 Pedro Alves <palves@redhat.com>
2774
2775 PR gdb/17511
2776 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2777 * gdb.base/sigstep.exp (other_handler_location): New global.
2778 (advance): Support stepping into the signal handler, and running
2779 commands while in the handler.
2780 (in_handler_map): New global.
2781 (top level): In the advance test, add combinations for getting
2782 into the handler with stepping commands, and for running commands
2783 in the handler. Add comment descripting the advancei tests.
2784
2785 2014-10-28 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.base/sigstep.exp: Use build_executable instead of
2788 prepare_for_testing.
2789 (top level): Move code that starts GDB, runs to main and creates a
2790 display to ...
2791 (restart): ... this new procedure.
2792 (top level): Move backtrace from signal handler test to ...
2793 (validate_backtrace): ... this new procedure.
2794 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2795 with_test_prefix. Always restart GDB.
2796 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2797 with_test_prefix. Always restart GDB. No need to delete
2798 breakpoints after the test.
2799 (test_skip_handler): Remove prefix parameter.
2800 (skip_over_handler, breakpoint_to_handler)
2801 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2802 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2803 restart GDB. No need to delete breakpoints after the test.
2804 (top level): Use foreach to call the test procedures with
2805 different commands.
2806
2807 2014-10-28 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2810 instead of GNATS numbers.
2811 * gdb.base/sigbpt.exp: Likewise.
2812 * gdb.base/siginfo.exp: Likewise.
2813 * gdb.base/sigstep.exp: Likewise.
2814
2815 2014-10-27 Pedro Alves <palves@redhat.com>
2816
2817 * gdb.base/sigstep.c (dummy): New global.
2818 (main): Issue a couple writes to the new global.
2819 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2820 procedures.
2821 (skip_over_handler): Use test_skip_handler.
2822 (top level): Call skip_over_handler for stepi and nexti too.
2823 (breakpoint_over_handler): Use test_skip_handler.
2824 (top level): Call breakpoint_over_handler for stepi and nexti too.
2825
2826 2014-10-27 Yao Qi <yao@codesourcery.com>
2827
2828 * gdb.trace/tfile.c (adjust_function_address)
2829 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2830 function descriptor.
2831
2832 2014-10-24 Don Breazeal <donb@codesourcery.com>
2833
2834 * gdb.base/foll-fork.exp (test_follow_fork,
2835 catch_fork_child_follow): Check for updated fork messages emitted
2836 from infrun.c.
2837 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2838 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2839 vfork_and_exec_child_follow_through_step): Check for updated vfork
2840 messages emitted from infrun.c.
2841
2842 2014-10-24 Pedro Alves <palves@redhat.com>
2843
2844 * gdb.base/corefile.exp: Remove references to ultrix.
2845 * gdb.base/interrupt.exp: Likewise.
2846 * gdb.base/whatis.exp: Likewise.
2847 * gdb.gdb/selftest.exp: Likewise.
2848 * gdb.threads/manythreads.exp: Likewise.
2849 * gdb.threads/print-threads.exp: Likewise.
2850 * gdb.threads/pthreads.exp:: Likewise.
2851 * gdb.threads/schedlock.exp: Likewise.
2852
2853 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2854
2855 * gdb.cp/non-trivial-retval.cc: Add a test case.
2856 * gdb.cp/non-trivial-retval.exp: Add a test.
2857
2858 2014-10-20 Yao Qi <yao@codesourcery.com>
2859
2860 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2861 * gdb.python/py-objfile-script-gdb.py: New file.
2862 * gdb.python/py-objfile-script.exp: Update reference to
2863 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2864 of remote_download. Remove the dest file.
2865
2866 2014-10-20 Yao Qi <yao@codesourcery.com>
2867
2868 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2869 * gdb.base/step-line.exp: Likewise.
2870 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2871 * gdb.dwarf2/dw2-basic.exp: Likewise.
2872 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2873 * gdb.dwarf2/dw2-filename.exp: Likewise.
2874 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2875 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2876 * gdb.dwarf2/dw2-producer.exp: Likewise.
2877 * gdb.dwarf2/mac-fileno.exp: Likewise.
2878 * gdb.python/py-frame-args.exp: Likewise.
2879 * gdb.python/py-framefilter.exp: Likewise.
2880 * gdb.python/py-mi.exp: Likewise.
2881 * gdb.python/py-objfile-script.exp: Likewise
2882 * gdb.python/py-pp-integral.exp: Likewise.
2883 * gdb.python/py-pp-re-notag.exp: Likewise.
2884 * gdb.python/py-prettyprint.exp: Likewise.
2885 * gdb.python/py-section-script.exp: Likewise.
2886 * gdb.python/py-typeprint.exp: Likewise.
2887 * gdb.python/py-xmethods.exp: Likewise.
2888 * gdb.stabs/weird.exp: Likewise.
2889 * gdb.xml/tdesc-regs.exp: Likewise.
2890
2891 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2892
2893 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2894 (out_cu): Use addr_len for the size of addresses.
2895 (out_line): Likewise. Size DW_LNE_set_address instruction
2896 according to addr_len.
2897 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2898 (FUNC): Add START_INSNS to definition.
2899
2900 2014-10-18 Yao Qi <yao@codesourcery.com>
2901
2902 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2903 gdb_has_argv0 return true.
2904 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2905 check [target_info exists noargs], check [gdb_has_argv0]
2906 instead.
2907 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2908 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2909 procedures.
2910
2911 2014-10-17 Doug Evans <dje@google.com>
2912
2913 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2914 event.
2915 * gdb.python/py-events.py: Add clear_objfiles event.
2916
2917 2014-10-17 Doug Evans <dje@google.com>
2918
2919 * gdb.python/py-objfile.exp: Test progspace attribute.
2920
2921 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
2922
2923 * gdb.guile/scm-breakpoint.exp: Do not assume any
2924 directory separators when matching source file paths.
2925 * gdb.python/py-breakpoint.exp: Likewise.
2926 * gdb.reverse/break-precsave.exp: Likewise.
2927 * gdb.reverse/break-reverse.exp: Likewise.
2928 * gdb.reverse/consecutive-precsave.exp: Likewise.
2929 * gdb.reverse/finish-precsave.exp: Likewise.
2930 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2931 * gdb.reverse/finish-reverse.exp: Likewise.
2932 * gdb.reverse/i386-precsave.exp: Likewise.
2933 * gdb.reverse/i387-env-reverse.exp: Likewise.
2934 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2935 * gdb.reverse/machinestate-precsave.exp: Likewise.
2936 * gdb.reverse/machinestate.exp: Likewise.
2937 * gdb.reverse/sigall-precsave.exp: Likewise.
2938 * gdb.reverse/solib-precsave.exp: Likewise.
2939 * gdb.reverse/step-precsave.exp: Likewise.
2940 * gdb.reverse/until-precsave.exp: Likewise.
2941 * gdb.reverse/watch-precsave.exp: Likewise.
2942 * gdb.reverse/watch-reverse.exp: Likewise.
2943
2944 2014-10-17 Yao Qi <yao@codesourcery.com>
2945
2946 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2947 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2948
2949 2014-10-17 Pedro Alves <palves@redhat.com>
2950
2951 PR gdb/17471
2952 * gdb.base/bg-execution-repeat.c: New file.
2953 * gdb.base/bg-execution-repeat.exp: New file.
2954
2955 2014-10-17 Pedro Alves <palves@redhat.com>
2956
2957 PR gdb/17300
2958 * gdb.base/continue-all-already-running.c: New file.
2959 * gdb.base/continue-all-already-running.exp: New file.
2960
2961 2014-10-17 Pedro Alves <palves@redhat.com>
2962
2963 PR gdb/17472
2964 * gdb.base/annota-input-while-running.c: New file.
2965 * gdb.base/annota-input-while-running.exp: New file.
2966
2967 2014-10-17 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/callfuncs.exp: emove references to osf.
2970 * gdb.base/sigall.exp: Likewise.
2971 * gdb.gdb/selftest.exp: Likewise.
2972 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2973 * gdb.mi/non-stop.c: Likewise.
2974 * gdb.mi/pthreads.c: Likewise.
2975 * gdb.reverse/sigall-precsave.exp: Likewise.
2976 * gdb.reverse/sigall-reverse.exp: Likewise.
2977 * gdb.threads/pthreads.c: Likewise.
2978 * gdb.threads/pthreads.exp: Likewise.
2979
2980 2014-10-17 Yao Qi <yao@codesourcery.com>
2981
2982 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2983 check 'target_info exists noargs'.
2984 (test_command_prompt_position): Likewise.
2985 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2986 Remove "set args".
2987 (progvar_simple_while_test): Likewise.
2988 (progvar_complex_if_while_test): Likewise.
2989 (if_while_breakpoint_command_test): Likewise.
2990 (infrun_breakpoint_command_test): Likewise.
2991 (breakpoint_command_test): Likewise.
2992 (watchpoint_command_test): Likewise.
2993 (bp_deleted_in_command_test): Likewise.
2994 (temporary_breakpoint_commands): Likewise.
2995
2996 2014-10-16 Yao Qi <yao@codesourcery.com>
2997
2998 * gdb.base/remotetimeout.exp: Remove noargs checking.
2999
3000 2014-10-15 Pedro Alves <palves@redhat.com>
3001
3002 PR breakpoints/9649
3003 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
3004 * gdb.base/breakpoint-in-ro-region.exp
3005 (probe_target_hardware_step): New procedure.
3006 (top level): Probe hardware stepping and hardware breakpoint
3007 support. Test stepping through a read-only region, with both
3008 "breakpoint auto-hw" on and off and both "always-inserted" on and
3009 off.
3010
3011 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
3012
3013 * gdb.dlang/demangle.exp: Update for demangling changes.
3014
3015 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3016
3017 * gdb.cp/non-trivial-retval.cc: Add new test cases.
3018 * gdb.cp/non-trivial-retval.exp: Add new tests.
3019
3020 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
3021
3022 PR c++/13403
3023 PR c++/15154
3024 * gdb.cp/non-trivial-retval.cc: New file.
3025 * gdb.cp/non-trivial-retval.exp: New file.
3026
3027 2014-10-15 Yao Qi <yao@codesourcery.com>
3028
3029 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
3030 remote host.
3031
3032 2014-10-15 Yao Qi <yao@codesourcery.com>
3033
3034 * gdb.python/py-symbol.exp: Match file base name if host is
3035 remote, otherwise match file name with dir name.
3036 * gdb.python/py-symtab.exp: Likewise.
3037 * gdb.python/python.exp: Likewise.
3038
3039 2014-10-15 Yao Qi <yao@codesourcery.com>
3040
3041 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
3042 pattern.
3043 * gdb.python/py-symtab.exp: Likewise.
3044 * gdb.python/python.exp: Remove trailing ".*". Fix typo
3045 locationn.
3046
3047 2014-10-14 Joel Brobecker <brobecker@adacore.com>
3048
3049 * gdb.ada/addr_arith: New testcase.
3050
3051 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3052
3053 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3054 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3055 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3056 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3057
3058 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3059
3060 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3061 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3062 * gdb.arch/stap-eval-lang-ada.exp: New file.
3063
3064 2014-10-14 Yao Qi <yao@codesourcery.com>
3065
3066 * gdb.mi/mi-var-child.c (nothing1): New function.
3067 (nothing2): New function.
3068 (do_children_tests): Set function pointers by nothing1 and
3069 nothing2.
3070 * gdb.mi/mi-var-child.exp: Step over new added statements.
3071 Update test to match the new output.
3072 * gdb.mi/var-cmd.c (nothing1): New function.
3073 (nothing2): New function.
3074 (do_children_tests): Set function pointers by nothing1 and
3075 nothing2.
3076 * gdb.mi/mi-var-display.exp: Update test to match output.
3077 Step to the line specified by $line_dct_nothing.
3078 Increase the number of lines to step.
3079
3080 2014-10-14 Yao Qi <yao@codesourcery.com>
3081
3082 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3083 tests.
3084 * gdb.mi/mi2-var-child.exp: Likewise.
3085
3086 2014-10-13 Doug Evans <dje@google.com>
3087
3088 * gdb.python/py-objfile.exp: Change name of file name test.
3089
3090 2014-10-13 Doug Evans <dje@google.com>
3091
3092 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3093 from the start of the CU.
3094
3095 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3096 Yao Qi <yao@codesourcery.com>
3097
3098 Fix "save breakpoints" for "catch" command.
3099 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3100 Remove -nonewline. Match also the added "main" line.
3101
3102 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 Fix "save breakpoints" for "disable $bpnum" command.
3105 * gdb.base/save-bp.c (main): Add label.
3106 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3107
3108 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3109
3110 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3111
3112 2014-10-11 Yao Qi <yao@codesourcery.com>
3113
3114 * gdb.server/server-kill.exp: Execute command
3115 "set remote trace-status-packet on" before "tstatus".
3116
3117 2014-10-11 Yao Qi <yao@codesourcery.com>
3118
3119 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3120 (main): Call getppid.
3121 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3122 and continue to it. Read variable "server_pid".
3123
3124 2014-10-11 Yao Qi <yao@codesourcery.com>
3125
3126 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3127
3128 2014-10-11 Yao Qi <yao@codesourcery.com>
3129
3130 * gdb.threads/thread-find.exp: Don't execute command
3131 "info threads".
3132 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3133 * gdb.threads/linux-dp.exp: Don't check the condition
3134 $threads_created equals to zero.
3135
3136 2014-10-10 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/bigcore.exp: Remove references to IRIX.
3139 * gdb.base/funcargs.exp: Likewise.
3140 * gdb.base/interrupt.exp: Likewise.
3141 * gdb.base/mips_pro.exp: Likewise.
3142 * gdb.base/nodebug.exp: Likewise.
3143 * gdb.base/setvar.exp: Likewise.
3144 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3145
3146 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3147 Pedro Alves <palves@redhat.com>
3148
3149 PR symtab/14466
3150 * gdb.base/vdso-warning.c: New file.
3151 * gdb.base/vdso-warning.exp: New file.
3152
3153 2014-10-02 Doug Evans <dje@google.com>
3154
3155 * gdb.base/structs.c (main): Don't run forever.
3156
3157 2014-10-02 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3160 (top level) <stop threads 1, stop threads 2>: Use it.
3161
3162 2014-10-02 Pedro Alves <palves@redhat.com>
3163
3164 * gdb.threads/break-while-running.exp (test): Add new
3165 'update_thread_list' argument. Skip "info threads" if false.
3166 (top level): Add new 'update_thread_list' axis.
3167
3168 2014-10-02 Pedro Alves <palves@redhat.com>
3169
3170 PR breakpoints/17431
3171 * gdb.base/execl-update-breakpoints.c: New file.
3172 * gdb.base/execl-update-breakpoints.exp: New file.
3173
3174 2014-10-01 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/breakpoint-in-ro-region.c: New file.
3177 * gdb.base/breakpoint-in-ro-region.exp: New file.
3178
3179 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3180
3181 * gdb.mi/mi-exit-code.exp: New file.
3182 * gdb.mi/mi-exit-code.c: New file.
3183
3184 2014-09-30 Yao Qi <yao@codesourcery.com>
3185
3186 * lib/prelink-support.exp (build_executable_own_libs): Error if
3187 the target isn't native.
3188
3189 2014-09-30 Yao Qi <yao@codesourcery.com>
3190
3191 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3192 false.
3193
3194 2014-09-22 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.threads/break-while-running.exp: New file.
3197 * gdb.threads/break-while-running.c: New file.
3198
3199 2014-09-19 Yao Qi <yao@codesourcery.com>
3200
3201 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3202 Invoke test. Restart GDB with --readnow and invoke test again.
3203
3204 2014-09-19 Yao Qi <yao@codesourcery.com>
3205
3206 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3207 proc set_breakpoint_on_gcd_function. Invoke
3208 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3209 invoke set_breakpoint_on_gcd_function again.
3210
3211 2014-09-18 Doug Evans <dje@google.com>
3212
3213 * gdb.dwarf2/symtab-producer.exp: New file.
3214
3215 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3216
3217 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3218 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3219 * gdb.base/global-var-nested-by-dso.c: Likewise.
3220 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3221
3222 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3223 Pedro Alves <palves@redhat.com>
3224
3225 * gdb.base/watch-bitfields.exp: Pass string other than test file
3226 name to prepare_for_testing.
3227 (watch): New procedure.
3228 (expect_watchpoint): Use with_test_prefix.
3229 (top level): Factor out tests to ...
3230 (test_watch_location, test_regular_watch): ... these new
3231 procedures, and use with_test_prefix and gdb_continue_to_end.
3232
3233 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3234
3235 PR breakpoints/12526
3236 * gdb.base/watch-bitfields.exp: New file.
3237 * gdb.base/watch-bitfields.c: New file.
3238
3239 2014-09-16 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3242 software and hardware addresses, not software address against
3243 itself.
3244
3245 2014-09-16 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3248 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3249
3250 2014-09-16 Pedro Alves <palves@redhat.com>
3251
3252 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3253 files.
3254 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3255 "*-*-vxworks*" throughout.
3256 * gdb.base/break.exp: Likewise.
3257 * gdb.base/default.exp: Likewise.
3258 * gdb.base/scope.exp: Likewise.
3259 * gdb.base/sepdebug.exp: Likewise.
3260 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3261 throughout.
3262 * gdb.base/run.c: Likewise.
3263 * gdb.base/sepdebug.c: Likewise.
3264 * gdb.hp/gdb.aCC/run.c: Likewise.
3265 * gdb.reverse/until-reverse.c: Likewise.
3266 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3267
3268 2014-09-16 Yao Qi <yao@codesourcery.com>
3269
3270 * boards/local-remote-host-native.exp: New file.
3271
3272 2014-09-14 Doug Evans <xdje42@gmail.com>
3273
3274 * gdb.threads/queue-signal.c (thread_count): New variable.
3275 (thread_count_mutex, thread_count_condvar): New variables.
3276 (incr_thread_count, wait_all_threads_running): New functions.
3277 (main): Wait for all threads to be in their thread functions.
3278
3279 2014-09-13 Doug Evans <xdje42@gmail.com>
3280
3281 * gdb.threads/queue-signal.c: New file.
3282 * gdb.threads/queue-signal.exp: New file.
3283
3284 2014-09-13 Doug Evans <xdje42@gmail.com>
3285
3286 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3287 be consistent with what default_gdb_init uses.
3288 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3289 the plain text of the prompt. Add some logging printfs.
3290 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3291
3292 2014-09-12 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3295 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3296 * gdb.arch/i386-size-overlap.exp: Likewise.
3297 * gdb.arch/i386-size.exp: Likewise.
3298 * gdb.arch/i386-unwind.exp: Likewise.
3299 * gdb.base/a2-run.exp: Likewise.
3300 * gdb.base/break.exp: Likewise.
3301 * gdb.base/charset.exp: Likewise.
3302 * gdb.base/chng-syms.exp: Likewise.
3303 * gdb.base/commands.exp: Likewise.
3304 * gdb.base/dbx.exp: Likewise.
3305 * gdb.base/find.exp: Likewise.
3306 * gdb.base/funcargs.exp: Likewise.
3307 * gdb.base/jit-simple.exp: Likewise.
3308 * gdb.base/reread.exp: Likewise.
3309 * gdb.base/sepdebug.exp: Likewise.
3310 * gdb.base/step-bt.exp: Likewise.
3311 * gdb.cp/mb-inline.exp: Likewise.
3312 * gdb.cp/mb-templates.exp: Likewise.
3313 * gdb.objc/basicclass.exp: Likewise.
3314 * gdb.threads/killed.exp: Likewise.
3315
3316 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3317
3318 PR tdep/17379
3319 * gdb.arch/powerpc-stackless.S: New file.
3320 * gdb.arch/powerpc-stackless.exp: New file.
3321
3322 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3323
3324 * gdb.base/attach.c: Include unistd.h.
3325 (main): Call alarm. Add label postloop.
3326 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3327 gdb_breakpoint, gdb_continue_to_breakpoint.
3328 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3329
3330 2014-09-11 Pedro Alves <palves@redhat.com>
3331
3332 PR gdb/17347
3333 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3334 * gdb.base/attach.exp (test_command_line_attach_run): New
3335 procedure.
3336 (top level): Call it.
3337
3338 2014-09-11 Pedro Alves <palves@redhat.com>
3339
3340 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3341 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3342 (do_command_attach_tests): Use spawn_wait_for_attach.
3343 * gdb.base/solib-overlap.exp: Likewise.
3344 * gdb.multi/multi-attach.exp: Likewise.
3345 * gdb.python/py-prompt.exp: Likewise.
3346 * gdb.python/py-sync-interp.exp: Likewise.
3347 * gdb.server/ext-attach.exp: Likewise.
3348
3349 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3350
3351 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3352 command in testcase. Simplify testcase.
3353
3354 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3355
3356 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3357
3358 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3359
3360 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3361
3362 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3363
3364 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3365
3366 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3367
3368 * gdb.dwarf2/dynarr-ptr.c: New file.
3369 * gdb.dwarf2/dynarr-ptr.exp: New file.
3370
3371 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3372
3373 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3374 of 30 rather than hardcoding 120 for a slow test case. Take the
3375 `gdb,timeout' target setting into account for this calculation.
3376 Don't extend the timeout for the test cases that don't need it.
3377
3378 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3379
3380 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3381 a factor of 2 for a slow test case. Take the `gdb,timeout'
3382 target setting into account for this calculation.
3383 * gdb.reverse/until-precsave.exp: Increase the timeout by
3384 a factor of 15 and 3 respectively rather than adding 120
3385 for a pair of slow test cases. Take the `gdb,timeout'
3386 target setting into account for this calculation.
3387
3388 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3389
3390 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3391 timeout, don't pass one down to gdb_expect.
3392 (gdb_expect): Rework timeout selection.
3393
3394 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3395
3396 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3397 exception on timeout.
3398 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3399 (gdbserver_start_extended): Catch any `gdbserver_start' error
3400 exceptions.
3401 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3402 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3403 `gdbserver_gdb_load' error exceptions.
3404
3405 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3406
3407 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3408 120 on waiting for the TCP socket to open.
3409
3410 2014-09-09 Doug Evans <xdje42@gmail.com>
3411
3412 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3413 _caller_matches, _any_caller_is, _any_caller_matches.
3414
3415 2014-09-09 Doug Evans <xdje42@gmail.com>
3416
3417 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3418
3419 2014-09-09 Yao Qi <yao@codesourcery.com>
3420
3421 * gdb.mi/mi-var-display.exp: Set print symbol off.
3422
3423 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3424
3425 PR gdb/17035
3426 * gdb.base/commands.exp: Add tests to verify user-defined
3427 commands with empty bodies.
3428 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3429 python commands in `show user command`.
3430 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3431 scheme commands in `show user command`.
3432
3433 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 PR python/17355
3436 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3437 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3438 * gdb.python/py-framefilter-invalidarg.exp: New file.
3439 * gdb.python/py-framefilter-invalidarg.py: New file.
3440
3441 2014-09-06 Doug Evans <xdje42@gmail.com>
3442
3443 PR 15276
3444 * gdb.python/py-caller-is.c: New file.
3445 * gdb.python/py-caller-is.exp: New file.
3446
3447 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3448
3449 PR gdb/17235
3450 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3451 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3452
3453 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3454
3455 PR fortran/17237
3456 * gdb.fortran/print-formatted.exp: New file.
3457 * gdb.fortran/print-formatted.f90: Likewise.
3458
3459 2014-09-03 Sasha Smundak <asmundak@google.com>
3460
3461 * gdb.python/py-frame.exp: Test Frame.read_register.
3462
3463 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3464
3465 PR python/16699
3466 * gdb.python/py-completion.exp: New file.
3467 * gdb.python/py-completion.py: Likewise.
3468
3469 2014-08-28 Doug Evans <dje@google.com>
3470
3471 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3472 eax,etc. are live with values set by gdb and thus the compiler can't
3473 use them.
3474 * gdb.arch/i386-pseudo.c (main): Ditto.
3475
3476 2014-08-27 Doug Evans <dje@google.com>
3477
3478 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3479
3480 2014-08-25 Doug Evans <dje@google.com>
3481
3482 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3483 (main): Ditto.
3484
3485 2014-08-25 Doug Evans <dje@google.com>
3486
3487 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3488
3489 2014-08-24 Yao Qi <yao@codesourcery.com>
3490
3491 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3492 symbol off.
3493 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3494
3495 2014-08-22 Doug Evans <dje@google.com>
3496
3497 PR 17276
3498 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3499 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3500 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3501
3502 2014-08-22 Yao Qi <yao@codesourcery.com>
3503
3504 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3505 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3506 * gdb.python/python.exp: Likewise. Use .py file on the host
3507 instead of the build.
3508
3509 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3510
3511 * gdb.threads/gcore-stale-thread.c: New file.
3512 * gdb.threads/gcore-stale-thread.exp: New file.
3513
3514 2014-08-21 Pedro Alves <palves@redhat.com>
3515
3516 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3517 * gdb.base/gcore-relro-pie.exp: Likewise.
3518 * gdb.base/gcore-relro.exp: Likewise.
3519 * gdb.base/gcore.exp: Likewise.
3520 * gdb.base/print-symbol-loading.exp: Likewise.
3521 * gdb.threads/gcore-thread.exp: Likewise.
3522 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3523
3524 2014-08-20 Pedro Alves <palves@redhat.com>
3525 Jan Kratochvil <jan.kratochvil@redhat.com>
3526
3527 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3528 configure.
3529 (EXPECT): Handle READ1 being set.
3530 (all): Depend on EXTRA_RULES.
3531 (check-read1, expect-read1, read1.so, read1): New rules.
3532 * README (Testsuite Parameters): Document the READ1 make variable.
3533 (Race detection): New section.
3534 * configure: Regenerate.
3535 * configure.ac: If build==host==target, and running under a
3536 GNU/glibc system, add read1 to the extra Makefile rules.
3537 (EXTRA_RULES): AC_SUBST it.
3538 * lib/read1.c: New file.
3539
3540 2014-08-20 Joel Brobecker <brobecker@adacore.com>
3541
3542 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3543 the handling of variables declared as a typedef to an array
3544 which a DW_AT_data_location attribute.
3545
3546 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
3547 Pedro Alves <palves@redhat.com>
3548
3549 PR symtab/14604
3550 PR symtab/14605
3551 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3552 gdb_test.
3553
3554 2014-08-19 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3557
3558 2014-08-19 Yao Qi <yao@codesourcery.com>
3559
3560 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3561 right line.
3562
3563 2014-08-18 David Blaikie <dblaikie@gmail.com>
3564
3565 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3566
3567 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3568
3569 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3570 attribute in array range.
3571
3572 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3573
3574 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3575
3576 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3577
3578 PR c++/17132
3579 * gdb.cp/pr17132.cc: New file.
3580 * gdb.cp/pr17132.exp: New file.
3581
3582 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3583
3584 * gdb.python/py-xmethods.py (A_getarrayind)
3585 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3586 Use 'print' with function call syntax.
3587 (E_method_matcher.match): Fix tab vs space indentation mixup.
3588
3589 2014-08-15 Yao Qi <yao@codesourcery.com>
3590
3591 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3592 false.
3593
3594 2014-08-15 Yao Qi <yao@codesourcery.com>
3595
3596 * gdb.cp/casts.exp: Set print symbol off.
3597 * gdb.cp/class2.exp: Likewise.
3598 * gdb.cp/overload.exp: Likewise.
3599 * gdb.cp/templates.exp: Likewise.
3600
3601 2014-08-11 Doug Evans <dje@google.com>
3602
3603 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3604 (test_load_shlib): Update.
3605
3606 2014-08-09 Yao Qi <yao@codesourcery.com>
3607
3608 * gdb.base/display.exp: Invoke is_address_zero_readable.
3609 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3610 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3611 * gdb.base/hbreak-unmapped.exp: Return if
3612 is_address_zero_readable returns true.
3613 * gdb.base/signest.exp: Likewise.
3614 * gdb.base/signull.exp: Likewise.
3615 * gdb.base/sigbpt.exp: Likewise.
3616 * gdb.guile/scm-disasm.exp: Do the test if
3617 is_address_zero_readable returns false.
3618 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3619 * gdb.python/py-arch.exp: Likewise.
3620 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3621 * lib/gdb.exp (is_address_zero_readable): New proc.
3622
3623 2014-08-09 Yao Qi <yao@codesourcery.com>
3624
3625 PR testsuite/13443
3626 * gdb.mi/mi-var-display.exp: Make test messages unique.
3627
3628 2014-08-04 Tom Tromey <tromey@redhat.com>
3629
3630 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3631 target 0".
3632
3633 2014-08-04 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3636 "target_resume".
3637
3638 2014-08-01 Joel Brobecker <brobecker@adacore.com>
3639
3640 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3641 inner_vla_struct_object_size.
3642 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3643 as xfail.
3644
3645 2014-07-30 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3648 comment.
3649
3650 2014-07-29 Yao Qi <yao@codesourcery.com>
3651
3652 PR gdb/17206
3653 * gdb.base/until-nodebug.exp: New.
3654
3655 2014-07-28 Doug Evans <xdje42@gmail.com>
3656
3657 PR guile/17203
3658 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3659 previously existing parameter, and previously ambiguously spelled
3660 parameter.
3661
3662 2014-07-28 Will Newton <will.newton@linaro.org>
3663
3664 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3665
3666 2014-07-26 Ludovic Courtès <ludo@gnu.org>
3667 Doug Evans <xdje42@gmail.com>
3668
3669 PR guile/17146
3670 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3671
3672 2014-07-25 Pedro Alves <palves@redhat.com>
3673
3674 * gdb.threads/signal-command-handle-nopass.c: New file.
3675 * gdb.threads/signal-command-handle-nopass.exp: New file.
3676 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3677 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3678 * gdb.threads/signal-delivered-right-thread.c: New file.
3679 * gdb.threads/signal-delivered-right-thread.exp: New file.
3680
3681 2014-07-25 Pedro Alves <palves@redhat.com>
3682
3683 * gdb.base/double-prompt-target-event-error.exp
3684 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3685 match.
3686 (cancel_pagination_in_target_event): Rework double prompt
3687 detection.
3688 * gdb.base/paginate-after-ctrl-c-running.exp
3689 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3690 <return>' match.
3691 * gdb.base/paginate-bg-execution.exp
3692 (test_bg_execution_pagination_return)
3693 (test_bg_execution_pagination_cancel): Remove '-notransfer
3694 <return>' matches.
3695 * gdb.base/paginate-execution-startup.exp
3696 (test_fg_execution_pagination_return)
3697 (test_fg_execution_pagination_cancel): Remove '-notransfer
3698 <return>' matches.
3699 * gdb.base/paginate-inferior-exit.exp
3700 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3701 match.
3702 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3703 * lib/gdb.exp (pagination_prompt): Run text through
3704 string_to_regexp.
3705 (gdb_test_multiple): Match $pagination_prompt instead of
3706 "<return>".
3707 (string_to_regexp): Move to lib/gdb-utils.exp.
3708
3709 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3710
3711 * gdb.arch/amd64-entry-value-paramref.S: New file.
3712 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3713 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3714 * gdb.arch/amd64-optimout-repeat.S: New file.
3715 * gdb.arch/amd64-optimout-repeat.c: New file.
3716 * gdb.arch/amd64-optimout-repeat.exp: New file.
3717
3718 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 PR gdb/17170
3721 * gdb.base/statistics.exp: New file.
3722
3723 2014-07-17 Doug Evans <dje@google.com>
3724
3725 PR gdb/17170
3726 * gdb.base/maint.exp: Update testing of per-command stats.
3727
3728 2014-07-16 Pedro Alves <palves@redhat.com>
3729
3730 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3731 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3732 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3733 (tfile_write_buf): New functions.
3734 (add_memory_block): Rewrite using the above.
3735 (adjust_function_address): New function.
3736 (FUNCTION_ADDRESS): New macro.
3737 (write_basic_trace_file): Remove short_x local, and use
3738 tfile_write_16. Change type of func_addr local to unsigned long
3739 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3740 here. Cast argument of add_memory_block to char pointer.
3741 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3742 (main): Remove parameters.
3743 * gdb.trace/tfile.exp: Remove nowarnings.
3744
3745 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3746
3747 * gdb.base/debug-expr.exp: Test string evaluation with
3748 "debug expression" on.
3749
3750 2014-07-15 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.base/reread.exp: Use clean_restart.
3753
3754 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3755
3756 * gdb.arch/avr-flash-qualifer.c: New.
3757 * gdb.arch/avr-flash-qualifer.exp: New.
3758
3759 2014-07-14 Pedro Alves <palves@redhat.com>
3760
3761 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3762 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3763
3764 2014-07-14 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/double-prompt-target-event-error.c: New file.
3767 * gdb.base/double-prompt-target-event-error.exp: New file.
3768
3769 2014-07-14 Pedro Alves <palves@redhat.com>
3770
3771 PR gdb/17072
3772 * gdb.base/paginate-inferior-exit.c: New file.
3773 * gdb.base/paginate-inferior-exit.exp: New file.
3774
3775 2014-07-14 Pedro Alves <palves@redhat.com>
3776
3777 PR gdb/17072
3778 * gdb.base/paginate-bg-execution.c: New file.
3779 * gdb.base/paginate-bg-execution.exp: New file.
3780
3781 2014-07-14 Pedro Alves <palves@redhat.com>
3782
3783 PR gdb/17072
3784 * gdb.base/paginate-execution-startup.c: New file.
3785 * gdb.base/paginate-execution-startup.exp: New file.
3786 * lib/gdb.exp (pagination_prompt): New global.
3787 (default_gdb_spawn): New procedure, factored out from
3788 default_gdb_spawn.
3789 (default_gdb_start): Adjust to call default_gdb_spawn.
3790 (gdb_spawn): New procedure.
3791
3792 2014-07-14 Pedro Alves <palves@redhat.com>
3793
3794 * lib/gdb.exp (gdb_assert): New procedure.
3795 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3796
3797 2014-07-14 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.base/execution-termios.c: New file.
3800 * gdb.base/execution-termios.exp: New file.
3801
3802 2014-07-14 Tom Tromey <tromey@redhat.com>
3803
3804 * gdb.cp/vla-cxx.cc: New file.
3805 * gdb.cp/vla-cxx.exp: New file.
3806
3807 2014-07-14 Tom Tromey <tromey@redhat.com>
3808
3809 * gdb.reverse/rerun-prec.c: New file.
3810 * gdb.reverse/rerun-prec.exp: New file.
3811
3812 2014-07-12 Maciej W. Rozycki <macro@mips.com>
3813 Maciej W. Rozycki <macro@codesourcery.com>
3814
3815 * lib/gdb-utils.exp: New file.
3816 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3817 inline `gdb_init_command' processing.
3818 (gdb_start_cmd): Likewise.
3819 * lib/mi-support.exp (mi_run_cmd): Likewise.
3820 * README: Document `gdb_init_command' and `gdb_init_commands'.
3821
3822 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3823
3824 Fix false FAIL running under a very long directory name.
3825 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3826 and "set print elements 10000". Twice.
3827
3828 2014-07-11 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.base/exprs.exp: "set print symbol off".
3831
3832 2014-07-11 Pedro Alves <palves@redhat.com>
3833
3834 * gdb.threads/kill.c: New file.
3835 * gdb.threads/kill.exp: New file.
3836
3837 2014-07-10 Yao Qi <yao@codesourcery.com>
3838
3839 * gdb.trace/tfile.c (write_basic_trace_file)
3840 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3841 address written to trace file.
3842
3843 2014-07-09 Pedro Alves <palves@redhat.com>
3844
3845 * gdb.base/attach-wait-input.exp: New file.
3846 * gdb.base/attach-wait-input.c: New file.
3847
3848 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3849
3850 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3851 setting up test structures.
3852 (main): Call new test function.
3853 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3854 test function, continue into test function and walk test
3855 structures.
3856
3857 2014-07-02 Yao Qi <yao@codesourcery.com>
3858
3859 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3860 'bar_start' at the beginning of functions 'foo' and 'bar'
3861 respectively.
3862 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3863 instead of 'foo' and 'bar'.
3864
3865 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3866
3867 * gdb.btrace/segv.exp: New.
3868 * gdb.btrace/segv.c: New.
3869
3870 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
3871
3872 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3873 instruction.
3874
3875 2014-06-30 Mark Wielaard <mjw@redhat.com>
3876
3877 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3878 vulture, vilify, villar): New volatile array constants.
3879 (vindictive, vegetation): New const volatile array constants.
3880 * gdb.base/volatile.exp: Test volatile and const volatile array
3881 types.
3882
3883 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3884
3885 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3886 target lacks support for awatch, rwatch, or hbreak.
3887
3888 2014-06-27 Yao Qi <yao@codesourcery.com>
3889
3890 * gdb.multi/dummy-frame-restore.exp: New.
3891 * gdb.multi/dummy-frame-restore.c: New.
3892
3893 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3894
3895 * gdb.btrace/gcore.exp: New.
3896
3897 2014-06-23 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/watchpoint-reuse-slot.c: New file.
3900 * gdb.base/watchpoint-reuse-slot.exp: New file.
3901
3902 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3903
3904 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3905 progspace's filename in 'info', 'enable' and 'disable' command
3906 tests.
3907
3908 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3909
3910 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3911 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3912 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3913
3914 2014-06-20 Gary Benson <gbenson@redhat.com>
3915
3916 * gdb.arch/i386-avx.exp: Fix include file location.
3917 * gdb.arch/i386-sse.exp: Likewise.
3918
3919 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3920
3921 * gdb.dlang/expression.exp: New file.
3922
3923 2014-06-19 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3926 out from ...
3927 (top level): ... here. Iterate running tests under different
3928 scheduler-locking settings.
3929
3930 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
3931
3932 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3933 to DW_FORM_addr and use non-zero addresses.
3934
3935 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3936
3937 PR gdb/17017
3938 * gdb.python/py-xmethods.cc: Add global function call counters and
3939 increment them in their respective functions. Remove "cout"
3940 statements.
3941 * gdb.python/py-xmethods.exp: Make tests check the global function
3942 call counters instead of depending on inferior IO.
3943
3944 2014-06-18 Don Breazeal <donb@codesourcery.com>
3945
3946 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3947 Deleted procedure.
3948 (explicit_fork_parent_follow): Deleted procedure.
3949 (explicit_fork_child_follow): Deleted procedure.
3950 (test_follow_fork): New procedure.
3951 (do_fork_tests): Replace calls to deleted procedures with
3952 calls to test_follow_fork and reset GDB for subsequent
3953 procedure calls.
3954
3955 2014-06-17 Yao Qi <yao@codesourcery.com>
3956
3957 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3958 CP1252.
3959
3960 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
3961
3962 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3963 Initialize ptr and S explicitly.
3964 (skip_type_update_when_not_use_rtti_test): Likewise.
3965
3966 2014-06-16 Keith Seitz <keiths@redhat.com>
3967
3968 PR mi/15863
3969 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3970 the inferior is started.
3971
3972 2014-06-16 Pedro Alves <palves@redhat.com>
3973
3974 * gdb.base/break-main-file-remove-fail.c: New file.
3975 * gdb.base/break-main-file-remove-fail.exp: New file.
3976 * gdb.base/break-unload-file.exp: Use build_executable instead of
3977 prepare_for_testing.
3978 (test_break): New parameter "initial_load". Handle it.
3979 (top level): Add initial_load cmdline/file axis.
3980
3981 2014-06-12 Tom Tromey <tromey@redhat.com>
3982
3983 * gdb.base/completion.exp: Don't use directory name in test.
3984
3985 2014-06-09 Gary Benson <gbenson@redhat.com>
3986
3987 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3988 separate the always-available ANSI-standard signals from the
3989 signals that require checking.
3990 (main): Likewise.
3991 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3992 Likewise.
3993 (main): Likewise.
3994
3995 2014-06-07 Keith Seitz <keiths@redhat.com>
3996
3997 Revert:
3998 PR c++/16253
3999 * gdb.cp/var-tag.cc: New file.
4000 * gdb.cp/var-tag.exp: New file.
4001 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4002 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4003 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4004 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4005
4006 2014-06-06 Doug Evans <xdje42@gmail.com>
4007
4008 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
4009
4010 2014-06-06 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
4013 in target debug output instead of looking at RSP packets,
4014 disabling the test on any target that uses hardware stepping.
4015 Update comments.
4016
4017 2014-06-06 Pedro Alves <palves@redhat.com>
4018
4019 * gdb.base/break-unload-file.exp: Fix typo.
4020
4021 2014-06-06 Yao Qi <yao@codesourcery.com>
4022
4023 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
4024 from "jit_function" to "^jit_function".
4025
4026 2014-06-06 Yao Qi <yao@codesourcery.com>
4027
4028 * gdb.base/async.c (foo): Add one statement.
4029 * gdb.base/async.exp: Get the next instruction address and
4030 match the output of "nexti" by instruction address. Match
4031 the hex address in the output of "finish".
4032
4033 2014-06-06 Gary Benson <gbenson@redhat.com>
4034
4035 * gdb.base/call-signals.c: Remove preprocessor conditionals
4036 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
4037 SIGSEGV and SIGTERM.
4038 * gdb.base/sigall.c: Likewise.
4039 * gdb.base/unwindonsignal.c: Likewise.
4040 * gdb.reverse/sigall-reverse.c: Likewise.
4041
4042 2014-06-06 Yao Qi <yao@codesourcery.com>
4043
4044 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
4045 readable, skip the test.
4046
4047 2014-06-06 Yao Qi <yao@codesourcery.com>
4048
4049 * gdb.threads/staticthreads.c (thread_function): Move the line
4050 setting breakpoint on forward.
4051 * gdb.threads/staticthreads.exp: Update comments.
4052
4053 2014-06-05 Ludovic Courtès <ludo@gnu.org>
4054
4055 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4056 "history-append! type error".
4057
4058 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4059
4060 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4061 erroneous dprintf expected input.
4062
4063 2014-06-04 Doug Evans <xdje42@gmail.com>
4064
4065 * gdb.guile/scm-generics.exp: Delete.
4066
4067 2014-06-04 Doug Evans <xdje42@gmail.com>
4068
4069 * gdb.guile/scm-breakpoint.exp: Update.
4070 Add tests for breakpoint registration.
4071
4072 2014-06-04 Tom Tromey <tromey@redhat.com>
4073
4074 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4075 VLA-in-union.
4076 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4077 inner_vla_struct, vla_union types. Initialize objects of those
4078 types and compute their sizes.
4079
4080 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4081 Hui Zhu <hui@codesourcery.com>
4082
4083 * gdb.base/fileio.exp: Add test for shell not available as well as
4084 available.
4085 * gdb.base/fileio.c (test_system): Check for shell twice.
4086
4087 2014-06-04 Yao Qi <yao@codesourcery.com>
4088
4089 * gdb.base/auto-connect-native-target.exp: Remove redundant
4090 space from the regexp pattern.
4091
4092 2014-06-04 Yao Qi <yao@codesourcery.com>
4093
4094 * gdb.base/default.exp: Replace "child" with "native" in
4095 regexp pattern.
4096
4097 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4098
4099 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4100 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4101 * gdb.python/py-xmethods.py: Python script supporting the
4102 new testcase and tests.
4103
4104 2014-06-03 Joel Brobecker <brobecker@adacore.com>
4105 Pedro Alves <palves@redhat.com>
4106
4107 PR breakpoints/17000
4108 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4109 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4110
4111 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4112
4113 * gdb.base/subst.exp: Add tests to verify partial path matching
4114 output.
4115
4116 2014-06-03 Pedro Alves <palves@redhat.com>
4117
4118 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4119 target that doesn't use software single-stepping.
4120
4121 2014-06-03 Pedro Alves <palves@redhat.com>
4122
4123 PR breakpoints/17000
4124 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4125 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4126
4127 2014-06-02 Doug Evans <xdje42@gmail.com>
4128
4129 * gdb.guile/scm-parameter.exp: New file.
4130
4131 2014-06-02 Doug Evans <xdje42@gmail.com>
4132
4133 * gdb.guile/scm-cmd.c: New file.
4134 * gdb.guile/scm-cmd.exp: New file.
4135
4136 2014-06-02 Doug Evans <xdje42@gmail.com>
4137
4138 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4139 pretty-printer lookup.
4140 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4141 (make-pp_s-printer): Call it.
4142 (make-pretty-printer-from-dict): New function.
4143 (lookup-pretty-printer-maker-from-dict): New function.
4144 (*pretty-printer*): Simplify.
4145 (make-objfile-pp_s-printer): New function.
4146 (install-objfile-pretty-printers!): New function.
4147 (make-progspace-pp_s-printer): New function.
4148 (install-progspace-pretty-printers!): New function.
4149 * gdb.guile/scm-progspace.c: New file.
4150 * gdb.guile/scm-progspace.exp: New file.
4151
4152 2014-06-02 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/dprintf-bp-same-addr.c: New file.
4155 * gdb.base/dprintf-bp-same-addr.exp: New file.
4156
4157 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4158
4159 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4160 * gdb.arch/powerpc-power.s: Likewise.
4161
4162 2014-06-02 Joel Brobecker <brobecker@adacore.com>
4163
4164 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4165
4166 2014-06-01 Yao Qi <yao@codesourcery.com>
4167
4168 * gdb.base/watchpoint.exp (test_watch_location): Check null
4169 pointer can be dereferenced. If not, do the test, otherwise
4170 skip it.
4171
4172 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4173
4174 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4175 results.
4176 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4177
4178 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4179
4180 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4181 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4182 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4183 * gdb.arch/amd64-invalid-stack-top.c: New file.
4184 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4185
4186 2014-05-30 Pedro Alves <palves@redhat.com>
4187
4188 PR breakpoints/17000
4189 * gdb.base/sss-bp-on-user-bp.c: New file.
4190 * gdb.base/sss-bp-on-user-bp.exp: New file.
4191
4192 2014-05-30 David Blaikie <dblaikie@gmail.com>
4193
4194 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4195 gnu_inline semantics via attribute.
4196 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4197 source explicitly specifies the required semantics.
4198
4199 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4200
4201 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4202
4203 2014-05-29 Pedro Alves <palves@redhat.com>
4204 Tom Tromey <tromey@redhat.com>
4205
4206 * gdb.base/async-shell.exp: Don't enable target-async.
4207 * gdb.base/async.exp
4208 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4209 parameter. Adjust.
4210 (top level): Don't test with "target-async".
4211 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4212 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4213 * gdb.base/inferior-died.exp: Don't enable target-async.
4214 * gdb.base/interrupt-noterm.exp: Likewise.
4215 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4216 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4217 * gdb.mi/mi-nonstop.exp: Likewise.
4218 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4219 * gdb.mi/mi-nsintrall.exp: Likewise.
4220 * gdb.mi/mi-nsmoribund.exp: Likewise.
4221 * gdb.mi/mi-nsthrexec.exp: Likewise.
4222 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4223 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4224 * gdb.python/py-evsignal.exp: Don't enable target-async.
4225 * gdb.python/py-evthreads.exp: Likewise.
4226 * gdb.python/py-prompt.exp: Likewise.
4227 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4228 * gdb.server/solib-list.exp: Don't enable target-async.
4229 * gdb.threads/thread-specific-bp.exp: Likewise.
4230 * lib/mi-support.exp: Adjust to use mi-async.
4231
4232 2014-05-29 Pedro Alves <palves@redhat.com>
4233
4234 PR gdb/13860
4235 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4236 reason, even in sync mode.
4237
4238 2014-05-29 Pedro Alves <palves@redhat.com>
4239 Hui Zhu <hui@codesourcery.com>
4240
4241 PR PR15693
4242 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4243 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4244 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4245 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4246
4247 2014-05-28 Joel Brobecker <brobecker@adacore.com>
4248
4249 * config/monitor.exp (gdb_target_monitor): Replace use of
4250 "set remotebaud" by "set serial baud".
4251
4252 2014-05-26 Andy Wingo <wingo@igalia.com>
4253
4254 * gdb.guile/scm-breakpoint.exp:
4255 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4256 properties instead of gdb-object-properties.
4257
4258 2014-05-26 Yao Qi <yao@codesourcery.com>
4259
4260 * gdb.server/no-thread-db.exp: Specify source file name
4261 explicitly when setting a breakpoint.
4262
4263 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4264
4265 * gdb.btrace/vdso.c: New.
4266 * gdb.btrace/vdso.exp: New.
4267
4268 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4269
4270 * gdb.base/gcore.exp (capture_command_output): Move ...
4271 * lib/gdb.exp (capture_command_output): ... here.
4272
4273 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4274
4275 * gdb.btrace/data.exp: Test memory access during btrace replay.
4276
4277 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4278
4279 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4280
4281 2014-05-21 Pedro Alves <palves@redhat.com>
4282
4283 PR gdb/13860
4284 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4285 (top level): Test that output related to execution commands is
4286 sent to the console with CLI commands, but not with MI commands.
4287 Test that breakpoint events are always mirrored to the console.
4288 Also expect the new source line to be output after a "next" in
4289 async mode too. Make it a pass/fail test.
4290 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4291 output.
4292 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4293
4294 2014-05-21 Pedro Alves <palves@redhat.com>
4295
4296 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4297 Use them to test variations of "list" after reaching a breakpoint.
4298 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4299 Test "list" with listsize 10 after reaching a breakpoint.
4300 * gdb.python/python.exp (decode_line current location line
4301 number): Adjust expected line number.
4302
4303 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4304
4305 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4306 behavior for $args, pass it directly to "run".
4307
4308 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4309
4310 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4311 30000 to 65536.
4312
4313 2014-05-21 Pedro Alves <palves@redhat.com>
4314
4315 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4316 auto-connect-native-target off".
4317 * gdb.base/auto-connect-native-target.c: New file.
4318 * gdb.base/auto-connect-native-target.exp: New file.
4319
4320 2014-05-21 Pedro Alves <palves@redhat.com>
4321
4322 * gdb.base/default.exp: Test "target native" instead of "target
4323 child".
4324
4325 2014-05-21 Mark Wielaard <mjw@redhat.com>
4326
4327 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4328
4329 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4330
4331 Fix TLS access for -static -pthread.
4332 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4333 <HAVE_TLS> (thread_function, main): Initialize it.
4334 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4335 Add clean_restart.
4336 <$have_tls != "">: Check TLSVAR.
4337
4338 2014-05-21 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/dcache-line-read-error.c: New.
4341 * gdb.base/dcache-line-read-error.exp: New.
4342
4343 2014-05-20 Pedro Alves <palves@redhat.com>
4344
4345 * gdb.base/compare-sections.c: New file.
4346 * gdb.base/compare-sections.exp: New file.
4347
4348 2014-05-20 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/break-idempotent.c: New file.
4351 * gdb.base/break-idempotent.exp: New file.
4352
4353 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4354
4355 * gdb.btrace/nohist.exp: New.
4356
4357 2014-05-20 Yao Qi <yao@codesourcery.com>
4358
4359 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4360 gdb.reverse directory and gdb_reverse_timeout exists in board
4361 setting.
4362 * README: Document gdb_reverse_timeout.
4363
4364 2014-05-20 Yao Qi <yao@codesourcery.com>
4365
4366 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4367 'test_file_name'. Treat args as a string instead of a list.
4368 (gdb_init): Rename argument 'args' by 'test_file_name'.
4369
4370 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4371
4372 * gdb.arch/powerpc-power.exp: New file.
4373 * gdb.arch/powerpc-power.s: New file.
4374
4375 2014-05-16 Doug Evans <dje@google.com>
4376
4377 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
4378 * gdb.base/completion.exp: Check that all expected files exist
4379 before doing file completion.
4380
4381 2014-05-16 Doug Evans <dje@google.com>
4382
4383 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4384 Update.
4385 (do_syscall_tests_without_xml): Update.
4386
4387 2014-05-16 Pedro Alves <palves@redhat.com>
4388
4389 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4390 instead of "unknown output after running".
4391
4392 2014-05-16 Yao Qi <yao@codesourcery.com>
4393
4394 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4395 file1.txt from host at the end.
4396 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4397
4398 2014-05-15 Doug Evans <dje@google.com>
4399
4400 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4401 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4402 loading file. Add test for TU lookup.
4403
4404 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4405
4406 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4407 calling "-exec-arguments" or "set args" before running the
4408 inferior.
4409
4410 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4411
4412 * lib/mi-support.exp (mi_expect_stop): Expect message for
4413 inferiors that exit with non-zero exit code.
4414
4415 2014-05-14 Yao Qi <yao@codesourcery.com>
4416
4417 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4418 match absolute path on remote host.
4419 (test_file_list_exec_source_files): Remove "/" from the
4420 pattern.
4421
4422 2014-05-14 Yao Qi <yao@codesourcery.com>
4423
4424 * boards/local-remote-host-notty.exp (${board}_file): New
4425 proc.
4426
4427 2014-05-07 Kyle McMartin <kyle@redhat.com>
4428
4429 Pushed by Joel Brobecker <brobecker@adacore.com>.
4430 * gdb.arch/aarch64-atomic-inst.c: New file.
4431 * gdb.arch/aarch64-atomic-inst.exp: New file.
4432
4433 2014-05-07 Yao Qi <yao@codesourcery.com>
4434
4435 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4436 in current context" too.
4437
4438 2014-05-05 Keith Seitz <keiths@redhat.com>
4439
4440 * gdb.linespec/ls-dollar.exp: Add test for linespec
4441 file:convenience_variable.
4442
4443 2014-05-05 Yao Qi <yao@codesourcery.com>
4444
4445 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4446 traceframes into tfile and ctf trace files. Read data from
4447 trace file and test collected data.
4448 (gdb_collect_locals_test): Likewise.
4449 (gdb_unavailable_registers_test): Likewise.
4450 (gdb_unavailable_floats): Likewise.
4451 (gdb_collect_globals_test): Likewise.
4452 (top-level): Append "ctf" to trace_file_targets if GDB
4453 supports.
4454
4455 2014-05-05 Yao Qi <yao@codesourcery.com>
4456
4457 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4458 code to ...
4459 (gdb_collect_args_test_1): ... it. New proc.
4460 (gdb_collect_locals_test): Move some code to ...
4461 (gdb_collect_locals_test_1): ... it. New proc.
4462 (gdb_unavailable_registers_test): Move some code to ...
4463 (gdb_unavailable_registers_test_1): ... it. New proc.
4464 (gdb_unavailable_floats): Move some code to ...
4465 (gdb_unavailable_floats_1): ... it. New proc.
4466
4467 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4468
4469 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4470 probes to test for bitness recognition.
4471 * gdb.arch/amd64-stap-optional-prefix.exp
4472 (test_probe_value_without_reg): New procedure.
4473 Add code to test for different kinds of bitness.
4474
4475 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4476
4477 PR breakpoints/16889
4478 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4479 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4480
4481 2014-05-01 Pedro Alves <palves@redhat.com>
4482
4483 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4484 gdb_file_cmd if no file is specified.
4485 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4486 last_loaded_file to set the remote exec-file.
4487
4488 2014-05-01 Pedro Alves <palves@redhat.com>
4489
4490 * boards/local-remote-host.exp: New file.
4491
4492 2014-05-01 Pedro Alves <palves@redhat.com>
4493
4494 * boards/local-remote-host.exp: Rename to ...
4495 * boards/local-remote-host-notty.exp: ... this.
4496
4497 2014-04-28 Joel Brobecker <brobecker@adacore.com>
4498
4499 * gdb.ada/dyn_arrayidx: New testcase.
4500
4501 2014-04-26 Yao Qi <yao@codesourcery.com>
4502
4503 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4504 and compute the length of function main. Save it in
4505 $main_length.
4506 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4507 (top-level): Use gdb_compile to compile objects into
4508 executable and restart GDB. Remove invocation to
4509 prepare_for_testing.
4510
4511 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4512 Pedro Alves <palves@redhat.com>
4513
4514 PR server/16255
4515 * gdb.multi/multi-attach.c: New file.
4516 * gdb.multi/multi-attach.exp: New file.
4517
4518 2014-04-25 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4521 user.
4522 (top level): Test that "set remote conditional-breakpoints-packet
4523 off" works as intended.
4524 * gdb.base/dprintf.exp: Test that "set remote
4525 breakpoint-commands-packet off" works as intended.
4526 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4527 New function.
4528 (top level): Call it.
4529 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4530 remote fast-tracepoints-packet off" works as intended.
4531 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4532 * lib/gdb.exp (gdb_is_target_remote): ... here.
4533
4534 2014-04-24 David Blaikie <dblaikie@gmail.com>
4535
4536 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4537 ensure clang would not discard them.
4538 * gdb.base/gdbvars.c: Ditto.
4539 * gdb.base/memattr.c: Ditto.
4540 * gdb.base/whatis.c: Ditto.
4541 * gdb.python/py-prettyprint.c: Ditto.
4542 * gdb.trace/actions.c: Ditto.
4543 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4544 ensure clang would not discard it.
4545
4546 2014-04-24 David Blaikie <dblaikie@gmail.com>
4547
4548 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4549 clang to emit the full definition of type required by the test
4550 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4551
4552 2014-04-24 David Blaikie <dblaikie@gmail.com>
4553
4554 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4555 coax Clang into emitting the definition of the type.
4556 * gdb.cp/pr10728-x.h (y): Ditto.
4557 * gdb.cp/pr10728-y.cc (y): Ditto.
4558
4559 2014-04-24 David Blaikie <dblaikie@gmail.com>
4560
4561 * gdb.base/label.exp: XFAIL label related tests under Clang.
4562 * gdb.cp/cplabel.exp: Ditto.
4563 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4564 under Clang those using labels.
4565
4566 2014-04-25 Yao Qi <yao@codesourcery.com>
4567
4568 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4569 double_label.
4570 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4571 partial_label and double_label.
4572
4573 2014-04-24 David Blaikie <dblaikie@gmail.com>
4574
4575 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4576
4577 2014-04-24 David Blaikie <dblaikie@gmail.com>
4578
4579 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4580 of the function to work across GCC and Clang.
4581 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4582 pointer types (const void ** const V void **).
4583
4584 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
4585 Walfred Tedeschi <walfred.tedeschi@intel.com>
4586
4587 * Makefile.in (EXECUTABLES): Added i386-avx512.
4588 * gdb.arch/i386-avx512.c: New file.
4589 * gdb.arch/i386-avx512.exp: Likewise.
4590
4591 2014-04-23 Keith Seitz <keiths@redhat.com>
4592
4593 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4594 (mi_make_breakpoint_table): New procedure.
4595 (mi_create_breakpoint): Use mi_make_breakpoint
4596 and return the result.
4597 (mi_make_breakpoint): New procedure.
4598 (mi_build_kv_pairs): New procedure.
4599
4600 * gdb.mi/mi-break.exp: Remove unused globals,
4601 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4602 All callers updated.
4603 * gdb.mi/mi-dprintf.exp: Use variable to track command
4604 number.
4605 Update all callers of mi_create_breakpoint and use
4606 mi_make_breakpoint_table.
4607 Remove any unused global variables.
4608 * gdb.mi/mi-nonstop.exp: Likewise.
4609 * gdb.mi/mi-nsintrall.exp: Likewise.
4610 * gdb.mi/mi-nsmoribund.exp: Likewise.
4611 * gdb.mi/mi-nsthrexec.exp: Likewise.
4612 * gdb.mi/mi-reverse.exp: Likewise.
4613 * gdb.mi/mi-simplerun.exp: Likewise.
4614 * gdb.mi/mi-stepn.exp: Likewise.
4615 * gdb.mi/mi-syn-frame.exp: Likewise.
4616 * gdb.mi/mi-until.exp: Likewise.
4617 * gdb.mi/mi-var-cp.exp: Likewise.
4618 * gdb.mi/mi-var-display.exp: Likewise.
4619 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4620 * gdb.mi/mi2-var-child.exp: Likewise.
4621 * gdb.mi/mi-vla-c99.exp: Likewise.
4622 * lib/mi-support.exp: Likewise.
4623
4624 From Ian Lance Taylor <iant@cygnus.com>:
4625 * lib/gdb.exp (parse_args): New procedure.
4626
4627 2014-04-23 Pedro Alves <palves@redhat.com>
4628
4629 * gdb.base/break-unload-file.c: New file.
4630 * gdb.base/break-unload-file.exp: New file.
4631 * gdb.base/sym-file-lib.c (baz): New function.
4632 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4633 field.
4634 (load): Store the segment's mapped size.
4635 (unload): New function.
4636 (unload_shlib): New function.
4637 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4638 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4639 set a breakpoint at baz, and call it.
4640 * gdb.base/sym-file.exp: New tests for stale breakpoint
4641 instructions.
4642
4643 2014-04-23 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4646 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4647 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4648 * gdb.base/hbreak-unmapped.c: New file.
4649 * gdb.base/hbreak-unmapped.exp: New file.
4650 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4651 * lib/gdb.exp (gdb_is_target_remote): ... here.
4652
4653 2014-04-22 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.base/consecutive-step-over.c: New file.
4656 * gdb.base/consecutive-step-over.exp: New file.
4657
4658 2014-04-22 Pedro Alves <palves@redhat.com>
4659
4660 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4661 instead of send_gdb/gdb_expect.
4662
4663 2014-04-22 Yao Qi <yao@codesourcery.com>
4664
4665 * lib/trace-support.exp (generate_tracefile): New procedure.
4666 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4667 return 0.
4668 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4669 if generate_tracefile returns 1.
4670
4671 2014-04-18 Tom Tromey <palves@redhat.com>
4672 Pedro alves <tromey@redhat.com>
4673
4674 PR backtrace/15558
4675 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4676 with a backtrace limit.
4677 * gdb.python/py-frame-inline.exp: Test running to an inline
4678 function with a backtrace limit, and printing the newest frame.
4679 * gdb.python/py-frame-inline.c (main): Call f.
4680
4681 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4682
4683 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4684
4685 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4686
4687 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4688 Drop prefix from unsupported source file path.
4689
4690 2014-04-17 Yao Qi <yao@codesourcery.com>
4691
4692 * lib/gdb.exp (with_target_charset): New proc.
4693 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4694 with_target_charset.
4695 (test_print_strings): Likewise.
4696 (test_repeat_bytes): Likewise.
4697 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4698 for some tests.
4699
4700 2014-04-16 Keith Seitz <keiths@redhat.com>
4701
4702 PR gdb/15827
4703 * gdb.dwarf2/corrupt.c: New file.
4704 * gdb.dwarf2/corrupt.exp: New file.
4705
4706 2014-04-16 Keith Seitz <keiths@redhat.com>
4707
4708 PR c++/16597
4709 * gdb.cp/namelessclass.cc: New file.
4710 * gdb.cp/namelessclass.exp: New file.
4711 * gdb.cp/namelessclass.S: New file.
4712
4713 2014-04-16 Doug Evans <dje@google.com>
4714
4715 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4716 Add comment.
4717 (gdbserver_default_get_comm_port): New function.
4718 (gdbserver_start): Check if board file provided
4719 "gdbserver,get_comm_port" and use it if so.
4720 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4721 (gdb,socketport): Set to "stdio".
4722 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4723 (stdio_gdbserver_template): Delete.
4724 (${board}_get_remote_address): Update.
4725 (${board}_build_remote_cmd): Delete.
4726 (${board}_get_comm_port): New function.
4727 (${board}_spawn): Update.
4728 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4729 Delete.
4730 (${board}_get_remote_address): Update.
4731 (${board}_get_comm_port): New function.
4732
4733 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
4734
4735 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4736 appearing in any order.
4737
4738 2014-04-15 Doug Evans <dje@google.com>
4739
4740 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4741 uninitialized value of "description".
4742
4743 2014-04-15 Keith Seitz <keiths@redhat.com>
4744
4745 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4746 Remove unused globals.
4747 (test_running_the_program): Likewise.
4748 (test_controlled_execution): Likewise.
4749 (test_controlling_breakpoints): Likewise.
4750 (test_program_termination): Likewise.
4751
4752 2014-04-15 Keith Seitz <keiths@redhat.com>
4753
4754 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4755 unused globals.
4756 (test_rbreak_creation_and_listing): Likewise.
4757 (test_ignore_count): Likewise.
4758 (test_error): Likewise.
4759
4760 2014-04-15 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4763 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4764 sym-file-loader.c.
4765 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4766 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4767 to sym-file-loader.c.
4768 (struct library): Forward declare.
4769 (load_shlib, lookup_function): Change prototypes.
4770 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4771 (translate_offset): Remove declarations.
4772 (get_text_addr): New declaration.
4773 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4774 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4775 sym-file-loader.h.
4776 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4777 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4778 here from sym-file-loader.h.
4779 (struct library): New structure.
4780 (load_shlib, lookup_function): Change prototypes and adjust to
4781 work with a struct library.
4782 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4783 (translate_offset): Make static.
4784 (get_text_addr): New function.
4785 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4786
4787 2014-04-15 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4790
4791 2014-04-15 Pedro Alves <palves@redhat.com>
4792
4793 * gdb.base/sym-file-loader.c: Include <limits.h>.
4794 (SELF_LINK): New define.
4795 (get_origin): New function.
4796 (load_shlib): Use it.
4797 * gdb.base/sym-file.exp: Don't early return if the target is
4798 remote. Use runto_main, and issue fail is that fails. Use
4799 gdb_load_shlibs.
4800 (shlib_name): Delete.
4801 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4802
4803 2014-04-15 Pedro Alves <palves@redhat.com>
4804
4805 * gdb.base/sym-file.exp: Remove regex characters from test
4806 message. Don't refer to breakpoint numbers in test messages.
4807
4808 2014-04-14 Keith Seitz <keiths@redhat.com>
4809
4810 PR c++/16253
4811 * gdb.cp/var-tag.cc: New file.
4812 * gdb.cp/var-tag.exp: New file.
4813 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4814 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4815 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4816 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4817
4818 2014-04-14 Tom Tromey <tromey@redhat.com>
4819
4820 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4821 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4822 type.
4823 * gdb.cp/enum-class.exp: New file.
4824 * gdb.cp/enum-class.cc: New file.
4825
4826 2014-04-14 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.dwarf2/enum-type.exp: New file.
4829
4830 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4831
4832 * gdb.mi/mi-vla-c99.exp: New file.
4833 * gdb.mi/vla.c: New file.
4834
4835 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4836
4837 * gdb.base/vla-datatypes.c: New file.
4838 * gdb.base/vla-datatypes.exp: New file.
4839
4840 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4841
4842 * gdb.base/vla-ptr.c: New file.
4843 * gdb.base/vla-ptr.exp: New file.
4844
4845 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4846
4847 * gdb.dwarf2/count.exp: New file.
4848
4849 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4850
4851 * gdb.base/vla-sideeffect.c: New file.
4852 * gdb.base/vla-sideeffect.exp: New file.
4853
4854 2014-04-14 David Blaikie <dblaikie@gmail.com>
4855
4856 * gdb.mi/non-stop.c: Add return value for non-void function return
4857 statement.
4858 * gdb.threads/staticthreads.c: Ditto.
4859
4860 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4861 Doug Evans <xdje42@gmail.com>
4862
4863 * gdb.guile/scm-value.c: Improve test case.
4864 * gdb.guile/scm-value.exp: Add new test.
4865
4866 2014-04-11 David Blaikie <dblaikie@gmail.com>
4867
4868 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4869 override Clang's default.
4870
4871 2014-04-11 Joel Brobecker <brobecker@adacore.com>
4872
4873 Revert the following changes (regressions):
4874
4875 * gdb.base/vla-sideeffect.c: New file.
4876 * gdb.base/vla-sideeffect.exp: New file.
4877
4878 * gdb.dwarf2/count.exp: New file.
4879
4880 * gdb.base/vla-multi.c: New file.
4881 * gdb.base/vla-multi.exp: New file.
4882
4883 * gdb.base/vla-ptr.c: New file.
4884 * gdb.base/vla-ptr.exp: New file.
4885
4886 * gdb.base/vla-datatypes.c: New file.
4887 * gdb.base/vla-datatypes.exp: New file.
4888
4889 * gdb.mi/mi-vla-c99.exp: New file.
4890 * gdb.mi/vla.c: New file.
4891
4892 2014-04-11 Keith Seitz <keiths@redhat.com>
4893
4894 PR c++/16675
4895 * gdb.cp/cpsizeof.exp: New file.
4896 * gdb.cp/cpsizeof.cc: New file.
4897
4898 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4899
4900 * gdb.mi/mi-vla-c99.exp: New file.
4901 * gdb.mi/vla.c: New file.
4902
4903 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4904
4905 * gdb.base/vla-datatypes.c: New file.
4906 * gdb.base/vla-datatypes.exp: New file.
4907
4908 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4909
4910 * gdb.base/vla-ptr.c: New file.
4911 * gdb.base/vla-ptr.exp: New file.
4912
4913 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4914
4915 * gdb.base/vla-multi.c: New file.
4916 * gdb.base/vla-multi.exp: New file.
4917
4918 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4919
4920 * gdb.dwarf2/count.exp: New file.
4921
4922 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4923
4924 * gdb.base/vla-sideeffect.c: New file.
4925 * gdb.base/vla-sideeffect.exp: New file.
4926
4927 2014-04-11 Yao Qi <yao@codesourcery.com>
4928
4929 * gdb.base/completion.exp: Check file exists before running tests
4930 on file completion.
4931
4932 2014-04-10 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.base/cond-eval-mode.c: New file.
4935 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4936 prepare_for_testing to build the new file. Check result of
4937 runto_main.
4938 (test_break, test_watch): New procedures.
4939 (top level): Use them.
4940
4941 2014-04-08 Pierre Muller <muller@sourceware.org>
4942
4943 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4944 Ctrl-V use for mingw hosts.
4945
4946 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4947
4948 * gdb.python/py-value.c: Improve test case.
4949 * gdb.python/py-value.exp: Add new test.
4950
4951 2014-04-07 David Blaikie <dblaikie@gmail.com>
4952
4953 * lib/compiler.c: Identify the clang compiler.
4954 * lib/compiler.cc: Ditto.
4955
4956 2014-04-03 Yao Qi <yao@codesourcery.com>
4957
4958 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4959
4960 2014-04-01 Anton Blanchard <anton@samba.org>
4961
4962 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4963 messages unique.
4964
4965 2014-04-01 Anton Blanchard <anton@samba.org>
4966
4967 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4968 prepare_for_testing.
4969
4970 2014-04-01 Anton Blanchard <anton@samba.org>
4971
4972 * gdb.arch/ppc64-atomic-inst.c: Remove.
4973 * gdb.arch/ppc64-atomic-inst.S: New file.
4974 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4975
4976 2014-03-31 Doug Evans <dje@google.com>
4977
4978 * gdb.base/print-symbol-loading-lib.c: New file.
4979 * gdb.base/print-symbol-loading-main.c: New file.
4980 * gdb.base/print-symbol-loading.exp: New file.
4981
4982 2014-03-31 Yao Qi <yao@codesourcery.com>
4983
4984 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4985
4986 2014-03-28 Joel Brobecker <brobecker@adacore.com>
4987
4988 * gdb.ada/mi_dyn_arr: New testcase.
4989
4990 2014-03-27 Doug Evans <dje@google.com>
4991
4992 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4993
4994 2014-03-27 Yao Qi <yao@codesourcery.com>
4995
4996 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4997 if target is nios2-*-*.
4998
4999 2014-03-26 Yao Qi <yao@codesourcery.com>
5000
5001 * lib/gdb.exp (readline_is_used): New proc.
5002 * gdb.base/completion.exp: Move tests on command complete up.
5003 Skip the rest of tests if readline is not used.
5004 * gdb.ada/complete.exp: Skp the test if readline is not
5005 used.
5006 * gdb.base/filesym.exp: Likewise.
5007 * gdb.base/macscp.exp: Likewise.
5008 * gdb.base/readline-ask.exp: Likewise.
5009 * gdb.base/readline.exp: Likewise.
5010 * gdb.python/py-cmd.exp: Likewise.
5011 * gdb.trace/tfile.exp: Likewise.
5012
5013 2014-03-26 Yao Qi <yao@codesourcery.com>
5014
5015 * gdb.base/macscp.exp: Fix code format issues.
5016
5017 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
5018
5019 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
5020 * gdb.asm/powerpc64le.inc: New file.
5021
5022 2014-03-25 Pedro Alves <palves@redhat.com>
5023 Doug Evans <dje@google.com>
5024
5025 * gdb.base/source-execution.c: New file.
5026 * gdb.base/source-execution.exp: New file.
5027 * gdb.base/source-execution.gdb: New file.
5028
5029 2014-03-24 Doug Evans <dje@google.com>
5030
5031 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
5032 using fission.
5033
5034 2014-03-24 Hui Zhu <hui@codesourcery.com>
5035 Pedro Alves <palves@redhat.com>
5036
5037 PR breakpoints/16101
5038 * gdb.base/dprintf.exp: Use unsupported rather than changing the
5039 test pass/fail messages. Detect missing support for dprintf when
5040 breakpoints are actually inserted.
5041 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
5042 breakpoints are actually inserted.
5043 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
5044 fails.
5045
5046 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5047
5048 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5049
5050 2014-03-22 Doug Evans <xdje42@gmail.com>
5051
5052 * gdb.python/python.exp (python not supported): Verify multi-line
5053 python command issues an error.
5054 * gdb.guile/guile.exp (guile not supported): Verify multi-line
5055 guile command issues an error.
5056
5057 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5058
5059 * gdb.threads/thread-specific.exp: Handle the lack of usable
5060 $this_breakpoint and $this_thread.
5061
5062 2014-03-21 Hui Zhu <hui@codesourcery.com>
5063
5064 * gdb.base/attach.exp (do_command_attach_tests): New.
5065
5066 2014-03-20 Tom Tromey <tromey@redhat.com>
5067 Pedro Alves <palves@redhat.com>
5068
5069 PR cli/15718
5070 * gdb.base/condbreak-call-false.c: New file.
5071 * gdb.base/condbreak-call-false.exp: New file.
5072
5073 2014-03-20 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5076 Delete.
5077 (block_signals, unblock_signals): Delete.
5078 (child_function_2, main): Remove references to deleted variable
5079 and functions.
5080
5081 2014-03-20 Pedro Alves <palves@redhat.com>
5082
5083 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5084 Use pthread_kill to signal thread 2.
5085 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5086 Adjust to make the test send itself a signal rather than using the
5087 host's "kill" command.
5088
5089 2014-03-20 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.threads/multiple-step-overs.c: New file.
5092 * gdb.threads/multiple-step-overs.exp: New file.
5093 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5094 Adjust expected infrun debug output.
5095
5096 2014-03-20 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5099 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5100
5101 2014-03-20 Pedro Alves <palves@redhat.com>
5102
5103 PR breakpoints/7143
5104 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5105 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5106 of gdb_test_multiple.
5107 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5108 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5109
5110 2014-03-20 Pedro Alves <palves@redhat.com>
5111
5112 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5113 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5114
5115 2014-03-19 Pedro Alves <palves@redhat.com>
5116
5117 * gdb.base/async.exp: Remove early return.
5118
5119 2014-03-19 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5122
5123 2014-03-19 Pedro Alves <palves@redhat.com>
5124
5125 * gdb.base/async.exp (test_background): Expect \r\n after
5126 "completed." in the fail pattern.
5127
5128 2014-03-19 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.base/async.exp (test_background): New procedure.
5131 Use it for all background execution command tests.
5132
5133 2014-03-19 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.base/async.exp: Use prepare_for_testing.
5136
5137 2014-03-19 Pedro Alves <palves@redhat.com>
5138
5139 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5140 the same line.
5141
5142 2014-03-19 Pedro Alves <palves@redhat.com>
5143
5144 * gdb.base/async.c (main): Add "jump here" and "until here" line
5145 marker comments.
5146 * gdb.base/async.exp (jump_here): New global.
5147 (jump& test): Use it.
5148 (until_here): New global.
5149 (until& test): Use it.
5150
5151 2014-03-19 Pedro Alves <palves@redhat.com>
5152
5153 * gdb.base/async.exp: Don't frob gdb_protocol.
5154
5155 2014-03-18 Doug Evans <xdje42@gmail.com>
5156
5157 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5158 Fix spelling of exec-done-display.
5159
5160 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5161
5162 PR gdb/15358
5163 * gdb.base/gdb-sigterm.c: New file.
5164 * gdb.base/gdb-sigterm.exp: New file.
5165
5166 2014-03-18 Pedro Alves <palves@redhat.com>
5167
5168 PR gdb/13860
5169 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5170 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5171 solib-event.
5172
5173 2014-03-17 Joel Brobecker <brobecker@adacore.com>
5174
5175 * gdb.ada/pckd_arr_ren: New testcase.
5176
5177 2014-03-13 Doug Evans <xdje42@gmail.com>
5178
5179 PR guile/16612
5180 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5181 collect after discarding symbols.
5182
5183 2014-03-13 Ludovic Courtès <ludo@gnu.org>
5184 Doug Evans <xdje42@gmail.com>
5185
5186 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5187 to history survives a gc.
5188
5189 2014-03-13 Pedro Alves <palves@redhat.com>
5190
5191 * gdb.base/default.exp: Don't test "target procfs".
5192
5193 2014-03-13 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.base/default.exp: Update "target child" and "target procfs"
5196 tests to not expect "Unix".
5197
5198 2014-03-12 Tom Tromey <tromey@redhat.com>
5199
5200 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5201 New procs. Add target-async tests.
5202 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5203 Add target-async tests.
5204
5205 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5206
5207 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5208 'func_start' and 'func_end' for the beginning and end of the
5209 function code, respectively.
5210 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5211 'func_end' instead of 'func' and 'main'.
5212
5213 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5214
5215 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5216 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5217 generate the debug info assembler source.
5218
5219 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5220
5221 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5222 * gdb.dwarf2/arr-subrange.exp: Likewise.
5223 * gdb.dwarf2/dwz.exp: Likewise.
5224 * gdb.dwarf2/method-ptr.exp: Likewise.
5225 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5226 * gdb.dwarf2/subrange.exp: Likewise.
5227 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5228 * gdb.dwarf2/implptrpiece.exp: Likewise.
5229 * gdb.dwarf2/nostaticblock.exp: Likewise.
5230
5231 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5232
5233 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5234 directory to absolute path name arguments.
5235
5236 2014-03-10 Joel Brobecker <brobecker@adacore.com>
5237
5238 * gdb.ada/tagged_access: New testcase.
5239
5240 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5241
5242 * gdb.btrace/data.exp: Update expected output.
5243
5244 2014-03-06 Yao Qi <yao@codesourcery.com>
5245
5246 * gdb.trace/pr16508.exp: New file.
5247
5248 2014-03-05 Pedro Alves <palves@redhat.com>
5249
5250 PR gdb/16575
5251 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5252 procedure.
5253 (top level): Adjust to use it. Add tests that exercise breakpoint
5254 interaction with the code-cache.
5255
5256 2014-02-26 Ludovic Courtès <ludo@gnu.org>
5257
5258 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5259 test for 'history-append!'.
5260
5261 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5262
5263 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5264 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5265 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5266 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5267 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5268 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5269
5270 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5271
5272 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5273 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5274 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5275
5276 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5277
5278 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5279
5280 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5281
5282 * gdb.dwarf2/arr-stride.c: New file.
5283 * gdb.dwarf2/arr-stride.exp: New file.
5284
5285 2014-02-26 Pedro Alves <palves@redhat.com>
5286
5287 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5288 that won't ever trigger. Make sure that GDB reports the correct
5289 breakpoint that caused the stop.
5290
5291 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 PR gdb/16626
5294 * gdb.base/auto-load-script: New file.
5295 * gdb.base/auto-load.c: New file.
5296 * gdb.base/auto-load.exp: New file.
5297
5298 PR gdb/16626
5299 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5300
5301 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5302
5303 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5304 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5305
5306 2014-02-24 Doug Evans <dje@google.com>
5307
5308 * lib/gdb.exp (run_on_host): Log error output if program fails.
5309
5310 2014-02-21 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.threads/step-after-sr-lock.c: Rename to ...
5313 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5314 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5315 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5316 ... this.
5317
5318 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5319
5320 PR tdep/16397
5321 * gdb.arch/amd64-stap-special-operands.exp: New file.
5322 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5323 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5324 * gdb.arch/amd64-stap-triplet.S: Likewise.
5325 * gdb.arch/amd64-stap-triplet.c: Likewise.
5326
5327 2014-02-20 Joel Brobecker <brobecker@adacore.com>
5328
5329 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5330 in .section pseudo-op.
5331
5332 2014-02-20 lin zuojian <manjian2006@gmail.com>
5333 Joel Brobecker <brobecker@adacore.com>
5334 Doug Evans <xdje42@gmail.com>
5335
5336 PR symtab/16581
5337 * gdb.dwarf2/dw2-icycle.S: New file.
5338 * gdb.dwarf2/dw2-icycle.c: New file.
5339 * gdb.dwarf2/dw2-icycle.exp: New file.
5340
5341 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5342
5343 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5344 operations on gdb.Value objects.
5345 * gdb.python/py-value-cc.exp: Add new test to test operations on
5346 gdb.Value objects.
5347
5348 2014-02-18 Doug Evans <dje@google.com>
5349
5350 * Makefile.in (TESTS): New variable.
5351 (expanded_tests, expanded_tests_or_none): New variables
5352 (check-single): Pass $(expanded_tests_or_none) to runtest.
5353 (check-parallel): Only run tests in $(TESTS) if non-empty.
5354 (check/no-matching-tests-found): New rule.
5355 * README: Document TESTS makefile variable.
5356
5357 2014-02-18 Doug Evans <dje@google.com>
5358
5359 * Makefile.in (check-parallel): rm -rf outputs temp.
5360
5361 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5362
5363 Fix "ERROR: no fileid for" in the testsuite.
5364 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5365
5366 2014-02-12 Doug Evans <dje@google.com>
5367
5368 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5369 (MISCELLANEOUS): New variable.
5370 (clean): rm -rf $(MISCELLANEOUS).
5371 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5372 dwp live in the same directory as symlinks, with each symlink pointed
5373 to a differently named file in a different directory.
5374
5375 2014-02-11 Doug Evans <dje@google.com>
5376
5377 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5378 of Tcl file commands.
5379
5380 2014-02-10 Mark Kettenis <kettenis@gnu.org>
5381
5382 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5383 "kill -SIGUSR1 -1".
5384
5385 2014-02-10 Joel Brobecker <brobecker@adacore.com>
5386
5387 * gdb.ada/tick_length_array_enum_idx: New testcase.
5388
5389 2014-02-10 Doug Evans <xdje42@gmail.com>
5390
5391 * configure.ac (AC_OUTPUT): Add gdb.guile.
5392 * configure: Regenerate.
5393 * lib/gdb-guile.exp: New file.
5394 * lib/gdb.exp (get_target_charset): New function.
5395 * gdb.base/help.exp: Update expected output from "apropos apropos".
5396 * gdb.guile/Makefile.in: New file.
5397 * gdb.guile/guile.exp: New file.
5398 * gdb.guile/scm-arch.c: New file.
5399 * gdb.guile/scm-arch.exp: New file.
5400 * gdb.guile/scm-block.c: New file.
5401 * gdb.guile/scm-block.exp: New file.
5402 * gdb.guile/scm-breakpoint.c: New file.
5403 * gdb.guile/scm-breakpoint.exp: New file.
5404 * gdb.guile/scm-disasm.c: New file.
5405 * gdb.guile/scm-disasm.exp: New file.
5406 * gdb.guile/scm-equal.c: New file.
5407 * gdb.guile/scm-equal.exp: New file.
5408 * gdb.guile/scm-error.exp: New file.
5409 * gdb.guile/scm-error.scm: New file.
5410 * gdb.guile/scm-frame-args.c: New file.
5411 * gdb.guile/scm-frame-args.exp: New file.
5412 * gdb.guile/scm-frame-args.scm: New file.
5413 * gdb.guile/scm-frame-inline.c: New file.
5414 * gdb.guile/scm-frame-inline.exp: New file.
5415 * gdb.guile/scm-frame.c: New file.
5416 * gdb.guile/scm-frame.exp: New file.
5417 * gdb.guile/scm-generics.exp: New file.
5418 * gdb.guile/scm-gsmob.exp: New file.
5419 * gdb.guile/scm-iterator.c: New file.
5420 * gdb.guile/scm-iterator.exp: New file.
5421 * gdb.guile/scm-math.c: New file.
5422 * gdb.guile/scm-math.exp: New file.
5423 * gdb.guile/scm-objfile-script-gdb.in: New file.
5424 * gdb.guile/scm-objfile-script.c: New file.
5425 * gdb.guile/scm-objfile-script.exp: New file.
5426 * gdb.guile/scm-objfile.c: New file.
5427 * gdb.guile/scm-objfile.exp: New file.
5428 * gdb.guile/scm-ports.exp: New file.
5429 * gdb.guile/scm-pretty-print.c: New file.
5430 * gdb.guile/scm-pretty-print.exp: New file.
5431 * gdb.guile/scm-pretty-print.scm: New file.
5432 * gdb.guile/scm-section-script.c: New file.
5433 * gdb.guile/scm-section-script.exp: New file.
5434 * gdb.guile/scm-section-script.scm: New file.
5435 * gdb.guile/scm-symbol.c: New file.
5436 * gdb.guile/scm-symbol.exp: New file.
5437 * gdb.guile/scm-symtab-2.c: New file.
5438 * gdb.guile/scm-symtab.c: New file.
5439 * gdb.guile/scm-symtab.exp: New file.
5440 * gdb.guile/scm-type.c: New file.
5441 * gdb.guile/scm-type.exp: New file.
5442 * gdb.guile/scm-value-cc.cc: New file.
5443 * gdb.guile/scm-value-cc.exp: New file.
5444 * gdb.guile/scm-value.c: New file.
5445 * gdb.guile/scm-value.exp: New file.
5446 * gdb.guile/source2.scm: New file.
5447 * gdb.guile/types-module.cc: New file.
5448 * gdb.guile/types-module.exp: New file.
5449
5450 2014-02-10 Yao Qi <yao@codesourcery.com>
5451
5452 PR testsuite/16543
5453 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5454 * configure: Regenerated.
5455 * Makefile.in: New file.
5456
5457 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5458
5459 * gdb.python/py-framefilter.exp: Fix typo.
5460
5461 2014-02-08 Yao Qi <yao@codesourcery.com>
5462
5463 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5464 that no =breakpoint-modified is emitted when breakpoints are
5465 modified through MI commands.
5466
5467 2014-02-07 Pedro Alves <pedro@codesourcery.com>
5468 Pedro Alves <palves@redhat.com>
5469
5470 * gdb.threads/step-after-sr-lock.c: New file.
5471 * gdb.threads/step-after-sr-lock.exp: New file.
5472
5473 2014-02-07 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5476
5477 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5478
5479 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5480 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5481
5482 2014-02-06 Doug Evans <xdje42@gmail.com>
5483
5484 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5485 output.
5486
5487 * gdb.gdb/python-interrupts.exp: New file.
5488
5489 2014-02-05 Yao Qi <yao@codesourcery.com>
5490
5491 * gdb.trace/report.exp (use_collected_data): Test the output
5492 of "info threads" and "info inferiors".
5493
5494 2014-02-05 Yao Qi <yao@codesourcery.com>
5495
5496 Revert this patch:
5497
5498 2013-05-24 Yao Qi <yao@codesourcery.com>
5499
5500 * gdb.trace/tfile.exp: Test inferior and thread.
5501
5502 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5503
5504 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5505 on a function.
5506 * gdb.base/step-bt.c: Call hello via function pointer to make
5507 sure its first instruction is executed on powerpc64le-linux.
5508
5509 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5510
5511 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5512
5513 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5514
5515 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5516 of the test patterns for use on little-endian systems.
5517
5518 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5519
5520 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5521 (decimal_vector): Fix for little-endian.
5522
5523 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5524
5525 * gdb.arch/sparc-sysstep.exp: New file.
5526 * gdb.arch/sparc-sysstep.c: Likewise.
5527
5528 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5529
5530 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5531
5532 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5533
5534 2014-01-23 Tom Tromey <tromey@redhat.com>
5535
5536 * gdb.ada/array_char_idx: New testcase.
5537
5538 2014-01-23 Tom Tromey <tromey@redhat.com>
5539
5540 PR python/16487:
5541 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5542 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5543 classes.
5544
5545 2014-01-23 Tom Tromey <tromey@redhat.com>
5546
5547 PR python/16491:
5548 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5549 string from an inferior frame.
5550 * gdb.python/py-framefilter-mi.exp: Update.
5551
5552 2014-01-22 Doug Evans <dje@google.com>
5553
5554 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5555
5556 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5557
5558 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5559
5560 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5561
5562 * gdb.trace/entry-values.exp: Remove excess space character from
5563 regex patterns. Handle s390 call instruction.
5564
5565 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5566
5567 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5568 define "*_start" label. Make "name" static.
5569 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5570 ${name} by references to ${name}_start.
5571
5572 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5573
5574 * gdb.base/info-macros.exp: Remove "debug" from the compile
5575 options.
5576
5577 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5578
5579 * gdb.dlang/demangle.exp: New file.
5580
5581 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5582
5583 * gdb.dlang/primitive-types.exp: New file.
5584
5585 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5586
5587 * configure.ac: Create gdb.dlang/Makefile.
5588 * configure: Regenerate.
5589 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5590 * gdb.dlang/Makefile.in: New file.
5591 * lib/d-support.exp: New file.
5592 * lib/gdb.exp (skip_d_tests): New proc.
5593
5594 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5595
5596 * gdb.btrace/delta.exp: Check reverse stepi.
5597 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5598 * gdb.btrace/finish.exp: New.
5599 * gdb.btrace/next.exp: New.
5600 * gdb.btrace/nexti.exp: New.
5601 * gdb.btrace/record_goto.c: Add comments.
5602 * gdb.btrace/step.exp: New.
5603 * gdb.btrace/stepi.exp: New.
5604 * gdb.btrace/multi-thread-step.c: New.
5605 * gdb.btrace/multi-thread-step.exp: New.
5606 * gdb.btrace/rn-dl-bind.c: New.
5607 * gdb.btrace/rn-dl-bind.exp: New.
5608 * gdb.btrace/data.c: New.
5609 * gdb.btrace/data.exp: New.
5610 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5611
5612 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5613
5614 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5615 * gdb.btrace/exception.exp: Update.
5616 * gdb.btrace/instruction_history.exp: Update.
5617 * gdb.btrace/record_goto.exp: Update.
5618 * gdb.btrace/tailcall.exp: Update.
5619 * gdb.btrace/unknown_functions.exp: Update.
5620 * gdb.btrace/delta.exp: New.
5621
5622 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5623
5624 * gdb.btrace/record_goto.exp: Add backtrace test.
5625 * gdb.btrace/tailcall.exp: Add backtrace test.
5626
5627 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5628
5629 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5630 * gdb.btrace/record_goto.c: New.
5631 * gdb.btrace/record_goto.exp: New.
5632 * gdb.btrace/x86-record_goto.S: New.
5633
5634 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5635
5636 * gdb.btrace/function_call_history.exp: Update tests.
5637 * gdb.btrace/instruction_history.exp: Update tests.
5638
5639 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5640
5641 * gdb.btrace/function_call_history.exp: Fix expected field
5642 order for "record function-call-history".
5643 Add new tests for "record function-call-history /c".
5644 * gdb.btrace/exception.cc: New.
5645 * gdb.btrace/exception.exp: New.
5646 * gdb.btrace/tailcall.exp: New.
5647 * gdb.btrace/x86-tailcall.S: New.
5648 * gdb.btrace/x86-tailcall.c: New.
5649 * gdb.btrace/unknown_functions.c: New.
5650 * gdb.btrace/unknown_functions.exp: New.
5651 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5652
5653 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5654
5655 * gdb.btrace/instruction_history.exp: Update.
5656 * gdb.btrace/function_call_history.exp: Update.
5657
5658 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5659
5660 * gdb.btrace/function_call_history.exp: Fix expected function
5661 trace.
5662 * gdb.btrace/instruction_history.exp: Initialize traced.
5663 Remove traced_functions.
5664
5665 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5666
5667 * gdb.btrace/function_call_history.exp: Update
5668 * gdb.btrace/instruction_history.exp: Update.
5669
5670 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5671
5672 * gdb.btrace/enable.exp: Update expected text.
5673
5674 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5675
5676 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5677 bytes.
5678
5679 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5680
5681 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5682
5683 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
5684
5685 * lib/gdb.exp (supports_process_record): Return true for
5686 arm*-linux*. (supports_reverse): Likewise.
5687
5688 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5689
5690 PR python/15464
5691 PR python/16113
5692 * gdb.python/py-type.c: Enhance test case.
5693 * gdb.python/py-value-cc.cc: Likewise
5694 * gdb.python/py-type.exp: Add new tests.
5695 * gdb.python/py-value-cc.exp: Likewise
5696
5697 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5698 Pedro Alves <palves@redhat.com>
5699
5700 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5701 Make "name" extern.
5702 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5703 references to ${name}_start by references to ${name}.
5704
5705 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5706
5707 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5708
5709 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5710
5711 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5712
5713 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5714 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.mi/mi-info-os.exp: Connect to the target with
5717 mi_gdb_target_load.
5718
5719 2014-01-08 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.threads/reconnect-signal.c: New file.
5722 * gdb.threads/reconnect-signal.exp: New file.
5723
5724 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5725
5726 * gdb.base/source-dir.exp: New file.
5727
5728 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5729
5730 * gdb.ada/mi_interface: New testcase.
5731
5732 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5733
5734 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5735 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5736 gdb.ada/pp-rec-component/pck.ads: New files.
5737
5738 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5739
5740 * gdb.python/py-pp-integral.c: New file.
5741 * gdb.python/py-pp-integral.py: New file.
5742 * gdb.python/py-pp-integral.exp: New file.
5743
5744 For older changes see ChangeLog-1993-2013.
5745 \f
5746 ;; Local Variables:
5747 ;; mode: change-log
5748 ;; left-margin: 8
5749 ;; fill-column: 74
5750 ;; version-control: never
5751 ;; End:
5752
5753 Copyright 2014-2015 Free Software Foundation, Inc.
5754 Copying and distribution of this file, with or without modification,
5755 are permitted provided the copyright notice and this notice are preserved.