remote follow fork and spurious child stops in non-stop mode
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
998d452a
PA
12015-07-30 Pedro Alves <palves@redhat.com>
2
3 * linux-low.c (handle_extended_wait): Set the child's last
4 reported status to TARGET_WAITKIND_STOPPED.
5
69dde7dc
PA
62015-07-30 Pedro Alves <palves@redhat.com>
7
8 PR threads/18600
9 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
10 only shows inferior 1.
11
4dd63d48
PA
122015-07-30 Simon Marchi <simon.marchi@ericsson.com>
13 Pedro Alves <palves@redhat.com>
14
15 PR threads/18600
16 * gdb.threads/fork-plus-threads.c: New file.
17 * gdb.threads/fork-plus-threads.exp: New file.
18
d618e4c5
PP
192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
20
21 * gdb.base/batch-preserve-term-settings.exp
22 (test_terminal_settings_preserved_after_cli_exit): Use
23 send_quit_command.
24
1eef6428
PA
252015-07-29 Pedro Alves <palves@redhat.com>
26 Don Breazeal <donb@codesourcery.com>
27
28 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
29 output from both inferior_spawn_id and gdb_spawn_id.
30
7da5b897
SDJ
312015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
32
33 * gdb.threads/attach-into-signal.exp (corefunc): Use
34 with_test_prefix on nested loops, uniquefying the test messages.
35
dac804df
SDJ
362015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
37
38 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
39 commit.
40
06265e53
PP
412015-07-29 Patrick Palka <patrick@parcs.ath.cx>
42
43 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
44 New proc.
45 (test_terminal_settings_preserved_after_sigterm): New test.
46
18206ca3
PP
472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
48
49 * gdb.base/batch-preserve-term-settings.exp
50 (test_terminal_settings_preserved_after_cli_exit): New test.
51
90074d11
PP
522015-07-29 Patrick Palka <patrick@parcs.ath.cx>
53
54 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
55 manipulation of saved_gdbflags.
56 (test_terminal_settings_preserved): Remove global declaration of
57 the unused variable pagination_prompt. Remove manipulation of
58 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
59 GDBFLAGS.
60
eb1a7902
PA
612015-07-29 Pedro Alves <palves@redhat.com>
62
63 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
64
8b75dd3b
PA
652015-07-29 Pedro Alves <palves@redhat.com>
66
67 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
68 at the top.
69
dedad4e3
PA
702015-07-29 Pedro Alves <palves@redhat.com>
71
72 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
73 (main): Call gdb_unbuffer_output.
74 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
75 (main): Call gdb_unbuffer_output.
76 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
77 (main): Call gdb_unbuffer_output.
78 * gdb.base/call-strs.exp: Adjust to step over the
79 gdb_unbuffer_output call.
80 * gdb.base/catch-gdb-caused-signals.c: Include
81 "../lib/unbuffer_output.c".
82 (main): Call gdb_unbuffer_output.
83 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
84 (main): Call gdb_unbuffer_output.
85 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
86 (main): Call gdb_unbuffer_output.
87 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
88 (main): Call gdb_unbuffer_output.
89 * gdb.base/shlib-call.exp: Adjust to step over the
90 gdb_unbuffer_output call.
91 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
92 (main): Call gdb_unbuffer_output.
93 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
94 (main): Call gdb_unbuffer_output.
95 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
96 (main): Rename to ...
97 (test): ... this.
98 (main): Reimplement.
99 * gdb.base/varargs.exp: Run to test instead of to main.
100 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
101 (main): Call gdb_unbuffer_output.
102
58789a91
PA
1032015-07-29 Pedro Alves <palves@redhat.com>
104
105 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
106 factore out from mi_continue_dprintf. For call-style dprintfs,
107 expect dprintf output out of $inferior_spawn_id.
108 (mi_continue_dprintf): Use mi_expect_dprintf.
109 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
110 (main): Call gdb_unbuffer_output.
111
e8376742
PA
1122015-07-29 Pedro Alves <palves@redhat.com>
113
114 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
115 (default_mi_gdb_start): Set inferior_spawn_id instead of
116 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
117 gdb_spawn_id.
118 (mi_gdb_test): Always expect inferior output from both
119 $inferior_spawn_id and $gdb_spawn_id.
120
08280010
PA
1212015-07-29 Pedro Alves <palves@redhat.com>
122
123 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
124 send_inferior and $inferior_spawn_id.
125
4d30e432
PA
1262015-07-29 Pedro Alves <palves@redhat.com>
127
128 * gdb.gdb/complaints.exp (test_initial_complaints)
129 (test_serial_complaints, test_short_complaints): Use
130 gdb_test_stdio.
131 (test_empty_complaint): Handle $inferior_spawn_id !=
132 $gdb_spawn_id.
133
0d30a335
PA
1342015-07-29 Pedro Alves <palves@redhat.com>
135
136 * gdb.base/varargs.exp: Use gdb_test_stdio.
137
39413b29
PA
1382015-07-29 Pedro Alves <palves@redhat.com>
139
140 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
141
7cb000a9
PA
1422015-07-29 Pedro Alves <palves@redhat.com>
143
144 * gdb.base/ending-run.exp: Use gdb_test_stdio.
145
d7b8ac82
PA
1462015-07-29 Pedro Alves <palves@redhat.com>
147
148 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
149 parameter into two new parameters, "inf_result" and "gdb_result".
150 Expect inferior output and gdb output from $inferior_spawn_id and
151 $gdb_spawn_id, respectively. Adjust all callers.
152
789c3a0c
PA
1532015-07-29 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
156 of gdb_test_sequence.
157
77e760c3
PA
1582015-07-29 Pedro Alves <palves@redhat.com>
159
160 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
161 (saw_spurious_output): Expect inferior output from
162 $inferior_spawn_id. Use gdb_test_stdio.
163
8396d2cd
PA
1642015-07-29 Pedro Alves <palves@redhat.com>
165
166 * gdb.base/dprintf.exp: Use standard_testfile. Change
167 prepare_for_testing call.
168 (srcfile): Don't set.
169 (restart): New procedure.
170 (test_dprintf): New procecure, use to continue over dprintfs.
171 (test_call, test_agent): New procedures, tests moved here.
172 Restart gdb and recreate dprintfs. Adjust expected output.
173
2051d61f
PA
1742015-07-29 Pedro Alves <palves@redhat.com>
175
176 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
177
452397af
PA
1782015-07-29 Pedro Alves <palves@redhat.com>
179
180 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
181
8aed9555
PA
1822015-07-29 Pedro Alves <palves@redhat.com>
183
184 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
185 gdb_test_stdio.
186
188a61b4
PA
1872015-07-29 Pedro Alves <palves@redhat.com>
188
189 * lib/gdb.exp (gdb_test_stdio): New procedure.
190
12264a45
PA
1912015-07-29 Pedro Alves <palves@redhat.com>
192
193 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
194
23ffc893
PA
1952015-07-29 Pedro Alves <palves@redhat.com>
196
197 * gdb.base/call-signal-resume.exp: Remove check for
198 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
199 * gdb.base/unwindonsignal.exp: Likewise.
200 * gdb.base/call-signals.c (gen_signal): Remove printf call.
201 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
202
65566918
PA
2032015-07-29 Pedro Alves <palves@redhat.com>
204
205 * gdb.base/siginfo-addr.c (pass): New function.
206 (handler): Call it iff si_addr is correct.
207 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
208 Set a breakpoint at "pass" and continue to it.
209
d60a9221
SDJ
2102015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
211
212 * gdb.python/py-objfile.exp: Make some tests have unique names.
213 * gdb.python/py-pp-registration.exp: Likewise.
214
bde40b8f
PA
2152015-07-28 Pedro Alves <palves@redhat.com>
216
217 * gdb.server/server-exec-info.exp: Issue a "disconnect".
218
13e1dec8
SM
2192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
220
221 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
222
da33c9a7
SM
2232015-07-27 Simon Marchi <simon.marchi@ericsson.com>
224
225 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
226
077836f7
PP
2272015-07-27 Patrick Palka <patrick@parcs.ath.cx>
228
229 * gdb.base/gdb-sigterm-2.exp: New test.
230
b8cc7b2e
DE
2312015-07-25 Doug Evans <xdje42@gmail.com>
232
233 Revert:
234 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
235 (workers/%.worker, build-perf): New rule.
236 (GDB_PERFTEST_MODE): New variable.
237 (check-perf): Use it.
238 (clean): Clean up gdb.perf parallel build subdirs.
239 * lib/build-piece.exp: New file.
240 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
241 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
242 name.
243 (standard_temp_file): Ditto.
244 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
245 of $GDB_PARALLEL.
246
6eab34f3
DE
2472015-07-24 Doug Evans <dje@google.com>
248
249 * gdb.perf/README: New file.
250 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
251 * lib/gen-perf-test.exp: New file.
252
63738bfd
DE
2532015-07-24 Doug Evans <dje@google.com>
254
255 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
256 (PerfTest::startup): New function.
257 (PerfTest::run): Return result of calling body.
258 (PerfTest::assemble): Rewrite.
259 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
260 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
261 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
262 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
263 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
264
7b606f95
DE
2652015-07-24 Doug Evans <dje@google.com>
266
267 * lib/gdb.exp (clean_restart): Make executable optional.
268
a97b16b8
DE
2692015-07-24 Doug Evans <dje@google.com>
270
271 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
272 compiler_info references.
273 * gdb.cp/temargs.exp: Ditto.
274 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
275 (get_compiler_info): Early exit if already computed. Set compiler_info
276 to "unknown" if there was a problem.
277 (test_compiler_info): Add function comment. Call get_compiler_info.
278
35baa57f
DE
2792015-07-24 Doug Evans <dje@google.com>
280
281 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
282 (workers/%.worker, build-perf): New rule.
283 (GDB_PERFTEST_MODE): New variable.
284 (check-perf): Use it.
285 (clean): Clean up gdb.perf parallel build subdirs.
286 * lib/build-piece.exp: New file.
287 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
288 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
289 name.
290 (standard_temp_file): Ditto.
291 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
292 of $GDB_PARALLEL.
293
6ebea266
DE
2942015-07-24 Doug Evans <dje@google.com>
295
296 * lib/future.exp (gdb_default_target_compile): New option
297 "early_flags".
298 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
299 --as-needed.
300
1e76a7e9
SDJ
3012015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
302
303 * gdb.base/catch-syscall.exp: Call gdb_exit before
304 gdb_skip_xml_test.
305
5068630a
PA
3062015-07-24 Pedro Alves <palves@redhat.com>
307
308 * gdb.python/py-events.exp: Accept output between the stop event
309 and the prompt.
310 * gdb.python/py-evsignal.exp: Likewise.
311 * gdb.python/py-evthreads.exp: Likewise.
312
77598427
PA
3132015-07-24 Pedro Alves <palves@redhat.com>
314
315 PR gdb/18717
316 * gdb.threads/non-ldr-exit.c: New file.
317 * gdb.threads/non-ldr-exit.exp: New file.
318
11e6c98f
YQ
3192015-07-24 Yao Qi <yao.qi@linaro.org>
320
321 * gdb.server/ext-wrapper.exp: Test --wrapper option when
322 restarting process.
323
51aee833
YQ
3242015-07-24 Yao Qi <yao.qi@linaro.org>
325
326 * gdb.server/ext-restart.exp: New file.
327
8cfe207c
YQ
3282015-07-24 Yao Qi <yao.qi@linaro.org>
329
330 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
331 argument options.
332 * gdb.server/ext-wrapper.exp: New file.
333
cc12ce38
DE
3342015-07-23 Doug Evans <dje@google.com>
335
336 * gdb.dwarf2/dw2-dummy-cu.S: New file.
337 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
338
d0d84780
PMR
3392015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
340
341 * gdb.ada/var_arr_typedef.exp: New testcase.
342 * gdb.ada/var_arr_typedef/pack.adb: New file.
343 * gdb.ada/var_arr_typedef/pack.ads: New file.
344 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
345
8b558f79
JB
3462015-07-20 Joel Brobecker <brobecker@adacore.com>
347
348 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
349
775a3298
JK
3502015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
351
352 * gdb.arch/i386-biarch-core.exp: Replace istarget
353 by "complete set gnutarget". Remove expectation for the "core-file"
354 command.
355
db1ff28b
JK
3562015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
357
358 Revert the previous commit:
359 Tests for validate symbol file using build-id.
360
0a94970d
JK
3612015-07-15 Aleksandar Ristovski <aristovski@qnx.com
362
363 Tests for validate symbol file using build-id.
364 * gdb.base/solib-mismatch-lib.c: New file.
365 * gdb.base/solib-mismatch-libmod.c: New file.
366 * gdb.base/solib-mismatch.c: New file.
367 * gdb.base/solib-mismatch.exp: New file.
368
03346981
SL
3692015-07-15 Sandra Loosemore <sandra@codesourcery.com>
370
371 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
372 nios2-*-linux*.
373 * gdb.base/sigbpt.exp (stepi_out): Likewise.
374 * gdb.base/siginfo.exp: Likewise.
375 * gdb.base/sigstep.exp (advance, advancei): Likewise.
376
42422cc7
PL
3772015-07-15 Pierre Langlois <pierre.langlois@arm.com>
378
379 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
380 Move it to ...
381 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
382 ... here.
383 * gdb.trace/range-stepping.exp: Check that the target supports
384 range stepping.
385
cfa68bae
JK
3862015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
389
8ffdba26
PA
3902015-07-14 Pedro Alves <palves@redhat.com>
391
392 * gdb.base/killed-outside.exp: New file.
393 * gdb.base/killed-outside.c: New file.
394
218a5a11
JK
3952015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
396
397 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
398 (n at main): New.
399 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
400
e03ed3c6
AA
4012015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
402
403 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
404 infcall tests instead of setting up for KFAIL.
405
485668e5
MM
4062015-07-10 Markus Metzger <markus.t.metzger@intel.com>
407
408 * gdb.btrace/record_goto-step.exp: New.
409
08464196
JK
4102015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
411
412 PR compile/18484
413 * gdb.compile/compile.c (struct struct_type): Add volatile to
414 selffield's type.
415 * gdb.compile/compile.exp
416 (compile code struct_object.selffield = &struct_object): Skip further
417 struct_object tests if this one xfails.
418
bcf5c1d9
RC
4192015-07-08 Robert O'Callahan <robert@ocallahan.org>
420
421 PR exp/18617
422 * gdb.trace/ax.exp: Add test.
423
4931af25
YQ
4242015-07-07 Yao Qi <yao.qi@linaro.org>
425
426 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
427 instead of istarget "aarch64*-*-*".
428 * gdb.arch/aarch64-fp.exp: Likewise.
429 * gdb.base/float.exp: Likewise.
430 * gdb.reverse/aarch64.exp: Likewise.
431 * lib/gdb.exp (is_aarch64_target): New proc.
432
9fcf688e
YQ
4332015-07-07 Yao Qi <yao.qi@linaro.org>
434
435 * lib/gdb.exp (is_aarch32_target): New proc.
436 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
437 instead of "istarget "arm*-*-*"".
438 * gdb.arch/arm-disp-step.exp: Likewise.
439 * gdb.arch/thumb-bx-pc.exp: Likewise.
440 * gdb.arch/thumb-prologue.exp: Likewise.
441 * gdb.arch/thumb-singlestep.exp: Likewise.
442 * gdb.base/disp-step-syscall.exp: Likewise.
443 * gdb.base/float.exp: Likewise.
444
fbd8d50d
YQ
4452015-07-07 Yao Qi <yao.qi@linaro.org>
446
447 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
448 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
449
71be1fdc
YQ
4502015-07-07 Yao Qi <yao.qi@linaro.org>
451
452 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
453 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
454 if it exists.
455 * gdb.multi/multi-arch.exp: Likewise.
456
3e221d36
SM
4572015-07-07 Simon Marchi <simon.marchi@ericsson.com>
458
459 * gdb.python/py-lazy-string.exp: Add missing parentheses to
460 print.
461
d441430b
YQ
4622015-07-07 Yao Qi <yao.qi@linaro.org>
463
464 * gdb.arch/thumb-singlestep.exp: Do one more single step.
465
06f810bd
MG
4662015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
467
468 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
469 '[' and ']' characters.
470
5e61e7c0
IB
4712015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
472
473 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
474
28bf096c
PA
4752015-06-29 Pedro Alves <palves@redhat.com>
476
477 PR threads/18127
478 * gdb.threads/hand-call-new-thread.c: New file.
479 * gdb.threads/hand-call-new-thread.c: New file.
480
ee93cd5e
KS
4812015-06-26 Keith Seitz <keiths@redhat.com>
482 Doug Evans <dje@google.com>
483
484 PR 16253
485 * gdb.cp/var-tag-2.cc: New file.
486 * gdb.cp/var-tag-3.cc: New file.
487 * gdb.cp/var-tag-4.cc: New file.
488 * gdb.cp/var-tag.cc: New file.
489 * gdb.cp/var-tag.exp: New file.
490
fc637f04
PP
4912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
492
493 * gdb.base/history-duplicates.exp: New test.
494
2e52ae68
PP
4952015-06-26 Patrick Palka <patrick@parcs.ath.cx>
496
497 * gdb.base/completion.exp: Test the completion of the "focus"
498 command.
499
6e22494e
JK
5002015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
501
502 * gdb.arch/amd64-prologue-skip.S: New file.
503 * gdb.arch/amd64-prologue-skip.exp: New file.
504
bf7b9cd9
SM
5052015-06-25 Simon Marchi <simon.marchi@ericsson.com>
506
507 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
508 is_address_zero_readable check.
509
201e8dfd
PB
5102015-06-24 Peter Bergner <bergner@vnet.ibm.com>
511
512 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
513 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
514
5cd867b4
YQ
5152015-06-24 Yao Qi <yao.qi@linaro.org>
516
517 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
518 linux targets.
519
4d7be007
YQ
5202015-06-24 Yao Qi <yao.qi@linaro.org>
521
522 * lib/gdb.exp (supports_get_siginfo_type): New proc.
523 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
524 * gdb.base/siginfo-thread.exp: Likewise.
525
07fcd301
YQ
5262015-06-22 Yao Qi <yao.qi@linaro.org>
527
528 * boards/remote-gdbserver-on-localhost.exp: Add comments.
529
52042a00
YQ
5302015-06-22 Yao Qi <yao.qi@linaro.org>
531
532 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
533 aarch64*-*-*.
534 (skip_hw_watchpoint_tests): Likewise.
535
74bd41ce
PP
5362015-06-18 Patrick Palka <patrick@parcs.ath.cx>
537
538 * gdb.base/gdbinit-history.exp: Test the interaction between
539 setting GDBHISTSIZE and setting the history size via .gdbinit.
540
bc460514
PP
5412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
542
543 PR gdb/16999
544 * gdb.base/gdbhistsize-history.exp: New test.
545
b58c513b
PP
5462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
547
548 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
549 with GDBHISTSIZE.
550 * gdb.base/readline.exp: Likewise.
551
92046791
YQ
5522015-06-17 Yao Qi <yao.qi@linaro.org>
553
554 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
555 line.
556
2093d2d3
PP
5572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
558
559 * gdb.base/gdbinit-history.exp: Add test case to check that
560 an unlimited history file does not get truncated on exit.
561
e6c693af
AA
5622015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
563
564 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
565 (VECTOR): New macro. Use it...
566 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
567 ...for these typedefs.
568 (int8, char1, int1, double1): New typedefs.
569 (struct just_int2, struct two_int2): New structures.
570 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
571 (add_structvecs, add_singlevecs): New functions.
572 (main): Call add_some_intvecs twice.
573 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
574 the compile and exit upon failure. Try compiling for the "native"
575 architecture. Test inferior function calls with vector arguments
576 and vector return value handling with "finish" and "return".
577
c74f7d1c
JT
5782015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
579
580 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
581 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
582 PE file.
583 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
584
98aa42ee
AT
5852015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
586
587 PR breakpoints/16465
588 * gdb.mi/mi-dprintf-pending.c: New file.
589 * gdb.mi/mi-dprintf-pending.exp: New test.
590 * gdb.mi/mi-dprintf-pendshr.c: New file.
591
7d73c23c 5922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 593 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
594
595 * gdb.arch/i386-mpx-map.c: New file.
596 * gdb.arch/i386-mpx-map.exp: New File.
597
5982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
599
600 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
601 * gdb.arch/i386-mpx.exp: Indentation fixed.
602
6032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
604
605 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
606 function and improved indentation.
607 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
608 gdb_test_multiple. Added additional tests to skip the test.
609
6102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
611
612 * gdb.arch/i386-avx512.c: Change path in include file.
613 * gdb.arch/i386-avx512.exp: Change include dir path
614 compilation flag.
615 * gdb.arch/i386-mpx.c: Change path in include file.
616 * gdb.arch/i386-mpx.exp: Change include dir path compilation
617 flag.
618
d5eba19a
JK
6192015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
620
621 * gdb.compile/compile-print.exp (compile print *vararray@3)
622 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
623
7f361056
JK
6242015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
625
626 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
627 (do not keep jit in memory): ... this.
628 (expect 5): Change it to ...
629 (expect no 5): ... this.
630
3b462ec2
SM
6312015-06-02 Simon Marchi <simon.marchi@ericsson.com>
632
633 PR gdb/15564
634 * gdb.mi/mi-detach.exp: New file.
635
e0619de6
JK
6362015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
637
638 PR symtab/18392
639 * gdb.arch/amd64-tailcall-self.S: New file.
640 * gdb.arch/amd64-tailcall-self.c: New file.
641 * gdb.arch/amd64-tailcall-self.exp: New file.
642
e970cb34
DB
6432015-05-28 Don Breazeal <donb@codesourcery.com>
644
645 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
646 tests for remote targets by checking is_target_gdbserver.
647
b2e2f908
DE
6482015-05-27 Doug Evans <dje@google.com>
649
650 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
651 * gdb.dwarf2/opaque-type-lookup.c: New file.
652 * gdb.dwarf2/opaque-type-lookup.exp: New file.
653
82c7be31
DE
6542015-05-26 Doug Evans <dje@google.com>
655
656 * gdb.cp/iostream.cc: New file.
657 * gdb.cp/iostream.exp: New file.
658
b4f54984
DE
6592015-05-26 Doug Evans <dje@google.com>
660
661 * gdb.dwarf2/dw2-op-call.exp: Update.
662 * gdb.dwarf2/dw4-sig-types.exp: Update.
663 * gdb.dwarf2/implptr.exp: Update.
664 * gdb.mi/mi-cmd-param-changed.exp: Update.
665
4ea6efe9
DE
6662015-05-26 Doug Evans <dje@google.com>
667
668 * gdb.python/py-lazy-string.c: New file.
669 * gdb.python/py-lazy-string.exp: New file.
670 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
671 (main): Update. Add estring3.
672 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
673 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
674
f6bb7db3
YQ
6752015-05-26 Omair Javaid <omair.javaid@linaro.org>
676 Yao Qi <yao.qi@linaro.org>
677
678 * gdb.reverse/aarch64.c: New.
679 * gdb.reverse/aarch64.exp: New.
680
a81bfbd0
OJ
6812015-05-26 Omair Javaid <omair.javaid@linaro.org>
682
683 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
684 (supports_reverse): Likewise.
685
158bf1b4
PP
6862015-05-22 Patrick Palka <patrick@parcs.ath.cx>
687
688 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
689 Use with_test_prefix.
690
a0145030
AB
6912015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
692
693 * gdb.base/completion.exp: Add test for completion of layout
694 names.
695
ebe3b578
AB
6962015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
697
698 * lib/gdb.exp (skip_tui_tests): New proc.
699 * gdb.base/tui-layout.exp: Check skip_tui_tests.
700
84204ed7
PA
7012015-05-19 Pedro Alves <palves@redhat.com>
702
703 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
704 Save the whole env array instead of just HOME. Unset HISTSIZE in
705 the environment while testing. Restore whole environment
706 afterwards.
707
37442ce1
DE
7082015-05-16 Doug Evans <xdje42@gmail.com>
709
710 * gdb.guile/scm-ports.c: New file.
711 * gdb.guile/scm-ports.exp: Add memory port tests.
712
36de76f9
JK
7132015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
714
715 * gdb.compile/compile-print.c: New file.
716 * gdb.compile/compile-print.exp: New file.
717
3a9558c4
JK
7182015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
719
720 * gdb.compile/compile-ops.exp: Cast param to void.
721 * gdb.compile/compile.exp: Complete type for _gdb_expr.
722 (compile code struct_object.selffield = &struct_object): Add xfail.
723
aa715135
JG
7242015-05-15 Joel Brobecker <brobecker@adacore.com>
725
726 * gdb.ada/arr_enum_with_gap: New testcase.
727
931e5bc3
JG
7282015-05-15 Joel Brobecker <brobecker@adacore.com>
729
730 * gdb.ada/byte_packed_arr: New testcase.
731
9cd4d857
JB
7322015-05-15 Joel Brobecker <brobecker@adacore.com>
733
734 * gdb.ada/pckd_neg: New testcase.
735
ebfd00d2
PP
7362015-05-13 Patrick Palka <patrick@parcs.ath.cx>
737
738 PR gdb/17820
739 * gdb.base/gdbinit-history.exp: New test.
740 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
741 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
742
4c082a81
SC
7432015-05-09 Siva Chandra Reddy <sivachandra@google.com>
744
745 * gdb.python/py-xmethods.cc: Enhance test case.
746 * gdb.python/py-xmethods.exp: New tests.
747 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
748 function.
749 (B_indexoper): Likewise.
750 (global_dm_list) : Add new xmethod worker functions.
751
f7797074
SDJ
7522015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
753
754 * gdb.base/coredump-filter.exp: Correctly unset
755 "coredump_var_addr" array.
756
a4674e4e
PA
7572015-05-08 Pedro Alves <palves@redhat.com>
758
759 * gdb.server/non-existing-program.exp: Unset spawn_id.
760
df2eb078
SC
7612015-05-08 Siva Chandra Reddy <sivachandra@google.com>
762
763 PR python/18291
764 * gdb.python/py-xmethods.exp: Add tests.
765
422349a3
YQ
7662015-05-08 Yao Qi <yao.qi@linaro.org>
767
768 PR gdb/18208
769 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
770 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
771 function set_coredump_filter, and remove remote_exec call.
772 Remove argument ipid. Callers update.
773 (top level): Don't get inferior's PID.
774
63fc80ce
AA
7752015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
776
777 * gdb.base/watch_thread_num.exp: Skip test on targets without
778 access watchpoints.
779
80ad801e
PA
7802015-05-06 Pedro Alves <palves@redhat.com>
781
782 PR server/18081
783 * gdb.server/non-existing-program.exp: New file.
784
0fa7fe50
JB
7852015-05-05 Joel Brobecker <brobecker@adacore.com>
786
787 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
788
3ea89b92
PMR
7892015-05-05 Joel Brobecker <brobecker@adacore.com>
790
791 * gdb.ada/out_of_line_in_inlined: New testcase.
792
87b8eff0
JB
7932015-05-05 Joel Brobecker <brobecker@adacore.com>
794
795 * gdb.ada/var_rec_arr: New testcase.
796
5fccc635
YQ
7972015-04-30 Yao Qi <yao.qi@linaro.org>
798
799 * gdb.base/break-idempotent.exp: If
800 skip_hw_watchpoint_multi_tests returns true, skip the tests
801 on "rwatch" and "awatch".
802
42d38f42
YQ
8032015-04-30 Yao Qi <yao.qi@linaro.org>
804
805 * gdb.base/relativedebug.exp: Invoke gdb command
806 "info sharedlibrary", and if libc.so doesn't have debug info,
807 skip the test.
808
2ce1cdbf
DE
8092015-04-29 Doug Evans <dje@google.com>
810
811 * gdb.python/py-xmethods.exp: Add ptype tests.
812 * gdb.python/py-xmethods.py (E_method_char_worker): Add
813 get_result_type method.
814
f24a38c5
LM
8152015-04-29 Luis Machado <lgustavo@codesourcery.com>
816
817 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
818 the target does not support hardware watchpoints.
819
ecbf2b3c
LM
8202015-04-29 Luis Machado <lgustavo@codesourcery.com>
821
822 * gdb.base/break-always.exp: Abort testing if writing to memory
823 causes an error.
824
34f5f757
DE
8252015-04-28 Doug Evans <dje@google.com>
826
827 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
828 * gdb.python/py-pp-registration.exp: ... here. New file.
829 * gdb.python/py-pp-registration.c: New file.
830 * gdb.python/py-pp-registration.py: New file.
831
69b4374a
DE
8322015-04-28 Doug Evans <dje@google.com>
833
834 * gdb.python/py-bad-printers.c: New file.
835 * gdb.python/py-bad-printers.py: New file.
836 * gdb.python/py-bad-printers.exp: New file.
837
59fb7612
SS
8382015-04-28 Sasha Smundak <asmundak@google.com>
839
840 * gdb.python/py-type.exp: New test.
841
2631b16a
AW
8422015-04-28 Andy Wingo <wingo@igalia.com>
843
844 * gdb.python/py-parameter.exp:
845 * gdb.guile/scm-parameter.exp: Escape the path that we are
846 matching against, as it might contain characters that are special
847 to regular expressions.
848
460efde1
JB
8492015-04-27 Joel Brobecker <brobecker@adacore.com>
850
851 * gdb.ada/rec_comp: New testcase.
852
2d369d8e
SDJ
8532015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
854
855 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
856 before using it.
857
cf75d6c3
AB
8582015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
861 new tests for verilog output.
862
8dbe7ca5
YQ
8632015-04-24 Yao Qi <yao.qi@linaro.org>
864
865 * boards/remote-gdbserver-on-localhost.exp: New file.
866
4ef9fb2f
PA
8672015-04-23 Pedro Alves <palves@redhat.com>
868
869 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
870 $inferior_spawn_id instead of $inferior_spawn_id directly. On
871 "end of file", remove $inferior_spawn_id from the indirect list.
872
0a803169
PA
8732015-04-23 Pedro Alves <palves@redhat.com>
874
875 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
876
749ef8f8
PA
8772015-04-23 Pedro Alves <palves@redhat.com>
878
879 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
880 on $any_spawn_id instead of only on $gdb_spawn_id.
881
8aae4344
PM
8822015-04-21 Pierre Muller <muller@sourceware.org>
883
884 PR pascal/17815
885 * lib/pascal.exp (gpc_compile): Add new option "class".
886 (fpc_compile): Likewise.
887 * gdb.pascal/case-insensitive-symbols.pas: New file.
888 * gdb.pascal/case-insensitive-symbols.exp: New file.
889
1586c8fb
GB
8902015-04-20 Gary Benson <gbenson@redhat.com>
891
892 * gdb.base/attach.exp: Fix three extended remote failures.
893
1b6e6f5c
GB
8942015-04-17 Gary Benson <gbenson@redhat.com>
895
896 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
897 the main executable over the remote protocol.
898
e797481d
PA
8992015-04-16 Pedro Alves <palves@redhat.com>
900
901 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
902 a new gdbserver if gdbserver_reconnect_p is set.
903
1ca99c42
PA
9042015-04-16 Pedro Alves <palves@redhat.com>
905
906 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
907 is set, don't exit gdbserver.
908
af9fd6f8
AA
9092015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
910
911 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
912 appropriate .insn, such that an older assembler can be used.
913 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
914 the z/Architecture instruction set on 31-bit targets as well.
915
04ff1e61
AA
9162015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
917
918 * gdb.go/handcall.exp: Remove all logic related to the first
919 breakpoint and rely on go_runto_main instead.
920 * gdb.go/strings.exp: Likewise.
921 * gdb.go/unsafe.exp: Likewise.
922 * gdb.go/hello.exp: Likewise. Also rename the remaining
923 breakpoint marker to "breakpoint 1".
924 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
925 * gdb.go/strings.go: Likewise.
926 * gdb.go/unsafe.go: Likewise.
927 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
928 "set breakpoint 2 here" and rename the remaining breakpoint marker
929 to "breakpoint 1".
930
40d2f8d6
SM
9312015-04-15 Simon Marchi <simon.marchi@ericsson.com>
932
933 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
934 if itertools.imap is not present.
935 * gdb.python/py-objfile.exp: Add parentheses.
936 * gdb.python/py-type.exp: Same.
937 * gdb.python/py-unwind-maint.py: Same.
938
8cbc97c6
YQ
9392015-04-15 Yao Qi <yao.qi@linaro.org>
940
941 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
942 of ":$ptr_size" and set its form explicitly.
943
45fd756c
YQ
9442015-04-15 Pedro Alves <palves@redhat.com>
945 Yao Qi <yao.qi@linaro.org>
946
947 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
948 timeout by factor of 4.
949 (test_regular_watch): Likewise.
950 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
951 * gdb.reverse/sigall-reverse.exp: Likewise.
952 * gdb.reverse/until-precsave.exp: Likewise.
953 * lib/gdb.exp (with_timeout_factor): New proc.
954 (gdb_expect): Move some code to ...
955 (get_largest_timeout): ... here. New procedure.
956
9e811bc3
LM
9572015-04-14 Luis Machado <lgustavo@codesourcery.com>
958
959 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
960
0ff6fcb2
LM
9612015-04-13 Luis Machado <lgustavo@codesourcery.com>
962
963 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
964 to write to the .text section.
965
7578d5f7
LM
9662015-04-13 Luis Machado <lgustavo@codesourcery.com>
967
968 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
969 Handle the case of targets that do not provide PID information.
970
2efe15c4
YQ
9712015-04-13 Yao Qi <yao.qi@linaro.org>
972
973 * lib/gdbserver-support.exp (gdb_exit): Catch exception
974 and use expect instead of gdb_expect.
975
8cd8f2f8
SDJ
9762015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
977
978 * gdb.base/coredump-filter.exp: Rename variable "addr" to
979 "coredump_var_addr" to avoid naming conflict with other testcases.
980
9ee41772
PA
9812015-04-10 Pedro Alves <palves@redhat.com>
982
983 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
984 gdb_test_sequence and gdb_assert.
985
07473109
PA
9862015-04-10 Pedro Alves <palves@redhat.com>
987
988 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
989 test messages that don't include the breakpoint address.
990
de3db44c
YQ
9912015-04-10 Yao Qi <yao.qi@linaro.org>
992
993 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
994 false for some offset and width combinations which aren't
995 supported by linux kernel.
996
c79d856c
PA
9972015-04-10 Pedro Alves <palves@redhat.com>
998
999 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
1000 procedure, factored out from ...
1001 (top level): ... here. Add "set displaced-stepping" testing axis.
1002 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
1003 parameter "displaced". Use it.
1004 (top level): Use foreach and add "set displaced-stepping" testing
1005 axis.
1006
ebc90b50
PA
10072015-04-10 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
1010 Remove comment.
1011 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
1012 both the address of the instruction that triggers the watchpoint
1013 and the address of the instruction immediately after, and use
1014 those addresses for the test. Fix comment.
1015
8f572e5c
PA
10162015-04-10 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.base/sigstep.exp (breakpoint_to_handler)
1019 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
1020 Test "backtrace" in handler.
1021 (breakpoint_over_handler): New parameter 'displaced'. Use it.
1022 (top level): Add new "displaced" test axis to
1023 breakpoint_to_handler, breakpoint_to_handler_entry and
1024 breakpoint_over_handler.
1025
8d707a12
PA
10262015-04-10 Pedro Alves <palves@redhat.com>
1027
1028 PR gdb/18216
1029 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
1030
ef713951
YQ
10312015-04-10 Yao Qi <yao.qi@linaro.org>
1032
1033 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
1034 (test_add_rn_pc): New function.
1035 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
1036 (top level): Invoke test_add_rn_pc.
1037
906d60cf
PA
10382015-04-10 Pedro Alves <palves@redhat.com>
1039
1040 PR gdb/13858
1041 * gdb.base/step-over-no-symbols.exp: New file.
1042
f2983cc3
AW
10432015-04-09 Andy Wingo <wingo@igalia.com>
1044
1045 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
1046 after the Python tests.
1047
6d62641c
SDJ
10482015-04-08 Keith Seitz <keiths@redhat.com>
1049
1050 PR python/16699
1051 * gdb.python/py-completion.exp: New tests for completion.
1052 * gdb.python/py-completion.py (CompleteLimit1): New class.
1053 (CompleteLimit2): Likewise.
1054 (CompleteLimit3): Likewise.
1055 (CompleteLimit4): Likewise.
1056 (CompleteLimit5): Likewise.
1057 (CompleteLimit6): Likewise.
1058 (CompleteLimit7): Likewise.
1059
f3770638
PA
10602015-04-08 Pedro Alves <palves@redhat.com>
1061
1062 PR gdb/18214
1063 PR gdb/18216
1064 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
1065 function.
1066 (main): Install it as SIGUSR1 handler.
1067 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
1068 parameter. Always use "setup" as prefix. Toggle "set
1069 displaced-stepping" off/on depending on global. Don't switch to
1070 thread 1 here.
1071 (top level): Add displaced stepping "off/on" test axis. Update
1072 "setup" calls. Wrap each subtest with with_test_prefix. Test
1073 continuing with a queued signal in each thread.
1074
4496bed7
PA
10752015-04-08 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
1078 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
1079 gdb_breakpoint instead of gdb_test that doesn't expect anything.
1080 Return early if running to main fails.
1081 * gdb.trace/while-stepping.exp: Likewise.
1082
b97fde92
PA
10832015-04-07 Pedro Alves <palves@redhat.com>
1084
1085 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
1086 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
1087 interact with inferior program.
1088
f71c18e7
PA
10892015-04-07 Pedro Alves <palves@redhat.com>
1090
1091 * lib/gdb.exp (inferior_spawn_id): New global.
1092 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
1093 spawn id after processing the user code.
1094 (default_gdb_start): Set inferior_spawn_id.
1095 (send_inferior): New procedure.
1096 * lib/gdbserver-support.exp (gdbserver_start): Set
1097 inferior_spawn_id.
1098 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
1099
6423214f
PA
11002015-04-07 Pedro Alves <palves@redhat.com>
1101
1102 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1103 * lib/gdbserver-support.exp (gdbserver_start): Make
1104 $server_spawn_id global.
1105 (gdbserver_start): Don't wait for gdbserver's spawn id with
1106 expect_background.
1107 (close_gdbserver): New procedure.
1108 (gdb_exit): Rename the default version and reimplement.
1109
71c0ee8c
PA
11102015-04-07 Pedro Alves <palves@redhat.com>
1111
72f4393d 1112 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1113 append the substituted item, not the original item.
1114
203bc29b
PA
11152015-04-07 Pedro Alves <palves@redhat.com>
1116
1117 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1118 gdb_expect.
1119
508a3ddf
PA
11202015-04-07 Pedro Alves <palves@redhat.com>
1121
1122 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1123 output appearing once only.
1124
9f6dbe2b
PA
11252015-04-07 Pedro Alves <palves@redhat.com>
1126
1127 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1128 that doesn't expect anything. Return early if running to main
1129 fails.
1130
337532fa
YQ
11312015-04-07 Yao Qi <yao.qi@linaro.org>
1132
1133 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1134 (child_function): Call alarm.
1135 (main): Move call to alarm into the loop.
1136 * gdb.threads/non-stop-fair-events.exp: Build program with
1137 -DTIMEOUT=$timeout.
1138
01b622d4
DE
11392015-04-06 Doug Evans <xdje42@gmail.com>
1140
1141 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1142 Fix dest parameter to board_info.
1143 (fpc_compile): Ditto.
1144 (gdb_compile_pascal): Rename dest arg to destfile.
1145
961f4160
PMR
11462015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1147
1148 * gdb.ada/funcall_ref.exp: New file.
1149 * gdb.ada/funcall_ref/foo.adb: New file.
1150
cafda597
YQ
11512015-04-02 Yao Qi <yao.qi@linaro.org>
1152
1153 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1154 is remote.
1155
fed040c6
GB
11562015-04-02 Gary Benson <gbenson@redhat.com>
1157
1158 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1159
d11916aa
SS
11602015-04-01 Sasha Smundak <asmundak@google.com>
1161
1162 * gdb.python/py-unwind-maint.c: New file.
1163 * gdb.python/py-unwind-maint.exp: New test.
1164 * gdb.python/py-unwind-maint.py: New file.
1165 * gdb.python/py-unwind.c: New file.
1166 * gdb.python/py-unwind.exp: New test.
1167 * gdb.python/py-unwind.py: New test.
1168
a1471180
PA
11692015-04-01 Pedro Alves <palves@redhat.com>
1170
1171 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1172 to fail instead of non-existent $test.
1173
0bbeccb1
PA
11742015-04-01 Pedro Alves <palves@redhat.com>
1175
1176 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1177 GDBFLAGS if not empty.
1178
3c724c8c
PMR
11792015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1180
1181 * gdb.ada/complete.exp: Remove "multi_line".
1182 * gdb.ada/info_exc.exp: Remove "multi_line".
1183 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1184 * gdb.ada/ptype_field.exp: Remove "multi_line".
1185 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1186 * gdb.ada/tagged.exp: Remove "multi_line".
1187 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1188 [multi_line ...]
1189 * gdb.btrace/delta.exp: Likewise.
1190 * gdb.btrace/exception.exp: Likewise.
1191 * gdb.btrace/function_call_history.exp: Likewise.
1192 * gdb.btrace/instruction_history.exp: Likewise.
1193 * gdb.btrace/nohist.exp: Likewise.
1194 * gdb.btrace/record_goto.exp: Likewise.
1195 * gdb.btrace/segv.exp: Likewise.
1196 * gdb.btrace/stepi.exp: Likewise.
1197 * gdb.btrace/tailcall.exp: Likewise.
1198 * gdb.btrace/unknown_functions.exp: Likewise.
1199 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1200 * lib/gdb.exp: Add the "multi_line" helper.
1201
4eec2deb
PA
12022015-04-01 Pedro Alves <palves@redhat.com>
1203
1204 * gdb.threads/tid-reuse.c: New file.
1205 * gdb.threads/tid-reuse.exp: New file.
1206
df8411da
SDJ
12072015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1208
1209 PR corefiles/16092
1210 * gdb.base/coredump-filter.c: New file.
1211 * gdb.base/coredump-filter.exp: Likewise.
1212
6ef37366
PM
12132015-03-27 Petr Machata <pmachata@redhat.com>
1214
1215 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1216 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1217 (Dwarf::assemble): Initialize them.
1218 (Dwarf::lines): New function.
1219
7ec911b0
JT
12202015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1221
1222 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1223 SYMBOL_PREFIX for x86_64-*-cygwin.
1224
ff908ebf
AW
12252015-03-26 Andy Wingo <wingo@igalia.com>
1226
1227 PR symtab/18148
1228 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1229 const_value but not a location.
1230 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1231 location defined in non-main CUs are visible.
1232
6d5f0679
YQ
12332015-03-26 Yao Qi <yao.qi@linaro.org>
1234
1235 PR testsuite/18139
1236 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1237 Add a line number entry for the same line.
1238 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1239 Add a line number entry for the same line.
1240
2898689b
YQ
12412015-03-26 Yao Qi <yao.qi@linaro.org>
1242
1243 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1244 .int 0.
1245 (func): Likewise. Add .Lfunc_1 label.
1246 Use .Lfunc_1 label.
1247 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1248 .int 0.
1249 (func): Likewise.
1250 Use .Lfunc_1 label.
1251
85180498
YQ
12522015-03-26 Yao Qi <yao.qi@linaro.org>
1253
1254 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1255 Call gdb_compile instead to compile each .s files without debug
1256 information.
1257
8aa08a8d
YQ
12582015-03-26 Yao Qi <yao.qi@linaro.org>
1259
1260 * gdb.base/savedregs.exp (process_saved_regs): Make
1261 "Saved registers:" optional in the pattern.
1262
66849923
MM
12632015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1264
1265 * gdb.btrace/next.exp: Merged into step.exp.
1266 * gdb.btrace/finish.exp: Merged into step.exp.
1267 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1268 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1269 "record goto" and checking the exact replay position.
1270 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1271 check for "Recording format" in "info record" output.
1272 * gdb.btrace/record_goto.exp: Choose test file based on target.
1273 * gdb.btrace/x86-record_goto.S: Renamed into ...
1274 * gdb.btrace/x86_64-record_goto.S: ... this.
1275 * gdb.btrace/i686-record_goto.S: New.
1276 * gdb.btrace/x86-tailcall.S: Renamed into ...
1277 * gdb.btrace/x86_64-tailcall.S: ... this.
1278 * gdb.btrace/i686-tailcall.S: New.
1279 * gdb.btrace/x86-tailcall.c: Renamed into ...
1280 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1281 separate statements. Update test.
1282 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1283 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1284 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1285 * gdb.btrace/tailcall.exp: Choose test file based on target.
1286 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1287
11cc1b74
MM
12882015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1289
1290 * gdb.btrace/exception.exp: Increase BTS buffer size.
1291
a25d8bf9
PA
12922015-03-24 Pedro Alves <palves@redhat.com>
1293
1294 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1295
856e7dd6
PA
12962015-03-24 Pedro Alves <palves@redhat.com>
1297
1298 * gdb.threads/schedlock.exp (test_step): No longer expect that
1299 "set scheduler-locking step" with "next" over a function call runs
1300 threads unlocked.
1301
ad235a41
AT
13022015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1303
1304 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1305
15630549
AT
13062015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1307
1308 PR breakpoints/16466
1309 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1310 * gdb.mi/mi-pending.c (thread_func): New function.
1311 (int main): Add threading support required.
1312 * gdb.mi/mi-pending.exp: Add tests for this issue.
1313 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1314 (pendfunc2): Remove stdio dependency.
1315 * gdb.mi/mi-pendshr2.c: New file.
1316
693dca06
KS
13172015-03-23 Keith Seitz <keiths@redhat.com>
1318
1319 * gdb.linespec/keywords.c: New file.
1320 * gdb.linespec/keywords.exp: New file.
1321
7e993ebf
KS
13222015-03-23 Keith Seitz <keiths@redhat.com>
1323
1324 PR gdb/18021
1325 * gdb.dwarf2/staticvirtual.exp: New test.
1326
bc23328c
JK
13272015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1328
1329 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1330 * README: Remove HP-UX and gdb.hp.
1331 (configuration):
1332 * configure: Regenerate.
1333 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1334 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1335 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1336 gdb.hp/gdb.defects/Makefile.
1337 * gdb.hp/Makefile.in: File deleted.
1338 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1339 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1340 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1341 * gdb.hp/gdb.aCC/run.c: File deleted.
1342 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1343 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1344 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1345 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1346 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1347 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1348 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1349 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1350 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1351 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1352 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1353 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1354 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1355 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1356 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1357 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1358 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1359 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1360 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1361 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1362 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1363 * gdb.hp/gdb.compat/average.c: File deleted.
1364 * gdb.hp/gdb.compat/sum.c: File deleted.
1365 * gdb.hp/gdb.compat/xdb.c: File deleted.
1366 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1367 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1368 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1369 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1370 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1371 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1372 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1373 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1374 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1375 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1376 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1377 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1378 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1379 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1380 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1381 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1382 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1383 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1384 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1385 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1386 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1387 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1388 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1389 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1390 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1391 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1392 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1393 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1394 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1395 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1396 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1397 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1398 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1399 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1400 * gdb.hp/tools/odump: File deleted.
1401
8bf3b159
PA
14022015-03-19 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1405 (saw_thread_3): New globals.
1406 (top level): Increment them when an event for the corresponding
1407 thread is seen.
1408 (no thread starvation): New test.
1409
eb54c8bf
PA
14102015-03-19 Pedro Alves <palves@redhat.com>
1411
1412 * gdb.threads/continue-pending-status.c: New file.
1413 * gdb.threads/continue-pending-status.exp: New file.
1414
32d2e5d6
PA
14152015-03-18 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1418 Use gdb_is_target_remote instead of is_remote. Use
1419 gdb_test_multiple instead of gdb_expect. Exit early if
1420 gdb_test_multiple hits its internal matches. Tighten stepi tests
1421 expected output. Fail on exit with any signal, instead of just
1422 SIGILL.
1423
f68f11b7
YQ
14242015-03-18 Yao Qi <yao.qi@linaro.org>
1425
1426 PR tdep/18107
1427 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1428 variable.
1429 * gdb.base/catch-syscall.exp: Don't skip it on
1430 aarch64*-*-linux* target. Remove elements in all_syscalls.
1431 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1432 target.
1433 (setup_all_syscalls): New proc.
1434
ca5fd19b
YQ
14352015-03-16 Yao Qi <yao.qi@linaro.org>
1436
1437 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1438 (top level): Skip tests if valid_addr_p returns false for
1439 $cmd1 or $cmd2.
1440
85642ba0
AW
14412015-03-11 Andy Wingo <wingo@igalia.com>
1442
1443 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1444
e03f9645
YQ
14452015-03-11 Yao Qi <yao.qi@linaro.org>
1446
1447 * gdb.base/catch-syscall.exp: Fix typo in comments.
1448
5d0962b2
YQ
14492015-03-11 Yao Qi <yao.qi@linaro.org>
1450
1451 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1452
b2df3cef
PA
14532015-03-09 Pedro Alves <palves@redhat.com>
1454
1455 * dg-extract-results.py: Delete.
1456
ef878e53
PA
14572015-03-09 Pedro Alves <palves@redhat.com>
1458
1459 Merge dg-extract-results.sh from GCC upstream (r218843).
1460
1461 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1462 * dg-extract-results.sh: Use --text with grep to avoid issues with
1463 binary files. Fall back to cat -v, if that doesn't work.
1464
9494d219
PA
14652015-03-05 Pedro Alves <palves@redhat.com>
1466
1467 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1468
a8d9763a
SM
14692015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1470
1471 * lib/mi-support.exp (mi_expect_interrupt): Accept
1472 alternative event for when in all-stop mode.
1473
be9957b8
PA
14742015-03-04 Pedro Alves <palves@redhat.com>
1475
1476 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1477
d57be0f4 14782015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1479
1480 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1481
c214c7cf
AA
14822015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1483
1484 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1485 regexps for GDB's current line display, accept a hex address
1486 preceding the line number.
1487
6d74a497
AA
14882015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1489
1490 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1491 the 'arch1' variable for "s390*-linux*" targets.
1492
511aee7c
PA
14932015-03-04 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1496 (main): Pass missing retval argument to pthread_join call.
1497
95e50b27
PA
14982015-03-02 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1501 (top level): Call do_test with non-stop as well.
1502
28054d69
PA
15032015-03-02 Pedro Alves <palves@redhat.com>
1504
1505 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1506 -1.
1507
4fa5d7b4
AA
15082015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1509
1510 * gdb.arch/s390-vregs.exp: New test.
1511 * gdb.arch/s390-vregs.S: New file.
1512
97c18565
PA
15132015-02-27 Pedro Alves <palves@redhat.com>
1514
1515 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1516 call to catch_command_errors.
1517 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1518 catch_command_errors.
1519
a37bfa30
PA
15202015-02-27 Pedro Alves <palves@redhat.com>
1521
1522 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1523 "true" for boolean result.
1524 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1525 prototype of main.
1526
6f98576f
PA
15272015-02-27 Pedro Alves <palves@redhat.com>
1528
1529 * lib/unbuffer_output.c: New file.
1530 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1531 (main): Call gdb_unbuffer_output.
1532
eba5ab56
YQ
15332015-02-27 Yao Qi <yao.qi@linaro.org>
1534
1535 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1536 target.
1537
0def5aaa
DE
15382015-02-26 Doug Evans <dje@google.com>
1539
1540 * gdb.cp/class2.cc (Dbase, D): New classes.
1541 (main): New local delta.
1542 * gdb.cp/class2.exp: Test printing delta.
1543 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1544 (dynbar): New global.
1545 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1546
081a1c2c
JK
15472015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1548
1549 * gdb.compile/compile-ifunc.c: New file.
1550 * gdb.compile/compile-ifunc.exp: New file.
1551
2f41223f
AT
15522015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1553
1554 * gdb.base/structs.exp: Check for correct struct on finish.
1555
03eddd80
YQ
15562015-02-26 Yao Qi <yao.qi@linaro.org>
1557
1558 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1559 is zero.
1560
80c57053
JK
15612015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1562
1563 * gdb.arch/cordic.ko.bz2: New file.
1564 * gdb.arch/cordic.ko.debug.bz2: New file.
1565 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1566
21613c12
YQ
15672015-02-25 Yao Qi <yao.qi@linaro.org>
1568
1569 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1570 aarch64*-*-* target.
1571
d8b901ed
PA
15722015-02-23 Pedro Alves <palves@redhat.com>
1573
1574 * lib/gdb.exp (delete_breakpoints): Rewrite using
1575 gdb_test_multiple.
1576
e5b85ead
PA
15772015-02-23 Pedro Alves <palves@redhat.com>
1578
1579 * gdb.base/info-os.c: Include stdlib.h.
1580
85c3a371
DE
15812015-02-22 Doug Evans <xdje42@gmail.com>
1582
1583 PR symtab/17855
1584 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1585 is read after symbols have been re-read.
1586 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1587 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1588
96553a0c
DE
15892015-02-21 Doug Evans <dje@google.com>
1590
1591 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1592
97a0c697
JK
15932015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1594
1595 PR corefiles/17808
1596 * gdb.arch/i386-biarch-core.core.bz2: New file.
1597 * gdb.arch/i386-biarch-core.exp: New file.
1598
a47cd6e9
PA
15992015-02-21 Pedro Alves <palves@redhat.com>
1600
1601 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1602 runto_main fails.
1603
c5facdc4
PA
16042015-02-20 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1607 info probes.
1608
2db9a427
PA
16092015-02-20 Pedro Alves <palves@redhat.com>
1610
1611 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1612
60fb7e9e
PA
16132015-02-20 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1616 clean_restart before gdb_target_supports_trace.
1617
5c5019c2
PA
16182015-02-20 Pedro Alves <palves@redhat.com>
1619
1620 PR threads/18006
1621 * gdb.threads/clone-thread_db.c: New file.
1622 * gdb.threads/clone-thread_db.exp: New file.
1623
c9587f88
AT
16242015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1625
1626 PR breakpoints/16812
1627 * gdb.base/catch-gdb-caused-signals.c: New file.
1628 * gdb.base/catch-gdb-caused-signals.exp: New file.
1629
f6a88844
JM
16302015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1631
1632 * configure: Regenerated.
1633 * configure.ac: Use GDB_AC_TRANSFORM.
1634 * aclocal.m4: sinclude ../transform.m4.
1635
497c491b
JM
16362015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1637
1638 * lib/dtrace.exp: New file.
1639 * gdb.base/dtrace-probe.exp: Likewise.
1640 * gdb.base/dtrace-probe.d: Likewise.
1641 * gdb.base/dtrace-probe.c: Likewise.
1642 * lib/pdtrace.in: Likewise.
1643 * configure.ac: Output variables with the transformed names of
1644 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1645 * configure: Regenerated.
1646
03e98035
JM
16472015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1648
1649 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1650 expected message when trying to access $_probe_* convenience
1651 variables while not on a probe.
1652
63cc30e9
JK
16532015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1654
1655 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1656
0703599a
PA
16572015-02-11 Pedro Alves <pedro@codesourcery.com>
1658
1659 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1660 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1661
7e60a48e
DE
16622015-02-10 Doug Evans <xdje42@gmail.com>
1663
1664 * lib/gdb.exp (gdb_load): Always return a result.
1665
01b088bc
PA
16662015-02-10 Pedro Alves <palves@redhat.com>
1667
1668 * gdb.threads/signal-sigtrap.c: New file.
1669 * gdb.threads/signal-sigtrap.exp: New file.
1670
b05ec7a5
AT
16712015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1672
1673 * gdb.trace/no-attach-trace.c: New file.
1674 * gdb.trace/no-attach-trace.exp: New file.
1675
a2c2acaf
MW
16762015-02-09 Mark Wielaard <mjw@redhat.com>
1677
1678 * gdb.dwarf2/atomic.c: New file.
1679 * gdb.dwarf2/atomic-type.exp: Likewise.
1680
31fd9caa
MM
16812015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1682
1683 * gdb.btrace/buffer-size.exp: Update "info record" output.
1684 * gdb.btrace/delta.exp: Update "info record" output.
1685 * gdb.btrace/enable.exp: Update "info record" output.
1686 * gdb.btrace/finish.exp: Update "info record" output.
1687 * gdb.btrace/instruction_history.exp: Update "info record" output.
1688 * gdb.btrace/next.exp: Update "info record" output.
1689 * gdb.btrace/nexti.exp: Update "info record" output.
1690 * gdb.btrace/step.exp: Update "info record" output.
1691 * gdb.btrace/stepi.exp: Update "info record" output.
1692 * gdb.btrace/nohist.exp: Update "info record" output.
1693
d33501a5
MM
16942015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1695
1696 * gdb.btrace/buffer-size: New.
1697
f4abbc16
MM
16982015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1699
1700 * gdb.btrace/delta.exp: Update "info record" output.
1701 * gdb.btrace/enable.exp: Update "info record" output.
1702 * gdb.btrace/finish.exp: Update "info record" output.
1703 * gdb.btrace/instruction_history.exp: Update "info record" output.
1704 * gdb.btrace/next.exp: Update "info record" output.
1705 * gdb.btrace/nexti.exp: Update "info record" output.
1706 * gdb.btrace/step.exp: Update "info record" output.
1707 * gdb.btrace/stepi.exp: Update "info record" output.
1708 * gdb.btrace/nohist.exp: Update "info record" output.
1709
b9d61307
SM
17102015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1711
1712 PR gdb/15678
1713 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1714
e584fdbc
PA
17152015-02-06 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1718 macro.
1719 (seconds_left, again): New globals.
1720 (main): Wait seconds_left in a 1-second sleep loop instead of
1721 sleeping 180 seconds. If 'again' is set, reset the seconds
1722 counter.
1723 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1724 'again' in the inferior before detaching. Print the seconds left.
1725 (options): New global.
1726 (top level): Build program with -DTIMEOUT=$timeout.
1727
77f41761
PA
17282015-02-06 Pedro Alves <palves@redhat.com>
1729
1730 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1731 determine how many seconds to pass to 'alarm'.
1732 * gdb.base/gdb-sigterm.exp (top level): Build program with
1733 -DTIMEOUT=$timeout.
1734 (do_test): Return success/failure indication. Add more verbose
1735 logging. Don't fail if 200 single steps are seen. Instead, fail
1736 when the test times out.
1737 (passes): New global.
1738 (top level): Break the testing loop if testing fails on any
1739 iteration. Use gdb_assert.
1740
b9394193
DB
17412015-02-04 Don Breazeal <donb@codesourcery.com>
1742
1743 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1744 and initialize them.
1745 (ipc_cleanup): New function.
1746 (main): Don't declare shmid, semid, and msqid. Add a call to
1747 atexit so that we call ipc_cleanup on exit.
1748
42d9e528
PA
17492015-02-04 Pedro Alves <palves@redhat.com>
1750
1751 * boards/native-extended-gdbserver.exp: Remove any target variant
1752 specifications from the board name before clearing the isremote
1753 flag from board_info.
1754
ae6ae975
DE
17552015-01-31 Doug Evans <xdje42@gmail.com>
1756
1757 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1758
cfb069a8
GB
17592015-01-31 Gary Benson <gbenson@redhat.com>
1760
1761 * gdb.base/completion.exp: Disable completion limiting for
1762 existing tests. Add new tests to check completion limiting.
1763 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1764
5dd31d79
DE
17652015-01-31 Doug Evans <xdje42@gmail.com>
1766
1767 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1768
9f050062
DE
17692015-01-31 Doug Evans <xdje42@gmail.com>
1770
1771 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1772 entries. Duplicate file section script entries.
1773 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1774 inlined entries. Add test for safe-path rejection.
1775 * gdb.python/py-section-script.c: Add duplicate inlined section script
1776 entries. Duplicate file section script entries.
1777 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1778 inlined entries. Add test for safe-path rejection.
1779
df25ebbd
JB
17802015-01-29 Joel Brobecker <brobecker@adacore.com>
1781
1782 * gdb.ada/disc_arr_bound: New testcase.
1783
4a0ca9ec
JB
17842015-01-29 Joel Brobecker <brobecker@adacore.com>
1785
1786 * gdb.ada/mi_var_array: New testcase.
1787
3a8b707a
DE
17882015-01-27 Doug Evans <dje@google.com>
1789
1790 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1791 Add test for objfile.filename, objfile.username after objfile
1792 has been unloaded.
1793
f8313f6e
JB
17942015-01-26 Joel Brobecker <brobecker@adacore.com>
1795
1796 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1797 the second test to print the name attribute of value
1798 returned by the call to gdb.lookup_type, and adjust
1799 the expected output accordingly.
1800
37bc665e
MW
18012015-01-25 Mark Wielaard <mjw@redhat.com>
1802
1803 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1804 * gdb.base/disp-step-fork.c: Include unistd.h.
1805 * gdb.base/siginfo-obj.c: Include stdio.h.
1806 * gdb.base/siginfo-thread.c: Likewise.
1807 * gdb.mi/non-stop.c: Include unistd.h.
1808 * gdb.mi/nsthrexec.c: Include stdio.h.
1809 * gdb.mi/pthreads.c: Include unistd.h.
1810 * gdb.modula2/unbounded1.c (main): Declare returns int.
1811 * gdb.reverse/consecutive-reverse.c: Likewise.
1812 * gdb.threads/create-fail.c: Include unistd.h.
1813 * gdb.threads/killed.c: Likewise.
1814 * gdb.threads/linux-dp.c: Likewise.
1815 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1816 * gdb.threads/non-ldr-exc-2.c: Likewise.
1817 * gdb.threads/non-ldr-exc-3.c: Likewise.
1818 * gdb.threads/non-ldr-exc-4.c: Likewise.
1819 * gdb.threads/pthreads.c: Include unistd.h.
1820 (main): Declare returns int.
1821 * gdb.threads/tls-main.c (foo): New declaration.
1822 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1823
f7e5394d
SM
18242015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1825
1826 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1827 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1828
743649fd
MW
18292015-01-15 Mark Wielaard <mjw@redhat.com>
1830
1831 * gdb.base/noreturn-return.c: New file.
1832 * gdb.base/noreturn-return.exp: New file.
1833 * gdb.base/noreturn-finish.c: New file.
1834 * gdb.base/noreturn-finish.exp: New file.
1835
198297aa
PA
18362015-01-23 Pedro Alves <palves@redhat.com>
1837
1838 * gdb.threads/continue-pending-after-query.c: New file.
1839 * gdb.threads/continue-pending-after-query.exp: New file.
1840
717cf30c
AG
18412015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1842 Simon Marchi <simon.marchi@ericsson.com>
1843
1844 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1845 * gdb.base/valgrind-db-attach.exp: Same.
1846 * gdb.base/valgrind-infcall.exp: Same.
1847 * lib/mi-support.exp (default_mi_gdb_start): Same.
1848 * lib/prompt.exp (default_prompt_gdb_start): Same.
1849 * lib/gdb.exp (default_gdb_spawn): Same.
1850 (gdb_interact): New.
1851
1852
4b62a76e
JK
18532015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1854
1855 * gdb.compile/compile.exp (pointer to jit function): New test.
1856
b4cdae6f
WW
18572015-01-17 Wei-cheng Wang <cole945@gmail.com>
1858
1859 * lib/gdb.exp (supports_process_record): Return true for
1860 powerpc*-*-linux*.
1861 (supports_reverse): Likewise.
1862
d221e7ef
DB
18632015-01-15 Don Breazeal <donb@codesourcery.com>
1864
1865 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1866 instead of checking whether the target board is remote and
1867 use spawn_wait_for_attach instead of exec/sleep.
1868 * gdb.base/attach-twice.exp: Likewise.
1869
bafffb51
JB
18702015-01-15 Joel Brobecker <brobecker@adacore.com>
1871
1872 * gdb.ada/var_arr_attrs: New testcase.
1873
5589af0e
PA
18742015-01-14 Pedro Alves <palves@redhat.com>
1875 Joel Brobecker <brobecker@adacore.com>
1876
1877 PR gdb/17525
1878 * gdb.base/bp-cmds-execution-x-script.c: New file.
1879 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1880 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1881
6c400b59
PA
18822015-01-14 Pedro Alves <palves@redhat.com>
1883
1884 PR cli/17828
1885 * gdb.base/batch-preserve-term-settings.c: New file.
1886 * gdb.base/batch-preserve-term-settings.exp: New file.
1887
e02c96a7
DE
18882015-01-13 Doug Evans <dje@google.com>
1889
1890 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1891 binary.
1892
576fd14c
JB
18932015-01-13 Joel Brobecker <brobecker@adacore.com>
1894
1895 * Makefile.in (clean mostlyclean): Do not delete *.py.
1896
04dccad0
JB
18972015-01-13 Joel Brobecker <brobecker@adacore.com>
1898
1899 * gdb.python/py-lookup-type.exp: New file.
1900
3d230f71
PA
19012015-01-12 Pedro Alves <palves@redhat.com>
1902
1903 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1904 restore GDBFLAGS before returning.
1905
7e67715d
JK
19062015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1909 is_amd64_regs_target and is_x86_like_target.
1910
f2e0d4b4
DE
19112015-01-11 Doug Evans <xdje42@gmail.com>
1912
1913 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1914 is given without an explicit form.
1915 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1916 attributes.
1917 * gdb.dwarf/corrupt.exp: Ditto.
1918 * gdb.dwarf2/enum-type.exp: Ditto.
1919 * gdb.trace/entry-values.exp: Ditto.
1920 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1921
439250fb
DE
19222015-01-11 Doug Evans <xdje42@gmail.com>
1923
1924 PR gdb/15830
1925 * gdb.base/maint.exp: Remove references to "maint demangle".
1926 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1927 Add tests for explicitly specifying language to demangle.
1928 * gdb.dlang/demangle.exp: Ditto.
1929
ede9f622
PA
19302015-01-09 Pedro Alves <palves@redhat.com>
1931
1932 * gdb.threads/non-stop-fair-events.c: New file.
1933 * gdb.threads/non-stop-fair-events.exp: New file.
1934
a7b796db
PA
19352015-01-09 Pedro Alves <palves@redhat.com>
1936
1937 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1938 the global scope. Set a breakpoint after all threads are started
1939 rather than stepping over two source lines. Expect the prompt.
1940 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1941 global.
1942 (NUM): Now 15.
1943 (main): Use threads_started_barrier to wait for all threads to
1944 start. Main thread no longer calls thread_function. Exit after
1945 180 seconds.
1946 (loop): New function.
1947 (thread_function): Wait on threads_started_barrier barrier. Call
1948 'loop' at each iteration.
1949 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1950 threads have started, instead of hardcoding number of "next"
1951 steps. Use an access watchpoint instead of a write watchpoint.
1952
9665ffdd
PA
19532015-01-09 Pedro Alves <palves@redhat.com>
1954
1955 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1956 (thread_func): Wait on barrier.
1957 (main): Wait for all threads to start before stopping GDB.
1958 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1959 global.
1960 (thread1_func, thread2_func): Wait on barrier.
1961 (main): Wait for all threads to start before stopping GDB.
1962 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1963 New global.
1964 (thread1_func, thread2_func): Wait on barrier.
1965 (main): Wait for all threads to start before stopping GDB.
1966
c945a99f
PA
19672015-01-09 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.threads/attach-many-short-lived-threads.c: New file.
1970 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1971
c1a747c1
PA
19722014-01-09 Pedro Alves <palves@redhat.com>
1973
1974 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1975 instead of to thread 2.
1976 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1977 Add barrier around each pthread_create call instead of around all
1978 calls.
1979 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1980 Set a break on thread_function and have the child threads hit it
1981 one at at a time.
1982
60b3033e
PA
19832015-01-09 Pedro Alves <palves@redhat.com>
1984
1985 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1986 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1987 false.
1988 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1989 checking whether the target board is remote.
1990 * gdb.multi/multi-attach.exp: Likewise.
1991 * gdb.python/py-sync-interp.exp: Likewise.
1992 * gdb.server/ext-attach.exp: Likewise.
1993 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1994 tests that need to attach, instead of checking whether the target
1995 board is remote at the top of the file.
1996
acc018ac
YQ
19972015-01-08 Yao Qi <yao@codesourcery.com>
1998
1999 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
2000
50a18af8
JK
20012015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2002
2003 Fix testcase compilation.
2004 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
2005
8503d6e1
JB
20062015-01-06 Joel Brobecker <brobecker@adacore.com>
2007
2008 * gdb.python/py-type.exp: Add a couple test about empty
2009 array creation, and negative-length array creation.
2010
cc73dbcc
DE
20112015-01-02 Doug Evans <xdje42@gmail.com>
2012
2013 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
2014
0300bbc7
DE
20152015-01-02 Doug Evans <dje@google.com>
2016
2017 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
2018
9d85a0ec
YQ
20192014-12-29 Yao Qi <yao@codesourcery.com>
2020
2021 * gdb.trace/entry-values.exp: Update comments. Rename variable
2022 bar_call_foo to returned_from_foo.
2023
87186c6a
MMN
20242014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
2025
2026 PR gdb/17394
2027 * gdb.linespec/break-asm-file.c: New file.
2028 * gdb.linespec/break-asm-file.exp: New file.
2029 * gdb.linespec/break-asm-file0.s: New file.
2030 * gdb.linespec/break-asm-file1.s: New file.
2031
1bab7383
YQ
20322014-12-18 Nigel Stephens <nigel@mips.com>
2033 Maciej W. Rozycki <macro@codesourcery.com>
2034
2035 * gdb.base/float.exp: Handle the new output from "info float" on
2036 MIPS targets.
2037
1bc1068a
JK
20382014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2039
2040 Fix MinGW compilation.
2041 * gdb.compile/compile-ops.exp: Update untested message if
2042 !skip_compile_feature_tests.
2043 * gdb.compile/compile-setjmp.exp: Likewise.
2044 * gdb.compile/compile-tls.exp: Likewise.
2045 * gdb.compile/compile.exp: Likewise.
2046 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
2047 supported on this host".
2048
b6615d10
DE
20492014-12-16 Doug Evans <xdje42@gmail.com>
2050
2051 * boards/stabs.exp: New file.
2052
25dda427
AA
20532014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
2054
2055 * gdb.base/completion.exp: Adjust to format changes of "maint
2056 print user-registers".
2057
bf330350
CU
20582014-12-16 Catalin Udma <catalin.udma@freescale.com>
2059
2060 PR server/17457
2061 * gdb.arch/aarch64-fp.c: New file.
2062 * gdb.arch/aarch64-fp.exp: New file.
2063
395cf596
SDJ
20642014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2065
2066 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
2067 r210637, r210913, r211666, r215400, r215817).
2068
2069 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2070 * dg-extract-results.py: New file.
2071 * dg-extract-results.sh: Use it if the environment seems
2072 suitable.
2073
2074 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2075
2076 * dg-extract-results.py (parse_run): Handle warnings that
2077 are printed before a test harness is run.
2078
2079 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2080
2081 * dg-extract-results.py (Named): Remove __cmp__ method.
2082 (output_variation): Use a key to sort variation.harnesses.
2083
2084 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2085
2086 * dg-extract-results.py: For Python 3, force sys.stdout to
2087 handle surrogate escape sequences.
2088 (safe_open): New function.
2089 (output_segment, main): Use it.
2090
2091 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2092
2093 * dg-extract-results.py (Prog.result_re): Include options
2094 in test name.
2095
2096 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2097
2098 * dg-extract-results.py (output_variation): Always sort if
2099 do_sum.
2100
e882ef3c
SM
21012014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2102
2103 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2104 as long as we get pagination notifications.
2105
4992aa20
JM
21062014-12-15 Jason Merrill <jason@redhat.com>
2107
2108 * Makefile.in (check-gdb.%): Restore.
2109 * README: Mention it.
2110
c1b5a1a6
JB
21112014-12-13 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.ada/str_uninit: New testcase.
2114
5537b577
JK
21152014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 PR symtab/17642
2118 * gdb.base/vla-stub-define.c: New file.
2119 * gdb.base/vla-stub.c: New file.
2120 * gdb.base/vla-stub.exp: New file.
2121
bb2ec1b3
TT
21222014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2123 Jan Kratochvil <jan.kratochvil@redhat.com>
2124 Tom Tromey <tromey@redhat.com>
2125
2126 * configure.ac: Add gdb.compile/.
2127 * configure: Regenerate.
2128 * gdb.compile/Makefile.in: New file.
2129 * gdb.compile/compile-ops.exp: New file.
2130 * gdb.compile/compile-ops.c: New file.
2131 * gdb.compile/compile-tls.c: New file.
2132 * gdb.compile/compile-tls.exp: New file.
2133 * gdb.compile/compile-constvar.S: New file.
2134 * gdb.compile/compile-constvar.c: New file.
2135 * gdb.compile/compile-mod.c: New file.
2136 * gdb.compile/compile-nodebug.c: New file.
2137 * gdb.compile/compile-setjmp-mod.c: New file.
2138 * gdb.compile/compile-setjmp.c: New file.
2139 * gdb.compile/compile-setjmp.exp: New file.
2140 * gdb.compile/compile-shlib.c: New file.
2141 * gdb.compile/compile.c: New file.
2142 * gdb.compile/compile.exp: New file.
2143 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2144
4ff709eb
TT
21452014-12-12 Tom Tromey <tromey@redhat.com>
2146
2147 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2148 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2149
6dddd6a5
DE
21502014-12-12 Doug Evans <dje@google.com>
2151
2152 * lib/gdb-python.exp (get_python_valueof): New function.
2153 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2154
71c24708
AA
21552014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2156
2157 * gdb.base/completion.exp: Add test for completion of "info
2158 registers ".
2159
3e29f34a
MR
21602014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2161
2162 * gdb.base/func-ptrs.c: New file.
2163 * gdb.base/func-ptrs.exp: New file.
2164
fc126975
SM
21652014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2166
2167 PR breakpoints/17012
2168 * gdb.base/dprintf-detach.c: New file.
2169 * gdb.base/dprintf-detach.exp: New file.
2170
0a46d518
SM
21712014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2172
2173 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2174 * lib/gdb.exp (target_is_gdbserver): New procedure.
2175
a0be3e44
DE
21762014-12-08 Doug Evans <dje@google.com>
2177
2178 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2179
df1b803a
YQ
21802014-12-05 Yao Qi <yao@codesourcery.com>
2181
2182 * gdb.guile/scm-error.exp: Remove the third argument to
2183 gdb_remote_download.
2184 * gdb.guile/scm-frame-args.exp: Likewise.
2185 * gdb.guile/scm-section-script.exp: Likewise.
2186
ddb9f679
YQ
21872014-12-05 Yao Qi <yao@codesourcery.com>
2188
2189 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2190
86e4ed39
DE
21912014-12-04 Doug Evans <dje@google.com>
2192
2193 * gdb.python/py-objfile.exp: Add tests for
2194 objfile.add_separate_debug_file.
2195
7c50a931
DE
21962014-12-04 Doug Evans <dje@google.com>
2197
2198 * lib/gdb.exp (get_build_id): New function.
2199 (build_id_debug_filename_get): Rewrite to use it.
2200 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2201
621661e3
MR
22022014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2203
2204 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2205 `method(long)', not just 0x0.
2206 * gdb.cp/nsalias.exp: Align code labels to 4.
2207 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2208 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2209 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2210 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2211 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2212 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2213
29f0c3b7
DE
22142014-12-02 Doug Evans <dje@google.com>
2215
e1e061e7 2216 PR symtab/17602
29f0c3b7 2217 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2218 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2219 * gdb.cp/anon-ns.exp: Update.
2220
162078c8
NB
22212014-12-02 Nick Bull <nicholaspbull@gmail.com>
2222
2223 * gdb.python/py-events.py (inferior_call_handler): New.
2224 (register_changed_handler, memory_changed_handler): New.
2225 (test_events.invoke): Register new handlers.
2226 * gdb.python/py-events.exp: Add tests for inferior call,
2227 memory_changed and register_changed events.
2228
fdb09caf
AA
22292014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2230
2231 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2232 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2233 if the linker doesn't understand this.
2234
55cfb2c4
SM
22352014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2236
2237 * gdb.python/python.exp: Change expected reply to help().
2238
9e8cd6df
YQ
22392014-12-01 Yao Qi <yao@codesourcery.com>
2240
2241 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2242 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2243 * configure: Re-generated.
2244
6c659fc2
SC
22452014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2246
2247 * gdb.cp/chained-calls.cc: New file.
2248 * gdb.cp/chained-calls.exp: New file.
2249 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2250
d7fc3181
SM
22512014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2252
2253 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2254 * gdb.dwarf2/symtab-producer.exp: Same.
2255 * gdb.gdb/python-interrupts.exp: Same.
2256 * gdb.gdb/python-selftest.exp: Same.
2257 * gdb.python/py-linetable.exp: Same.
2258 * gdb.python/py-type.exp: Same.
2259 * gdb.python/py-value-cc.exp: Same.
2260 * gdb.python/py-value.exp: Same.
2261
10e79639
YQ
22622014-11-28 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.base/break-probes.exp: Match library name prefixed with
2265 sysroot.
2266
f28a0564
SM
22672014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2268
2269 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2270 test expected output. Add parentheses for the call to print.
2271 Remove L suffix from integers.
2272
3fe1ce1d
DE
22732014-11-26 Doug Evans <dje@google.com>
2274
2275 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2276
84429e27
YQ
22772014-11-22 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.trace/entry-values.c: Remove asms.
2280 (foo): Add foo_label.
2281 (bar): Add bar_label.
2282 * gdb.trace/entry-values.exp: Remove code computing foo's
2283 length and bar's length.
2284 (Dwarf::assemble): Invoke function_range for bar and use
2285 MACRO_AT_func for foo.
2286
26741859
YQ
22872014-11-22 Yao Qi <yao@codesourcery.com>
2288
2289 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2290 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2291 Use .Lgcc43_procstart instead of gcc43.
2292
45e44d27
JB
22932014-11-21 Joel Brobecker <brobecker@adacore.com>
2294
2295 * gdb.ada/n_arr_bound: New testcase.
2296
458c8db8
SDJ
22972014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2298
2299 PR breakpoints/10737
2300 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2301 test_catch_syscall_multi_arch.
2302 (test_catch_syscall_multi_arch): New function.
2303
43f3e411
DE
23042014-11-20 Doug Evans <xdje42@gmail.com>
2305
2306 * gdb.base/maint.exp: Update expected output.
2307
0d7b2549
AA
23082014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2309
2310 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2311 4-byte instruction on S390.
2312
8908fca5
JB
23132014-11-19 Joel Brobecker <brobecker@adacore.com>
2314
2315 * gdb.ada/arr_arr: New testcase.
2316
4a46959e
JB
23172014-11-19 Joel Brobecker <brobecker@adacore.com>
2318
2319 * gdb.ada/pkd_arr_elem: New Testcase.
2320
470e2f4e
LM
23212014-11-18 Luis Machado <lgustavo@codesourcery.com>
2322
2323 * gdb.reverse/break-precsave: Expect completion message for
2324 core file reads.
2325 * gdb.reverse/consecutive-precsave.exp: Likewise.
2326 * gdb.reverse/finish-precsave.exp: Likewise.
2327 * gdb.reverse/i386-precsave.exp: Likewise.
2328 * gdb.reverse/machinestate-precsave.exp: Likewise.
2329 * gdb.reverse/sigall-precsave.exp: Likewise.
2330 * gdb.reverse/solib-precsave.exp: Likewise.
2331 * gdb.reverse/step-precsave.exp: Likewise.
2332 * gdb.reverse/until-precsave.exp: Likewise.
2333 * gdb.reverse/watch-precsave.exp: Likewise.
2334
a267f3ad
AA
23352014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2336
2337 * gdb.base/bp-permanent.c: Include unistd.h.
2338 * gdb.python/py-framefilter-mi.c (main): Add return type.
2339 * gdb.python/py-framefilter.c (main): Likewise.
2340 * gdb.trace/actions-changed.c (main): Likewise.
2341
12084a9a
AA
23422014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2343
2344 * gdb.mi/until.c: Add eye-catchers.
2345 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2346 line numbers.
2347
dc7e1a77
AA
23482014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2349
2350 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2351 function header variants in break1.c.
2352 * gdb.base/ena-dis-br.exp: Likewise.
2353 * gdb.base/hbreak2.exp: Likewise.
2354 * gdb.reverse/until-precsave.exp: Drop references to removed
2355 non-prototype function header variants in ur1.c.
2356 * gdb.reverse/until-reverse.exp: Likewise.
2357
41c77605
PM
23582014-11-17 Petr Machata <pmachata@redhat.com>
2359
2360 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2361 ${_cu_offset_size} bytes abbrev offset.
2362
34248c3a
DE
23632014-11-15 Doug Evans <xdje42@gmail.com>
2364
2365 PR symtab/17559
2366 * gdb.base/line-symtabs.exp: New file.
2367 * gdb.base/line-symtabs.c: New file.
2368 * gdb.base/line-symtabs.h: New file.
2369
646da059
YQ
23702014-11-14 Yao Qi <yao@codesourcery.com>
2371
2372 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2373 (func): Add label func_label.
2374 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2375 Replace low_pc and high_pc with MACRO_AT_range.
2376 Replace name, low_pc and high_pc with MACRO_AT_func.
2377
9301ebe6
YQ
23782014-11-14 Yao Qi <yao@codesourcery.com>
2379
2380 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2381 Replace name, low_pc and high_pc with MACRO_AT_func.
2382
f166b542
YQ
23832014-11-14 Yao Qi <yao@codesourcery.com>
2384
2385 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2386 produce debug information.
2387 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2388
0f6e71e3
YQ
23892014-11-14 Yao Qi <yao@codesourcery.com>
2390
2391 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2392 object and get function length.
2393 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2394 with MACRO_AT_func.
2395 (top-level): Replace gdb_compile and clean_restart with
2396 prepare_for_testing.
2397 * gdb.dwarf2/main.c (main): Add label main_label.
2398
876c4df9
YQ
23992014-11-14 Yao Qi <yao@codesourcery.com>
2400
2401 * lib/dwarf.exp (function_range): New procedure.
2402 (Dwarf::_handle_macro_at_func): New procedure.
2403 (Dwarf::_handle_macro_at_range): New procedure.
2404 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2405
02ad9cf1
YQ
24062014-11-14 Yao Qi <yao@codesourcery.com>
2407
2408 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2409 (_handle_attribute): New procedure.
2410
a59add0c
AA
24112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2412
2413 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2414 * gdb.base/call-sc.c (zed): Likewise.
2415 * gdb.base/checkpoint.c (main): Likewise.
2416 * gdb.base/dump.c (main): Likewise.
2417 * gdb.base/gcore.c (main): Likewise.
2418 * gdb.base/huge.c (main): Likewise.
2419 * gdb.base/multi-forks.c (main): Likewise.
2420 * gdb.base/pr10179-a.c (main): Likewise.
2421 * gdb.base/savedregs.c (main): Likewise.
2422 * gdb.base/sigaltstack.c (main): Likewise.
2423 * gdb.base/siginfo.c (main): Likewise.
2424 * gdb.base/structs.c (zed): Likewise.
2425 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2426 * gdb.mi/mi-syn-frame.c (main): Likewise.
2427 * gdb.mi/until.c (foo, main): Likewise.
2428 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2429 * gdb.base/solib-weak.c (foo): Declare.
2430 * gdb.base/attach-twice.c: Include stdio.h.
2431 * gdb.base/weaklib1.c: Likewise.
2432 * gdb.base/weaklib2.c: Likewise.
2433 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2434 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2435 unistd.h.
2436 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2437 * gdb.mi/mi-exit-code.c: Likewise.
2438 * gdb.base/break-interp-lib.c: Include string.h.
2439 * gdb.base/coremaker.c: Likewise.
2440 * gdb.base/testenv.c: Likewise.
2441 * gdb.python/py-finish-breakpoint.c: Likewise.
2442 * gdb.base/inferior-died.c: Include sys/wait.h.
2443 * gdb.base/fileio.c: Include time.h.
2444 * gdb.base/async-shell.c: Include unistd.h.
2445 * gdb.base/dprintf-non-stop.c: Likewise.
2446 * gdb.base/info-os.c: Likewise.
2447 * gdb.mi/mi-console.c: Likewise.
2448 * gdb.mi/watch-nonstop.c: Likewise.
2449 * gdb.python/py-events.c: Likewise.
2450 * gdb.base/async.c (baz): Move up before its invocation.
2451 * gdb.base/code_elim2.c (my_global_func): Likewise.
2452 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2453 * gdb.base/advance.c (func2): Likewise.
2454
3b5d5997
AA
24552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2456
2457 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2458 variant.
2459 * gdb.base/annota3.c: Likewise.
2460 * gdb.base/async.c: Likewise.
2461 * gdb.base/average.c: Likewise.
2462 * gdb.base/call-ar-st.c: Likewise.
2463 * gdb.base/call-rt-st.c: Likewise.
2464 * gdb.base/call-sc.c: Likewise.
2465 * gdb.base/call-strs.c: Likewise.
2466 * gdb.base/ending-run.c: Likewise.
2467 * gdb.base/execd-prog.c: Likewise.
2468 * gdb.base/exprs.c: Likewise.
2469 * gdb.base/foll-exec.c: Likewise.
2470 * gdb.base/foll-fork.c: Likewise.
2471 * gdb.base/foll-vfork.c: Likewise.
2472 * gdb.base/funcargs.c: Likewise.
2473 * gdb.base/gcore.c: Likewise.
2474 * gdb.base/jump.c: Likewise.
2475 * gdb.base/langs0.c: Likewise.
2476 * gdb.base/langs1.c: Likewise.
2477 * gdb.base/langs2.c: Likewise.
2478 * gdb.base/mips_pro.c: Likewise.
2479 * gdb.base/nodebug.c: Likewise.
2480 * gdb.base/opaque0.c: Likewise.
2481 * gdb.base/opaque1.c: Likewise.
2482 * gdb.base/recurse.c: Likewise.
2483 * gdb.base/run.c: Likewise.
2484 * gdb.base/scope0.c: Likewise.
2485 * gdb.base/scope1.c: Likewise.
2486 * gdb.base/setshow.c: Likewise.
2487 * gdb.base/setvar.c: Likewise.
2488 * gdb.base/shmain.c: Likewise.
2489 * gdb.base/shr1.c: Likewise.
2490 * gdb.base/shr2.c: Likewise.
2491 * gdb.base/sigall.c: Likewise.
2492 * gdb.base/signals.c: Likewise.
2493 * gdb.base/so-indr-cl.c: Likewise.
2494 * gdb.base/solib2.c: Likewise.
2495 * gdb.base/structs.c: Likewise.
2496 * gdb.base/sum.c: Likewise.
2497 * gdb.base/vforked-prog.c: Likewise.
2498 * gdb.base/watchpoint.c: Likewise.
2499 * gdb.reverse/shr2.c: Likewise.
2500 * gdb.reverse/until-reverse.c: Likewise.
2501 * gdb.reverse/ur1.c: Likewise.
2502 * gdb.reverse/watch-reverse.c: Likewise.
2503
066a77c5
AA
25042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2505
2506 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2507 variant.
2508 * gdb.base/sepdebug.exp: Drop references to removed code.
2509
4f204ea5
AA
25102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2511
2512 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2513 variant. Preserve original line numbering.
2514 * gdb.base/list1.c: Likewise.
2515
3b377a3a
AA
25162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2517
2518 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2519 variant.
2520 * gdb.base/break1.c: Likewise.
2521 * gdb.base/break.exp: Drop references to removed code.
2522
e444df73
AA
25232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2524
2525 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2526 variant.
2527
8008f2a7
AA
25282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2529
2530 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2531
a5a06887
AA
25322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2533
2534 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2535 logic into perform_all_tests() and invoke it with and without
2536 function header prototypes.
2537 (do_function_calls): Remove conditional XFAIL for PR 5318.
2538 (rerun_and_prepare): Remove duplicate code.
2539 (perform_all_tests): New. Main logic moved here.
2540
44dba9b9
AA
25412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2542
2543 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2544 code guarded by #ifdef NO_PROTOTYPES.
2545 (t_double_many_args): Likewise.
2546 (DEF_FUNC_MANY_ARGS_1): Likewise.
2547 (DEF_FUNC_VALUES_1): Likewise.
2548 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2549 guarded by #ifdef PROTOTYPES.
2550
d1fbcd56
AA
25512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2552
2553 * gdb.mi/mi-console.c: Add eye-catcher.
2554 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2555 instead of literal line number.
2556
b0e59b8f
AA
25572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2558
2559 * gdb.base/shr2.c: Add eye-catcher.
2560 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2561 line number.
2562
78f98cca
AA
25632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2564
2565 * gdb.base/jump.c: Add eye-catchers.
2566 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2567 numbers.
2568
58fa2af0
AA
25692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2570
2571 * gdb.base/execd-prog.c: Add eye-catchers.
2572 * gdb.base/foll-exec.c: Likewise.
2573 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2574 line numbers.
2575
04e5059b
AA
25762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2577
2578 * gdb.base/ending-run.c: Add eye-catchers.
2579 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2580 literal line numbers.
2581
dbfdb174
AA
25822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2583
2584 * gdb.base/call-rt-st.c: Add eye-catchers.
2585 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2586 literal line numbers.
2587
888a2ade
AA
25882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2589
2590 * gdb.base/call-ar-st.c: Add eye-catchers.
2591 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2592 literal line numbers.
2593
6acc2dde
AA
25942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2595
2596 * gdb.base/average.c: Add eye-catchers.
2597 * gdb.base/sum.c: Likewise.
2598 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2599 regexps dynamically.
2600
9ecfcd1d
AA
26012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2602
2603 * gdb.base/solib1.c: Add eye-catchers.
2604 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2605 literal line numbers.
2606
78708b7c
PA
26072014-11-12 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2610 leader has exited.
2611
af48d08f
PA
26122014-11-12 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.arch/i386-bp_permanent.c: New file.
2615 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2616 (srcfile): Set to i386-bp_permanent.c.
2617 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2618 that stepi does not execute the 'leave' instruction, instead of
2619 testing it does execute.
2620 * gdb.base/bp-permanent.c: New file.
2621 * gdb.base/bp-permanent.exp: New file.
2622
af3768e9
DE
26232014-11-10 Doug Evans <xdje42@gmail.com>
2624
2625 PR symtab/17564
2626 * gdb.base/symtab-search-order.exp: New file.
2627 * gdb.base/symtab-search-order.c: New file.
2628 * gdb.base/symtab-search-order-1.c: New file.
2629 * gdb.base/symtab-search-order-shlib-1.c: New file.
2630
9de00a4a
PA
26312014-11-07 Pedro Alves <palves@redhat.com>
2632
2633 PR gdb/17511
2634 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2635 i?86-*-linux*.
2636
e0f52461
SC
26372014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2638
2639 PR c++/17494
2640 * gdb.cp/pr17494.cc: New file.
2641 * gdb.cp/pr17494.exp: New file.
2642
6ce8c980
YQ
26432014-11-02 Yao Qi <yao@codesourcery.com>
2644
2645 * gdb.python/python.exp: Get working directory and match the
2646 output of "set extended-prompt \\w " with it.
2647
02be9a71
DE
26482014-10-30 Doug Evans <dje@google.com>
2649
2650 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2651 in objfiles.
2652 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2653 in progspaces.
2654
3bdff46b
LM
26552014-10-30 Janis Johnson <janisjo@codesourcery.com>
2656
2657 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2658 * gdb.base/realname-expand.exp: Likewise.
2659 * gdb.linespec/macro-relative.exp: Likewise.
2660
ab917dfb
PA
26612014-10-29 Pedro Alves <palves@redhat.com>
2662
2663 PR gdb/17408
2664 * gdb.threads/schedlock.c (some_function): New function.
2665 (call_function): New global.
2666 (MAYBE_CALL_SOME_FUNCTION): New macro.
2667 (thread_function): Call it.
2668 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2669 and use it instead of a global counter. Adjust all callers.
2670 (get_current_thread): Use "find current thread" for test message
2671 here rather than having all callers pass down the same string.
2672 (goto_loop): New procedure, factored out from ...
2673 (my_continue): ... this.
2674 (step_ten_loops): Change parameter from test message to command to
2675 use. Adjust.
2676 (list_count): Delete global.
2677 (check_result): New procedure, factored out from duplicate top
2678 level code.
2679 (continue tests): Wrap in with_test_prefix.
2680 (test_step): New procedure, factored out from duplicate top level
2681 code.
2682 (top level): Test "step" in combination with all scheduler-locking
2683 modes. Test "next" in combination with all scheduler-locking
2684 modes, and in combination with stepping over a function call or
2685 not.
2686 * gdb.threads/next-bp-other-thread.c: New file.
2687 * gdb.threads/next-bp-other-thread.exp: New file.
2688
d3d4baed
PA
26892014-10-29 Pedro Alves <palves@redhat.com>
2690
2691 PR python/17372
2692 * gdb.python/python.exp: Test a multi-line command that spawns
2693 interactive Python.
2694 * gdb.base/multi-line-starts-subshell.exp: New file.
2695
563e8d85
YQ
26962014-10-29 Yao Qi <yao@codesourcery.com>
2697
2698 * gdb.base/fileio.exp: Make directories on host.
2699
0ea4d52e
YQ
27002014-10-29 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.base/fileio.c (test_write): Close the file.
2703
7f5ef605
PA
27042014-10-28 Pedro Alves <palves@redhat.com>
2705
2706 PR gdb/12623
2707 * gdb.base/sigstep.c (no_handler): New global.
2708 (main): If 'no_handler is true, set the signal handlers to
2709 SIG_IGN.
2710 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2711 with_sw_watch and no_handler parameters. Handle them.
2712 (top level) <stepping over handler when stopped at a breakpoint
2713 test>: Add a test axis for testing with a software watchpoint, and
2714 another for testing with the signal handler set to SIG_IGN.
2715 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2716 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2717
abbdbd03
PA
27182014-10-28 Pedro Alves <palves@redhat.com>
2719
2720 PR gdb/17511
2721 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2722 * gdb.base/sigstep.exp (other_handler_location): New global.
2723 (advance): Support stepping into the signal handler, and running
2724 commands while in the handler.
2725 (in_handler_map): New global.
2726 (top level): In the advance test, add combinations for getting
2727 into the handler with stepping commands, and for running commands
2728 in the handler. Add comment descripting the advancei tests.
2729
1df4399f
PA
27302014-10-28 Pedro Alves <palves@redhat.com>
2731
2732 * gdb.base/sigstep.exp: Use build_executable instead of
2733 prepare_for_testing.
2734 (top level): Move code that starts GDB, runs to main and creates a
2735 display to ...
2736 (restart): ... this new procedure.
2737 (top level): Move backtrace from signal handler test to ...
2738 (validate_backtrace): ... this new procedure.
2739 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2740 with_test_prefix. Always restart GDB.
2741 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2742 with_test_prefix. Always restart GDB. No need to delete
2743 breakpoints after the test.
2744 (test_skip_handler): Remove prefix parameter.
2745 (skip_over_handler, breakpoint_to_handler)
2746 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2747 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2748 restart GDB. No need to delete breakpoints after the test.
2749 (top level): Use foreach to call the test procedures with
2750 different commands.
2751
a5b6e449
PA
27522014-10-28 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2755 instead of GNATS numbers.
2756 * gdb.base/sigbpt.exp: Likewise.
2757 * gdb.base/siginfo.exp: Likewise.
2758 * gdb.base/sigstep.exp: Likewise.
2759
e5f8a7cc
PA
27602014-10-27 Pedro Alves <palves@redhat.com>
2761
2762 * gdb.base/sigstep.c (dummy): New global.
2763 (main): Issue a couple writes to the new global.
2764 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2765 procedures.
2766 (skip_over_handler): Use test_skip_handler.
2767 (top level): Call skip_over_handler for stepi and nexti too.
2768 (breakpoint_over_handler): Use test_skip_handler.
2769 (top level): Call breakpoint_over_handler for stepi and nexti too.
2770
763905a3
YQ
27712014-10-27 Yao Qi <yao@codesourcery.com>
2772
2773 * gdb.trace/tfile.c (adjust_function_address)
2774 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2775 function descriptor.
2776
6f259a23
DB
27772014-10-24 Don Breazeal <donb@codesourcery.com>
2778
2779 * gdb.base/foll-fork.exp (test_follow_fork,
2780 catch_fork_child_follow): Check for updated fork messages emitted
2781 from infrun.c.
2782 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2783 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2784 vfork_and_exec_child_follow_through_step): Check for updated vfork
2785 messages emitted from infrun.c.
2786
09dd9a69
PA
27872014-10-24 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.base/corefile.exp: Remove references to ultrix.
2790 * gdb.base/interrupt.exp: Likewise.
2791 * gdb.base/whatis.exp: Likewise.
2792 * gdb.gdb/selftest.exp: Likewise.
2793 * gdb.threads/manythreads.exp: Likewise.
2794 * gdb.threads/print-threads.exp: Likewise.
2795 * gdb.threads/pthreads.exp:: Likewise.
2796 * gdb.threads/schedlock.exp: Likewise.
2797
3433cfa5
SC
27982014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2799
2800 * gdb.cp/non-trivial-retval.cc: Add a test case.
2801 * gdb.cp/non-trivial-retval.exp: Add a test.
2802
092f880b
YQ
28032014-10-20 Yao Qi <yao@codesourcery.com>
2804
2805 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2806 * gdb.python/py-objfile-script-gdb.py: New file.
2807 * gdb.python/py-objfile-script.exp: Update reference to
2808 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2809 of remote_download. Remove the dest file.
2810
acbdb7f3
YQ
28112014-10-20 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2814 * gdb.base/step-line.exp: Likewise.
2815 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2816 * gdb.dwarf2/dw2-basic.exp: Likewise.
2817 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2818 * gdb.dwarf2/dw2-filename.exp: Likewise.
2819 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2820 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2821 * gdb.dwarf2/dw2-producer.exp: Likewise.
2822 * gdb.dwarf2/mac-fileno.exp: Likewise.
2823 * gdb.python/py-frame-args.exp: Likewise.
2824 * gdb.python/py-framefilter.exp: Likewise.
2825 * gdb.python/py-mi.exp: Likewise.
2826 * gdb.python/py-objfile-script.exp: Likewise
2827 * gdb.python/py-pp-integral.exp: Likewise.
2828 * gdb.python/py-pp-re-notag.exp: Likewise.
2829 * gdb.python/py-prettyprint.exp: Likewise.
2830 * gdb.python/py-section-script.exp: Likewise.
2831 * gdb.python/py-typeprint.exp: Likewise.
2832 * gdb.python/py-xmethods.exp: Likewise.
2833 * gdb.stabs/weird.exp: Likewise.
2834 * gdb.xml/tdesc-regs.exp: Likewise.
2835
bd286a29
KCY
28362014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2837
2838 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2839 (out_cu): Use addr_len for the size of addresses.
2840 (out_line): Likewise. Size DW_LNE_set_address instruction
2841 according to addr_len.
2842 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2843 (FUNC): Add START_INSNS to definition.
2844
673dc4a0
YQ
28452014-10-18 Yao Qi <yao@codesourcery.com>
2846
2847 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2848 gdb_has_argv0 return true.
2849 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2850 check [target_info exists noargs], check [gdb_has_argv0]
2851 instead.
2852 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2853 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2854 procedures.
2855
4ffbba72
DE
28562014-10-17 Doug Evans <dje@google.com>
2857
2858 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2859 event.
2860 * gdb.python/py-events.py: Add clear_objfiles event.
2861
d096d8c1
DE
28622014-10-17 Doug Evans <dje@google.com>
2863
2864 * gdb.python/py-objfile.exp: Test progspace attribute.
2865
a80db015
LM
28662014-10-17 Luis Machado <lgustavo@codesourcery.com>
2867
2868 * gdb.guile/scm-breakpoint.exp: Do not assume any
2869 directory separators when matching source file paths.
2870 * gdb.python/py-breakpoint.exp: Likewise.
2871 * gdb.reverse/break-precsave.exp: Likewise.
2872 * gdb.reverse/break-reverse.exp: Likewise.
2873 * gdb.reverse/consecutive-precsave.exp: Likewise.
2874 * gdb.reverse/finish-precsave.exp: Likewise.
2875 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2876 * gdb.reverse/finish-reverse.exp: Likewise.
2877 * gdb.reverse/i386-precsave.exp: Likewise.
2878 * gdb.reverse/i387-env-reverse.exp: Likewise.
2879 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2880 * gdb.reverse/machinestate-precsave.exp: Likewise.
2881 * gdb.reverse/machinestate.exp: Likewise.
2882 * gdb.reverse/sigall-precsave.exp: Likewise.
2883 * gdb.reverse/solib-precsave.exp: Likewise.
2884 * gdb.reverse/step-precsave.exp: Likewise.
2885 * gdb.reverse/until-precsave.exp: Likewise.
2886 * gdb.reverse/watch-precsave.exp: Likewise.
2887 * gdb.reverse/watch-reverse.exp: Likewise.
2888
b22089ab
YQ
28892014-10-17 Yao Qi <yao@codesourcery.com>
2890
2891 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2892 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2893
6c4486e6
PA
28942014-10-17 Pedro Alves <palves@redhat.com>
2895
2896 PR gdb/17471
2897 * gdb.base/bg-execution-repeat.c: New file.
2898 * gdb.base/bg-execution-repeat.exp: New file.
2899
0ff33695
PA
29002014-10-17 Pedro Alves <palves@redhat.com>
2901
2902 PR gdb/17300
2903 * gdb.base/continue-all-already-running.c: New file.
2904 * gdb.base/continue-all-already-running.exp: New file.
2905
6fdebc3d
PA
29062014-10-17 Pedro Alves <palves@redhat.com>
2907
2908 PR gdb/17472
2909 * gdb.base/annota-input-while-running.c: New file.
2910 * gdb.base/annota-input-while-running.exp: New file.
2911
32a8097b
PA
29122014-10-17 Pedro Alves <palves@redhat.com>
2913
2914 * gdb.base/callfuncs.exp: emove references to osf.
2915 * gdb.base/sigall.exp: Likewise.
2916 * gdb.gdb/selftest.exp: Likewise.
2917 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2918 * gdb.mi/non-stop.c: Likewise.
2919 * gdb.mi/pthreads.c: Likewise.
2920 * gdb.reverse/sigall-precsave.exp: Likewise.
2921 * gdb.reverse/sigall-reverse.exp: Likewise.
2922 * gdb.threads/pthreads.c: Likewise.
2923 * gdb.threads/pthreads.exp: Likewise.
2924
7a3517ff
YQ
29252014-10-17 Yao Qi <yao@codesourcery.com>
2926
2927 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2928 check 'target_info exists noargs'.
2929 (test_command_prompt_position): Likewise.
2930 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2931 Remove "set args".
2932 (progvar_simple_while_test): Likewise.
2933 (progvar_complex_if_while_test): Likewise.
2934 (if_while_breakpoint_command_test): Likewise.
2935 (infrun_breakpoint_command_test): Likewise.
2936 (breakpoint_command_test): Likewise.
2937 (watchpoint_command_test): Likewise.
2938 (bp_deleted_in_command_test): Likewise.
2939 (temporary_breakpoint_commands): Likewise.
2940
bb99c472
YQ
29412014-10-16 Yao Qi <yao@codesourcery.com>
2942
2943 * gdb.base/remotetimeout.exp: Remove noargs checking.
2944
7c16b83e
PA
29452014-10-15 Pedro Alves <palves@redhat.com>
2946
2947 PR breakpoints/9649
2948 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2949 * gdb.base/breakpoint-in-ro-region.exp
2950 (probe_target_hardware_step): New procedure.
2951 (top level): Probe hardware stepping and hardware breakpoint
2952 support. Test stepping through a read-only region, with both
2953 "breakpoint auto-hw" on and off and both "always-inserted" on and
2954 off.
2955
35a49624
IB
29562014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2957
2958 * gdb.dlang/demangle.exp: Update for demangling changes.
2959
2d1c107c
SC
29602014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2961
2962 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2963 * gdb.cp/non-trivial-retval.exp: Add new tests.
2964
778811d5
SC
29652014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2966
2967 PR c++/13403
2968 PR c++/15154
2969 * gdb.cp/non-trivial-retval.cc: New file.
2970 * gdb.cp/non-trivial-retval.exp: New file.
2971
10c5f0a8
YQ
29722014-10-15 Yao Qi <yao@codesourcery.com>
2973
2974 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2975 remote host.
2976
65d7b369
YQ
29772014-10-15 Yao Qi <yao@codesourcery.com>
2978
2979 * gdb.python/py-symbol.exp: Match file base name if host is
2980 remote, otherwise match file name with dir name.
2981 * gdb.python/py-symtab.exp: Likewise.
2982 * gdb.python/python.exp: Likewise.
2983
46dc1394
YQ
29842014-10-15 Yao Qi <yao@codesourcery.com>
2985
2986 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2987 pattern.
2988 * gdb.python/py-symtab.exp: Likewise.
2989 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2990 locationn.
2991
c40cc657
JB
29922014-10-14 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.ada/addr_arith: New testcase.
2995
2abf49e1
MR
29962014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2997
2998 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2999 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
3000 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
3001 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
3002
f7088df3
SDJ
30032014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
3004
3005 * gdb.arch/stap-eval-lang-ada.S: Likewise.
3006 * gdb.arch/stap-eval-lang-ada.c: Likewise.
3007 * gdb.arch/stap-eval-lang-ada.exp: New file.
3008
4dc06805
YQ
30092014-10-14 Yao Qi <yao@codesourcery.com>
3010
3011 * gdb.mi/mi-var-child.c (nothing1): New function.
3012 (nothing2): New function.
3013 (do_children_tests): Set function pointers by nothing1 and
3014 nothing2.
3015 * gdb.mi/mi-var-child.exp: Step over new added statements.
3016 Update test to match the new output.
3017 * gdb.mi/var-cmd.c (nothing1): New function.
3018 (nothing2): New function.
3019 (do_children_tests): Set function pointers by nothing1 and
3020 nothing2.
3021 * gdb.mi/mi-var-display.exp: Update test to match output.
3022 Step to the line specified by $line_dct_nothing.
3023 Increase the number of lines to step.
3024
46a93de2
YQ
30252014-10-14 Yao Qi <yao@codesourcery.com>
3026
3027 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
3028 tests.
3029 * gdb.mi/mi2-var-child.exp: Likewise.
3030
14ea52ee
DE
30312014-10-13 Doug Evans <dje@google.com>
3032
3033 * gdb.python/py-objfile.exp: Change name of file name test.
3034
e5c6e92b
DE
30352014-10-13 Doug Evans <dje@google.com>
3036
3037 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
3038 from the start of the CU.
3039
c780cc2f
JK
30402014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3041 Yao Qi <yao@codesourcery.com>
3042
3043 Fix "save breakpoints" for "catch" command.
3044 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
3045 Remove -nonewline. Match also the added "main" line.
3046
99894e11
JK
30472014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3048
3049 Fix "save breakpoints" for "disable $bpnum" command.
3050 * gdb.base/save-bp.c (main): Add label.
3051 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
3052
6e1ac5a3
JK
30532014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3054
3055 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
3056
754dd2b0
YQ
30572014-10-11 Yao Qi <yao@codesourcery.com>
3058
3059 * gdb.server/server-kill.exp: Execute command
3060 "set remote trace-status-packet on" before "tstatus".
3061
f90183d7
YQ
30622014-10-11 Yao Qi <yao@codesourcery.com>
3063
3064 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
3065 (main): Call getppid.
3066 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
3067 and continue to it. Read variable "server_pid".
3068
bf40a607
YQ
30692014-10-11 Yao Qi <yao@codesourcery.com>
3070
3071 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
3072
052ca370
YQ
30732014-10-11 Yao Qi <yao@codesourcery.com>
3074
3075 * gdb.threads/thread-find.exp: Don't execute command
3076 "info threads".
3077 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
3078 * gdb.threads/linux-dp.exp: Don't check the condition
3079 $threads_created equals to zero.
3080
3831839c
PA
30812014-10-10 Pedro Alves <palves@redhat.com>
3082
3083 * gdb.base/bigcore.exp: Remove references to IRIX.
3084 * gdb.base/funcargs.exp: Likewise.
3085 * gdb.base/interrupt.exp: Likewise.
3086 * gdb.base/mips_pro.exp: Likewise.
3087 * gdb.base/nodebug.exp: Likewise.
3088 * gdb.base/setvar.exp: Likewise.
3089 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
3090
8b9a549d
PA
30912014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3092 Pedro Alves <palves@redhat.com>
3093
3094 PR symtab/14466
3095 * gdb.base/vdso-warning.c: New file.
3096 * gdb.base/vdso-warning.exp: New file.
3097
d48ba5e8
DE
30982014-10-02 Doug Evans <dje@google.com>
3099
3100 * gdb.base/structs.c (main): Don't run forever.
3101
2278c276
PA
31022014-10-02 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3105 (top level) <stop threads 1, stop threads 2>: Use it.
3106
b57bacec
PA
31072014-10-02 Pedro Alves <palves@redhat.com>
3108
3109 * gdb.threads/break-while-running.exp (test): Add new
3110 'update_thread_list' argument. Skip "info threads" if false.
3111 (top level): Add new 'update_thread_list' axis.
3112
13fd3ff3
PA
31132014-10-02 Pedro Alves <palves@redhat.com>
3114
3115 PR breakpoints/17431
3116 * gdb.base/execl-update-breakpoints.c: New file.
3117 * gdb.base/execl-update-breakpoints.exp: New file.
3118
0fec99e8
PA
31192014-10-01 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/breakpoint-in-ro-region.c: New file.
3122 * gdb.base/breakpoint-in-ro-region.exp: New file.
3123
2ddf4301
SM
31242014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * gdb.mi/mi-exit-code.exp: New file.
3127 * gdb.mi/mi-exit-code.c: New file.
3128
6a5f3f43
YQ
31292014-09-30 Yao Qi <yao@codesourcery.com>
3130
3131 * lib/prelink-support.exp (build_executable_own_libs): Error if
3132 the target isn't native.
3133
345bcc73
YQ
31342014-09-30 Yao Qi <yao@codesourcery.com>
3135
3136 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3137 false.
3138
a25a5a45
PA
31392014-09-22 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.threads/break-while-running.exp: New file.
3142 * gdb.threads/break-while-running.c: New file.
3143
00ba3162
YQ
31442014-09-19 Yao Qi <yao@codesourcery.com>
3145
3146 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3147 Invoke test. Restart GDB with --readnow and invoke test again.
3148
c3b7b696
YQ
31492014-09-19 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3152 proc set_breakpoint_on_gcd_function. Invoke
3153 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3154 invoke set_breakpoint_on_gcd_function again.
3155
2b4fd423
DE
31562014-09-18 Doug Evans <dje@google.com>
3157
3158 * gdb.dwarf2/symtab-producer.exp: New file.
3159
a5947601
SDJ
31602014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3161
3162 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3163 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3164 * gdb.base/global-var-nested-by-dso.c: Likewise.
3165 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3166
91c19059
SDJ
31672014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3168 Pedro Alves <palves@redhat.com>
3169
3170 * gdb.base/watch-bitfields.exp: Pass string other than test file
3171 name to prepare_for_testing.
3172 (watch): New procedure.
3173 (expect_watchpoint): Use with_test_prefix.
3174 (top level): Factor out tests to ...
3175 (test_watch_location, test_regular_watch): ... these new
3176 procedures, and use with_test_prefix and gdb_continue_to_end.
3177
bb9d5f81
PP
31782014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3179
3180 PR breakpoints/12526
3181 * gdb.base/watch-bitfields.exp: New file.
3182 * gdb.base/watch-bitfields.c: New file.
3183
635856f5
PA
31842014-09-16 Pedro Alves <palves@redhat.com>
3185
3186 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3187 software and hardware addresses, not software address against
3188 itself.
3189
7280ceea
PA
31902014-09-16 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3193 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3194
428b16bd
PA
31952014-09-16 Pedro Alves <palves@redhat.com>
3196
3197 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3198 files.
3199 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3200 "*-*-vxworks*" throughout.
3201 * gdb.base/break.exp: Likewise.
3202 * gdb.base/default.exp: Likewise.
3203 * gdb.base/scope.exp: Likewise.
3204 * gdb.base/sepdebug.exp: Likewise.
3205 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3206 throughout.
3207 * gdb.base/run.c: Likewise.
3208 * gdb.base/sepdebug.c: Likewise.
3209 * gdb.hp/gdb.aCC/run.c: Likewise.
3210 * gdb.reverse/until-reverse.c: Likewise.
3211 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3212
666d413c
YQ
32132014-09-16 Yao Qi <yao@codesourcery.com>
3214
3215 * boards/local-remote-host-native.exp: New file.
3216
57cbd724
DE
32172014-09-14 Doug Evans <xdje42@gmail.com>
3218
3219 * gdb.threads/queue-signal.c (thread_count): New variable.
3220 (thread_count_mutex, thread_count_condvar): New variables.
3221 (incr_thread_count, wait_all_threads_running): New functions.
3222 (main): Wait for all threads to be in their thread functions.
3223
81219e53
DE
32242014-09-13 Doug Evans <xdje42@gmail.com>
3225
3226 * gdb.threads/queue-signal.c: New file.
3227 * gdb.threads/queue-signal.exp: New file.
3228
3714cea7
DE
32292014-09-13 Doug Evans <xdje42@gmail.com>
3230
3231 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3232 be consistent with what default_gdb_init uses.
3233 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3234 the plain text of the prompt. Add some logging printfs.
3235 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3236
fa43b1d7
PA
32372014-09-12 Pedro Alves <palves@redhat.com>
3238
3239 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3240 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3241 * gdb.arch/i386-size-overlap.exp: Likewise.
3242 * gdb.arch/i386-size.exp: Likewise.
3243 * gdb.arch/i386-unwind.exp: Likewise.
3244 * gdb.base/a2-run.exp: Likewise.
3245 * gdb.base/break.exp: Likewise.
3246 * gdb.base/charset.exp: Likewise.
3247 * gdb.base/chng-syms.exp: Likewise.
3248 * gdb.base/commands.exp: Likewise.
3249 * gdb.base/dbx.exp: Likewise.
3250 * gdb.base/find.exp: Likewise.
3251 * gdb.base/funcargs.exp: Likewise.
3252 * gdb.base/jit-simple.exp: Likewise.
3253 * gdb.base/reread.exp: Likewise.
3254 * gdb.base/sepdebug.exp: Likewise.
3255 * gdb.base/step-bt.exp: Likewise.
3256 * gdb.cp/mb-inline.exp: Likewise.
3257 * gdb.cp/mb-templates.exp: Likewise.
3258 * gdb.objc/basicclass.exp: Likewise.
3259 * gdb.threads/killed.exp: Likewise.
3260
9d9bf2df
EBM
32612014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3262
3263 PR tdep/17379
3264 * gdb.arch/powerpc-stackless.S: New file.
3265 * gdb.arch/powerpc-stackless.exp: New file.
3266
1cf2f1b0
JK
32672014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 * gdb.base/attach.c: Include unistd.h.
3270 (main): Call alarm. Add label postloop.
3271 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3272 gdb_breakpoint, gdb_continue_to_breakpoint.
3273 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3274
98880d46
PA
32752014-09-11 Pedro Alves <palves@redhat.com>
3276
3277 PR gdb/17347
3278 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3279 * gdb.base/attach.exp (test_command_line_attach_run): New
3280 procedure.
3281 (top level): Call it.
3282
4c92ff2c
PA
32832014-09-11 Pedro Alves <palves@redhat.com>
3284
3285 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3286 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3287 (do_command_attach_tests): Use spawn_wait_for_attach.
3288 * gdb.base/solib-overlap.exp: Likewise.
3289 * gdb.multi/multi-attach.exp: Likewise.
3290 * gdb.python/py-prompt.exp: Likewise.
3291 * gdb.python/py-sync-interp.exp: Likewise.
3292 * gdb.server/ext-attach.exp: Likewise.
3293
3adc1a7d
GKB
32942014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3295
3296 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3297 command in testcase. Simplify testcase.
3298
96334934
JB
32992014-09-10 Joel Brobecker <brobecker@adacore.com>
3300
3301 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3302
eb479039
JB
33032014-09-10 Joel Brobecker <brobecker@adacore.com>
3304
3305 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3306
deede10c
JB
33072014-09-10 Joel Brobecker <brobecker@adacore.com>
3308
3309 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3310
7828a5f5
JB
33112014-09-10 Joel Brobecker <brobecker@adacore.com>
3312
3313 * gdb.dwarf2/dynarr-ptr.c: New file.
3314 * gdb.dwarf2/dynarr-ptr.exp: New file.
3315
33aeebcf
MR
33162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3317
3318 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3319 of 30 rather than hardcoding 120 for a slow test case. Take the
3320 `gdb,timeout' target setting into account for this calculation.
3321 Don't extend the timeout for the test cases that don't need it.
3322
7b415901
MR
33232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3324
3325 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3326 a factor of 2 for a slow test case. Take the `gdb,timeout'
3327 target setting into account for this calculation.
3328 * gdb.reverse/until-precsave.exp: Increase the timeout by
3329 a factor of 15 and 3 respectively rather than adding 120
3330 for a pair of slow test cases. Take the `gdb,timeout'
3331 target setting into account for this calculation.
3332
4a40f85a
MR
33332014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3334
3335 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3336 timeout, don't pass one down to gdb_expect.
3337 (gdb_expect): Rework timeout selection.
3338
09635af7
MR
33392014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3340
3341 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3342 exception on timeout.
3343 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3344 (gdbserver_start_extended): Catch any `gdbserver_start' error
3345 exceptions.
3346 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3347 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3348 `gdbserver_gdb_load' error exceptions.
3349
2bdd10b7
MR
33502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3351
3352 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3353 120 on waiting for the TCP socket to open.
3354
316935f0
DE
33552014-09-09 Doug Evans <xdje42@gmail.com>
3356
3357 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3358 _caller_matches, _any_caller_is, _any_caller_matches.
3359
83740597
DE
33602014-09-09 Doug Evans <xdje42@gmail.com>
3361
3362 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3363
4c122fc3
YQ
33642014-09-09 Yao Qi <yao@codesourcery.com>
3365
3366 * gdb.mi/mi-var-display.exp: Set print symbol off.
3367
a9f116cb
GKB
33682014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3369
3370 PR gdb/17035
3371 * gdb.base/commands.exp: Add tests to verify user-defined
3372 commands with empty bodies.
3373 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3374 python commands in `show user command`.
3375 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3376 scheme commands in `show user command`.
3377
c75bd3a2
JK
33782014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3379
3380 PR python/17355
3381 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3382 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3383 * gdb.python/py-framefilter-invalidarg.exp: New file.
3384 * gdb.python/py-framefilter-invalidarg.py: New file.
3385
faa42425
DE
33862014-09-06 Doug Evans <xdje42@gmail.com>
3387
3388 PR 15276
3389 * gdb.python/py-caller-is.c: New file.
3390 * gdb.python/py-caller-is.exp: New file.
3391
474ca4f6
SDJ
33922014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3393
3394 PR gdb/17235
3395 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3396 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3397
eb0b0463
SDJ
33982014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3399
3400 PR fortran/17237
3401 * gdb.fortran/print-formatted.exp: New file.
3402 * gdb.fortran/print-formatted.f90: Likewise.
3403
5f3b99cf
SS
34042014-09-03 Sasha Smundak <asmundak@google.com>
3405
3406 * gdb.python/py-frame.exp: Test Frame.read_register.
3407
7d793aa9
SDJ
34082014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3409
3410 PR python/16699
3411 * gdb.python/py-completion.exp: New file.
3412 * gdb.python/py-completion.py: Likewise.
3413
fb0576e9
DE
34142014-08-28 Doug Evans <dje@google.com>
3415
3416 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3417 eax,etc. are live with values set by gdb and thus the compiler can't
3418 use them.
3419 * gdb.arch/i386-pseudo.c (main): Ditto.
3420
ee92b0dd
DE
34212014-08-27 Doug Evans <dje@google.com>
3422
3423 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3424
6649db35
DE
34252014-08-25 Doug Evans <dje@google.com>
3426
3427 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3428 (main): Ditto.
3429
564b7600
DE
34302014-08-25 Doug Evans <dje@google.com>
3431
3432 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3433
3881fb67
YQ
34342014-08-24 Yao Qi <yao@codesourcery.com>
3435
3436 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3437 symbol off.
3438 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3439
a05a36a5
DE
34402014-08-22 Doug Evans <dje@google.com>
3441
3442 PR 17276
3443 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3444 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3445 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3446
7c343b48
YQ
34472014-08-22 Yao Qi <yao@codesourcery.com>
3448
3449 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3450 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3451 * gdb.python/python.exp: Likewise. Use .py file on the host
3452 instead of the build.
3453
22fd09ae
JK
34542014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3455
3456 * gdb.threads/gcore-stale-thread.c: New file.
3457 * gdb.threads/gcore-stale-thread.exp: New file.
3458
a8454a7c
PA
34592014-08-21 Pedro Alves <palves@redhat.com>
3460
3461 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3462 * gdb.base/gcore-relro-pie.exp: Likewise.
3463 * gdb.base/gcore-relro.exp: Likewise.
3464 * gdb.base/gcore.exp: Likewise.
3465 * gdb.base/print-symbol-loading.exp: Likewise.
3466 * gdb.threads/gcore-thread.exp: Likewise.
3467 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3468
2a31c623
PA
34692014-08-20 Pedro Alves <palves@redhat.com>
3470 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3473 configure.
3474 (EXPECT): Handle READ1 being set.
3475 (all): Depend on EXTRA_RULES.
3476 (check-read1, expect-read1, read1.so, read1): New rules.
3477 * README (Testsuite Parameters): Document the READ1 make variable.
3478 (Race detection): New section.
3479 * configure: Regenerate.
3480 * configure.ac: If build==host==target, and running under a
3481 GNU/glibc system, add read1 to the extra Makefile rules.
3482 (EXTRA_RULES): AC_SUBST it.
3483 * lib/read1.c: New file.
3484
d36430db
JB
34852014-08-20 Joel Brobecker <brobecker@adacore.com>
3486
3487 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3488 the handling of variables declared as a typedef to an array
3489 which a DW_AT_data_location attribute.
3490
9a0dc9e3
PA
34912014-08-19 Andrew Burgess <aburgess@broadcom.com>
3492 Pedro Alves <palves@redhat.com>
3493
3494 PR symtab/14604
3495 PR symtab/14605
3496 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3497 gdb_test.
3498
0718a8da
PA
34992014-08-19 Pedro Alves <palves@redhat.com>
3500
3501 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3502
13b448cd
YQ
35032014-08-19 Yao Qi <yao@codesourcery.com>
3504
3505 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3506 right line.
3507
1cbf5077
DB
35082014-08-18 David Blaikie <dblaikie@gmail.com>
3509
3510 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3511
bf0fae19
JB
35122014-08-18 Joel Brobecker <brobecker@adacore.com>
3513
3514 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3515 attribute in array range.
3516
3c8c5dcc
JB
35172014-08-18 Joel Brobecker <brobecker@adacore.com>
3518
3519 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3520
e66d4446
SC
35212014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3522
3523 PR c++/17132
3524 * gdb.cp/pr17132.cc: New file.
3525 * gdb.cp/pr17132.exp: New file.
3526
940df408
SC
35272014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3528
3529 * gdb.python/py-xmethods.py (A_getarrayind)
3530 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3531 Use 'print' with function call syntax.
3532 (E_method_matcher.match): Fix tab vs space indentation mixup.
3533
ebcc6c3a
YQ
35342014-08-15 Yao Qi <yao@codesourcery.com>
3535
3536 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3537 false.
3538
775e0f04
YQ
35392014-08-15 Yao Qi <yao@codesourcery.com>
3540
3541 * gdb.cp/casts.exp: Set print symbol off.
3542 * gdb.cp/class2.exp: Likewise.
3543 * gdb.cp/overload.exp: Likewise.
3544 * gdb.cp/templates.exp: Likewise.
3545
d769e349
DE
35462014-08-11 Doug Evans <dje@google.com>
3547
3548 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3549 (test_load_shlib): Update.
3550
20c6f1e1
YQ
35512014-08-09 Yao Qi <yao@codesourcery.com>
3552
3553 * gdb.base/display.exp: Invoke is_address_zero_readable.
3554 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3555 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3556 * gdb.base/hbreak-unmapped.exp: Return if
3557 is_address_zero_readable returns true.
3558 * gdb.base/signest.exp: Likewise.
3559 * gdb.base/signull.exp: Likewise.
3560 * gdb.base/sigbpt.exp: Likewise.
3561 * gdb.guile/scm-disasm.exp: Do the test if
3562 is_address_zero_readable returns false.
3563 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3564 * gdb.python/py-arch.exp: Likewise.
3565 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3566 * lib/gdb.exp (is_address_zero_readable): New proc.
3567
5792e8e3
YQ
35682014-08-09 Yao Qi <yao@codesourcery.com>
3569
3570 PR testsuite/13443
3571 * gdb.mi/mi-var-display.exp: Make test messages unique.
3572
3cecbbbe
TT
35732014-08-04 Tom Tromey <tromey@redhat.com>
3574
3575 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3576 target 0".
3577
00b51ff5
TT
35782014-08-04 Tom Tromey <tromey@redhat.com>
3579
3580 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3581 "target_resume".
3582
6908c509
JB
35832014-08-01 Joel Brobecker <brobecker@adacore.com>
3584
3585 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3586 inner_vla_struct_object_size.
3587 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3588 as xfail.
3589
cc6563d2
PA
35902014-07-30 Pedro Alves <palves@redhat.com>
3591
3592 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3593 comment.
3594
7e09a223
YQ
35952014-07-29 Yao Qi <yao@codesourcery.com>
3596
3597 PR gdb/17206
3598 * gdb.base/until-nodebug.exp: New.
3599
7ebdbe92
DE
36002014-07-28 Doug Evans <xdje42@gmail.com>
3601
3602 PR guile/17203
3603 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3604 previously existing parameter, and previously ambiguously spelled
3605 parameter.
3606
fdb1adc6
WN
36072014-07-28 Will Newton <will.newton@linaro.org>
3608
3609 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3610
186fcde0
DE
36112014-07-26 Ludovic Courtès <ludo@gnu.org>
3612 Doug Evans <xdje42@gmail.com>
3613
3614 PR guile/17146
3615 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3616
70509625
PA
36172014-07-25 Pedro Alves <palves@redhat.com>
3618
3619 * gdb.threads/signal-command-handle-nopass.c: New file.
3620 * gdb.threads/signal-command-handle-nopass.exp: New file.
3621 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3622 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3623 * gdb.threads/signal-delivered-right-thread.c: New file.
3624 * gdb.threads/signal-delivered-right-thread.exp: New file.
3625
c3f814a1
PA
36262014-07-25 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.base/double-prompt-target-event-error.exp
3629 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3630 match.
3631 (cancel_pagination_in_target_event): Rework double prompt
3632 detection.
3633 * gdb.base/paginate-after-ctrl-c-running.exp
3634 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3635 <return>' match.
3636 * gdb.base/paginate-bg-execution.exp
3637 (test_bg_execution_pagination_return)
3638 (test_bg_execution_pagination_cancel): Remove '-notransfer
3639 <return>' matches.
3640 * gdb.base/paginate-execution-startup.exp
3641 (test_fg_execution_pagination_return)
3642 (test_fg_execution_pagination_cancel): Remove '-notransfer
3643 <return>' matches.
3644 * gdb.base/paginate-inferior-exit.exp
3645 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3646 match.
3647 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3648 * lib/gdb.exp (pagination_prompt): Run text through
3649 string_to_regexp.
3650 (gdb_test_multiple): Match $pagination_prompt instead of
3651 "<return>".
3652 (string_to_regexp): Move to lib/gdb-utils.exp.
3653
e214cf6c
JK
36542014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3655
3656 * gdb.arch/amd64-entry-value-paramref.S: New file.
3657 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3658 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3659 * gdb.arch/amd64-optimout-repeat.S: New file.
3660 * gdb.arch/amd64-optimout-repeat.c: New file.
3661 * gdb.arch/amd64-optimout-repeat.exp: New file.
3662
17d0c5c8
JK
36632014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3664
3665 PR gdb/17170
3666 * gdb.base/statistics.exp: New file.
3667
b8b8facf
DE
36682014-07-17 Doug Evans <dje@google.com>
3669
74b49205 3670 PR gdb/17170
b8b8facf
DE
3671 * gdb.base/maint.exp: Update testing of per-command stats.
3672
1b5d0ab3
PA
36732014-07-16 Pedro Alves <palves@redhat.com>
3674
3675 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3676 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3677 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3678 (tfile_write_buf): New functions.
3679 (add_memory_block): Rewrite using the above.
3680 (adjust_function_address): New function.
3681 (FUNCTION_ADDRESS): New macro.
3682 (write_basic_trace_file): Remove short_x local, and use
3683 tfile_write_16. Change type of func_addr local to unsigned long
3684 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3685 here. Cast argument of add_memory_block to char pointer.
3686 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3687 (main): Remove parameters.
3688 * gdb.trace/tfile.exp: Remove nowarnings.
3689
4d974e88
SM
36902014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3691
3692 * gdb.base/debug-expr.exp: Test string evaluation with
3693 "debug expression" on.
3694
41e99568
PA
36952014-07-15 Pedro Alves <palves@redhat.com>
3696
3697 * gdb.base/reread.exp: Use clean_restart.
3698
487d9753
PL
36992014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3700
3701 * gdb.arch/avr-flash-qualifer.c: New.
3702 * gdb.arch/avr-flash-qualifer.exp: New.
3703
cc1c52ad
PA
37042014-07-14 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3707 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3708
1e973570
PA
37092014-07-14 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.base/double-prompt-target-event-error.c: New file.
3712 * gdb.base/double-prompt-target-event-error.exp: New file.
3713
93d6eb10
PA
37142014-07-14 Pedro Alves <palves@redhat.com>
3715
3716 PR gdb/17072
3717 * gdb.base/paginate-inferior-exit.c: New file.
3718 * gdb.base/paginate-inferior-exit.exp: New file.
3719
0017922d
PA
37202014-07-14 Pedro Alves <palves@redhat.com>
3721
3722 PR gdb/17072
3723 * gdb.base/paginate-bg-execution.c: New file.
3724 * gdb.base/paginate-bg-execution.exp: New file.
3725
94696ad3
PA
37262014-07-14 Pedro Alves <palves@redhat.com>
3727
3728 PR gdb/17072
3729 * gdb.base/paginate-execution-startup.c: New file.
3730 * gdb.base/paginate-execution-startup.exp: New file.
3731 * lib/gdb.exp (pagination_prompt): New global.
3732 (default_gdb_spawn): New procedure, factored out from
3733 default_gdb_spawn.
3734 (default_gdb_start): Adjust to call default_gdb_spawn.
3735 (gdb_spawn): New procedure.
3736
bd293940
PA
37372014-07-14 Pedro Alves <palves@redhat.com>
3738
3739 * lib/gdb.exp (gdb_assert): New procedure.
3740 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3741
c933f875
PA
37422014-07-14 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.base/execution-termios.c: New file.
3745 * gdb.base/execution-termios.exp: New file.
3746
d98b7a16
TT
37472014-07-14 Tom Tromey <tromey@redhat.com>
3748
3749 * gdb.cp/vla-cxx.cc: New file.
3750 * gdb.cp/vla-cxx.exp: New file.
3751
548740d6
TT
37522014-07-14 Tom Tromey <tromey@redhat.com>
3753
3754 * gdb.reverse/rerun-prec.c: New file.
3755 * gdb.reverse/rerun-prec.exp: New file.
3756
a25eb028
MR
37572014-07-12 Maciej W. Rozycki <macro@mips.com>
3758 Maciej W. Rozycki <macro@codesourcery.com>
3759
3760 * lib/gdb-utils.exp: New file.
3761 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3762 inline `gdb_init_command' processing.
3763 (gdb_start_cmd): Likewise.
3764 * lib/mi-support.exp (mi_run_cmd): Likewise.
3765 * README: Document `gdb_init_command' and `gdb_init_commands'.
3766
218c2655
JK
37672014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3768
3769 Fix false FAIL running under a very long directory name.
3770 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3771 and "set print elements 10000". Twice.
3772
5401fde3
YQ
37732014-07-11 Yao Qi <yao@codesourcery.com>
3774
3775 * gdb.base/exprs.exp: "set print symbol off".
3776
e76126e8
PA
37772014-07-11 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.threads/kill.c: New file.
3780 * gdb.threads/kill.exp: New file.
3781
2d6f0de6
YQ
37822014-07-10 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.trace/tfile.c (write_basic_trace_file)
3785 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3786 address written to trace file.
3787
7180e04a
PA
37882014-07-09 Pedro Alves <palves@redhat.com>
3789
3790 * gdb.base/attach-wait-input.exp: New file.
3791 * gdb.base/attach-wait-input.c: New file.
3792
9a9a7608
AB
37932014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3794
3795 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3796 setting up test structures.
3797 (main): Call new test function.
3798 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3799 test function, continue into test function and walk test
3800 structures.
3801
161ac41e
YQ
38022014-07-02 Yao Qi <yao@codesourcery.com>
3803
3804 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3805 'bar_start' at the beginning of functions 'foo' and 'bar'
3806 respectively.
3807 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3808 instead of 'foo' and 'bar'.
3809
1f267ae3
MM
38102014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3811
3812 * gdb.btrace/segv.exp: New.
3813 * gdb.btrace/segv.c: New.
3814
2b239efb
LM
38152014-07-02 Luis Machado <lgustavo@codesourcery.com>
3816
3817 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3818 instruction.
3819
cf363f18
MW
38202014-06-30 Mark Wielaard <mjw@redhat.com>
3821
3822 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3823 vulture, vilify, villar): New volatile array constants.
3824 (vindictive, vegetation): New const volatile array constants.
3825 * gdb.base/volatile.exp: Test volatile and const volatile array
3826 types.
3827
aebf9d24
AA
38282014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3829
3830 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3831 target lacks support for awatch, rwatch, or hbreak.
3832
b67a2c6f
YQ
38332014-06-27 Yao Qi <yao@codesourcery.com>
3834
3835 * gdb.multi/dummy-frame-restore.exp: New.
3836 * gdb.multi/dummy-frame-restore.c: New.
3837
aef92902
MM
38382014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3839
3840 * gdb.btrace/gcore.exp: New.
3841
8e9db26e
PA
38422014-06-23 Pedro Alves <palves@redhat.com>
3843
3844 * gdb.base/watchpoint-reuse-slot.c: New file.
3845 * gdb.base/watchpoint-reuse-slot.exp: New file.
3846
70afc5b7
SC
38472014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3848
3849 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3850 progspace's filename in 'info', 'enable' and 'disable' command
3851 tests.
3852
b972bd9c
JK
38532014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3854
3855 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3856 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3857 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3858
125f8a3d
GB
38592014-06-20 Gary Benson <gbenson@redhat.com>
3860
3861 * gdb.arch/i386-avx.exp: Fix include file location.
3862 * gdb.arch/i386-sse.exp: Likewise.
3863
3ed9baed
IB
38642014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3865
3866 * gdb.dlang/expression.exp: New file.
3867
034f788c
PA
38682014-06-19 Pedro Alves <palves@redhat.com>
3869
3870 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3871 out from ...
3872 (top level): ... here. Iterate running tests under different
3873 scheduler-locking settings.
3874
45371d0c
LM
38752014-06-18 Luis Machado <lgustavo@codesourcery.com>
3876
3877 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3878 to DW_FORM_addr and use non-zero addresses.
3879
5d376983
SC
38802014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3881
3882 PR gdb/17017
3883 * gdb.python/py-xmethods.cc: Add global function call counters and
3884 increment them in their respective functions. Remove "cout"
3885 statements.
3886 * gdb.python/py-xmethods.exp: Make tests check the global function
3887 call counters instead of depending on inferior IO.
3888
a1aa2221
LM
38892014-06-18 Don Breazeal <donb@codesourcery.com>
3890
3891 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3892 Deleted procedure.
3893 (explicit_fork_parent_follow): Deleted procedure.
3894 (explicit_fork_child_follow): Deleted procedure.
3895 (test_follow_fork): New procedure.
3896 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3897 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3898 procedure calls.
3899
0fc05997
YQ
39002014-06-17 Yao Qi <yao@codesourcery.com>
3901
3902 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3903 CP1252.
3904
70795c52
LM
39052014-06-17 Luis Machado <lgustavo@codesourcery.com>
3906
3907 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3908 Initialize ptr and S explicitly.
3909 (skip_type_update_when_not_use_rtti_test): Likewise.
3910
6be47f0c
KS
39112014-06-16 Keith Seitz <keiths@redhat.com>
3912
3913 PR mi/15863
3914 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3915 the inferior is started.
3916
d03de421
PA
39172014-06-16 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/break-main-file-remove-fail.c: New file.
3920 * gdb.base/break-main-file-remove-fail.exp: New file.
3921 * gdb.base/break-unload-file.exp: Use build_executable instead of
3922 prepare_for_testing.
3923 (test_break): New parameter "initial_load". Handle it.
3924 (top level): Add initial_load cmdline/file axis.
3925
f9579b99
TT
39262014-06-12 Tom Tromey <tromey@redhat.com>
3927
3928 * gdb.base/completion.exp: Don't use directory name in test.
3929
3657956b
GB
39302014-06-09 Gary Benson <gbenson@redhat.com>
3931
3932 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3933 separate the always-available ANSI-standard signals from the
3934 signals that require checking.
3935 (main): Likewise.
3936 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3937 Likewise.
3938 (main): Likewise.
3939
4186eb54
KS
39402014-06-07 Keith Seitz <keiths@redhat.com>
3941
3942 Revert:
3943 PR c++/16253
3944 * gdb.cp/var-tag.cc: New file.
3945 * gdb.cp/var-tag.exp: New file.
3946 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3947 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3948 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3949 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3950
25326a28 39512014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3952
3953 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3954
829155c9
PA
39552014-06-06 Pedro Alves <palves@redhat.com>
3956
3957 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3958 in target debug output instead of looking at RSP packets,
3959 disabling the test on any target that uses hardware stepping.
3960 Update comments.
3961
61c8d22e
PA
39622014-06-06 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/break-unload-file.exp: Fix typo.
3965
d9a47287
YQ
39662014-06-06 Yao Qi <yao@codesourcery.com>
3967
3968 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3969 from "jit_function" to "^jit_function".
3970
e5e01dbf
YQ
39712014-06-06 Yao Qi <yao@codesourcery.com>
3972
3973 * gdb.base/async.c (foo): Add one statement.
3974 * gdb.base/async.exp: Get the next instruction address and
3975 match the output of "nexti" by instruction address. Match
3976 the hex address in the output of "finish".
3977
73ba372c
GB
39782014-06-06 Gary Benson <gbenson@redhat.com>
3979
3980 * gdb.base/call-signals.c: Remove preprocessor conditionals
3981 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3982 SIGSEGV and SIGTERM.
3983 * gdb.base/sigall.c: Likewise.
3984 * gdb.base/unwindonsignal.c: Likewise.
3985 * gdb.reverse/sigall-reverse.c: Likewise.
3986
831517df
YQ
39872014-06-06 Yao Qi <yao@codesourcery.com>
3988
3989 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3990 readable, skip the test.
3991
b8b91e98
YQ
39922014-06-06 Yao Qi <yao@codesourcery.com>
3993
3994 * gdb.threads/staticthreads.c (thread_function): Move the line
3995 setting breakpoint on forward.
3996 * gdb.threads/staticthreads.exp: Update comments.
3997
fb934770
LC
39982014-06-05 Ludovic Courtès <ludo@gnu.org>
3999
4000 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
4001 "history-append! type error".
4002
6ef284bd
SM
40032014-06-05 Simon Marchi <simon.marchi@ericsson.com>
4004
4005 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
4006 erroneous dprintf expected input.
4007
a872e241
DE
40082014-06-04 Doug Evans <xdje42@gmail.com>
4009
4010 * gdb.guile/scm-generics.exp: Delete.
4011
16f691fb
DE
40122014-06-04 Doug Evans <xdje42@gmail.com>
4013
4014 * gdb.guile/scm-breakpoint.exp: Update.
4015 Add tests for breakpoint registration.
4016
012370f6
TT
40172014-06-04 Tom Tromey <tromey@redhat.com>
4018
4019 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
4020 VLA-in-union.
4021 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
4022 inner_vla_struct, vla_union types. Initialize objects of those
4023 types and compute their sizes.
4024
9f5a4cef
HZ
40252014-06-04 Nathan Sidwell <nathan@codesourcery.com>
4026 Hui Zhu <hui@codesourcery.com>
4027
4028 * gdb.base/fileio.exp: Add test for shell not available as well as
4029 available.
4030 * gdb.base/fileio.c (test_system): Check for shell twice.
4031
90a45c4d
YQ
40322014-06-04 Yao Qi <yao@codesourcery.com>
4033
4034 * gdb.base/auto-connect-native-target.exp: Remove redundant
4035 space from the regexp pattern.
4036
70017e41
YQ
40372014-06-04 Yao Qi <yao@codesourcery.com>
4038
4039 * gdb.base/default.exp: Replace "child" with "native" in
4040 regexp pattern.
4041
883964a7
SC
40422014-06-03 Siva Chandra Reddy <sivachandra@google.com>
4043
4044 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
4045 * gdb.python/py-xmethods.exp: New tests to test xmethods.
4046 * gdb.python/py-xmethods.py: Python script supporting the
4047 new testcase and tests.
4048
ef370185
JB
40492014-06-03 Joel Brobecker <brobecker@adacore.com>
4050 Pedro Alves <palves@redhat.com>
4051
4052 PR breakpoints/17000
4053 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
4054 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
4055
1e2ccb61
BM
40562014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
4057
4058 * gdb.base/subst.exp: Add tests to verify partial path matching
4059 output.
4060
c6ec5ab2
PA
40612014-06-03 Pedro Alves <palves@redhat.com>
4062
4063 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
4064 target that doesn't use software single-stepping.
4065
835c559f
PA
40662014-06-03 Pedro Alves <palves@redhat.com>
4067
4068 PR breakpoints/17000
4069 * gdb.base/sss-bp-on-user-bp-2.c: New file.
4070 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
4071
06eb1586
DE
40722014-06-02 Doug Evans <xdje42@gmail.com>
4073
4074 * gdb.guile/scm-parameter.exp: New file.
4075
e698b8c4
DE
40762014-06-02 Doug Evans <xdje42@gmail.com>
4077
4078 * gdb.guile/scm-cmd.c: New file.
4079 * gdb.guile/scm-cmd.exp: New file.
4080
ded03782
DE
40812014-06-02 Doug Evans <xdje42@gmail.com>
4082
4083 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
4084 pretty-printer lookup.
4085 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
4086 (make-pp_s-printer): Call it.
4087 (make-pretty-printer-from-dict): New function.
4088 (lookup-pretty-printer-maker-from-dict): New function.
4089 (*pretty-printer*): Simplify.
4090 (make-objfile-pp_s-printer): New function.
4091 (install-objfile-pretty-printers!): New function.
4092 (make-progspace-pp_s-printer): New function.
4093 (install-progspace-pretty-printers!): New function.
4094 * gdb.guile/scm-progspace.c: New file.
4095 * gdb.guile/scm-progspace.exp: New file.
4096
41fac0cf
PA
40972014-06-02 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.base/dprintf-bp-same-addr.c: New file.
4100 * gdb.base/dprintf-bp-same-addr.exp: New file.
4101
96ae5695
EBM
41022014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4103
4104 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4105 * gdb.arch/powerpc-power.s: Likewise.
4106
da02b3a8
JB
41072014-06-02 Joel Brobecker <brobecker@adacore.com>
4108
4109 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4110
c72b2e7b
YQ
41112014-06-01 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.base/watchpoint.exp (test_watch_location): Check null
4114 pointer can be dereferenced. If not, do the test, otherwise
4115 skip it.
4116
53e8a631
AB
41172014-05-30 Andrew Burgess <aburgess@broadcom.com>
4118
4119 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4120 results.
4121 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4122
938f0e2f
AB
41232014-05-30 Andrew Burgess <aburgess@broadcom.com>
4124
4125 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4126 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4127 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4128 * gdb.arch/amd64-invalid-stack-top.c: New file.
4129 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4130
9ba6657a
PA
41312014-05-30 Pedro Alves <palves@redhat.com>
4132
4133 PR breakpoints/17000
4134 * gdb.base/sss-bp-on-user-bp.c: New file.
4135 * gdb.base/sss-bp-on-user-bp.exp: New file.
4136
522c09bf
DB
41372014-05-30 David Blaikie <dblaikie@gmail.com>
4138
4139 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4140 gnu_inline semantics via attribute.
4141 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4142 source explicitly specifies the required semantics.
4143
bf4ef81e
MR
41442014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4145
4146 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4147
329ea579
PA
41482014-05-29 Pedro Alves <palves@redhat.com>
4149 Tom Tromey <tromey@redhat.com>
4150
4151 * gdb.base/async-shell.exp: Don't enable target-async.
4152 * gdb.base/async.exp
4153 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4154 parameter. Adjust.
4155 (top level): Don't test with "target-async".
4156 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4157 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4158 * gdb.base/inferior-died.exp: Don't enable target-async.
4159 * gdb.base/interrupt-noterm.exp: Likewise.
4160 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4161 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4162 * gdb.mi/mi-nonstop.exp: Likewise.
4163 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4164 * gdb.mi/mi-nsintrall.exp: Likewise.
4165 * gdb.mi/mi-nsmoribund.exp: Likewise.
4166 * gdb.mi/mi-nsthrexec.exp: Likewise.
4167 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4168 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4169 * gdb.python/py-evsignal.exp: Don't enable target-async.
4170 * gdb.python/py-evthreads.exp: Likewise.
4171 * gdb.python/py-prompt.exp: Likewise.
4172 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4173 * gdb.server/solib-list.exp: Don't enable target-async.
4174 * gdb.threads/thread-specific-bp.exp: Likewise.
4175 * lib/mi-support.exp: Adjust to use mi-async.
4176
fd664c91
PA
41772014-05-29 Pedro Alves <palves@redhat.com>
4178
4179 PR gdb/13860
4180 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4181 reason, even in sync mode.
4182
251bde03
PA
41832014-05-29 Pedro Alves <palves@redhat.com>
4184 Hui Zhu <hui@codesourcery.com>
4185
4186 PR PR15693
4187 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4188 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4189 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4190 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4191
7f3c0343
JB
41922014-05-28 Joel Brobecker <brobecker@adacore.com>
4193
4194 * config/monitor.exp (gdb_target_monitor): Replace use of
4195 "set remotebaud" by "set serial baud".
4196
b2715b27
AW
41972014-05-26 Andy Wingo <wingo@igalia.com>
4198
4199 * gdb.guile/scm-breakpoint.exp:
4200 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4201 properties instead of gdb-object-properties.
4202
498a4489
YQ
42032014-05-26 Yao Qi <yao@codesourcery.com>
4204
4205 * gdb.server/no-thread-db.exp: Specify source file name
4206 explicitly when setting a breakpoint.
4207
589fdceb
MM
42082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4209
4210 * gdb.btrace/vdso.c: New.
4211 * gdb.btrace/vdso.exp: New.
4212
e9089e05
MM
42132014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4214
4215 * gdb.base/gcore.exp (capture_command_output): Move ...
4216 * lib/gdb.exp (capture_command_output): ... here.
4217
67b5c0c1
MM
42182014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4219
4220 * gdb.btrace/data.exp: Test memory access during btrace replay.
4221
a2199296
SM
42222014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4223
4224 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4225
17b2616c
PA
42262014-05-21 Pedro Alves <palves@redhat.com>
4227
4228 PR gdb/13860
4229 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4230 (top level): Test that output related to execution commands is
4231 sent to the console with CLI commands, but not with MI commands.
4232 Test that breakpoint events are always mirrored to the console.
4233 Also expect the new source line to be output after a "next" in
4234 async mode too. Make it a pass/fail test.
4235 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4236 output.
4237 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4238
5166082f
PA
42392014-05-21 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4242 Use them to test variations of "list" after reaching a breakpoint.
4243 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4244 Test "list" with listsize 10 after reaching a breakpoint.
4245 * gdb.python/python.exp (decode_line current location line
4246 number): Adjust expected line number.
4247
2f25d70f
SM
42482014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4249
4250 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4251 behavior for $args, pass it directly to "run".
4252
ff604a67
MR
42532014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4254
4255 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4256 30000 to 65536.
4257
6a3cb8e8
PA
42582014-05-21 Pedro Alves <palves@redhat.com>
4259
4260 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4261 auto-connect-native-target off".
4262 * gdb.base/auto-connect-native-target.c: New file.
4263 * gdb.base/auto-connect-native-target.exp: New file.
4264
4ebfc96e
PA
42652014-05-21 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.base/default.exp: Test "target native" instead of "target
4268 child".
4269
36d46afb
MW
42702014-05-21 Mark Wielaard <mjw@redhat.com>
4271
4272 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4273
5876f503
JK
42742014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4275
4276 Fix TLS access for -static -pthread.
4277 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4278 <HAVE_TLS> (thread_function, main): Initialize it.
4279 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4280 Add clean_restart.
4281 <$have_tls != "">: Check TLSVAR.
4282
0256a6ac
PA
42832014-05-21 Pedro Alves <palves@redhat.com>
4284
4285 * gdb.base/dcache-line-read-error.c: New.
4286 * gdb.base/dcache-line-read-error.exp: New.
4287
936d2992
PA
42882014-05-20 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/compare-sections.c: New file.
4291 * gdb.base/compare-sections.exp: New file.
4292
802e8e6d
PA
42932014-05-20 Pedro Alves <palves@redhat.com>
4294
4295 * gdb.base/break-idempotent.c: New file.
4296 * gdb.base/break-idempotent.exp: New file.
4297
e59fa00f
MM
42982014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4299
4300 * gdb.btrace/nohist.exp: New.
4301
8b696e31
YQ
43022014-05-20 Yao Qi <yao@codesourcery.com>
4303
4304 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4305 gdb.reverse directory and gdb_reverse_timeout exists in board
4306 setting.
4307 * README: Document gdb_reverse_timeout.
4308
73c9764f
YQ
43092014-05-20 Yao Qi <yao@codesourcery.com>
4310
4311 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4312 'test_file_name'. Treat args as a string instead of a list.
4313 (gdb_init): Rename argument 'args' by 'test_file_name'.
4314
f1f4348a
JK
43152014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4316
4317 * gdb.arch/powerpc-power.exp: New file.
4318 * gdb.arch/powerpc-power.s: New file.
4319
0dbe70ce
DE
43202014-05-16 Doug Evans <dje@google.com>
4321
4322 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4323 * gdb.base/completion.exp: Check that all expected files exist
4324 before doing file completion.
0dbe70ce 4325
8d551b02
DE
43262014-05-16 Doug Evans <dje@google.com>
4327
4328 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4329 Update.
4330 (do_syscall_tests_without_xml): Update.
4331
73eb7709
PA
43322014-05-16 Pedro Alves <palves@redhat.com>
4333
4334 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4335 instead of "unknown output after running".
4336
3fae92fc
YQ
43372014-05-16 Yao Qi <yao@codesourcery.com>
4338
4339 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4340 file1.txt from host at the end.
4341 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4342
c2b2ccc5
DE
43432014-05-15 Doug Evans <dje@google.com>
4344
4345 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4346 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4347 loading file. Add test for TU lookup.
4348
8c217a4b
SM
43492014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4350
4351 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4352 calling "-exec-arguments" or "set args" before running the
4353 inferior.
4354
3deb39c6
SM
43552014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * lib/mi-support.exp (mi_expect_stop): Expect message for
4358 inferiors that exit with non-zero exit code.
4359
71a79f8c
YQ
43602014-05-14 Yao Qi <yao@codesourcery.com>
4361
4362 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4363 match absolute path on remote host.
4364 (test_file_list_exec_source_files): Remove "/" from the
4365 pattern.
4366
f23fcd46
YQ
43672014-05-14 Yao Qi <yao@codesourcery.com>
4368
4369 * boards/local-remote-host-notty.exp (${board}_file): New
4370 proc.
4371
9404b58f
KM
43722014-05-07 Kyle McMartin <kyle@redhat.com>
4373
4374 Pushed by Joel Brobecker <brobecker@adacore.com>.
4375 * gdb.arch/aarch64-atomic-inst.c: New file.
4376 * gdb.arch/aarch64-atomic-inst.exp: New file.
4377
5e45f04c
YQ
43782014-05-07 Yao Qi <yao@codesourcery.com>
4379
4380 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4381 in current context" too.
4382
c888a17d
KS
43832014-05-05 Keith Seitz <keiths@redhat.com>
4384
4385 * gdb.linespec/ls-dollar.exp: Add test for linespec
4386 file:convenience_variable.
4387
290a839c
YQ
43882014-05-05 Yao Qi <yao@codesourcery.com>
4389
4390 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4391 traceframes into tfile and ctf trace files. Read data from
4392 trace file and test collected data.
4393 (gdb_collect_locals_test): Likewise.
4394 (gdb_unavailable_registers_test): Likewise.
4395 (gdb_unavailable_floats): Likewise.
4396 (gdb_collect_globals_test): Likewise.
4397 (top-level): Append "ctf" to trace_file_targets if GDB
4398 supports.
4399
b5262cd0
YQ
44002014-05-05 Yao Qi <yao@codesourcery.com>
4401
4402 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4403 code to ...
4404 (gdb_collect_args_test_1): ... it. New proc.
4405 (gdb_collect_locals_test): Move some code to ...
4406 (gdb_collect_locals_test_1): ... it. New proc.
4407 (gdb_unavailable_registers_test): Move some code to ...
4408 (gdb_unavailable_registers_test_1): ... it. New proc.
4409 (gdb_unavailable_floats): Move some code to ...
4410 (gdb_unavailable_floats_1): ... it. New proc.
4411
30a1e6cc
SDJ
44122014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4413
4414 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4415 probes to test for bitness recognition.
4416 * gdb.arch/amd64-stap-optional-prefix.exp
4417 (test_probe_value_without_reg): New procedure.
4418 Add code to test for different kinds of bitness.
4419
f33da99a
SDJ
44202014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4421
4422 PR breakpoints/16889
4423 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4424 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4425
5b80f00d
PA
44262014-05-01 Pedro Alves <palves@redhat.com>
4427
4428 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4429 gdb_file_cmd if no file is specified.
4430 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4431 last_loaded_file to set the remote exec-file.
4432
f8c2a73c
PA
44332014-05-01 Pedro Alves <palves@redhat.com>
4434
4435 * boards/local-remote-host.exp: New file.
4436
be6e8ac7
PA
44372014-05-01 Pedro Alves <palves@redhat.com>
4438
4439 * boards/local-remote-host.exp: Rename to ...
4440 * boards/local-remote-host-notty.exp: ... this.
4441
cac0dc8f
JB
44422014-04-28 Joel Brobecker <brobecker@adacore.com>
4443
4444 * gdb.ada/dyn_arrayidx: New testcase.
4445
9730e6cc
YQ
44462014-04-26 Yao Qi <yao@codesourcery.com>
4447
4448 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4449 and compute the length of function main. Save it in
4450 $main_length.
4451 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4452 (top-level): Use gdb_compile to compile objects into
4453 executable and restart GDB. Remove invocation to
4454 prepare_for_testing.
4455
7ae1a6a6
PA
44562014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4457 Pedro Alves <palves@redhat.com>
4458
4459 PR server/16255
4460 * gdb.multi/multi-attach.c: New file.
4461 * gdb.multi/multi-attach.exp: New file.
4462
4082afcc
PA
44632014-04-25 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4466 user.
4467 (top level): Test that "set remote conditional-breakpoints-packet
4468 off" works as intended.
4469 * gdb.base/dprintf.exp: Test that "set remote
4470 breakpoint-commands-packet off" works as intended.
4471 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4472 New function.
4473 (top level): Call it.
4474 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4475 remote fast-tracepoints-packet off" works as intended.
4476 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4477 * lib/gdb.exp (gdb_is_target_remote): ... here.
4478
2abc3f8d
DB
44792014-04-24 David Blaikie <dblaikie@gmail.com>
4480
4481 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4482 ensure clang would not discard them.
4483 * gdb.base/gdbvars.c: Ditto.
4484 * gdb.base/memattr.c: Ditto.
4485 * gdb.base/whatis.c: Ditto.
4486 * gdb.python/py-prettyprint.c: Ditto.
4487 * gdb.trace/actions.c: Ditto.
4488 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4489 ensure clang would not discard it.
4490
bfd39632
DB
44912014-04-24 David Blaikie <dblaikie@gmail.com>
4492
4493 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4494 clang to emit the full definition of type required by the test
4495 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4496
22842ff6
DB
44972014-04-24 David Blaikie <dblaikie@gmail.com>
4498
4499 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4500 coax Clang into emitting the definition of the type.
4501 * gdb.cp/pr10728-x.h (y): Ditto.
4502 * gdb.cp/pr10728-y.cc (y): Ditto.
4503
c2e827ad
DB
45042014-04-24 David Blaikie <dblaikie@gmail.com>
4505
4506 * gdb.base/label.exp: XFAIL label related tests under Clang.
4507 * gdb.cp/cplabel.exp: Ditto.
4508 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4509 under Clang those using labels.
4510
4c2d33e7
YQ
45112014-04-25 Yao Qi <yao@codesourcery.com>
4512
4513 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4514 double_label.
4515 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4516 partial_label and double_label.
4517
56083b99
DB
45182014-04-24 David Blaikie <dblaikie@gmail.com>
4519
4520 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4521
25d4e99d
DB
45222014-04-24 David Blaikie <dblaikie@gmail.com>
4523
4524 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4525 of the function to work across GCC and Clang.
4526 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4527 pointer types (const void ** const V void **).
4528
01f9f808
MS
45292014-04-24 Michael Sturm <michael.sturm@mintel.com>
4530 Walfred Tedeschi <walfred.tedeschi@intel.com>
4531
4532 * Makefile.in (EXECUTABLES): Added i386-avx512.
4533 * gdb.arch/i386-avx512.c: New file.
4534 * gdb.arch/i386-avx512.exp: Likewise.
4535
4b48d439
KS
45362014-04-23 Keith Seitz <keiths@redhat.com>
4537
4538 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4539 (mi_make_breakpoint_table): New procedure.
4540 (mi_create_breakpoint): Use mi_make_breakpoint
4541 and return the result.
4542 (mi_make_breakpoint): New procedure.
4543 (mi_build_kv_pairs): New procedure.
4544
4545 * gdb.mi/mi-break.exp: Remove unused globals,
4546 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4547 All callers updated.
4548 * gdb.mi/mi-dprintf.exp: Use variable to track command
4549 number.
4550 Update all callers of mi_create_breakpoint and use
4551 mi_make_breakpoint_table.
4552 Remove any unused global variables.
4553 * gdb.mi/mi-nonstop.exp: Likewise.
4554 * gdb.mi/mi-nsintrall.exp: Likewise.
4555 * gdb.mi/mi-nsmoribund.exp: Likewise.
4556 * gdb.mi/mi-nsthrexec.exp: Likewise.
4557 * gdb.mi/mi-reverse.exp: Likewise.
4558 * gdb.mi/mi-simplerun.exp: Likewise.
4559 * gdb.mi/mi-stepn.exp: Likewise.
4560 * gdb.mi/mi-syn-frame.exp: Likewise.
4561 * gdb.mi/mi-until.exp: Likewise.
4562 * gdb.mi/mi-var-cp.exp: Likewise.
4563 * gdb.mi/mi-var-display.exp: Likewise.
4564 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4565 * gdb.mi/mi2-var-child.exp: Likewise.
4566 * gdb.mi/mi-vla-c99.exp: Likewise.
4567 * lib/mi-support.exp: Likewise.
4568
4569 From Ian Lance Taylor <iant@cygnus.com>:
4570 * lib/gdb.exp (parse_args): New procedure.
4571
08351840
PA
45722014-04-23 Pedro Alves <palves@redhat.com>
4573
4574 * gdb.base/break-unload-file.c: New file.
4575 * gdb.base/break-unload-file.exp: New file.
4576 * gdb.base/sym-file-lib.c (baz): New function.
4577 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4578 field.
4579 (load): Store the segment's mapped size.
4580 (unload): New function.
4581 (unload_shlib): New function.
4582 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4583 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4584 set a breakpoint at baz, and call it.
4585 * gdb.base/sym-file.exp: New tests for stale breakpoint
4586 instructions.
4587
076855f9
PA
45882014-04-23 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4591 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4592 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4593 * gdb.base/hbreak-unmapped.c: New file.
4594 * gdb.base/hbreak-unmapped.exp: New file.
4595 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4596 * lib/gdb.exp (gdb_is_target_remote): ... here.
4597
483805cf
PA
45982014-04-22 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/consecutive-step-over.c: New file.
4601 * gdb.base/consecutive-step-over.exp: New file.
4602
06d97543
PA
46032014-04-22 Pedro Alves <palves@redhat.com>
4604
4605 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4606 instead of send_gdb/gdb_expect.
4607
b4429ea2
YQ
46082014-04-22 Yao Qi <yao@codesourcery.com>
4609
4610 * lib/trace-support.exp (generate_tracefile): New procedure.
4611 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4612 return 0.
4613 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4614 if generate_tracefile returns 1.
4615
51d48146
PA
46162014-04-18 Tom Tromey <palves@redhat.com>
4617 Pedro alves <tromey@redhat.com>
4618
4619 PR backtrace/15558
4620 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4621 with a backtrace limit.
4622 * gdb.python/py-frame-inline.exp: Test running to an inline
4623 function with a backtrace limit, and printing the newest frame.
4624 * gdb.python/py-frame-inline.c (main): Call f.
4625
bd1dce5f
MS
46262014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4627
4628 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4629
40d1a503
MS
46302014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4631
4632 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4633 Drop prefix from unsupported source file path.
4634
389b98f7
YQ
46352014-04-17 Yao Qi <yao@codesourcery.com>
4636
4637 * lib/gdb.exp (with_target_charset): New proc.
4638 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4639 with_target_charset.
4640 (test_print_strings): Likewise.
4641 (test_repeat_bytes): Likewise.
4642 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4643 for some tests.
4644
22869d73
KS
46452014-04-16 Keith Seitz <keiths@redhat.com>
4646
4647 PR gdb/15827
4648 * gdb.dwarf2/corrupt.c: New file.
4649 * gdb.dwarf2/corrupt.exp: New file.
4650
c4f87ca6
KS
46512014-04-16 Keith Seitz <keiths@redhat.com>
4652
4653 PR c++/16597
4654 * gdb.cp/namelessclass.cc: New file.
4655 * gdb.cp/namelessclass.exp: New file.
4656 * gdb.cp/namelessclass.S: New file.
4657
ab19de87
DE
46582014-04-16 Doug Evans <dje@google.com>
4659
4660 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4661 Add comment.
4662 (gdbserver_default_get_comm_port): New function.
4663 (gdbserver_start): Check if board file provided
4664 "gdbserver,get_comm_port" and use it if so.
4665 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4666 (gdb,socketport): Set to "stdio".
4667 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4668 (stdio_gdbserver_template): Delete.
4669 (${board}_get_remote_address): Update.
4670 (${board}_build_remote_cmd): Delete.
4671 (${board}_get_comm_port): New function.
4672 (${board}_spawn): Update.
4673 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4674 Delete.
4675 (${board}_get_remote_address): Update.
4676 (${board}_get_comm_port): New function.
4677
fc98a809
AB
46782014-04-16 Andrew Burgess <aburgess@broadcom.com>
4679
4680 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4681 appearing in any order.
4682
87fd9e6e
DE
46832014-04-15 Doug Evans <dje@google.com>
4684
4685 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4686 uninitialized value of "description".
4687
099fc3ea
KS
46882014-04-15 Keith Seitz <keiths@redhat.com>
4689
4690 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4691 Remove unused globals.
4692 (test_running_the_program): Likewise.
4693 (test_controlled_execution): Likewise.
4694 (test_controlling_breakpoints): Likewise.
4695 (test_program_termination): Likewise.
4696
5da151d4
KS
46972014-04-15 Keith Seitz <keiths@redhat.com>
4698
4699 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4700 unused globals.
4701 (test_rbreak_creation_and_listing): Likewise.
4702 (test_ignore_count): Likewise.
4703 (test_error): Likewise.
4704
35e5d2f0
PA
47052014-04-15 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4708 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4709 sym-file-loader.c.
4710 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4711 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4712 to sym-file-loader.c.
4713 (struct library): Forward declare.
4714 (load_shlib, lookup_function): Change prototypes.
4715 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4716 (translate_offset): Remove declarations.
4717 (get_text_addr): New declaration.
4718 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4719 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4720 sym-file-loader.h.
4721 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4722 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4723 here from sym-file-loader.h.
4724 (struct library): New structure.
4725 (load_shlib, lookup_function): Change prototypes and adjust to
4726 work with a struct library.
4727 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4728 (translate_offset): Make static.
4729 (get_text_addr): New function.
4730 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4731
eb4c1710
PA
47322014-04-15 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4735
2d1baf52
PA
47362014-04-15 Pedro Alves <palves@redhat.com>
4737
4738 * gdb.base/sym-file-loader.c: Include <limits.h>.
4739 (SELF_LINK): New define.
4740 (get_origin): New function.
4741 (load_shlib): Use it.
4742 * gdb.base/sym-file.exp: Don't early return if the target is
4743 remote. Use runto_main, and issue fail is that fails. Use
4744 gdb_load_shlibs.
4745 (shlib_name): Delete.
4746 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4747
7dd6df01
PA
47482014-04-15 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/sym-file.exp: Remove regex characters from test
4751 message. Don't refer to breakpoint numbers in test messages.
4752
b50c8614
KS
47532014-04-14 Keith Seitz <keiths@redhat.com>
4754
4755 PR c++/16253
4756 * gdb.cp/var-tag.cc: New file.
4757 * gdb.cp/var-tag.exp: New file.
4758 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4759 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4760 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4761 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4762
3d567982
TT
47632014-04-14 Tom Tromey <tromey@redhat.com>
4764
4765 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4766 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4767 type.
4768 * gdb.cp/enum-class.exp: New file.
4769 * gdb.cp/enum-class.cc: New file.
4770
0626fc76
TT
47712014-04-14 Tom Tromey <tromey@redhat.com>
4772
4773 * gdb.dwarf2/enum-type.exp: New file.
4774
dca325b3
SA
47752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4776
4777 * gdb.mi/mi-vla-c99.exp: New file.
4778 * gdb.mi/vla.c: New file.
4779
5854b38a
SA
47802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4781
4782 * gdb.base/vla-datatypes.c: New file.
4783 * gdb.base/vla-datatypes.exp: New file.
4784
463bb957
SA
47852014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4786
4787 * gdb.base/vla-ptr.c: New file.
4788 * gdb.base/vla-ptr.exp: New file.
4789
3dd170be
SA
47902014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4791
4792 * gdb.dwarf2/count.exp: New file.
4793
5ecaaa66
SA
47942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4795
4796 * gdb.base/vla-sideeffect.c: New file.
4797 * gdb.base/vla-sideeffect.exp: New file.
4798
41f1ada5
DB
47992014-04-14 David Blaikie <dblaikie@gmail.com>
4800
4801 * gdb.mi/non-stop.c: Add return value for non-void function return
4802 statement.
4803 * gdb.threads/staticthreads.c: Ditto.
4804
0be03e84
DE
48052014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4806 Doug Evans <xdje42@gmail.com>
4807
4808 * gdb.guile/scm-value.c: Improve test case.
4809 * gdb.guile/scm-value.exp: Add new test.
4810
f180a1fb
DB
48112014-04-11 David Blaikie <dblaikie@gmail.com>
4812
4813 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4814 override Clang's default.
4815
6b662e19
JB
48162014-04-11 Joel Brobecker <brobecker@adacore.com>
4817
4818 Revert the following changes (regressions):
4819
4820 * gdb.base/vla-sideeffect.c: New file.
4821 * gdb.base/vla-sideeffect.exp: New file.
4822
4823 * gdb.dwarf2/count.exp: New file.
4824
4825 * gdb.base/vla-multi.c: New file.
4826 * gdb.base/vla-multi.exp: New file.
4827
4828 * gdb.base/vla-ptr.c: New file.
4829 * gdb.base/vla-ptr.exp: New file.
4830
4831 * gdb.base/vla-datatypes.c: New file.
4832 * gdb.base/vla-datatypes.exp: New file.
4833
4834 * gdb.mi/mi-vla-c99.exp: New file.
4835 * gdb.mi/vla.c: New file.
4836
245a5f0b
KS
48372014-04-11 Keith Seitz <keiths@redhat.com>
4838
4839 PR c++/16675
4840 * gdb.cp/cpsizeof.exp: New file.
4841 * gdb.cp/cpsizeof.cc: New file.
4842
58a84dcf
SA
48432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4844
191a8a90
JB
4845 * gdb.mi/mi-vla-c99.exp: New file.
4846 * gdb.mi/vla.c: New file.
58a84dcf 4847
c8655f75
SA
48482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4849
4850 * gdb.base/vla-datatypes.c: New file.
4851 * gdb.base/vla-datatypes.exp: New file.
4852
024e13b4
SA
48532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4854
4855 * gdb.base/vla-ptr.c: New file.
4856 * gdb.base/vla-ptr.exp: New file.
4857
1a237e0e
SA
48582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4859
4860 * gdb.base/vla-multi.c: New file.
4861 * gdb.base/vla-multi.exp: New file.
4862
504f3432
SA
48632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4864
4865 * gdb.dwarf2/count.exp: New file.
4866
3bce8237
SA
48672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4868
191a8a90
JB
4869 * gdb.base/vla-sideeffect.c: New file.
4870 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4871
322f9c21
YQ
48722014-04-11 Yao Qi <yao@codesourcery.com>
4873
4874 * gdb.base/completion.exp: Check file exists before running tests
4875 on file completion.
4876
d708bcd1
PA
48772014-04-10 Pedro Alves <palves@redhat.com>
4878
4879 * gdb.base/cond-eval-mode.c: New file.
4880 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4881 prepare_for_testing to build the new file. Check result of
4882 runto_main.
4883 (test_break, test_watch): New procedures.
4884 (top level): Use them.
4885
ae1d2761
PM
48862014-04-08 Pierre Muller <muller@sourceware.org>
4887
4888 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4889 Ctrl-V use for mingw hosts.
4890
7af389b8
SC
48912014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4892
4893 * gdb.python/py-value.c: Improve test case.
4894 * gdb.python/py-value.exp: Add new test.
4895
5e703181
DE
48962014-04-07 David Blaikie <dblaikie@gmail.com>
4897
4898 * lib/compiler.c: Identify the clang compiler.
4899 * lib/compiler.cc: Ditto.
4900
9810b410
YQ
49012014-04-03 Yao Qi <yao@codesourcery.com>
4902
4903 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4904
98d1b8dc
AB
49052014-04-01 Anton Blanchard <anton@samba.org>
4906
4907 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4908 messages unique.
4909
3114cea1
AB
49102014-04-01 Anton Blanchard <anton@samba.org>
4911
4912 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4913 prepare_for_testing.
4914
62f7182c
AB
49152014-04-01 Anton Blanchard <anton@samba.org>
4916
4917 * gdb.arch/ppc64-atomic-inst.c: Remove.
4918 * gdb.arch/ppc64-atomic-inst.S: New file.
4919 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4920
770e7fc7
DE
49212014-03-31 Doug Evans <dje@google.com>
4922
4923 * gdb.base/print-symbol-loading-lib.c: New file.
4924 * gdb.base/print-symbol-loading-main.c: New file.
4925 * gdb.base/print-symbol-loading.exp: New file.
4926
46e2bafa
YQ
49272014-03-31 Yao Qi <yao@codesourcery.com>
4928
4929 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4930
8776cfe9
JB
49312014-03-28 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.ada/mi_dyn_arr: New testcase.
4934
5d1ef361
DE
49352014-03-27 Doug Evans <dje@google.com>
4936
4937 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4938
b5bee914
YQ
49392014-03-27 Yao Qi <yao@codesourcery.com>
4940
4941 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4942 if target is nios2-*-*.
4943
0d4d0e77
YQ
49442014-03-26 Yao Qi <yao@codesourcery.com>
4945
4946 * lib/gdb.exp (readline_is_used): New proc.
4947 * gdb.base/completion.exp: Move tests on command complete up.
4948 Skip the rest of tests if readline is not used.
4949 * gdb.ada/complete.exp: Skp the test if readline is not
4950 used.
4951 * gdb.base/filesym.exp: Likewise.
4952 * gdb.base/macscp.exp: Likewise.
4953 * gdb.base/readline-ask.exp: Likewise.
4954 * gdb.base/readline.exp: Likewise.
4955 * gdb.python/py-cmd.exp: Likewise.
4956 * gdb.trace/tfile.exp: Likewise.
4957
29361eee
YQ
49582014-03-26 Yao Qi <yao@codesourcery.com>
4959
4960 * gdb.base/macscp.exp: Fix code format issues.
4961
bc9a5525
UW
49622014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4963
4964 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4965 * gdb.asm/powerpc64le.inc: New file.
4966
d3839ede
PA
49672014-03-25 Pedro Alves <palves@redhat.com>
4968 Doug Evans <dje@google.com>
4969
4970 * gdb.base/source-execution.c: New file.
4971 * gdb.base/source-execution.exp: New file.
4972 * gdb.base/source-execution.gdb: New file.
4973
01672a57
DE
49742014-03-24 Doug Evans <dje@google.com>
4975
4976 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4977 using fission.
4978
88bbeca9
HZ
49792014-03-24 Hui Zhu <hui@codesourcery.com>
4980 Pedro Alves <palves@redhat.com>
4981
4982 PR breakpoints/16101
4983 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4984 test pass/fail messages. Detect missing support for dprintf when
4985 breakpoints are actually inserted.
4986 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4987 breakpoints are actually inserted.
4988 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4989 fails.
4990
d2348791
JK
49912014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4992
4993 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4994
feef67ab
DE
49952014-03-22 Doug Evans <xdje42@gmail.com>
4996
4997 * gdb.python/python.exp (python not supported): Verify multi-line
4998 python command issues an error.
25d743f9 4999 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 5000 guile command issues an error.
feef67ab 5001
ecebef6a
MR
50022014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
5003
5004 * gdb.threads/thread-specific.exp: Handle the lack of usable
5005 $this_breakpoint and $this_thread.
5006
ccdd1909
HZ
50072014-03-21 Hui Zhu <hui@codesourcery.com>
5008
5009 * gdb.base/attach.exp (do_command_attach_tests): New.
5010
beb460e8
PA
50112014-03-20 Tom Tromey <tromey@redhat.com>
5012 Pedro Alves <palves@redhat.com>
5013
5014 PR cli/15718
5015 * gdb.base/condbreak-call-false.c: New file.
5016 * gdb.base/condbreak-call-false.exp: New file.
5017
40acf43a
PA
50182014-03-20 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
5021 Delete.
5022 (block_signals, unblock_signals): Delete.
5023 (child_function_2, main): Remove references to deleted variable
5024 and functions.
5025
9f5e1e02
PA
50262014-03-20 Pedro Alves <palves@redhat.com>
5027
5028 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
5029 Use pthread_kill to signal thread 2.
5030 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5031 Adjust to make the test send itself a signal rather than using the
5032 host's "kill" command.
5033
99619bea
PA
50342014-03-20 Pedro Alves <palves@redhat.com>
5035
5036 * gdb.threads/multiple-step-overs.c: New file.
5037 * gdb.threads/multiple-step-overs.exp: New file.
5038 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5039 Adjust expected infrun debug output.
5040
2adfaa28
PA
50412014-03-20 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
5044 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5045
31e77af2
PA
50462014-03-20 Pedro Alves <palves@redhat.com>
5047
5048 PR breakpoints/7143
5049 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
5050 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
5051 of gdb_test_multiple.
5052 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
5053 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
5054
b9f437de
PA
50552014-03-20 Pedro Alves <palves@redhat.com>
5056
5057 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
5058 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
5059
05adc73e
PA
50602014-03-19 Pedro Alves <palves@redhat.com>
5061
5062 * gdb.base/async.exp: Remove early return.
5063
6048b950
PA
50642014-03-19 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.base/async.exp (step& tests): Pass explicit test messages.
5067
8bcfb00a
PA
50682014-03-19 Pedro Alves <palves@redhat.com>
5069
5070 * gdb.base/async.exp (test_background): Expect \r\n after
5071 "completed." in the fail pattern.
5072
884e37dc
PA
50732014-03-19 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/async.exp (test_background): New procedure.
5076 Use it for all background execution command tests.
5077
148e57e2
PA
50782014-03-19 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/async.exp: Use prepare_for_testing.
5081
f48088c7
PA
50822014-03-19 Pedro Alves <palves@redhat.com>
5083
5084 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
5085 the same line.
5086
e2f6c966
PA
50872014-03-19 Pedro Alves <palves@redhat.com>
5088
5089 * gdb.base/async.c (main): Add "jump here" and "until here" line
5090 marker comments.
5091 * gdb.base/async.exp (jump_here): New global.
5092 (jump& test): Use it.
5093 (until_here): New global.
5094 (until& test): Use it.
5095
c30568d4
PA
50962014-03-19 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/async.exp: Don't frob gdb_protocol.
5099
0172b6a7
DE
51002014-03-18 Doug Evans <xdje42@gmail.com>
5101
5102 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5103 Fix spelling of exec-done-display.
5104
06c868a8
JK
51052014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 PR gdb/15358
5108 * gdb.base/gdb-sigterm.c: New file.
5109 * gdb.base/gdb-sigterm.exp: New file.
5110
0c7e1a46
PA
51112014-03-18 Pedro Alves <palves@redhat.com>
5112
5113 PR gdb/13860
5114 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5115 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5116 solib-event.
5117
f7c77d93
JB
51182014-03-17 Joel Brobecker <brobecker@adacore.com>
5119
5120 * gdb.ada/pckd_arr_ren: New testcase.
5121
5a1e8c7a
DE
51222014-03-13 Doug Evans <xdje42@gmail.com>
5123
5124 PR guile/16612
5125 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5126 collect after discarding symbols.
5127
350e1a76
DE
51282014-03-13 Ludovic Courtès <ludo@gnu.org>
5129 Doug Evans <xdje42@gmail.com>
5130
5131 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5132 to history survives a gc.
5133
a69900ae
PA
51342014-03-13 Pedro Alves <palves@redhat.com>
5135
5136 * gdb.base/default.exp: Don't test "target procfs".
5137
5db9f0bd
PA
51382014-03-13 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.base/default.exp: Update "target child" and "target procfs"
5141 tests to not expect "Unix".
5142
b3ccfe11
TT
51432014-03-12 Tom Tromey <tromey@redhat.com>
5144
5145 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5146 New procs. Add target-async tests.
5147 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5148 Add target-async tests.
5149
646f4417
AA
51502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5151
5152 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5153 'func_start' and 'func_end' for the beginning and end of the
5154 function code, respectively.
5155 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5156 'func_end' instead of 'func' and 'main'.
5157
288c211f
AA
51582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5159
5160 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5161 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5162 generate the debug info assembler source.
5163
e0c0f156
AA
51642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5165
5166 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5167 * gdb.dwarf2/arr-subrange.exp: Likewise.
5168 * gdb.dwarf2/dwz.exp: Likewise.
5169 * gdb.dwarf2/method-ptr.exp: Likewise.
5170 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5171 * gdb.dwarf2/subrange.exp: Likewise.
5172 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5173 * gdb.dwarf2/implptrpiece.exp: Likewise.
5174 * gdb.dwarf2/nostaticblock.exp: Likewise.
5175
0e5c4555
AA
51762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5177
5178 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5179 directory to absolute path name arguments.
5180
5ec18f2b
JG
51812014-03-10 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.ada/tagged_access: New testcase.
5184
847fc4f2
MM
51852014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5186
5187 * gdb.btrace/data.exp: Update expected output.
5188
cc3da688
YQ
51892014-03-06 Yao Qi <yao@codesourcery.com>
5190
5191 * gdb.trace/pr16508.exp: New file.
5192
0f26cec1
PA
51932014-03-05 Pedro Alves <palves@redhat.com>
5194
5195 PR gdb/16575
5196 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5197 procedure.
5198 (top level): Adjust to use it. Add tests that exercise breakpoint
5199 interaction with the code-cache.
5200
7a5a839f
LC
52012014-02-26 Ludovic Courtès <ludo@gnu.org>
5202
5203 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5204 test for 'history-append!'.
5205
31aa7e4e
JB
52062014-02-26 Joel Brobecker <brobecker@adacore.com>
5207
5208 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5209 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5210 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5211 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5212 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5213 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5214
1b588015
JB
52152014-02-26 Joel Brobecker <brobecker@adacore.com>
5216
5217 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5218 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5219 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5220
55426c9d
JB
52212014-02-26 Joel Brobecker <brobecker@adacore.com>
5222
5223 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5224
dc53a7ad
JB
52252014-02-26 Joel Brobecker <brobecker@adacore.com>
5226
5227 * gdb.dwarf2/arr-stride.c: New file.
5228 * gdb.dwarf2/arr-stride.exp: New file.
5229
12ab52e9
PA
52302014-02-26 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5233 that won't ever trigger. Make sure that GDB reports the correct
5234 breakpoint that caused the stop.
5235
849c862e
JK
52362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 PR gdb/16626
5239 * gdb.base/auto-load-script: New file.
5240 * gdb.base/auto-load.c: New file.
5241 * gdb.base/auto-load.exp: New file.
5242
71b7d793
JK
5243 PR gdb/16626
5244 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5245
e2f0d509
JK
52462014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5247
5248 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5249 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5250
50cc37c8
DE
52512014-02-24 Doug Evans <dje@google.com>
5252
5253 * lib/gdb.exp (run_on_host): Log error output if program fails.
5254
ea4758f2
PA
52552014-02-21 Pedro Alves <palves@redhat.com>
5256
5257 * gdb.threads/step-after-sr-lock.c: Rename to ...
5258 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5259 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5260 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5261 ... this.
5262
d7b30f67
SDJ
52632014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5264
5265 PR tdep/16397
5266 * gdb.arch/amd64-stap-special-operands.exp: New file.
5267 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5268 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5269 * gdb.arch/amd64-stap-triplet.S: Likewise.
5270 * gdb.arch/amd64-stap-triplet.c: Likewise.
5271
83deb43f
JB
52722014-02-20 Joel Brobecker <brobecker@adacore.com>
5273
5274 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5275 in .section pseudo-op.
5276
adde2bff
DE
52772014-02-20 lin zuojian <manjian2006@gmail.com>
5278 Joel Brobecker <brobecker@adacore.com>
5279 Doug Evans <xdje42@gmail.com>
5280
5281 PR symtab/16581
5282 * gdb.dwarf2/dw2-icycle.S: New file.
5283 * gdb.dwarf2/dw2-icycle.c: New file.
5284 * gdb.dwarf2/dw2-icycle.exp: New file.
5285
f7bd0f78
SC
52862014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5287
5288 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5289 operations on gdb.Value objects.
5290 * gdb.python/py-value-cc.exp: Add new test to test operations on
5291 gdb.Value objects.
5292
c17ef0d5
DE
52932014-02-18 Doug Evans <dje@google.com>
5294
5295 * Makefile.in (TESTS): New variable.
5296 (expanded_tests, expanded_tests_or_none): New variables
5297 (check-single): Pass $(expanded_tests_or_none) to runtest.
5298 (check-parallel): Only run tests in $(TESTS) if non-empty.
5299 (check/no-matching-tests-found): New rule.
5300 * README: Document TESTS makefile variable.
5301
5dd3176f
DE
53022014-02-18 Doug Evans <dje@google.com>
5303
5304 * Makefile.in (check-parallel): rm -rf outputs temp.
5305
0b10be4f
JK
53062014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5307
5308 Fix "ERROR: no fileid for" in the testsuite.
5309 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5310
85f224e7
DE
53112014-02-12 Doug Evans <dje@google.com>
5312
5313 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5314 (MISCELLANEOUS): New variable.
5315 (clean): rm -rf $(MISCELLANEOUS).
5316 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5317 dwp live in the same directory as symlinks, with each symlink pointed
5318 to a differently named file in a different directory.
5319
149b30ff
DE
53202014-02-11 Doug Evans <dje@google.com>
5321
5322 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5323 of Tcl file commands.
5324
1dfdac32
MK
53252014-02-10 Mark Kettenis <kettenis@gnu.org>
5326
5327 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5328 "kill -SIGUSR1 -1".
5329
aa4fb036
JB
53302014-02-10 Joel Brobecker <brobecker@adacore.com>
5331
5332 * gdb.ada/tick_length_array_enum_idx: New testcase.
5333
ed3ef339
DE
53342014-02-10 Doug Evans <xdje42@gmail.com>
5335
5336 * configure.ac (AC_OUTPUT): Add gdb.guile.
5337 * configure: Regenerate.
5338 * lib/gdb-guile.exp: New file.
5339 * lib/gdb.exp (get_target_charset): New function.
5340 * gdb.base/help.exp: Update expected output from "apropos apropos".
5341 * gdb.guile/Makefile.in: New file.
5342 * gdb.guile/guile.exp: New file.
5343 * gdb.guile/scm-arch.c: New file.
5344 * gdb.guile/scm-arch.exp: New file.
5345 * gdb.guile/scm-block.c: New file.
5346 * gdb.guile/scm-block.exp: New file.
5347 * gdb.guile/scm-breakpoint.c: New file.
5348 * gdb.guile/scm-breakpoint.exp: New file.
5349 * gdb.guile/scm-disasm.c: New file.
5350 * gdb.guile/scm-disasm.exp: New file.
5351 * gdb.guile/scm-equal.c: New file.
5352 * gdb.guile/scm-equal.exp: New file.
5353 * gdb.guile/scm-error.exp: New file.
5354 * gdb.guile/scm-error.scm: New file.
5355 * gdb.guile/scm-frame-args.c: New file.
5356 * gdb.guile/scm-frame-args.exp: New file.
5357 * gdb.guile/scm-frame-args.scm: New file.
5358 * gdb.guile/scm-frame-inline.c: New file.
5359 * gdb.guile/scm-frame-inline.exp: New file.
5360 * gdb.guile/scm-frame.c: New file.
5361 * gdb.guile/scm-frame.exp: New file.
5362 * gdb.guile/scm-generics.exp: New file.
5363 * gdb.guile/scm-gsmob.exp: New file.
5364 * gdb.guile/scm-iterator.c: New file.
5365 * gdb.guile/scm-iterator.exp: New file.
5366 * gdb.guile/scm-math.c: New file.
5367 * gdb.guile/scm-math.exp: New file.
5368 * gdb.guile/scm-objfile-script-gdb.in: New file.
5369 * gdb.guile/scm-objfile-script.c: New file.
5370 * gdb.guile/scm-objfile-script.exp: New file.
5371 * gdb.guile/scm-objfile.c: New file.
5372 * gdb.guile/scm-objfile.exp: New file.
5373 * gdb.guile/scm-ports.exp: New file.
5374 * gdb.guile/scm-pretty-print.c: New file.
5375 * gdb.guile/scm-pretty-print.exp: New file.
5376 * gdb.guile/scm-pretty-print.scm: New file.
5377 * gdb.guile/scm-section-script.c: New file.
5378 * gdb.guile/scm-section-script.exp: New file.
5379 * gdb.guile/scm-section-script.scm: New file.
5380 * gdb.guile/scm-symbol.c: New file.
5381 * gdb.guile/scm-symbol.exp: New file.
5382 * gdb.guile/scm-symtab-2.c: New file.
5383 * gdb.guile/scm-symtab.c: New file.
5384 * gdb.guile/scm-symtab.exp: New file.
5385 * gdb.guile/scm-type.c: New file.
5386 * gdb.guile/scm-type.exp: New file.
5387 * gdb.guile/scm-value-cc.cc: New file.
5388 * gdb.guile/scm-value-cc.exp: New file.
5389 * gdb.guile/scm-value.c: New file.
5390 * gdb.guile/scm-value.exp: New file.
5391 * gdb.guile/source2.scm: New file.
5392 * gdb.guile/types-module.cc: New file.
5393 * gdb.guile/types-module.exp: New file.
5394
7026a7c1
YQ
53952014-02-10 Yao Qi <yao@codesourcery.com>
5396
5397 PR testsuite/16543
5398 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5399 * configure: Regenerated.
5400 * Makefile.in: New file.
5401
6c466447
AS
54022014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5403
5404 * gdb.python/py-framefilter.exp: Fix typo.
5405
6e854735
YQ
54062014-02-08 Yao Qi <yao@codesourcery.com>
5407
5408 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5409 that no =breakpoint-modified is emitted when breakpoints are
5410 modified through MI commands.
5411
d137e6dc
PA
54122014-02-07 Pedro Alves <pedro@codesourcery.com>
5413 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.threads/step-after-sr-lock.c: New file.
5416 * gdb.threads/step-after-sr-lock.exp: New file.
5417
b5ee5a50
PA
54182014-02-07 Pedro Alves <palves@redhat.com>
5419
5420 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5421
3c77faf3
JK
54222014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5425 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5426
6dddc817
DE
54272014-02-06 Doug Evans <xdje42@gmail.com>
5428
5429 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5430 output.
5431
5432 * gdb.gdb/python-interrupts.exp: New file.
5433
de7b2893
YQ
54342014-02-05 Yao Qi <yao@codesourcery.com>
5435
5436 * gdb.trace/report.exp (use_collected_data): Test the output
5437 of "info threads" and "info inferiors".
5438
66d032ac
YQ
54392014-02-05 Yao Qi <yao@codesourcery.com>
5440
5441 Revert this patch:
5442
5443 2013-05-24 Yao Qi <yao@codesourcery.com>
5444
5445 * gdb.trace/tfile.exp: Test inferior and thread.
5446
591a12a1
UW
54472014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5448
5449 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5450 on a function.
5451 * gdb.base/step-bt.c: Call hello via function pointer to make
5452 sure its first instruction is executed on powerpc64le-linux.
5453
0ff3e01f
UW
54542014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5455
5456 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5457
084ee545
UW
54582014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5459
5460 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5461 of the test patterns for use on little-endian systems.
5462
6ed14ff3
UW
54632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5464
5465 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5466 (decimal_vector): Fix for little-endian.
5467
401e27fd
JM
54682014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5469
5470 * gdb.arch/sparc-sysstep.exp: New file.
5471 * gdb.arch/sparc-sysstep.c: Likewise.
5472
5473 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5474
8b924729
EBM
54752014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5476
5477 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5478
fb151210
JB
54792014-01-23 Tom Tromey <tromey@redhat.com>
5480
5481 * gdb.ada/array_char_idx: New testcase.
5482
0740f8d8
TT
54832014-01-23 Tom Tromey <tromey@redhat.com>
5484
5485 PR python/16487:
5486 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5487 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5488 classes.
5489
21909fa1
TT
54902014-01-23 Tom Tromey <tromey@redhat.com>
5491
5492 PR python/16491:
5493 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5494 string from an inferior frame.
5495 * gdb.python/py-framefilter-mi.exp: Update.
5496
87ce2a04
DE
54972014-01-22 Doug Evans <dje@google.com>
5498
5499 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5500
237b092b
AA
55012014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5502
5503 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5504
d674a709
AA
55052014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5506
5507 * gdb.trace/entry-values.exp: Remove excess space character from
5508 regex patterns. Handle s390 call instruction.
5509
20fa3390
AA
55102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5511
5512 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5513 define "*_start" label. Make "name" static.
5514 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5515 ${name} by references to ${name}_start.
5516
78466714
AA
55172014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5518
5519 * gdb.base/info-macros.exp: Remove "debug" from the compile
5520 options.
5521
ec9f644a
IB
55222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5523
5524 * gdb.dlang/demangle.exp: New file.
5525
94b1b47e
IB
55262014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5527
5528 * gdb.dlang/primitive-types.exp: New file.
5529
7f420862
IB
55302014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5531
5532 * configure.ac: Create gdb.dlang/Makefile.
5533 * configure: Regenerate.
5534 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5535 * gdb.dlang/Makefile.in: New file.
5536 * lib/d-support.exp: New file.
5537 * lib/gdb.exp (skip_d_tests): New proc.
5538
52834460
MM
55392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5540
5541 * gdb.btrace/delta.exp: Check reverse stepi.
5542 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5543 * gdb.btrace/finish.exp: New.
5544 * gdb.btrace/next.exp: New.
5545 * gdb.btrace/nexti.exp: New.
5546 * gdb.btrace/record_goto.c: Add comments.
5547 * gdb.btrace/step.exp: New.
5548 * gdb.btrace/stepi.exp: New.
5549 * gdb.btrace/multi-thread-step.c: New.
5550 * gdb.btrace/multi-thread-step.exp: New.
5551 * gdb.btrace/rn-dl-bind.c: New.
5552 * gdb.btrace/rn-dl-bind.exp: New.
5553 * gdb.btrace/data.c: New.
5554 * gdb.btrace/data.exp: New.
5555 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5556
6e07b1d2
MM
55572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5558
5559 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5560 * gdb.btrace/exception.exp: Update.
5561 * gdb.btrace/instruction_history.exp: Update.
5562 * gdb.btrace/record_goto.exp: Update.
5563 * gdb.btrace/tailcall.exp: Update.
5564 * gdb.btrace/unknown_functions.exp: Update.
5565 * gdb.btrace/delta.exp: New.
5566
0b722aec
MM
55672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5568
5569 * gdb.btrace/record_goto.exp: Add backtrace test.
5570 * gdb.btrace/tailcall.exp: Add backtrace test.
5571
066ce621
MM
55722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5573
5574 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5575 * gdb.btrace/record_goto.c: New.
5576 * gdb.btrace/record_goto.exp: New.
5577 * gdb.btrace/x86-record_goto.S: New.
5578
0688d04e
MM
55792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5580
5581 * gdb.btrace/function_call_history.exp: Update tests.
5582 * gdb.btrace/instruction_history.exp: Update tests.
5583
8710b709
MM
55842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5585
5586 * gdb.btrace/function_call_history.exp: Fix expected field
5587 order for "record function-call-history".
5588 Add new tests for "record function-call-history /c".
5589 * gdb.btrace/exception.cc: New.
5590 * gdb.btrace/exception.exp: New.
5591 * gdb.btrace/tailcall.exp: New.
5592 * gdb.btrace/x86-tailcall.S: New.
5593 * gdb.btrace/x86-tailcall.c: New.
5594 * gdb.btrace/unknown_functions.c: New.
5595 * gdb.btrace/unknown_functions.exp: New.
5596 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5597
5de9129b
MM
55982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5599
5600 * gdb.btrace/instruction_history.exp: Update.
5601 * gdb.btrace/function_call_history.exp: Update.
5602
23a7fe75
MM
56032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5604
5605 * gdb.btrace/function_call_history.exp: Fix expected function
5606 trace.
5607 * gdb.btrace/instruction_history.exp: Initialize traced.
5608 Remove traced_functions.
5609
724c7dd8
MM
56102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5611
5612 * gdb.btrace/function_call_history.exp: Update
5613 * gdb.btrace/instruction_history.exp: Update.
5614
6d78d93b
MM
56152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5616
5617 * gdb.btrace/enable.exp: Update expected text.
5618
93a360cc
OJ
56192014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5620
5621 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5622 bytes.
5623
3772b53f
MR
56242014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5625
5626 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5627
596662fa
OJ
56282014-01-15 Omair Javaid <omair.javaid@linaro.org>
5629
5630 * lib/gdb.exp (supports_process_record): Return true for
5631 arm*-linux*. (supports_reverse): Likewise.
5632
b5b08fb4
SC
56332014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5634
5635 PR python/15464
5636 PR python/16113
5637 * gdb.python/py-type.c: Enhance test case.
5638 * gdb.python/py-value-cc.cc: Likewise
5639 * gdb.python/py-type.exp: Add new tests.
5640 * gdb.python/py-value-cc.exp: Likewise
5641
52d7fb13
AA
56422014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5643 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5646 Make "name" extern.
5647 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5648 references to ${name}_start by references to ${name}.
5649
a2cd8cfe
JB
56502014-01-10 Joel Brobecker <brobecker@adacore.com>
5651
5652 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5653
4e23fced
JB
56542014-01-10 Joel Brobecker <brobecker@adacore.com>
5655
5656 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5657
c6a9e42c
PA
56582014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5659 Pedro Alves <palves@redhat.com>
5660
5661 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5662 mi_gdb_target_load.
c6a9e42c 5663
b7ea362b
PA
56642014-01-08 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.threads/reconnect-signal.c: New file.
5667 * gdb.threads/reconnect-signal.exp: New file.
5668
5e3f4fab
EBM
56692014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * gdb.base/source-dir.exp: New file.
5672
79301218
JB
56732014-01-07 Joel Brobecker <brobecker@adacore.com>
5674
5675 * gdb.ada/mi_interface: New testcase.
5676
8e355c5d
JB
56772014-01-07 Joel Brobecker <brobecker@adacore.com>
5678
5679 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5680 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5681 gdb.ada/pp-rec-component/pck.ads: New files.
5682
c0d48811
JB
56832014-01-07 Joel Brobecker <brobecker@adacore.com>
5684
5685 * gdb.python/py-pp-integral.c: New file.
5686 * gdb.python/py-pp-integral.py: New file.
5687 * gdb.python/py-pp-integral.exp: New file.
5688
17b609c3 5689For older changes see ChangeLog-1993-2013.
c906108c 5690\f
8d8cb839
EZ
5691;; Local Variables:
5692;; mode: change-log
5693;; left-margin: 8
5694;; fill-column: 74
5695;; version-control: never
5696;; End:
902f2ccb 5697
32d0add0 5698 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5699 Copying and distribution of this file, with or without modification,
5700 are permitted provided the copyright notice and this notice are preserved.
This page took 2.416333 seconds and 4 git commands to generate.