Remove isize output argument from fast_tracepoint_valid_at
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
d618e4c5
PP
12015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2
3 * gdb.base/batch-preserve-term-settings.exp
4 (test_terminal_settings_preserved_after_cli_exit): Use
5 send_quit_command.
6
1eef6428
PA
72015-07-29 Pedro Alves <palves@redhat.com>
8 Don Breazeal <donb@codesourcery.com>
9
10 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
11 output from both inferior_spawn_id and gdb_spawn_id.
12
7da5b897
SDJ
132015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14
15 * gdb.threads/attach-into-signal.exp (corefunc): Use
16 with_test_prefix on nested loops, uniquefying the test messages.
17
dac804df
SDJ
182015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
19
20 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
21 commit.
22
06265e53
PP
232015-07-29 Patrick Palka <patrick@parcs.ath.cx>
24
25 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
26 New proc.
27 (test_terminal_settings_preserved_after_sigterm): New test.
28
18206ca3
PP
292015-07-29 Patrick Palka <patrick@parcs.ath.cx>
30
31 * gdb.base/batch-preserve-term-settings.exp
32 (test_terminal_settings_preserved_after_cli_exit): New test.
33
90074d11
PP
342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
35
36 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
37 manipulation of saved_gdbflags.
38 (test_terminal_settings_preserved): Remove global declaration of
39 the unused variable pagination_prompt. Remove manipulation of
40 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
41 GDBFLAGS.
42
eb1a7902
PA
432015-07-29 Pedro Alves <palves@redhat.com>
44
45 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
46
8b75dd3b
PA
472015-07-29 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
50 at the top.
51
dedad4e3
PA
522015-07-29 Pedro Alves <palves@redhat.com>
53
54 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
55 (main): Call gdb_unbuffer_output.
56 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
57 (main): Call gdb_unbuffer_output.
58 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
59 (main): Call gdb_unbuffer_output.
60 * gdb.base/call-strs.exp: Adjust to step over the
61 gdb_unbuffer_output call.
62 * gdb.base/catch-gdb-caused-signals.c: Include
63 "../lib/unbuffer_output.c".
64 (main): Call gdb_unbuffer_output.
65 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
66 (main): Call gdb_unbuffer_output.
67 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
68 (main): Call gdb_unbuffer_output.
69 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
70 (main): Call gdb_unbuffer_output.
71 * gdb.base/shlib-call.exp: Adjust to step over the
72 gdb_unbuffer_output call.
73 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
74 (main): Call gdb_unbuffer_output.
75 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
76 (main): Call gdb_unbuffer_output.
77 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
78 (main): Rename to ...
79 (test): ... this.
80 (main): Reimplement.
81 * gdb.base/varargs.exp: Run to test instead of to main.
82 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
83 (main): Call gdb_unbuffer_output.
84
58789a91
PA
852015-07-29 Pedro Alves <palves@redhat.com>
86
87 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
88 factore out from mi_continue_dprintf. For call-style dprintfs,
89 expect dprintf output out of $inferior_spawn_id.
90 (mi_continue_dprintf): Use mi_expect_dprintf.
91 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
92 (main): Call gdb_unbuffer_output.
93
e8376742
PA
942015-07-29 Pedro Alves <palves@redhat.com>
95
96 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
97 (default_mi_gdb_start): Set inferior_spawn_id instead of
98 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
99 gdb_spawn_id.
100 (mi_gdb_test): Always expect inferior output from both
101 $inferior_spawn_id and $gdb_spawn_id.
102
08280010
PA
1032015-07-29 Pedro Alves <palves@redhat.com>
104
105 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
106 send_inferior and $inferior_spawn_id.
107
4d30e432
PA
1082015-07-29 Pedro Alves <palves@redhat.com>
109
110 * gdb.gdb/complaints.exp (test_initial_complaints)
111 (test_serial_complaints, test_short_complaints): Use
112 gdb_test_stdio.
113 (test_empty_complaint): Handle $inferior_spawn_id !=
114 $gdb_spawn_id.
115
0d30a335
PA
1162015-07-29 Pedro Alves <palves@redhat.com>
117
118 * gdb.base/varargs.exp: Use gdb_test_stdio.
119
39413b29
PA
1202015-07-29 Pedro Alves <palves@redhat.com>
121
122 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
123
7cb000a9
PA
1242015-07-29 Pedro Alves <palves@redhat.com>
125
126 * gdb.base/ending-run.exp: Use gdb_test_stdio.
127
d7b8ac82
PA
1282015-07-29 Pedro Alves <palves@redhat.com>
129
130 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
131 parameter into two new parameters, "inf_result" and "gdb_result".
132 Expect inferior output and gdb output from $inferior_spawn_id and
133 $gdb_spawn_id, respectively. Adjust all callers.
134
789c3a0c
PA
1352015-07-29 Pedro Alves <palves@redhat.com>
136
137 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
138 of gdb_test_sequence.
139
77e760c3
PA
1402015-07-29 Pedro Alves <palves@redhat.com>
141
142 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
143 (saw_spurious_output): Expect inferior output from
144 $inferior_spawn_id. Use gdb_test_stdio.
145
8396d2cd
PA
1462015-07-29 Pedro Alves <palves@redhat.com>
147
148 * gdb.base/dprintf.exp: Use standard_testfile. Change
149 prepare_for_testing call.
150 (srcfile): Don't set.
151 (restart): New procedure.
152 (test_dprintf): New procecure, use to continue over dprintfs.
153 (test_call, test_agent): New procedures, tests moved here.
154 Restart gdb and recreate dprintfs. Adjust expected output.
155
2051d61f
PA
1562015-07-29 Pedro Alves <palves@redhat.com>
157
158 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
159
452397af
PA
1602015-07-29 Pedro Alves <palves@redhat.com>
161
162 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
163
8aed9555
PA
1642015-07-29 Pedro Alves <palves@redhat.com>
165
166 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
167 gdb_test_stdio.
168
188a61b4
PA
1692015-07-29 Pedro Alves <palves@redhat.com>
170
171 * lib/gdb.exp (gdb_test_stdio): New procedure.
172
12264a45
PA
1732015-07-29 Pedro Alves <palves@redhat.com>
174
175 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
176
23ffc893
PA
1772015-07-29 Pedro Alves <palves@redhat.com>
178
179 * gdb.base/call-signal-resume.exp: Remove check for
180 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
181 * gdb.base/unwindonsignal.exp: Likewise.
182 * gdb.base/call-signals.c (gen_signal): Remove printf call.
183 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
184
65566918
PA
1852015-07-29 Pedro Alves <palves@redhat.com>
186
187 * gdb.base/siginfo-addr.c (pass): New function.
188 (handler): Call it iff si_addr is correct.
189 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
190 Set a breakpoint at "pass" and continue to it.
191
d60a9221
SDJ
1922015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
193
194 * gdb.python/py-objfile.exp: Make some tests have unique names.
195 * gdb.python/py-pp-registration.exp: Likewise.
196
bde40b8f
PA
1972015-07-28 Pedro Alves <palves@redhat.com>
198
199 * gdb.server/server-exec-info.exp: Issue a "disconnect".
200
13e1dec8
SM
2012015-07-27 Simon Marchi <simon.marchi@ericsson.com>
202
203 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
204
da33c9a7
SM
2052015-07-27 Simon Marchi <simon.marchi@ericsson.com>
206
207 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
208
077836f7
PP
2092015-07-27 Patrick Palka <patrick@parcs.ath.cx>
210
211 * gdb.base/gdb-sigterm-2.exp: New test.
212
b8cc7b2e
DE
2132015-07-25 Doug Evans <xdje42@gmail.com>
214
215 Revert:
216 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
217 (workers/%.worker, build-perf): New rule.
218 (GDB_PERFTEST_MODE): New variable.
219 (check-perf): Use it.
220 (clean): Clean up gdb.perf parallel build subdirs.
221 * lib/build-piece.exp: New file.
222 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
223 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
224 name.
225 (standard_temp_file): Ditto.
226 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
227 of $GDB_PARALLEL.
228
6eab34f3
DE
2292015-07-24 Doug Evans <dje@google.com>
230
231 * gdb.perf/README: New file.
232 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
233 * lib/gen-perf-test.exp: New file.
234
63738bfd
DE
2352015-07-24 Doug Evans <dje@google.com>
236
237 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
238 (PerfTest::startup): New function.
239 (PerfTest::run): Return result of calling body.
240 (PerfTest::assemble): Rewrite.
241 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
242 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
243 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
244 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
245 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
246
7b606f95
DE
2472015-07-24 Doug Evans <dje@google.com>
248
249 * lib/gdb.exp (clean_restart): Make executable optional.
250
a97b16b8
DE
2512015-07-24 Doug Evans <dje@google.com>
252
253 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
254 compiler_info references.
255 * gdb.cp/temargs.exp: Ditto.
256 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
257 (get_compiler_info): Early exit if already computed. Set compiler_info
258 to "unknown" if there was a problem.
259 (test_compiler_info): Add function comment. Call get_compiler_info.
260
35baa57f
DE
2612015-07-24 Doug Evans <dje@google.com>
262
263 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
264 (workers/%.worker, build-perf): New rule.
265 (GDB_PERFTEST_MODE): New variable.
266 (check-perf): Use it.
267 (clean): Clean up gdb.perf parallel build subdirs.
268 * lib/build-piece.exp: New file.
269 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
270 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
271 name.
272 (standard_temp_file): Ditto.
273 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
274 of $GDB_PARALLEL.
275
6ebea266
DE
2762015-07-24 Doug Evans <dje@google.com>
277
278 * lib/future.exp (gdb_default_target_compile): New option
279 "early_flags".
280 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
281 --as-needed.
282
1e76a7e9
SDJ
2832015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
284
285 * gdb.base/catch-syscall.exp: Call gdb_exit before
286 gdb_skip_xml_test.
287
5068630a
PA
2882015-07-24 Pedro Alves <palves@redhat.com>
289
290 * gdb.python/py-events.exp: Accept output between the stop event
291 and the prompt.
292 * gdb.python/py-evsignal.exp: Likewise.
293 * gdb.python/py-evthreads.exp: Likewise.
294
77598427
PA
2952015-07-24 Pedro Alves <palves@redhat.com>
296
297 PR gdb/18717
298 * gdb.threads/non-ldr-exit.c: New file.
299 * gdb.threads/non-ldr-exit.exp: New file.
300
11e6c98f
YQ
3012015-07-24 Yao Qi <yao.qi@linaro.org>
302
303 * gdb.server/ext-wrapper.exp: Test --wrapper option when
304 restarting process.
305
51aee833
YQ
3062015-07-24 Yao Qi <yao.qi@linaro.org>
307
308 * gdb.server/ext-restart.exp: New file.
309
8cfe207c
YQ
3102015-07-24 Yao Qi <yao.qi@linaro.org>
311
312 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
313 argument options.
314 * gdb.server/ext-wrapper.exp: New file.
315
cc12ce38
DE
3162015-07-23 Doug Evans <dje@google.com>
317
318 * gdb.dwarf2/dw2-dummy-cu.S: New file.
319 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
320
d0d84780
PMR
3212015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
322
323 * gdb.ada/var_arr_typedef.exp: New testcase.
324 * gdb.ada/var_arr_typedef/pack.adb: New file.
325 * gdb.ada/var_arr_typedef/pack.ads: New file.
326 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
327
8b558f79
JB
3282015-07-20 Joel Brobecker <brobecker@adacore.com>
329
330 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
331
775a3298
JK
3322015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
333
334 * gdb.arch/i386-biarch-core.exp: Replace istarget
335 by "complete set gnutarget". Remove expectation for the "core-file"
336 command.
337
db1ff28b
JK
3382015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
339
340 Revert the previous commit:
341 Tests for validate symbol file using build-id.
342
0a94970d
JK
3432015-07-15 Aleksandar Ristovski <aristovski@qnx.com
344
345 Tests for validate symbol file using build-id.
346 * gdb.base/solib-mismatch-lib.c: New file.
347 * gdb.base/solib-mismatch-libmod.c: New file.
348 * gdb.base/solib-mismatch.c: New file.
349 * gdb.base/solib-mismatch.exp: New file.
350
03346981
SL
3512015-07-15 Sandra Loosemore <sandra@codesourcery.com>
352
353 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
354 nios2-*-linux*.
355 * gdb.base/sigbpt.exp (stepi_out): Likewise.
356 * gdb.base/siginfo.exp: Likewise.
357 * gdb.base/sigstep.exp (advance, advancei): Likewise.
358
42422cc7
PL
3592015-07-15 Pierre Langlois <pierre.langlois@arm.com>
360
361 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
362 Move it to ...
363 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
364 ... here.
365 * gdb.trace/range-stepping.exp: Check that the target supports
366 range stepping.
367
cfa68bae
JK
3682015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
371
8ffdba26
PA
3722015-07-14 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/killed-outside.exp: New file.
375 * gdb.base/killed-outside.c: New file.
376
218a5a11
JK
3772015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
380 (n at main): New.
381 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
382
e03ed3c6
AA
3832015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
384
385 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
386 infcall tests instead of setting up for KFAIL.
387
485668e5
MM
3882015-07-10 Markus Metzger <markus.t.metzger@intel.com>
389
390 * gdb.btrace/record_goto-step.exp: New.
391
08464196
JK
3922015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
393
394 PR compile/18484
395 * gdb.compile/compile.c (struct struct_type): Add volatile to
396 selffield's type.
397 * gdb.compile/compile.exp
398 (compile code struct_object.selffield = &struct_object): Skip further
399 struct_object tests if this one xfails.
400
bcf5c1d9
RC
4012015-07-08 Robert O'Callahan <robert@ocallahan.org>
402
403 PR exp/18617
404 * gdb.trace/ax.exp: Add test.
405
4931af25
YQ
4062015-07-07 Yao Qi <yao.qi@linaro.org>
407
408 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
409 instead of istarget "aarch64*-*-*".
410 * gdb.arch/aarch64-fp.exp: Likewise.
411 * gdb.base/float.exp: Likewise.
412 * gdb.reverse/aarch64.exp: Likewise.
413 * lib/gdb.exp (is_aarch64_target): New proc.
414
9fcf688e
YQ
4152015-07-07 Yao Qi <yao.qi@linaro.org>
416
417 * lib/gdb.exp (is_aarch32_target): New proc.
418 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
419 instead of "istarget "arm*-*-*"".
420 * gdb.arch/arm-disp-step.exp: Likewise.
421 * gdb.arch/thumb-bx-pc.exp: Likewise.
422 * gdb.arch/thumb-prologue.exp: Likewise.
423 * gdb.arch/thumb-singlestep.exp: Likewise.
424 * gdb.base/disp-step-syscall.exp: Likewise.
425 * gdb.base/float.exp: Likewise.
426
fbd8d50d
YQ
4272015-07-07 Yao Qi <yao.qi@linaro.org>
428
429 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
430 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
431
71be1fdc
YQ
4322015-07-07 Yao Qi <yao.qi@linaro.org>
433
434 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
435 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
436 if it exists.
437 * gdb.multi/multi-arch.exp: Likewise.
438
3e221d36
SM
4392015-07-07 Simon Marchi <simon.marchi@ericsson.com>
440
441 * gdb.python/py-lazy-string.exp: Add missing parentheses to
442 print.
443
d441430b
YQ
4442015-07-07 Yao Qi <yao.qi@linaro.org>
445
446 * gdb.arch/thumb-singlestep.exp: Do one more single step.
447
06f810bd
MG
4482015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
449
450 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
451 '[' and ']' characters.
452
5e61e7c0
IB
4532015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
454
455 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
456
28bf096c
PA
4572015-06-29 Pedro Alves <palves@redhat.com>
458
459 PR threads/18127
460 * gdb.threads/hand-call-new-thread.c: New file.
461 * gdb.threads/hand-call-new-thread.c: New file.
462
ee93cd5e
KS
4632015-06-26 Keith Seitz <keiths@redhat.com>
464 Doug Evans <dje@google.com>
465
466 PR 16253
467 * gdb.cp/var-tag-2.cc: New file.
468 * gdb.cp/var-tag-3.cc: New file.
469 * gdb.cp/var-tag-4.cc: New file.
470 * gdb.cp/var-tag.cc: New file.
471 * gdb.cp/var-tag.exp: New file.
472
fc637f04
PP
4732015-06-26 Patrick Palka <patrick@parcs.ath.cx>
474
475 * gdb.base/history-duplicates.exp: New test.
476
2e52ae68
PP
4772015-06-26 Patrick Palka <patrick@parcs.ath.cx>
478
479 * gdb.base/completion.exp: Test the completion of the "focus"
480 command.
481
6e22494e
JK
4822015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
483
484 * gdb.arch/amd64-prologue-skip.S: New file.
485 * gdb.arch/amd64-prologue-skip.exp: New file.
486
bf7b9cd9
SM
4872015-06-25 Simon Marchi <simon.marchi@ericsson.com>
488
489 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
490 is_address_zero_readable check.
491
201e8dfd
PB
4922015-06-24 Peter Bergner <bergner@vnet.ibm.com>
493
494 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
495 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
496
5cd867b4
YQ
4972015-06-24 Yao Qi <yao.qi@linaro.org>
498
499 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
500 linux targets.
501
4d7be007
YQ
5022015-06-24 Yao Qi <yao.qi@linaro.org>
503
504 * lib/gdb.exp (supports_get_siginfo_type): New proc.
505 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
506 * gdb.base/siginfo-thread.exp: Likewise.
507
07fcd301
YQ
5082015-06-22 Yao Qi <yao.qi@linaro.org>
509
510 * boards/remote-gdbserver-on-localhost.exp: Add comments.
511
52042a00
YQ
5122015-06-22 Yao Qi <yao.qi@linaro.org>
513
514 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
515 aarch64*-*-*.
516 (skip_hw_watchpoint_tests): Likewise.
517
74bd41ce
PP
5182015-06-18 Patrick Palka <patrick@parcs.ath.cx>
519
520 * gdb.base/gdbinit-history.exp: Test the interaction between
521 setting GDBHISTSIZE and setting the history size via .gdbinit.
522
bc460514
PP
5232015-06-17 Patrick Palka <patrick@parcs.ath.cx>
524
525 PR gdb/16999
526 * gdb.base/gdbhistsize-history.exp: New test.
527
b58c513b
PP
5282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
529
530 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
531 with GDBHISTSIZE.
532 * gdb.base/readline.exp: Likewise.
533
92046791
YQ
5342015-06-17 Yao Qi <yao.qi@linaro.org>
535
536 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
537 line.
538
2093d2d3
PP
5392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
540
541 * gdb.base/gdbinit-history.exp: Add test case to check that
542 an unlimited history file does not get truncated on exit.
543
e6c693af
AA
5442015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
545
546 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
547 (VECTOR): New macro. Use it...
548 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
549 ...for these typedefs.
550 (int8, char1, int1, double1): New typedefs.
551 (struct just_int2, struct two_int2): New structures.
552 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
553 (add_structvecs, add_singlevecs): New functions.
554 (main): Call add_some_intvecs twice.
555 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
556 the compile and exit upon failure. Try compiling for the "native"
557 architecture. Test inferior function calls with vector arguments
558 and vector return value handling with "finish" and "return".
559
c74f7d1c
JT
5602015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
561
562 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
563 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
564 PE file.
565 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
566
98aa42ee
AT
5672015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
568
569 PR breakpoints/16465
570 * gdb.mi/mi-dprintf-pending.c: New file.
571 * gdb.mi/mi-dprintf-pending.exp: New test.
572 * gdb.mi/mi-dprintf-pendshr.c: New file.
573
7d73c23c 5742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 575 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
576
577 * gdb.arch/i386-mpx-map.c: New file.
578 * gdb.arch/i386-mpx-map.exp: New File.
579
5802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
581
582 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
583 * gdb.arch/i386-mpx.exp: Indentation fixed.
584
5852015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
586
587 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
588 function and improved indentation.
589 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
590 gdb_test_multiple. Added additional tests to skip the test.
591
5922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
593
594 * gdb.arch/i386-avx512.c: Change path in include file.
595 * gdb.arch/i386-avx512.exp: Change include dir path
596 compilation flag.
597 * gdb.arch/i386-mpx.c: Change path in include file.
598 * gdb.arch/i386-mpx.exp: Change include dir path compilation
599 flag.
600
d5eba19a
JK
6012015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
602
603 * gdb.compile/compile-print.exp (compile print *vararray@3)
604 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
605
7f361056
JK
6062015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
607
608 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
609 (do not keep jit in memory): ... this.
610 (expect 5): Change it to ...
611 (expect no 5): ... this.
612
3b462ec2
SM
6132015-06-02 Simon Marchi <simon.marchi@ericsson.com>
614
615 PR gdb/15564
616 * gdb.mi/mi-detach.exp: New file.
617
e0619de6
JK
6182015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
619
620 PR symtab/18392
621 * gdb.arch/amd64-tailcall-self.S: New file.
622 * gdb.arch/amd64-tailcall-self.c: New file.
623 * gdb.arch/amd64-tailcall-self.exp: New file.
624
e970cb34
DB
6252015-05-28 Don Breazeal <donb@codesourcery.com>
626
627 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
628 tests for remote targets by checking is_target_gdbserver.
629
b2e2f908
DE
6302015-05-27 Doug Evans <dje@google.com>
631
632 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
633 * gdb.dwarf2/opaque-type-lookup.c: New file.
634 * gdb.dwarf2/opaque-type-lookup.exp: New file.
635
82c7be31
DE
6362015-05-26 Doug Evans <dje@google.com>
637
638 * gdb.cp/iostream.cc: New file.
639 * gdb.cp/iostream.exp: New file.
640
b4f54984
DE
6412015-05-26 Doug Evans <dje@google.com>
642
643 * gdb.dwarf2/dw2-op-call.exp: Update.
644 * gdb.dwarf2/dw4-sig-types.exp: Update.
645 * gdb.dwarf2/implptr.exp: Update.
646 * gdb.mi/mi-cmd-param-changed.exp: Update.
647
4ea6efe9
DE
6482015-05-26 Doug Evans <dje@google.com>
649
650 * gdb.python/py-lazy-string.c: New file.
651 * gdb.python/py-lazy-string.exp: New file.
652 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
653 (main): Update. Add estring3.
654 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
655 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
656
f6bb7db3
YQ
6572015-05-26 Omair Javaid <omair.javaid@linaro.org>
658 Yao Qi <yao.qi@linaro.org>
659
660 * gdb.reverse/aarch64.c: New.
661 * gdb.reverse/aarch64.exp: New.
662
a81bfbd0
OJ
6632015-05-26 Omair Javaid <omair.javaid@linaro.org>
664
665 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
666 (supports_reverse): Likewise.
667
158bf1b4
PP
6682015-05-22 Patrick Palka <patrick@parcs.ath.cx>
669
670 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
671 Use with_test_prefix.
672
a0145030
AB
6732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
674
675 * gdb.base/completion.exp: Add test for completion of layout
676 names.
677
ebe3b578
AB
6782015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * lib/gdb.exp (skip_tui_tests): New proc.
681 * gdb.base/tui-layout.exp: Check skip_tui_tests.
682
84204ed7
PA
6832015-05-19 Pedro Alves <palves@redhat.com>
684
685 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
686 Save the whole env array instead of just HOME. Unset HISTSIZE in
687 the environment while testing. Restore whole environment
688 afterwards.
689
37442ce1
DE
6902015-05-16 Doug Evans <xdje42@gmail.com>
691
692 * gdb.guile/scm-ports.c: New file.
693 * gdb.guile/scm-ports.exp: Add memory port tests.
694
36de76f9
JK
6952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
696
697 * gdb.compile/compile-print.c: New file.
698 * gdb.compile/compile-print.exp: New file.
699
3a9558c4
JK
7002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
701
702 * gdb.compile/compile-ops.exp: Cast param to void.
703 * gdb.compile/compile.exp: Complete type for _gdb_expr.
704 (compile code struct_object.selffield = &struct_object): Add xfail.
705
aa715135
JG
7062015-05-15 Joel Brobecker <brobecker@adacore.com>
707
708 * gdb.ada/arr_enum_with_gap: New testcase.
709
931e5bc3
JG
7102015-05-15 Joel Brobecker <brobecker@adacore.com>
711
712 * gdb.ada/byte_packed_arr: New testcase.
713
9cd4d857
JB
7142015-05-15 Joel Brobecker <brobecker@adacore.com>
715
716 * gdb.ada/pckd_neg: New testcase.
717
ebfd00d2
PP
7182015-05-13 Patrick Palka <patrick@parcs.ath.cx>
719
720 PR gdb/17820
721 * gdb.base/gdbinit-history.exp: New test.
722 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
723 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
724
4c082a81
SC
7252015-05-09 Siva Chandra Reddy <sivachandra@google.com>
726
727 * gdb.python/py-xmethods.cc: Enhance test case.
728 * gdb.python/py-xmethods.exp: New tests.
729 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
730 function.
731 (B_indexoper): Likewise.
732 (global_dm_list) : Add new xmethod worker functions.
733
f7797074
SDJ
7342015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
735
736 * gdb.base/coredump-filter.exp: Correctly unset
737 "coredump_var_addr" array.
738
a4674e4e
PA
7392015-05-08 Pedro Alves <palves@redhat.com>
740
741 * gdb.server/non-existing-program.exp: Unset spawn_id.
742
df2eb078
SC
7432015-05-08 Siva Chandra Reddy <sivachandra@google.com>
744
745 PR python/18291
746 * gdb.python/py-xmethods.exp: Add tests.
747
422349a3
YQ
7482015-05-08 Yao Qi <yao.qi@linaro.org>
749
750 PR gdb/18208
751 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
752 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
753 function set_coredump_filter, and remove remote_exec call.
754 Remove argument ipid. Callers update.
755 (top level): Don't get inferior's PID.
756
63fc80ce
AA
7572015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
758
759 * gdb.base/watch_thread_num.exp: Skip test on targets without
760 access watchpoints.
761
80ad801e
PA
7622015-05-06 Pedro Alves <palves@redhat.com>
763
764 PR server/18081
765 * gdb.server/non-existing-program.exp: New file.
766
0fa7fe50
JB
7672015-05-05 Joel Brobecker <brobecker@adacore.com>
768
769 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
770
3ea89b92
PMR
7712015-05-05 Joel Brobecker <brobecker@adacore.com>
772
773 * gdb.ada/out_of_line_in_inlined: New testcase.
774
87b8eff0
JB
7752015-05-05 Joel Brobecker <brobecker@adacore.com>
776
777 * gdb.ada/var_rec_arr: New testcase.
778
5fccc635
YQ
7792015-04-30 Yao Qi <yao.qi@linaro.org>
780
781 * gdb.base/break-idempotent.exp: If
782 skip_hw_watchpoint_multi_tests returns true, skip the tests
783 on "rwatch" and "awatch".
784
42d38f42
YQ
7852015-04-30 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.base/relativedebug.exp: Invoke gdb command
788 "info sharedlibrary", and if libc.so doesn't have debug info,
789 skip the test.
790
2ce1cdbf
DE
7912015-04-29 Doug Evans <dje@google.com>
792
793 * gdb.python/py-xmethods.exp: Add ptype tests.
794 * gdb.python/py-xmethods.py (E_method_char_worker): Add
795 get_result_type method.
796
f24a38c5
LM
7972015-04-29 Luis Machado <lgustavo@codesourcery.com>
798
799 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
800 the target does not support hardware watchpoints.
801
ecbf2b3c
LM
8022015-04-29 Luis Machado <lgustavo@codesourcery.com>
803
804 * gdb.base/break-always.exp: Abort testing if writing to memory
805 causes an error.
806
34f5f757
DE
8072015-04-28 Doug Evans <dje@google.com>
808
809 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
810 * gdb.python/py-pp-registration.exp: ... here. New file.
811 * gdb.python/py-pp-registration.c: New file.
812 * gdb.python/py-pp-registration.py: New file.
813
69b4374a
DE
8142015-04-28 Doug Evans <dje@google.com>
815
816 * gdb.python/py-bad-printers.c: New file.
817 * gdb.python/py-bad-printers.py: New file.
818 * gdb.python/py-bad-printers.exp: New file.
819
59fb7612
SS
8202015-04-28 Sasha Smundak <asmundak@google.com>
821
822 * gdb.python/py-type.exp: New test.
823
2631b16a
AW
8242015-04-28 Andy Wingo <wingo@igalia.com>
825
826 * gdb.python/py-parameter.exp:
827 * gdb.guile/scm-parameter.exp: Escape the path that we are
828 matching against, as it might contain characters that are special
829 to regular expressions.
830
460efde1
JB
8312015-04-27 Joel Brobecker <brobecker@adacore.com>
832
833 * gdb.ada/rec_comp: New testcase.
834
2d369d8e
SDJ
8352015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
836
837 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
838 before using it.
839
cf75d6c3
AB
8402015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
843 new tests for verilog output.
844
8dbe7ca5
YQ
8452015-04-24 Yao Qi <yao.qi@linaro.org>
846
847 * boards/remote-gdbserver-on-localhost.exp: New file.
848
4ef9fb2f
PA
8492015-04-23 Pedro Alves <palves@redhat.com>
850
851 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
852 $inferior_spawn_id instead of $inferior_spawn_id directly. On
853 "end of file", remove $inferior_spawn_id from the indirect list.
854
0a803169
PA
8552015-04-23 Pedro Alves <palves@redhat.com>
856
857 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
858
749ef8f8
PA
8592015-04-23 Pedro Alves <palves@redhat.com>
860
861 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
862 on $any_spawn_id instead of only on $gdb_spawn_id.
863
8aae4344
PM
8642015-04-21 Pierre Muller <muller@sourceware.org>
865
866 PR pascal/17815
867 * lib/pascal.exp (gpc_compile): Add new option "class".
868 (fpc_compile): Likewise.
869 * gdb.pascal/case-insensitive-symbols.pas: New file.
870 * gdb.pascal/case-insensitive-symbols.exp: New file.
871
1586c8fb
GB
8722015-04-20 Gary Benson <gbenson@redhat.com>
873
874 * gdb.base/attach.exp: Fix three extended remote failures.
875
1b6e6f5c
GB
8762015-04-17 Gary Benson <gbenson@redhat.com>
877
878 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
879 the main executable over the remote protocol.
880
e797481d
PA
8812015-04-16 Pedro Alves <palves@redhat.com>
882
883 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
884 a new gdbserver if gdbserver_reconnect_p is set.
885
1ca99c42
PA
8862015-04-16 Pedro Alves <palves@redhat.com>
887
888 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
889 is set, don't exit gdbserver.
890
af9fd6f8
AA
8912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
892
893 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
894 appropriate .insn, such that an older assembler can be used.
895 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
896 the z/Architecture instruction set on 31-bit targets as well.
897
04ff1e61
AA
8982015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
899
900 * gdb.go/handcall.exp: Remove all logic related to the first
901 breakpoint and rely on go_runto_main instead.
902 * gdb.go/strings.exp: Likewise.
903 * gdb.go/unsafe.exp: Likewise.
904 * gdb.go/hello.exp: Likewise. Also rename the remaining
905 breakpoint marker to "breakpoint 1".
906 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
907 * gdb.go/strings.go: Likewise.
908 * gdb.go/unsafe.go: Likewise.
909 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
910 "set breakpoint 2 here" and rename the remaining breakpoint marker
911 to "breakpoint 1".
912
40d2f8d6
SM
9132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
914
915 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
916 if itertools.imap is not present.
917 * gdb.python/py-objfile.exp: Add parentheses.
918 * gdb.python/py-type.exp: Same.
919 * gdb.python/py-unwind-maint.py: Same.
920
8cbc97c6
YQ
9212015-04-15 Yao Qi <yao.qi@linaro.org>
922
923 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
924 of ":$ptr_size" and set its form explicitly.
925
45fd756c
YQ
9262015-04-15 Pedro Alves <palves@redhat.com>
927 Yao Qi <yao.qi@linaro.org>
928
929 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
930 timeout by factor of 4.
931 (test_regular_watch): Likewise.
932 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
933 * gdb.reverse/sigall-reverse.exp: Likewise.
934 * gdb.reverse/until-precsave.exp: Likewise.
935 * lib/gdb.exp (with_timeout_factor): New proc.
936 (gdb_expect): Move some code to ...
937 (get_largest_timeout): ... here. New procedure.
938
9e811bc3
LM
9392015-04-14 Luis Machado <lgustavo@codesourcery.com>
940
941 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
942
0ff6fcb2
LM
9432015-04-13 Luis Machado <lgustavo@codesourcery.com>
944
945 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
946 to write to the .text section.
947
7578d5f7
LM
9482015-04-13 Luis Machado <lgustavo@codesourcery.com>
949
950 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
951 Handle the case of targets that do not provide PID information.
952
2efe15c4
YQ
9532015-04-13 Yao Qi <yao.qi@linaro.org>
954
955 * lib/gdbserver-support.exp (gdb_exit): Catch exception
956 and use expect instead of gdb_expect.
957
8cd8f2f8
SDJ
9582015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
959
960 * gdb.base/coredump-filter.exp: Rename variable "addr" to
961 "coredump_var_addr" to avoid naming conflict with other testcases.
962
9ee41772
PA
9632015-04-10 Pedro Alves <palves@redhat.com>
964
965 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
966 gdb_test_sequence and gdb_assert.
967
07473109
PA
9682015-04-10 Pedro Alves <palves@redhat.com>
969
970 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
971 test messages that don't include the breakpoint address.
972
de3db44c
YQ
9732015-04-10 Yao Qi <yao.qi@linaro.org>
974
975 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
976 false for some offset and width combinations which aren't
977 supported by linux kernel.
978
c79d856c
PA
9792015-04-10 Pedro Alves <palves@redhat.com>
980
981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
982 procedure, factored out from ...
983 (top level): ... here. Add "set displaced-stepping" testing axis.
984 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
985 parameter "displaced". Use it.
986 (top level): Use foreach and add "set displaced-stepping" testing
987 axis.
988
ebc90b50
PA
9892015-04-10 Pedro Alves <palves@redhat.com>
990
991 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
992 Remove comment.
993 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
994 both the address of the instruction that triggers the watchpoint
995 and the address of the instruction immediately after, and use
996 those addresses for the test. Fix comment.
997
8f572e5c
PA
9982015-04-10 Pedro Alves <palves@redhat.com>
999
1000 * gdb.base/sigstep.exp (breakpoint_to_handler)
1001 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1002 Test "backtrace" in handler.
1003 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1004 (top level): Add new "displaced" test axis to
1005 breakpoint_to_handler, breakpoint_to_handler_entry and
1006 breakpoint_over_handler.
1007
8d707a12
PA
10082015-04-10 Pedro Alves <palves@redhat.com>
1009
1010 PR gdb/18216
1011 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1012
ef713951
YQ
10132015-04-10 Yao Qi <yao.qi@linaro.org>
1014
1015 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1016 (test_add_rn_pc): New function.
1017 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1018 (top level): Invoke test_add_rn_pc.
1019
906d60cf
PA
10202015-04-10 Pedro Alves <palves@redhat.com>
1021
1022 PR gdb/13858
1023 * gdb.base/step-over-no-symbols.exp: New file.
1024
f2983cc3
AW
10252015-04-09 Andy Wingo <wingo@igalia.com>
1026
1027 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1028 after the Python tests.
1029
6d62641c
SDJ
10302015-04-08 Keith Seitz <keiths@redhat.com>
1031
1032 PR python/16699
1033 * gdb.python/py-completion.exp: New tests for completion.
1034 * gdb.python/py-completion.py (CompleteLimit1): New class.
1035 (CompleteLimit2): Likewise.
1036 (CompleteLimit3): Likewise.
1037 (CompleteLimit4): Likewise.
1038 (CompleteLimit5): Likewise.
1039 (CompleteLimit6): Likewise.
1040 (CompleteLimit7): Likewise.
1041
f3770638
PA
10422015-04-08 Pedro Alves <palves@redhat.com>
1043
1044 PR gdb/18214
1045 PR gdb/18216
1046 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1047 function.
1048 (main): Install it as SIGUSR1 handler.
1049 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1050 parameter. Always use "setup" as prefix. Toggle "set
1051 displaced-stepping" off/on depending on global. Don't switch to
1052 thread 1 here.
1053 (top level): Add displaced stepping "off/on" test axis. Update
1054 "setup" calls. Wrap each subtest with with_test_prefix. Test
1055 continuing with a queued signal in each thread.
1056
4496bed7
PA
10572015-04-08 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1060 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1061 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1062 Return early if running to main fails.
1063 * gdb.trace/while-stepping.exp: Likewise.
1064
b97fde92
PA
10652015-04-07 Pedro Alves <palves@redhat.com>
1066
1067 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1068 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1069 interact with inferior program.
1070
f71c18e7
PA
10712015-04-07 Pedro Alves <palves@redhat.com>
1072
1073 * lib/gdb.exp (inferior_spawn_id): New global.
1074 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1075 spawn id after processing the user code.
1076 (default_gdb_start): Set inferior_spawn_id.
1077 (send_inferior): New procedure.
1078 * lib/gdbserver-support.exp (gdbserver_start): Set
1079 inferior_spawn_id.
1080 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1081
6423214f
PA
10822015-04-07 Pedro Alves <palves@redhat.com>
1083
1084 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1085 * lib/gdbserver-support.exp (gdbserver_start): Make
1086 $server_spawn_id global.
1087 (gdbserver_start): Don't wait for gdbserver's spawn id with
1088 expect_background.
1089 (close_gdbserver): New procedure.
1090 (gdb_exit): Rename the default version and reimplement.
1091
71c0ee8c
PA
10922015-04-07 Pedro Alves <palves@redhat.com>
1093
72f4393d 1094 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1095 append the substituted item, not the original item.
1096
203bc29b
PA
10972015-04-07 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1100 gdb_expect.
1101
508a3ddf
PA
11022015-04-07 Pedro Alves <palves@redhat.com>
1103
1104 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1105 output appearing once only.
1106
9f6dbe2b
PA
11072015-04-07 Pedro Alves <palves@redhat.com>
1108
1109 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1110 that doesn't expect anything. Return early if running to main
1111 fails.
1112
337532fa
YQ
11132015-04-07 Yao Qi <yao.qi@linaro.org>
1114
1115 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1116 (child_function): Call alarm.
1117 (main): Move call to alarm into the loop.
1118 * gdb.threads/non-stop-fair-events.exp: Build program with
1119 -DTIMEOUT=$timeout.
1120
01b622d4
DE
11212015-04-06 Doug Evans <xdje42@gmail.com>
1122
1123 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1124 Fix dest parameter to board_info.
1125 (fpc_compile): Ditto.
1126 (gdb_compile_pascal): Rename dest arg to destfile.
1127
961f4160
PMR
11282015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1129
1130 * gdb.ada/funcall_ref.exp: New file.
1131 * gdb.ada/funcall_ref/foo.adb: New file.
1132
cafda597
YQ
11332015-04-02 Yao Qi <yao.qi@linaro.org>
1134
1135 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1136 is remote.
1137
fed040c6
GB
11382015-04-02 Gary Benson <gbenson@redhat.com>
1139
1140 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1141
d11916aa
SS
11422015-04-01 Sasha Smundak <asmundak@google.com>
1143
1144 * gdb.python/py-unwind-maint.c: New file.
1145 * gdb.python/py-unwind-maint.exp: New test.
1146 * gdb.python/py-unwind-maint.py: New file.
1147 * gdb.python/py-unwind.c: New file.
1148 * gdb.python/py-unwind.exp: New test.
1149 * gdb.python/py-unwind.py: New test.
1150
a1471180
PA
11512015-04-01 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1154 to fail instead of non-existent $test.
1155
0bbeccb1
PA
11562015-04-01 Pedro Alves <palves@redhat.com>
1157
1158 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1159 GDBFLAGS if not empty.
1160
3c724c8c
PMR
11612015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1162
1163 * gdb.ada/complete.exp: Remove "multi_line".
1164 * gdb.ada/info_exc.exp: Remove "multi_line".
1165 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1166 * gdb.ada/ptype_field.exp: Remove "multi_line".
1167 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1168 * gdb.ada/tagged.exp: Remove "multi_line".
1169 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1170 [multi_line ...]
1171 * gdb.btrace/delta.exp: Likewise.
1172 * gdb.btrace/exception.exp: Likewise.
1173 * gdb.btrace/function_call_history.exp: Likewise.
1174 * gdb.btrace/instruction_history.exp: Likewise.
1175 * gdb.btrace/nohist.exp: Likewise.
1176 * gdb.btrace/record_goto.exp: Likewise.
1177 * gdb.btrace/segv.exp: Likewise.
1178 * gdb.btrace/stepi.exp: Likewise.
1179 * gdb.btrace/tailcall.exp: Likewise.
1180 * gdb.btrace/unknown_functions.exp: Likewise.
1181 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1182 * lib/gdb.exp: Add the "multi_line" helper.
1183
4eec2deb
PA
11842015-04-01 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.threads/tid-reuse.c: New file.
1187 * gdb.threads/tid-reuse.exp: New file.
1188
df8411da
SDJ
11892015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1190
1191 PR corefiles/16092
1192 * gdb.base/coredump-filter.c: New file.
1193 * gdb.base/coredump-filter.exp: Likewise.
1194
6ef37366
PM
11952015-03-27 Petr Machata <pmachata@redhat.com>
1196
1197 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1198 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1199 (Dwarf::assemble): Initialize them.
1200 (Dwarf::lines): New function.
1201
7ec911b0
JT
12022015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1203
1204 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1205 SYMBOL_PREFIX for x86_64-*-cygwin.
1206
ff908ebf
AW
12072015-03-26 Andy Wingo <wingo@igalia.com>
1208
1209 PR symtab/18148
1210 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1211 const_value but not a location.
1212 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1213 location defined in non-main CUs are visible.
1214
6d5f0679
YQ
12152015-03-26 Yao Qi <yao.qi@linaro.org>
1216
1217 PR testsuite/18139
1218 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1219 Add a line number entry for the same line.
1220 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1221 Add a line number entry for the same line.
1222
2898689b
YQ
12232015-03-26 Yao Qi <yao.qi@linaro.org>
1224
1225 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1226 .int 0.
1227 (func): Likewise. Add .Lfunc_1 label.
1228 Use .Lfunc_1 label.
1229 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1230 .int 0.
1231 (func): Likewise.
1232 Use .Lfunc_1 label.
1233
85180498
YQ
12342015-03-26 Yao Qi <yao.qi@linaro.org>
1235
1236 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1237 Call gdb_compile instead to compile each .s files without debug
1238 information.
1239
8aa08a8d
YQ
12402015-03-26 Yao Qi <yao.qi@linaro.org>
1241
1242 * gdb.base/savedregs.exp (process_saved_regs): Make
1243 "Saved registers:" optional in the pattern.
1244
66849923
MM
12452015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1246
1247 * gdb.btrace/next.exp: Merged into step.exp.
1248 * gdb.btrace/finish.exp: Merged into step.exp.
1249 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1250 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1251 "record goto" and checking the exact replay position.
1252 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1253 check for "Recording format" in "info record" output.
1254 * gdb.btrace/record_goto.exp: Choose test file based on target.
1255 * gdb.btrace/x86-record_goto.S: Renamed into ...
1256 * gdb.btrace/x86_64-record_goto.S: ... this.
1257 * gdb.btrace/i686-record_goto.S: New.
1258 * gdb.btrace/x86-tailcall.S: Renamed into ...
1259 * gdb.btrace/x86_64-tailcall.S: ... this.
1260 * gdb.btrace/i686-tailcall.S: New.
1261 * gdb.btrace/x86-tailcall.c: Renamed into ...
1262 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1263 separate statements. Update test.
1264 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1265 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1266 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1267 * gdb.btrace/tailcall.exp: Choose test file based on target.
1268 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1269
11cc1b74
MM
12702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1271
1272 * gdb.btrace/exception.exp: Increase BTS buffer size.
1273
a25d8bf9
PA
12742015-03-24 Pedro Alves <palves@redhat.com>
1275
1276 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1277
856e7dd6
PA
12782015-03-24 Pedro Alves <palves@redhat.com>
1279
1280 * gdb.threads/schedlock.exp (test_step): No longer expect that
1281 "set scheduler-locking step" with "next" over a function call runs
1282 threads unlocked.
1283
ad235a41
AT
12842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1285
1286 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1287
15630549
AT
12882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1289
1290 PR breakpoints/16466
1291 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1292 * gdb.mi/mi-pending.c (thread_func): New function.
1293 (int main): Add threading support required.
1294 * gdb.mi/mi-pending.exp: Add tests for this issue.
1295 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1296 (pendfunc2): Remove stdio dependency.
1297 * gdb.mi/mi-pendshr2.c: New file.
1298
693dca06
KS
12992015-03-23 Keith Seitz <keiths@redhat.com>
1300
1301 * gdb.linespec/keywords.c: New file.
1302 * gdb.linespec/keywords.exp: New file.
1303
7e993ebf
KS
13042015-03-23 Keith Seitz <keiths@redhat.com>
1305
1306 PR gdb/18021
1307 * gdb.dwarf2/staticvirtual.exp: New test.
1308
bc23328c
JK
13092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1310
1311 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1312 * README: Remove HP-UX and gdb.hp.
1313 (configuration):
1314 * configure: Regenerate.
1315 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1316 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1317 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1318 gdb.hp/gdb.defects/Makefile.
1319 * gdb.hp/Makefile.in: File deleted.
1320 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1321 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1322 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1323 * gdb.hp/gdb.aCC/run.c: File deleted.
1324 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1325 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1326 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1327 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1328 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1329 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1330 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1331 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1332 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1333 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1334 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1335 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1336 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1337 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1338 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1339 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1340 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1341 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1342 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1343 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1344 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1345 * gdb.hp/gdb.compat/average.c: File deleted.
1346 * gdb.hp/gdb.compat/sum.c: File deleted.
1347 * gdb.hp/gdb.compat/xdb.c: File deleted.
1348 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1349 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1350 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1351 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1352 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1353 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1354 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1355 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1356 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1357 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1358 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1359 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1360 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1361 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1362 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1363 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1364 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1365 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1366 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1367 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1368 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1369 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1370 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1371 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1372 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1373 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1374 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1375 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1376 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1377 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1378 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1379 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1380 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1381 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1382 * gdb.hp/tools/odump: File deleted.
1383
8bf3b159
PA
13842015-03-19 Pedro Alves <palves@redhat.com>
1385
1386 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1387 (saw_thread_3): New globals.
1388 (top level): Increment them when an event for the corresponding
1389 thread is seen.
1390 (no thread starvation): New test.
1391
eb54c8bf
PA
13922015-03-19 Pedro Alves <palves@redhat.com>
1393
1394 * gdb.threads/continue-pending-status.c: New file.
1395 * gdb.threads/continue-pending-status.exp: New file.
1396
32d2e5d6
PA
13972015-03-18 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1400 Use gdb_is_target_remote instead of is_remote. Use
1401 gdb_test_multiple instead of gdb_expect. Exit early if
1402 gdb_test_multiple hits its internal matches. Tighten stepi tests
1403 expected output. Fail on exit with any signal, instead of just
1404 SIGILL.
1405
f68f11b7
YQ
14062015-03-18 Yao Qi <yao.qi@linaro.org>
1407
1408 PR tdep/18107
1409 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1410 variable.
1411 * gdb.base/catch-syscall.exp: Don't skip it on
1412 aarch64*-*-linux* target. Remove elements in all_syscalls.
1413 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1414 target.
1415 (setup_all_syscalls): New proc.
1416
ca5fd19b
YQ
14172015-03-16 Yao Qi <yao.qi@linaro.org>
1418
1419 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1420 (top level): Skip tests if valid_addr_p returns false for
1421 $cmd1 or $cmd2.
1422
85642ba0
AW
14232015-03-11 Andy Wingo <wingo@igalia.com>
1424
1425 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1426
e03f9645
YQ
14272015-03-11 Yao Qi <yao.qi@linaro.org>
1428
1429 * gdb.base/catch-syscall.exp: Fix typo in comments.
1430
5d0962b2
YQ
14312015-03-11 Yao Qi <yao.qi@linaro.org>
1432
1433 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1434
b2df3cef
PA
14352015-03-09 Pedro Alves <palves@redhat.com>
1436
1437 * dg-extract-results.py: Delete.
1438
ef878e53
PA
14392015-03-09 Pedro Alves <palves@redhat.com>
1440
1441 Merge dg-extract-results.sh from GCC upstream (r218843).
1442
1443 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1444 * dg-extract-results.sh: Use --text with grep to avoid issues with
1445 binary files. Fall back to cat -v, if that doesn't work.
1446
9494d219
PA
14472015-03-05 Pedro Alves <palves@redhat.com>
1448
1449 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1450
a8d9763a
SM
14512015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1452
1453 * lib/mi-support.exp (mi_expect_interrupt): Accept
1454 alternative event for when in all-stop mode.
1455
be9957b8
PA
14562015-03-04 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1459
d57be0f4 14602015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1461
1462 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1463
c214c7cf
AA
14642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1465
1466 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1467 regexps for GDB's current line display, accept a hex address
1468 preceding the line number.
1469
6d74a497
AA
14702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1471
1472 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1473 the 'arch1' variable for "s390*-linux*" targets.
1474
511aee7c
PA
14752015-03-04 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1478 (main): Pass missing retval argument to pthread_join call.
1479
95e50b27
PA
14802015-03-02 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1483 (top level): Call do_test with non-stop as well.
1484
28054d69
PA
14852015-03-02 Pedro Alves <palves@redhat.com>
1486
1487 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1488 -1.
1489
4fa5d7b4
AA
14902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1491
1492 * gdb.arch/s390-vregs.exp: New test.
1493 * gdb.arch/s390-vregs.S: New file.
1494
97c18565
PA
14952015-02-27 Pedro Alves <palves@redhat.com>
1496
1497 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1498 call to catch_command_errors.
1499 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1500 catch_command_errors.
1501
a37bfa30
PA
15022015-02-27 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1505 "true" for boolean result.
1506 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1507 prototype of main.
1508
6f98576f
PA
15092015-02-27 Pedro Alves <palves@redhat.com>
1510
1511 * lib/unbuffer_output.c: New file.
1512 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1513 (main): Call gdb_unbuffer_output.
1514
eba5ab56
YQ
15152015-02-27 Yao Qi <yao.qi@linaro.org>
1516
1517 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1518 target.
1519
0def5aaa
DE
15202015-02-26 Doug Evans <dje@google.com>
1521
1522 * gdb.cp/class2.cc (Dbase, D): New classes.
1523 (main): New local delta.
1524 * gdb.cp/class2.exp: Test printing delta.
1525 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1526 (dynbar): New global.
1527 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1528
081a1c2c
JK
15292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1530
1531 * gdb.compile/compile-ifunc.c: New file.
1532 * gdb.compile/compile-ifunc.exp: New file.
1533
2f41223f
AT
15342015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1535
1536 * gdb.base/structs.exp: Check for correct struct on finish.
1537
03eddd80
YQ
15382015-02-26 Yao Qi <yao.qi@linaro.org>
1539
1540 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1541 is zero.
1542
80c57053
JK
15432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1544
1545 * gdb.arch/cordic.ko.bz2: New file.
1546 * gdb.arch/cordic.ko.debug.bz2: New file.
1547 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1548
21613c12
YQ
15492015-02-25 Yao Qi <yao.qi@linaro.org>
1550
1551 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1552 aarch64*-*-* target.
1553
d8b901ed
PA
15542015-02-23 Pedro Alves <palves@redhat.com>
1555
1556 * lib/gdb.exp (delete_breakpoints): Rewrite using
1557 gdb_test_multiple.
1558
e5b85ead
PA
15592015-02-23 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.base/info-os.c: Include stdlib.h.
1562
85c3a371
DE
15632015-02-22 Doug Evans <xdje42@gmail.com>
1564
1565 PR symtab/17855
1566 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1567 is read after symbols have been re-read.
1568 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1569 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1570
96553a0c
DE
15712015-02-21 Doug Evans <dje@google.com>
1572
1573 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1574
97a0c697
JK
15752015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1576
1577 PR corefiles/17808
1578 * gdb.arch/i386-biarch-core.core.bz2: New file.
1579 * gdb.arch/i386-biarch-core.exp: New file.
1580
a47cd6e9
PA
15812015-02-21 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1584 runto_main fails.
1585
c5facdc4
PA
15862015-02-20 Pedro Alves <palves@redhat.com>
1587
1588 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1589 info probes.
1590
2db9a427
PA
15912015-02-20 Pedro Alves <palves@redhat.com>
1592
1593 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1594
60fb7e9e
PA
15952015-02-20 Pedro Alves <palves@redhat.com>
1596
1597 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1598 clean_restart before gdb_target_supports_trace.
1599
5c5019c2
PA
16002015-02-20 Pedro Alves <palves@redhat.com>
1601
1602 PR threads/18006
1603 * gdb.threads/clone-thread_db.c: New file.
1604 * gdb.threads/clone-thread_db.exp: New file.
1605
c9587f88
AT
16062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1607
1608 PR breakpoints/16812
1609 * gdb.base/catch-gdb-caused-signals.c: New file.
1610 * gdb.base/catch-gdb-caused-signals.exp: New file.
1611
f6a88844
JM
16122015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1613
1614 * configure: Regenerated.
1615 * configure.ac: Use GDB_AC_TRANSFORM.
1616 * aclocal.m4: sinclude ../transform.m4.
1617
497c491b
JM
16182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1619
1620 * lib/dtrace.exp: New file.
1621 * gdb.base/dtrace-probe.exp: Likewise.
1622 * gdb.base/dtrace-probe.d: Likewise.
1623 * gdb.base/dtrace-probe.c: Likewise.
1624 * lib/pdtrace.in: Likewise.
1625 * configure.ac: Output variables with the transformed names of
1626 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1627 * configure: Regenerated.
1628
03e98035
JM
16292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1630
1631 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1632 expected message when trying to access $_probe_* convenience
1633 variables while not on a probe.
1634
63cc30e9
JK
16352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1636
1637 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1638
0703599a
PA
16392015-02-11 Pedro Alves <pedro@codesourcery.com>
1640
1641 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1642 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1643
7e60a48e
DE
16442015-02-10 Doug Evans <xdje42@gmail.com>
1645
1646 * lib/gdb.exp (gdb_load): Always return a result.
1647
01b088bc
PA
16482015-02-10 Pedro Alves <palves@redhat.com>
1649
1650 * gdb.threads/signal-sigtrap.c: New file.
1651 * gdb.threads/signal-sigtrap.exp: New file.
1652
b05ec7a5
AT
16532015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1654
1655 * gdb.trace/no-attach-trace.c: New file.
1656 * gdb.trace/no-attach-trace.exp: New file.
1657
a2c2acaf
MW
16582015-02-09 Mark Wielaard <mjw@redhat.com>
1659
1660 * gdb.dwarf2/atomic.c: New file.
1661 * gdb.dwarf2/atomic-type.exp: Likewise.
1662
31fd9caa
MM
16632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1664
1665 * gdb.btrace/buffer-size.exp: Update "info record" output.
1666 * gdb.btrace/delta.exp: Update "info record" output.
1667 * gdb.btrace/enable.exp: Update "info record" output.
1668 * gdb.btrace/finish.exp: Update "info record" output.
1669 * gdb.btrace/instruction_history.exp: Update "info record" output.
1670 * gdb.btrace/next.exp: Update "info record" output.
1671 * gdb.btrace/nexti.exp: Update "info record" output.
1672 * gdb.btrace/step.exp: Update "info record" output.
1673 * gdb.btrace/stepi.exp: Update "info record" output.
1674 * gdb.btrace/nohist.exp: Update "info record" output.
1675
d33501a5
MM
16762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1677
1678 * gdb.btrace/buffer-size: New.
1679
f4abbc16
MM
16802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1681
1682 * gdb.btrace/delta.exp: Update "info record" output.
1683 * gdb.btrace/enable.exp: Update "info record" output.
1684 * gdb.btrace/finish.exp: Update "info record" output.
1685 * gdb.btrace/instruction_history.exp: Update "info record" output.
1686 * gdb.btrace/next.exp: Update "info record" output.
1687 * gdb.btrace/nexti.exp: Update "info record" output.
1688 * gdb.btrace/step.exp: Update "info record" output.
1689 * gdb.btrace/stepi.exp: Update "info record" output.
1690 * gdb.btrace/nohist.exp: Update "info record" output.
1691
b9d61307
SM
16922015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1693
1694 PR gdb/15678
1695 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1696
e584fdbc
PA
16972015-02-06 Pedro Alves <palves@redhat.com>
1698
1699 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1700 macro.
1701 (seconds_left, again): New globals.
1702 (main): Wait seconds_left in a 1-second sleep loop instead of
1703 sleeping 180 seconds. If 'again' is set, reset the seconds
1704 counter.
1705 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1706 'again' in the inferior before detaching. Print the seconds left.
1707 (options): New global.
1708 (top level): Build program with -DTIMEOUT=$timeout.
1709
77f41761
PA
17102015-02-06 Pedro Alves <palves@redhat.com>
1711
1712 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1713 determine how many seconds to pass to 'alarm'.
1714 * gdb.base/gdb-sigterm.exp (top level): Build program with
1715 -DTIMEOUT=$timeout.
1716 (do_test): Return success/failure indication. Add more verbose
1717 logging. Don't fail if 200 single steps are seen. Instead, fail
1718 when the test times out.
1719 (passes): New global.
1720 (top level): Break the testing loop if testing fails on any
1721 iteration. Use gdb_assert.
1722
b9394193
DB
17232015-02-04 Don Breazeal <donb@codesourcery.com>
1724
1725 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1726 and initialize them.
1727 (ipc_cleanup): New function.
1728 (main): Don't declare shmid, semid, and msqid. Add a call to
1729 atexit so that we call ipc_cleanup on exit.
1730
42d9e528
PA
17312015-02-04 Pedro Alves <palves@redhat.com>
1732
1733 * boards/native-extended-gdbserver.exp: Remove any target variant
1734 specifications from the board name before clearing the isremote
1735 flag from board_info.
1736
ae6ae975
DE
17372015-01-31 Doug Evans <xdje42@gmail.com>
1738
1739 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1740
cfb069a8
GB
17412015-01-31 Gary Benson <gbenson@redhat.com>
1742
1743 * gdb.base/completion.exp: Disable completion limiting for
1744 existing tests. Add new tests to check completion limiting.
1745 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1746
5dd31d79
DE
17472015-01-31 Doug Evans <xdje42@gmail.com>
1748
1749 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1750
9f050062
DE
17512015-01-31 Doug Evans <xdje42@gmail.com>
1752
1753 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1754 entries. Duplicate file section script entries.
1755 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1756 inlined entries. Add test for safe-path rejection.
1757 * gdb.python/py-section-script.c: Add duplicate inlined section script
1758 entries. Duplicate file section script entries.
1759 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1760 inlined entries. Add test for safe-path rejection.
1761
df25ebbd
JB
17622015-01-29 Joel Brobecker <brobecker@adacore.com>
1763
1764 * gdb.ada/disc_arr_bound: New testcase.
1765
4a0ca9ec
JB
17662015-01-29 Joel Brobecker <brobecker@adacore.com>
1767
1768 * gdb.ada/mi_var_array: New testcase.
1769
3a8b707a
DE
17702015-01-27 Doug Evans <dje@google.com>
1771
1772 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1773 Add test for objfile.filename, objfile.username after objfile
1774 has been unloaded.
1775
f8313f6e
JB
17762015-01-26 Joel Brobecker <brobecker@adacore.com>
1777
1778 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1779 the second test to print the name attribute of value
1780 returned by the call to gdb.lookup_type, and adjust
1781 the expected output accordingly.
1782
37bc665e
MW
17832015-01-25 Mark Wielaard <mjw@redhat.com>
1784
1785 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1786 * gdb.base/disp-step-fork.c: Include unistd.h.
1787 * gdb.base/siginfo-obj.c: Include stdio.h.
1788 * gdb.base/siginfo-thread.c: Likewise.
1789 * gdb.mi/non-stop.c: Include unistd.h.
1790 * gdb.mi/nsthrexec.c: Include stdio.h.
1791 * gdb.mi/pthreads.c: Include unistd.h.
1792 * gdb.modula2/unbounded1.c (main): Declare returns int.
1793 * gdb.reverse/consecutive-reverse.c: Likewise.
1794 * gdb.threads/create-fail.c: Include unistd.h.
1795 * gdb.threads/killed.c: Likewise.
1796 * gdb.threads/linux-dp.c: Likewise.
1797 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1798 * gdb.threads/non-ldr-exc-2.c: Likewise.
1799 * gdb.threads/non-ldr-exc-3.c: Likewise.
1800 * gdb.threads/non-ldr-exc-4.c: Likewise.
1801 * gdb.threads/pthreads.c: Include unistd.h.
1802 (main): Declare returns int.
1803 * gdb.threads/tls-main.c (foo): New declaration.
1804 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1805
f7e5394d
SM
18062015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1807
1808 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1809 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1810
743649fd
MW
18112015-01-15 Mark Wielaard <mjw@redhat.com>
1812
1813 * gdb.base/noreturn-return.c: New file.
1814 * gdb.base/noreturn-return.exp: New file.
1815 * gdb.base/noreturn-finish.c: New file.
1816 * gdb.base/noreturn-finish.exp: New file.
1817
198297aa
PA
18182015-01-23 Pedro Alves <palves@redhat.com>
1819
1820 * gdb.threads/continue-pending-after-query.c: New file.
1821 * gdb.threads/continue-pending-after-query.exp: New file.
1822
717cf30c
AG
18232015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1824 Simon Marchi <simon.marchi@ericsson.com>
1825
1826 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1827 * gdb.base/valgrind-db-attach.exp: Same.
1828 * gdb.base/valgrind-infcall.exp: Same.
1829 * lib/mi-support.exp (default_mi_gdb_start): Same.
1830 * lib/prompt.exp (default_prompt_gdb_start): Same.
1831 * lib/gdb.exp (default_gdb_spawn): Same.
1832 (gdb_interact): New.
1833
1834
4b62a76e
JK
18352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1836
1837 * gdb.compile/compile.exp (pointer to jit function): New test.
1838
b4cdae6f
WW
18392015-01-17 Wei-cheng Wang <cole945@gmail.com>
1840
1841 * lib/gdb.exp (supports_process_record): Return true for
1842 powerpc*-*-linux*.
1843 (supports_reverse): Likewise.
1844
d221e7ef
DB
18452015-01-15 Don Breazeal <donb@codesourcery.com>
1846
1847 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1848 instead of checking whether the target board is remote and
1849 use spawn_wait_for_attach instead of exec/sleep.
1850 * gdb.base/attach-twice.exp: Likewise.
1851
bafffb51
JB
18522015-01-15 Joel Brobecker <brobecker@adacore.com>
1853
1854 * gdb.ada/var_arr_attrs: New testcase.
1855
5589af0e
PA
18562015-01-14 Pedro Alves <palves@redhat.com>
1857 Joel Brobecker <brobecker@adacore.com>
1858
1859 PR gdb/17525
1860 * gdb.base/bp-cmds-execution-x-script.c: New file.
1861 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1862 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1863
6c400b59
PA
18642015-01-14 Pedro Alves <palves@redhat.com>
1865
1866 PR cli/17828
1867 * gdb.base/batch-preserve-term-settings.c: New file.
1868 * gdb.base/batch-preserve-term-settings.exp: New file.
1869
e02c96a7
DE
18702015-01-13 Doug Evans <dje@google.com>
1871
1872 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1873 binary.
1874
576fd14c
JB
18752015-01-13 Joel Brobecker <brobecker@adacore.com>
1876
1877 * Makefile.in (clean mostlyclean): Do not delete *.py.
1878
04dccad0
JB
18792015-01-13 Joel Brobecker <brobecker@adacore.com>
1880
1881 * gdb.python/py-lookup-type.exp: New file.
1882
3d230f71
PA
18832015-01-12 Pedro Alves <palves@redhat.com>
1884
1885 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1886 restore GDBFLAGS before returning.
1887
7e67715d
JK
18882015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1889
1890 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1891 is_amd64_regs_target and is_x86_like_target.
1892
f2e0d4b4
DE
18932015-01-11 Doug Evans <xdje42@gmail.com>
1894
1895 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1896 is given without an explicit form.
1897 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1898 attributes.
1899 * gdb.dwarf/corrupt.exp: Ditto.
1900 * gdb.dwarf2/enum-type.exp: Ditto.
1901 * gdb.trace/entry-values.exp: Ditto.
1902 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1903
439250fb
DE
19042015-01-11 Doug Evans <xdje42@gmail.com>
1905
1906 PR gdb/15830
1907 * gdb.base/maint.exp: Remove references to "maint demangle".
1908 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1909 Add tests for explicitly specifying language to demangle.
1910 * gdb.dlang/demangle.exp: Ditto.
1911
ede9f622
PA
19122015-01-09 Pedro Alves <palves@redhat.com>
1913
1914 * gdb.threads/non-stop-fair-events.c: New file.
1915 * gdb.threads/non-stop-fair-events.exp: New file.
1916
a7b796db
PA
19172015-01-09 Pedro Alves <palves@redhat.com>
1918
1919 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1920 the global scope. Set a breakpoint after all threads are started
1921 rather than stepping over two source lines. Expect the prompt.
1922 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1923 global.
1924 (NUM): Now 15.
1925 (main): Use threads_started_barrier to wait for all threads to
1926 start. Main thread no longer calls thread_function. Exit after
1927 180 seconds.
1928 (loop): New function.
1929 (thread_function): Wait on threads_started_barrier barrier. Call
1930 'loop' at each iteration.
1931 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1932 threads have started, instead of hardcoding number of "next"
1933 steps. Use an access watchpoint instead of a write watchpoint.
1934
9665ffdd
PA
19352015-01-09 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1938 (thread_func): Wait on barrier.
1939 (main): Wait for all threads to start before stopping GDB.
1940 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1941 global.
1942 (thread1_func, thread2_func): Wait on barrier.
1943 (main): Wait for all threads to start before stopping GDB.
1944 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1945 New global.
1946 (thread1_func, thread2_func): Wait on barrier.
1947 (main): Wait for all threads to start before stopping GDB.
1948
c945a99f
PA
19492015-01-09 Pedro Alves <palves@redhat.com>
1950
1951 * gdb.threads/attach-many-short-lived-threads.c: New file.
1952 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1953
c1a747c1
PA
19542014-01-09 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1957 instead of to thread 2.
1958 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1959 Add barrier around each pthread_create call instead of around all
1960 calls.
1961 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1962 Set a break on thread_function and have the child threads hit it
1963 one at at a time.
1964
60b3033e
PA
19652015-01-09 Pedro Alves <palves@redhat.com>
1966
1967 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1968 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1969 false.
1970 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1971 checking whether the target board is remote.
1972 * gdb.multi/multi-attach.exp: Likewise.
1973 * gdb.python/py-sync-interp.exp: Likewise.
1974 * gdb.server/ext-attach.exp: Likewise.
1975 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1976 tests that need to attach, instead of checking whether the target
1977 board is remote at the top of the file.
1978
acc018ac
YQ
19792015-01-08 Yao Qi <yao@codesourcery.com>
1980
1981 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1982
50a18af8
JK
19832015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1984
1985 Fix testcase compilation.
1986 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1987
8503d6e1
JB
19882015-01-06 Joel Brobecker <brobecker@adacore.com>
1989
1990 * gdb.python/py-type.exp: Add a couple test about empty
1991 array creation, and negative-length array creation.
1992
cc73dbcc
DE
19932015-01-02 Doug Evans <xdje42@gmail.com>
1994
1995 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1996
0300bbc7
DE
19972015-01-02 Doug Evans <dje@google.com>
1998
1999 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2000
9d85a0ec
YQ
20012014-12-29 Yao Qi <yao@codesourcery.com>
2002
2003 * gdb.trace/entry-values.exp: Update comments. Rename variable
2004 bar_call_foo to returned_from_foo.
2005
87186c6a
MMN
20062014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2007
2008 PR gdb/17394
2009 * gdb.linespec/break-asm-file.c: New file.
2010 * gdb.linespec/break-asm-file.exp: New file.
2011 * gdb.linespec/break-asm-file0.s: New file.
2012 * gdb.linespec/break-asm-file1.s: New file.
2013
1bab7383
YQ
20142014-12-18 Nigel Stephens <nigel@mips.com>
2015 Maciej W. Rozycki <macro@codesourcery.com>
2016
2017 * gdb.base/float.exp: Handle the new output from "info float" on
2018 MIPS targets.
2019
1bc1068a
JK
20202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2021
2022 Fix MinGW compilation.
2023 * gdb.compile/compile-ops.exp: Update untested message if
2024 !skip_compile_feature_tests.
2025 * gdb.compile/compile-setjmp.exp: Likewise.
2026 * gdb.compile/compile-tls.exp: Likewise.
2027 * gdb.compile/compile.exp: Likewise.
2028 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2029 supported on this host".
2030
b6615d10
DE
20312014-12-16 Doug Evans <xdje42@gmail.com>
2032
2033 * boards/stabs.exp: New file.
2034
25dda427
AA
20352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2036
2037 * gdb.base/completion.exp: Adjust to format changes of "maint
2038 print user-registers".
2039
bf330350
CU
20402014-12-16 Catalin Udma <catalin.udma@freescale.com>
2041
2042 PR server/17457
2043 * gdb.arch/aarch64-fp.c: New file.
2044 * gdb.arch/aarch64-fp.exp: New file.
2045
395cf596
SDJ
20462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2047
2048 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2049 r210637, r210913, r211666, r215400, r215817).
2050
2051 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2052 * dg-extract-results.py: New file.
2053 * dg-extract-results.sh: Use it if the environment seems
2054 suitable.
2055
2056 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2057
2058 * dg-extract-results.py (parse_run): Handle warnings that
2059 are printed before a test harness is run.
2060
2061 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2062
2063 * dg-extract-results.py (Named): Remove __cmp__ method.
2064 (output_variation): Use a key to sort variation.harnesses.
2065
2066 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2067
2068 * dg-extract-results.py: For Python 3, force sys.stdout to
2069 handle surrogate escape sequences.
2070 (safe_open): New function.
2071 (output_segment, main): Use it.
2072
2073 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2074
2075 * dg-extract-results.py (Prog.result_re): Include options
2076 in test name.
2077
2078 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2079
2080 * dg-extract-results.py (output_variation): Always sort if
2081 do_sum.
2082
e882ef3c
SM
20832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2084
2085 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2086 as long as we get pagination notifications.
2087
4992aa20
JM
20882014-12-15 Jason Merrill <jason@redhat.com>
2089
2090 * Makefile.in (check-gdb.%): Restore.
2091 * README: Mention it.
2092
c1b5a1a6
JB
20932014-12-13 Joel Brobecker <brobecker@adacore.com>
2094
2095 * gdb.ada/str_uninit: New testcase.
2096
5537b577
JK
20972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2098
2099 PR symtab/17642
2100 * gdb.base/vla-stub-define.c: New file.
2101 * gdb.base/vla-stub.c: New file.
2102 * gdb.base/vla-stub.exp: New file.
2103
bb2ec1b3
TT
21042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2105 Jan Kratochvil <jan.kratochvil@redhat.com>
2106 Tom Tromey <tromey@redhat.com>
2107
2108 * configure.ac: Add gdb.compile/.
2109 * configure: Regenerate.
2110 * gdb.compile/Makefile.in: New file.
2111 * gdb.compile/compile-ops.exp: New file.
2112 * gdb.compile/compile-ops.c: New file.
2113 * gdb.compile/compile-tls.c: New file.
2114 * gdb.compile/compile-tls.exp: New file.
2115 * gdb.compile/compile-constvar.S: New file.
2116 * gdb.compile/compile-constvar.c: New file.
2117 * gdb.compile/compile-mod.c: New file.
2118 * gdb.compile/compile-nodebug.c: New file.
2119 * gdb.compile/compile-setjmp-mod.c: New file.
2120 * gdb.compile/compile-setjmp.c: New file.
2121 * gdb.compile/compile-setjmp.exp: New file.
2122 * gdb.compile/compile-shlib.c: New file.
2123 * gdb.compile/compile.c: New file.
2124 * gdb.compile/compile.exp: New file.
2125 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2126
4ff709eb
TT
21272014-12-12 Tom Tromey <tromey@redhat.com>
2128
2129 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2130 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2131
6dddd6a5
DE
21322014-12-12 Doug Evans <dje@google.com>
2133
2134 * lib/gdb-python.exp (get_python_valueof): New function.
2135 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2136
71c24708
AA
21372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2138
2139 * gdb.base/completion.exp: Add test for completion of "info
2140 registers ".
2141
3e29f34a
MR
21422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2143
2144 * gdb.base/func-ptrs.c: New file.
2145 * gdb.base/func-ptrs.exp: New file.
2146
fc126975
SM
21472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2148
2149 PR breakpoints/17012
2150 * gdb.base/dprintf-detach.c: New file.
2151 * gdb.base/dprintf-detach.exp: New file.
2152
0a46d518
SM
21532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2154
2155 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2156 * lib/gdb.exp (target_is_gdbserver): New procedure.
2157
a0be3e44
DE
21582014-12-08 Doug Evans <dje@google.com>
2159
2160 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2161
df1b803a
YQ
21622014-12-05 Yao Qi <yao@codesourcery.com>
2163
2164 * gdb.guile/scm-error.exp: Remove the third argument to
2165 gdb_remote_download.
2166 * gdb.guile/scm-frame-args.exp: Likewise.
2167 * gdb.guile/scm-section-script.exp: Likewise.
2168
ddb9f679
YQ
21692014-12-05 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2172
86e4ed39
DE
21732014-12-04 Doug Evans <dje@google.com>
2174
2175 * gdb.python/py-objfile.exp: Add tests for
2176 objfile.add_separate_debug_file.
2177
7c50a931
DE
21782014-12-04 Doug Evans <dje@google.com>
2179
2180 * lib/gdb.exp (get_build_id): New function.
2181 (build_id_debug_filename_get): Rewrite to use it.
2182 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2183
621661e3
MR
21842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2185
2186 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2187 `method(long)', not just 0x0.
2188 * gdb.cp/nsalias.exp: Align code labels to 4.
2189 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2190 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2191 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2192 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2193 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2194 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2195
29f0c3b7
DE
21962014-12-02 Doug Evans <dje@google.com>
2197
e1e061e7 2198 PR symtab/17602
29f0c3b7 2199 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2200 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2201 * gdb.cp/anon-ns.exp: Update.
2202
162078c8
NB
22032014-12-02 Nick Bull <nicholaspbull@gmail.com>
2204
2205 * gdb.python/py-events.py (inferior_call_handler): New.
2206 (register_changed_handler, memory_changed_handler): New.
2207 (test_events.invoke): Register new handlers.
2208 * gdb.python/py-events.exp: Add tests for inferior call,
2209 memory_changed and register_changed events.
2210
fdb09caf
AA
22112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2212
2213 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2214 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2215 if the linker doesn't understand this.
2216
55cfb2c4
SM
22172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2218
2219 * gdb.python/python.exp: Change expected reply to help().
2220
9e8cd6df
YQ
22212014-12-01 Yao Qi <yao@codesourcery.com>
2222
2223 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2224 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2225 * configure: Re-generated.
2226
6c659fc2
SC
22272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2228
2229 * gdb.cp/chained-calls.cc: New file.
2230 * gdb.cp/chained-calls.exp: New file.
2231 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2232
d7fc3181
SM
22332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2234
2235 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2236 * gdb.dwarf2/symtab-producer.exp: Same.
2237 * gdb.gdb/python-interrupts.exp: Same.
2238 * gdb.gdb/python-selftest.exp: Same.
2239 * gdb.python/py-linetable.exp: Same.
2240 * gdb.python/py-type.exp: Same.
2241 * gdb.python/py-value-cc.exp: Same.
2242 * gdb.python/py-value.exp: Same.
2243
10e79639
YQ
22442014-11-28 Yao Qi <yao@codesourcery.com>
2245
2246 * gdb.base/break-probes.exp: Match library name prefixed with
2247 sysroot.
2248
f28a0564
SM
22492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2250
2251 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2252 test expected output. Add parentheses for the call to print.
2253 Remove L suffix from integers.
2254
3fe1ce1d
DE
22552014-11-26 Doug Evans <dje@google.com>
2256
2257 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2258
84429e27
YQ
22592014-11-22 Yao Qi <yao@codesourcery.com>
2260
2261 * gdb.trace/entry-values.c: Remove asms.
2262 (foo): Add foo_label.
2263 (bar): Add bar_label.
2264 * gdb.trace/entry-values.exp: Remove code computing foo's
2265 length and bar's length.
2266 (Dwarf::assemble): Invoke function_range for bar and use
2267 MACRO_AT_func for foo.
2268
26741859
YQ
22692014-11-22 Yao Qi <yao@codesourcery.com>
2270
2271 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2272 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2273 Use .Lgcc43_procstart instead of gcc43.
2274
45e44d27
JB
22752014-11-21 Joel Brobecker <brobecker@adacore.com>
2276
2277 * gdb.ada/n_arr_bound: New testcase.
2278
458c8db8
SDJ
22792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2280
2281 PR breakpoints/10737
2282 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2283 test_catch_syscall_multi_arch.
2284 (test_catch_syscall_multi_arch): New function.
2285
43f3e411
DE
22862014-11-20 Doug Evans <xdje42@gmail.com>
2287
2288 * gdb.base/maint.exp: Update expected output.
2289
0d7b2549
AA
22902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2291
2292 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2293 4-byte instruction on S390.
2294
8908fca5
JB
22952014-11-19 Joel Brobecker <brobecker@adacore.com>
2296
2297 * gdb.ada/arr_arr: New testcase.
2298
4a46959e
JB
22992014-11-19 Joel Brobecker <brobecker@adacore.com>
2300
2301 * gdb.ada/pkd_arr_elem: New Testcase.
2302
470e2f4e
LM
23032014-11-18 Luis Machado <lgustavo@codesourcery.com>
2304
2305 * gdb.reverse/break-precsave: Expect completion message for
2306 core file reads.
2307 * gdb.reverse/consecutive-precsave.exp: Likewise.
2308 * gdb.reverse/finish-precsave.exp: Likewise.
2309 * gdb.reverse/i386-precsave.exp: Likewise.
2310 * gdb.reverse/machinestate-precsave.exp: Likewise.
2311 * gdb.reverse/sigall-precsave.exp: Likewise.
2312 * gdb.reverse/solib-precsave.exp: Likewise.
2313 * gdb.reverse/step-precsave.exp: Likewise.
2314 * gdb.reverse/until-precsave.exp: Likewise.
2315 * gdb.reverse/watch-precsave.exp: Likewise.
2316
a267f3ad
AA
23172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2318
2319 * gdb.base/bp-permanent.c: Include unistd.h.
2320 * gdb.python/py-framefilter-mi.c (main): Add return type.
2321 * gdb.python/py-framefilter.c (main): Likewise.
2322 * gdb.trace/actions-changed.c (main): Likewise.
2323
12084a9a
AA
23242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2325
2326 * gdb.mi/until.c: Add eye-catchers.
2327 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2328 line numbers.
2329
dc7e1a77
AA
23302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2331
2332 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2333 function header variants in break1.c.
2334 * gdb.base/ena-dis-br.exp: Likewise.
2335 * gdb.base/hbreak2.exp: Likewise.
2336 * gdb.reverse/until-precsave.exp: Drop references to removed
2337 non-prototype function header variants in ur1.c.
2338 * gdb.reverse/until-reverse.exp: Likewise.
2339
41c77605
PM
23402014-11-17 Petr Machata <pmachata@redhat.com>
2341
2342 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2343 ${_cu_offset_size} bytes abbrev offset.
2344
34248c3a
DE
23452014-11-15 Doug Evans <xdje42@gmail.com>
2346
2347 PR symtab/17559
2348 * gdb.base/line-symtabs.exp: New file.
2349 * gdb.base/line-symtabs.c: New file.
2350 * gdb.base/line-symtabs.h: New file.
2351
646da059
YQ
23522014-11-14 Yao Qi <yao@codesourcery.com>
2353
2354 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2355 (func): Add label func_label.
2356 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2357 Replace low_pc and high_pc with MACRO_AT_range.
2358 Replace name, low_pc and high_pc with MACRO_AT_func.
2359
9301ebe6
YQ
23602014-11-14 Yao Qi <yao@codesourcery.com>
2361
2362 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2363 Replace name, low_pc and high_pc with MACRO_AT_func.
2364
f166b542
YQ
23652014-11-14 Yao Qi <yao@codesourcery.com>
2366
2367 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2368 produce debug information.
2369 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2370
0f6e71e3
YQ
23712014-11-14 Yao Qi <yao@codesourcery.com>
2372
2373 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2374 object and get function length.
2375 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2376 with MACRO_AT_func.
2377 (top-level): Replace gdb_compile and clean_restart with
2378 prepare_for_testing.
2379 * gdb.dwarf2/main.c (main): Add label main_label.
2380
876c4df9
YQ
23812014-11-14 Yao Qi <yao@codesourcery.com>
2382
2383 * lib/dwarf.exp (function_range): New procedure.
2384 (Dwarf::_handle_macro_at_func): New procedure.
2385 (Dwarf::_handle_macro_at_range): New procedure.
2386 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2387
02ad9cf1
YQ
23882014-11-14 Yao Qi <yao@codesourcery.com>
2389
2390 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2391 (_handle_attribute): New procedure.
2392
a59add0c
AA
23932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2394
2395 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2396 * gdb.base/call-sc.c (zed): Likewise.
2397 * gdb.base/checkpoint.c (main): Likewise.
2398 * gdb.base/dump.c (main): Likewise.
2399 * gdb.base/gcore.c (main): Likewise.
2400 * gdb.base/huge.c (main): Likewise.
2401 * gdb.base/multi-forks.c (main): Likewise.
2402 * gdb.base/pr10179-a.c (main): Likewise.
2403 * gdb.base/savedregs.c (main): Likewise.
2404 * gdb.base/sigaltstack.c (main): Likewise.
2405 * gdb.base/siginfo.c (main): Likewise.
2406 * gdb.base/structs.c (zed): Likewise.
2407 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2408 * gdb.mi/mi-syn-frame.c (main): Likewise.
2409 * gdb.mi/until.c (foo, main): Likewise.
2410 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2411 * gdb.base/solib-weak.c (foo): Declare.
2412 * gdb.base/attach-twice.c: Include stdio.h.
2413 * gdb.base/weaklib1.c: Likewise.
2414 * gdb.base/weaklib2.c: Likewise.
2415 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2416 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2417 unistd.h.
2418 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2419 * gdb.mi/mi-exit-code.c: Likewise.
2420 * gdb.base/break-interp-lib.c: Include string.h.
2421 * gdb.base/coremaker.c: Likewise.
2422 * gdb.base/testenv.c: Likewise.
2423 * gdb.python/py-finish-breakpoint.c: Likewise.
2424 * gdb.base/inferior-died.c: Include sys/wait.h.
2425 * gdb.base/fileio.c: Include time.h.
2426 * gdb.base/async-shell.c: Include unistd.h.
2427 * gdb.base/dprintf-non-stop.c: Likewise.
2428 * gdb.base/info-os.c: Likewise.
2429 * gdb.mi/mi-console.c: Likewise.
2430 * gdb.mi/watch-nonstop.c: Likewise.
2431 * gdb.python/py-events.c: Likewise.
2432 * gdb.base/async.c (baz): Move up before its invocation.
2433 * gdb.base/code_elim2.c (my_global_func): Likewise.
2434 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2435 * gdb.base/advance.c (func2): Likewise.
2436
3b5d5997
AA
24372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2438
2439 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2440 variant.
2441 * gdb.base/annota3.c: Likewise.
2442 * gdb.base/async.c: Likewise.
2443 * gdb.base/average.c: Likewise.
2444 * gdb.base/call-ar-st.c: Likewise.
2445 * gdb.base/call-rt-st.c: Likewise.
2446 * gdb.base/call-sc.c: Likewise.
2447 * gdb.base/call-strs.c: Likewise.
2448 * gdb.base/ending-run.c: Likewise.
2449 * gdb.base/execd-prog.c: Likewise.
2450 * gdb.base/exprs.c: Likewise.
2451 * gdb.base/foll-exec.c: Likewise.
2452 * gdb.base/foll-fork.c: Likewise.
2453 * gdb.base/foll-vfork.c: Likewise.
2454 * gdb.base/funcargs.c: Likewise.
2455 * gdb.base/gcore.c: Likewise.
2456 * gdb.base/jump.c: Likewise.
2457 * gdb.base/langs0.c: Likewise.
2458 * gdb.base/langs1.c: Likewise.
2459 * gdb.base/langs2.c: Likewise.
2460 * gdb.base/mips_pro.c: Likewise.
2461 * gdb.base/nodebug.c: Likewise.
2462 * gdb.base/opaque0.c: Likewise.
2463 * gdb.base/opaque1.c: Likewise.
2464 * gdb.base/recurse.c: Likewise.
2465 * gdb.base/run.c: Likewise.
2466 * gdb.base/scope0.c: Likewise.
2467 * gdb.base/scope1.c: Likewise.
2468 * gdb.base/setshow.c: Likewise.
2469 * gdb.base/setvar.c: Likewise.
2470 * gdb.base/shmain.c: Likewise.
2471 * gdb.base/shr1.c: Likewise.
2472 * gdb.base/shr2.c: Likewise.
2473 * gdb.base/sigall.c: Likewise.
2474 * gdb.base/signals.c: Likewise.
2475 * gdb.base/so-indr-cl.c: Likewise.
2476 * gdb.base/solib2.c: Likewise.
2477 * gdb.base/structs.c: Likewise.
2478 * gdb.base/sum.c: Likewise.
2479 * gdb.base/vforked-prog.c: Likewise.
2480 * gdb.base/watchpoint.c: Likewise.
2481 * gdb.reverse/shr2.c: Likewise.
2482 * gdb.reverse/until-reverse.c: Likewise.
2483 * gdb.reverse/ur1.c: Likewise.
2484 * gdb.reverse/watch-reverse.c: Likewise.
2485
066a77c5
AA
24862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2487
2488 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2489 variant.
2490 * gdb.base/sepdebug.exp: Drop references to removed code.
2491
4f204ea5
AA
24922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2493
2494 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2495 variant. Preserve original line numbering.
2496 * gdb.base/list1.c: Likewise.
2497
3b377a3a
AA
24982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2499
2500 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2501 variant.
2502 * gdb.base/break1.c: Likewise.
2503 * gdb.base/break.exp: Drop references to removed code.
2504
e444df73
AA
25052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2506
2507 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2508 variant.
2509
8008f2a7
AA
25102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2511
2512 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2513
a5a06887
AA
25142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2515
2516 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2517 logic into perform_all_tests() and invoke it with and without
2518 function header prototypes.
2519 (do_function_calls): Remove conditional XFAIL for PR 5318.
2520 (rerun_and_prepare): Remove duplicate code.
2521 (perform_all_tests): New. Main logic moved here.
2522
44dba9b9
AA
25232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2524
2525 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2526 code guarded by #ifdef NO_PROTOTYPES.
2527 (t_double_many_args): Likewise.
2528 (DEF_FUNC_MANY_ARGS_1): Likewise.
2529 (DEF_FUNC_VALUES_1): Likewise.
2530 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2531 guarded by #ifdef PROTOTYPES.
2532
d1fbcd56
AA
25332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2534
2535 * gdb.mi/mi-console.c: Add eye-catcher.
2536 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2537 instead of literal line number.
2538
b0e59b8f
AA
25392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2540
2541 * gdb.base/shr2.c: Add eye-catcher.
2542 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2543 line number.
2544
78f98cca
AA
25452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2546
2547 * gdb.base/jump.c: Add eye-catchers.
2548 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2549 numbers.
2550
58fa2af0
AA
25512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2552
2553 * gdb.base/execd-prog.c: Add eye-catchers.
2554 * gdb.base/foll-exec.c: Likewise.
2555 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2556 line numbers.
2557
04e5059b
AA
25582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2559
2560 * gdb.base/ending-run.c: Add eye-catchers.
2561 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2562 literal line numbers.
2563
dbfdb174
AA
25642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2565
2566 * gdb.base/call-rt-st.c: Add eye-catchers.
2567 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2568 literal line numbers.
2569
888a2ade
AA
25702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2571
2572 * gdb.base/call-ar-st.c: Add eye-catchers.
2573 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2574 literal line numbers.
2575
6acc2dde
AA
25762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2577
2578 * gdb.base/average.c: Add eye-catchers.
2579 * gdb.base/sum.c: Likewise.
2580 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2581 regexps dynamically.
2582
9ecfcd1d
AA
25832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2584
2585 * gdb.base/solib1.c: Add eye-catchers.
2586 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2587 literal line numbers.
2588
78708b7c
PA
25892014-11-12 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2592 leader has exited.
2593
af48d08f
PA
25942014-11-12 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.arch/i386-bp_permanent.c: New file.
2597 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2598 (srcfile): Set to i386-bp_permanent.c.
2599 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2600 that stepi does not execute the 'leave' instruction, instead of
2601 testing it does execute.
2602 * gdb.base/bp-permanent.c: New file.
2603 * gdb.base/bp-permanent.exp: New file.
2604
af3768e9
DE
26052014-11-10 Doug Evans <xdje42@gmail.com>
2606
2607 PR symtab/17564
2608 * gdb.base/symtab-search-order.exp: New file.
2609 * gdb.base/symtab-search-order.c: New file.
2610 * gdb.base/symtab-search-order-1.c: New file.
2611 * gdb.base/symtab-search-order-shlib-1.c: New file.
2612
9de00a4a
PA
26132014-11-07 Pedro Alves <palves@redhat.com>
2614
2615 PR gdb/17511
2616 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2617 i?86-*-linux*.
2618
e0f52461
SC
26192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2620
2621 PR c++/17494
2622 * gdb.cp/pr17494.cc: New file.
2623 * gdb.cp/pr17494.exp: New file.
2624
6ce8c980
YQ
26252014-11-02 Yao Qi <yao@codesourcery.com>
2626
2627 * gdb.python/python.exp: Get working directory and match the
2628 output of "set extended-prompt \\w " with it.
2629
02be9a71
DE
26302014-10-30 Doug Evans <dje@google.com>
2631
2632 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2633 in objfiles.
2634 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2635 in progspaces.
2636
3bdff46b
LM
26372014-10-30 Janis Johnson <janisjo@codesourcery.com>
2638
2639 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2640 * gdb.base/realname-expand.exp: Likewise.
2641 * gdb.linespec/macro-relative.exp: Likewise.
2642
ab917dfb
PA
26432014-10-29 Pedro Alves <palves@redhat.com>
2644
2645 PR gdb/17408
2646 * gdb.threads/schedlock.c (some_function): New function.
2647 (call_function): New global.
2648 (MAYBE_CALL_SOME_FUNCTION): New macro.
2649 (thread_function): Call it.
2650 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2651 and use it instead of a global counter. Adjust all callers.
2652 (get_current_thread): Use "find current thread" for test message
2653 here rather than having all callers pass down the same string.
2654 (goto_loop): New procedure, factored out from ...
2655 (my_continue): ... this.
2656 (step_ten_loops): Change parameter from test message to command to
2657 use. Adjust.
2658 (list_count): Delete global.
2659 (check_result): New procedure, factored out from duplicate top
2660 level code.
2661 (continue tests): Wrap in with_test_prefix.
2662 (test_step): New procedure, factored out from duplicate top level
2663 code.
2664 (top level): Test "step" in combination with all scheduler-locking
2665 modes. Test "next" in combination with all scheduler-locking
2666 modes, and in combination with stepping over a function call or
2667 not.
2668 * gdb.threads/next-bp-other-thread.c: New file.
2669 * gdb.threads/next-bp-other-thread.exp: New file.
2670
d3d4baed
PA
26712014-10-29 Pedro Alves <palves@redhat.com>
2672
2673 PR python/17372
2674 * gdb.python/python.exp: Test a multi-line command that spawns
2675 interactive Python.
2676 * gdb.base/multi-line-starts-subshell.exp: New file.
2677
563e8d85
YQ
26782014-10-29 Yao Qi <yao@codesourcery.com>
2679
2680 * gdb.base/fileio.exp: Make directories on host.
2681
0ea4d52e
YQ
26822014-10-29 Yao Qi <yao@codesourcery.com>
2683
2684 * gdb.base/fileio.c (test_write): Close the file.
2685
7f5ef605
PA
26862014-10-28 Pedro Alves <palves@redhat.com>
2687
2688 PR gdb/12623
2689 * gdb.base/sigstep.c (no_handler): New global.
2690 (main): If 'no_handler is true, set the signal handlers to
2691 SIG_IGN.
2692 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2693 with_sw_watch and no_handler parameters. Handle them.
2694 (top level) <stepping over handler when stopped at a breakpoint
2695 test>: Add a test axis for testing with a software watchpoint, and
2696 another for testing with the signal handler set to SIG_IGN.
2697 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2698 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2699
abbdbd03
PA
27002014-10-28 Pedro Alves <palves@redhat.com>
2701
2702 PR gdb/17511
2703 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2704 * gdb.base/sigstep.exp (other_handler_location): New global.
2705 (advance): Support stepping into the signal handler, and running
2706 commands while in the handler.
2707 (in_handler_map): New global.
2708 (top level): In the advance test, add combinations for getting
2709 into the handler with stepping commands, and for running commands
2710 in the handler. Add comment descripting the advancei tests.
2711
1df4399f
PA
27122014-10-28 Pedro Alves <palves@redhat.com>
2713
2714 * gdb.base/sigstep.exp: Use build_executable instead of
2715 prepare_for_testing.
2716 (top level): Move code that starts GDB, runs to main and creates a
2717 display to ...
2718 (restart): ... this new procedure.
2719 (top level): Move backtrace from signal handler test to ...
2720 (validate_backtrace): ... this new procedure.
2721 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2722 with_test_prefix. Always restart GDB.
2723 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2724 with_test_prefix. Always restart GDB. No need to delete
2725 breakpoints after the test.
2726 (test_skip_handler): Remove prefix parameter.
2727 (skip_over_handler, breakpoint_to_handler)
2728 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2729 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2730 restart GDB. No need to delete breakpoints after the test.
2731 (top level): Use foreach to call the test procedures with
2732 different commands.
2733
a5b6e449
PA
27342014-10-28 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2737 instead of GNATS numbers.
2738 * gdb.base/sigbpt.exp: Likewise.
2739 * gdb.base/siginfo.exp: Likewise.
2740 * gdb.base/sigstep.exp: Likewise.
2741
e5f8a7cc
PA
27422014-10-27 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.base/sigstep.c (dummy): New global.
2745 (main): Issue a couple writes to the new global.
2746 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2747 procedures.
2748 (skip_over_handler): Use test_skip_handler.
2749 (top level): Call skip_over_handler for stepi and nexti too.
2750 (breakpoint_over_handler): Use test_skip_handler.
2751 (top level): Call breakpoint_over_handler for stepi and nexti too.
2752
763905a3
YQ
27532014-10-27 Yao Qi <yao@codesourcery.com>
2754
2755 * gdb.trace/tfile.c (adjust_function_address)
2756 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2757 function descriptor.
2758
6f259a23
DB
27592014-10-24 Don Breazeal <donb@codesourcery.com>
2760
2761 * gdb.base/foll-fork.exp (test_follow_fork,
2762 catch_fork_child_follow): Check for updated fork messages emitted
2763 from infrun.c.
2764 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2765 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2766 vfork_and_exec_child_follow_through_step): Check for updated vfork
2767 messages emitted from infrun.c.
2768
09dd9a69
PA
27692014-10-24 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.base/corefile.exp: Remove references to ultrix.
2772 * gdb.base/interrupt.exp: Likewise.
2773 * gdb.base/whatis.exp: Likewise.
2774 * gdb.gdb/selftest.exp: Likewise.
2775 * gdb.threads/manythreads.exp: Likewise.
2776 * gdb.threads/print-threads.exp: Likewise.
2777 * gdb.threads/pthreads.exp:: Likewise.
2778 * gdb.threads/schedlock.exp: Likewise.
2779
3433cfa5
SC
27802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2781
2782 * gdb.cp/non-trivial-retval.cc: Add a test case.
2783 * gdb.cp/non-trivial-retval.exp: Add a test.
2784
092f880b
YQ
27852014-10-20 Yao Qi <yao@codesourcery.com>
2786
2787 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2788 * gdb.python/py-objfile-script-gdb.py: New file.
2789 * gdb.python/py-objfile-script.exp: Update reference to
2790 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2791 of remote_download. Remove the dest file.
2792
acbdb7f3
YQ
27932014-10-20 Yao Qi <yao@codesourcery.com>
2794
2795 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2796 * gdb.base/step-line.exp: Likewise.
2797 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2798 * gdb.dwarf2/dw2-basic.exp: Likewise.
2799 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2800 * gdb.dwarf2/dw2-filename.exp: Likewise.
2801 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2802 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2803 * gdb.dwarf2/dw2-producer.exp: Likewise.
2804 * gdb.dwarf2/mac-fileno.exp: Likewise.
2805 * gdb.python/py-frame-args.exp: Likewise.
2806 * gdb.python/py-framefilter.exp: Likewise.
2807 * gdb.python/py-mi.exp: Likewise.
2808 * gdb.python/py-objfile-script.exp: Likewise
2809 * gdb.python/py-pp-integral.exp: Likewise.
2810 * gdb.python/py-pp-re-notag.exp: Likewise.
2811 * gdb.python/py-prettyprint.exp: Likewise.
2812 * gdb.python/py-section-script.exp: Likewise.
2813 * gdb.python/py-typeprint.exp: Likewise.
2814 * gdb.python/py-xmethods.exp: Likewise.
2815 * gdb.stabs/weird.exp: Likewise.
2816 * gdb.xml/tdesc-regs.exp: Likewise.
2817
bd286a29
KCY
28182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2819
2820 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2821 (out_cu): Use addr_len for the size of addresses.
2822 (out_line): Likewise. Size DW_LNE_set_address instruction
2823 according to addr_len.
2824 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2825 (FUNC): Add START_INSNS to definition.
2826
673dc4a0
YQ
28272014-10-18 Yao Qi <yao@codesourcery.com>
2828
2829 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2830 gdb_has_argv0 return true.
2831 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2832 check [target_info exists noargs], check [gdb_has_argv0]
2833 instead.
2834 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2835 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2836 procedures.
2837
4ffbba72
DE
28382014-10-17 Doug Evans <dje@google.com>
2839
2840 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2841 event.
2842 * gdb.python/py-events.py: Add clear_objfiles event.
2843
d096d8c1
DE
28442014-10-17 Doug Evans <dje@google.com>
2845
2846 * gdb.python/py-objfile.exp: Test progspace attribute.
2847
a80db015
LM
28482014-10-17 Luis Machado <lgustavo@codesourcery.com>
2849
2850 * gdb.guile/scm-breakpoint.exp: Do not assume any
2851 directory separators when matching source file paths.
2852 * gdb.python/py-breakpoint.exp: Likewise.
2853 * gdb.reverse/break-precsave.exp: Likewise.
2854 * gdb.reverse/break-reverse.exp: Likewise.
2855 * gdb.reverse/consecutive-precsave.exp: Likewise.
2856 * gdb.reverse/finish-precsave.exp: Likewise.
2857 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2858 * gdb.reverse/finish-reverse.exp: Likewise.
2859 * gdb.reverse/i386-precsave.exp: Likewise.
2860 * gdb.reverse/i387-env-reverse.exp: Likewise.
2861 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2862 * gdb.reverse/machinestate-precsave.exp: Likewise.
2863 * gdb.reverse/machinestate.exp: Likewise.
2864 * gdb.reverse/sigall-precsave.exp: Likewise.
2865 * gdb.reverse/solib-precsave.exp: Likewise.
2866 * gdb.reverse/step-precsave.exp: Likewise.
2867 * gdb.reverse/until-precsave.exp: Likewise.
2868 * gdb.reverse/watch-precsave.exp: Likewise.
2869 * gdb.reverse/watch-reverse.exp: Likewise.
2870
b22089ab
YQ
28712014-10-17 Yao Qi <yao@codesourcery.com>
2872
2873 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2874 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2875
6c4486e6
PA
28762014-10-17 Pedro Alves <palves@redhat.com>
2877
2878 PR gdb/17471
2879 * gdb.base/bg-execution-repeat.c: New file.
2880 * gdb.base/bg-execution-repeat.exp: New file.
2881
0ff33695
PA
28822014-10-17 Pedro Alves <palves@redhat.com>
2883
2884 PR gdb/17300
2885 * gdb.base/continue-all-already-running.c: New file.
2886 * gdb.base/continue-all-already-running.exp: New file.
2887
6fdebc3d
PA
28882014-10-17 Pedro Alves <palves@redhat.com>
2889
2890 PR gdb/17472
2891 * gdb.base/annota-input-while-running.c: New file.
2892 * gdb.base/annota-input-while-running.exp: New file.
2893
32a8097b
PA
28942014-10-17 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.base/callfuncs.exp: emove references to osf.
2897 * gdb.base/sigall.exp: Likewise.
2898 * gdb.gdb/selftest.exp: Likewise.
2899 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2900 * gdb.mi/non-stop.c: Likewise.
2901 * gdb.mi/pthreads.c: Likewise.
2902 * gdb.reverse/sigall-precsave.exp: Likewise.
2903 * gdb.reverse/sigall-reverse.exp: Likewise.
2904 * gdb.threads/pthreads.c: Likewise.
2905 * gdb.threads/pthreads.exp: Likewise.
2906
7a3517ff
YQ
29072014-10-17 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2910 check 'target_info exists noargs'.
2911 (test_command_prompt_position): Likewise.
2912 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2913 Remove "set args".
2914 (progvar_simple_while_test): Likewise.
2915 (progvar_complex_if_while_test): Likewise.
2916 (if_while_breakpoint_command_test): Likewise.
2917 (infrun_breakpoint_command_test): Likewise.
2918 (breakpoint_command_test): Likewise.
2919 (watchpoint_command_test): Likewise.
2920 (bp_deleted_in_command_test): Likewise.
2921 (temporary_breakpoint_commands): Likewise.
2922
bb99c472
YQ
29232014-10-16 Yao Qi <yao@codesourcery.com>
2924
2925 * gdb.base/remotetimeout.exp: Remove noargs checking.
2926
7c16b83e
PA
29272014-10-15 Pedro Alves <palves@redhat.com>
2928
2929 PR breakpoints/9649
2930 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2931 * gdb.base/breakpoint-in-ro-region.exp
2932 (probe_target_hardware_step): New procedure.
2933 (top level): Probe hardware stepping and hardware breakpoint
2934 support. Test stepping through a read-only region, with both
2935 "breakpoint auto-hw" on and off and both "always-inserted" on and
2936 off.
2937
35a49624
IB
29382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2939
2940 * gdb.dlang/demangle.exp: Update for demangling changes.
2941
2d1c107c
SC
29422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2943
2944 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2945 * gdb.cp/non-trivial-retval.exp: Add new tests.
2946
778811d5
SC
29472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2948
2949 PR c++/13403
2950 PR c++/15154
2951 * gdb.cp/non-trivial-retval.cc: New file.
2952 * gdb.cp/non-trivial-retval.exp: New file.
2953
10c5f0a8
YQ
29542014-10-15 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2957 remote host.
2958
65d7b369
YQ
29592014-10-15 Yao Qi <yao@codesourcery.com>
2960
2961 * gdb.python/py-symbol.exp: Match file base name if host is
2962 remote, otherwise match file name with dir name.
2963 * gdb.python/py-symtab.exp: Likewise.
2964 * gdb.python/python.exp: Likewise.
2965
46dc1394
YQ
29662014-10-15 Yao Qi <yao@codesourcery.com>
2967
2968 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2969 pattern.
2970 * gdb.python/py-symtab.exp: Likewise.
2971 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2972 locationn.
2973
c40cc657
JB
29742014-10-14 Joel Brobecker <brobecker@adacore.com>
2975
2976 * gdb.ada/addr_arith: New testcase.
2977
2abf49e1
MR
29782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2979
2980 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2981 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2982 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2983 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2984
f7088df3
SDJ
29852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2986
2987 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2988 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2989 * gdb.arch/stap-eval-lang-ada.exp: New file.
2990
4dc06805
YQ
29912014-10-14 Yao Qi <yao@codesourcery.com>
2992
2993 * gdb.mi/mi-var-child.c (nothing1): New function.
2994 (nothing2): New function.
2995 (do_children_tests): Set function pointers by nothing1 and
2996 nothing2.
2997 * gdb.mi/mi-var-child.exp: Step over new added statements.
2998 Update test to match the new output.
2999 * gdb.mi/var-cmd.c (nothing1): New function.
3000 (nothing2): New function.
3001 (do_children_tests): Set function pointers by nothing1 and
3002 nothing2.
3003 * gdb.mi/mi-var-display.exp: Update test to match output.
3004 Step to the line specified by $line_dct_nothing.
3005 Increase the number of lines to step.
3006
46a93de2
YQ
30072014-10-14 Yao Qi <yao@codesourcery.com>
3008
3009 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3010 tests.
3011 * gdb.mi/mi2-var-child.exp: Likewise.
3012
14ea52ee
DE
30132014-10-13 Doug Evans <dje@google.com>
3014
3015 * gdb.python/py-objfile.exp: Change name of file name test.
3016
e5c6e92b
DE
30172014-10-13 Doug Evans <dje@google.com>
3018
3019 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3020 from the start of the CU.
3021
c780cc2f
JK
30222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3023 Yao Qi <yao@codesourcery.com>
3024
3025 Fix "save breakpoints" for "catch" command.
3026 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3027 Remove -nonewline. Match also the added "main" line.
3028
99894e11
JK
30292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3030
3031 Fix "save breakpoints" for "disable $bpnum" command.
3032 * gdb.base/save-bp.c (main): Add label.
3033 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3034
6e1ac5a3
JK
30352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3036
3037 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3038
754dd2b0
YQ
30392014-10-11 Yao Qi <yao@codesourcery.com>
3040
3041 * gdb.server/server-kill.exp: Execute command
3042 "set remote trace-status-packet on" before "tstatus".
3043
f90183d7
YQ
30442014-10-11 Yao Qi <yao@codesourcery.com>
3045
3046 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3047 (main): Call getppid.
3048 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3049 and continue to it. Read variable "server_pid".
3050
bf40a607
YQ
30512014-10-11 Yao Qi <yao@codesourcery.com>
3052
3053 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3054
052ca370
YQ
30552014-10-11 Yao Qi <yao@codesourcery.com>
3056
3057 * gdb.threads/thread-find.exp: Don't execute command
3058 "info threads".
3059 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3060 * gdb.threads/linux-dp.exp: Don't check the condition
3061 $threads_created equals to zero.
3062
3831839c
PA
30632014-10-10 Pedro Alves <palves@redhat.com>
3064
3065 * gdb.base/bigcore.exp: Remove references to IRIX.
3066 * gdb.base/funcargs.exp: Likewise.
3067 * gdb.base/interrupt.exp: Likewise.
3068 * gdb.base/mips_pro.exp: Likewise.
3069 * gdb.base/nodebug.exp: Likewise.
3070 * gdb.base/setvar.exp: Likewise.
3071 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3072
8b9a549d
PA
30732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3074 Pedro Alves <palves@redhat.com>
3075
3076 PR symtab/14466
3077 * gdb.base/vdso-warning.c: New file.
3078 * gdb.base/vdso-warning.exp: New file.
3079
d48ba5e8
DE
30802014-10-02 Doug Evans <dje@google.com>
3081
3082 * gdb.base/structs.c (main): Don't run forever.
3083
2278c276
PA
30842014-10-02 Pedro Alves <palves@redhat.com>
3085
3086 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3087 (top level) <stop threads 1, stop threads 2>: Use it.
3088
b57bacec
PA
30892014-10-02 Pedro Alves <palves@redhat.com>
3090
3091 * gdb.threads/break-while-running.exp (test): Add new
3092 'update_thread_list' argument. Skip "info threads" if false.
3093 (top level): Add new 'update_thread_list' axis.
3094
13fd3ff3
PA
30952014-10-02 Pedro Alves <palves@redhat.com>
3096
3097 PR breakpoints/17431
3098 * gdb.base/execl-update-breakpoints.c: New file.
3099 * gdb.base/execl-update-breakpoints.exp: New file.
3100
0fec99e8
PA
31012014-10-01 Pedro Alves <palves@redhat.com>
3102
3103 * gdb.base/breakpoint-in-ro-region.c: New file.
3104 * gdb.base/breakpoint-in-ro-region.exp: New file.
3105
2ddf4301
SM
31062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3107
3108 * gdb.mi/mi-exit-code.exp: New file.
3109 * gdb.mi/mi-exit-code.c: New file.
3110
6a5f3f43
YQ
31112014-09-30 Yao Qi <yao@codesourcery.com>
3112
3113 * lib/prelink-support.exp (build_executable_own_libs): Error if
3114 the target isn't native.
3115
345bcc73
YQ
31162014-09-30 Yao Qi <yao@codesourcery.com>
3117
3118 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3119 false.
3120
a25a5a45
PA
31212014-09-22 Pedro Alves <palves@redhat.com>
3122
3123 * gdb.threads/break-while-running.exp: New file.
3124 * gdb.threads/break-while-running.c: New file.
3125
00ba3162
YQ
31262014-09-19 Yao Qi <yao@codesourcery.com>
3127
3128 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3129 Invoke test. Restart GDB with --readnow and invoke test again.
3130
c3b7b696
YQ
31312014-09-19 Yao Qi <yao@codesourcery.com>
3132
3133 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3134 proc set_breakpoint_on_gcd_function. Invoke
3135 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3136 invoke set_breakpoint_on_gcd_function again.
3137
2b4fd423
DE
31382014-09-18 Doug Evans <dje@google.com>
3139
3140 * gdb.dwarf2/symtab-producer.exp: New file.
3141
a5947601
SDJ
31422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3143
3144 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3145 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3146 * gdb.base/global-var-nested-by-dso.c: Likewise.
3147 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3148
91c19059
SDJ
31492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3150 Pedro Alves <palves@redhat.com>
3151
3152 * gdb.base/watch-bitfields.exp: Pass string other than test file
3153 name to prepare_for_testing.
3154 (watch): New procedure.
3155 (expect_watchpoint): Use with_test_prefix.
3156 (top level): Factor out tests to ...
3157 (test_watch_location, test_regular_watch): ... these new
3158 procedures, and use with_test_prefix and gdb_continue_to_end.
3159
bb9d5f81
PP
31602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3161
3162 PR breakpoints/12526
3163 * gdb.base/watch-bitfields.exp: New file.
3164 * gdb.base/watch-bitfields.c: New file.
3165
635856f5
PA
31662014-09-16 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3169 software and hardware addresses, not software address against
3170 itself.
3171
7280ceea
PA
31722014-09-16 Pedro Alves <palves@redhat.com>
3173
3174 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3175 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3176
428b16bd
PA
31772014-09-16 Pedro Alves <palves@redhat.com>
3178
3179 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3180 files.
3181 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3182 "*-*-vxworks*" throughout.
3183 * gdb.base/break.exp: Likewise.
3184 * gdb.base/default.exp: Likewise.
3185 * gdb.base/scope.exp: Likewise.
3186 * gdb.base/sepdebug.exp: Likewise.
3187 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3188 throughout.
3189 * gdb.base/run.c: Likewise.
3190 * gdb.base/sepdebug.c: Likewise.
3191 * gdb.hp/gdb.aCC/run.c: Likewise.
3192 * gdb.reverse/until-reverse.c: Likewise.
3193 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3194
666d413c
YQ
31952014-09-16 Yao Qi <yao@codesourcery.com>
3196
3197 * boards/local-remote-host-native.exp: New file.
3198
57cbd724
DE
31992014-09-14 Doug Evans <xdje42@gmail.com>
3200
3201 * gdb.threads/queue-signal.c (thread_count): New variable.
3202 (thread_count_mutex, thread_count_condvar): New variables.
3203 (incr_thread_count, wait_all_threads_running): New functions.
3204 (main): Wait for all threads to be in their thread functions.
3205
81219e53
DE
32062014-09-13 Doug Evans <xdje42@gmail.com>
3207
3208 * gdb.threads/queue-signal.c: New file.
3209 * gdb.threads/queue-signal.exp: New file.
3210
3714cea7
DE
32112014-09-13 Doug Evans <xdje42@gmail.com>
3212
3213 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3214 be consistent with what default_gdb_init uses.
3215 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3216 the plain text of the prompt. Add some logging printfs.
3217 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3218
fa43b1d7
PA
32192014-09-12 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3222 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3223 * gdb.arch/i386-size-overlap.exp: Likewise.
3224 * gdb.arch/i386-size.exp: Likewise.
3225 * gdb.arch/i386-unwind.exp: Likewise.
3226 * gdb.base/a2-run.exp: Likewise.
3227 * gdb.base/break.exp: Likewise.
3228 * gdb.base/charset.exp: Likewise.
3229 * gdb.base/chng-syms.exp: Likewise.
3230 * gdb.base/commands.exp: Likewise.
3231 * gdb.base/dbx.exp: Likewise.
3232 * gdb.base/find.exp: Likewise.
3233 * gdb.base/funcargs.exp: Likewise.
3234 * gdb.base/jit-simple.exp: Likewise.
3235 * gdb.base/reread.exp: Likewise.
3236 * gdb.base/sepdebug.exp: Likewise.
3237 * gdb.base/step-bt.exp: Likewise.
3238 * gdb.cp/mb-inline.exp: Likewise.
3239 * gdb.cp/mb-templates.exp: Likewise.
3240 * gdb.objc/basicclass.exp: Likewise.
3241 * gdb.threads/killed.exp: Likewise.
3242
9d9bf2df
EBM
32432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3244
3245 PR tdep/17379
3246 * gdb.arch/powerpc-stackless.S: New file.
3247 * gdb.arch/powerpc-stackless.exp: New file.
3248
1cf2f1b0
JK
32492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3250
3251 * gdb.base/attach.c: Include unistd.h.
3252 (main): Call alarm. Add label postloop.
3253 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3254 gdb_breakpoint, gdb_continue_to_breakpoint.
3255 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3256
98880d46
PA
32572014-09-11 Pedro Alves <palves@redhat.com>
3258
3259 PR gdb/17347
3260 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3261 * gdb.base/attach.exp (test_command_line_attach_run): New
3262 procedure.
3263 (top level): Call it.
3264
4c92ff2c
PA
32652014-09-11 Pedro Alves <palves@redhat.com>
3266
3267 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3268 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3269 (do_command_attach_tests): Use spawn_wait_for_attach.
3270 * gdb.base/solib-overlap.exp: Likewise.
3271 * gdb.multi/multi-attach.exp: Likewise.
3272 * gdb.python/py-prompt.exp: Likewise.
3273 * gdb.python/py-sync-interp.exp: Likewise.
3274 * gdb.server/ext-attach.exp: Likewise.
3275
3adc1a7d
GKB
32762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3277
3278 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3279 command in testcase. Simplify testcase.
3280
96334934
JB
32812014-09-10 Joel Brobecker <brobecker@adacore.com>
3282
3283 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3284
eb479039
JB
32852014-09-10 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3288
deede10c
JB
32892014-09-10 Joel Brobecker <brobecker@adacore.com>
3290
3291 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3292
7828a5f5
JB
32932014-09-10 Joel Brobecker <brobecker@adacore.com>
3294
3295 * gdb.dwarf2/dynarr-ptr.c: New file.
3296 * gdb.dwarf2/dynarr-ptr.exp: New file.
3297
33aeebcf
MR
32982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3299
3300 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3301 of 30 rather than hardcoding 120 for a slow test case. Take the
3302 `gdb,timeout' target setting into account for this calculation.
3303 Don't extend the timeout for the test cases that don't need it.
3304
7b415901
MR
33052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3306
3307 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3308 a factor of 2 for a slow test case. Take the `gdb,timeout'
3309 target setting into account for this calculation.
3310 * gdb.reverse/until-precsave.exp: Increase the timeout by
3311 a factor of 15 and 3 respectively rather than adding 120
3312 for a pair of slow test cases. Take the `gdb,timeout'
3313 target setting into account for this calculation.
3314
4a40f85a
MR
33152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3316
3317 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3318 timeout, don't pass one down to gdb_expect.
3319 (gdb_expect): Rework timeout selection.
3320
09635af7
MR
33212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3322
3323 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3324 exception on timeout.
3325 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3326 (gdbserver_start_extended): Catch any `gdbserver_start' error
3327 exceptions.
3328 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3329 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3330 `gdbserver_gdb_load' error exceptions.
3331
2bdd10b7
MR
33322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3333
3334 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3335 120 on waiting for the TCP socket to open.
3336
316935f0
DE
33372014-09-09 Doug Evans <xdje42@gmail.com>
3338
3339 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3340 _caller_matches, _any_caller_is, _any_caller_matches.
3341
83740597
DE
33422014-09-09 Doug Evans <xdje42@gmail.com>
3343
3344 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3345
4c122fc3
YQ
33462014-09-09 Yao Qi <yao@codesourcery.com>
3347
3348 * gdb.mi/mi-var-display.exp: Set print symbol off.
3349
a9f116cb
GKB
33502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3351
3352 PR gdb/17035
3353 * gdb.base/commands.exp: Add tests to verify user-defined
3354 commands with empty bodies.
3355 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3356 python commands in `show user command`.
3357 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3358 scheme commands in `show user command`.
3359
c75bd3a2
JK
33602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3361
3362 PR python/17355
3363 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3364 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3365 * gdb.python/py-framefilter-invalidarg.exp: New file.
3366 * gdb.python/py-framefilter-invalidarg.py: New file.
3367
faa42425
DE
33682014-09-06 Doug Evans <xdje42@gmail.com>
3369
3370 PR 15276
3371 * gdb.python/py-caller-is.c: New file.
3372 * gdb.python/py-caller-is.exp: New file.
3373
474ca4f6
SDJ
33742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3375
3376 PR gdb/17235
3377 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3378 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3379
eb0b0463
SDJ
33802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3381
3382 PR fortran/17237
3383 * gdb.fortran/print-formatted.exp: New file.
3384 * gdb.fortran/print-formatted.f90: Likewise.
3385
5f3b99cf
SS
33862014-09-03 Sasha Smundak <asmundak@google.com>
3387
3388 * gdb.python/py-frame.exp: Test Frame.read_register.
3389
7d793aa9
SDJ
33902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3391
3392 PR python/16699
3393 * gdb.python/py-completion.exp: New file.
3394 * gdb.python/py-completion.py: Likewise.
3395
fb0576e9
DE
33962014-08-28 Doug Evans <dje@google.com>
3397
3398 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3399 eax,etc. are live with values set by gdb and thus the compiler can't
3400 use them.
3401 * gdb.arch/i386-pseudo.c (main): Ditto.
3402
ee92b0dd
DE
34032014-08-27 Doug Evans <dje@google.com>
3404
3405 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3406
6649db35
DE
34072014-08-25 Doug Evans <dje@google.com>
3408
3409 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3410 (main): Ditto.
3411
564b7600
DE
34122014-08-25 Doug Evans <dje@google.com>
3413
3414 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3415
3881fb67
YQ
34162014-08-24 Yao Qi <yao@codesourcery.com>
3417
3418 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3419 symbol off.
3420 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3421
a05a36a5
DE
34222014-08-22 Doug Evans <dje@google.com>
3423
3424 PR 17276
3425 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3426 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3427 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3428
7c343b48
YQ
34292014-08-22 Yao Qi <yao@codesourcery.com>
3430
3431 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3432 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3433 * gdb.python/python.exp: Likewise. Use .py file on the host
3434 instead of the build.
3435
22fd09ae
JK
34362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3437
3438 * gdb.threads/gcore-stale-thread.c: New file.
3439 * gdb.threads/gcore-stale-thread.exp: New file.
3440
a8454a7c
PA
34412014-08-21 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3444 * gdb.base/gcore-relro-pie.exp: Likewise.
3445 * gdb.base/gcore-relro.exp: Likewise.
3446 * gdb.base/gcore.exp: Likewise.
3447 * gdb.base/print-symbol-loading.exp: Likewise.
3448 * gdb.threads/gcore-thread.exp: Likewise.
3449 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3450
2a31c623
PA
34512014-08-20 Pedro Alves <palves@redhat.com>
3452 Jan Kratochvil <jan.kratochvil@redhat.com>
3453
3454 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3455 configure.
3456 (EXPECT): Handle READ1 being set.
3457 (all): Depend on EXTRA_RULES.
3458 (check-read1, expect-read1, read1.so, read1): New rules.
3459 * README (Testsuite Parameters): Document the READ1 make variable.
3460 (Race detection): New section.
3461 * configure: Regenerate.
3462 * configure.ac: If build==host==target, and running under a
3463 GNU/glibc system, add read1 to the extra Makefile rules.
3464 (EXTRA_RULES): AC_SUBST it.
3465 * lib/read1.c: New file.
3466
d36430db
JB
34672014-08-20 Joel Brobecker <brobecker@adacore.com>
3468
3469 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3470 the handling of variables declared as a typedef to an array
3471 which a DW_AT_data_location attribute.
3472
9a0dc9e3
PA
34732014-08-19 Andrew Burgess <aburgess@broadcom.com>
3474 Pedro Alves <palves@redhat.com>
3475
3476 PR symtab/14604
3477 PR symtab/14605
3478 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3479 gdb_test.
3480
0718a8da
PA
34812014-08-19 Pedro Alves <palves@redhat.com>
3482
3483 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3484
13b448cd
YQ
34852014-08-19 Yao Qi <yao@codesourcery.com>
3486
3487 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3488 right line.
3489
1cbf5077
DB
34902014-08-18 David Blaikie <dblaikie@gmail.com>
3491
3492 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3493
bf0fae19
JB
34942014-08-18 Joel Brobecker <brobecker@adacore.com>
3495
3496 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3497 attribute in array range.
3498
3c8c5dcc
JB
34992014-08-18 Joel Brobecker <brobecker@adacore.com>
3500
3501 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3502
e66d4446
SC
35032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3504
3505 PR c++/17132
3506 * gdb.cp/pr17132.cc: New file.
3507 * gdb.cp/pr17132.exp: New file.
3508
940df408
SC
35092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3510
3511 * gdb.python/py-xmethods.py (A_getarrayind)
3512 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3513 Use 'print' with function call syntax.
3514 (E_method_matcher.match): Fix tab vs space indentation mixup.
3515
ebcc6c3a
YQ
35162014-08-15 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3519 false.
3520
775e0f04
YQ
35212014-08-15 Yao Qi <yao@codesourcery.com>
3522
3523 * gdb.cp/casts.exp: Set print symbol off.
3524 * gdb.cp/class2.exp: Likewise.
3525 * gdb.cp/overload.exp: Likewise.
3526 * gdb.cp/templates.exp: Likewise.
3527
d769e349
DE
35282014-08-11 Doug Evans <dje@google.com>
3529
3530 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3531 (test_load_shlib): Update.
3532
20c6f1e1
YQ
35332014-08-09 Yao Qi <yao@codesourcery.com>
3534
3535 * gdb.base/display.exp: Invoke is_address_zero_readable.
3536 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3537 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3538 * gdb.base/hbreak-unmapped.exp: Return if
3539 is_address_zero_readable returns true.
3540 * gdb.base/signest.exp: Likewise.
3541 * gdb.base/signull.exp: Likewise.
3542 * gdb.base/sigbpt.exp: Likewise.
3543 * gdb.guile/scm-disasm.exp: Do the test if
3544 is_address_zero_readable returns false.
3545 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3546 * gdb.python/py-arch.exp: Likewise.
3547 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3548 * lib/gdb.exp (is_address_zero_readable): New proc.
3549
5792e8e3
YQ
35502014-08-09 Yao Qi <yao@codesourcery.com>
3551
3552 PR testsuite/13443
3553 * gdb.mi/mi-var-display.exp: Make test messages unique.
3554
3cecbbbe
TT
35552014-08-04 Tom Tromey <tromey@redhat.com>
3556
3557 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3558 target 0".
3559
00b51ff5
TT
35602014-08-04 Tom Tromey <tromey@redhat.com>
3561
3562 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3563 "target_resume".
3564
6908c509
JB
35652014-08-01 Joel Brobecker <brobecker@adacore.com>
3566
3567 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3568 inner_vla_struct_object_size.
3569 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3570 as xfail.
3571
cc6563d2
PA
35722014-07-30 Pedro Alves <palves@redhat.com>
3573
3574 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3575 comment.
3576
7e09a223
YQ
35772014-07-29 Yao Qi <yao@codesourcery.com>
3578
3579 PR gdb/17206
3580 * gdb.base/until-nodebug.exp: New.
3581
7ebdbe92
DE
35822014-07-28 Doug Evans <xdje42@gmail.com>
3583
3584 PR guile/17203
3585 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3586 previously existing parameter, and previously ambiguously spelled
3587 parameter.
3588
fdb1adc6
WN
35892014-07-28 Will Newton <will.newton@linaro.org>
3590
3591 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3592
186fcde0
DE
35932014-07-26 Ludovic Courtès <ludo@gnu.org>
3594 Doug Evans <xdje42@gmail.com>
3595
3596 PR guile/17146
3597 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3598
70509625
PA
35992014-07-25 Pedro Alves <palves@redhat.com>
3600
3601 * gdb.threads/signal-command-handle-nopass.c: New file.
3602 * gdb.threads/signal-command-handle-nopass.exp: New file.
3603 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3604 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3605 * gdb.threads/signal-delivered-right-thread.c: New file.
3606 * gdb.threads/signal-delivered-right-thread.exp: New file.
3607
c3f814a1
PA
36082014-07-25 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.base/double-prompt-target-event-error.exp
3611 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3612 match.
3613 (cancel_pagination_in_target_event): Rework double prompt
3614 detection.
3615 * gdb.base/paginate-after-ctrl-c-running.exp
3616 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3617 <return>' match.
3618 * gdb.base/paginate-bg-execution.exp
3619 (test_bg_execution_pagination_return)
3620 (test_bg_execution_pagination_cancel): Remove '-notransfer
3621 <return>' matches.
3622 * gdb.base/paginate-execution-startup.exp
3623 (test_fg_execution_pagination_return)
3624 (test_fg_execution_pagination_cancel): Remove '-notransfer
3625 <return>' matches.
3626 * gdb.base/paginate-inferior-exit.exp
3627 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3628 match.
3629 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3630 * lib/gdb.exp (pagination_prompt): Run text through
3631 string_to_regexp.
3632 (gdb_test_multiple): Match $pagination_prompt instead of
3633 "<return>".
3634 (string_to_regexp): Move to lib/gdb-utils.exp.
3635
e214cf6c
JK
36362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3637
3638 * gdb.arch/amd64-entry-value-paramref.S: New file.
3639 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3640 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3641 * gdb.arch/amd64-optimout-repeat.S: New file.
3642 * gdb.arch/amd64-optimout-repeat.c: New file.
3643 * gdb.arch/amd64-optimout-repeat.exp: New file.
3644
17d0c5c8
JK
36452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3646
3647 PR gdb/17170
3648 * gdb.base/statistics.exp: New file.
3649
b8b8facf
DE
36502014-07-17 Doug Evans <dje@google.com>
3651
74b49205 3652 PR gdb/17170
b8b8facf
DE
3653 * gdb.base/maint.exp: Update testing of per-command stats.
3654
1b5d0ab3
PA
36552014-07-16 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3658 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3659 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3660 (tfile_write_buf): New functions.
3661 (add_memory_block): Rewrite using the above.
3662 (adjust_function_address): New function.
3663 (FUNCTION_ADDRESS): New macro.
3664 (write_basic_trace_file): Remove short_x local, and use
3665 tfile_write_16. Change type of func_addr local to unsigned long
3666 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3667 here. Cast argument of add_memory_block to char pointer.
3668 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3669 (main): Remove parameters.
3670 * gdb.trace/tfile.exp: Remove nowarnings.
3671
4d974e88
SM
36722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3673
3674 * gdb.base/debug-expr.exp: Test string evaluation with
3675 "debug expression" on.
3676
41e99568
PA
36772014-07-15 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.base/reread.exp: Use clean_restart.
3680
487d9753
PL
36812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3682
3683 * gdb.arch/avr-flash-qualifer.c: New.
3684 * gdb.arch/avr-flash-qualifer.exp: New.
3685
cc1c52ad
PA
36862014-07-14 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3689 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3690
1e973570
PA
36912014-07-14 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.base/double-prompt-target-event-error.c: New file.
3694 * gdb.base/double-prompt-target-event-error.exp: New file.
3695
93d6eb10
PA
36962014-07-14 Pedro Alves <palves@redhat.com>
3697
3698 PR gdb/17072
3699 * gdb.base/paginate-inferior-exit.c: New file.
3700 * gdb.base/paginate-inferior-exit.exp: New file.
3701
0017922d
PA
37022014-07-14 Pedro Alves <palves@redhat.com>
3703
3704 PR gdb/17072
3705 * gdb.base/paginate-bg-execution.c: New file.
3706 * gdb.base/paginate-bg-execution.exp: New file.
3707
94696ad3
PA
37082014-07-14 Pedro Alves <palves@redhat.com>
3709
3710 PR gdb/17072
3711 * gdb.base/paginate-execution-startup.c: New file.
3712 * gdb.base/paginate-execution-startup.exp: New file.
3713 * lib/gdb.exp (pagination_prompt): New global.
3714 (default_gdb_spawn): New procedure, factored out from
3715 default_gdb_spawn.
3716 (default_gdb_start): Adjust to call default_gdb_spawn.
3717 (gdb_spawn): New procedure.
3718
bd293940
PA
37192014-07-14 Pedro Alves <palves@redhat.com>
3720
3721 * lib/gdb.exp (gdb_assert): New procedure.
3722 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3723
c933f875
PA
37242014-07-14 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.base/execution-termios.c: New file.
3727 * gdb.base/execution-termios.exp: New file.
3728
d98b7a16
TT
37292014-07-14 Tom Tromey <tromey@redhat.com>
3730
3731 * gdb.cp/vla-cxx.cc: New file.
3732 * gdb.cp/vla-cxx.exp: New file.
3733
548740d6
TT
37342014-07-14 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.reverse/rerun-prec.c: New file.
3737 * gdb.reverse/rerun-prec.exp: New file.
3738
a25eb028
MR
37392014-07-12 Maciej W. Rozycki <macro@mips.com>
3740 Maciej W. Rozycki <macro@codesourcery.com>
3741
3742 * lib/gdb-utils.exp: New file.
3743 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3744 inline `gdb_init_command' processing.
3745 (gdb_start_cmd): Likewise.
3746 * lib/mi-support.exp (mi_run_cmd): Likewise.
3747 * README: Document `gdb_init_command' and `gdb_init_commands'.
3748
218c2655
JK
37492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3750
3751 Fix false FAIL running under a very long directory name.
3752 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3753 and "set print elements 10000". Twice.
3754
5401fde3
YQ
37552014-07-11 Yao Qi <yao@codesourcery.com>
3756
3757 * gdb.base/exprs.exp: "set print symbol off".
3758
e76126e8
PA
37592014-07-11 Pedro Alves <palves@redhat.com>
3760
3761 * gdb.threads/kill.c: New file.
3762 * gdb.threads/kill.exp: New file.
3763
2d6f0de6
YQ
37642014-07-10 Yao Qi <yao@codesourcery.com>
3765
3766 * gdb.trace/tfile.c (write_basic_trace_file)
3767 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3768 address written to trace file.
3769
7180e04a
PA
37702014-07-09 Pedro Alves <palves@redhat.com>
3771
3772 * gdb.base/attach-wait-input.exp: New file.
3773 * gdb.base/attach-wait-input.c: New file.
3774
9a9a7608
AB
37752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3776
3777 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3778 setting up test structures.
3779 (main): Call new test function.
3780 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3781 test function, continue into test function and walk test
3782 structures.
3783
161ac41e
YQ
37842014-07-02 Yao Qi <yao@codesourcery.com>
3785
3786 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3787 'bar_start' at the beginning of functions 'foo' and 'bar'
3788 respectively.
3789 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3790 instead of 'foo' and 'bar'.
3791
1f267ae3
MM
37922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3793
3794 * gdb.btrace/segv.exp: New.
3795 * gdb.btrace/segv.c: New.
3796
2b239efb
LM
37972014-07-02 Luis Machado <lgustavo@codesourcery.com>
3798
3799 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3800 instruction.
3801
cf363f18
MW
38022014-06-30 Mark Wielaard <mjw@redhat.com>
3803
3804 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3805 vulture, vilify, villar): New volatile array constants.
3806 (vindictive, vegetation): New const volatile array constants.
3807 * gdb.base/volatile.exp: Test volatile and const volatile array
3808 types.
3809
aebf9d24
AA
38102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3811
3812 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3813 target lacks support for awatch, rwatch, or hbreak.
3814
b67a2c6f
YQ
38152014-06-27 Yao Qi <yao@codesourcery.com>
3816
3817 * gdb.multi/dummy-frame-restore.exp: New.
3818 * gdb.multi/dummy-frame-restore.c: New.
3819
aef92902
MM
38202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3821
3822 * gdb.btrace/gcore.exp: New.
3823
8e9db26e
PA
38242014-06-23 Pedro Alves <palves@redhat.com>
3825
3826 * gdb.base/watchpoint-reuse-slot.c: New file.
3827 * gdb.base/watchpoint-reuse-slot.exp: New file.
3828
70afc5b7
SC
38292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3830
3831 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3832 progspace's filename in 'info', 'enable' and 'disable' command
3833 tests.
3834
b972bd9c
JK
38352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3838 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3839 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3840
125f8a3d
GB
38412014-06-20 Gary Benson <gbenson@redhat.com>
3842
3843 * gdb.arch/i386-avx.exp: Fix include file location.
3844 * gdb.arch/i386-sse.exp: Likewise.
3845
3ed9baed
IB
38462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3847
3848 * gdb.dlang/expression.exp: New file.
3849
034f788c
PA
38502014-06-19 Pedro Alves <palves@redhat.com>
3851
3852 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3853 out from ...
3854 (top level): ... here. Iterate running tests under different
3855 scheduler-locking settings.
3856
45371d0c
LM
38572014-06-18 Luis Machado <lgustavo@codesourcery.com>
3858
3859 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3860 to DW_FORM_addr and use non-zero addresses.
3861
5d376983
SC
38622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3863
3864 PR gdb/17017
3865 * gdb.python/py-xmethods.cc: Add global function call counters and
3866 increment them in their respective functions. Remove "cout"
3867 statements.
3868 * gdb.python/py-xmethods.exp: Make tests check the global function
3869 call counters instead of depending on inferior IO.
3870
a1aa2221
LM
38712014-06-18 Don Breazeal <donb@codesourcery.com>
3872
3873 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3874 Deleted procedure.
3875 (explicit_fork_parent_follow): Deleted procedure.
3876 (explicit_fork_child_follow): Deleted procedure.
3877 (test_follow_fork): New procedure.
3878 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3879 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3880 procedure calls.
3881
0fc05997
YQ
38822014-06-17 Yao Qi <yao@codesourcery.com>
3883
3884 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3885 CP1252.
3886
70795c52
LM
38872014-06-17 Luis Machado <lgustavo@codesourcery.com>
3888
3889 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3890 Initialize ptr and S explicitly.
3891 (skip_type_update_when_not_use_rtti_test): Likewise.
3892
6be47f0c
KS
38932014-06-16 Keith Seitz <keiths@redhat.com>
3894
3895 PR mi/15863
3896 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3897 the inferior is started.
3898
d03de421
PA
38992014-06-16 Pedro Alves <palves@redhat.com>
3900
3901 * gdb.base/break-main-file-remove-fail.c: New file.
3902 * gdb.base/break-main-file-remove-fail.exp: New file.
3903 * gdb.base/break-unload-file.exp: Use build_executable instead of
3904 prepare_for_testing.
3905 (test_break): New parameter "initial_load". Handle it.
3906 (top level): Add initial_load cmdline/file axis.
3907
f9579b99
TT
39082014-06-12 Tom Tromey <tromey@redhat.com>
3909
3910 * gdb.base/completion.exp: Don't use directory name in test.
3911
3657956b
GB
39122014-06-09 Gary Benson <gbenson@redhat.com>
3913
3914 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3915 separate the always-available ANSI-standard signals from the
3916 signals that require checking.
3917 (main): Likewise.
3918 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3919 Likewise.
3920 (main): Likewise.
3921
4186eb54
KS
39222014-06-07 Keith Seitz <keiths@redhat.com>
3923
3924 Revert:
3925 PR c++/16253
3926 * gdb.cp/var-tag.cc: New file.
3927 * gdb.cp/var-tag.exp: New file.
3928 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3929 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3930 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3931 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3932
25326a28 39332014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3934
3935 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3936
829155c9
PA
39372014-06-06 Pedro Alves <palves@redhat.com>
3938
3939 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3940 in target debug output instead of looking at RSP packets,
3941 disabling the test on any target that uses hardware stepping.
3942 Update comments.
3943
61c8d22e
PA
39442014-06-06 Pedro Alves <palves@redhat.com>
3945
3946 * gdb.base/break-unload-file.exp: Fix typo.
3947
d9a47287
YQ
39482014-06-06 Yao Qi <yao@codesourcery.com>
3949
3950 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3951 from "jit_function" to "^jit_function".
3952
e5e01dbf
YQ
39532014-06-06 Yao Qi <yao@codesourcery.com>
3954
3955 * gdb.base/async.c (foo): Add one statement.
3956 * gdb.base/async.exp: Get the next instruction address and
3957 match the output of "nexti" by instruction address. Match
3958 the hex address in the output of "finish".
3959
73ba372c
GB
39602014-06-06 Gary Benson <gbenson@redhat.com>
3961
3962 * gdb.base/call-signals.c: Remove preprocessor conditionals
3963 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3964 SIGSEGV and SIGTERM.
3965 * gdb.base/sigall.c: Likewise.
3966 * gdb.base/unwindonsignal.c: Likewise.
3967 * gdb.reverse/sigall-reverse.c: Likewise.
3968
831517df
YQ
39692014-06-06 Yao Qi <yao@codesourcery.com>
3970
3971 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3972 readable, skip the test.
3973
b8b91e98
YQ
39742014-06-06 Yao Qi <yao@codesourcery.com>
3975
3976 * gdb.threads/staticthreads.c (thread_function): Move the line
3977 setting breakpoint on forward.
3978 * gdb.threads/staticthreads.exp: Update comments.
3979
fb934770
LC
39802014-06-05 Ludovic Courtès <ludo@gnu.org>
3981
3982 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3983 "history-append! type error".
3984
6ef284bd
SM
39852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3986
3987 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3988 erroneous dprintf expected input.
3989
a872e241
DE
39902014-06-04 Doug Evans <xdje42@gmail.com>
3991
3992 * gdb.guile/scm-generics.exp: Delete.
3993
16f691fb
DE
39942014-06-04 Doug Evans <xdje42@gmail.com>
3995
3996 * gdb.guile/scm-breakpoint.exp: Update.
3997 Add tests for breakpoint registration.
3998
012370f6
TT
39992014-06-04 Tom Tromey <tromey@redhat.com>
4000
4001 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4002 VLA-in-union.
4003 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4004 inner_vla_struct, vla_union types. Initialize objects of those
4005 types and compute their sizes.
4006
9f5a4cef
HZ
40072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4008 Hui Zhu <hui@codesourcery.com>
4009
4010 * gdb.base/fileio.exp: Add test for shell not available as well as
4011 available.
4012 * gdb.base/fileio.c (test_system): Check for shell twice.
4013
90a45c4d
YQ
40142014-06-04 Yao Qi <yao@codesourcery.com>
4015
4016 * gdb.base/auto-connect-native-target.exp: Remove redundant
4017 space from the regexp pattern.
4018
70017e41
YQ
40192014-06-04 Yao Qi <yao@codesourcery.com>
4020
4021 * gdb.base/default.exp: Replace "child" with "native" in
4022 regexp pattern.
4023
883964a7
SC
40242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4025
4026 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4027 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4028 * gdb.python/py-xmethods.py: Python script supporting the
4029 new testcase and tests.
4030
ef370185
JB
40312014-06-03 Joel Brobecker <brobecker@adacore.com>
4032 Pedro Alves <palves@redhat.com>
4033
4034 PR breakpoints/17000
4035 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4036 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4037
1e2ccb61
BM
40382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4039
4040 * gdb.base/subst.exp: Add tests to verify partial path matching
4041 output.
4042
c6ec5ab2
PA
40432014-06-03 Pedro Alves <palves@redhat.com>
4044
4045 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4046 target that doesn't use software single-stepping.
4047
835c559f
PA
40482014-06-03 Pedro Alves <palves@redhat.com>
4049
4050 PR breakpoints/17000
4051 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4052 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4053
06eb1586
DE
40542014-06-02 Doug Evans <xdje42@gmail.com>
4055
4056 * gdb.guile/scm-parameter.exp: New file.
4057
e698b8c4
DE
40582014-06-02 Doug Evans <xdje42@gmail.com>
4059
4060 * gdb.guile/scm-cmd.c: New file.
4061 * gdb.guile/scm-cmd.exp: New file.
4062
ded03782
DE
40632014-06-02 Doug Evans <xdje42@gmail.com>
4064
4065 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4066 pretty-printer lookup.
4067 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4068 (make-pp_s-printer): Call it.
4069 (make-pretty-printer-from-dict): New function.
4070 (lookup-pretty-printer-maker-from-dict): New function.
4071 (*pretty-printer*): Simplify.
4072 (make-objfile-pp_s-printer): New function.
4073 (install-objfile-pretty-printers!): New function.
4074 (make-progspace-pp_s-printer): New function.
4075 (install-progspace-pretty-printers!): New function.
4076 * gdb.guile/scm-progspace.c: New file.
4077 * gdb.guile/scm-progspace.exp: New file.
4078
41fac0cf
PA
40792014-06-02 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/dprintf-bp-same-addr.c: New file.
4082 * gdb.base/dprintf-bp-same-addr.exp: New file.
4083
96ae5695
EBM
40842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4085
4086 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4087 * gdb.arch/powerpc-power.s: Likewise.
4088
da02b3a8
JB
40892014-06-02 Joel Brobecker <brobecker@adacore.com>
4090
4091 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4092
c72b2e7b
YQ
40932014-06-01 Yao Qi <yao@codesourcery.com>
4094
4095 * gdb.base/watchpoint.exp (test_watch_location): Check null
4096 pointer can be dereferenced. If not, do the test, otherwise
4097 skip it.
4098
53e8a631
AB
40992014-05-30 Andrew Burgess <aburgess@broadcom.com>
4100
4101 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4102 results.
4103 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4104
938f0e2f
AB
41052014-05-30 Andrew Burgess <aburgess@broadcom.com>
4106
4107 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4108 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4109 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4110 * gdb.arch/amd64-invalid-stack-top.c: New file.
4111 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4112
9ba6657a
PA
41132014-05-30 Pedro Alves <palves@redhat.com>
4114
4115 PR breakpoints/17000
4116 * gdb.base/sss-bp-on-user-bp.c: New file.
4117 * gdb.base/sss-bp-on-user-bp.exp: New file.
4118
522c09bf
DB
41192014-05-30 David Blaikie <dblaikie@gmail.com>
4120
4121 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4122 gnu_inline semantics via attribute.
4123 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4124 source explicitly specifies the required semantics.
4125
bf4ef81e
MR
41262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4127
4128 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4129
329ea579
PA
41302014-05-29 Pedro Alves <palves@redhat.com>
4131 Tom Tromey <tromey@redhat.com>
4132
4133 * gdb.base/async-shell.exp: Don't enable target-async.
4134 * gdb.base/async.exp
4135 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4136 parameter. Adjust.
4137 (top level): Don't test with "target-async".
4138 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4139 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4140 * gdb.base/inferior-died.exp: Don't enable target-async.
4141 * gdb.base/interrupt-noterm.exp: Likewise.
4142 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4143 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4144 * gdb.mi/mi-nonstop.exp: Likewise.
4145 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4146 * gdb.mi/mi-nsintrall.exp: Likewise.
4147 * gdb.mi/mi-nsmoribund.exp: Likewise.
4148 * gdb.mi/mi-nsthrexec.exp: Likewise.
4149 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4150 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4151 * gdb.python/py-evsignal.exp: Don't enable target-async.
4152 * gdb.python/py-evthreads.exp: Likewise.
4153 * gdb.python/py-prompt.exp: Likewise.
4154 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4155 * gdb.server/solib-list.exp: Don't enable target-async.
4156 * gdb.threads/thread-specific-bp.exp: Likewise.
4157 * lib/mi-support.exp: Adjust to use mi-async.
4158
fd664c91
PA
41592014-05-29 Pedro Alves <palves@redhat.com>
4160
4161 PR gdb/13860
4162 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4163 reason, even in sync mode.
4164
251bde03
PA
41652014-05-29 Pedro Alves <palves@redhat.com>
4166 Hui Zhu <hui@codesourcery.com>
4167
4168 PR PR15693
4169 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4170 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4171 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4172 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4173
7f3c0343
JB
41742014-05-28 Joel Brobecker <brobecker@adacore.com>
4175
4176 * config/monitor.exp (gdb_target_monitor): Replace use of
4177 "set remotebaud" by "set serial baud".
4178
b2715b27
AW
41792014-05-26 Andy Wingo <wingo@igalia.com>
4180
4181 * gdb.guile/scm-breakpoint.exp:
4182 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4183 properties instead of gdb-object-properties.
4184
498a4489
YQ
41852014-05-26 Yao Qi <yao@codesourcery.com>
4186
4187 * gdb.server/no-thread-db.exp: Specify source file name
4188 explicitly when setting a breakpoint.
4189
589fdceb
MM
41902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4191
4192 * gdb.btrace/vdso.c: New.
4193 * gdb.btrace/vdso.exp: New.
4194
e9089e05
MM
41952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4196
4197 * gdb.base/gcore.exp (capture_command_output): Move ...
4198 * lib/gdb.exp (capture_command_output): ... here.
4199
67b5c0c1
MM
42002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4201
4202 * gdb.btrace/data.exp: Test memory access during btrace replay.
4203
a2199296
SM
42042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4205
4206 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4207
17b2616c
PA
42082014-05-21 Pedro Alves <palves@redhat.com>
4209
4210 PR gdb/13860
4211 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4212 (top level): Test that output related to execution commands is
4213 sent to the console with CLI commands, but not with MI commands.
4214 Test that breakpoint events are always mirrored to the console.
4215 Also expect the new source line to be output after a "next" in
4216 async mode too. Make it a pass/fail test.
4217 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4218 output.
4219 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4220
5166082f
PA
42212014-05-21 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4224 Use them to test variations of "list" after reaching a breakpoint.
4225 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4226 Test "list" with listsize 10 after reaching a breakpoint.
4227 * gdb.python/python.exp (decode_line current location line
4228 number): Adjust expected line number.
4229
2f25d70f
SM
42302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4231
4232 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4233 behavior for $args, pass it directly to "run".
4234
ff604a67
MR
42352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4236
4237 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4238 30000 to 65536.
4239
6a3cb8e8
PA
42402014-05-21 Pedro Alves <palves@redhat.com>
4241
4242 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4243 auto-connect-native-target off".
4244 * gdb.base/auto-connect-native-target.c: New file.
4245 * gdb.base/auto-connect-native-target.exp: New file.
4246
4ebfc96e
PA
42472014-05-21 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/default.exp: Test "target native" instead of "target
4250 child".
4251
36d46afb
MW
42522014-05-21 Mark Wielaard <mjw@redhat.com>
4253
4254 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4255
5876f503
JK
42562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4257
4258 Fix TLS access for -static -pthread.
4259 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4260 <HAVE_TLS> (thread_function, main): Initialize it.
4261 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4262 Add clean_restart.
4263 <$have_tls != "">: Check TLSVAR.
4264
0256a6ac
PA
42652014-05-21 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.base/dcache-line-read-error.c: New.
4268 * gdb.base/dcache-line-read-error.exp: New.
4269
936d2992
PA
42702014-05-20 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.base/compare-sections.c: New file.
4273 * gdb.base/compare-sections.exp: New file.
4274
802e8e6d
PA
42752014-05-20 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.base/break-idempotent.c: New file.
4278 * gdb.base/break-idempotent.exp: New file.
4279
e59fa00f
MM
42802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4281
4282 * gdb.btrace/nohist.exp: New.
4283
8b696e31
YQ
42842014-05-20 Yao Qi <yao@codesourcery.com>
4285
4286 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4287 gdb.reverse directory and gdb_reverse_timeout exists in board
4288 setting.
4289 * README: Document gdb_reverse_timeout.
4290
73c9764f
YQ
42912014-05-20 Yao Qi <yao@codesourcery.com>
4292
4293 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4294 'test_file_name'. Treat args as a string instead of a list.
4295 (gdb_init): Rename argument 'args' by 'test_file_name'.
4296
f1f4348a
JK
42972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4298
4299 * gdb.arch/powerpc-power.exp: New file.
4300 * gdb.arch/powerpc-power.s: New file.
4301
0dbe70ce
DE
43022014-05-16 Doug Evans <dje@google.com>
4303
4304 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4305 * gdb.base/completion.exp: Check that all expected files exist
4306 before doing file completion.
0dbe70ce 4307
8d551b02
DE
43082014-05-16 Doug Evans <dje@google.com>
4309
4310 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4311 Update.
4312 (do_syscall_tests_without_xml): Update.
4313
73eb7709
PA
43142014-05-16 Pedro Alves <palves@redhat.com>
4315
4316 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4317 instead of "unknown output after running".
4318
3fae92fc
YQ
43192014-05-16 Yao Qi <yao@codesourcery.com>
4320
4321 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4322 file1.txt from host at the end.
4323 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4324
c2b2ccc5
DE
43252014-05-15 Doug Evans <dje@google.com>
4326
4327 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4328 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4329 loading file. Add test for TU lookup.
4330
8c217a4b
SM
43312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4332
4333 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4334 calling "-exec-arguments" or "set args" before running the
4335 inferior.
4336
3deb39c6
SM
43372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4338
4339 * lib/mi-support.exp (mi_expect_stop): Expect message for
4340 inferiors that exit with non-zero exit code.
4341
71a79f8c
YQ
43422014-05-14 Yao Qi <yao@codesourcery.com>
4343
4344 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4345 match absolute path on remote host.
4346 (test_file_list_exec_source_files): Remove "/" from the
4347 pattern.
4348
f23fcd46
YQ
43492014-05-14 Yao Qi <yao@codesourcery.com>
4350
4351 * boards/local-remote-host-notty.exp (${board}_file): New
4352 proc.
4353
9404b58f
KM
43542014-05-07 Kyle McMartin <kyle@redhat.com>
4355
4356 Pushed by Joel Brobecker <brobecker@adacore.com>.
4357 * gdb.arch/aarch64-atomic-inst.c: New file.
4358 * gdb.arch/aarch64-atomic-inst.exp: New file.
4359
5e45f04c
YQ
43602014-05-07 Yao Qi <yao@codesourcery.com>
4361
4362 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4363 in current context" too.
4364
c888a17d
KS
43652014-05-05 Keith Seitz <keiths@redhat.com>
4366
4367 * gdb.linespec/ls-dollar.exp: Add test for linespec
4368 file:convenience_variable.
4369
290a839c
YQ
43702014-05-05 Yao Qi <yao@codesourcery.com>
4371
4372 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4373 traceframes into tfile and ctf trace files. Read data from
4374 trace file and test collected data.
4375 (gdb_collect_locals_test): Likewise.
4376 (gdb_unavailable_registers_test): Likewise.
4377 (gdb_unavailable_floats): Likewise.
4378 (gdb_collect_globals_test): Likewise.
4379 (top-level): Append "ctf" to trace_file_targets if GDB
4380 supports.
4381
b5262cd0
YQ
43822014-05-05 Yao Qi <yao@codesourcery.com>
4383
4384 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4385 code to ...
4386 (gdb_collect_args_test_1): ... it. New proc.
4387 (gdb_collect_locals_test): Move some code to ...
4388 (gdb_collect_locals_test_1): ... it. New proc.
4389 (gdb_unavailable_registers_test): Move some code to ...
4390 (gdb_unavailable_registers_test_1): ... it. New proc.
4391 (gdb_unavailable_floats): Move some code to ...
4392 (gdb_unavailable_floats_1): ... it. New proc.
4393
30a1e6cc
SDJ
43942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4395
4396 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4397 probes to test for bitness recognition.
4398 * gdb.arch/amd64-stap-optional-prefix.exp
4399 (test_probe_value_without_reg): New procedure.
4400 Add code to test for different kinds of bitness.
4401
f33da99a
SDJ
44022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4403
4404 PR breakpoints/16889
4405 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4406 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4407
5b80f00d
PA
44082014-05-01 Pedro Alves <palves@redhat.com>
4409
4410 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4411 gdb_file_cmd if no file is specified.
4412 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4413 last_loaded_file to set the remote exec-file.
4414
f8c2a73c
PA
44152014-05-01 Pedro Alves <palves@redhat.com>
4416
4417 * boards/local-remote-host.exp: New file.
4418
be6e8ac7
PA
44192014-05-01 Pedro Alves <palves@redhat.com>
4420
4421 * boards/local-remote-host.exp: Rename to ...
4422 * boards/local-remote-host-notty.exp: ... this.
4423
cac0dc8f
JB
44242014-04-28 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdb.ada/dyn_arrayidx: New testcase.
4427
9730e6cc
YQ
44282014-04-26 Yao Qi <yao@codesourcery.com>
4429
4430 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4431 and compute the length of function main. Save it in
4432 $main_length.
4433 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4434 (top-level): Use gdb_compile to compile objects into
4435 executable and restart GDB. Remove invocation to
4436 prepare_for_testing.
4437
7ae1a6a6
PA
44382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4439 Pedro Alves <palves@redhat.com>
4440
4441 PR server/16255
4442 * gdb.multi/multi-attach.c: New file.
4443 * gdb.multi/multi-attach.exp: New file.
4444
4082afcc
PA
44452014-04-25 Pedro Alves <palves@redhat.com>
4446
4447 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4448 user.
4449 (top level): Test that "set remote conditional-breakpoints-packet
4450 off" works as intended.
4451 * gdb.base/dprintf.exp: Test that "set remote
4452 breakpoint-commands-packet off" works as intended.
4453 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4454 New function.
4455 (top level): Call it.
4456 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4457 remote fast-tracepoints-packet off" works as intended.
4458 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4459 * lib/gdb.exp (gdb_is_target_remote): ... here.
4460
2abc3f8d
DB
44612014-04-24 David Blaikie <dblaikie@gmail.com>
4462
4463 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4464 ensure clang would not discard them.
4465 * gdb.base/gdbvars.c: Ditto.
4466 * gdb.base/memattr.c: Ditto.
4467 * gdb.base/whatis.c: Ditto.
4468 * gdb.python/py-prettyprint.c: Ditto.
4469 * gdb.trace/actions.c: Ditto.
4470 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4471 ensure clang would not discard it.
4472
bfd39632
DB
44732014-04-24 David Blaikie <dblaikie@gmail.com>
4474
4475 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4476 clang to emit the full definition of type required by the test
4477 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4478
22842ff6
DB
44792014-04-24 David Blaikie <dblaikie@gmail.com>
4480
4481 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4482 coax Clang into emitting the definition of the type.
4483 * gdb.cp/pr10728-x.h (y): Ditto.
4484 * gdb.cp/pr10728-y.cc (y): Ditto.
4485
c2e827ad
DB
44862014-04-24 David Blaikie <dblaikie@gmail.com>
4487
4488 * gdb.base/label.exp: XFAIL label related tests under Clang.
4489 * gdb.cp/cplabel.exp: Ditto.
4490 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4491 under Clang those using labels.
4492
4c2d33e7
YQ
44932014-04-25 Yao Qi <yao@codesourcery.com>
4494
4495 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4496 double_label.
4497 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4498 partial_label and double_label.
4499
56083b99
DB
45002014-04-24 David Blaikie <dblaikie@gmail.com>
4501
4502 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4503
25d4e99d
DB
45042014-04-24 David Blaikie <dblaikie@gmail.com>
4505
4506 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4507 of the function to work across GCC and Clang.
4508 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4509 pointer types (const void ** const V void **).
4510
01f9f808
MS
45112014-04-24 Michael Sturm <michael.sturm@mintel.com>
4512 Walfred Tedeschi <walfred.tedeschi@intel.com>
4513
4514 * Makefile.in (EXECUTABLES): Added i386-avx512.
4515 * gdb.arch/i386-avx512.c: New file.
4516 * gdb.arch/i386-avx512.exp: Likewise.
4517
4b48d439
KS
45182014-04-23 Keith Seitz <keiths@redhat.com>
4519
4520 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4521 (mi_make_breakpoint_table): New procedure.
4522 (mi_create_breakpoint): Use mi_make_breakpoint
4523 and return the result.
4524 (mi_make_breakpoint): New procedure.
4525 (mi_build_kv_pairs): New procedure.
4526
4527 * gdb.mi/mi-break.exp: Remove unused globals,
4528 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4529 All callers updated.
4530 * gdb.mi/mi-dprintf.exp: Use variable to track command
4531 number.
4532 Update all callers of mi_create_breakpoint and use
4533 mi_make_breakpoint_table.
4534 Remove any unused global variables.
4535 * gdb.mi/mi-nonstop.exp: Likewise.
4536 * gdb.mi/mi-nsintrall.exp: Likewise.
4537 * gdb.mi/mi-nsmoribund.exp: Likewise.
4538 * gdb.mi/mi-nsthrexec.exp: Likewise.
4539 * gdb.mi/mi-reverse.exp: Likewise.
4540 * gdb.mi/mi-simplerun.exp: Likewise.
4541 * gdb.mi/mi-stepn.exp: Likewise.
4542 * gdb.mi/mi-syn-frame.exp: Likewise.
4543 * gdb.mi/mi-until.exp: Likewise.
4544 * gdb.mi/mi-var-cp.exp: Likewise.
4545 * gdb.mi/mi-var-display.exp: Likewise.
4546 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4547 * gdb.mi/mi2-var-child.exp: Likewise.
4548 * gdb.mi/mi-vla-c99.exp: Likewise.
4549 * lib/mi-support.exp: Likewise.
4550
4551 From Ian Lance Taylor <iant@cygnus.com>:
4552 * lib/gdb.exp (parse_args): New procedure.
4553
08351840
PA
45542014-04-23 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.base/break-unload-file.c: New file.
4557 * gdb.base/break-unload-file.exp: New file.
4558 * gdb.base/sym-file-lib.c (baz): New function.
4559 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4560 field.
4561 (load): Store the segment's mapped size.
4562 (unload): New function.
4563 (unload_shlib): New function.
4564 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4565 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4566 set a breakpoint at baz, and call it.
4567 * gdb.base/sym-file.exp: New tests for stale breakpoint
4568 instructions.
4569
076855f9
PA
45702014-04-23 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4573 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4574 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4575 * gdb.base/hbreak-unmapped.c: New file.
4576 * gdb.base/hbreak-unmapped.exp: New file.
4577 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4578 * lib/gdb.exp (gdb_is_target_remote): ... here.
4579
483805cf
PA
45802014-04-22 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.base/consecutive-step-over.c: New file.
4583 * gdb.base/consecutive-step-over.exp: New file.
4584
06d97543
PA
45852014-04-22 Pedro Alves <palves@redhat.com>
4586
4587 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4588 instead of send_gdb/gdb_expect.
4589
b4429ea2
YQ
45902014-04-22 Yao Qi <yao@codesourcery.com>
4591
4592 * lib/trace-support.exp (generate_tracefile): New procedure.
4593 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4594 return 0.
4595 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4596 if generate_tracefile returns 1.
4597
51d48146
PA
45982014-04-18 Tom Tromey <palves@redhat.com>
4599 Pedro alves <tromey@redhat.com>
4600
4601 PR backtrace/15558
4602 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4603 with a backtrace limit.
4604 * gdb.python/py-frame-inline.exp: Test running to an inline
4605 function with a backtrace limit, and printing the newest frame.
4606 * gdb.python/py-frame-inline.c (main): Call f.
4607
bd1dce5f
MS
46082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4609
4610 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4611
40d1a503
MS
46122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4613
4614 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4615 Drop prefix from unsupported source file path.
4616
389b98f7
YQ
46172014-04-17 Yao Qi <yao@codesourcery.com>
4618
4619 * lib/gdb.exp (with_target_charset): New proc.
4620 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4621 with_target_charset.
4622 (test_print_strings): Likewise.
4623 (test_repeat_bytes): Likewise.
4624 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4625 for some tests.
4626
22869d73
KS
46272014-04-16 Keith Seitz <keiths@redhat.com>
4628
4629 PR gdb/15827
4630 * gdb.dwarf2/corrupt.c: New file.
4631 * gdb.dwarf2/corrupt.exp: New file.
4632
c4f87ca6
KS
46332014-04-16 Keith Seitz <keiths@redhat.com>
4634
4635 PR c++/16597
4636 * gdb.cp/namelessclass.cc: New file.
4637 * gdb.cp/namelessclass.exp: New file.
4638 * gdb.cp/namelessclass.S: New file.
4639
ab19de87
DE
46402014-04-16 Doug Evans <dje@google.com>
4641
4642 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4643 Add comment.
4644 (gdbserver_default_get_comm_port): New function.
4645 (gdbserver_start): Check if board file provided
4646 "gdbserver,get_comm_port" and use it if so.
4647 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4648 (gdb,socketport): Set to "stdio".
4649 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4650 (stdio_gdbserver_template): Delete.
4651 (${board}_get_remote_address): Update.
4652 (${board}_build_remote_cmd): Delete.
4653 (${board}_get_comm_port): New function.
4654 (${board}_spawn): Update.
4655 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4656 Delete.
4657 (${board}_get_remote_address): Update.
4658 (${board}_get_comm_port): New function.
4659
fc98a809
AB
46602014-04-16 Andrew Burgess <aburgess@broadcom.com>
4661
4662 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4663 appearing in any order.
4664
87fd9e6e
DE
46652014-04-15 Doug Evans <dje@google.com>
4666
4667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4668 uninitialized value of "description".
4669
099fc3ea
KS
46702014-04-15 Keith Seitz <keiths@redhat.com>
4671
4672 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4673 Remove unused globals.
4674 (test_running_the_program): Likewise.
4675 (test_controlled_execution): Likewise.
4676 (test_controlling_breakpoints): Likewise.
4677 (test_program_termination): Likewise.
4678
5da151d4
KS
46792014-04-15 Keith Seitz <keiths@redhat.com>
4680
4681 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4682 unused globals.
4683 (test_rbreak_creation_and_listing): Likewise.
4684 (test_ignore_count): Likewise.
4685 (test_error): Likewise.
4686
35e5d2f0
PA
46872014-04-15 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4690 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4691 sym-file-loader.c.
4692 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4693 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4694 to sym-file-loader.c.
4695 (struct library): Forward declare.
4696 (load_shlib, lookup_function): Change prototypes.
4697 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4698 (translate_offset): Remove declarations.
4699 (get_text_addr): New declaration.
4700 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4701 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4702 sym-file-loader.h.
4703 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4704 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4705 here from sym-file-loader.h.
4706 (struct library): New structure.
4707 (load_shlib, lookup_function): Change prototypes and adjust to
4708 work with a struct library.
4709 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4710 (translate_offset): Make static.
4711 (get_text_addr): New function.
4712 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4713
eb4c1710
PA
47142014-04-15 Pedro Alves <palves@redhat.com>
4715
4716 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4717
2d1baf52
PA
47182014-04-15 Pedro Alves <palves@redhat.com>
4719
4720 * gdb.base/sym-file-loader.c: Include <limits.h>.
4721 (SELF_LINK): New define.
4722 (get_origin): New function.
4723 (load_shlib): Use it.
4724 * gdb.base/sym-file.exp: Don't early return if the target is
4725 remote. Use runto_main, and issue fail is that fails. Use
4726 gdb_load_shlibs.
4727 (shlib_name): Delete.
4728 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4729
7dd6df01
PA
47302014-04-15 Pedro Alves <palves@redhat.com>
4731
4732 * gdb.base/sym-file.exp: Remove regex characters from test
4733 message. Don't refer to breakpoint numbers in test messages.
4734
b50c8614
KS
47352014-04-14 Keith Seitz <keiths@redhat.com>
4736
4737 PR c++/16253
4738 * gdb.cp/var-tag.cc: New file.
4739 * gdb.cp/var-tag.exp: New file.
4740 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4741 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4742 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4743 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4744
3d567982
TT
47452014-04-14 Tom Tromey <tromey@redhat.com>
4746
4747 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4748 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4749 type.
4750 * gdb.cp/enum-class.exp: New file.
4751 * gdb.cp/enum-class.cc: New file.
4752
0626fc76
TT
47532014-04-14 Tom Tromey <tromey@redhat.com>
4754
4755 * gdb.dwarf2/enum-type.exp: New file.
4756
dca325b3
SA
47572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4758
4759 * gdb.mi/mi-vla-c99.exp: New file.
4760 * gdb.mi/vla.c: New file.
4761
5854b38a
SA
47622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4763
4764 * gdb.base/vla-datatypes.c: New file.
4765 * gdb.base/vla-datatypes.exp: New file.
4766
463bb957
SA
47672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4768
4769 * gdb.base/vla-ptr.c: New file.
4770 * gdb.base/vla-ptr.exp: New file.
4771
3dd170be
SA
47722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4773
4774 * gdb.dwarf2/count.exp: New file.
4775
5ecaaa66
SA
47762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4777
4778 * gdb.base/vla-sideeffect.c: New file.
4779 * gdb.base/vla-sideeffect.exp: New file.
4780
41f1ada5
DB
47812014-04-14 David Blaikie <dblaikie@gmail.com>
4782
4783 * gdb.mi/non-stop.c: Add return value for non-void function return
4784 statement.
4785 * gdb.threads/staticthreads.c: Ditto.
4786
0be03e84
DE
47872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4788 Doug Evans <xdje42@gmail.com>
4789
4790 * gdb.guile/scm-value.c: Improve test case.
4791 * gdb.guile/scm-value.exp: Add new test.
4792
f180a1fb
DB
47932014-04-11 David Blaikie <dblaikie@gmail.com>
4794
4795 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4796 override Clang's default.
4797
6b662e19
JB
47982014-04-11 Joel Brobecker <brobecker@adacore.com>
4799
4800 Revert the following changes (regressions):
4801
4802 * gdb.base/vla-sideeffect.c: New file.
4803 * gdb.base/vla-sideeffect.exp: New file.
4804
4805 * gdb.dwarf2/count.exp: New file.
4806
4807 * gdb.base/vla-multi.c: New file.
4808 * gdb.base/vla-multi.exp: New file.
4809
4810 * gdb.base/vla-ptr.c: New file.
4811 * gdb.base/vla-ptr.exp: New file.
4812
4813 * gdb.base/vla-datatypes.c: New file.
4814 * gdb.base/vla-datatypes.exp: New file.
4815
4816 * gdb.mi/mi-vla-c99.exp: New file.
4817 * gdb.mi/vla.c: New file.
4818
245a5f0b
KS
48192014-04-11 Keith Seitz <keiths@redhat.com>
4820
4821 PR c++/16675
4822 * gdb.cp/cpsizeof.exp: New file.
4823 * gdb.cp/cpsizeof.cc: New file.
4824
58a84dcf
SA
48252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4826
191a8a90
JB
4827 * gdb.mi/mi-vla-c99.exp: New file.
4828 * gdb.mi/vla.c: New file.
58a84dcf 4829
c8655f75
SA
48302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4831
4832 * gdb.base/vla-datatypes.c: New file.
4833 * gdb.base/vla-datatypes.exp: New file.
4834
024e13b4
SA
48352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4836
4837 * gdb.base/vla-ptr.c: New file.
4838 * gdb.base/vla-ptr.exp: New file.
4839
1a237e0e
SA
48402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4841
4842 * gdb.base/vla-multi.c: New file.
4843 * gdb.base/vla-multi.exp: New file.
4844
504f3432
SA
48452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4846
4847 * gdb.dwarf2/count.exp: New file.
4848
3bce8237
SA
48492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4850
191a8a90
JB
4851 * gdb.base/vla-sideeffect.c: New file.
4852 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4853
322f9c21
YQ
48542014-04-11 Yao Qi <yao@codesourcery.com>
4855
4856 * gdb.base/completion.exp: Check file exists before running tests
4857 on file completion.
4858
d708bcd1
PA
48592014-04-10 Pedro Alves <palves@redhat.com>
4860
4861 * gdb.base/cond-eval-mode.c: New file.
4862 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4863 prepare_for_testing to build the new file. Check result of
4864 runto_main.
4865 (test_break, test_watch): New procedures.
4866 (top level): Use them.
4867
ae1d2761
PM
48682014-04-08 Pierre Muller <muller@sourceware.org>
4869
4870 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4871 Ctrl-V use for mingw hosts.
4872
7af389b8
SC
48732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4874
4875 * gdb.python/py-value.c: Improve test case.
4876 * gdb.python/py-value.exp: Add new test.
4877
5e703181
DE
48782014-04-07 David Blaikie <dblaikie@gmail.com>
4879
4880 * lib/compiler.c: Identify the clang compiler.
4881 * lib/compiler.cc: Ditto.
4882
9810b410
YQ
48832014-04-03 Yao Qi <yao@codesourcery.com>
4884
4885 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4886
98d1b8dc
AB
48872014-04-01 Anton Blanchard <anton@samba.org>
4888
4889 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4890 messages unique.
4891
3114cea1
AB
48922014-04-01 Anton Blanchard <anton@samba.org>
4893
4894 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4895 prepare_for_testing.
4896
62f7182c
AB
48972014-04-01 Anton Blanchard <anton@samba.org>
4898
4899 * gdb.arch/ppc64-atomic-inst.c: Remove.
4900 * gdb.arch/ppc64-atomic-inst.S: New file.
4901 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4902
770e7fc7
DE
49032014-03-31 Doug Evans <dje@google.com>
4904
4905 * gdb.base/print-symbol-loading-lib.c: New file.
4906 * gdb.base/print-symbol-loading-main.c: New file.
4907 * gdb.base/print-symbol-loading.exp: New file.
4908
46e2bafa
YQ
49092014-03-31 Yao Qi <yao@codesourcery.com>
4910
4911 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4912
8776cfe9
JB
49132014-03-28 Joel Brobecker <brobecker@adacore.com>
4914
4915 * gdb.ada/mi_dyn_arr: New testcase.
4916
5d1ef361
DE
49172014-03-27 Doug Evans <dje@google.com>
4918
4919 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4920
b5bee914
YQ
49212014-03-27 Yao Qi <yao@codesourcery.com>
4922
4923 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4924 if target is nios2-*-*.
4925
0d4d0e77
YQ
49262014-03-26 Yao Qi <yao@codesourcery.com>
4927
4928 * lib/gdb.exp (readline_is_used): New proc.
4929 * gdb.base/completion.exp: Move tests on command complete up.
4930 Skip the rest of tests if readline is not used.
4931 * gdb.ada/complete.exp: Skp the test if readline is not
4932 used.
4933 * gdb.base/filesym.exp: Likewise.
4934 * gdb.base/macscp.exp: Likewise.
4935 * gdb.base/readline-ask.exp: Likewise.
4936 * gdb.base/readline.exp: Likewise.
4937 * gdb.python/py-cmd.exp: Likewise.
4938 * gdb.trace/tfile.exp: Likewise.
4939
29361eee
YQ
49402014-03-26 Yao Qi <yao@codesourcery.com>
4941
4942 * gdb.base/macscp.exp: Fix code format issues.
4943
bc9a5525
UW
49442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4945
4946 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4947 * gdb.asm/powerpc64le.inc: New file.
4948
d3839ede
PA
49492014-03-25 Pedro Alves <palves@redhat.com>
4950 Doug Evans <dje@google.com>
4951
4952 * gdb.base/source-execution.c: New file.
4953 * gdb.base/source-execution.exp: New file.
4954 * gdb.base/source-execution.gdb: New file.
4955
01672a57
DE
49562014-03-24 Doug Evans <dje@google.com>
4957
4958 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4959 using fission.
4960
88bbeca9
HZ
49612014-03-24 Hui Zhu <hui@codesourcery.com>
4962 Pedro Alves <palves@redhat.com>
4963
4964 PR breakpoints/16101
4965 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4966 test pass/fail messages. Detect missing support for dprintf when
4967 breakpoints are actually inserted.
4968 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4969 breakpoints are actually inserted.
4970 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4971 fails.
4972
d2348791
JK
49732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4974
4975 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4976
feef67ab
DE
49772014-03-22 Doug Evans <xdje42@gmail.com>
4978
4979 * gdb.python/python.exp (python not supported): Verify multi-line
4980 python command issues an error.
25d743f9 4981 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4982 guile command issues an error.
feef67ab 4983
ecebef6a
MR
49842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4985
4986 * gdb.threads/thread-specific.exp: Handle the lack of usable
4987 $this_breakpoint and $this_thread.
4988
ccdd1909
HZ
49892014-03-21 Hui Zhu <hui@codesourcery.com>
4990
4991 * gdb.base/attach.exp (do_command_attach_tests): New.
4992
beb460e8
PA
49932014-03-20 Tom Tromey <tromey@redhat.com>
4994 Pedro Alves <palves@redhat.com>
4995
4996 PR cli/15718
4997 * gdb.base/condbreak-call-false.c: New file.
4998 * gdb.base/condbreak-call-false.exp: New file.
4999
40acf43a
PA
50002014-03-20 Pedro Alves <palves@redhat.com>
5001
5002 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5003 Delete.
5004 (block_signals, unblock_signals): Delete.
5005 (child_function_2, main): Remove references to deleted variable
5006 and functions.
5007
9f5e1e02
PA
50082014-03-20 Pedro Alves <palves@redhat.com>
5009
5010 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5011 Use pthread_kill to signal thread 2.
5012 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5013 Adjust to make the test send itself a signal rather than using the
5014 host's "kill" command.
5015
99619bea
PA
50162014-03-20 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.threads/multiple-step-overs.c: New file.
5019 * gdb.threads/multiple-step-overs.exp: New file.
5020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5021 Adjust expected infrun debug output.
5022
2adfaa28
PA
50232014-03-20 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5026 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5027
31e77af2
PA
50282014-03-20 Pedro Alves <palves@redhat.com>
5029
5030 PR breakpoints/7143
5031 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5032 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5033 of gdb_test_multiple.
5034 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5035 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5036
b9f437de
PA
50372014-03-20 Pedro Alves <palves@redhat.com>
5038
5039 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5040 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5041
05adc73e
PA
50422014-03-19 Pedro Alves <palves@redhat.com>
5043
5044 * gdb.base/async.exp: Remove early return.
5045
6048b950
PA
50462014-03-19 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5049
8bcfb00a
PA
50502014-03-19 Pedro Alves <palves@redhat.com>
5051
5052 * gdb.base/async.exp (test_background): Expect \r\n after
5053 "completed." in the fail pattern.
5054
884e37dc
PA
50552014-03-19 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.base/async.exp (test_background): New procedure.
5058 Use it for all background execution command tests.
5059
148e57e2
PA
50602014-03-19 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.base/async.exp: Use prepare_for_testing.
5063
f48088c7
PA
50642014-03-19 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5067 the same line.
5068
e2f6c966
PA
50692014-03-19 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.base/async.c (main): Add "jump here" and "until here" line
5072 marker comments.
5073 * gdb.base/async.exp (jump_here): New global.
5074 (jump& test): Use it.
5075 (until_here): New global.
5076 (until& test): Use it.
5077
c30568d4
PA
50782014-03-19 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/async.exp: Don't frob gdb_protocol.
5081
0172b6a7
DE
50822014-03-18 Doug Evans <xdje42@gmail.com>
5083
5084 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5085 Fix spelling of exec-done-display.
5086
06c868a8
JK
50872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5088
5089 PR gdb/15358
5090 * gdb.base/gdb-sigterm.c: New file.
5091 * gdb.base/gdb-sigterm.exp: New file.
5092
0c7e1a46
PA
50932014-03-18 Pedro Alves <palves@redhat.com>
5094
5095 PR gdb/13860
5096 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5097 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5098 solib-event.
5099
f7c77d93
JB
51002014-03-17 Joel Brobecker <brobecker@adacore.com>
5101
5102 * gdb.ada/pckd_arr_ren: New testcase.
5103
5a1e8c7a
DE
51042014-03-13 Doug Evans <xdje42@gmail.com>
5105
5106 PR guile/16612
5107 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5108 collect after discarding symbols.
5109
350e1a76
DE
51102014-03-13 Ludovic Courtès <ludo@gnu.org>
5111 Doug Evans <xdje42@gmail.com>
5112
5113 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5114 to history survives a gc.
5115
a69900ae
PA
51162014-03-13 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.base/default.exp: Don't test "target procfs".
5119
5db9f0bd
PA
51202014-03-13 Pedro Alves <palves@redhat.com>
5121
5122 * gdb.base/default.exp: Update "target child" and "target procfs"
5123 tests to not expect "Unix".
5124
b3ccfe11
TT
51252014-03-12 Tom Tromey <tromey@redhat.com>
5126
5127 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5128 New procs. Add target-async tests.
5129 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5130 Add target-async tests.
5131
646f4417
AA
51322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5133
5134 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5135 'func_start' and 'func_end' for the beginning and end of the
5136 function code, respectively.
5137 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5138 'func_end' instead of 'func' and 'main'.
5139
288c211f
AA
51402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5141
5142 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5143 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5144 generate the debug info assembler source.
5145
e0c0f156
AA
51462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5147
5148 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5149 * gdb.dwarf2/arr-subrange.exp: Likewise.
5150 * gdb.dwarf2/dwz.exp: Likewise.
5151 * gdb.dwarf2/method-ptr.exp: Likewise.
5152 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5153 * gdb.dwarf2/subrange.exp: Likewise.
5154 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5155 * gdb.dwarf2/implptrpiece.exp: Likewise.
5156 * gdb.dwarf2/nostaticblock.exp: Likewise.
5157
0e5c4555
AA
51582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5159
5160 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5161 directory to absolute path name arguments.
5162
5ec18f2b
JG
51632014-03-10 Joel Brobecker <brobecker@adacore.com>
5164
5165 * gdb.ada/tagged_access: New testcase.
5166
847fc4f2
MM
51672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5168
5169 * gdb.btrace/data.exp: Update expected output.
5170
cc3da688
YQ
51712014-03-06 Yao Qi <yao@codesourcery.com>
5172
5173 * gdb.trace/pr16508.exp: New file.
5174
0f26cec1
PA
51752014-03-05 Pedro Alves <palves@redhat.com>
5176
5177 PR gdb/16575
5178 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5179 procedure.
5180 (top level): Adjust to use it. Add tests that exercise breakpoint
5181 interaction with the code-cache.
5182
7a5a839f
LC
51832014-02-26 Ludovic Courtès <ludo@gnu.org>
5184
5185 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5186 test for 'history-append!'.
5187
31aa7e4e
JB
51882014-02-26 Joel Brobecker <brobecker@adacore.com>
5189
5190 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5191 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5192 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5193 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5194 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5195 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5196
1b588015
JB
51972014-02-26 Joel Brobecker <brobecker@adacore.com>
5198
5199 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5200 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5201 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5202
55426c9d
JB
52032014-02-26 Joel Brobecker <brobecker@adacore.com>
5204
5205 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5206
dc53a7ad
JB
52072014-02-26 Joel Brobecker <brobecker@adacore.com>
5208
5209 * gdb.dwarf2/arr-stride.c: New file.
5210 * gdb.dwarf2/arr-stride.exp: New file.
5211
12ab52e9
PA
52122014-02-26 Pedro Alves <palves@redhat.com>
5213
5214 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5215 that won't ever trigger. Make sure that GDB reports the correct
5216 breakpoint that caused the stop.
5217
849c862e
JK
52182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5219
5220 PR gdb/16626
5221 * gdb.base/auto-load-script: New file.
5222 * gdb.base/auto-load.c: New file.
5223 * gdb.base/auto-load.exp: New file.
5224
71b7d793
JK
5225 PR gdb/16626
5226 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5227
e2f0d509
JK
52282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5229
5230 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5231 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5232
50cc37c8
DE
52332014-02-24 Doug Evans <dje@google.com>
5234
5235 * lib/gdb.exp (run_on_host): Log error output if program fails.
5236
ea4758f2
PA
52372014-02-21 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.threads/step-after-sr-lock.c: Rename to ...
5240 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5241 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5242 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5243 ... this.
5244
d7b30f67
SDJ
52452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5246
5247 PR tdep/16397
5248 * gdb.arch/amd64-stap-special-operands.exp: New file.
5249 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5250 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5251 * gdb.arch/amd64-stap-triplet.S: Likewise.
5252 * gdb.arch/amd64-stap-triplet.c: Likewise.
5253
83deb43f
JB
52542014-02-20 Joel Brobecker <brobecker@adacore.com>
5255
5256 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5257 in .section pseudo-op.
5258
adde2bff
DE
52592014-02-20 lin zuojian <manjian2006@gmail.com>
5260 Joel Brobecker <brobecker@adacore.com>
5261 Doug Evans <xdje42@gmail.com>
5262
5263 PR symtab/16581
5264 * gdb.dwarf2/dw2-icycle.S: New file.
5265 * gdb.dwarf2/dw2-icycle.c: New file.
5266 * gdb.dwarf2/dw2-icycle.exp: New file.
5267
f7bd0f78
SC
52682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5269
5270 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5271 operations on gdb.Value objects.
5272 * gdb.python/py-value-cc.exp: Add new test to test operations on
5273 gdb.Value objects.
5274
c17ef0d5
DE
52752014-02-18 Doug Evans <dje@google.com>
5276
5277 * Makefile.in (TESTS): New variable.
5278 (expanded_tests, expanded_tests_or_none): New variables
5279 (check-single): Pass $(expanded_tests_or_none) to runtest.
5280 (check-parallel): Only run tests in $(TESTS) if non-empty.
5281 (check/no-matching-tests-found): New rule.
5282 * README: Document TESTS makefile variable.
5283
5dd3176f
DE
52842014-02-18 Doug Evans <dje@google.com>
5285
5286 * Makefile.in (check-parallel): rm -rf outputs temp.
5287
0b10be4f
JK
52882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5289
5290 Fix "ERROR: no fileid for" in the testsuite.
5291 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5292
85f224e7
DE
52932014-02-12 Doug Evans <dje@google.com>
5294
5295 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5296 (MISCELLANEOUS): New variable.
5297 (clean): rm -rf $(MISCELLANEOUS).
5298 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5299 dwp live in the same directory as symlinks, with each symlink pointed
5300 to a differently named file in a different directory.
5301
149b30ff
DE
53022014-02-11 Doug Evans <dje@google.com>
5303
5304 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5305 of Tcl file commands.
5306
1dfdac32
MK
53072014-02-10 Mark Kettenis <kettenis@gnu.org>
5308
5309 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5310 "kill -SIGUSR1 -1".
5311
aa4fb036
JB
53122014-02-10 Joel Brobecker <brobecker@adacore.com>
5313
5314 * gdb.ada/tick_length_array_enum_idx: New testcase.
5315
ed3ef339
DE
53162014-02-10 Doug Evans <xdje42@gmail.com>
5317
5318 * configure.ac (AC_OUTPUT): Add gdb.guile.
5319 * configure: Regenerate.
5320 * lib/gdb-guile.exp: New file.
5321 * lib/gdb.exp (get_target_charset): New function.
5322 * gdb.base/help.exp: Update expected output from "apropos apropos".
5323 * gdb.guile/Makefile.in: New file.
5324 * gdb.guile/guile.exp: New file.
5325 * gdb.guile/scm-arch.c: New file.
5326 * gdb.guile/scm-arch.exp: New file.
5327 * gdb.guile/scm-block.c: New file.
5328 * gdb.guile/scm-block.exp: New file.
5329 * gdb.guile/scm-breakpoint.c: New file.
5330 * gdb.guile/scm-breakpoint.exp: New file.
5331 * gdb.guile/scm-disasm.c: New file.
5332 * gdb.guile/scm-disasm.exp: New file.
5333 * gdb.guile/scm-equal.c: New file.
5334 * gdb.guile/scm-equal.exp: New file.
5335 * gdb.guile/scm-error.exp: New file.
5336 * gdb.guile/scm-error.scm: New file.
5337 * gdb.guile/scm-frame-args.c: New file.
5338 * gdb.guile/scm-frame-args.exp: New file.
5339 * gdb.guile/scm-frame-args.scm: New file.
5340 * gdb.guile/scm-frame-inline.c: New file.
5341 * gdb.guile/scm-frame-inline.exp: New file.
5342 * gdb.guile/scm-frame.c: New file.
5343 * gdb.guile/scm-frame.exp: New file.
5344 * gdb.guile/scm-generics.exp: New file.
5345 * gdb.guile/scm-gsmob.exp: New file.
5346 * gdb.guile/scm-iterator.c: New file.
5347 * gdb.guile/scm-iterator.exp: New file.
5348 * gdb.guile/scm-math.c: New file.
5349 * gdb.guile/scm-math.exp: New file.
5350 * gdb.guile/scm-objfile-script-gdb.in: New file.
5351 * gdb.guile/scm-objfile-script.c: New file.
5352 * gdb.guile/scm-objfile-script.exp: New file.
5353 * gdb.guile/scm-objfile.c: New file.
5354 * gdb.guile/scm-objfile.exp: New file.
5355 * gdb.guile/scm-ports.exp: New file.
5356 * gdb.guile/scm-pretty-print.c: New file.
5357 * gdb.guile/scm-pretty-print.exp: New file.
5358 * gdb.guile/scm-pretty-print.scm: New file.
5359 * gdb.guile/scm-section-script.c: New file.
5360 * gdb.guile/scm-section-script.exp: New file.
5361 * gdb.guile/scm-section-script.scm: New file.
5362 * gdb.guile/scm-symbol.c: New file.
5363 * gdb.guile/scm-symbol.exp: New file.
5364 * gdb.guile/scm-symtab-2.c: New file.
5365 * gdb.guile/scm-symtab.c: New file.
5366 * gdb.guile/scm-symtab.exp: New file.
5367 * gdb.guile/scm-type.c: New file.
5368 * gdb.guile/scm-type.exp: New file.
5369 * gdb.guile/scm-value-cc.cc: New file.
5370 * gdb.guile/scm-value-cc.exp: New file.
5371 * gdb.guile/scm-value.c: New file.
5372 * gdb.guile/scm-value.exp: New file.
5373 * gdb.guile/source2.scm: New file.
5374 * gdb.guile/types-module.cc: New file.
5375 * gdb.guile/types-module.exp: New file.
5376
7026a7c1
YQ
53772014-02-10 Yao Qi <yao@codesourcery.com>
5378
5379 PR testsuite/16543
5380 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5381 * configure: Regenerated.
5382 * Makefile.in: New file.
5383
6c466447
AS
53842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5385
5386 * gdb.python/py-framefilter.exp: Fix typo.
5387
6e854735
YQ
53882014-02-08 Yao Qi <yao@codesourcery.com>
5389
5390 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5391 that no =breakpoint-modified is emitted when breakpoints are
5392 modified through MI commands.
5393
d137e6dc
PA
53942014-02-07 Pedro Alves <pedro@codesourcery.com>
5395 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.threads/step-after-sr-lock.c: New file.
5398 * gdb.threads/step-after-sr-lock.exp: New file.
5399
b5ee5a50
PA
54002014-02-07 Pedro Alves <palves@redhat.com>
5401
5402 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5403
3c77faf3
JK
54042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5405
5406 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5407 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5408
6dddc817
DE
54092014-02-06 Doug Evans <xdje42@gmail.com>
5410
5411 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5412 output.
5413
5414 * gdb.gdb/python-interrupts.exp: New file.
5415
de7b2893
YQ
54162014-02-05 Yao Qi <yao@codesourcery.com>
5417
5418 * gdb.trace/report.exp (use_collected_data): Test the output
5419 of "info threads" and "info inferiors".
5420
66d032ac
YQ
54212014-02-05 Yao Qi <yao@codesourcery.com>
5422
5423 Revert this patch:
5424
5425 2013-05-24 Yao Qi <yao@codesourcery.com>
5426
5427 * gdb.trace/tfile.exp: Test inferior and thread.
5428
591a12a1
UW
54292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5430
5431 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5432 on a function.
5433 * gdb.base/step-bt.c: Call hello via function pointer to make
5434 sure its first instruction is executed on powerpc64le-linux.
5435
0ff3e01f
UW
54362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5437
5438 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5439
084ee545
UW
54402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5441
5442 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5443 of the test patterns for use on little-endian systems.
5444
6ed14ff3
UW
54452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5446
5447 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5448 (decimal_vector): Fix for little-endian.
5449
401e27fd
JM
54502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5451
5452 * gdb.arch/sparc-sysstep.exp: New file.
5453 * gdb.arch/sparc-sysstep.c: Likewise.
5454
5455 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5456
8b924729
EBM
54572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5458
5459 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5460
fb151210
JB
54612014-01-23 Tom Tromey <tromey@redhat.com>
5462
5463 * gdb.ada/array_char_idx: New testcase.
5464
0740f8d8
TT
54652014-01-23 Tom Tromey <tromey@redhat.com>
5466
5467 PR python/16487:
5468 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5469 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5470 classes.
5471
21909fa1
TT
54722014-01-23 Tom Tromey <tromey@redhat.com>
5473
5474 PR python/16491:
5475 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5476 string from an inferior frame.
5477 * gdb.python/py-framefilter-mi.exp: Update.
5478
87ce2a04
DE
54792014-01-22 Doug Evans <dje@google.com>
5480
5481 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5482
237b092b
AA
54832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5484
5485 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5486
d674a709
AA
54872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5488
5489 * gdb.trace/entry-values.exp: Remove excess space character from
5490 regex patterns. Handle s390 call instruction.
5491
20fa3390
AA
54922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5493
5494 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5495 define "*_start" label. Make "name" static.
5496 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5497 ${name} by references to ${name}_start.
5498
78466714
AA
54992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5500
5501 * gdb.base/info-macros.exp: Remove "debug" from the compile
5502 options.
5503
ec9f644a
IB
55042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5505
5506 * gdb.dlang/demangle.exp: New file.
5507
94b1b47e
IB
55082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5509
5510 * gdb.dlang/primitive-types.exp: New file.
5511
7f420862
IB
55122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5513
5514 * configure.ac: Create gdb.dlang/Makefile.
5515 * configure: Regenerate.
5516 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5517 * gdb.dlang/Makefile.in: New file.
5518 * lib/d-support.exp: New file.
5519 * lib/gdb.exp (skip_d_tests): New proc.
5520
52834460
MM
55212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5522
5523 * gdb.btrace/delta.exp: Check reverse stepi.
5524 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5525 * gdb.btrace/finish.exp: New.
5526 * gdb.btrace/next.exp: New.
5527 * gdb.btrace/nexti.exp: New.
5528 * gdb.btrace/record_goto.c: Add comments.
5529 * gdb.btrace/step.exp: New.
5530 * gdb.btrace/stepi.exp: New.
5531 * gdb.btrace/multi-thread-step.c: New.
5532 * gdb.btrace/multi-thread-step.exp: New.
5533 * gdb.btrace/rn-dl-bind.c: New.
5534 * gdb.btrace/rn-dl-bind.exp: New.
5535 * gdb.btrace/data.c: New.
5536 * gdb.btrace/data.exp: New.
5537 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5538
6e07b1d2
MM
55392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5540
5541 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5542 * gdb.btrace/exception.exp: Update.
5543 * gdb.btrace/instruction_history.exp: Update.
5544 * gdb.btrace/record_goto.exp: Update.
5545 * gdb.btrace/tailcall.exp: Update.
5546 * gdb.btrace/unknown_functions.exp: Update.
5547 * gdb.btrace/delta.exp: New.
5548
0b722aec
MM
55492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5550
5551 * gdb.btrace/record_goto.exp: Add backtrace test.
5552 * gdb.btrace/tailcall.exp: Add backtrace test.
5553
066ce621
MM
55542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5555
5556 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5557 * gdb.btrace/record_goto.c: New.
5558 * gdb.btrace/record_goto.exp: New.
5559 * gdb.btrace/x86-record_goto.S: New.
5560
0688d04e
MM
55612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5562
5563 * gdb.btrace/function_call_history.exp: Update tests.
5564 * gdb.btrace/instruction_history.exp: Update tests.
5565
8710b709
MM
55662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5567
5568 * gdb.btrace/function_call_history.exp: Fix expected field
5569 order for "record function-call-history".
5570 Add new tests for "record function-call-history /c".
5571 * gdb.btrace/exception.cc: New.
5572 * gdb.btrace/exception.exp: New.
5573 * gdb.btrace/tailcall.exp: New.
5574 * gdb.btrace/x86-tailcall.S: New.
5575 * gdb.btrace/x86-tailcall.c: New.
5576 * gdb.btrace/unknown_functions.c: New.
5577 * gdb.btrace/unknown_functions.exp: New.
5578 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5579
5de9129b
MM
55802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5581
5582 * gdb.btrace/instruction_history.exp: Update.
5583 * gdb.btrace/function_call_history.exp: Update.
5584
23a7fe75
MM
55852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5586
5587 * gdb.btrace/function_call_history.exp: Fix expected function
5588 trace.
5589 * gdb.btrace/instruction_history.exp: Initialize traced.
5590 Remove traced_functions.
5591
724c7dd8
MM
55922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5593
5594 * gdb.btrace/function_call_history.exp: Update
5595 * gdb.btrace/instruction_history.exp: Update.
5596
6d78d93b
MM
55972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5598
5599 * gdb.btrace/enable.exp: Update expected text.
5600
93a360cc
OJ
56012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5602
5603 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5604 bytes.
5605
3772b53f
MR
56062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5607
5608 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5609
596662fa
OJ
56102014-01-15 Omair Javaid <omair.javaid@linaro.org>
5611
5612 * lib/gdb.exp (supports_process_record): Return true for
5613 arm*-linux*. (supports_reverse): Likewise.
5614
b5b08fb4
SC
56152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5616
5617 PR python/15464
5618 PR python/16113
5619 * gdb.python/py-type.c: Enhance test case.
5620 * gdb.python/py-value-cc.cc: Likewise
5621 * gdb.python/py-type.exp: Add new tests.
5622 * gdb.python/py-value-cc.exp: Likewise
5623
52d7fb13
AA
56242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5625 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5628 Make "name" extern.
5629 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5630 references to ${name}_start by references to ${name}.
5631
a2cd8cfe
JB
56322014-01-10 Joel Brobecker <brobecker@adacore.com>
5633
5634 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5635
4e23fced
JB
56362014-01-10 Joel Brobecker <brobecker@adacore.com>
5637
5638 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5639
c6a9e42c
PA
56402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5641 Pedro Alves <palves@redhat.com>
5642
5643 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5644 mi_gdb_target_load.
c6a9e42c 5645
b7ea362b
PA
56462014-01-08 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.threads/reconnect-signal.c: New file.
5649 * gdb.threads/reconnect-signal.exp: New file.
5650
5e3f4fab
EBM
56512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 * gdb.base/source-dir.exp: New file.
5654
79301218
JB
56552014-01-07 Joel Brobecker <brobecker@adacore.com>
5656
5657 * gdb.ada/mi_interface: New testcase.
5658
8e355c5d
JB
56592014-01-07 Joel Brobecker <brobecker@adacore.com>
5660
5661 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5662 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5663 gdb.ada/pp-rec-component/pck.ads: New files.
5664
c0d48811
JB
56652014-01-07 Joel Brobecker <brobecker@adacore.com>
5666
5667 * gdb.python/py-pp-integral.c: New file.
5668 * gdb.python/py-pp-integral.py: New file.
5669 * gdb.python/py-pp-integral.exp: New file.
5670
17b609c3 5671For older changes see ChangeLog-1993-2013.
c906108c 5672\f
8d8cb839
EZ
5673;; Local Variables:
5674;; mode: change-log
5675;; left-margin: 8
5676;; fill-column: 74
5677;; version-control: never
5678;; End:
902f2ccb 5679
32d0add0 5680 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5681 Copying and distribution of this file, with or without modification,
5682 are permitted provided the copyright notice and this notice are preserved.
This page took 3.172467 seconds and 4 git commands to generate.