]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Reapply fix for gdb.cp/var-tag.exp C++ failures.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4bc4d428
SL
12015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2
3 Reapply:
4 2014-05-21 Mark Wielaard <mjw@redhat.com>
5
6 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7
998d452a
PA
82015-07-30 Pedro Alves <palves@redhat.com>
9
10 * linux-low.c (handle_extended_wait): Set the child's last
11 reported status to TARGET_WAITKIND_STOPPED.
12
69dde7dc
PA
132015-07-30 Pedro Alves <palves@redhat.com>
14
15 PR threads/18600
16 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17 only shows inferior 1.
18
4dd63d48
PA
192015-07-30 Simon Marchi <simon.marchi@ericsson.com>
20 Pedro Alves <palves@redhat.com>
21
22 PR threads/18600
23 * gdb.threads/fork-plus-threads.c: New file.
24 * gdb.threads/fork-plus-threads.exp: New file.
25
d618e4c5
PP
262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
27
28 * gdb.base/batch-preserve-term-settings.exp
29 (test_terminal_settings_preserved_after_cli_exit): Use
30 send_quit_command.
31
1eef6428
PA
322015-07-29 Pedro Alves <palves@redhat.com>
33 Don Breazeal <donb@codesourcery.com>
34
35 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
36 output from both inferior_spawn_id and gdb_spawn_id.
37
7da5b897
SDJ
382015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
39
40 * gdb.threads/attach-into-signal.exp (corefunc): Use
41 with_test_prefix on nested loops, uniquefying the test messages.
42
dac804df
SDJ
432015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
44
45 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
46 commit.
47
06265e53
PP
482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
49
50 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
51 New proc.
52 (test_terminal_settings_preserved_after_sigterm): New test.
53
18206ca3
PP
542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
55
56 * gdb.base/batch-preserve-term-settings.exp
57 (test_terminal_settings_preserved_after_cli_exit): New test.
58
90074d11
PP
592015-07-29 Patrick Palka <patrick@parcs.ath.cx>
60
61 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
62 manipulation of saved_gdbflags.
63 (test_terminal_settings_preserved): Remove global declaration of
64 the unused variable pagination_prompt. Remove manipulation of
65 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
66 GDBFLAGS.
67
eb1a7902
PA
682015-07-29 Pedro Alves <palves@redhat.com>
69
70 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
71
8b75dd3b
PA
722015-07-29 Pedro Alves <palves@redhat.com>
73
74 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
75 at the top.
76
dedad4e3
PA
772015-07-29 Pedro Alves <palves@redhat.com>
78
79 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
80 (main): Call gdb_unbuffer_output.
81 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
82 (main): Call gdb_unbuffer_output.
83 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
84 (main): Call gdb_unbuffer_output.
85 * gdb.base/call-strs.exp: Adjust to step over the
86 gdb_unbuffer_output call.
87 * gdb.base/catch-gdb-caused-signals.c: Include
88 "../lib/unbuffer_output.c".
89 (main): Call gdb_unbuffer_output.
90 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
91 (main): Call gdb_unbuffer_output.
92 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
93 (main): Call gdb_unbuffer_output.
94 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
95 (main): Call gdb_unbuffer_output.
96 * gdb.base/shlib-call.exp: Adjust to step over the
97 gdb_unbuffer_output call.
98 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
99 (main): Call gdb_unbuffer_output.
100 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
101 (main): Call gdb_unbuffer_output.
102 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
103 (main): Rename to ...
104 (test): ... this.
105 (main): Reimplement.
106 * gdb.base/varargs.exp: Run to test instead of to main.
107 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
108 (main): Call gdb_unbuffer_output.
109
58789a91
PA
1102015-07-29 Pedro Alves <palves@redhat.com>
111
112 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
113 factore out from mi_continue_dprintf. For call-style dprintfs,
114 expect dprintf output out of $inferior_spawn_id.
115 (mi_continue_dprintf): Use mi_expect_dprintf.
116 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
117 (main): Call gdb_unbuffer_output.
118
e8376742
PA
1192015-07-29 Pedro Alves <palves@redhat.com>
120
121 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
122 (default_mi_gdb_start): Set inferior_spawn_id instead of
123 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
124 gdb_spawn_id.
125 (mi_gdb_test): Always expect inferior output from both
126 $inferior_spawn_id and $gdb_spawn_id.
127
08280010
PA
1282015-07-29 Pedro Alves <palves@redhat.com>
129
130 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
131 send_inferior and $inferior_spawn_id.
132
4d30e432
PA
1332015-07-29 Pedro Alves <palves@redhat.com>
134
135 * gdb.gdb/complaints.exp (test_initial_complaints)
136 (test_serial_complaints, test_short_complaints): Use
137 gdb_test_stdio.
138 (test_empty_complaint): Handle $inferior_spawn_id !=
139 $gdb_spawn_id.
140
0d30a335
PA
1412015-07-29 Pedro Alves <palves@redhat.com>
142
143 * gdb.base/varargs.exp: Use gdb_test_stdio.
144
39413b29
PA
1452015-07-29 Pedro Alves <palves@redhat.com>
146
147 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
148
7cb000a9
PA
1492015-07-29 Pedro Alves <palves@redhat.com>
150
151 * gdb.base/ending-run.exp: Use gdb_test_stdio.
152
d7b8ac82
PA
1532015-07-29 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
156 parameter into two new parameters, "inf_result" and "gdb_result".
157 Expect inferior output and gdb output from $inferior_spawn_id and
158 $gdb_spawn_id, respectively. Adjust all callers.
159
789c3a0c
PA
1602015-07-29 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
163 of gdb_test_sequence.
164
77e760c3
PA
1652015-07-29 Pedro Alves <palves@redhat.com>
166
167 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
168 (saw_spurious_output): Expect inferior output from
169 $inferior_spawn_id. Use gdb_test_stdio.
170
8396d2cd
PA
1712015-07-29 Pedro Alves <palves@redhat.com>
172
173 * gdb.base/dprintf.exp: Use standard_testfile. Change
174 prepare_for_testing call.
175 (srcfile): Don't set.
176 (restart): New procedure.
177 (test_dprintf): New procecure, use to continue over dprintfs.
178 (test_call, test_agent): New procedures, tests moved here.
179 Restart gdb and recreate dprintfs. Adjust expected output.
180
2051d61f
PA
1812015-07-29 Pedro Alves <palves@redhat.com>
182
183 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
184
452397af
PA
1852015-07-29 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
188
8aed9555
PA
1892015-07-29 Pedro Alves <palves@redhat.com>
190
191 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
192 gdb_test_stdio.
193
188a61b4
PA
1942015-07-29 Pedro Alves <palves@redhat.com>
195
196 * lib/gdb.exp (gdb_test_stdio): New procedure.
197
12264a45
PA
1982015-07-29 Pedro Alves <palves@redhat.com>
199
200 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
201
23ffc893
PA
2022015-07-29 Pedro Alves <palves@redhat.com>
203
204 * gdb.base/call-signal-resume.exp: Remove check for
205 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
206 * gdb.base/unwindonsignal.exp: Likewise.
207 * gdb.base/call-signals.c (gen_signal): Remove printf call.
208 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
209
65566918
PA
2102015-07-29 Pedro Alves <palves@redhat.com>
211
212 * gdb.base/siginfo-addr.c (pass): New function.
213 (handler): Call it iff si_addr is correct.
214 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
215 Set a breakpoint at "pass" and continue to it.
216
d60a9221
SDJ
2172015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
218
219 * gdb.python/py-objfile.exp: Make some tests have unique names.
220 * gdb.python/py-pp-registration.exp: Likewise.
221
bde40b8f
PA
2222015-07-28 Pedro Alves <palves@redhat.com>
223
224 * gdb.server/server-exec-info.exp: Issue a "disconnect".
225
13e1dec8
SM
2262015-07-27 Simon Marchi <simon.marchi@ericsson.com>
227
228 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
229
da33c9a7
SM
2302015-07-27 Simon Marchi <simon.marchi@ericsson.com>
231
232 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
233
077836f7
PP
2342015-07-27 Patrick Palka <patrick@parcs.ath.cx>
235
236 * gdb.base/gdb-sigterm-2.exp: New test.
237
b8cc7b2e
DE
2382015-07-25 Doug Evans <xdje42@gmail.com>
239
240 Revert:
241 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
242 (workers/%.worker, build-perf): New rule.
243 (GDB_PERFTEST_MODE): New variable.
244 (check-perf): Use it.
245 (clean): Clean up gdb.perf parallel build subdirs.
246 * lib/build-piece.exp: New file.
247 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
248 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
249 name.
250 (standard_temp_file): Ditto.
251 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
252 of $GDB_PARALLEL.
253
6eab34f3
DE
2542015-07-24 Doug Evans <dje@google.com>
255
256 * gdb.perf/README: New file.
257 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
258 * lib/gen-perf-test.exp: New file.
259
63738bfd
DE
2602015-07-24 Doug Evans <dje@google.com>
261
262 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
263 (PerfTest::startup): New function.
264 (PerfTest::run): Return result of calling body.
265 (PerfTest::assemble): Rewrite.
266 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
267 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
268 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
269 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
270 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
271
7b606f95
DE
2722015-07-24 Doug Evans <dje@google.com>
273
274 * lib/gdb.exp (clean_restart): Make executable optional.
275
a97b16b8
DE
2762015-07-24 Doug Evans <dje@google.com>
277
278 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
279 compiler_info references.
280 * gdb.cp/temargs.exp: Ditto.
281 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
282 (get_compiler_info): Early exit if already computed. Set compiler_info
283 to "unknown" if there was a problem.
284 (test_compiler_info): Add function comment. Call get_compiler_info.
285
35baa57f
DE
2862015-07-24 Doug Evans <dje@google.com>
287
288 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
289 (workers/%.worker, build-perf): New rule.
290 (GDB_PERFTEST_MODE): New variable.
291 (check-perf): Use it.
292 (clean): Clean up gdb.perf parallel build subdirs.
293 * lib/build-piece.exp: New file.
294 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
295 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
296 name.
297 (standard_temp_file): Ditto.
298 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
299 of $GDB_PARALLEL.
300
6ebea266
DE
3012015-07-24 Doug Evans <dje@google.com>
302
303 * lib/future.exp (gdb_default_target_compile): New option
304 "early_flags".
305 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
306 --as-needed.
307
1e76a7e9
SDJ
3082015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
309
310 * gdb.base/catch-syscall.exp: Call gdb_exit before
311 gdb_skip_xml_test.
312
5068630a
PA
3132015-07-24 Pedro Alves <palves@redhat.com>
314
315 * gdb.python/py-events.exp: Accept output between the stop event
316 and the prompt.
317 * gdb.python/py-evsignal.exp: Likewise.
318 * gdb.python/py-evthreads.exp: Likewise.
319
77598427
PA
3202015-07-24 Pedro Alves <palves@redhat.com>
321
322 PR gdb/18717
323 * gdb.threads/non-ldr-exit.c: New file.
324 * gdb.threads/non-ldr-exit.exp: New file.
325
11e6c98f
YQ
3262015-07-24 Yao Qi <yao.qi@linaro.org>
327
328 * gdb.server/ext-wrapper.exp: Test --wrapper option when
329 restarting process.
330
51aee833
YQ
3312015-07-24 Yao Qi <yao.qi@linaro.org>
332
333 * gdb.server/ext-restart.exp: New file.
334
8cfe207c
YQ
3352015-07-24 Yao Qi <yao.qi@linaro.org>
336
337 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
338 argument options.
339 * gdb.server/ext-wrapper.exp: New file.
340
cc12ce38
DE
3412015-07-23 Doug Evans <dje@google.com>
342
343 * gdb.dwarf2/dw2-dummy-cu.S: New file.
344 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
345
d0d84780
PMR
3462015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
347
348 * gdb.ada/var_arr_typedef.exp: New testcase.
349 * gdb.ada/var_arr_typedef/pack.adb: New file.
350 * gdb.ada/var_arr_typedef/pack.ads: New file.
351 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
352
8b558f79
JB
3532015-07-20 Joel Brobecker <brobecker@adacore.com>
354
355 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
356
775a3298
JK
3572015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
358
359 * gdb.arch/i386-biarch-core.exp: Replace istarget
360 by "complete set gnutarget". Remove expectation for the "core-file"
361 command.
362
db1ff28b
JK
3632015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 Revert the previous commit:
366 Tests for validate symbol file using build-id.
367
0a94970d
JK
3682015-07-15 Aleksandar Ristovski <aristovski@qnx.com
369
370 Tests for validate symbol file using build-id.
371 * gdb.base/solib-mismatch-lib.c: New file.
372 * gdb.base/solib-mismatch-libmod.c: New file.
373 * gdb.base/solib-mismatch.c: New file.
374 * gdb.base/solib-mismatch.exp: New file.
375
03346981
SL
3762015-07-15 Sandra Loosemore <sandra@codesourcery.com>
377
378 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
379 nios2-*-linux*.
380 * gdb.base/sigbpt.exp (stepi_out): Likewise.
381 * gdb.base/siginfo.exp: Likewise.
382 * gdb.base/sigstep.exp (advance, advancei): Likewise.
383
42422cc7
PL
3842015-07-15 Pierre Langlois <pierre.langlois@arm.com>
385
386 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
387 Move it to ...
388 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
389 ... here.
390 * gdb.trace/range-stepping.exp: Check that the target supports
391 range stepping.
392
cfa68bae
JK
3932015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
394
395 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
396
8ffdba26
PA
3972015-07-14 Pedro Alves <palves@redhat.com>
398
399 * gdb.base/killed-outside.exp: New file.
400 * gdb.base/killed-outside.c: New file.
401
218a5a11
JK
4022015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
403
404 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
405 (n at main): New.
406 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
407
e03ed3c6
AA
4082015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
409
410 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
411 infcall tests instead of setting up for KFAIL.
412
485668e5
MM
4132015-07-10 Markus Metzger <markus.t.metzger@intel.com>
414
415 * gdb.btrace/record_goto-step.exp: New.
416
08464196
JK
4172015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
418
419 PR compile/18484
420 * gdb.compile/compile.c (struct struct_type): Add volatile to
421 selffield's type.
422 * gdb.compile/compile.exp
423 (compile code struct_object.selffield = &struct_object): Skip further
424 struct_object tests if this one xfails.
425
bcf5c1d9
RC
4262015-07-08 Robert O'Callahan <robert@ocallahan.org>
427
428 PR exp/18617
429 * gdb.trace/ax.exp: Add test.
430
4931af25
YQ
4312015-07-07 Yao Qi <yao.qi@linaro.org>
432
433 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
434 instead of istarget "aarch64*-*-*".
435 * gdb.arch/aarch64-fp.exp: Likewise.
436 * gdb.base/float.exp: Likewise.
437 * gdb.reverse/aarch64.exp: Likewise.
438 * lib/gdb.exp (is_aarch64_target): New proc.
439
9fcf688e
YQ
4402015-07-07 Yao Qi <yao.qi@linaro.org>
441
442 * lib/gdb.exp (is_aarch32_target): New proc.
443 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
444 instead of "istarget "arm*-*-*"".
445 * gdb.arch/arm-disp-step.exp: Likewise.
446 * gdb.arch/thumb-bx-pc.exp: Likewise.
447 * gdb.arch/thumb-prologue.exp: Likewise.
448 * gdb.arch/thumb-singlestep.exp: Likewise.
449 * gdb.base/disp-step-syscall.exp: Likewise.
450 * gdb.base/float.exp: Likewise.
451
fbd8d50d
YQ
4522015-07-07 Yao Qi <yao.qi@linaro.org>
453
454 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
455 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
456
71be1fdc
YQ
4572015-07-07 Yao Qi <yao.qi@linaro.org>
458
459 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
460 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
461 if it exists.
462 * gdb.multi/multi-arch.exp: Likewise.
463
3e221d36
SM
4642015-07-07 Simon Marchi <simon.marchi@ericsson.com>
465
466 * gdb.python/py-lazy-string.exp: Add missing parentheses to
467 print.
468
d441430b
YQ
4692015-07-07 Yao Qi <yao.qi@linaro.org>
470
471 * gdb.arch/thumb-singlestep.exp: Do one more single step.
472
06f810bd
MG
4732015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
474
475 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
476 '[' and ']' characters.
477
5e61e7c0
IB
4782015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
479
480 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
481
28bf096c
PA
4822015-06-29 Pedro Alves <palves@redhat.com>
483
484 PR threads/18127
485 * gdb.threads/hand-call-new-thread.c: New file.
486 * gdb.threads/hand-call-new-thread.c: New file.
487
ee93cd5e
KS
4882015-06-26 Keith Seitz <keiths@redhat.com>
489 Doug Evans <dje@google.com>
490
491 PR 16253
492 * gdb.cp/var-tag-2.cc: New file.
493 * gdb.cp/var-tag-3.cc: New file.
494 * gdb.cp/var-tag-4.cc: New file.
495 * gdb.cp/var-tag.cc: New file.
496 * gdb.cp/var-tag.exp: New file.
497
fc637f04
PP
4982015-06-26 Patrick Palka <patrick@parcs.ath.cx>
499
500 * gdb.base/history-duplicates.exp: New test.
501
2e52ae68
PP
5022015-06-26 Patrick Palka <patrick@parcs.ath.cx>
503
504 * gdb.base/completion.exp: Test the completion of the "focus"
505 command.
506
6e22494e
JK
5072015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
508
509 * gdb.arch/amd64-prologue-skip.S: New file.
510 * gdb.arch/amd64-prologue-skip.exp: New file.
511
bf7b9cd9
SM
5122015-06-25 Simon Marchi <simon.marchi@ericsson.com>
513
514 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
515 is_address_zero_readable check.
516
201e8dfd
PB
5172015-06-24 Peter Bergner <bergner@vnet.ibm.com>
518
519 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
520 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
521
5cd867b4
YQ
5222015-06-24 Yao Qi <yao.qi@linaro.org>
523
524 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
525 linux targets.
526
4d7be007
YQ
5272015-06-24 Yao Qi <yao.qi@linaro.org>
528
529 * lib/gdb.exp (supports_get_siginfo_type): New proc.
530 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
531 * gdb.base/siginfo-thread.exp: Likewise.
532
07fcd301
YQ
5332015-06-22 Yao Qi <yao.qi@linaro.org>
534
535 * boards/remote-gdbserver-on-localhost.exp: Add comments.
536
52042a00
YQ
5372015-06-22 Yao Qi <yao.qi@linaro.org>
538
539 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
540 aarch64*-*-*.
541 (skip_hw_watchpoint_tests): Likewise.
542
74bd41ce
PP
5432015-06-18 Patrick Palka <patrick@parcs.ath.cx>
544
545 * gdb.base/gdbinit-history.exp: Test the interaction between
546 setting GDBHISTSIZE and setting the history size via .gdbinit.
547
bc460514
PP
5482015-06-17 Patrick Palka <patrick@parcs.ath.cx>
549
550 PR gdb/16999
551 * gdb.base/gdbhistsize-history.exp: New test.
552
b58c513b
PP
5532015-06-17 Patrick Palka <patrick@parcs.ath.cx>
554
555 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
556 with GDBHISTSIZE.
557 * gdb.base/readline.exp: Likewise.
558
92046791
YQ
5592015-06-17 Yao Qi <yao.qi@linaro.org>
560
561 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
562 line.
563
2093d2d3
PP
5642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
565
566 * gdb.base/gdbinit-history.exp: Add test case to check that
567 an unlimited history file does not get truncated on exit.
568
e6c693af
AA
5692015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
570
571 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
572 (VECTOR): New macro. Use it...
573 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
574 ...for these typedefs.
575 (int8, char1, int1, double1): New typedefs.
576 (struct just_int2, struct two_int2): New structures.
577 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
578 (add_structvecs, add_singlevecs): New functions.
579 (main): Call add_some_intvecs twice.
580 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
581 the compile and exit upon failure. Try compiling for the "native"
582 architecture. Test inferior function calls with vector arguments
583 and vector return value handling with "finish" and "return".
584
c74f7d1c
JT
5852015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
586
587 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
588 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
589 PE file.
590 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
591
98aa42ee
AT
5922015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
593
594 PR breakpoints/16465
595 * gdb.mi/mi-dprintf-pending.c: New file.
596 * gdb.mi/mi-dprintf-pending.exp: New test.
597 * gdb.mi/mi-dprintf-pendshr.c: New file.
598
7d73c23c 5992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 600 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
601
602 * gdb.arch/i386-mpx-map.c: New file.
603 * gdb.arch/i386-mpx-map.exp: New File.
604
6052015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
606
607 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
608 * gdb.arch/i386-mpx.exp: Indentation fixed.
609
6102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
611
612 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
613 function and improved indentation.
614 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
615 gdb_test_multiple. Added additional tests to skip the test.
616
6172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
618
619 * gdb.arch/i386-avx512.c: Change path in include file.
620 * gdb.arch/i386-avx512.exp: Change include dir path
621 compilation flag.
622 * gdb.arch/i386-mpx.c: Change path in include file.
623 * gdb.arch/i386-mpx.exp: Change include dir path compilation
624 flag.
625
d5eba19a
JK
6262015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
627
628 * gdb.compile/compile-print.exp (compile print *vararray@3)
629 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
630
7f361056
JK
6312015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
632
633 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
634 (do not keep jit in memory): ... this.
635 (expect 5): Change it to ...
636 (expect no 5): ... this.
637
3b462ec2
SM
6382015-06-02 Simon Marchi <simon.marchi@ericsson.com>
639
640 PR gdb/15564
641 * gdb.mi/mi-detach.exp: New file.
642
e0619de6
JK
6432015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
644
645 PR symtab/18392
646 * gdb.arch/amd64-tailcall-self.S: New file.
647 * gdb.arch/amd64-tailcall-self.c: New file.
648 * gdb.arch/amd64-tailcall-self.exp: New file.
649
e970cb34
DB
6502015-05-28 Don Breazeal <donb@codesourcery.com>
651
652 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
653 tests for remote targets by checking is_target_gdbserver.
654
b2e2f908
DE
6552015-05-27 Doug Evans <dje@google.com>
656
657 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
658 * gdb.dwarf2/opaque-type-lookup.c: New file.
659 * gdb.dwarf2/opaque-type-lookup.exp: New file.
660
82c7be31
DE
6612015-05-26 Doug Evans <dje@google.com>
662
663 * gdb.cp/iostream.cc: New file.
664 * gdb.cp/iostream.exp: New file.
665
b4f54984
DE
6662015-05-26 Doug Evans <dje@google.com>
667
668 * gdb.dwarf2/dw2-op-call.exp: Update.
669 * gdb.dwarf2/dw4-sig-types.exp: Update.
670 * gdb.dwarf2/implptr.exp: Update.
671 * gdb.mi/mi-cmd-param-changed.exp: Update.
672
4ea6efe9
DE
6732015-05-26 Doug Evans <dje@google.com>
674
675 * gdb.python/py-lazy-string.c: New file.
676 * gdb.python/py-lazy-string.exp: New file.
677 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
678 (main): Update. Add estring3.
679 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
680 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
681
f6bb7db3
YQ
6822015-05-26 Omair Javaid <omair.javaid@linaro.org>
683 Yao Qi <yao.qi@linaro.org>
684
685 * gdb.reverse/aarch64.c: New.
686 * gdb.reverse/aarch64.exp: New.
687
a81bfbd0
OJ
6882015-05-26 Omair Javaid <omair.javaid@linaro.org>
689
690 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
691 (supports_reverse): Likewise.
692
158bf1b4
PP
6932015-05-22 Patrick Palka <patrick@parcs.ath.cx>
694
695 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
696 Use with_test_prefix.
697
a0145030
AB
6982015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
699
700 * gdb.base/completion.exp: Add test for completion of layout
701 names.
702
ebe3b578
AB
7032015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
704
705 * lib/gdb.exp (skip_tui_tests): New proc.
706 * gdb.base/tui-layout.exp: Check skip_tui_tests.
707
84204ed7
PA
7082015-05-19 Pedro Alves <palves@redhat.com>
709
710 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
711 Save the whole env array instead of just HOME. Unset HISTSIZE in
712 the environment while testing. Restore whole environment
713 afterwards.
714
37442ce1
DE
7152015-05-16 Doug Evans <xdje42@gmail.com>
716
717 * gdb.guile/scm-ports.c: New file.
718 * gdb.guile/scm-ports.exp: Add memory port tests.
719
36de76f9
JK
7202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
721
722 * gdb.compile/compile-print.c: New file.
723 * gdb.compile/compile-print.exp: New file.
724
3a9558c4
JK
7252015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
726
727 * gdb.compile/compile-ops.exp: Cast param to void.
728 * gdb.compile/compile.exp: Complete type for _gdb_expr.
729 (compile code struct_object.selffield = &struct_object): Add xfail.
730
aa715135
JG
7312015-05-15 Joel Brobecker <brobecker@adacore.com>
732
733 * gdb.ada/arr_enum_with_gap: New testcase.
734
931e5bc3
JG
7352015-05-15 Joel Brobecker <brobecker@adacore.com>
736
737 * gdb.ada/byte_packed_arr: New testcase.
738
9cd4d857
JB
7392015-05-15 Joel Brobecker <brobecker@adacore.com>
740
741 * gdb.ada/pckd_neg: New testcase.
742
ebfd00d2
PP
7432015-05-13 Patrick Palka <patrick@parcs.ath.cx>
744
745 PR gdb/17820
746 * gdb.base/gdbinit-history.exp: New test.
747 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
748 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
749
4c082a81
SC
7502015-05-09 Siva Chandra Reddy <sivachandra@google.com>
751
752 * gdb.python/py-xmethods.cc: Enhance test case.
753 * gdb.python/py-xmethods.exp: New tests.
754 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
755 function.
756 (B_indexoper): Likewise.
757 (global_dm_list) : Add new xmethod worker functions.
758
f7797074
SDJ
7592015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
760
761 * gdb.base/coredump-filter.exp: Correctly unset
762 "coredump_var_addr" array.
763
a4674e4e
PA
7642015-05-08 Pedro Alves <palves@redhat.com>
765
766 * gdb.server/non-existing-program.exp: Unset spawn_id.
767
df2eb078
SC
7682015-05-08 Siva Chandra Reddy <sivachandra@google.com>
769
770 PR python/18291
771 * gdb.python/py-xmethods.exp: Add tests.
772
422349a3
YQ
7732015-05-08 Yao Qi <yao.qi@linaro.org>
774
775 PR gdb/18208
776 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
777 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
778 function set_coredump_filter, and remove remote_exec call.
779 Remove argument ipid. Callers update.
780 (top level): Don't get inferior's PID.
781
63fc80ce
AA
7822015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
783
784 * gdb.base/watch_thread_num.exp: Skip test on targets without
785 access watchpoints.
786
80ad801e
PA
7872015-05-06 Pedro Alves <palves@redhat.com>
788
789 PR server/18081
790 * gdb.server/non-existing-program.exp: New file.
791
0fa7fe50
JB
7922015-05-05 Joel Brobecker <brobecker@adacore.com>
793
794 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
795
3ea89b92
PMR
7962015-05-05 Joel Brobecker <brobecker@adacore.com>
797
798 * gdb.ada/out_of_line_in_inlined: New testcase.
799
87b8eff0
JB
8002015-05-05 Joel Brobecker <brobecker@adacore.com>
801
802 * gdb.ada/var_rec_arr: New testcase.
803
5fccc635
YQ
8042015-04-30 Yao Qi <yao.qi@linaro.org>
805
806 * gdb.base/break-idempotent.exp: If
807 skip_hw_watchpoint_multi_tests returns true, skip the tests
808 on "rwatch" and "awatch".
809
42d38f42
YQ
8102015-04-30 Yao Qi <yao.qi@linaro.org>
811
812 * gdb.base/relativedebug.exp: Invoke gdb command
813 "info sharedlibrary", and if libc.so doesn't have debug info,
814 skip the test.
815
2ce1cdbf
DE
8162015-04-29 Doug Evans <dje@google.com>
817
818 * gdb.python/py-xmethods.exp: Add ptype tests.
819 * gdb.python/py-xmethods.py (E_method_char_worker): Add
820 get_result_type method.
821
f24a38c5
LM
8222015-04-29 Luis Machado <lgustavo@codesourcery.com>
823
824 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
825 the target does not support hardware watchpoints.
826
ecbf2b3c
LM
8272015-04-29 Luis Machado <lgustavo@codesourcery.com>
828
829 * gdb.base/break-always.exp: Abort testing if writing to memory
830 causes an error.
831
34f5f757
DE
8322015-04-28 Doug Evans <dje@google.com>
833
834 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
835 * gdb.python/py-pp-registration.exp: ... here. New file.
836 * gdb.python/py-pp-registration.c: New file.
837 * gdb.python/py-pp-registration.py: New file.
838
69b4374a
DE
8392015-04-28 Doug Evans <dje@google.com>
840
841 * gdb.python/py-bad-printers.c: New file.
842 * gdb.python/py-bad-printers.py: New file.
843 * gdb.python/py-bad-printers.exp: New file.
844
59fb7612
SS
8452015-04-28 Sasha Smundak <asmundak@google.com>
846
847 * gdb.python/py-type.exp: New test.
848
2631b16a
AW
8492015-04-28 Andy Wingo <wingo@igalia.com>
850
851 * gdb.python/py-parameter.exp:
852 * gdb.guile/scm-parameter.exp: Escape the path that we are
853 matching against, as it might contain characters that are special
854 to regular expressions.
855
460efde1
JB
8562015-04-27 Joel Brobecker <brobecker@adacore.com>
857
858 * gdb.ada/rec_comp: New testcase.
859
2d369d8e
SDJ
8602015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
861
862 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
863 before using it.
864
cf75d6c3
AB
8652015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
868 new tests for verilog output.
869
8dbe7ca5
YQ
8702015-04-24 Yao Qi <yao.qi@linaro.org>
871
872 * boards/remote-gdbserver-on-localhost.exp: New file.
873
4ef9fb2f
PA
8742015-04-23 Pedro Alves <palves@redhat.com>
875
876 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
877 $inferior_spawn_id instead of $inferior_spawn_id directly. On
878 "end of file", remove $inferior_spawn_id from the indirect list.
879
0a803169
PA
8802015-04-23 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
883
749ef8f8
PA
8842015-04-23 Pedro Alves <palves@redhat.com>
885
886 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
887 on $any_spawn_id instead of only on $gdb_spawn_id.
888
8aae4344
PM
8892015-04-21 Pierre Muller <muller@sourceware.org>
890
891 PR pascal/17815
892 * lib/pascal.exp (gpc_compile): Add new option "class".
893 (fpc_compile): Likewise.
894 * gdb.pascal/case-insensitive-symbols.pas: New file.
895 * gdb.pascal/case-insensitive-symbols.exp: New file.
896
1586c8fb
GB
8972015-04-20 Gary Benson <gbenson@redhat.com>
898
899 * gdb.base/attach.exp: Fix three extended remote failures.
900
1b6e6f5c
GB
9012015-04-17 Gary Benson <gbenson@redhat.com>
902
903 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
904 the main executable over the remote protocol.
905
e797481d
PA
9062015-04-16 Pedro Alves <palves@redhat.com>
907
908 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
909 a new gdbserver if gdbserver_reconnect_p is set.
910
1ca99c42
PA
9112015-04-16 Pedro Alves <palves@redhat.com>
912
913 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
914 is set, don't exit gdbserver.
915
af9fd6f8
AA
9162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
917
918 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
919 appropriate .insn, such that an older assembler can be used.
920 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
921 the z/Architecture instruction set on 31-bit targets as well.
922
04ff1e61
AA
9232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
924
925 * gdb.go/handcall.exp: Remove all logic related to the first
926 breakpoint and rely on go_runto_main instead.
927 * gdb.go/strings.exp: Likewise.
928 * gdb.go/unsafe.exp: Likewise.
929 * gdb.go/hello.exp: Likewise. Also rename the remaining
930 breakpoint marker to "breakpoint 1".
931 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
932 * gdb.go/strings.go: Likewise.
933 * gdb.go/unsafe.go: Likewise.
934 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
935 "set breakpoint 2 here" and rename the remaining breakpoint marker
936 to "breakpoint 1".
937
40d2f8d6
SM
9382015-04-15 Simon Marchi <simon.marchi@ericsson.com>
939
940 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
941 if itertools.imap is not present.
942 * gdb.python/py-objfile.exp: Add parentheses.
943 * gdb.python/py-type.exp: Same.
944 * gdb.python/py-unwind-maint.py: Same.
945
8cbc97c6
YQ
9462015-04-15 Yao Qi <yao.qi@linaro.org>
947
948 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
949 of ":$ptr_size" and set its form explicitly.
950
45fd756c
YQ
9512015-04-15 Pedro Alves <palves@redhat.com>
952 Yao Qi <yao.qi@linaro.org>
953
954 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
955 timeout by factor of 4.
956 (test_regular_watch): Likewise.
957 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
958 * gdb.reverse/sigall-reverse.exp: Likewise.
959 * gdb.reverse/until-precsave.exp: Likewise.
960 * lib/gdb.exp (with_timeout_factor): New proc.
961 (gdb_expect): Move some code to ...
962 (get_largest_timeout): ... here. New procedure.
963
9e811bc3
LM
9642015-04-14 Luis Machado <lgustavo@codesourcery.com>
965
966 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
967
0ff6fcb2
LM
9682015-04-13 Luis Machado <lgustavo@codesourcery.com>
969
970 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
971 to write to the .text section.
972
7578d5f7
LM
9732015-04-13 Luis Machado <lgustavo@codesourcery.com>
974
975 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
976 Handle the case of targets that do not provide PID information.
977
2efe15c4
YQ
9782015-04-13 Yao Qi <yao.qi@linaro.org>
979
980 * lib/gdbserver-support.exp (gdb_exit): Catch exception
981 and use expect instead of gdb_expect.
982
8cd8f2f8
SDJ
9832015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
984
985 * gdb.base/coredump-filter.exp: Rename variable "addr" to
986 "coredump_var_addr" to avoid naming conflict with other testcases.
987
9ee41772
PA
9882015-04-10 Pedro Alves <palves@redhat.com>
989
990 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
991 gdb_test_sequence and gdb_assert.
992
07473109
PA
9932015-04-10 Pedro Alves <palves@redhat.com>
994
995 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
996 test messages that don't include the breakpoint address.
997
de3db44c
YQ
9982015-04-10 Yao Qi <yao.qi@linaro.org>
999
1000 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
1001 false for some offset and width combinations which aren't
1002 supported by linux kernel.
1003
c79d856c
PA
10042015-04-10 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1007 procedure, factored out from ...
1008 (top level): ... here. Add "set displaced-stepping" testing axis.
1009 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1010 parameter "displaced". Use it.
1011 (top level): Use foreach and add "set displaced-stepping" testing
1012 axis.
1013
ebc90b50
PA
10142015-04-10 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1017 Remove comment.
1018 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1019 both the address of the instruction that triggers the watchpoint
1020 and the address of the instruction immediately after, and use
1021 those addresses for the test. Fix comment.
1022
8f572e5c
PA
10232015-04-10 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.base/sigstep.exp (breakpoint_to_handler)
1026 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1027 Test "backtrace" in handler.
1028 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1029 (top level): Add new "displaced" test axis to
1030 breakpoint_to_handler, breakpoint_to_handler_entry and
1031 breakpoint_over_handler.
1032
8d707a12
PA
10332015-04-10 Pedro Alves <palves@redhat.com>
1034
1035 PR gdb/18216
1036 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1037
ef713951
YQ
10382015-04-10 Yao Qi <yao.qi@linaro.org>
1039
1040 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1041 (test_add_rn_pc): New function.
1042 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1043 (top level): Invoke test_add_rn_pc.
1044
906d60cf
PA
10452015-04-10 Pedro Alves <palves@redhat.com>
1046
1047 PR gdb/13858
1048 * gdb.base/step-over-no-symbols.exp: New file.
1049
f2983cc3
AW
10502015-04-09 Andy Wingo <wingo@igalia.com>
1051
1052 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1053 after the Python tests.
1054
6d62641c
SDJ
10552015-04-08 Keith Seitz <keiths@redhat.com>
1056
1057 PR python/16699
1058 * gdb.python/py-completion.exp: New tests for completion.
1059 * gdb.python/py-completion.py (CompleteLimit1): New class.
1060 (CompleteLimit2): Likewise.
1061 (CompleteLimit3): Likewise.
1062 (CompleteLimit4): Likewise.
1063 (CompleteLimit5): Likewise.
1064 (CompleteLimit6): Likewise.
1065 (CompleteLimit7): Likewise.
1066
f3770638
PA
10672015-04-08 Pedro Alves <palves@redhat.com>
1068
1069 PR gdb/18214
1070 PR gdb/18216
1071 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1072 function.
1073 (main): Install it as SIGUSR1 handler.
1074 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1075 parameter. Always use "setup" as prefix. Toggle "set
1076 displaced-stepping" off/on depending on global. Don't switch to
1077 thread 1 here.
1078 (top level): Add displaced stepping "off/on" test axis. Update
1079 "setup" calls. Wrap each subtest with with_test_prefix. Test
1080 continuing with a queued signal in each thread.
1081
4496bed7
PA
10822015-04-08 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1085 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1086 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1087 Return early if running to main fails.
1088 * gdb.trace/while-stepping.exp: Likewise.
1089
b97fde92
PA
10902015-04-07 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1093 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1094 interact with inferior program.
1095
f71c18e7
PA
10962015-04-07 Pedro Alves <palves@redhat.com>
1097
1098 * lib/gdb.exp (inferior_spawn_id): New global.
1099 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1100 spawn id after processing the user code.
1101 (default_gdb_start): Set inferior_spawn_id.
1102 (send_inferior): New procedure.
1103 * lib/gdbserver-support.exp (gdbserver_start): Set
1104 inferior_spawn_id.
1105 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1106
6423214f
PA
11072015-04-07 Pedro Alves <palves@redhat.com>
1108
1109 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1110 * lib/gdbserver-support.exp (gdbserver_start): Make
1111 $server_spawn_id global.
1112 (gdbserver_start): Don't wait for gdbserver's spawn id with
1113 expect_background.
1114 (close_gdbserver): New procedure.
1115 (gdb_exit): Rename the default version and reimplement.
1116
71c0ee8c
PA
11172015-04-07 Pedro Alves <palves@redhat.com>
1118
72f4393d 1119 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1120 append the substituted item, not the original item.
1121
203bc29b
PA
11222015-04-07 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1125 gdb_expect.
1126
508a3ddf
PA
11272015-04-07 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1130 output appearing once only.
1131
9f6dbe2b
PA
11322015-04-07 Pedro Alves <palves@redhat.com>
1133
1134 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1135 that doesn't expect anything. Return early if running to main
1136 fails.
1137
337532fa
YQ
11382015-04-07 Yao Qi <yao.qi@linaro.org>
1139
1140 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1141 (child_function): Call alarm.
1142 (main): Move call to alarm into the loop.
1143 * gdb.threads/non-stop-fair-events.exp: Build program with
1144 -DTIMEOUT=$timeout.
1145
01b622d4
DE
11462015-04-06 Doug Evans <xdje42@gmail.com>
1147
1148 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1149 Fix dest parameter to board_info.
1150 (fpc_compile): Ditto.
1151 (gdb_compile_pascal): Rename dest arg to destfile.
1152
961f4160
PMR
11532015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1154
1155 * gdb.ada/funcall_ref.exp: New file.
1156 * gdb.ada/funcall_ref/foo.adb: New file.
1157
cafda597
YQ
11582015-04-02 Yao Qi <yao.qi@linaro.org>
1159
1160 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1161 is remote.
1162
fed040c6
GB
11632015-04-02 Gary Benson <gbenson@redhat.com>
1164
1165 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1166
d11916aa
SS
11672015-04-01 Sasha Smundak <asmundak@google.com>
1168
1169 * gdb.python/py-unwind-maint.c: New file.
1170 * gdb.python/py-unwind-maint.exp: New test.
1171 * gdb.python/py-unwind-maint.py: New file.
1172 * gdb.python/py-unwind.c: New file.
1173 * gdb.python/py-unwind.exp: New test.
1174 * gdb.python/py-unwind.py: New test.
1175
a1471180
PA
11762015-04-01 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1179 to fail instead of non-existent $test.
1180
0bbeccb1
PA
11812015-04-01 Pedro Alves <palves@redhat.com>
1182
1183 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1184 GDBFLAGS if not empty.
1185
3c724c8c
PMR
11862015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1187
1188 * gdb.ada/complete.exp: Remove "multi_line".
1189 * gdb.ada/info_exc.exp: Remove "multi_line".
1190 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1191 * gdb.ada/ptype_field.exp: Remove "multi_line".
1192 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1193 * gdb.ada/tagged.exp: Remove "multi_line".
1194 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1195 [multi_line ...]
1196 * gdb.btrace/delta.exp: Likewise.
1197 * gdb.btrace/exception.exp: Likewise.
1198 * gdb.btrace/function_call_history.exp: Likewise.
1199 * gdb.btrace/instruction_history.exp: Likewise.
1200 * gdb.btrace/nohist.exp: Likewise.
1201 * gdb.btrace/record_goto.exp: Likewise.
1202 * gdb.btrace/segv.exp: Likewise.
1203 * gdb.btrace/stepi.exp: Likewise.
1204 * gdb.btrace/tailcall.exp: Likewise.
1205 * gdb.btrace/unknown_functions.exp: Likewise.
1206 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1207 * lib/gdb.exp: Add the "multi_line" helper.
1208
4eec2deb
PA
12092015-04-01 Pedro Alves <palves@redhat.com>
1210
1211 * gdb.threads/tid-reuse.c: New file.
1212 * gdb.threads/tid-reuse.exp: New file.
1213
df8411da
SDJ
12142015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1215
1216 PR corefiles/16092
1217 * gdb.base/coredump-filter.c: New file.
1218 * gdb.base/coredump-filter.exp: Likewise.
1219
6ef37366
PM
12202015-03-27 Petr Machata <pmachata@redhat.com>
1221
1222 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1223 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1224 (Dwarf::assemble): Initialize them.
1225 (Dwarf::lines): New function.
1226
7ec911b0
JT
12272015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1228
1229 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1230 SYMBOL_PREFIX for x86_64-*-cygwin.
1231
ff908ebf
AW
12322015-03-26 Andy Wingo <wingo@igalia.com>
1233
1234 PR symtab/18148
1235 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1236 const_value but not a location.
1237 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1238 location defined in non-main CUs are visible.
1239
6d5f0679
YQ
12402015-03-26 Yao Qi <yao.qi@linaro.org>
1241
1242 PR testsuite/18139
1243 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1244 Add a line number entry for the same line.
1245 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1246 Add a line number entry for the same line.
1247
2898689b
YQ
12482015-03-26 Yao Qi <yao.qi@linaro.org>
1249
1250 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1251 .int 0.
1252 (func): Likewise. Add .Lfunc_1 label.
1253 Use .Lfunc_1 label.
1254 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1255 .int 0.
1256 (func): Likewise.
1257 Use .Lfunc_1 label.
1258
85180498
YQ
12592015-03-26 Yao Qi <yao.qi@linaro.org>
1260
1261 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1262 Call gdb_compile instead to compile each .s files without debug
1263 information.
1264
8aa08a8d
YQ
12652015-03-26 Yao Qi <yao.qi@linaro.org>
1266
1267 * gdb.base/savedregs.exp (process_saved_regs): Make
1268 "Saved registers:" optional in the pattern.
1269
66849923
MM
12702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1271
1272 * gdb.btrace/next.exp: Merged into step.exp.
1273 * gdb.btrace/finish.exp: Merged into step.exp.
1274 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1275 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1276 "record goto" and checking the exact replay position.
1277 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1278 check for "Recording format" in "info record" output.
1279 * gdb.btrace/record_goto.exp: Choose test file based on target.
1280 * gdb.btrace/x86-record_goto.S: Renamed into ...
1281 * gdb.btrace/x86_64-record_goto.S: ... this.
1282 * gdb.btrace/i686-record_goto.S: New.
1283 * gdb.btrace/x86-tailcall.S: Renamed into ...
1284 * gdb.btrace/x86_64-tailcall.S: ... this.
1285 * gdb.btrace/i686-tailcall.S: New.
1286 * gdb.btrace/x86-tailcall.c: Renamed into ...
1287 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1288 separate statements. Update test.
1289 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1290 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1291 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1292 * gdb.btrace/tailcall.exp: Choose test file based on target.
1293 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1294
11cc1b74
MM
12952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1296
1297 * gdb.btrace/exception.exp: Increase BTS buffer size.
1298
a25d8bf9
PA
12992015-03-24 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1302
856e7dd6
PA
13032015-03-24 Pedro Alves <palves@redhat.com>
1304
1305 * gdb.threads/schedlock.exp (test_step): No longer expect that
1306 "set scheduler-locking step" with "next" over a function call runs
1307 threads unlocked.
1308
ad235a41
AT
13092015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1310
1311 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1312
15630549
AT
13132015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1314
1315 PR breakpoints/16466
1316 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1317 * gdb.mi/mi-pending.c (thread_func): New function.
1318 (int main): Add threading support required.
1319 * gdb.mi/mi-pending.exp: Add tests for this issue.
1320 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1321 (pendfunc2): Remove stdio dependency.
1322 * gdb.mi/mi-pendshr2.c: New file.
1323
693dca06
KS
13242015-03-23 Keith Seitz <keiths@redhat.com>
1325
1326 * gdb.linespec/keywords.c: New file.
1327 * gdb.linespec/keywords.exp: New file.
1328
7e993ebf
KS
13292015-03-23 Keith Seitz <keiths@redhat.com>
1330
1331 PR gdb/18021
1332 * gdb.dwarf2/staticvirtual.exp: New test.
1333
bc23328c
JK
13342015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1335
1336 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1337 * README: Remove HP-UX and gdb.hp.
1338 (configuration):
1339 * configure: Regenerate.
1340 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1341 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1342 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1343 gdb.hp/gdb.defects/Makefile.
1344 * gdb.hp/Makefile.in: File deleted.
1345 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1346 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1347 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1348 * gdb.hp/gdb.aCC/run.c: File deleted.
1349 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1350 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1351 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1352 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1353 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1354 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1355 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1356 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1357 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1358 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1359 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1360 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1361 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1362 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1363 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1364 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1365 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1366 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1367 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1368 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1369 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1370 * gdb.hp/gdb.compat/average.c: File deleted.
1371 * gdb.hp/gdb.compat/sum.c: File deleted.
1372 * gdb.hp/gdb.compat/xdb.c: File deleted.
1373 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1374 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1375 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1376 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1377 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1378 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1379 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1380 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1381 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1382 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1383 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1384 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1385 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1386 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1387 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1388 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1389 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1390 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1391 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1392 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1393 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1394 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1395 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1396 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1397 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1398 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1399 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1400 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1401 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1402 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1403 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1404 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1405 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1406 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1407 * gdb.hp/tools/odump: File deleted.
1408
8bf3b159
PA
14092015-03-19 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1412 (saw_thread_3): New globals.
1413 (top level): Increment them when an event for the corresponding
1414 thread is seen.
1415 (no thread starvation): New test.
1416
eb54c8bf
PA
14172015-03-19 Pedro Alves <palves@redhat.com>
1418
1419 * gdb.threads/continue-pending-status.c: New file.
1420 * gdb.threads/continue-pending-status.exp: New file.
1421
32d2e5d6
PA
14222015-03-18 Pedro Alves <palves@redhat.com>
1423
1424 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1425 Use gdb_is_target_remote instead of is_remote. Use
1426 gdb_test_multiple instead of gdb_expect. Exit early if
1427 gdb_test_multiple hits its internal matches. Tighten stepi tests
1428 expected output. Fail on exit with any signal, instead of just
1429 SIGILL.
1430
f68f11b7
YQ
14312015-03-18 Yao Qi <yao.qi@linaro.org>
1432
1433 PR tdep/18107
1434 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1435 variable.
1436 * gdb.base/catch-syscall.exp: Don't skip it on
1437 aarch64*-*-linux* target. Remove elements in all_syscalls.
1438 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1439 target.
1440 (setup_all_syscalls): New proc.
1441
ca5fd19b
YQ
14422015-03-16 Yao Qi <yao.qi@linaro.org>
1443
1444 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1445 (top level): Skip tests if valid_addr_p returns false for
1446 $cmd1 or $cmd2.
1447
85642ba0
AW
14482015-03-11 Andy Wingo <wingo@igalia.com>
1449
1450 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1451
e03f9645
YQ
14522015-03-11 Yao Qi <yao.qi@linaro.org>
1453
1454 * gdb.base/catch-syscall.exp: Fix typo in comments.
1455
5d0962b2
YQ
14562015-03-11 Yao Qi <yao.qi@linaro.org>
1457
1458 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1459
b2df3cef
PA
14602015-03-09 Pedro Alves <palves@redhat.com>
1461
1462 * dg-extract-results.py: Delete.
1463
ef878e53
PA
14642015-03-09 Pedro Alves <palves@redhat.com>
1465
1466 Merge dg-extract-results.sh from GCC upstream (r218843).
1467
1468 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1469 * dg-extract-results.sh: Use --text with grep to avoid issues with
1470 binary files. Fall back to cat -v, if that doesn't work.
1471
9494d219
PA
14722015-03-05 Pedro Alves <palves@redhat.com>
1473
1474 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1475
a8d9763a
SM
14762015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1477
1478 * lib/mi-support.exp (mi_expect_interrupt): Accept
1479 alternative event for when in all-stop mode.
1480
be9957b8
PA
14812015-03-04 Pedro Alves <palves@redhat.com>
1482
1483 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1484
d57be0f4 14852015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1486
1487 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1488
c214c7cf
AA
14892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1490
1491 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1492 regexps for GDB's current line display, accept a hex address
1493 preceding the line number.
1494
6d74a497
AA
14952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1496
1497 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1498 the 'arch1' variable for "s390*-linux*" targets.
1499
511aee7c
PA
15002015-03-04 Pedro Alves <palves@redhat.com>
1501
1502 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1503 (main): Pass missing retval argument to pthread_join call.
1504
95e50b27
PA
15052015-03-02 Pedro Alves <palves@redhat.com>
1506
1507 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1508 (top level): Call do_test with non-stop as well.
1509
28054d69
PA
15102015-03-02 Pedro Alves <palves@redhat.com>
1511
1512 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1513 -1.
1514
4fa5d7b4
AA
15152015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1516
1517 * gdb.arch/s390-vregs.exp: New test.
1518 * gdb.arch/s390-vregs.S: New file.
1519
97c18565
PA
15202015-02-27 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1523 call to catch_command_errors.
1524 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1525 catch_command_errors.
1526
a37bfa30
PA
15272015-02-27 Pedro Alves <palves@redhat.com>
1528
1529 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1530 "true" for boolean result.
1531 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1532 prototype of main.
1533
6f98576f
PA
15342015-02-27 Pedro Alves <palves@redhat.com>
1535
1536 * lib/unbuffer_output.c: New file.
1537 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1538 (main): Call gdb_unbuffer_output.
1539
eba5ab56
YQ
15402015-02-27 Yao Qi <yao.qi@linaro.org>
1541
1542 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1543 target.
1544
0def5aaa
DE
15452015-02-26 Doug Evans <dje@google.com>
1546
1547 * gdb.cp/class2.cc (Dbase, D): New classes.
1548 (main): New local delta.
1549 * gdb.cp/class2.exp: Test printing delta.
1550 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1551 (dynbar): New global.
1552 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1553
081a1c2c
JK
15542015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1555
1556 * gdb.compile/compile-ifunc.c: New file.
1557 * gdb.compile/compile-ifunc.exp: New file.
1558
2f41223f
AT
15592015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1560
1561 * gdb.base/structs.exp: Check for correct struct on finish.
1562
03eddd80
YQ
15632015-02-26 Yao Qi <yao.qi@linaro.org>
1564
1565 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1566 is zero.
1567
80c57053
JK
15682015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1569
1570 * gdb.arch/cordic.ko.bz2: New file.
1571 * gdb.arch/cordic.ko.debug.bz2: New file.
1572 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1573
21613c12
YQ
15742015-02-25 Yao Qi <yao.qi@linaro.org>
1575
1576 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1577 aarch64*-*-* target.
1578
d8b901ed
PA
15792015-02-23 Pedro Alves <palves@redhat.com>
1580
1581 * lib/gdb.exp (delete_breakpoints): Rewrite using
1582 gdb_test_multiple.
1583
e5b85ead
PA
15842015-02-23 Pedro Alves <palves@redhat.com>
1585
1586 * gdb.base/info-os.c: Include stdlib.h.
1587
85c3a371
DE
15882015-02-22 Doug Evans <xdje42@gmail.com>
1589
1590 PR symtab/17855
1591 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1592 is read after symbols have been re-read.
1593 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1594 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1595
96553a0c
DE
15962015-02-21 Doug Evans <dje@google.com>
1597
1598 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1599
97a0c697
JK
16002015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1601
1602 PR corefiles/17808
1603 * gdb.arch/i386-biarch-core.core.bz2: New file.
1604 * gdb.arch/i386-biarch-core.exp: New file.
1605
a47cd6e9
PA
16062015-02-21 Pedro Alves <palves@redhat.com>
1607
1608 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1609 runto_main fails.
1610
c5facdc4
PA
16112015-02-20 Pedro Alves <palves@redhat.com>
1612
1613 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1614 info probes.
1615
2db9a427
PA
16162015-02-20 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1619
60fb7e9e
PA
16202015-02-20 Pedro Alves <palves@redhat.com>
1621
1622 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1623 clean_restart before gdb_target_supports_trace.
1624
5c5019c2
PA
16252015-02-20 Pedro Alves <palves@redhat.com>
1626
1627 PR threads/18006
1628 * gdb.threads/clone-thread_db.c: New file.
1629 * gdb.threads/clone-thread_db.exp: New file.
1630
c9587f88
AT
16312015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1632
1633 PR breakpoints/16812
1634 * gdb.base/catch-gdb-caused-signals.c: New file.
1635 * gdb.base/catch-gdb-caused-signals.exp: New file.
1636
f6a88844
JM
16372015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1638
1639 * configure: Regenerated.
1640 * configure.ac: Use GDB_AC_TRANSFORM.
1641 * aclocal.m4: sinclude ../transform.m4.
1642
497c491b
JM
16432015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1644
1645 * lib/dtrace.exp: New file.
1646 * gdb.base/dtrace-probe.exp: Likewise.
1647 * gdb.base/dtrace-probe.d: Likewise.
1648 * gdb.base/dtrace-probe.c: Likewise.
1649 * lib/pdtrace.in: Likewise.
1650 * configure.ac: Output variables with the transformed names of
1651 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1652 * configure: Regenerated.
1653
03e98035
JM
16542015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1655
1656 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1657 expected message when trying to access $_probe_* convenience
1658 variables while not on a probe.
1659
63cc30e9
JK
16602015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1661
1662 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1663
0703599a
PA
16642015-02-11 Pedro Alves <pedro@codesourcery.com>
1665
1666 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1667 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1668
7e60a48e
DE
16692015-02-10 Doug Evans <xdje42@gmail.com>
1670
1671 * lib/gdb.exp (gdb_load): Always return a result.
1672
01b088bc
PA
16732015-02-10 Pedro Alves <palves@redhat.com>
1674
1675 * gdb.threads/signal-sigtrap.c: New file.
1676 * gdb.threads/signal-sigtrap.exp: New file.
1677
b05ec7a5
AT
16782015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1679
1680 * gdb.trace/no-attach-trace.c: New file.
1681 * gdb.trace/no-attach-trace.exp: New file.
1682
a2c2acaf
MW
16832015-02-09 Mark Wielaard <mjw@redhat.com>
1684
1685 * gdb.dwarf2/atomic.c: New file.
1686 * gdb.dwarf2/atomic-type.exp: Likewise.
1687
31fd9caa
MM
16882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1689
1690 * gdb.btrace/buffer-size.exp: Update "info record" output.
1691 * gdb.btrace/delta.exp: Update "info record" output.
1692 * gdb.btrace/enable.exp: Update "info record" output.
1693 * gdb.btrace/finish.exp: Update "info record" output.
1694 * gdb.btrace/instruction_history.exp: Update "info record" output.
1695 * gdb.btrace/next.exp: Update "info record" output.
1696 * gdb.btrace/nexti.exp: Update "info record" output.
1697 * gdb.btrace/step.exp: Update "info record" output.
1698 * gdb.btrace/stepi.exp: Update "info record" output.
1699 * gdb.btrace/nohist.exp: Update "info record" output.
1700
d33501a5
MM
17012015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1702
1703 * gdb.btrace/buffer-size: New.
1704
f4abbc16
MM
17052015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1706
1707 * gdb.btrace/delta.exp: Update "info record" output.
1708 * gdb.btrace/enable.exp: Update "info record" output.
1709 * gdb.btrace/finish.exp: Update "info record" output.
1710 * gdb.btrace/instruction_history.exp: Update "info record" output.
1711 * gdb.btrace/next.exp: Update "info record" output.
1712 * gdb.btrace/nexti.exp: Update "info record" output.
1713 * gdb.btrace/step.exp: Update "info record" output.
1714 * gdb.btrace/stepi.exp: Update "info record" output.
1715 * gdb.btrace/nohist.exp: Update "info record" output.
1716
b9d61307
SM
17172015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1718
1719 PR gdb/15678
1720 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1721
e584fdbc
PA
17222015-02-06 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1725 macro.
1726 (seconds_left, again): New globals.
1727 (main): Wait seconds_left in a 1-second sleep loop instead of
1728 sleeping 180 seconds. If 'again' is set, reset the seconds
1729 counter.
1730 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1731 'again' in the inferior before detaching. Print the seconds left.
1732 (options): New global.
1733 (top level): Build program with -DTIMEOUT=$timeout.
1734
77f41761
PA
17352015-02-06 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1738 determine how many seconds to pass to 'alarm'.
1739 * gdb.base/gdb-sigterm.exp (top level): Build program with
1740 -DTIMEOUT=$timeout.
1741 (do_test): Return success/failure indication. Add more verbose
1742 logging. Don't fail if 200 single steps are seen. Instead, fail
1743 when the test times out.
1744 (passes): New global.
1745 (top level): Break the testing loop if testing fails on any
1746 iteration. Use gdb_assert.
1747
b9394193
DB
17482015-02-04 Don Breazeal <donb@codesourcery.com>
1749
1750 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1751 and initialize them.
1752 (ipc_cleanup): New function.
1753 (main): Don't declare shmid, semid, and msqid. Add a call to
1754 atexit so that we call ipc_cleanup on exit.
1755
42d9e528
PA
17562015-02-04 Pedro Alves <palves@redhat.com>
1757
1758 * boards/native-extended-gdbserver.exp: Remove any target variant
1759 specifications from the board name before clearing the isremote
1760 flag from board_info.
1761
ae6ae975
DE
17622015-01-31 Doug Evans <xdje42@gmail.com>
1763
1764 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1765
cfb069a8
GB
17662015-01-31 Gary Benson <gbenson@redhat.com>
1767
1768 * gdb.base/completion.exp: Disable completion limiting for
1769 existing tests. Add new tests to check completion limiting.
1770 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1771
5dd31d79
DE
17722015-01-31 Doug Evans <xdje42@gmail.com>
1773
1774 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1775
9f050062
DE
17762015-01-31 Doug Evans <xdje42@gmail.com>
1777
1778 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1779 entries. Duplicate file section script entries.
1780 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1781 inlined entries. Add test for safe-path rejection.
1782 * gdb.python/py-section-script.c: Add duplicate inlined section script
1783 entries. Duplicate file section script entries.
1784 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1785 inlined entries. Add test for safe-path rejection.
1786
df25ebbd
JB
17872015-01-29 Joel Brobecker <brobecker@adacore.com>
1788
1789 * gdb.ada/disc_arr_bound: New testcase.
1790
4a0ca9ec
JB
17912015-01-29 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.ada/mi_var_array: New testcase.
1794
3a8b707a
DE
17952015-01-27 Doug Evans <dje@google.com>
1796
1797 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1798 Add test for objfile.filename, objfile.username after objfile
1799 has been unloaded.
1800
f8313f6e
JB
18012015-01-26 Joel Brobecker <brobecker@adacore.com>
1802
1803 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1804 the second test to print the name attribute of value
1805 returned by the call to gdb.lookup_type, and adjust
1806 the expected output accordingly.
1807
37bc665e
MW
18082015-01-25 Mark Wielaard <mjw@redhat.com>
1809
1810 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1811 * gdb.base/disp-step-fork.c: Include unistd.h.
1812 * gdb.base/siginfo-obj.c: Include stdio.h.
1813 * gdb.base/siginfo-thread.c: Likewise.
1814 * gdb.mi/non-stop.c: Include unistd.h.
1815 * gdb.mi/nsthrexec.c: Include stdio.h.
1816 * gdb.mi/pthreads.c: Include unistd.h.
1817 * gdb.modula2/unbounded1.c (main): Declare returns int.
1818 * gdb.reverse/consecutive-reverse.c: Likewise.
1819 * gdb.threads/create-fail.c: Include unistd.h.
1820 * gdb.threads/killed.c: Likewise.
1821 * gdb.threads/linux-dp.c: Likewise.
1822 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1823 * gdb.threads/non-ldr-exc-2.c: Likewise.
1824 * gdb.threads/non-ldr-exc-3.c: Likewise.
1825 * gdb.threads/non-ldr-exc-4.c: Likewise.
1826 * gdb.threads/pthreads.c: Include unistd.h.
1827 (main): Declare returns int.
1828 * gdb.threads/tls-main.c (foo): New declaration.
1829 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1830
f7e5394d
SM
18312015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1832
1833 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1834 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1835
743649fd
MW
18362015-01-15 Mark Wielaard <mjw@redhat.com>
1837
1838 * gdb.base/noreturn-return.c: New file.
1839 * gdb.base/noreturn-return.exp: New file.
1840 * gdb.base/noreturn-finish.c: New file.
1841 * gdb.base/noreturn-finish.exp: New file.
1842
198297aa
PA
18432015-01-23 Pedro Alves <palves@redhat.com>
1844
1845 * gdb.threads/continue-pending-after-query.c: New file.
1846 * gdb.threads/continue-pending-after-query.exp: New file.
1847
717cf30c
AG
18482015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1849 Simon Marchi <simon.marchi@ericsson.com>
1850
1851 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1852 * gdb.base/valgrind-db-attach.exp: Same.
1853 * gdb.base/valgrind-infcall.exp: Same.
1854 * lib/mi-support.exp (default_mi_gdb_start): Same.
1855 * lib/prompt.exp (default_prompt_gdb_start): Same.
1856 * lib/gdb.exp (default_gdb_spawn): Same.
1857 (gdb_interact): New.
1858
1859
4b62a76e
JK
18602015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1861
1862 * gdb.compile/compile.exp (pointer to jit function): New test.
1863
b4cdae6f
WW
18642015-01-17 Wei-cheng Wang <cole945@gmail.com>
1865
1866 * lib/gdb.exp (supports_process_record): Return true for
1867 powerpc*-*-linux*.
1868 (supports_reverse): Likewise.
1869
d221e7ef
DB
18702015-01-15 Don Breazeal <donb@codesourcery.com>
1871
1872 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1873 instead of checking whether the target board is remote and
1874 use spawn_wait_for_attach instead of exec/sleep.
1875 * gdb.base/attach-twice.exp: Likewise.
1876
bafffb51
JB
18772015-01-15 Joel Brobecker <brobecker@adacore.com>
1878
1879 * gdb.ada/var_arr_attrs: New testcase.
1880
5589af0e
PA
18812015-01-14 Pedro Alves <palves@redhat.com>
1882 Joel Brobecker <brobecker@adacore.com>
1883
1884 PR gdb/17525
1885 * gdb.base/bp-cmds-execution-x-script.c: New file.
1886 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1887 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1888
6c400b59
PA
18892015-01-14 Pedro Alves <palves@redhat.com>
1890
1891 PR cli/17828
1892 * gdb.base/batch-preserve-term-settings.c: New file.
1893 * gdb.base/batch-preserve-term-settings.exp: New file.
1894
e02c96a7
DE
18952015-01-13 Doug Evans <dje@google.com>
1896
1897 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1898 binary.
1899
576fd14c
JB
19002015-01-13 Joel Brobecker <brobecker@adacore.com>
1901
1902 * Makefile.in (clean mostlyclean): Do not delete *.py.
1903
04dccad0
JB
19042015-01-13 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.python/py-lookup-type.exp: New file.
1907
3d230f71
PA
19082015-01-12 Pedro Alves <palves@redhat.com>
1909
1910 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1911 restore GDBFLAGS before returning.
1912
7e67715d
JK
19132015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1914
1915 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1916 is_amd64_regs_target and is_x86_like_target.
1917
f2e0d4b4
DE
19182015-01-11 Doug Evans <xdje42@gmail.com>
1919
1920 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1921 is given without an explicit form.
1922 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1923 attributes.
1924 * gdb.dwarf/corrupt.exp: Ditto.
1925 * gdb.dwarf2/enum-type.exp: Ditto.
1926 * gdb.trace/entry-values.exp: Ditto.
1927 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1928
439250fb
DE
19292015-01-11 Doug Evans <xdje42@gmail.com>
1930
1931 PR gdb/15830
1932 * gdb.base/maint.exp: Remove references to "maint demangle".
1933 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1934 Add tests for explicitly specifying language to demangle.
1935 * gdb.dlang/demangle.exp: Ditto.
1936
ede9f622
PA
19372015-01-09 Pedro Alves <palves@redhat.com>
1938
1939 * gdb.threads/non-stop-fair-events.c: New file.
1940 * gdb.threads/non-stop-fair-events.exp: New file.
1941
a7b796db
PA
19422015-01-09 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1945 the global scope. Set a breakpoint after all threads are started
1946 rather than stepping over two source lines. Expect the prompt.
1947 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1948 global.
1949 (NUM): Now 15.
1950 (main): Use threads_started_barrier to wait for all threads to
1951 start. Main thread no longer calls thread_function. Exit after
1952 180 seconds.
1953 (loop): New function.
1954 (thread_function): Wait on threads_started_barrier barrier. Call
1955 'loop' at each iteration.
1956 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1957 threads have started, instead of hardcoding number of "next"
1958 steps. Use an access watchpoint instead of a write watchpoint.
1959
9665ffdd
PA
19602015-01-09 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1963 (thread_func): Wait on barrier.
1964 (main): Wait for all threads to start before stopping GDB.
1965 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1966 global.
1967 (thread1_func, thread2_func): Wait on barrier.
1968 (main): Wait for all threads to start before stopping GDB.
1969 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1970 New global.
1971 (thread1_func, thread2_func): Wait on barrier.
1972 (main): Wait for all threads to start before stopping GDB.
1973
c945a99f
PA
19742015-01-09 Pedro Alves <palves@redhat.com>
1975
1976 * gdb.threads/attach-many-short-lived-threads.c: New file.
1977 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1978
c1a747c1
PA
19792014-01-09 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1982 instead of to thread 2.
1983 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1984 Add barrier around each pthread_create call instead of around all
1985 calls.
1986 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1987 Set a break on thread_function and have the child threads hit it
1988 one at at a time.
1989
60b3033e
PA
19902015-01-09 Pedro Alves <palves@redhat.com>
1991
1992 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1993 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1994 false.
1995 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1996 checking whether the target board is remote.
1997 * gdb.multi/multi-attach.exp: Likewise.
1998 * gdb.python/py-sync-interp.exp: Likewise.
1999 * gdb.server/ext-attach.exp: Likewise.
2000 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
2001 tests that need to attach, instead of checking whether the target
2002 board is remote at the top of the file.
2003
acc018ac
YQ
20042015-01-08 Yao Qi <yao@codesourcery.com>
2005
2006 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2007
50a18af8
JK
20082015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2009
2010 Fix testcase compilation.
2011 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2012
8503d6e1
JB
20132015-01-06 Joel Brobecker <brobecker@adacore.com>
2014
2015 * gdb.python/py-type.exp: Add a couple test about empty
2016 array creation, and negative-length array creation.
2017
cc73dbcc
DE
20182015-01-02 Doug Evans <xdje42@gmail.com>
2019
2020 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2021
0300bbc7
DE
20222015-01-02 Doug Evans <dje@google.com>
2023
2024 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2025
9d85a0ec
YQ
20262014-12-29 Yao Qi <yao@codesourcery.com>
2027
2028 * gdb.trace/entry-values.exp: Update comments. Rename variable
2029 bar_call_foo to returned_from_foo.
2030
87186c6a
MMN
20312014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2032
2033 PR gdb/17394
2034 * gdb.linespec/break-asm-file.c: New file.
2035 * gdb.linespec/break-asm-file.exp: New file.
2036 * gdb.linespec/break-asm-file0.s: New file.
2037 * gdb.linespec/break-asm-file1.s: New file.
2038
1bab7383
YQ
20392014-12-18 Nigel Stephens <nigel@mips.com>
2040 Maciej W. Rozycki <macro@codesourcery.com>
2041
2042 * gdb.base/float.exp: Handle the new output from "info float" on
2043 MIPS targets.
2044
1bc1068a
JK
20452014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2046
2047 Fix MinGW compilation.
2048 * gdb.compile/compile-ops.exp: Update untested message if
2049 !skip_compile_feature_tests.
2050 * gdb.compile/compile-setjmp.exp: Likewise.
2051 * gdb.compile/compile-tls.exp: Likewise.
2052 * gdb.compile/compile.exp: Likewise.
2053 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2054 supported on this host".
2055
b6615d10
DE
20562014-12-16 Doug Evans <xdje42@gmail.com>
2057
2058 * boards/stabs.exp: New file.
2059
25dda427
AA
20602014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2061
2062 * gdb.base/completion.exp: Adjust to format changes of "maint
2063 print user-registers".
2064
bf330350
CU
20652014-12-16 Catalin Udma <catalin.udma@freescale.com>
2066
2067 PR server/17457
2068 * gdb.arch/aarch64-fp.c: New file.
2069 * gdb.arch/aarch64-fp.exp: New file.
2070
395cf596
SDJ
20712014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2072
2073 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2074 r210637, r210913, r211666, r215400, r215817).
2075
2076 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2077 * dg-extract-results.py: New file.
2078 * dg-extract-results.sh: Use it if the environment seems
2079 suitable.
2080
2081 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2082
2083 * dg-extract-results.py (parse_run): Handle warnings that
2084 are printed before a test harness is run.
2085
2086 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2087
2088 * dg-extract-results.py (Named): Remove __cmp__ method.
2089 (output_variation): Use a key to sort variation.harnesses.
2090
2091 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2092
2093 * dg-extract-results.py: For Python 3, force sys.stdout to
2094 handle surrogate escape sequences.
2095 (safe_open): New function.
2096 (output_segment, main): Use it.
2097
2098 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2099
2100 * dg-extract-results.py (Prog.result_re): Include options
2101 in test name.
2102
2103 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2104
2105 * dg-extract-results.py (output_variation): Always sort if
2106 do_sum.
2107
e882ef3c
SM
21082014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2109
2110 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2111 as long as we get pagination notifications.
2112
4992aa20
JM
21132014-12-15 Jason Merrill <jason@redhat.com>
2114
2115 * Makefile.in (check-gdb.%): Restore.
2116 * README: Mention it.
2117
c1b5a1a6
JB
21182014-12-13 Joel Brobecker <brobecker@adacore.com>
2119
2120 * gdb.ada/str_uninit: New testcase.
2121
5537b577
JK
21222014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2123
2124 PR symtab/17642
2125 * gdb.base/vla-stub-define.c: New file.
2126 * gdb.base/vla-stub.c: New file.
2127 * gdb.base/vla-stub.exp: New file.
2128
bb2ec1b3
TT
21292014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2130 Jan Kratochvil <jan.kratochvil@redhat.com>
2131 Tom Tromey <tromey@redhat.com>
2132
2133 * configure.ac: Add gdb.compile/.
2134 * configure: Regenerate.
2135 * gdb.compile/Makefile.in: New file.
2136 * gdb.compile/compile-ops.exp: New file.
2137 * gdb.compile/compile-ops.c: New file.
2138 * gdb.compile/compile-tls.c: New file.
2139 * gdb.compile/compile-tls.exp: New file.
2140 * gdb.compile/compile-constvar.S: New file.
2141 * gdb.compile/compile-constvar.c: New file.
2142 * gdb.compile/compile-mod.c: New file.
2143 * gdb.compile/compile-nodebug.c: New file.
2144 * gdb.compile/compile-setjmp-mod.c: New file.
2145 * gdb.compile/compile-setjmp.c: New file.
2146 * gdb.compile/compile-setjmp.exp: New file.
2147 * gdb.compile/compile-shlib.c: New file.
2148 * gdb.compile/compile.c: New file.
2149 * gdb.compile/compile.exp: New file.
2150 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2151
4ff709eb
TT
21522014-12-12 Tom Tromey <tromey@redhat.com>
2153
2154 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2155 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2156
6dddd6a5
DE
21572014-12-12 Doug Evans <dje@google.com>
2158
2159 * lib/gdb-python.exp (get_python_valueof): New function.
2160 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2161
71c24708
AA
21622014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2163
2164 * gdb.base/completion.exp: Add test for completion of "info
2165 registers ".
2166
3e29f34a
MR
21672014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2168
2169 * gdb.base/func-ptrs.c: New file.
2170 * gdb.base/func-ptrs.exp: New file.
2171
fc126975
SM
21722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2173
2174 PR breakpoints/17012
2175 * gdb.base/dprintf-detach.c: New file.
2176 * gdb.base/dprintf-detach.exp: New file.
2177
0a46d518
SM
21782014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2179
2180 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2181 * lib/gdb.exp (target_is_gdbserver): New procedure.
2182
a0be3e44
DE
21832014-12-08 Doug Evans <dje@google.com>
2184
2185 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2186
df1b803a
YQ
21872014-12-05 Yao Qi <yao@codesourcery.com>
2188
2189 * gdb.guile/scm-error.exp: Remove the third argument to
2190 gdb_remote_download.
2191 * gdb.guile/scm-frame-args.exp: Likewise.
2192 * gdb.guile/scm-section-script.exp: Likewise.
2193
ddb9f679
YQ
21942014-12-05 Yao Qi <yao@codesourcery.com>
2195
2196 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2197
86e4ed39
DE
21982014-12-04 Doug Evans <dje@google.com>
2199
2200 * gdb.python/py-objfile.exp: Add tests for
2201 objfile.add_separate_debug_file.
2202
7c50a931
DE
22032014-12-04 Doug Evans <dje@google.com>
2204
2205 * lib/gdb.exp (get_build_id): New function.
2206 (build_id_debug_filename_get): Rewrite to use it.
2207 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2208
621661e3
MR
22092014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2210
2211 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2212 `method(long)', not just 0x0.
2213 * gdb.cp/nsalias.exp: Align code labels to 4.
2214 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2215 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2216 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2217 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2218 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2219 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2220
29f0c3b7
DE
22212014-12-02 Doug Evans <dje@google.com>
2222
e1e061e7 2223 PR symtab/17602
29f0c3b7 2224 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2225 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2226 * gdb.cp/anon-ns.exp: Update.
2227
162078c8
NB
22282014-12-02 Nick Bull <nicholaspbull@gmail.com>
2229
2230 * gdb.python/py-events.py (inferior_call_handler): New.
2231 (register_changed_handler, memory_changed_handler): New.
2232 (test_events.invoke): Register new handlers.
2233 * gdb.python/py-events.exp: Add tests for inferior call,
2234 memory_changed and register_changed events.
2235
fdb09caf
AA
22362014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2237
2238 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2239 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2240 if the linker doesn't understand this.
2241
55cfb2c4
SM
22422014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2243
2244 * gdb.python/python.exp: Change expected reply to help().
2245
9e8cd6df
YQ
22462014-12-01 Yao Qi <yao@codesourcery.com>
2247
2248 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2249 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2250 * configure: Re-generated.
2251
6c659fc2
SC
22522014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2253
2254 * gdb.cp/chained-calls.cc: New file.
2255 * gdb.cp/chained-calls.exp: New file.
2256 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2257
d7fc3181
SM
22582014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2259
2260 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2261 * gdb.dwarf2/symtab-producer.exp: Same.
2262 * gdb.gdb/python-interrupts.exp: Same.
2263 * gdb.gdb/python-selftest.exp: Same.
2264 * gdb.python/py-linetable.exp: Same.
2265 * gdb.python/py-type.exp: Same.
2266 * gdb.python/py-value-cc.exp: Same.
2267 * gdb.python/py-value.exp: Same.
2268
10e79639
YQ
22692014-11-28 Yao Qi <yao@codesourcery.com>
2270
2271 * gdb.base/break-probes.exp: Match library name prefixed with
2272 sysroot.
2273
f28a0564
SM
22742014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2275
2276 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2277 test expected output. Add parentheses for the call to print.
2278 Remove L suffix from integers.
2279
3fe1ce1d
DE
22802014-11-26 Doug Evans <dje@google.com>
2281
2282 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2283
84429e27
YQ
22842014-11-22 Yao Qi <yao@codesourcery.com>
2285
2286 * gdb.trace/entry-values.c: Remove asms.
2287 (foo): Add foo_label.
2288 (bar): Add bar_label.
2289 * gdb.trace/entry-values.exp: Remove code computing foo's
2290 length and bar's length.
2291 (Dwarf::assemble): Invoke function_range for bar and use
2292 MACRO_AT_func for foo.
2293
26741859
YQ
22942014-11-22 Yao Qi <yao@codesourcery.com>
2295
2296 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2297 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2298 Use .Lgcc43_procstart instead of gcc43.
2299
45e44d27
JB
23002014-11-21 Joel Brobecker <brobecker@adacore.com>
2301
2302 * gdb.ada/n_arr_bound: New testcase.
2303
458c8db8
SDJ
23042014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2305
2306 PR breakpoints/10737
2307 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2308 test_catch_syscall_multi_arch.
2309 (test_catch_syscall_multi_arch): New function.
2310
43f3e411
DE
23112014-11-20 Doug Evans <xdje42@gmail.com>
2312
2313 * gdb.base/maint.exp: Update expected output.
2314
0d7b2549
AA
23152014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2316
2317 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2318 4-byte instruction on S390.
2319
8908fca5
JB
23202014-11-19 Joel Brobecker <brobecker@adacore.com>
2321
2322 * gdb.ada/arr_arr: New testcase.
2323
4a46959e
JB
23242014-11-19 Joel Brobecker <brobecker@adacore.com>
2325
2326 * gdb.ada/pkd_arr_elem: New Testcase.
2327
470e2f4e
LM
23282014-11-18 Luis Machado <lgustavo@codesourcery.com>
2329
2330 * gdb.reverse/break-precsave: Expect completion message for
2331 core file reads.
2332 * gdb.reverse/consecutive-precsave.exp: Likewise.
2333 * gdb.reverse/finish-precsave.exp: Likewise.
2334 * gdb.reverse/i386-precsave.exp: Likewise.
2335 * gdb.reverse/machinestate-precsave.exp: Likewise.
2336 * gdb.reverse/sigall-precsave.exp: Likewise.
2337 * gdb.reverse/solib-precsave.exp: Likewise.
2338 * gdb.reverse/step-precsave.exp: Likewise.
2339 * gdb.reverse/until-precsave.exp: Likewise.
2340 * gdb.reverse/watch-precsave.exp: Likewise.
2341
a267f3ad
AA
23422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2343
2344 * gdb.base/bp-permanent.c: Include unistd.h.
2345 * gdb.python/py-framefilter-mi.c (main): Add return type.
2346 * gdb.python/py-framefilter.c (main): Likewise.
2347 * gdb.trace/actions-changed.c (main): Likewise.
2348
12084a9a
AA
23492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2350
2351 * gdb.mi/until.c: Add eye-catchers.
2352 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2353 line numbers.
2354
dc7e1a77
AA
23552014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2356
2357 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2358 function header variants in break1.c.
2359 * gdb.base/ena-dis-br.exp: Likewise.
2360 * gdb.base/hbreak2.exp: Likewise.
2361 * gdb.reverse/until-precsave.exp: Drop references to removed
2362 non-prototype function header variants in ur1.c.
2363 * gdb.reverse/until-reverse.exp: Likewise.
2364
41c77605
PM
23652014-11-17 Petr Machata <pmachata@redhat.com>
2366
2367 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2368 ${_cu_offset_size} bytes abbrev offset.
2369
34248c3a
DE
23702014-11-15 Doug Evans <xdje42@gmail.com>
2371
2372 PR symtab/17559
2373 * gdb.base/line-symtabs.exp: New file.
2374 * gdb.base/line-symtabs.c: New file.
2375 * gdb.base/line-symtabs.h: New file.
2376
646da059
YQ
23772014-11-14 Yao Qi <yao@codesourcery.com>
2378
2379 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2380 (func): Add label func_label.
2381 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2382 Replace low_pc and high_pc with MACRO_AT_range.
2383 Replace name, low_pc and high_pc with MACRO_AT_func.
2384
9301ebe6
YQ
23852014-11-14 Yao Qi <yao@codesourcery.com>
2386
2387 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2388 Replace name, low_pc and high_pc with MACRO_AT_func.
2389
f166b542
YQ
23902014-11-14 Yao Qi <yao@codesourcery.com>
2391
2392 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2393 produce debug information.
2394 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2395
0f6e71e3
YQ
23962014-11-14 Yao Qi <yao@codesourcery.com>
2397
2398 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2399 object and get function length.
2400 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2401 with MACRO_AT_func.
2402 (top-level): Replace gdb_compile and clean_restart with
2403 prepare_for_testing.
2404 * gdb.dwarf2/main.c (main): Add label main_label.
2405
876c4df9
YQ
24062014-11-14 Yao Qi <yao@codesourcery.com>
2407
2408 * lib/dwarf.exp (function_range): New procedure.
2409 (Dwarf::_handle_macro_at_func): New procedure.
2410 (Dwarf::_handle_macro_at_range): New procedure.
2411 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2412
02ad9cf1
YQ
24132014-11-14 Yao Qi <yao@codesourcery.com>
2414
2415 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2416 (_handle_attribute): New procedure.
2417
a59add0c
AA
24182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2419
2420 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2421 * gdb.base/call-sc.c (zed): Likewise.
2422 * gdb.base/checkpoint.c (main): Likewise.
2423 * gdb.base/dump.c (main): Likewise.
2424 * gdb.base/gcore.c (main): Likewise.
2425 * gdb.base/huge.c (main): Likewise.
2426 * gdb.base/multi-forks.c (main): Likewise.
2427 * gdb.base/pr10179-a.c (main): Likewise.
2428 * gdb.base/savedregs.c (main): Likewise.
2429 * gdb.base/sigaltstack.c (main): Likewise.
2430 * gdb.base/siginfo.c (main): Likewise.
2431 * gdb.base/structs.c (zed): Likewise.
2432 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2433 * gdb.mi/mi-syn-frame.c (main): Likewise.
2434 * gdb.mi/until.c (foo, main): Likewise.
2435 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2436 * gdb.base/solib-weak.c (foo): Declare.
2437 * gdb.base/attach-twice.c: Include stdio.h.
2438 * gdb.base/weaklib1.c: Likewise.
2439 * gdb.base/weaklib2.c: Likewise.
2440 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2441 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2442 unistd.h.
2443 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2444 * gdb.mi/mi-exit-code.c: Likewise.
2445 * gdb.base/break-interp-lib.c: Include string.h.
2446 * gdb.base/coremaker.c: Likewise.
2447 * gdb.base/testenv.c: Likewise.
2448 * gdb.python/py-finish-breakpoint.c: Likewise.
2449 * gdb.base/inferior-died.c: Include sys/wait.h.
2450 * gdb.base/fileio.c: Include time.h.
2451 * gdb.base/async-shell.c: Include unistd.h.
2452 * gdb.base/dprintf-non-stop.c: Likewise.
2453 * gdb.base/info-os.c: Likewise.
2454 * gdb.mi/mi-console.c: Likewise.
2455 * gdb.mi/watch-nonstop.c: Likewise.
2456 * gdb.python/py-events.c: Likewise.
2457 * gdb.base/async.c (baz): Move up before its invocation.
2458 * gdb.base/code_elim2.c (my_global_func): Likewise.
2459 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2460 * gdb.base/advance.c (func2): Likewise.
2461
3b5d5997
AA
24622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2463
2464 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2465 variant.
2466 * gdb.base/annota3.c: Likewise.
2467 * gdb.base/async.c: Likewise.
2468 * gdb.base/average.c: Likewise.
2469 * gdb.base/call-ar-st.c: Likewise.
2470 * gdb.base/call-rt-st.c: Likewise.
2471 * gdb.base/call-sc.c: Likewise.
2472 * gdb.base/call-strs.c: Likewise.
2473 * gdb.base/ending-run.c: Likewise.
2474 * gdb.base/execd-prog.c: Likewise.
2475 * gdb.base/exprs.c: Likewise.
2476 * gdb.base/foll-exec.c: Likewise.
2477 * gdb.base/foll-fork.c: Likewise.
2478 * gdb.base/foll-vfork.c: Likewise.
2479 * gdb.base/funcargs.c: Likewise.
2480 * gdb.base/gcore.c: Likewise.
2481 * gdb.base/jump.c: Likewise.
2482 * gdb.base/langs0.c: Likewise.
2483 * gdb.base/langs1.c: Likewise.
2484 * gdb.base/langs2.c: Likewise.
2485 * gdb.base/mips_pro.c: Likewise.
2486 * gdb.base/nodebug.c: Likewise.
2487 * gdb.base/opaque0.c: Likewise.
2488 * gdb.base/opaque1.c: Likewise.
2489 * gdb.base/recurse.c: Likewise.
2490 * gdb.base/run.c: Likewise.
2491 * gdb.base/scope0.c: Likewise.
2492 * gdb.base/scope1.c: Likewise.
2493 * gdb.base/setshow.c: Likewise.
2494 * gdb.base/setvar.c: Likewise.
2495 * gdb.base/shmain.c: Likewise.
2496 * gdb.base/shr1.c: Likewise.
2497 * gdb.base/shr2.c: Likewise.
2498 * gdb.base/sigall.c: Likewise.
2499 * gdb.base/signals.c: Likewise.
2500 * gdb.base/so-indr-cl.c: Likewise.
2501 * gdb.base/solib2.c: Likewise.
2502 * gdb.base/structs.c: Likewise.
2503 * gdb.base/sum.c: Likewise.
2504 * gdb.base/vforked-prog.c: Likewise.
2505 * gdb.base/watchpoint.c: Likewise.
2506 * gdb.reverse/shr2.c: Likewise.
2507 * gdb.reverse/until-reverse.c: Likewise.
2508 * gdb.reverse/ur1.c: Likewise.
2509 * gdb.reverse/watch-reverse.c: Likewise.
2510
066a77c5
AA
25112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2512
2513 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2514 variant.
2515 * gdb.base/sepdebug.exp: Drop references to removed code.
2516
4f204ea5
AA
25172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2518
2519 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2520 variant. Preserve original line numbering.
2521 * gdb.base/list1.c: Likewise.
2522
3b377a3a
AA
25232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2524
2525 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2526 variant.
2527 * gdb.base/break1.c: Likewise.
2528 * gdb.base/break.exp: Drop references to removed code.
2529
e444df73
AA
25302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2531
2532 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2533 variant.
2534
8008f2a7
AA
25352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2536
2537 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2538
a5a06887
AA
25392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2540
2541 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2542 logic into perform_all_tests() and invoke it with and without
2543 function header prototypes.
2544 (do_function_calls): Remove conditional XFAIL for PR 5318.
2545 (rerun_and_prepare): Remove duplicate code.
2546 (perform_all_tests): New. Main logic moved here.
2547
44dba9b9
AA
25482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2549
2550 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2551 code guarded by #ifdef NO_PROTOTYPES.
2552 (t_double_many_args): Likewise.
2553 (DEF_FUNC_MANY_ARGS_1): Likewise.
2554 (DEF_FUNC_VALUES_1): Likewise.
2555 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2556 guarded by #ifdef PROTOTYPES.
2557
d1fbcd56
AA
25582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2559
2560 * gdb.mi/mi-console.c: Add eye-catcher.
2561 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2562 instead of literal line number.
2563
b0e59b8f
AA
25642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2565
2566 * gdb.base/shr2.c: Add eye-catcher.
2567 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2568 line number.
2569
78f98cca
AA
25702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2571
2572 * gdb.base/jump.c: Add eye-catchers.
2573 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2574 numbers.
2575
58fa2af0
AA
25762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2577
2578 * gdb.base/execd-prog.c: Add eye-catchers.
2579 * gdb.base/foll-exec.c: Likewise.
2580 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2581 line numbers.
2582
04e5059b
AA
25832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2584
2585 * gdb.base/ending-run.c: Add eye-catchers.
2586 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2587 literal line numbers.
2588
dbfdb174
AA
25892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2590
2591 * gdb.base/call-rt-st.c: Add eye-catchers.
2592 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2593 literal line numbers.
2594
888a2ade
AA
25952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2596
2597 * gdb.base/call-ar-st.c: Add eye-catchers.
2598 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2599 literal line numbers.
2600
6acc2dde
AA
26012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2602
2603 * gdb.base/average.c: Add eye-catchers.
2604 * gdb.base/sum.c: Likewise.
2605 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2606 regexps dynamically.
2607
9ecfcd1d
AA
26082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2609
2610 * gdb.base/solib1.c: Add eye-catchers.
2611 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2612 literal line numbers.
2613
78708b7c
PA
26142014-11-12 Pedro Alves <palves@redhat.com>
2615
2616 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2617 leader has exited.
2618
af48d08f
PA
26192014-11-12 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.arch/i386-bp_permanent.c: New file.
2622 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2623 (srcfile): Set to i386-bp_permanent.c.
2624 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2625 that stepi does not execute the 'leave' instruction, instead of
2626 testing it does execute.
2627 * gdb.base/bp-permanent.c: New file.
2628 * gdb.base/bp-permanent.exp: New file.
2629
af3768e9
DE
26302014-11-10 Doug Evans <xdje42@gmail.com>
2631
2632 PR symtab/17564
2633 * gdb.base/symtab-search-order.exp: New file.
2634 * gdb.base/symtab-search-order.c: New file.
2635 * gdb.base/symtab-search-order-1.c: New file.
2636 * gdb.base/symtab-search-order-shlib-1.c: New file.
2637
9de00a4a
PA
26382014-11-07 Pedro Alves <palves@redhat.com>
2639
2640 PR gdb/17511
2641 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2642 i?86-*-linux*.
2643
e0f52461
SC
26442014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2645
2646 PR c++/17494
2647 * gdb.cp/pr17494.cc: New file.
2648 * gdb.cp/pr17494.exp: New file.
2649
6ce8c980
YQ
26502014-11-02 Yao Qi <yao@codesourcery.com>
2651
2652 * gdb.python/python.exp: Get working directory and match the
2653 output of "set extended-prompt \\w " with it.
2654
02be9a71
DE
26552014-10-30 Doug Evans <dje@google.com>
2656
2657 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2658 in objfiles.
2659 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2660 in progspaces.
2661
3bdff46b
LM
26622014-10-30 Janis Johnson <janisjo@codesourcery.com>
2663
2664 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2665 * gdb.base/realname-expand.exp: Likewise.
2666 * gdb.linespec/macro-relative.exp: Likewise.
2667
ab917dfb
PA
26682014-10-29 Pedro Alves <palves@redhat.com>
2669
2670 PR gdb/17408
2671 * gdb.threads/schedlock.c (some_function): New function.
2672 (call_function): New global.
2673 (MAYBE_CALL_SOME_FUNCTION): New macro.
2674 (thread_function): Call it.
2675 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2676 and use it instead of a global counter. Adjust all callers.
2677 (get_current_thread): Use "find current thread" for test message
2678 here rather than having all callers pass down the same string.
2679 (goto_loop): New procedure, factored out from ...
2680 (my_continue): ... this.
2681 (step_ten_loops): Change parameter from test message to command to
2682 use. Adjust.
2683 (list_count): Delete global.
2684 (check_result): New procedure, factored out from duplicate top
2685 level code.
2686 (continue tests): Wrap in with_test_prefix.
2687 (test_step): New procedure, factored out from duplicate top level
2688 code.
2689 (top level): Test "step" in combination with all scheduler-locking
2690 modes. Test "next" in combination with all scheduler-locking
2691 modes, and in combination with stepping over a function call or
2692 not.
2693 * gdb.threads/next-bp-other-thread.c: New file.
2694 * gdb.threads/next-bp-other-thread.exp: New file.
2695
d3d4baed
PA
26962014-10-29 Pedro Alves <palves@redhat.com>
2697
2698 PR python/17372
2699 * gdb.python/python.exp: Test a multi-line command that spawns
2700 interactive Python.
2701 * gdb.base/multi-line-starts-subshell.exp: New file.
2702
563e8d85
YQ
27032014-10-29 Yao Qi <yao@codesourcery.com>
2704
2705 * gdb.base/fileio.exp: Make directories on host.
2706
0ea4d52e
YQ
27072014-10-29 Yao Qi <yao@codesourcery.com>
2708
2709 * gdb.base/fileio.c (test_write): Close the file.
2710
7f5ef605
PA
27112014-10-28 Pedro Alves <palves@redhat.com>
2712
2713 PR gdb/12623
2714 * gdb.base/sigstep.c (no_handler): New global.
2715 (main): If 'no_handler is true, set the signal handlers to
2716 SIG_IGN.
2717 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2718 with_sw_watch and no_handler parameters. Handle them.
2719 (top level) <stepping over handler when stopped at a breakpoint
2720 test>: Add a test axis for testing with a software watchpoint, and
2721 another for testing with the signal handler set to SIG_IGN.
2722 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2723 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2724
abbdbd03
PA
27252014-10-28 Pedro Alves <palves@redhat.com>
2726
2727 PR gdb/17511
2728 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2729 * gdb.base/sigstep.exp (other_handler_location): New global.
2730 (advance): Support stepping into the signal handler, and running
2731 commands while in the handler.
2732 (in_handler_map): New global.
2733 (top level): In the advance test, add combinations for getting
2734 into the handler with stepping commands, and for running commands
2735 in the handler. Add comment descripting the advancei tests.
2736
1df4399f
PA
27372014-10-28 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.base/sigstep.exp: Use build_executable instead of
2740 prepare_for_testing.
2741 (top level): Move code that starts GDB, runs to main and creates a
2742 display to ...
2743 (restart): ... this new procedure.
2744 (top level): Move backtrace from signal handler test to ...
2745 (validate_backtrace): ... this new procedure.
2746 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2747 with_test_prefix. Always restart GDB.
2748 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2749 with_test_prefix. Always restart GDB. No need to delete
2750 breakpoints after the test.
2751 (test_skip_handler): Remove prefix parameter.
2752 (skip_over_handler, breakpoint_to_handler)
2753 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2754 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2755 restart GDB. No need to delete breakpoints after the test.
2756 (top level): Use foreach to call the test procedures with
2757 different commands.
2758
a5b6e449
PA
27592014-10-28 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2762 instead of GNATS numbers.
2763 * gdb.base/sigbpt.exp: Likewise.
2764 * gdb.base/siginfo.exp: Likewise.
2765 * gdb.base/sigstep.exp: Likewise.
2766
e5f8a7cc
PA
27672014-10-27 Pedro Alves <palves@redhat.com>
2768
2769 * gdb.base/sigstep.c (dummy): New global.
2770 (main): Issue a couple writes to the new global.
2771 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2772 procedures.
2773 (skip_over_handler): Use test_skip_handler.
2774 (top level): Call skip_over_handler for stepi and nexti too.
2775 (breakpoint_over_handler): Use test_skip_handler.
2776 (top level): Call breakpoint_over_handler for stepi and nexti too.
2777
763905a3
YQ
27782014-10-27 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.trace/tfile.c (adjust_function_address)
2781 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2782 function descriptor.
2783
6f259a23
DB
27842014-10-24 Don Breazeal <donb@codesourcery.com>
2785
2786 * gdb.base/foll-fork.exp (test_follow_fork,
2787 catch_fork_child_follow): Check for updated fork messages emitted
2788 from infrun.c.
2789 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2790 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2791 vfork_and_exec_child_follow_through_step): Check for updated vfork
2792 messages emitted from infrun.c.
2793
09dd9a69
PA
27942014-10-24 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.base/corefile.exp: Remove references to ultrix.
2797 * gdb.base/interrupt.exp: Likewise.
2798 * gdb.base/whatis.exp: Likewise.
2799 * gdb.gdb/selftest.exp: Likewise.
2800 * gdb.threads/manythreads.exp: Likewise.
2801 * gdb.threads/print-threads.exp: Likewise.
2802 * gdb.threads/pthreads.exp:: Likewise.
2803 * gdb.threads/schedlock.exp: Likewise.
2804
3433cfa5
SC
28052014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2806
2807 * gdb.cp/non-trivial-retval.cc: Add a test case.
2808 * gdb.cp/non-trivial-retval.exp: Add a test.
2809
092f880b
YQ
28102014-10-20 Yao Qi <yao@codesourcery.com>
2811
2812 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2813 * gdb.python/py-objfile-script-gdb.py: New file.
2814 * gdb.python/py-objfile-script.exp: Update reference to
2815 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2816 of remote_download. Remove the dest file.
2817
acbdb7f3
YQ
28182014-10-20 Yao Qi <yao@codesourcery.com>
2819
2820 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2821 * gdb.base/step-line.exp: Likewise.
2822 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2823 * gdb.dwarf2/dw2-basic.exp: Likewise.
2824 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2825 * gdb.dwarf2/dw2-filename.exp: Likewise.
2826 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2827 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2828 * gdb.dwarf2/dw2-producer.exp: Likewise.
2829 * gdb.dwarf2/mac-fileno.exp: Likewise.
2830 * gdb.python/py-frame-args.exp: Likewise.
2831 * gdb.python/py-framefilter.exp: Likewise.
2832 * gdb.python/py-mi.exp: Likewise.
2833 * gdb.python/py-objfile-script.exp: Likewise
2834 * gdb.python/py-pp-integral.exp: Likewise.
2835 * gdb.python/py-pp-re-notag.exp: Likewise.
2836 * gdb.python/py-prettyprint.exp: Likewise.
2837 * gdb.python/py-section-script.exp: Likewise.
2838 * gdb.python/py-typeprint.exp: Likewise.
2839 * gdb.python/py-xmethods.exp: Likewise.
2840 * gdb.stabs/weird.exp: Likewise.
2841 * gdb.xml/tdesc-regs.exp: Likewise.
2842
bd286a29
KCY
28432014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2844
2845 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2846 (out_cu): Use addr_len for the size of addresses.
2847 (out_line): Likewise. Size DW_LNE_set_address instruction
2848 according to addr_len.
2849 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2850 (FUNC): Add START_INSNS to definition.
2851
673dc4a0
YQ
28522014-10-18 Yao Qi <yao@codesourcery.com>
2853
2854 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2855 gdb_has_argv0 return true.
2856 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2857 check [target_info exists noargs], check [gdb_has_argv0]
2858 instead.
2859 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2860 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2861 procedures.
2862
4ffbba72
DE
28632014-10-17 Doug Evans <dje@google.com>
2864
2865 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2866 event.
2867 * gdb.python/py-events.py: Add clear_objfiles event.
2868
d096d8c1
DE
28692014-10-17 Doug Evans <dje@google.com>
2870
2871 * gdb.python/py-objfile.exp: Test progspace attribute.
2872
a80db015
LM
28732014-10-17 Luis Machado <lgustavo@codesourcery.com>
2874
2875 * gdb.guile/scm-breakpoint.exp: Do not assume any
2876 directory separators when matching source file paths.
2877 * gdb.python/py-breakpoint.exp: Likewise.
2878 * gdb.reverse/break-precsave.exp: Likewise.
2879 * gdb.reverse/break-reverse.exp: Likewise.
2880 * gdb.reverse/consecutive-precsave.exp: Likewise.
2881 * gdb.reverse/finish-precsave.exp: Likewise.
2882 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2883 * gdb.reverse/finish-reverse.exp: Likewise.
2884 * gdb.reverse/i386-precsave.exp: Likewise.
2885 * gdb.reverse/i387-env-reverse.exp: Likewise.
2886 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2887 * gdb.reverse/machinestate-precsave.exp: Likewise.
2888 * gdb.reverse/machinestate.exp: Likewise.
2889 * gdb.reverse/sigall-precsave.exp: Likewise.
2890 * gdb.reverse/solib-precsave.exp: Likewise.
2891 * gdb.reverse/step-precsave.exp: Likewise.
2892 * gdb.reverse/until-precsave.exp: Likewise.
2893 * gdb.reverse/watch-precsave.exp: Likewise.
2894 * gdb.reverse/watch-reverse.exp: Likewise.
2895
b22089ab
YQ
28962014-10-17 Yao Qi <yao@codesourcery.com>
2897
2898 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2899 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2900
6c4486e6
PA
29012014-10-17 Pedro Alves <palves@redhat.com>
2902
2903 PR gdb/17471
2904 * gdb.base/bg-execution-repeat.c: New file.
2905 * gdb.base/bg-execution-repeat.exp: New file.
2906
0ff33695
PA
29072014-10-17 Pedro Alves <palves@redhat.com>
2908
2909 PR gdb/17300
2910 * gdb.base/continue-all-already-running.c: New file.
2911 * gdb.base/continue-all-already-running.exp: New file.
2912
6fdebc3d
PA
29132014-10-17 Pedro Alves <palves@redhat.com>
2914
2915 PR gdb/17472
2916 * gdb.base/annota-input-while-running.c: New file.
2917 * gdb.base/annota-input-while-running.exp: New file.
2918
32a8097b
PA
29192014-10-17 Pedro Alves <palves@redhat.com>
2920
2921 * gdb.base/callfuncs.exp: emove references to osf.
2922 * gdb.base/sigall.exp: Likewise.
2923 * gdb.gdb/selftest.exp: Likewise.
2924 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2925 * gdb.mi/non-stop.c: Likewise.
2926 * gdb.mi/pthreads.c: Likewise.
2927 * gdb.reverse/sigall-precsave.exp: Likewise.
2928 * gdb.reverse/sigall-reverse.exp: Likewise.
2929 * gdb.threads/pthreads.c: Likewise.
2930 * gdb.threads/pthreads.exp: Likewise.
2931
7a3517ff
YQ
29322014-10-17 Yao Qi <yao@codesourcery.com>
2933
2934 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2935 check 'target_info exists noargs'.
2936 (test_command_prompt_position): Likewise.
2937 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2938 Remove "set args".
2939 (progvar_simple_while_test): Likewise.
2940 (progvar_complex_if_while_test): Likewise.
2941 (if_while_breakpoint_command_test): Likewise.
2942 (infrun_breakpoint_command_test): Likewise.
2943 (breakpoint_command_test): Likewise.
2944 (watchpoint_command_test): Likewise.
2945 (bp_deleted_in_command_test): Likewise.
2946 (temporary_breakpoint_commands): Likewise.
2947
bb99c472
YQ
29482014-10-16 Yao Qi <yao@codesourcery.com>
2949
2950 * gdb.base/remotetimeout.exp: Remove noargs checking.
2951
7c16b83e
PA
29522014-10-15 Pedro Alves <palves@redhat.com>
2953
2954 PR breakpoints/9649
2955 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2956 * gdb.base/breakpoint-in-ro-region.exp
2957 (probe_target_hardware_step): New procedure.
2958 (top level): Probe hardware stepping and hardware breakpoint
2959 support. Test stepping through a read-only region, with both
2960 "breakpoint auto-hw" on and off and both "always-inserted" on and
2961 off.
2962
35a49624
IB
29632014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2964
2965 * gdb.dlang/demangle.exp: Update for demangling changes.
2966
2d1c107c
SC
29672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2968
2969 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2970 * gdb.cp/non-trivial-retval.exp: Add new tests.
2971
778811d5
SC
29722014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2973
2974 PR c++/13403
2975 PR c++/15154
2976 * gdb.cp/non-trivial-retval.cc: New file.
2977 * gdb.cp/non-trivial-retval.exp: New file.
2978
10c5f0a8
YQ
29792014-10-15 Yao Qi <yao@codesourcery.com>
2980
2981 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2982 remote host.
2983
65d7b369
YQ
29842014-10-15 Yao Qi <yao@codesourcery.com>
2985
2986 * gdb.python/py-symbol.exp: Match file base name if host is
2987 remote, otherwise match file name with dir name.
2988 * gdb.python/py-symtab.exp: Likewise.
2989 * gdb.python/python.exp: Likewise.
2990
46dc1394
YQ
29912014-10-15 Yao Qi <yao@codesourcery.com>
2992
2993 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2994 pattern.
2995 * gdb.python/py-symtab.exp: Likewise.
2996 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2997 locationn.
2998
c40cc657
JB
29992014-10-14 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdb.ada/addr_arith: New testcase.
3002
2abf49e1
MR
30032014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
3004
3005 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
3006 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3007 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3008 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3009
f7088df3
SDJ
30102014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3011
3012 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3013 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3014 * gdb.arch/stap-eval-lang-ada.exp: New file.
3015
4dc06805
YQ
30162014-10-14 Yao Qi <yao@codesourcery.com>
3017
3018 * gdb.mi/mi-var-child.c (nothing1): New function.
3019 (nothing2): New function.
3020 (do_children_tests): Set function pointers by nothing1 and
3021 nothing2.
3022 * gdb.mi/mi-var-child.exp: Step over new added statements.
3023 Update test to match the new output.
3024 * gdb.mi/var-cmd.c (nothing1): New function.
3025 (nothing2): New function.
3026 (do_children_tests): Set function pointers by nothing1 and
3027 nothing2.
3028 * gdb.mi/mi-var-display.exp: Update test to match output.
3029 Step to the line specified by $line_dct_nothing.
3030 Increase the number of lines to step.
3031
46a93de2
YQ
30322014-10-14 Yao Qi <yao@codesourcery.com>
3033
3034 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3035 tests.
3036 * gdb.mi/mi2-var-child.exp: Likewise.
3037
14ea52ee
DE
30382014-10-13 Doug Evans <dje@google.com>
3039
3040 * gdb.python/py-objfile.exp: Change name of file name test.
3041
e5c6e92b
DE
30422014-10-13 Doug Evans <dje@google.com>
3043
3044 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3045 from the start of the CU.
3046
c780cc2f
JK
30472014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3048 Yao Qi <yao@codesourcery.com>
3049
3050 Fix "save breakpoints" for "catch" command.
3051 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3052 Remove -nonewline. Match also the added "main" line.
3053
99894e11
JK
30542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3055
3056 Fix "save breakpoints" for "disable $bpnum" command.
3057 * gdb.base/save-bp.c (main): Add label.
3058 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3059
6e1ac5a3
JK
30602014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3061
3062 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3063
754dd2b0
YQ
30642014-10-11 Yao Qi <yao@codesourcery.com>
3065
3066 * gdb.server/server-kill.exp: Execute command
3067 "set remote trace-status-packet on" before "tstatus".
3068
f90183d7
YQ
30692014-10-11 Yao Qi <yao@codesourcery.com>
3070
3071 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3072 (main): Call getppid.
3073 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3074 and continue to it. Read variable "server_pid".
3075
bf40a607
YQ
30762014-10-11 Yao Qi <yao@codesourcery.com>
3077
3078 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3079
052ca370
YQ
30802014-10-11 Yao Qi <yao@codesourcery.com>
3081
3082 * gdb.threads/thread-find.exp: Don't execute command
3083 "info threads".
3084 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3085 * gdb.threads/linux-dp.exp: Don't check the condition
3086 $threads_created equals to zero.
3087
3831839c
PA
30882014-10-10 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/bigcore.exp: Remove references to IRIX.
3091 * gdb.base/funcargs.exp: Likewise.
3092 * gdb.base/interrupt.exp: Likewise.
3093 * gdb.base/mips_pro.exp: Likewise.
3094 * gdb.base/nodebug.exp: Likewise.
3095 * gdb.base/setvar.exp: Likewise.
3096 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3097
8b9a549d
PA
30982014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3099 Pedro Alves <palves@redhat.com>
3100
3101 PR symtab/14466
3102 * gdb.base/vdso-warning.c: New file.
3103 * gdb.base/vdso-warning.exp: New file.
3104
d48ba5e8
DE
31052014-10-02 Doug Evans <dje@google.com>
3106
3107 * gdb.base/structs.c (main): Don't run forever.
3108
2278c276
PA
31092014-10-02 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3112 (top level) <stop threads 1, stop threads 2>: Use it.
3113
b57bacec
PA
31142014-10-02 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.threads/break-while-running.exp (test): Add new
3117 'update_thread_list' argument. Skip "info threads" if false.
3118 (top level): Add new 'update_thread_list' axis.
3119
13fd3ff3
PA
31202014-10-02 Pedro Alves <palves@redhat.com>
3121
3122 PR breakpoints/17431
3123 * gdb.base/execl-update-breakpoints.c: New file.
3124 * gdb.base/execl-update-breakpoints.exp: New file.
3125
0fec99e8
PA
31262014-10-01 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.base/breakpoint-in-ro-region.c: New file.
3129 * gdb.base/breakpoint-in-ro-region.exp: New file.
3130
2ddf4301
SM
31312014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3132
3133 * gdb.mi/mi-exit-code.exp: New file.
3134 * gdb.mi/mi-exit-code.c: New file.
3135
6a5f3f43
YQ
31362014-09-30 Yao Qi <yao@codesourcery.com>
3137
3138 * lib/prelink-support.exp (build_executable_own_libs): Error if
3139 the target isn't native.
3140
345bcc73
YQ
31412014-09-30 Yao Qi <yao@codesourcery.com>
3142
3143 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3144 false.
3145
a25a5a45
PA
31462014-09-22 Pedro Alves <palves@redhat.com>
3147
3148 * gdb.threads/break-while-running.exp: New file.
3149 * gdb.threads/break-while-running.c: New file.
3150
00ba3162
YQ
31512014-09-19 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3154 Invoke test. Restart GDB with --readnow and invoke test again.
3155
c3b7b696
YQ
31562014-09-19 Yao Qi <yao@codesourcery.com>
3157
3158 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3159 proc set_breakpoint_on_gcd_function. Invoke
3160 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3161 invoke set_breakpoint_on_gcd_function again.
3162
2b4fd423
DE
31632014-09-18 Doug Evans <dje@google.com>
3164
3165 * gdb.dwarf2/symtab-producer.exp: New file.
3166
a5947601
SDJ
31672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3168
3169 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3170 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3171 * gdb.base/global-var-nested-by-dso.c: Likewise.
3172 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3173
91c19059
SDJ
31742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3175 Pedro Alves <palves@redhat.com>
3176
3177 * gdb.base/watch-bitfields.exp: Pass string other than test file
3178 name to prepare_for_testing.
3179 (watch): New procedure.
3180 (expect_watchpoint): Use with_test_prefix.
3181 (top level): Factor out tests to ...
3182 (test_watch_location, test_regular_watch): ... these new
3183 procedures, and use with_test_prefix and gdb_continue_to_end.
3184
bb9d5f81
PP
31852014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3186
3187 PR breakpoints/12526
3188 * gdb.base/watch-bitfields.exp: New file.
3189 * gdb.base/watch-bitfields.c: New file.
3190
635856f5
PA
31912014-09-16 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3194 software and hardware addresses, not software address against
3195 itself.
3196
7280ceea
PA
31972014-09-16 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3200 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3201
428b16bd
PA
32022014-09-16 Pedro Alves <palves@redhat.com>
3203
3204 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3205 files.
3206 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3207 "*-*-vxworks*" throughout.
3208 * gdb.base/break.exp: Likewise.
3209 * gdb.base/default.exp: Likewise.
3210 * gdb.base/scope.exp: Likewise.
3211 * gdb.base/sepdebug.exp: Likewise.
3212 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3213 throughout.
3214 * gdb.base/run.c: Likewise.
3215 * gdb.base/sepdebug.c: Likewise.
3216 * gdb.hp/gdb.aCC/run.c: Likewise.
3217 * gdb.reverse/until-reverse.c: Likewise.
3218 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3219
666d413c
YQ
32202014-09-16 Yao Qi <yao@codesourcery.com>
3221
3222 * boards/local-remote-host-native.exp: New file.
3223
57cbd724
DE
32242014-09-14 Doug Evans <xdje42@gmail.com>
3225
3226 * gdb.threads/queue-signal.c (thread_count): New variable.
3227 (thread_count_mutex, thread_count_condvar): New variables.
3228 (incr_thread_count, wait_all_threads_running): New functions.
3229 (main): Wait for all threads to be in their thread functions.
3230
81219e53
DE
32312014-09-13 Doug Evans <xdje42@gmail.com>
3232
3233 * gdb.threads/queue-signal.c: New file.
3234 * gdb.threads/queue-signal.exp: New file.
3235
3714cea7
DE
32362014-09-13 Doug Evans <xdje42@gmail.com>
3237
3238 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3239 be consistent with what default_gdb_init uses.
3240 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3241 the plain text of the prompt. Add some logging printfs.
3242 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3243
fa43b1d7
PA
32442014-09-12 Pedro Alves <palves@redhat.com>
3245
3246 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3247 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3248 * gdb.arch/i386-size-overlap.exp: Likewise.
3249 * gdb.arch/i386-size.exp: Likewise.
3250 * gdb.arch/i386-unwind.exp: Likewise.
3251 * gdb.base/a2-run.exp: Likewise.
3252 * gdb.base/break.exp: Likewise.
3253 * gdb.base/charset.exp: Likewise.
3254 * gdb.base/chng-syms.exp: Likewise.
3255 * gdb.base/commands.exp: Likewise.
3256 * gdb.base/dbx.exp: Likewise.
3257 * gdb.base/find.exp: Likewise.
3258 * gdb.base/funcargs.exp: Likewise.
3259 * gdb.base/jit-simple.exp: Likewise.
3260 * gdb.base/reread.exp: Likewise.
3261 * gdb.base/sepdebug.exp: Likewise.
3262 * gdb.base/step-bt.exp: Likewise.
3263 * gdb.cp/mb-inline.exp: Likewise.
3264 * gdb.cp/mb-templates.exp: Likewise.
3265 * gdb.objc/basicclass.exp: Likewise.
3266 * gdb.threads/killed.exp: Likewise.
3267
9d9bf2df
EBM
32682014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3269
3270 PR tdep/17379
3271 * gdb.arch/powerpc-stackless.S: New file.
3272 * gdb.arch/powerpc-stackless.exp: New file.
3273
1cf2f1b0
JK
32742014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3275
3276 * gdb.base/attach.c: Include unistd.h.
3277 (main): Call alarm. Add label postloop.
3278 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3279 gdb_breakpoint, gdb_continue_to_breakpoint.
3280 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3281
98880d46
PA
32822014-09-11 Pedro Alves <palves@redhat.com>
3283
3284 PR gdb/17347
3285 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3286 * gdb.base/attach.exp (test_command_line_attach_run): New
3287 procedure.
3288 (top level): Call it.
3289
4c92ff2c
PA
32902014-09-11 Pedro Alves <palves@redhat.com>
3291
3292 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3293 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3294 (do_command_attach_tests): Use spawn_wait_for_attach.
3295 * gdb.base/solib-overlap.exp: Likewise.
3296 * gdb.multi/multi-attach.exp: Likewise.
3297 * gdb.python/py-prompt.exp: Likewise.
3298 * gdb.python/py-sync-interp.exp: Likewise.
3299 * gdb.server/ext-attach.exp: Likewise.
3300
3adc1a7d
GKB
33012014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3302
3303 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3304 command in testcase. Simplify testcase.
3305
96334934
JB
33062014-09-10 Joel Brobecker <brobecker@adacore.com>
3307
3308 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3309
eb479039
JB
33102014-09-10 Joel Brobecker <brobecker@adacore.com>
3311
3312 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3313
deede10c
JB
33142014-09-10 Joel Brobecker <brobecker@adacore.com>
3315
3316 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3317
7828a5f5
JB
33182014-09-10 Joel Brobecker <brobecker@adacore.com>
3319
3320 * gdb.dwarf2/dynarr-ptr.c: New file.
3321 * gdb.dwarf2/dynarr-ptr.exp: New file.
3322
33aeebcf
MR
33232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3324
3325 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3326 of 30 rather than hardcoding 120 for a slow test case. Take the
3327 `gdb,timeout' target setting into account for this calculation.
3328 Don't extend the timeout for the test cases that don't need it.
3329
7b415901
MR
33302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3331
3332 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3333 a factor of 2 for a slow test case. Take the `gdb,timeout'
3334 target setting into account for this calculation.
3335 * gdb.reverse/until-precsave.exp: Increase the timeout by
3336 a factor of 15 and 3 respectively rather than adding 120
3337 for a pair of slow test cases. Take the `gdb,timeout'
3338 target setting into account for this calculation.
3339
4a40f85a
MR
33402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3341
3342 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3343 timeout, don't pass one down to gdb_expect.
3344 (gdb_expect): Rework timeout selection.
3345
09635af7
MR
33462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3347
3348 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3349 exception on timeout.
3350 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3351 (gdbserver_start_extended): Catch any `gdbserver_start' error
3352 exceptions.
3353 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3354 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3355 `gdbserver_gdb_load' error exceptions.
3356
2bdd10b7
MR
33572014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3358
3359 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3360 120 on waiting for the TCP socket to open.
3361
316935f0
DE
33622014-09-09 Doug Evans <xdje42@gmail.com>
3363
3364 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3365 _caller_matches, _any_caller_is, _any_caller_matches.
3366
83740597
DE
33672014-09-09 Doug Evans <xdje42@gmail.com>
3368
3369 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3370
4c122fc3
YQ
33712014-09-09 Yao Qi <yao@codesourcery.com>
3372
3373 * gdb.mi/mi-var-display.exp: Set print symbol off.
3374
a9f116cb
GKB
33752014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3376
3377 PR gdb/17035
3378 * gdb.base/commands.exp: Add tests to verify user-defined
3379 commands with empty bodies.
3380 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3381 python commands in `show user command`.
3382 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3383 scheme commands in `show user command`.
3384
c75bd3a2
JK
33852014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 PR python/17355
3388 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3389 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3390 * gdb.python/py-framefilter-invalidarg.exp: New file.
3391 * gdb.python/py-framefilter-invalidarg.py: New file.
3392
faa42425
DE
33932014-09-06 Doug Evans <xdje42@gmail.com>
3394
3395 PR 15276
3396 * gdb.python/py-caller-is.c: New file.
3397 * gdb.python/py-caller-is.exp: New file.
3398
474ca4f6
SDJ
33992014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3400
3401 PR gdb/17235
3402 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3403 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3404
eb0b0463
SDJ
34052014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3406
3407 PR fortran/17237
3408 * gdb.fortran/print-formatted.exp: New file.
3409 * gdb.fortran/print-formatted.f90: Likewise.
3410
5f3b99cf
SS
34112014-09-03 Sasha Smundak <asmundak@google.com>
3412
3413 * gdb.python/py-frame.exp: Test Frame.read_register.
3414
7d793aa9
SDJ
34152014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3416
3417 PR python/16699
3418 * gdb.python/py-completion.exp: New file.
3419 * gdb.python/py-completion.py: Likewise.
3420
fb0576e9
DE
34212014-08-28 Doug Evans <dje@google.com>
3422
3423 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3424 eax,etc. are live with values set by gdb and thus the compiler can't
3425 use them.
3426 * gdb.arch/i386-pseudo.c (main): Ditto.
3427
ee92b0dd
DE
34282014-08-27 Doug Evans <dje@google.com>
3429
3430 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3431
6649db35
DE
34322014-08-25 Doug Evans <dje@google.com>
3433
3434 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3435 (main): Ditto.
3436
564b7600
DE
34372014-08-25 Doug Evans <dje@google.com>
3438
3439 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3440
3881fb67
YQ
34412014-08-24 Yao Qi <yao@codesourcery.com>
3442
3443 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3444 symbol off.
3445 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3446
a05a36a5
DE
34472014-08-22 Doug Evans <dje@google.com>
3448
3449 PR 17276
3450 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3451 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3452 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3453
7c343b48
YQ
34542014-08-22 Yao Qi <yao@codesourcery.com>
3455
3456 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3457 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3458 * gdb.python/python.exp: Likewise. Use .py file on the host
3459 instead of the build.
3460
22fd09ae
JK
34612014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.threads/gcore-stale-thread.c: New file.
3464 * gdb.threads/gcore-stale-thread.exp: New file.
3465
a8454a7c
PA
34662014-08-21 Pedro Alves <palves@redhat.com>
3467
3468 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3469 * gdb.base/gcore-relro-pie.exp: Likewise.
3470 * gdb.base/gcore-relro.exp: Likewise.
3471 * gdb.base/gcore.exp: Likewise.
3472 * gdb.base/print-symbol-loading.exp: Likewise.
3473 * gdb.threads/gcore-thread.exp: Likewise.
3474 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3475
2a31c623
PA
34762014-08-20 Pedro Alves <palves@redhat.com>
3477 Jan Kratochvil <jan.kratochvil@redhat.com>
3478
3479 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3480 configure.
3481 (EXPECT): Handle READ1 being set.
3482 (all): Depend on EXTRA_RULES.
3483 (check-read1, expect-read1, read1.so, read1): New rules.
3484 * README (Testsuite Parameters): Document the READ1 make variable.
3485 (Race detection): New section.
3486 * configure: Regenerate.
3487 * configure.ac: If build==host==target, and running under a
3488 GNU/glibc system, add read1 to the extra Makefile rules.
3489 (EXTRA_RULES): AC_SUBST it.
3490 * lib/read1.c: New file.
3491
d36430db
JB
34922014-08-20 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3495 the handling of variables declared as a typedef to an array
3496 which a DW_AT_data_location attribute.
3497
9a0dc9e3
PA
34982014-08-19 Andrew Burgess <aburgess@broadcom.com>
3499 Pedro Alves <palves@redhat.com>
3500
3501 PR symtab/14604
3502 PR symtab/14605
3503 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3504 gdb_test.
3505
0718a8da
PA
35062014-08-19 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3509
13b448cd
YQ
35102014-08-19 Yao Qi <yao@codesourcery.com>
3511
3512 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3513 right line.
3514
1cbf5077
DB
35152014-08-18 David Blaikie <dblaikie@gmail.com>
3516
3517 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3518
bf0fae19
JB
35192014-08-18 Joel Brobecker <brobecker@adacore.com>
3520
3521 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3522 attribute in array range.
3523
3c8c5dcc
JB
35242014-08-18 Joel Brobecker <brobecker@adacore.com>
3525
3526 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3527
e66d4446
SC
35282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3529
3530 PR c++/17132
3531 * gdb.cp/pr17132.cc: New file.
3532 * gdb.cp/pr17132.exp: New file.
3533
940df408
SC
35342014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3535
3536 * gdb.python/py-xmethods.py (A_getarrayind)
3537 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3538 Use 'print' with function call syntax.
3539 (E_method_matcher.match): Fix tab vs space indentation mixup.
3540
ebcc6c3a
YQ
35412014-08-15 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3544 false.
3545
775e0f04
YQ
35462014-08-15 Yao Qi <yao@codesourcery.com>
3547
3548 * gdb.cp/casts.exp: Set print symbol off.
3549 * gdb.cp/class2.exp: Likewise.
3550 * gdb.cp/overload.exp: Likewise.
3551 * gdb.cp/templates.exp: Likewise.
3552
d769e349
DE
35532014-08-11 Doug Evans <dje@google.com>
3554
3555 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3556 (test_load_shlib): Update.
3557
20c6f1e1
YQ
35582014-08-09 Yao Qi <yao@codesourcery.com>
3559
3560 * gdb.base/display.exp: Invoke is_address_zero_readable.
3561 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3562 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3563 * gdb.base/hbreak-unmapped.exp: Return if
3564 is_address_zero_readable returns true.
3565 * gdb.base/signest.exp: Likewise.
3566 * gdb.base/signull.exp: Likewise.
3567 * gdb.base/sigbpt.exp: Likewise.
3568 * gdb.guile/scm-disasm.exp: Do the test if
3569 is_address_zero_readable returns false.
3570 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3571 * gdb.python/py-arch.exp: Likewise.
3572 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3573 * lib/gdb.exp (is_address_zero_readable): New proc.
3574
5792e8e3
YQ
35752014-08-09 Yao Qi <yao@codesourcery.com>
3576
3577 PR testsuite/13443
3578 * gdb.mi/mi-var-display.exp: Make test messages unique.
3579
3cecbbbe
TT
35802014-08-04 Tom Tromey <tromey@redhat.com>
3581
3582 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3583 target 0".
3584
00b51ff5
TT
35852014-08-04 Tom Tromey <tromey@redhat.com>
3586
3587 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3588 "target_resume".
3589
6908c509
JB
35902014-08-01 Joel Brobecker <brobecker@adacore.com>
3591
3592 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3593 inner_vla_struct_object_size.
3594 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3595 as xfail.
3596
cc6563d2
PA
35972014-07-30 Pedro Alves <palves@redhat.com>
3598
3599 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3600 comment.
3601
7e09a223
YQ
36022014-07-29 Yao Qi <yao@codesourcery.com>
3603
3604 PR gdb/17206
3605 * gdb.base/until-nodebug.exp: New.
3606
7ebdbe92
DE
36072014-07-28 Doug Evans <xdje42@gmail.com>
3608
3609 PR guile/17203
3610 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3611 previously existing parameter, and previously ambiguously spelled
3612 parameter.
3613
fdb1adc6
WN
36142014-07-28 Will Newton <will.newton@linaro.org>
3615
3616 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3617
186fcde0
DE
36182014-07-26 Ludovic Courtès <ludo@gnu.org>
3619 Doug Evans <xdje42@gmail.com>
3620
3621 PR guile/17146
3622 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3623
70509625
PA
36242014-07-25 Pedro Alves <palves@redhat.com>
3625
3626 * gdb.threads/signal-command-handle-nopass.c: New file.
3627 * gdb.threads/signal-command-handle-nopass.exp: New file.
3628 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3629 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3630 * gdb.threads/signal-delivered-right-thread.c: New file.
3631 * gdb.threads/signal-delivered-right-thread.exp: New file.
3632
c3f814a1
PA
36332014-07-25 Pedro Alves <palves@redhat.com>
3634
3635 * gdb.base/double-prompt-target-event-error.exp
3636 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3637 match.
3638 (cancel_pagination_in_target_event): Rework double prompt
3639 detection.
3640 * gdb.base/paginate-after-ctrl-c-running.exp
3641 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3642 <return>' match.
3643 * gdb.base/paginate-bg-execution.exp
3644 (test_bg_execution_pagination_return)
3645 (test_bg_execution_pagination_cancel): Remove '-notransfer
3646 <return>' matches.
3647 * gdb.base/paginate-execution-startup.exp
3648 (test_fg_execution_pagination_return)
3649 (test_fg_execution_pagination_cancel): Remove '-notransfer
3650 <return>' matches.
3651 * gdb.base/paginate-inferior-exit.exp
3652 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3653 match.
3654 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3655 * lib/gdb.exp (pagination_prompt): Run text through
3656 string_to_regexp.
3657 (gdb_test_multiple): Match $pagination_prompt instead of
3658 "<return>".
3659 (string_to_regexp): Move to lib/gdb-utils.exp.
3660
e214cf6c
JK
36612014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3662
3663 * gdb.arch/amd64-entry-value-paramref.S: New file.
3664 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3665 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3666 * gdb.arch/amd64-optimout-repeat.S: New file.
3667 * gdb.arch/amd64-optimout-repeat.c: New file.
3668 * gdb.arch/amd64-optimout-repeat.exp: New file.
3669
17d0c5c8
JK
36702014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3671
3672 PR gdb/17170
3673 * gdb.base/statistics.exp: New file.
3674
b8b8facf
DE
36752014-07-17 Doug Evans <dje@google.com>
3676
74b49205 3677 PR gdb/17170
b8b8facf
DE
3678 * gdb.base/maint.exp: Update testing of per-command stats.
3679
1b5d0ab3
PA
36802014-07-16 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3683 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3684 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3685 (tfile_write_buf): New functions.
3686 (add_memory_block): Rewrite using the above.
3687 (adjust_function_address): New function.
3688 (FUNCTION_ADDRESS): New macro.
3689 (write_basic_trace_file): Remove short_x local, and use
3690 tfile_write_16. Change type of func_addr local to unsigned long
3691 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3692 here. Cast argument of add_memory_block to char pointer.
3693 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3694 (main): Remove parameters.
3695 * gdb.trace/tfile.exp: Remove nowarnings.
3696
4d974e88
SM
36972014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3698
3699 * gdb.base/debug-expr.exp: Test string evaluation with
3700 "debug expression" on.
3701
41e99568
PA
37022014-07-15 Pedro Alves <palves@redhat.com>
3703
3704 * gdb.base/reread.exp: Use clean_restart.
3705
487d9753
PL
37062014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3707
3708 * gdb.arch/avr-flash-qualifer.c: New.
3709 * gdb.arch/avr-flash-qualifer.exp: New.
3710
cc1c52ad
PA
37112014-07-14 Pedro Alves <palves@redhat.com>
3712
3713 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3714 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3715
1e973570
PA
37162014-07-14 Pedro Alves <palves@redhat.com>
3717
3718 * gdb.base/double-prompt-target-event-error.c: New file.
3719 * gdb.base/double-prompt-target-event-error.exp: New file.
3720
93d6eb10
PA
37212014-07-14 Pedro Alves <palves@redhat.com>
3722
3723 PR gdb/17072
3724 * gdb.base/paginate-inferior-exit.c: New file.
3725 * gdb.base/paginate-inferior-exit.exp: New file.
3726
0017922d
PA
37272014-07-14 Pedro Alves <palves@redhat.com>
3728
3729 PR gdb/17072
3730 * gdb.base/paginate-bg-execution.c: New file.
3731 * gdb.base/paginate-bg-execution.exp: New file.
3732
94696ad3
PA
37332014-07-14 Pedro Alves <palves@redhat.com>
3734
3735 PR gdb/17072
3736 * gdb.base/paginate-execution-startup.c: New file.
3737 * gdb.base/paginate-execution-startup.exp: New file.
3738 * lib/gdb.exp (pagination_prompt): New global.
3739 (default_gdb_spawn): New procedure, factored out from
3740 default_gdb_spawn.
3741 (default_gdb_start): Adjust to call default_gdb_spawn.
3742 (gdb_spawn): New procedure.
3743
bd293940
PA
37442014-07-14 Pedro Alves <palves@redhat.com>
3745
3746 * lib/gdb.exp (gdb_assert): New procedure.
3747 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3748
c933f875
PA
37492014-07-14 Pedro Alves <palves@redhat.com>
3750
3751 * gdb.base/execution-termios.c: New file.
3752 * gdb.base/execution-termios.exp: New file.
3753
d98b7a16
TT
37542014-07-14 Tom Tromey <tromey@redhat.com>
3755
3756 * gdb.cp/vla-cxx.cc: New file.
3757 * gdb.cp/vla-cxx.exp: New file.
3758
548740d6
TT
37592014-07-14 Tom Tromey <tromey@redhat.com>
3760
3761 * gdb.reverse/rerun-prec.c: New file.
3762 * gdb.reverse/rerun-prec.exp: New file.
3763
a25eb028
MR
37642014-07-12 Maciej W. Rozycki <macro@mips.com>
3765 Maciej W. Rozycki <macro@codesourcery.com>
3766
3767 * lib/gdb-utils.exp: New file.
3768 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3769 inline `gdb_init_command' processing.
3770 (gdb_start_cmd): Likewise.
3771 * lib/mi-support.exp (mi_run_cmd): Likewise.
3772 * README: Document `gdb_init_command' and `gdb_init_commands'.
3773
218c2655
JK
37742014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3775
3776 Fix false FAIL running under a very long directory name.
3777 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3778 and "set print elements 10000". Twice.
3779
5401fde3
YQ
37802014-07-11 Yao Qi <yao@codesourcery.com>
3781
3782 * gdb.base/exprs.exp: "set print symbol off".
3783
e76126e8
PA
37842014-07-11 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.threads/kill.c: New file.
3787 * gdb.threads/kill.exp: New file.
3788
2d6f0de6
YQ
37892014-07-10 Yao Qi <yao@codesourcery.com>
3790
3791 * gdb.trace/tfile.c (write_basic_trace_file)
3792 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3793 address written to trace file.
3794
7180e04a
PA
37952014-07-09 Pedro Alves <palves@redhat.com>
3796
3797 * gdb.base/attach-wait-input.exp: New file.
3798 * gdb.base/attach-wait-input.c: New file.
3799
9a9a7608
AB
38002014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3801
3802 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3803 setting up test structures.
3804 (main): Call new test function.
3805 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3806 test function, continue into test function and walk test
3807 structures.
3808
161ac41e
YQ
38092014-07-02 Yao Qi <yao@codesourcery.com>
3810
3811 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3812 'bar_start' at the beginning of functions 'foo' and 'bar'
3813 respectively.
3814 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3815 instead of 'foo' and 'bar'.
3816
1f267ae3
MM
38172014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3818
3819 * gdb.btrace/segv.exp: New.
3820 * gdb.btrace/segv.c: New.
3821
2b239efb
LM
38222014-07-02 Luis Machado <lgustavo@codesourcery.com>
3823
3824 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3825 instruction.
3826
cf363f18
MW
38272014-06-30 Mark Wielaard <mjw@redhat.com>
3828
3829 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3830 vulture, vilify, villar): New volatile array constants.
3831 (vindictive, vegetation): New const volatile array constants.
3832 * gdb.base/volatile.exp: Test volatile and const volatile array
3833 types.
3834
aebf9d24
AA
38352014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3836
3837 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3838 target lacks support for awatch, rwatch, or hbreak.
3839
b67a2c6f
YQ
38402014-06-27 Yao Qi <yao@codesourcery.com>
3841
3842 * gdb.multi/dummy-frame-restore.exp: New.
3843 * gdb.multi/dummy-frame-restore.c: New.
3844
aef92902
MM
38452014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3846
3847 * gdb.btrace/gcore.exp: New.
3848
8e9db26e
PA
38492014-06-23 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/watchpoint-reuse-slot.c: New file.
3852 * gdb.base/watchpoint-reuse-slot.exp: New file.
3853
70afc5b7
SC
38542014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3855
3856 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3857 progspace's filename in 'info', 'enable' and 'disable' command
3858 tests.
3859
b972bd9c
JK
38602014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3863 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3864 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3865
125f8a3d
GB
38662014-06-20 Gary Benson <gbenson@redhat.com>
3867
3868 * gdb.arch/i386-avx.exp: Fix include file location.
3869 * gdb.arch/i386-sse.exp: Likewise.
3870
3ed9baed
IB
38712014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3872
3873 * gdb.dlang/expression.exp: New file.
3874
034f788c
PA
38752014-06-19 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3878 out from ...
3879 (top level): ... here. Iterate running tests under different
3880 scheduler-locking settings.
3881
45371d0c
LM
38822014-06-18 Luis Machado <lgustavo@codesourcery.com>
3883
3884 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3885 to DW_FORM_addr and use non-zero addresses.
3886
5d376983
SC
38872014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3888
3889 PR gdb/17017
3890 * gdb.python/py-xmethods.cc: Add global function call counters and
3891 increment them in their respective functions. Remove "cout"
3892 statements.
3893 * gdb.python/py-xmethods.exp: Make tests check the global function
3894 call counters instead of depending on inferior IO.
3895
a1aa2221
LM
38962014-06-18 Don Breazeal <donb@codesourcery.com>
3897
3898 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3899 Deleted procedure.
3900 (explicit_fork_parent_follow): Deleted procedure.
3901 (explicit_fork_child_follow): Deleted procedure.
3902 (test_follow_fork): New procedure.
3903 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3904 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3905 procedure calls.
3906
0fc05997
YQ
39072014-06-17 Yao Qi <yao@codesourcery.com>
3908
3909 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3910 CP1252.
3911
70795c52
LM
39122014-06-17 Luis Machado <lgustavo@codesourcery.com>
3913
3914 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3915 Initialize ptr and S explicitly.
3916 (skip_type_update_when_not_use_rtti_test): Likewise.
3917
6be47f0c
KS
39182014-06-16 Keith Seitz <keiths@redhat.com>
3919
3920 PR mi/15863
3921 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3922 the inferior is started.
3923
d03de421
PA
39242014-06-16 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.base/break-main-file-remove-fail.c: New file.
3927 * gdb.base/break-main-file-remove-fail.exp: New file.
3928 * gdb.base/break-unload-file.exp: Use build_executable instead of
3929 prepare_for_testing.
3930 (test_break): New parameter "initial_load". Handle it.
3931 (top level): Add initial_load cmdline/file axis.
3932
f9579b99
TT
39332014-06-12 Tom Tromey <tromey@redhat.com>
3934
3935 * gdb.base/completion.exp: Don't use directory name in test.
3936
3657956b
GB
39372014-06-09 Gary Benson <gbenson@redhat.com>
3938
3939 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3940 separate the always-available ANSI-standard signals from the
3941 signals that require checking.
3942 (main): Likewise.
3943 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3944 Likewise.
3945 (main): Likewise.
3946
4186eb54
KS
39472014-06-07 Keith Seitz <keiths@redhat.com>
3948
3949 Revert:
3950 PR c++/16253
3951 * gdb.cp/var-tag.cc: New file.
3952 * gdb.cp/var-tag.exp: New file.
3953 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3954 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3955 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3956 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3957
25326a28 39582014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3959
3960 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3961
829155c9
PA
39622014-06-06 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3965 in target debug output instead of looking at RSP packets,
3966 disabling the test on any target that uses hardware stepping.
3967 Update comments.
3968
61c8d22e
PA
39692014-06-06 Pedro Alves <palves@redhat.com>
3970
3971 * gdb.base/break-unload-file.exp: Fix typo.
3972
d9a47287
YQ
39732014-06-06 Yao Qi <yao@codesourcery.com>
3974
3975 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3976 from "jit_function" to "^jit_function".
3977
e5e01dbf
YQ
39782014-06-06 Yao Qi <yao@codesourcery.com>
3979
3980 * gdb.base/async.c (foo): Add one statement.
3981 * gdb.base/async.exp: Get the next instruction address and
3982 match the output of "nexti" by instruction address. Match
3983 the hex address in the output of "finish".
3984
73ba372c
GB
39852014-06-06 Gary Benson <gbenson@redhat.com>
3986
3987 * gdb.base/call-signals.c: Remove preprocessor conditionals
3988 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3989 SIGSEGV and SIGTERM.
3990 * gdb.base/sigall.c: Likewise.
3991 * gdb.base/unwindonsignal.c: Likewise.
3992 * gdb.reverse/sigall-reverse.c: Likewise.
3993
831517df
YQ
39942014-06-06 Yao Qi <yao@codesourcery.com>
3995
3996 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3997 readable, skip the test.
3998
b8b91e98
YQ
39992014-06-06 Yao Qi <yao@codesourcery.com>
4000
4001 * gdb.threads/staticthreads.c (thread_function): Move the line
4002 setting breakpoint on forward.
4003 * gdb.threads/staticthreads.exp: Update comments.
4004
fb934770
LC
40052014-06-05 Ludovic Courtès <ludo@gnu.org>
4006
4007 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4008 "history-append! type error".
4009
6ef284bd
SM
40102014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4011
4012 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4013 erroneous dprintf expected input.
4014
a872e241
DE
40152014-06-04 Doug Evans <xdje42@gmail.com>
4016
4017 * gdb.guile/scm-generics.exp: Delete.
4018
16f691fb
DE
40192014-06-04 Doug Evans <xdje42@gmail.com>
4020
4021 * gdb.guile/scm-breakpoint.exp: Update.
4022 Add tests for breakpoint registration.
4023
012370f6
TT
40242014-06-04 Tom Tromey <tromey@redhat.com>
4025
4026 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4027 VLA-in-union.
4028 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4029 inner_vla_struct, vla_union types. Initialize objects of those
4030 types and compute their sizes.
4031
9f5a4cef
HZ
40322014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4033 Hui Zhu <hui@codesourcery.com>
4034
4035 * gdb.base/fileio.exp: Add test for shell not available as well as
4036 available.
4037 * gdb.base/fileio.c (test_system): Check for shell twice.
4038
90a45c4d
YQ
40392014-06-04 Yao Qi <yao@codesourcery.com>
4040
4041 * gdb.base/auto-connect-native-target.exp: Remove redundant
4042 space from the regexp pattern.
4043
70017e41
YQ
40442014-06-04 Yao Qi <yao@codesourcery.com>
4045
4046 * gdb.base/default.exp: Replace "child" with "native" in
4047 regexp pattern.
4048
883964a7
SC
40492014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4050
4051 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4052 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4053 * gdb.python/py-xmethods.py: Python script supporting the
4054 new testcase and tests.
4055
ef370185
JB
40562014-06-03 Joel Brobecker <brobecker@adacore.com>
4057 Pedro Alves <palves@redhat.com>
4058
4059 PR breakpoints/17000
4060 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4061 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4062
1e2ccb61
BM
40632014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4064
4065 * gdb.base/subst.exp: Add tests to verify partial path matching
4066 output.
4067
c6ec5ab2
PA
40682014-06-03 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4071 target that doesn't use software single-stepping.
4072
835c559f
PA
40732014-06-03 Pedro Alves <palves@redhat.com>
4074
4075 PR breakpoints/17000
4076 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4077 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4078
06eb1586
DE
40792014-06-02 Doug Evans <xdje42@gmail.com>
4080
4081 * gdb.guile/scm-parameter.exp: New file.
4082
e698b8c4
DE
40832014-06-02 Doug Evans <xdje42@gmail.com>
4084
4085 * gdb.guile/scm-cmd.c: New file.
4086 * gdb.guile/scm-cmd.exp: New file.
4087
ded03782
DE
40882014-06-02 Doug Evans <xdje42@gmail.com>
4089
4090 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4091 pretty-printer lookup.
4092 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4093 (make-pp_s-printer): Call it.
4094 (make-pretty-printer-from-dict): New function.
4095 (lookup-pretty-printer-maker-from-dict): New function.
4096 (*pretty-printer*): Simplify.
4097 (make-objfile-pp_s-printer): New function.
4098 (install-objfile-pretty-printers!): New function.
4099 (make-progspace-pp_s-printer): New function.
4100 (install-progspace-pretty-printers!): New function.
4101 * gdb.guile/scm-progspace.c: New file.
4102 * gdb.guile/scm-progspace.exp: New file.
4103
41fac0cf
PA
41042014-06-02 Pedro Alves <palves@redhat.com>
4105
4106 * gdb.base/dprintf-bp-same-addr.c: New file.
4107 * gdb.base/dprintf-bp-same-addr.exp: New file.
4108
96ae5695
EBM
41092014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4110
4111 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4112 * gdb.arch/powerpc-power.s: Likewise.
4113
da02b3a8
JB
41142014-06-02 Joel Brobecker <brobecker@adacore.com>
4115
4116 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4117
c72b2e7b
YQ
41182014-06-01 Yao Qi <yao@codesourcery.com>
4119
4120 * gdb.base/watchpoint.exp (test_watch_location): Check null
4121 pointer can be dereferenced. If not, do the test, otherwise
4122 skip it.
4123
53e8a631
AB
41242014-05-30 Andrew Burgess <aburgess@broadcom.com>
4125
4126 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4127 results.
4128 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4129
938f0e2f
AB
41302014-05-30 Andrew Burgess <aburgess@broadcom.com>
4131
4132 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4133 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4134 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4135 * gdb.arch/amd64-invalid-stack-top.c: New file.
4136 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4137
9ba6657a
PA
41382014-05-30 Pedro Alves <palves@redhat.com>
4139
4140 PR breakpoints/17000
4141 * gdb.base/sss-bp-on-user-bp.c: New file.
4142 * gdb.base/sss-bp-on-user-bp.exp: New file.
4143
522c09bf
DB
41442014-05-30 David Blaikie <dblaikie@gmail.com>
4145
4146 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4147 gnu_inline semantics via attribute.
4148 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4149 source explicitly specifies the required semantics.
4150
bf4ef81e
MR
41512014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4152
4153 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4154
329ea579
PA
41552014-05-29 Pedro Alves <palves@redhat.com>
4156 Tom Tromey <tromey@redhat.com>
4157
4158 * gdb.base/async-shell.exp: Don't enable target-async.
4159 * gdb.base/async.exp
4160 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4161 parameter. Adjust.
4162 (top level): Don't test with "target-async".
4163 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4164 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4165 * gdb.base/inferior-died.exp: Don't enable target-async.
4166 * gdb.base/interrupt-noterm.exp: Likewise.
4167 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4168 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4169 * gdb.mi/mi-nonstop.exp: Likewise.
4170 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4171 * gdb.mi/mi-nsintrall.exp: Likewise.
4172 * gdb.mi/mi-nsmoribund.exp: Likewise.
4173 * gdb.mi/mi-nsthrexec.exp: Likewise.
4174 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4175 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4176 * gdb.python/py-evsignal.exp: Don't enable target-async.
4177 * gdb.python/py-evthreads.exp: Likewise.
4178 * gdb.python/py-prompt.exp: Likewise.
4179 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4180 * gdb.server/solib-list.exp: Don't enable target-async.
4181 * gdb.threads/thread-specific-bp.exp: Likewise.
4182 * lib/mi-support.exp: Adjust to use mi-async.
4183
fd664c91
PA
41842014-05-29 Pedro Alves <palves@redhat.com>
4185
4186 PR gdb/13860
4187 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4188 reason, even in sync mode.
4189
251bde03
PA
41902014-05-29 Pedro Alves <palves@redhat.com>
4191 Hui Zhu <hui@codesourcery.com>
4192
4193 PR PR15693
4194 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4195 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4196 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4197 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4198
7f3c0343
JB
41992014-05-28 Joel Brobecker <brobecker@adacore.com>
4200
4201 * config/monitor.exp (gdb_target_monitor): Replace use of
4202 "set remotebaud" by "set serial baud".
4203
b2715b27
AW
42042014-05-26 Andy Wingo <wingo@igalia.com>
4205
4206 * gdb.guile/scm-breakpoint.exp:
4207 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4208 properties instead of gdb-object-properties.
4209
498a4489
YQ
42102014-05-26 Yao Qi <yao@codesourcery.com>
4211
4212 * gdb.server/no-thread-db.exp: Specify source file name
4213 explicitly when setting a breakpoint.
4214
589fdceb
MM
42152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4216
4217 * gdb.btrace/vdso.c: New.
4218 * gdb.btrace/vdso.exp: New.
4219
e9089e05
MM
42202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4221
4222 * gdb.base/gcore.exp (capture_command_output): Move ...
4223 * lib/gdb.exp (capture_command_output): ... here.
4224
67b5c0c1
MM
42252014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4226
4227 * gdb.btrace/data.exp: Test memory access during btrace replay.
4228
a2199296
SM
42292014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4230
4231 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4232
17b2616c
PA
42332014-05-21 Pedro Alves <palves@redhat.com>
4234
4235 PR gdb/13860
4236 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4237 (top level): Test that output related to execution commands is
4238 sent to the console with CLI commands, but not with MI commands.
4239 Test that breakpoint events are always mirrored to the console.
4240 Also expect the new source line to be output after a "next" in
4241 async mode too. Make it a pass/fail test.
4242 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4243 output.
4244 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4245
5166082f
PA
42462014-05-21 Pedro Alves <palves@redhat.com>
4247
4248 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4249 Use them to test variations of "list" after reaching a breakpoint.
4250 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4251 Test "list" with listsize 10 after reaching a breakpoint.
4252 * gdb.python/python.exp (decode_line current location line
4253 number): Adjust expected line number.
4254
2f25d70f
SM
42552014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4256
4257 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4258 behavior for $args, pass it directly to "run".
4259
ff604a67
MR
42602014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4261
4262 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4263 30000 to 65536.
4264
6a3cb8e8
PA
42652014-05-21 Pedro Alves <palves@redhat.com>
4266
4267 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4268 auto-connect-native-target off".
4269 * gdb.base/auto-connect-native-target.c: New file.
4270 * gdb.base/auto-connect-native-target.exp: New file.
4271
4ebfc96e
PA
42722014-05-21 Pedro Alves <palves@redhat.com>
4273
4274 * gdb.base/default.exp: Test "target native" instead of "target
4275 child".
4276
36d46afb
MW
42772014-05-21 Mark Wielaard <mjw@redhat.com>
4278
4279 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4280
5876f503
JK
42812014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4282
4283 Fix TLS access for -static -pthread.
4284 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4285 <HAVE_TLS> (thread_function, main): Initialize it.
4286 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4287 Add clean_restart.
4288 <$have_tls != "">: Check TLSVAR.
4289
0256a6ac
PA
42902014-05-21 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/dcache-line-read-error.c: New.
4293 * gdb.base/dcache-line-read-error.exp: New.
4294
936d2992
PA
42952014-05-20 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.base/compare-sections.c: New file.
4298 * gdb.base/compare-sections.exp: New file.
4299
802e8e6d
PA
43002014-05-20 Pedro Alves <palves@redhat.com>
4301
4302 * gdb.base/break-idempotent.c: New file.
4303 * gdb.base/break-idempotent.exp: New file.
4304
e59fa00f
MM
43052014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4306
4307 * gdb.btrace/nohist.exp: New.
4308
8b696e31
YQ
43092014-05-20 Yao Qi <yao@codesourcery.com>
4310
4311 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4312 gdb.reverse directory and gdb_reverse_timeout exists in board
4313 setting.
4314 * README: Document gdb_reverse_timeout.
4315
73c9764f
YQ
43162014-05-20 Yao Qi <yao@codesourcery.com>
4317
4318 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4319 'test_file_name'. Treat args as a string instead of a list.
4320 (gdb_init): Rename argument 'args' by 'test_file_name'.
4321
f1f4348a
JK
43222014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4323
4324 * gdb.arch/powerpc-power.exp: New file.
4325 * gdb.arch/powerpc-power.s: New file.
4326
0dbe70ce
DE
43272014-05-16 Doug Evans <dje@google.com>
4328
4329 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4330 * gdb.base/completion.exp: Check that all expected files exist
4331 before doing file completion.
0dbe70ce 4332
8d551b02
DE
43332014-05-16 Doug Evans <dje@google.com>
4334
4335 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4336 Update.
4337 (do_syscall_tests_without_xml): Update.
4338
73eb7709
PA
43392014-05-16 Pedro Alves <palves@redhat.com>
4340
4341 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4342 instead of "unknown output after running".
4343
3fae92fc
YQ
43442014-05-16 Yao Qi <yao@codesourcery.com>
4345
4346 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4347 file1.txt from host at the end.
4348 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4349
c2b2ccc5
DE
43502014-05-15 Doug Evans <dje@google.com>
4351
4352 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4353 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4354 loading file. Add test for TU lookup.
4355
8c217a4b
SM
43562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4357
4358 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4359 calling "-exec-arguments" or "set args" before running the
4360 inferior.
4361
3deb39c6
SM
43622014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4363
4364 * lib/mi-support.exp (mi_expect_stop): Expect message for
4365 inferiors that exit with non-zero exit code.
4366
71a79f8c
YQ
43672014-05-14 Yao Qi <yao@codesourcery.com>
4368
4369 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4370 match absolute path on remote host.
4371 (test_file_list_exec_source_files): Remove "/" from the
4372 pattern.
4373
f23fcd46
YQ
43742014-05-14 Yao Qi <yao@codesourcery.com>
4375
4376 * boards/local-remote-host-notty.exp (${board}_file): New
4377 proc.
4378
9404b58f
KM
43792014-05-07 Kyle McMartin <kyle@redhat.com>
4380
4381 Pushed by Joel Brobecker <brobecker@adacore.com>.
4382 * gdb.arch/aarch64-atomic-inst.c: New file.
4383 * gdb.arch/aarch64-atomic-inst.exp: New file.
4384
5e45f04c
YQ
43852014-05-07 Yao Qi <yao@codesourcery.com>
4386
4387 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4388 in current context" too.
4389
c888a17d
KS
43902014-05-05 Keith Seitz <keiths@redhat.com>
4391
4392 * gdb.linespec/ls-dollar.exp: Add test for linespec
4393 file:convenience_variable.
4394
290a839c
YQ
43952014-05-05 Yao Qi <yao@codesourcery.com>
4396
4397 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4398 traceframes into tfile and ctf trace files. Read data from
4399 trace file and test collected data.
4400 (gdb_collect_locals_test): Likewise.
4401 (gdb_unavailable_registers_test): Likewise.
4402 (gdb_unavailable_floats): Likewise.
4403 (gdb_collect_globals_test): Likewise.
4404 (top-level): Append "ctf" to trace_file_targets if GDB
4405 supports.
4406
b5262cd0
YQ
44072014-05-05 Yao Qi <yao@codesourcery.com>
4408
4409 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4410 code to ...
4411 (gdb_collect_args_test_1): ... it. New proc.
4412 (gdb_collect_locals_test): Move some code to ...
4413 (gdb_collect_locals_test_1): ... it. New proc.
4414 (gdb_unavailable_registers_test): Move some code to ...
4415 (gdb_unavailable_registers_test_1): ... it. New proc.
4416 (gdb_unavailable_floats): Move some code to ...
4417 (gdb_unavailable_floats_1): ... it. New proc.
4418
30a1e6cc
SDJ
44192014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4420
4421 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4422 probes to test for bitness recognition.
4423 * gdb.arch/amd64-stap-optional-prefix.exp
4424 (test_probe_value_without_reg): New procedure.
4425 Add code to test for different kinds of bitness.
4426
f33da99a
SDJ
44272014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4428
4429 PR breakpoints/16889
4430 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4431 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4432
5b80f00d
PA
44332014-05-01 Pedro Alves <palves@redhat.com>
4434
4435 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4436 gdb_file_cmd if no file is specified.
4437 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4438 last_loaded_file to set the remote exec-file.
4439
f8c2a73c
PA
44402014-05-01 Pedro Alves <palves@redhat.com>
4441
4442 * boards/local-remote-host.exp: New file.
4443
be6e8ac7
PA
44442014-05-01 Pedro Alves <palves@redhat.com>
4445
4446 * boards/local-remote-host.exp: Rename to ...
4447 * boards/local-remote-host-notty.exp: ... this.
4448
cac0dc8f
JB
44492014-04-28 Joel Brobecker <brobecker@adacore.com>
4450
4451 * gdb.ada/dyn_arrayidx: New testcase.
4452
9730e6cc
YQ
44532014-04-26 Yao Qi <yao@codesourcery.com>
4454
4455 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4456 and compute the length of function main. Save it in
4457 $main_length.
4458 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4459 (top-level): Use gdb_compile to compile objects into
4460 executable and restart GDB. Remove invocation to
4461 prepare_for_testing.
4462
7ae1a6a6
PA
44632014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4464 Pedro Alves <palves@redhat.com>
4465
4466 PR server/16255
4467 * gdb.multi/multi-attach.c: New file.
4468 * gdb.multi/multi-attach.exp: New file.
4469
4082afcc
PA
44702014-04-25 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4473 user.
4474 (top level): Test that "set remote conditional-breakpoints-packet
4475 off" works as intended.
4476 * gdb.base/dprintf.exp: Test that "set remote
4477 breakpoint-commands-packet off" works as intended.
4478 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4479 New function.
4480 (top level): Call it.
4481 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4482 remote fast-tracepoints-packet off" works as intended.
4483 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4484 * lib/gdb.exp (gdb_is_target_remote): ... here.
4485
2abc3f8d
DB
44862014-04-24 David Blaikie <dblaikie@gmail.com>
4487
4488 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4489 ensure clang would not discard them.
4490 * gdb.base/gdbvars.c: Ditto.
4491 * gdb.base/memattr.c: Ditto.
4492 * gdb.base/whatis.c: Ditto.
4493 * gdb.python/py-prettyprint.c: Ditto.
4494 * gdb.trace/actions.c: Ditto.
4495 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4496 ensure clang would not discard it.
4497
bfd39632
DB
44982014-04-24 David Blaikie <dblaikie@gmail.com>
4499
4500 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4501 clang to emit the full definition of type required by the test
4502 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4503
22842ff6
DB
45042014-04-24 David Blaikie <dblaikie@gmail.com>
4505
4506 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4507 coax Clang into emitting the definition of the type.
4508 * gdb.cp/pr10728-x.h (y): Ditto.
4509 * gdb.cp/pr10728-y.cc (y): Ditto.
4510
c2e827ad
DB
45112014-04-24 David Blaikie <dblaikie@gmail.com>
4512
4513 * gdb.base/label.exp: XFAIL label related tests under Clang.
4514 * gdb.cp/cplabel.exp: Ditto.
4515 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4516 under Clang those using labels.
4517
4c2d33e7
YQ
45182014-04-25 Yao Qi <yao@codesourcery.com>
4519
4520 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4521 double_label.
4522 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4523 partial_label and double_label.
4524
56083b99
DB
45252014-04-24 David Blaikie <dblaikie@gmail.com>
4526
4527 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4528
25d4e99d
DB
45292014-04-24 David Blaikie <dblaikie@gmail.com>
4530
4531 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4532 of the function to work across GCC and Clang.
4533 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4534 pointer types (const void ** const V void **).
4535
01f9f808
MS
45362014-04-24 Michael Sturm <michael.sturm@mintel.com>
4537 Walfred Tedeschi <walfred.tedeschi@intel.com>
4538
4539 * Makefile.in (EXECUTABLES): Added i386-avx512.
4540 * gdb.arch/i386-avx512.c: New file.
4541 * gdb.arch/i386-avx512.exp: Likewise.
4542
4b48d439
KS
45432014-04-23 Keith Seitz <keiths@redhat.com>
4544
4545 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4546 (mi_make_breakpoint_table): New procedure.
4547 (mi_create_breakpoint): Use mi_make_breakpoint
4548 and return the result.
4549 (mi_make_breakpoint): New procedure.
4550 (mi_build_kv_pairs): New procedure.
4551
4552 * gdb.mi/mi-break.exp: Remove unused globals,
4553 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4554 All callers updated.
4555 * gdb.mi/mi-dprintf.exp: Use variable to track command
4556 number.
4557 Update all callers of mi_create_breakpoint and use
4558 mi_make_breakpoint_table.
4559 Remove any unused global variables.
4560 * gdb.mi/mi-nonstop.exp: Likewise.
4561 * gdb.mi/mi-nsintrall.exp: Likewise.
4562 * gdb.mi/mi-nsmoribund.exp: Likewise.
4563 * gdb.mi/mi-nsthrexec.exp: Likewise.
4564 * gdb.mi/mi-reverse.exp: Likewise.
4565 * gdb.mi/mi-simplerun.exp: Likewise.
4566 * gdb.mi/mi-stepn.exp: Likewise.
4567 * gdb.mi/mi-syn-frame.exp: Likewise.
4568 * gdb.mi/mi-until.exp: Likewise.
4569 * gdb.mi/mi-var-cp.exp: Likewise.
4570 * gdb.mi/mi-var-display.exp: Likewise.
4571 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4572 * gdb.mi/mi2-var-child.exp: Likewise.
4573 * gdb.mi/mi-vla-c99.exp: Likewise.
4574 * lib/mi-support.exp: Likewise.
4575
4576 From Ian Lance Taylor <iant@cygnus.com>:
4577 * lib/gdb.exp (parse_args): New procedure.
4578
08351840
PA
45792014-04-23 Pedro Alves <palves@redhat.com>
4580
4581 * gdb.base/break-unload-file.c: New file.
4582 * gdb.base/break-unload-file.exp: New file.
4583 * gdb.base/sym-file-lib.c (baz): New function.
4584 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4585 field.
4586 (load): Store the segment's mapped size.
4587 (unload): New function.
4588 (unload_shlib): New function.
4589 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4590 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4591 set a breakpoint at baz, and call it.
4592 * gdb.base/sym-file.exp: New tests for stale breakpoint
4593 instructions.
4594
076855f9
PA
45952014-04-23 Pedro Alves <palves@redhat.com>
4596
4597 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4598 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4599 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4600 * gdb.base/hbreak-unmapped.c: New file.
4601 * gdb.base/hbreak-unmapped.exp: New file.
4602 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4603 * lib/gdb.exp (gdb_is_target_remote): ... here.
4604
483805cf
PA
46052014-04-22 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.base/consecutive-step-over.c: New file.
4608 * gdb.base/consecutive-step-over.exp: New file.
4609
06d97543
PA
46102014-04-22 Pedro Alves <palves@redhat.com>
4611
4612 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4613 instead of send_gdb/gdb_expect.
4614
b4429ea2
YQ
46152014-04-22 Yao Qi <yao@codesourcery.com>
4616
4617 * lib/trace-support.exp (generate_tracefile): New procedure.
4618 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4619 return 0.
4620 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4621 if generate_tracefile returns 1.
4622
51d48146
PA
46232014-04-18 Tom Tromey <palves@redhat.com>
4624 Pedro alves <tromey@redhat.com>
4625
4626 PR backtrace/15558
4627 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4628 with a backtrace limit.
4629 * gdb.python/py-frame-inline.exp: Test running to an inline
4630 function with a backtrace limit, and printing the newest frame.
4631 * gdb.python/py-frame-inline.c (main): Call f.
4632
bd1dce5f
MS
46332014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4634
4635 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4636
40d1a503
MS
46372014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4638
4639 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4640 Drop prefix from unsupported source file path.
4641
389b98f7
YQ
46422014-04-17 Yao Qi <yao@codesourcery.com>
4643
4644 * lib/gdb.exp (with_target_charset): New proc.
4645 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4646 with_target_charset.
4647 (test_print_strings): Likewise.
4648 (test_repeat_bytes): Likewise.
4649 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4650 for some tests.
4651
22869d73
KS
46522014-04-16 Keith Seitz <keiths@redhat.com>
4653
4654 PR gdb/15827
4655 * gdb.dwarf2/corrupt.c: New file.
4656 * gdb.dwarf2/corrupt.exp: New file.
4657
c4f87ca6
KS
46582014-04-16 Keith Seitz <keiths@redhat.com>
4659
4660 PR c++/16597
4661 * gdb.cp/namelessclass.cc: New file.
4662 * gdb.cp/namelessclass.exp: New file.
4663 * gdb.cp/namelessclass.S: New file.
4664
ab19de87
DE
46652014-04-16 Doug Evans <dje@google.com>
4666
4667 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4668 Add comment.
4669 (gdbserver_default_get_comm_port): New function.
4670 (gdbserver_start): Check if board file provided
4671 "gdbserver,get_comm_port" and use it if so.
4672 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4673 (gdb,socketport): Set to "stdio".
4674 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4675 (stdio_gdbserver_template): Delete.
4676 (${board}_get_remote_address): Update.
4677 (${board}_build_remote_cmd): Delete.
4678 (${board}_get_comm_port): New function.
4679 (${board}_spawn): Update.
4680 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4681 Delete.
4682 (${board}_get_remote_address): Update.
4683 (${board}_get_comm_port): New function.
4684
fc98a809
AB
46852014-04-16 Andrew Burgess <aburgess@broadcom.com>
4686
4687 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4688 appearing in any order.
4689
87fd9e6e
DE
46902014-04-15 Doug Evans <dje@google.com>
4691
4692 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4693 uninitialized value of "description".
4694
099fc3ea
KS
46952014-04-15 Keith Seitz <keiths@redhat.com>
4696
4697 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4698 Remove unused globals.
4699 (test_running_the_program): Likewise.
4700 (test_controlled_execution): Likewise.
4701 (test_controlling_breakpoints): Likewise.
4702 (test_program_termination): Likewise.
4703
5da151d4
KS
47042014-04-15 Keith Seitz <keiths@redhat.com>
4705
4706 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4707 unused globals.
4708 (test_rbreak_creation_and_listing): Likewise.
4709 (test_ignore_count): Likewise.
4710 (test_error): Likewise.
4711
35e5d2f0
PA
47122014-04-15 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4715 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4716 sym-file-loader.c.
4717 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4718 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4719 to sym-file-loader.c.
4720 (struct library): Forward declare.
4721 (load_shlib, lookup_function): Change prototypes.
4722 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4723 (translate_offset): Remove declarations.
4724 (get_text_addr): New declaration.
4725 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4726 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4727 sym-file-loader.h.
4728 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4729 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4730 here from sym-file-loader.h.
4731 (struct library): New structure.
4732 (load_shlib, lookup_function): Change prototypes and adjust to
4733 work with a struct library.
4734 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4735 (translate_offset): Make static.
4736 (get_text_addr): New function.
4737 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4738
eb4c1710
PA
47392014-04-15 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4742
2d1baf52
PA
47432014-04-15 Pedro Alves <palves@redhat.com>
4744
4745 * gdb.base/sym-file-loader.c: Include <limits.h>.
4746 (SELF_LINK): New define.
4747 (get_origin): New function.
4748 (load_shlib): Use it.
4749 * gdb.base/sym-file.exp: Don't early return if the target is
4750 remote. Use runto_main, and issue fail is that fails. Use
4751 gdb_load_shlibs.
4752 (shlib_name): Delete.
4753 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4754
7dd6df01
PA
47552014-04-15 Pedro Alves <palves@redhat.com>
4756
4757 * gdb.base/sym-file.exp: Remove regex characters from test
4758 message. Don't refer to breakpoint numbers in test messages.
4759
b50c8614
KS
47602014-04-14 Keith Seitz <keiths@redhat.com>
4761
4762 PR c++/16253
4763 * gdb.cp/var-tag.cc: New file.
4764 * gdb.cp/var-tag.exp: New file.
4765 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4766 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4767 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4768 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4769
3d567982
TT
47702014-04-14 Tom Tromey <tromey@redhat.com>
4771
4772 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4773 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4774 type.
4775 * gdb.cp/enum-class.exp: New file.
4776 * gdb.cp/enum-class.cc: New file.
4777
0626fc76
TT
47782014-04-14 Tom Tromey <tromey@redhat.com>
4779
4780 * gdb.dwarf2/enum-type.exp: New file.
4781
dca325b3
SA
47822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4783
4784 * gdb.mi/mi-vla-c99.exp: New file.
4785 * gdb.mi/vla.c: New file.
4786
5854b38a
SA
47872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4788
4789 * gdb.base/vla-datatypes.c: New file.
4790 * gdb.base/vla-datatypes.exp: New file.
4791
463bb957
SA
47922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4793
4794 * gdb.base/vla-ptr.c: New file.
4795 * gdb.base/vla-ptr.exp: New file.
4796
3dd170be
SA
47972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4798
4799 * gdb.dwarf2/count.exp: New file.
4800
5ecaaa66
SA
48012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4802
4803 * gdb.base/vla-sideeffect.c: New file.
4804 * gdb.base/vla-sideeffect.exp: New file.
4805
41f1ada5
DB
48062014-04-14 David Blaikie <dblaikie@gmail.com>
4807
4808 * gdb.mi/non-stop.c: Add return value for non-void function return
4809 statement.
4810 * gdb.threads/staticthreads.c: Ditto.
4811
0be03e84
DE
48122014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4813 Doug Evans <xdje42@gmail.com>
4814
4815 * gdb.guile/scm-value.c: Improve test case.
4816 * gdb.guile/scm-value.exp: Add new test.
4817
f180a1fb
DB
48182014-04-11 David Blaikie <dblaikie@gmail.com>
4819
4820 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4821 override Clang's default.
4822
6b662e19
JB
48232014-04-11 Joel Brobecker <brobecker@adacore.com>
4824
4825 Revert the following changes (regressions):
4826
4827 * gdb.base/vla-sideeffect.c: New file.
4828 * gdb.base/vla-sideeffect.exp: New file.
4829
4830 * gdb.dwarf2/count.exp: New file.
4831
4832 * gdb.base/vla-multi.c: New file.
4833 * gdb.base/vla-multi.exp: New file.
4834
4835 * gdb.base/vla-ptr.c: New file.
4836 * gdb.base/vla-ptr.exp: New file.
4837
4838 * gdb.base/vla-datatypes.c: New file.
4839 * gdb.base/vla-datatypes.exp: New file.
4840
4841 * gdb.mi/mi-vla-c99.exp: New file.
4842 * gdb.mi/vla.c: New file.
4843
245a5f0b
KS
48442014-04-11 Keith Seitz <keiths@redhat.com>
4845
4846 PR c++/16675
4847 * gdb.cp/cpsizeof.exp: New file.
4848 * gdb.cp/cpsizeof.cc: New file.
4849
58a84dcf
SA
48502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4851
191a8a90
JB
4852 * gdb.mi/mi-vla-c99.exp: New file.
4853 * gdb.mi/vla.c: New file.
58a84dcf 4854
c8655f75
SA
48552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4856
4857 * gdb.base/vla-datatypes.c: New file.
4858 * gdb.base/vla-datatypes.exp: New file.
4859
024e13b4
SA
48602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4861
4862 * gdb.base/vla-ptr.c: New file.
4863 * gdb.base/vla-ptr.exp: New file.
4864
1a237e0e
SA
48652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4866
4867 * gdb.base/vla-multi.c: New file.
4868 * gdb.base/vla-multi.exp: New file.
4869
504f3432
SA
48702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4871
4872 * gdb.dwarf2/count.exp: New file.
4873
3bce8237
SA
48742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4875
191a8a90
JB
4876 * gdb.base/vla-sideeffect.c: New file.
4877 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4878
322f9c21
YQ
48792014-04-11 Yao Qi <yao@codesourcery.com>
4880
4881 * gdb.base/completion.exp: Check file exists before running tests
4882 on file completion.
4883
d708bcd1
PA
48842014-04-10 Pedro Alves <palves@redhat.com>
4885
4886 * gdb.base/cond-eval-mode.c: New file.
4887 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4888 prepare_for_testing to build the new file. Check result of
4889 runto_main.
4890 (test_break, test_watch): New procedures.
4891 (top level): Use them.
4892
ae1d2761
PM
48932014-04-08 Pierre Muller <muller@sourceware.org>
4894
4895 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4896 Ctrl-V use for mingw hosts.
4897
7af389b8
SC
48982014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4899
4900 * gdb.python/py-value.c: Improve test case.
4901 * gdb.python/py-value.exp: Add new test.
4902
5e703181
DE
49032014-04-07 David Blaikie <dblaikie@gmail.com>
4904
4905 * lib/compiler.c: Identify the clang compiler.
4906 * lib/compiler.cc: Ditto.
4907
9810b410
YQ
49082014-04-03 Yao Qi <yao@codesourcery.com>
4909
4910 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4911
98d1b8dc
AB
49122014-04-01 Anton Blanchard <anton@samba.org>
4913
4914 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4915 messages unique.
4916
3114cea1
AB
49172014-04-01 Anton Blanchard <anton@samba.org>
4918
4919 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4920 prepare_for_testing.
4921
62f7182c
AB
49222014-04-01 Anton Blanchard <anton@samba.org>
4923
4924 * gdb.arch/ppc64-atomic-inst.c: Remove.
4925 * gdb.arch/ppc64-atomic-inst.S: New file.
4926 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4927
770e7fc7
DE
49282014-03-31 Doug Evans <dje@google.com>
4929
4930 * gdb.base/print-symbol-loading-lib.c: New file.
4931 * gdb.base/print-symbol-loading-main.c: New file.
4932 * gdb.base/print-symbol-loading.exp: New file.
4933
46e2bafa
YQ
49342014-03-31 Yao Qi <yao@codesourcery.com>
4935
4936 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4937
8776cfe9
JB
49382014-03-28 Joel Brobecker <brobecker@adacore.com>
4939
4940 * gdb.ada/mi_dyn_arr: New testcase.
4941
5d1ef361
DE
49422014-03-27 Doug Evans <dje@google.com>
4943
4944 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4945
b5bee914
YQ
49462014-03-27 Yao Qi <yao@codesourcery.com>
4947
4948 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4949 if target is nios2-*-*.
4950
0d4d0e77
YQ
49512014-03-26 Yao Qi <yao@codesourcery.com>
4952
4953 * lib/gdb.exp (readline_is_used): New proc.
4954 * gdb.base/completion.exp: Move tests on command complete up.
4955 Skip the rest of tests if readline is not used.
4956 * gdb.ada/complete.exp: Skp the test if readline is not
4957 used.
4958 * gdb.base/filesym.exp: Likewise.
4959 * gdb.base/macscp.exp: Likewise.
4960 * gdb.base/readline-ask.exp: Likewise.
4961 * gdb.base/readline.exp: Likewise.
4962 * gdb.python/py-cmd.exp: Likewise.
4963 * gdb.trace/tfile.exp: Likewise.
4964
29361eee
YQ
49652014-03-26 Yao Qi <yao@codesourcery.com>
4966
4967 * gdb.base/macscp.exp: Fix code format issues.
4968
bc9a5525
UW
49692014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4970
4971 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4972 * gdb.asm/powerpc64le.inc: New file.
4973
d3839ede
PA
49742014-03-25 Pedro Alves <palves@redhat.com>
4975 Doug Evans <dje@google.com>
4976
4977 * gdb.base/source-execution.c: New file.
4978 * gdb.base/source-execution.exp: New file.
4979 * gdb.base/source-execution.gdb: New file.
4980
01672a57
DE
49812014-03-24 Doug Evans <dje@google.com>
4982
4983 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4984 using fission.
4985
88bbeca9
HZ
49862014-03-24 Hui Zhu <hui@codesourcery.com>
4987 Pedro Alves <palves@redhat.com>
4988
4989 PR breakpoints/16101
4990 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4991 test pass/fail messages. Detect missing support for dprintf when
4992 breakpoints are actually inserted.
4993 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4994 breakpoints are actually inserted.
4995 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4996 fails.
4997
d2348791
JK
49982014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4999
5000 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
5001
feef67ab
DE
50022014-03-22 Doug Evans <xdje42@gmail.com>
5003
5004 * gdb.python/python.exp (python not supported): Verify multi-line
5005 python command issues an error.
25d743f9 5006 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5007 guile command issues an error.
feef67ab 5008
ecebef6a
MR
50092014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5010
5011 * gdb.threads/thread-specific.exp: Handle the lack of usable
5012 $this_breakpoint and $this_thread.
5013
ccdd1909
HZ
50142014-03-21 Hui Zhu <hui@codesourcery.com>
5015
5016 * gdb.base/attach.exp (do_command_attach_tests): New.
5017
beb460e8
PA
50182014-03-20 Tom Tromey <tromey@redhat.com>
5019 Pedro Alves <palves@redhat.com>
5020
5021 PR cli/15718
5022 * gdb.base/condbreak-call-false.c: New file.
5023 * gdb.base/condbreak-call-false.exp: New file.
5024
40acf43a
PA
50252014-03-20 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5028 Delete.
5029 (block_signals, unblock_signals): Delete.
5030 (child_function_2, main): Remove references to deleted variable
5031 and functions.
5032
9f5e1e02
PA
50332014-03-20 Pedro Alves <palves@redhat.com>
5034
5035 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5036 Use pthread_kill to signal thread 2.
5037 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5038 Adjust to make the test send itself a signal rather than using the
5039 host's "kill" command.
5040
99619bea
PA
50412014-03-20 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.threads/multiple-step-overs.c: New file.
5044 * gdb.threads/multiple-step-overs.exp: New file.
5045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5046 Adjust expected infrun debug output.
5047
2adfaa28
PA
50482014-03-20 Pedro Alves <palves@redhat.com>
5049
5050 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5051 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5052
31e77af2
PA
50532014-03-20 Pedro Alves <palves@redhat.com>
5054
5055 PR breakpoints/7143
5056 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5057 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5058 of gdb_test_multiple.
5059 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5060 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5061
b9f437de
PA
50622014-03-20 Pedro Alves <palves@redhat.com>
5063
5064 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5065 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5066
05adc73e
PA
50672014-03-19 Pedro Alves <palves@redhat.com>
5068
5069 * gdb.base/async.exp: Remove early return.
5070
6048b950
PA
50712014-03-19 Pedro Alves <palves@redhat.com>
5072
5073 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5074
8bcfb00a
PA
50752014-03-19 Pedro Alves <palves@redhat.com>
5076
5077 * gdb.base/async.exp (test_background): Expect \r\n after
5078 "completed." in the fail pattern.
5079
884e37dc
PA
50802014-03-19 Pedro Alves <palves@redhat.com>
5081
5082 * gdb.base/async.exp (test_background): New procedure.
5083 Use it for all background execution command tests.
5084
148e57e2
PA
50852014-03-19 Pedro Alves <palves@redhat.com>
5086
5087 * gdb.base/async.exp: Use prepare_for_testing.
5088
f48088c7
PA
50892014-03-19 Pedro Alves <palves@redhat.com>
5090
5091 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5092 the same line.
5093
e2f6c966
PA
50942014-03-19 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.base/async.c (main): Add "jump here" and "until here" line
5097 marker comments.
5098 * gdb.base/async.exp (jump_here): New global.
5099 (jump& test): Use it.
5100 (until_here): New global.
5101 (until& test): Use it.
5102
c30568d4
PA
51032014-03-19 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.base/async.exp: Don't frob gdb_protocol.
5106
0172b6a7
DE
51072014-03-18 Doug Evans <xdje42@gmail.com>
5108
5109 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5110 Fix spelling of exec-done-display.
5111
06c868a8
JK
51122014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 PR gdb/15358
5115 * gdb.base/gdb-sigterm.c: New file.
5116 * gdb.base/gdb-sigterm.exp: New file.
5117
0c7e1a46
PA
51182014-03-18 Pedro Alves <palves@redhat.com>
5119
5120 PR gdb/13860
5121 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5122 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5123 solib-event.
5124
f7c77d93
JB
51252014-03-17 Joel Brobecker <brobecker@adacore.com>
5126
5127 * gdb.ada/pckd_arr_ren: New testcase.
5128
5a1e8c7a
DE
51292014-03-13 Doug Evans <xdje42@gmail.com>
5130
5131 PR guile/16612
5132 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5133 collect after discarding symbols.
5134
350e1a76
DE
51352014-03-13 Ludovic Courtès <ludo@gnu.org>
5136 Doug Evans <xdje42@gmail.com>
5137
5138 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5139 to history survives a gc.
5140
a69900ae
PA
51412014-03-13 Pedro Alves <palves@redhat.com>
5142
5143 * gdb.base/default.exp: Don't test "target procfs".
5144
5db9f0bd
PA
51452014-03-13 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.base/default.exp: Update "target child" and "target procfs"
5148 tests to not expect "Unix".
5149
b3ccfe11
TT
51502014-03-12 Tom Tromey <tromey@redhat.com>
5151
5152 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5153 New procs. Add target-async tests.
5154 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5155 Add target-async tests.
5156
646f4417
AA
51572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5158
5159 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5160 'func_start' and 'func_end' for the beginning and end of the
5161 function code, respectively.
5162 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5163 'func_end' instead of 'func' and 'main'.
5164
288c211f
AA
51652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5166
5167 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5168 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5169 generate the debug info assembler source.
5170
e0c0f156
AA
51712014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5172
5173 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5174 * gdb.dwarf2/arr-subrange.exp: Likewise.
5175 * gdb.dwarf2/dwz.exp: Likewise.
5176 * gdb.dwarf2/method-ptr.exp: Likewise.
5177 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5178 * gdb.dwarf2/subrange.exp: Likewise.
5179 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5180 * gdb.dwarf2/implptrpiece.exp: Likewise.
5181 * gdb.dwarf2/nostaticblock.exp: Likewise.
5182
0e5c4555
AA
51832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5184
5185 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5186 directory to absolute path name arguments.
5187
5ec18f2b
JG
51882014-03-10 Joel Brobecker <brobecker@adacore.com>
5189
5190 * gdb.ada/tagged_access: New testcase.
5191
847fc4f2
MM
51922014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5193
5194 * gdb.btrace/data.exp: Update expected output.
5195
cc3da688
YQ
51962014-03-06 Yao Qi <yao@codesourcery.com>
5197
5198 * gdb.trace/pr16508.exp: New file.
5199
0f26cec1
PA
52002014-03-05 Pedro Alves <palves@redhat.com>
5201
5202 PR gdb/16575
5203 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5204 procedure.
5205 (top level): Adjust to use it. Add tests that exercise breakpoint
5206 interaction with the code-cache.
5207
7a5a839f
LC
52082014-02-26 Ludovic Courtès <ludo@gnu.org>
5209
5210 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5211 test for 'history-append!'.
5212
31aa7e4e
JB
52132014-02-26 Joel Brobecker <brobecker@adacore.com>
5214
5215 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5216 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5217 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5218 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5219 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5220 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5221
1b588015
JB
52222014-02-26 Joel Brobecker <brobecker@adacore.com>
5223
5224 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5225 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5226 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5227
55426c9d
JB
52282014-02-26 Joel Brobecker <brobecker@adacore.com>
5229
5230 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5231
dc53a7ad
JB
52322014-02-26 Joel Brobecker <brobecker@adacore.com>
5233
5234 * gdb.dwarf2/arr-stride.c: New file.
5235 * gdb.dwarf2/arr-stride.exp: New file.
5236
12ab52e9
PA
52372014-02-26 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5240 that won't ever trigger. Make sure that GDB reports the correct
5241 breakpoint that caused the stop.
5242
849c862e
JK
52432014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 PR gdb/16626
5246 * gdb.base/auto-load-script: New file.
5247 * gdb.base/auto-load.c: New file.
5248 * gdb.base/auto-load.exp: New file.
5249
71b7d793
JK
5250 PR gdb/16626
5251 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5252
e2f0d509
JK
52532014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5254
5255 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5256 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5257
50cc37c8
DE
52582014-02-24 Doug Evans <dje@google.com>
5259
5260 * lib/gdb.exp (run_on_host): Log error output if program fails.
5261
ea4758f2
PA
52622014-02-21 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.threads/step-after-sr-lock.c: Rename to ...
5265 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5266 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5267 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5268 ... this.
5269
d7b30f67
SDJ
52702014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5271
5272 PR tdep/16397
5273 * gdb.arch/amd64-stap-special-operands.exp: New file.
5274 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5275 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5276 * gdb.arch/amd64-stap-triplet.S: Likewise.
5277 * gdb.arch/amd64-stap-triplet.c: Likewise.
5278
83deb43f
JB
52792014-02-20 Joel Brobecker <brobecker@adacore.com>
5280
5281 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5282 in .section pseudo-op.
5283
adde2bff
DE
52842014-02-20 lin zuojian <manjian2006@gmail.com>
5285 Joel Brobecker <brobecker@adacore.com>
5286 Doug Evans <xdje42@gmail.com>
5287
5288 PR symtab/16581
5289 * gdb.dwarf2/dw2-icycle.S: New file.
5290 * gdb.dwarf2/dw2-icycle.c: New file.
5291 * gdb.dwarf2/dw2-icycle.exp: New file.
5292
f7bd0f78
SC
52932014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5294
5295 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5296 operations on gdb.Value objects.
5297 * gdb.python/py-value-cc.exp: Add new test to test operations on
5298 gdb.Value objects.
5299
c17ef0d5
DE
53002014-02-18 Doug Evans <dje@google.com>
5301
5302 * Makefile.in (TESTS): New variable.
5303 (expanded_tests, expanded_tests_or_none): New variables
5304 (check-single): Pass $(expanded_tests_or_none) to runtest.
5305 (check-parallel): Only run tests in $(TESTS) if non-empty.
5306 (check/no-matching-tests-found): New rule.
5307 * README: Document TESTS makefile variable.
5308
5dd3176f
DE
53092014-02-18 Doug Evans <dje@google.com>
5310
5311 * Makefile.in (check-parallel): rm -rf outputs temp.
5312
0b10be4f
JK
53132014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 Fix "ERROR: no fileid for" in the testsuite.
5316 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5317
85f224e7
DE
53182014-02-12 Doug Evans <dje@google.com>
5319
5320 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5321 (MISCELLANEOUS): New variable.
5322 (clean): rm -rf $(MISCELLANEOUS).
5323 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5324 dwp live in the same directory as symlinks, with each symlink pointed
5325 to a differently named file in a different directory.
5326
149b30ff
DE
53272014-02-11 Doug Evans <dje@google.com>
5328
5329 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5330 of Tcl file commands.
5331
1dfdac32
MK
53322014-02-10 Mark Kettenis <kettenis@gnu.org>
5333
5334 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5335 "kill -SIGUSR1 -1".
5336
aa4fb036
JB
53372014-02-10 Joel Brobecker <brobecker@adacore.com>
5338
5339 * gdb.ada/tick_length_array_enum_idx: New testcase.
5340
ed3ef339
DE
53412014-02-10 Doug Evans <xdje42@gmail.com>
5342
5343 * configure.ac (AC_OUTPUT): Add gdb.guile.
5344 * configure: Regenerate.
5345 * lib/gdb-guile.exp: New file.
5346 * lib/gdb.exp (get_target_charset): New function.
5347 * gdb.base/help.exp: Update expected output from "apropos apropos".
5348 * gdb.guile/Makefile.in: New file.
5349 * gdb.guile/guile.exp: New file.
5350 * gdb.guile/scm-arch.c: New file.
5351 * gdb.guile/scm-arch.exp: New file.
5352 * gdb.guile/scm-block.c: New file.
5353 * gdb.guile/scm-block.exp: New file.
5354 * gdb.guile/scm-breakpoint.c: New file.
5355 * gdb.guile/scm-breakpoint.exp: New file.
5356 * gdb.guile/scm-disasm.c: New file.
5357 * gdb.guile/scm-disasm.exp: New file.
5358 * gdb.guile/scm-equal.c: New file.
5359 * gdb.guile/scm-equal.exp: New file.
5360 * gdb.guile/scm-error.exp: New file.
5361 * gdb.guile/scm-error.scm: New file.
5362 * gdb.guile/scm-frame-args.c: New file.
5363 * gdb.guile/scm-frame-args.exp: New file.
5364 * gdb.guile/scm-frame-args.scm: New file.
5365 * gdb.guile/scm-frame-inline.c: New file.
5366 * gdb.guile/scm-frame-inline.exp: New file.
5367 * gdb.guile/scm-frame.c: New file.
5368 * gdb.guile/scm-frame.exp: New file.
5369 * gdb.guile/scm-generics.exp: New file.
5370 * gdb.guile/scm-gsmob.exp: New file.
5371 * gdb.guile/scm-iterator.c: New file.
5372 * gdb.guile/scm-iterator.exp: New file.
5373 * gdb.guile/scm-math.c: New file.
5374 * gdb.guile/scm-math.exp: New file.
5375 * gdb.guile/scm-objfile-script-gdb.in: New file.
5376 * gdb.guile/scm-objfile-script.c: New file.
5377 * gdb.guile/scm-objfile-script.exp: New file.
5378 * gdb.guile/scm-objfile.c: New file.
5379 * gdb.guile/scm-objfile.exp: New file.
5380 * gdb.guile/scm-ports.exp: New file.
5381 * gdb.guile/scm-pretty-print.c: New file.
5382 * gdb.guile/scm-pretty-print.exp: New file.
5383 * gdb.guile/scm-pretty-print.scm: New file.
5384 * gdb.guile/scm-section-script.c: New file.
5385 * gdb.guile/scm-section-script.exp: New file.
5386 * gdb.guile/scm-section-script.scm: New file.
5387 * gdb.guile/scm-symbol.c: New file.
5388 * gdb.guile/scm-symbol.exp: New file.
5389 * gdb.guile/scm-symtab-2.c: New file.
5390 * gdb.guile/scm-symtab.c: New file.
5391 * gdb.guile/scm-symtab.exp: New file.
5392 * gdb.guile/scm-type.c: New file.
5393 * gdb.guile/scm-type.exp: New file.
5394 * gdb.guile/scm-value-cc.cc: New file.
5395 * gdb.guile/scm-value-cc.exp: New file.
5396 * gdb.guile/scm-value.c: New file.
5397 * gdb.guile/scm-value.exp: New file.
5398 * gdb.guile/source2.scm: New file.
5399 * gdb.guile/types-module.cc: New file.
5400 * gdb.guile/types-module.exp: New file.
5401
7026a7c1
YQ
54022014-02-10 Yao Qi <yao@codesourcery.com>
5403
5404 PR testsuite/16543
5405 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5406 * configure: Regenerated.
5407 * Makefile.in: New file.
5408
6c466447
AS
54092014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5410
5411 * gdb.python/py-framefilter.exp: Fix typo.
5412
6e854735
YQ
54132014-02-08 Yao Qi <yao@codesourcery.com>
5414
5415 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5416 that no =breakpoint-modified is emitted when breakpoints are
5417 modified through MI commands.
5418
d137e6dc
PA
54192014-02-07 Pedro Alves <pedro@codesourcery.com>
5420 Pedro Alves <palves@redhat.com>
5421
5422 * gdb.threads/step-after-sr-lock.c: New file.
5423 * gdb.threads/step-after-sr-lock.exp: New file.
5424
b5ee5a50
PA
54252014-02-07 Pedro Alves <palves@redhat.com>
5426
5427 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5428
3c77faf3
JK
54292014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5430
5431 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5432 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5433
6dddc817
DE
54342014-02-06 Doug Evans <xdje42@gmail.com>
5435
5436 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5437 output.
5438
5439 * gdb.gdb/python-interrupts.exp: New file.
5440
de7b2893
YQ
54412014-02-05 Yao Qi <yao@codesourcery.com>
5442
5443 * gdb.trace/report.exp (use_collected_data): Test the output
5444 of "info threads" and "info inferiors".
5445
66d032ac
YQ
54462014-02-05 Yao Qi <yao@codesourcery.com>
5447
5448 Revert this patch:
5449
5450 2013-05-24 Yao Qi <yao@codesourcery.com>
5451
5452 * gdb.trace/tfile.exp: Test inferior and thread.
5453
591a12a1
UW
54542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5455
5456 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5457 on a function.
5458 * gdb.base/step-bt.c: Call hello via function pointer to make
5459 sure its first instruction is executed on powerpc64le-linux.
5460
0ff3e01f
UW
54612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5462
5463 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5464
084ee545
UW
54652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5466
5467 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5468 of the test patterns for use on little-endian systems.
5469
6ed14ff3
UW
54702014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5471
5472 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5473 (decimal_vector): Fix for little-endian.
5474
401e27fd
JM
54752014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5476
5477 * gdb.arch/sparc-sysstep.exp: New file.
5478 * gdb.arch/sparc-sysstep.c: Likewise.
5479
5480 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5481
8b924729
EBM
54822014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5483
5484 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5485
fb151210
JB
54862014-01-23 Tom Tromey <tromey@redhat.com>
5487
5488 * gdb.ada/array_char_idx: New testcase.
5489
0740f8d8
TT
54902014-01-23 Tom Tromey <tromey@redhat.com>
5491
5492 PR python/16487:
5493 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5494 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5495 classes.
5496
21909fa1
TT
54972014-01-23 Tom Tromey <tromey@redhat.com>
5498
5499 PR python/16491:
5500 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5501 string from an inferior frame.
5502 * gdb.python/py-framefilter-mi.exp: Update.
5503
87ce2a04
DE
55042014-01-22 Doug Evans <dje@google.com>
5505
5506 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5507
237b092b
AA
55082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5509
5510 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5511
d674a709
AA
55122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5513
5514 * gdb.trace/entry-values.exp: Remove excess space character from
5515 regex patterns. Handle s390 call instruction.
5516
20fa3390
AA
55172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5518
5519 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5520 define "*_start" label. Make "name" static.
5521 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5522 ${name} by references to ${name}_start.
5523
78466714
AA
55242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5525
5526 * gdb.base/info-macros.exp: Remove "debug" from the compile
5527 options.
5528
ec9f644a
IB
55292014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5530
5531 * gdb.dlang/demangle.exp: New file.
5532
94b1b47e
IB
55332014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5534
5535 * gdb.dlang/primitive-types.exp: New file.
5536
7f420862
IB
55372014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5538
5539 * configure.ac: Create gdb.dlang/Makefile.
5540 * configure: Regenerate.
5541 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5542 * gdb.dlang/Makefile.in: New file.
5543 * lib/d-support.exp: New file.
5544 * lib/gdb.exp (skip_d_tests): New proc.
5545
52834460
MM
55462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5547
5548 * gdb.btrace/delta.exp: Check reverse stepi.
5549 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5550 * gdb.btrace/finish.exp: New.
5551 * gdb.btrace/next.exp: New.
5552 * gdb.btrace/nexti.exp: New.
5553 * gdb.btrace/record_goto.c: Add comments.
5554 * gdb.btrace/step.exp: New.
5555 * gdb.btrace/stepi.exp: New.
5556 * gdb.btrace/multi-thread-step.c: New.
5557 * gdb.btrace/multi-thread-step.exp: New.
5558 * gdb.btrace/rn-dl-bind.c: New.
5559 * gdb.btrace/rn-dl-bind.exp: New.
5560 * gdb.btrace/data.c: New.
5561 * gdb.btrace/data.exp: New.
5562 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5563
6e07b1d2
MM
55642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5565
5566 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5567 * gdb.btrace/exception.exp: Update.
5568 * gdb.btrace/instruction_history.exp: Update.
5569 * gdb.btrace/record_goto.exp: Update.
5570 * gdb.btrace/tailcall.exp: Update.
5571 * gdb.btrace/unknown_functions.exp: Update.
5572 * gdb.btrace/delta.exp: New.
5573
0b722aec
MM
55742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5575
5576 * gdb.btrace/record_goto.exp: Add backtrace test.
5577 * gdb.btrace/tailcall.exp: Add backtrace test.
5578
066ce621
MM
55792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5580
5581 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5582 * gdb.btrace/record_goto.c: New.
5583 * gdb.btrace/record_goto.exp: New.
5584 * gdb.btrace/x86-record_goto.S: New.
5585
0688d04e
MM
55862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5587
5588 * gdb.btrace/function_call_history.exp: Update tests.
5589 * gdb.btrace/instruction_history.exp: Update tests.
5590
8710b709
MM
55912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5592
5593 * gdb.btrace/function_call_history.exp: Fix expected field
5594 order for "record function-call-history".
5595 Add new tests for "record function-call-history /c".
5596 * gdb.btrace/exception.cc: New.
5597 * gdb.btrace/exception.exp: New.
5598 * gdb.btrace/tailcall.exp: New.
5599 * gdb.btrace/x86-tailcall.S: New.
5600 * gdb.btrace/x86-tailcall.c: New.
5601 * gdb.btrace/unknown_functions.c: New.
5602 * gdb.btrace/unknown_functions.exp: New.
5603 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5604
5de9129b
MM
56052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5606
5607 * gdb.btrace/instruction_history.exp: Update.
5608 * gdb.btrace/function_call_history.exp: Update.
5609
23a7fe75
MM
56102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5611
5612 * gdb.btrace/function_call_history.exp: Fix expected function
5613 trace.
5614 * gdb.btrace/instruction_history.exp: Initialize traced.
5615 Remove traced_functions.
5616
724c7dd8
MM
56172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5618
5619 * gdb.btrace/function_call_history.exp: Update
5620 * gdb.btrace/instruction_history.exp: Update.
5621
6d78d93b
MM
56222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5623
5624 * gdb.btrace/enable.exp: Update expected text.
5625
93a360cc
OJ
56262014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5627
5628 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5629 bytes.
5630
3772b53f
MR
56312014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5632
5633 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5634
596662fa
OJ
56352014-01-15 Omair Javaid <omair.javaid@linaro.org>
5636
5637 * lib/gdb.exp (supports_process_record): Return true for
5638 arm*-linux*. (supports_reverse): Likewise.
5639
b5b08fb4
SC
56402014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5641
5642 PR python/15464
5643 PR python/16113
5644 * gdb.python/py-type.c: Enhance test case.
5645 * gdb.python/py-value-cc.cc: Likewise
5646 * gdb.python/py-type.exp: Add new tests.
5647 * gdb.python/py-value-cc.exp: Likewise
5648
52d7fb13
AA
56492014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5650 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5653 Make "name" extern.
5654 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5655 references to ${name}_start by references to ${name}.
5656
a2cd8cfe
JB
56572014-01-10 Joel Brobecker <brobecker@adacore.com>
5658
5659 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5660
4e23fced
JB
56612014-01-10 Joel Brobecker <brobecker@adacore.com>
5662
5663 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5664
c6a9e42c
PA
56652014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5666 Pedro Alves <palves@redhat.com>
5667
5668 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5669 mi_gdb_target_load.
c6a9e42c 5670
b7ea362b
PA
56712014-01-08 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.threads/reconnect-signal.c: New file.
5674 * gdb.threads/reconnect-signal.exp: New file.
5675
5e3f4fab
EBM
56762014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 * gdb.base/source-dir.exp: New file.
5679
79301218
JB
56802014-01-07 Joel Brobecker <brobecker@adacore.com>
5681
5682 * gdb.ada/mi_interface: New testcase.
5683
8e355c5d
JB
56842014-01-07 Joel Brobecker <brobecker@adacore.com>
5685
5686 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5687 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5688 gdb.ada/pp-rec-component/pck.ads: New files.
5689
c0d48811
JB
56902014-01-07 Joel Brobecker <brobecker@adacore.com>
5691
5692 * gdb.python/py-pp-integral.c: New file.
5693 * gdb.python/py-pp-integral.py: New file.
5694 * gdb.python/py-pp-integral.exp: New file.
5695
17b609c3 5696For older changes see ChangeLog-1993-2013.
c906108c 5697\f
8d8cb839
EZ
5698;; Local Variables:
5699;; mode: change-log
5700;; left-margin: 8
5701;; fill-column: 74
5702;; version-control: never
5703;; End:
902f2ccb 5704
32d0add0 5705 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5706 Copying and distribution of this file, with or without modification,
5707 are permitted provided the copyright notice and this notice are preserved.